Joined July 2020
324 Photos and videos
I love this problem Anthropic is in. They used fear of mythos as an great marketing strategy to get press. Then the government shuts down Fable because they're scared, and now Anthropic says it's actually not dangerous or much different from other models. Well, which is it?!
1
38
This isn't live yet, but I'm too excited not to share it. The new reports view.
1
6
816
Claude: "the linter moved things around" Me: "Stop calling me a linter!"
1
35
Writing code with claude feels like doing construction with power tools after using a hand screwdriver for decades.
1
33
Transaction view improved, looks better on your phone too.
4
1,080
It's common to have tables with a prefix in my rails apps. For example, I have these in Tend. funds fund_targets The screenshot shows a trick to avoid repeating "fund" in the associations. Now instead of -> fund\.fund_targets I can just write -> fund.targets
3
800
I'm geeking out of this claude code skill for pre-processing images in my rails app I called it /img When you give a file, it will: - Gather the size and height with sips - Compress and convert to webp with cwebp - Look at the image to generate alt text - Print the erb snippet to paste Here's the full skill: gist.github.com/jameskerr/17…
1
5
2,875
I got rid of my free-trial. Tend has two plans now. Free Plan: All features bank syncing for all accounts at a single bank Paid Plan: All features bank syncing at all your banks AI said this should be my copy angle: "Tend is free, forever — no trial, no expiry. Connect your bank and start planning." ...pretty good mr. robot 🤖
51
"Let it rip" I love that phrase.
23
This is what I want my annual budget to look like.
2
80
Maybe progress bars will match the color of the categories.
78
HOURS LATER...
66
The meta-tags gem is great. Two methods you need to know: display_meta_tags set_meta_tags Lovely
1
87
Hotwire devs 👉 "Outlets" If you haven't already you've got to check out "outlets". I've been using hotwire for 2 years and just discovered this wonderful feature.
185
How do I configure claude to not spend minutes thinking? I've toyed around with /effort but it still takes so long.
1
87
Is this what people mean when they say "send it!!!"
4
659
Only a few UI interactions require no delay. UI's only feel sluggish when you make the user wait for something they're not expecting to wait for.
41
I don't mind this coding style. No classes, just structs and module functions. Behavior, then value objects returned. When I come back to this in 6 months it won't take long to re-learn it. And I can rest knowing this stuff is not used all over the place.
255