The Bluesky starter pack concept is such a great idea! I just followed @bradgessler.com’s Ruby Builders & Hacker list.
bsky.app/starter-pack...
The Bluesky starter pack concept is such a great idea! I just followed @bradgessler.com’s Ruby Builders & Hacker list.
bsky.app/starter-pack...
.@Stripe a certain “Jake Smith” is back with a vengeance and seems to be passing 3DS this time too…
Hope my wife doesn't realise I used ChatGPT for the message in her Valentine's card 😘🤣
ctrlp.vim users of #vim
Has the "double ctrl+p" command to show the previous search been removed? I can't seem to get it to re-find my last search anymore 🥹
I usually create a small proof of concept for a new app or noodle on an idea over the festive/new year break. I didn't this time around...
What I did do, however, was read up on Solidity and write my first smart contract. Super late to the game, but pretty exciting stuff!
Valid until Dec 1st: BF2022 on https://www.paced.email and https://www.vend.email will bag you 25% off any plan (including Vend Email's lifetime deal offer!) #BlackFriday
Encountered a tricky OAuth bug in an old codebase. Just found the answer on GitHub 🤣
Due to increased rogue signups, I've had to begrudgingly activate email confirmations on @PacedEmail registrations.
Hopefully, it doesn't harm conversions too much.
I know you're super busy, but is there somewhere to submit suggestions? Discord work for you, @excid3?
I have to report that the new @hatchboxio v2 is very good. Of all the Heroku alternatives I've tested recently, it's the only one to actually work seamlessly for #rubyonrails.
@excid3, you've done a great job on the platform. Very swish! 🎉
So proud that @PacedEmail managed to get the top of the @AppSumo customer rating leaderboard.
It's been a great ride but time to move on to pastures new...
The deal ends this Sunday!
https://appsumo.com/products/paced-email
@flydotio I appreciate you’re on the back foot as Heroku’s announcement was only a few days ago, but I’d love to hear if this update might be on the cards as you folks seem like the perfect alternative! Cheers!
I really want to get them all re-platformed before my Heroku bill skyrockets at the end of November.
Any chance you can unify secrets and build vars so that users fleeing @heroku can port over apps a little more smoothly, @flydotio?
I can't argue with @IBTimes 😉
Paced Email Review 2022: Is This AppSumo Tool The Best Email Organizer App? https://www.ibtimes.com/paced-email-review-2022-appsumo-tool-best-email-organizer-app-3495485
I’m actually an expert in ENTER FALLBACK HERE, don’t you know? 🤓
Dark mode shipped @PacedEmail 🥳
Visit your profile settings to enable it.
This relates to two of my products:
https://www.paced.email and https://www.vend.email
I want to ensure customer that these email services are here for the long haul. 🚀
How common is it for SaaS products to seek funding, not purely for the capital, but to show potential customers you mean business and won't be going anywhere?
Is there such a thing as venture endorsement?
#startups #vc #capital #venturecapital #funding
I'm thrilled to announce that InView has been acquired and is now called InView by Amaka! 🥳
The product you know and love isn't going anywhere. Read about @IoAmaka and what changes you can expect. 👇
https://www.inviewapp.com/blog/inview-to-join-the-amaka-family
https://chrome.google.com/webstore/detail/paced-email/ebefdbfinfikmdalikkpbjfijkglgeid/
Pleasantly surprised to find that Google has featured the Paced Email Chrome browser extension 😍
Like my mini colour picker I made using @tailwindcss and @rails Hotwire? 💅
At the moment, a user selects a (limited) date range and clicks "Download". This starts a background task in Sidekiq which generates the CSV file and then uploads it to AWS S3.
If there's a ton of data it can run out of memory at the CSV creation stage, even when batching in AR.
E.g. stream the rows to AWS rather than keeping the file in tmp/memory on Heroku and then uploading. Is that a thing?
Does anyone know of any good CSV exporting hacks for #rubyonrails on Heroku that can handle LOTS of data without exhausting memory?
`find_each` and limiting date ranges works to some extent, but batches doesn't support custom ordering which is problematic in this case... TIA 😉
1k+ daily Chrome users 🥳
Since when did you have to manually request a review on an Apple App Store developer update? I've been waiting for ages until I realised I now have to trigger it myself 😭
My first venture into the world of NFTs 🥒✈️
https://opensea.io/assets/0x495f947276749ce646f68ac8c248420045cb7b5e/35849603929068255641831705017759882343112331167575114135118301897288094580737
Hey @dhh!
I just found your spy pixel gist, thanks for sharing. I’m aiming to incorporate tracker blocking into http://paced.email which uses the #rails ActionMailbox.
Just wondering, are LitmusCssPixel/GmassPixelBlocker proprietary? I’d appreciate any insight if possible.