118 Followers
127 Following
343 Posts
I do Rails (and Ruby) for fun and profit and not-for-profit
Githubhttps://github.com/armahillo
Tech Bloghttps://armahillo.dev
All My Linkshttps://aaronh.me
@jaredwhite double is my default but IIRC slack is single, and i encountered single ~ elsewhere recently, i forget where

Can we please all collectively agree on the number of `~` that wrap a string of text to induce strike-through?

~like this?~
~~or this?~~
~~~or, I suppose, this?~~~

I am tired of guessing and having to edit or delete/repost.

https://dev.to/mame/which-programming-language-is-best-for-claude-code-508a

Awesome to see Ruby cruising in at the top of all of the tests performed for this experiment

Which Programming Language Is Best for Claude Code?

TL;DR I had Claude Code implement a very simplified version of Git in 13 languages. Ruby,...

DEV Community

@bananarama put another way: would you house other people, for whom you may be liable for their injury, in said house.

Ultimately its just a metaphor.

For comparison, if someone who never did carpentry watched a video about building a house, followed that process, and built a house with no professional oversight — would you live in it?

Experience matters

I find it funny how every post I see about “i built this amazing thing with an LLM and it did the whole job and made a working app” also never seem to post the code.

I’ve seen the kinds of stuff even paid plans generate.

It’s mid at best. People need to up their standards.

(reminder that moltbook is the latest vobe coded app to be riddled with security issues).

@josh At this point I am just presuming its intentional

Has anyone at AWS considered making AWS less fucking complicated to do basic tasks? eg.

🤖 AWS. To use AWS CLI install this app that we host
🤷 Me. <i install the app>
🤖. OK now login using `aws login`
🤷. <command not recognized>
🤖 OH, you need to be using >= v2.32 to do that
🤷 But you gave me....nm OK where can I get it?
🤖 ...
🤷 ...
🤖 How about you create an IAM SSO! Look here for the guide!
🤷 <I click the link, 404>

@Benabik i suppose do, but it still; unexpected!

i also recently discovered that nil.to_i => 0, but nil&.to_i => nil