Rikki Pitt's Avatar

Rikki Pitt

@rikkipitt.com

8
Followers
51
Following
162
Posts
16.11.2024
Joined
Posts Following

Latest posts by Rikki Pitt @rikkipitt.com

The Bluesky starter pack concept is such a great idea! I just followed @bradgessler.com’s Ruby Builders & Hacker list.

bsky.app/starter-pack...

20.12.2024 19:17 👍 3 🔁 0 💬 0 📌 0

.@Stripe a certain “Jake Smith” is back with a vengeance and seems to be passing 3DS this time too…

01.07.2023 15:06 👍 0 🔁 0 💬 0 📌 0

Hope my wife doesn't realise I used ChatGPT for the message in her Valentine's card 😘🤣

14.02.2023 15:04 👍 0 🔁 0 💬 0 📌 0

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 🥹

20.01.2023 12:13 👍 0 🔁 0 💬 0 📌 0

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!

02.01.2023 23:05 👍 0 🔁 0 💬 0 📌 0

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

25.11.2022 16:32 👍 0 🔁 0 💬 0 📌 0
Post image

Encountered a tricky OAuth bug in an old codebase. Just found the answer on GitHub 🤣

03.10.2022 16:25 👍 0 🔁 0 💬 0 📌 0

Due to increased rogue signups, I've had to begrudgingly activate email confirmations on @PacedEmail registrations.

Hopefully, it doesn't harm conversions too much.

26.09.2022 11:14 👍 0 🔁 0 💬 0 📌 0

I know you're super busy, but is there somewhere to submit suggestions? Discord work for you, @excid3?

13.09.2022 12:27 👍 0 🔁 0 💬 0 📌 0

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! 🎉

13.09.2022 12:25 👍 0 🔁 0 💬 1 📌 0

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

02.09.2022 11:02 👍 0 🔁 0 💬 0 📌 0

@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!

29.08.2022 14:41 👍 0 🔁 0 💬 0 📌 0

I really want to get them all re-platformed before my Heroku bill skyrockets at the end of November.

29.08.2022 14:41 👍 0 🔁 0 💬 1 📌 0

Any chance you can unify secrets and build vars so that users fleeing @heroku can port over apps a little more smoothly, @flydotio?

29.08.2022 14:41 👍 0 🔁 0 💬 1 📌 0

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

06.07.2022 12:54 👍 0 🔁 0 💬 0 📌 0
Post image

I’m actually an expert in ENTER FALLBACK HERE, don’t you know? 🤓

30.06.2022 16:42 👍 0 🔁 0 💬 0 📌 0
Post image

Dark mode shipped @PacedEmail 🥳

Visit your profile settings to enable it.

03.06.2022 10:37 👍 0 🔁 0 💬 0 📌 0

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. 🚀

31.05.2022 14:28 👍 0 🔁 0 💬 0 📌 0

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

31.05.2022 14:24 👍 0 🔁 0 💬 1 📌 0

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

12.05.2022 08:22 👍 0 🔁 0 💬 0 📌 0

https://chrome.google.com/webstore/detail/paced-email/ebefdbfinfikmdalikkpbjfijkglgeid/

03.05.2022 21:31 👍 0 🔁 0 💬 0 📌 0
Post image

Pleasantly surprised to find that Google has featured the Paced Email Chrome browser extension 😍

03.05.2022 21:31 👍 0 🔁 0 💬 1 📌 0
Post image

Like my mini colour picker I made using @tailwindcss and @rails Hotwire? 💅

14.03.2022 12:33 👍 0 🔁 0 💬 0 📌 0

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.

21.02.2022 14:22 👍 0 🔁 0 💬 0 📌 0

E.g. stream the rows to AWS rather than keeping the file in tmp/memory on Heroku and then uploading. Is that a thing?

21.02.2022 14:17 👍 0 🔁 0 💬 1 📌 0

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 😉

21.02.2022 14:14 👍 0 🔁 0 💬 1 📌 0
Post image

1k+ daily Chrome users 🥳

17.02.2022 16:47 👍 0 🔁 0 💬 0 📌 0

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 😭

17.02.2022 15:01 👍 0 🔁 0 💬 0 📌 0

My first venture into the world of NFTs 🥒✈️

https://opensea.io/assets/0x495f947276749ce646f68ac8c248420045cb7b5e/35849603929068255641831705017759882343112331167575114135118301897288094580737

10.02.2022 14:22 👍 0 🔁 0 💬 0 📌 0

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.

08.02.2022 19:40 👍 0 🔁 0 💬 0 📌 0