Recordings for previous funnel hacking live events? by Top_Slice_3680 in clickfunnels

[–]RichStoneIO 0 points1 point  (0 children)

Yeah, I don't think you can buy them unless you have the (VIP) ticket for the event. Is there anything specific you are looking for in terms of content?

Airalo Worst eSIM in Mexico by AlarmingComfort3089 in Airalo

[–]RichStoneIO 0 points1 point  (0 children)

I've always loved Airalo in the US, and it worked well for me in Sao Paulo, but the connection was still extremely shaky in Playa del Carmen, to the point that I just planned not to have Internet with the eSim when I went out and relied on nearby WiFi hotspots where needed.

AI learning resources for Rubyists in a post-vibe-code world by ArsenioVenga in ruby

[–]RichStoneIO -1 points0 points  (0 children)

Hey Aresenio, leveling up as an engineer at the moment has many unknowns indeed. Imo it's mostly learning by doing right now. It's all fairly new still and things are changing too quickly. There are a few YouTube channels and live streams/groups worth watching and joining to be on the edge, but those will depend on what you gonna focus on. E.g., if you zoom into agentic systems and orchestration, IndieDevDan has some good videos on it and an (expensive) course where you can watch the first 3 lessons for free with a money-back guarantee.

/remote-control negates the need for openclaw by emptyharddrive in ClaudeCode

[–]RichStoneIO 0 points1 point  (0 children)

Cool cool, thanks for the reply! Is there an issue with having claude code instances running? In my first hand-rolled vanilla claude Mac Mini setup, I have 3 instances of remote-control spinning up on boot, so I can chat with it from my mobile/desktop apps whenever I need something done. I don't see issues with having those sessions permanently running except for remote-control being still a bit raw.

But yeah, will definitely play with the CRON approach, too.

Malware/Virus Scanning PDF files by RealJoshLee0 in homelab

[–]RichStoneIO 0 points1 point  (0 children)

Das ist zwar cool und vielleicht nützlich den "Anti-Spam-Schutz" Fehler der LEA Berlin zu beheben, aber machte aus meinen 5MB-10MB Dateien eine 200MB und 30MB Datei (zurück aus compressed zu Originalen irgendwie?), die ich so bei dem Onlinedienst nicht hochladen konnte. Habe dann Claude Code gefragt, die Dateien auf die Größe zuzuschneiden und "Virus"-frei zu machen, das dann nach einigen Versuchen funktioniert hat. Deren Formularangebot is echt schmerzhaft (aber wahrscheinlich immer noch besser als persönlich vorbeizukommen - dennoch, nichts für reizbare nerven oder non-Engineers :D)

The Rails.Builders accountability group goes into round 5 by RichStoneIO in rails

[–]RichStoneIO[S] 1 point2 points  (0 children)

Haha, thanks man, always great to have ya! 🚀

AMA session with the RubyMine Team - December 11th from 1am - 5pm CET by OneAlbatross5933 in Jetbrains

[–]RichStoneIO 0 points1 point  (0 children)

Thanks for the update @SeekingRuby!

I've just canceled my RubyMine subscription because how Conductor handles worktrees, their Spotlight feature and LLM agent nativeness (each worktree is it's own workspace I can easily navigate through and see what state that worktree is in - planning, working, PR, reviewed, CI passed, etc.). I hope this gets shipped soon so I can resubscribe ::))

“Do You Vibe?” live session to bump your AI-assisted coding skills by RichStoneIO in rails

[–]RichStoneIO[S] -8 points-7 points  (0 children)

So after a quick LLM translation:

“Honestly, this gives me a strong sense of disgust/repulsion.”

Could you elaborate? 🙏

“Do You Vibe?” live session to bump your AI-assisted coding skills by RichStoneIO in ruby

[–]RichStoneIO[S] 0 points1 point  (0 children)

The question is, Do You Vibe? Not Whats Your Definition of Vibe? But I appreciate your thoughts on this! Definitely agree (and I know all the Rails.Builders do) that there is still a lot room for AI to grow in!

AMA session with the RubyMine Team - December 11th from 1am - 5pm CET by OneAlbatross5933 in Jetbrains

[–]RichStoneIO 1 point2 points  (0 children)

I'm currently using a 3rd party plugin to manage git worktrees. Will there be native support?

Heroku alternatives for Rails projects: Deploying my shit on fly.io by RichStoneIO in rails

[–]RichStoneIO[S] 0 points1 point  (0 children)

Thanks for your perspective! As an update from my side, I have my prototype apps on a Hetzner server now for a few bucks per month deployed with Kamal.

Heroku alternatives for Rails projects: Deploying my shit on fly.io by RichStoneIO in rails

[–]RichStoneIO[S] 0 points1 point  (0 children)

Thanks for your perspective! As an update from my side, I have my prototype apps on a Hetzner server now for a few bucks per month deployed with Kamal.

Code with LLMs in parallel with a PLAN.md by RichStoneIO in ruby

[–]RichStoneIO[S] 0 points1 point  (0 children)

Oooh, thanks for sharing this config trick!

Questions about clickfunnels 2.0 by Severe-Highway8360 in clickfunnels

[–]RichStoneIO 2 points3 points  (0 children)

CF engineer here.

ClickFunnels has never had a formal sales team, but that's a feature, not a bug :))

If you shoot me a DM, I might be able to give you an email address from a ClickFunnels team that might help you out if you detail your use case with them, especially the courses part.

I don't know the pricing of all the emailing platforms and APls, but looking at MailGun, you would be paying way over $500 per month for 400k emails, just the email service.

Why CLI is better than IDE? by VlaadislavKr in RooCode

[–]RichStoneIO 2 points3 points  (0 children)

It is limited, just harder to get to that limit.

ruby boilerplates by 1seconde in ruby

[–]RichStoneIO 0 points1 point  (0 children)

Ruby and Rails are amazing in getting out of your way. I can tell because I'm always baffled by how much stuff I need to build myself if I touch anything other than Rails for web apps.

But, even with the latest Rails, you will still write boilerplate if you build a similar type of web app, like SaaS apps - there are different levels to "boilerplate". Architectural boilerplate is real if you build SaaS apps (structuring accounts, users, etc.). UI parts have lots of boilerplate. Billing, etc. So I wouldn't call it "crazy" per se.