tooling in emacs fell behind, I still kind of miss it, but am happy to not be maintaining a bunch of emacs hacks these days
01.08.2025 02:47 β π 0 π 0 π¬ 0 π 0@mayerdan.bsky.social
tooling in emacs fell behind, I still kind of miss it, but am happy to not be maintaining a bunch of emacs hacks these days
01.08.2025 02:47 β π 0 π 0 π¬ 0 π 0This is truly cursed, I love it, and I expect no less from @jhawthorn.com
01.08.2025 02:35 β π 4 π 1 π¬ 0 π 0Just in case someone did want to read a fun rant on growing peaching in Denver, here it is millermayersadventures.com/2025/07/27/p...
27.07.2025 23:31 β π 0 π 0 π¬ 0 π 0LOL, no one seemed to want to hear about gardening... So I guess I will need to write about tech again... Well I got one shot, fairly good consistent characters, working so perhaps I can write a post about that.
27.07.2025 20:33 β π 0 π 0 π¬ 0 π 0Rack middleware is so awesome. I love the idea of adding to the env for downstream consumers. flipper and flipper cloud do it like crazy to work together efficiently. Just added a middleware to tag all appsignal requests with the requesting flipper gem version, ruby version, etc.
24.07.2025 22:50 β π 6 π 1 π¬ 0 π 0Tomatoes
Peaches
Peaches
My motivation on tech blogging got killed, got a lot of anger for posts about AI and using AI images for blog images... So I haven't been on social much either... Anyways, not ready to blog about tech again yet but do folks want to hear about gardening at all?
Today's tomato and peach harvest
what is the first tech you remember getting super excited about and then it just disappeared into a dead path of tech history.
I think of XSLT for XML... I wasted a good portion of time (and my youth) trying to force it into a bunch of projects that didn't need it.
it's other attempt was also interesting, but didn't actually match what my app does, and it still didn't use any of the imagery or the site UI
21.06.2025 21:33 β π 0 π 0 π¬ 0 π 0I tried making some videos to show what the AI book builder could do, but while it got the idea, it didn't seem to be able to pull in any of the screenshots or real-world UI I gave it as context. Anyways, first attempts using Google's Veo 2 generator. It was supposed to promote app.pretheory.com
21.06.2025 21:18 β π 0 π 0 π¬ 1 π 0An article titled "How the Web Became Unreadable", posted on Medium. There is a soft paywall asking you to sign in, covering most of the article. Screenshot found on Mastodon https://beige.party/@mayintoronto/114497234942335666
14.05.2025 00:23 β π 17897 π 6494 π¬ 7 π 256@flippercloud.io wins again!
Discovered a bug in a new UI weβre rolling out on a Friday afternoon. Rather than rush for a fix (and introduce other bugs) we can simplyβ¦roll back the change and figure it out next week.
Screenshot of a terminal that demonstrates 6x faster object allocation
I will write a blog post about this when the PR lands, but Ruby 3.5 should have 6x faster object allocation
25.04.2025 18:34 β π 121 π 16 π¬ 6 π 1that is how I felt for a long time, but recently with Claude Code and a few targetted MCPs and custom commands... the velocity has started to pick up for many smaller tasks.
09.04.2025 03:56 β π 0 π 0 π¬ 1 π 0ok, folks, my old Kindle bit the dust... I am going to get a new one, Do you have any thoughts on the color Kindle? Scribe? or just paperwhite?
03.04.2025 02:58 β π 0 π 0 π¬ 0 π 0That could be fun as I stopped brewing beer... Nice
14.03.2025 00:27 β π 0 π 0 π¬ 1 π 0how is it no one is making guitar hero or rock band games anymore? I blame the split where they were both just oversaturating market imploded... But I wanted to introduce it to my kids and realized there are no games with instruments like that anymore... I am sure there is still a market for it.
13.03.2025 02:42 β π 0 π 0 π¬ 0 π 0Generating PHP code via Ruby erb, then after the Ruby erb was done it was processed by PHP for a movable type blog.
20.02.2025 01:38 β π 2 π 0 π¬ 1 π 0@byroot.bsky.social @bihi.bsky.social Very happy to deprecate my library thanks to all your work on JSON π github.com/jhawthorn/ra...
13.02.2025 17:23 β π 25 π 5 π¬ 2 π 0I wrote a blog post about how we can make FFI faster in CRuby railsatscale.com/2025-02-12-t...
12.02.2025 21:44 β π 77 π 24 π¬ 5 π 1Tonight is Boulder Ruby with two fantastic talks lined up:
π« Landon Gray: "Jupyter notebooks with Ruby"
π Anthony Eden: "From Stalled to Supercharged"
π
π RSVP: lu.ma/e37ect5e?tk=... Thanks to
@github.com, @dnsimple.bsky.social, MojoTech, @fastly.com, and @gustohq.bsky.social for sponsoring!
New from Julie Kent:
Imaging you have a Rails endpoint that has slow queries AND performs third-party HTTP requests. With Rails async queries, you can perform these operations in parallelβwithout being an expert in multithreading. π
www.honeybadger.io/blog/rails-a...
How to drive improvements in a gem with tooling... working with benchmarks and profiling to make repeatable performance improvements
www.mayerdan.com/ruby/2025/02... #ruby #vernier
As I celebrate another Super Bowl by doing silly tech learning things... here is the history of the Super Bowl as told by a time-traveling whale... as imagined by AI writing and illustrating the story.
www.pretheory.com/books/wilbur...
some fun reflections from a developer...
> Distributed locking is still really hard for some reason
lol, yeah...
chriskiehl.com/article/thou...
it's also blown me away to see the impact beyond my own learning that this TIL repo has had
- @jwworth.bsky.social built til.hashrocket.com
- @simonwillison.net has been prolifically TIL'ing at til.simonwillison.net
- I often get emails from ppl who were inspired to start their own TIL repo
Like mostly you don't want any of your Ruby throughput taken up by such things... But I have seen wins with threads in many apps and seen it not work in some with more CPU contention issues
07.02.2025 21:29 β π 0 π 0 π¬ 0 π 0Maybe but for static assets and such you will always see an even better overall throughout win by using nginx or a CDN. Or are these dynamic images.
07.02.2025 21:26 β π 0 π 0 π¬ 0 π 0I was emailing with Pat and saying an amazing chapter would be covering the current ruby implementation, then explaining the PR, issue, and discussions to change an API in Ruby then detailing the new implementation in the book. It would help folks understand what goes into changing a Ruby
04.02.2025 04:00 β π 0 π 0 π¬ 0 π 0It is really helpful as supplemental learning but I feel like to truly reach conversational levels you need a bit more than just Duolingo. Amazing for my kids at it reenforces their Spanish learning and helps with reading
04.02.2025 03:47 β π 2 π 0 π¬ 1 π 0I can't wait for the update to Ruby Under the Microscope... So good
patshaughnessy.net/2025/1/28/up...