Mike Dalton
@kcdragon.bsky.social
710 followers 70 following 23 posts
Developer. Building https://calendarvision.app/ Socials: https://mikedalton.co/links/
Posts Media Videos Starter Packs
Reposted by Mike Dalton
inazarova.bsky.social
Friends, tickets for the San Francisco Ruby conference are on sale and available. Grab yours, and I’ll see you with 600 Ruby friends and dozens of Ruby startups to pave the bright future for Ruby and Rails together on November 19-21!
sfruby.com
kcdragon.bsky.social
I’ll see you at Euruko!
kcdragon.bsky.social
I've been working on a Hotwire Native app called Calendar Vision and it's finally made it to the app stores! The app extracts events from photos and emails then adds them to your calendar. You can read more about it in this post and find the app store links there mikedalton.co/2025/08/27/c...
Calendar Vision 1.0 — Mike Dalton
Earlier this week I released my new Hotwire Native app, Calendar Vision, to the Apple App Store and Google Play Store. Calendar Vision extracts and creates e...
mikedalton.co
kcdragon.bsky.social
Does anyone do Ruby on Rails development on an iPad? It would be nice to travel only with an iPad.
kcdragon.bsky.social
Search Engine is like the two you mentioned. It’s by one of the guys who did Reply All.
Planet Money is another NPR show that I like that focuses on random economic issues.
kcdragon.bsky.social
I asked but no one knew of any
kcdragon.bsky.social
Yep, I’ll ask them
kcdragon.bsky.social
I’m not in that area but my company is based there. Most of my company is remote though but there might be some rails devs there. If something gets set up I can post about it in my company’s slack.
kcdragon.bsky.social
Have I ever known you without facial hair?
kcdragon.bsky.social
Wow. I don’t recognize you in that photo at all lol
kcdragon.bsky.social
And on a related note, has anyone ever clicked "Bookmark All Tabs..." on purpose? If so, why?
kcdragon.bsky.social
Whoever created the "Reopen Closed Tab" button deserves the Turing award. Seriously, what an amazing button.
kcdragon.bsky.social
Replace a word in a movie title with 'butthole'

Butthole and Butthead Do America
joshuawood.net
Replace a word in a movie title with 'butthole'

Butthole at Tiffany’s
amyhoy.bsky.social
Replace a word in a movie title with 'butthole'

The Buttholes of Madison County
kcdragon.bsky.social
This sort of works but it updates all the columns on the model and I only need to update a single column. upsert_all seems to require every column.
kcdragon.bsky.social
What's the best way to do the following in a single trip to the database in a Rails app? Multiple rows, single column, different values for each row.
kcdragon.bsky.social
I usually have Google Calendar tasks for things I need to do but it’s not great. I had a similar idea in the past when I was buying my home. I figured there was a whole bunch of tasks that I should have been doing but didn’t know it was something homeowners need to do.
kcdragon.bsky.social
Oh nice. Maybe I’ll go. What do you usually do there?
kcdragon.bsky.social
I would agree with this. And relatedly, try to keep uses of params close by the controller. I want to be able to look at a controller and easily figure out the input and output.
kcdragon.bsky.social
Logging that’s really annoying in development
kcdragon.bsky.social
Cursor. I think RubyMine is a better editor but the AI features in Cursor are too good not to use it.
kcdragon.bsky.social
Post a perfect album from the 90s that isn’t Nirvana, Pearl Jam, Soundgarden, or Alice In Chains

upload.wikimedia.org/wikipedia/en...
Counting crows august and everything after album cover
kcdragon.bsky.social
Nice. I’ll have to check out the gem.
kcdragon.bsky.social
I had a similar problem with a site I’m building and I’m surprised at how effective a hidden text input is. Bots always fill it in. Is that how this gem works?