pkg.go.dev/infinite-go.... is a Go module that always has a new version. (The go proxy caches for ~5 mins, but GOPROXY=direct bypasses it so you should always see an update) go get -u infinite-go.kontain.me
pkg.go.dev
Jason Hall
@imjasonh.com
World's Okayest Dad, pizza enthusiast, single-hyphenate, container nerd at Chainguard
pkg.go.dev/infinite-go.... is a Go module that always has a new version. (The go proxy caches for ~5 mins, but GOPROXY=direct bypasses it so you should always see an update) go get -u infinite-go.kontain.me
pkg.go.dev
Claude and I spent the morning making a browser-based simulator for those FPV drones they use in Olympic downhill events. It's amazing what's possible with computers these days. imjasonh.github.io/droneski/
Droneski
imjasonh.github.io
Let's play a game: - you pick a number. - you verbally count out loud, at whatever pace you want, uninterrupted (no breaks, no sleep, you count while going to the bathroom, etc.) - if you can reach that number, you get that many dollars; otherwise, you get nothing. What number would you pick?
in 10 years you will be so much happier to have created 4 bad things than not created 1 perfect thing
I'm going to sit around and vibe code some stuff on Friday. Come join me, bring your ideas, tips and tricks, whatever you want. See you there! www.youtube.com/watch?v=e28e...
Let's Vibe!
YouTube video by Jason Hall
youtube.com
On the latest @oxide.computer podcast, @ahl.bsky.social predicted a programming language optimized for LLMs, perhaps unintelligible to humans. I've never been nerdsniped so hard. I wrote up my experience trying to get an LLM to build this, and learned a lot. I highly recommend giving it a try!
articles.imjasonh.com
Thinking about getting one of these, just so that I feel like a huge goober whenever I use my phone, and use it less.
Services that deliver webhooks should occasionally send a request that isn't authenticated, and alert you if the receiver didn't reject it.
Every time Claude says "you're absolutely right!" an agent gets its wings 👼
"Comparison is the thief of joy" Fuck it's so true. In a thousand years I could never come up with a saying that good. It makes me furious.
Anyway what I'm saying is it's weird that you can define a func named `_` you just can't call it.
#til What do you think will happen? 1. ./prog.go:5:6: syntax error: unexpected _, expected name or ( 2. ./prog.go:10:2: cannot use _ as value or type 3. Hello, world! 4. ./prog.go:10:2: undefined: _
#til What do you think will happen? 1. ./prog.go:5:6: syntax error: unexpected _, expected name or ( 2. ./prog.go:10:2: cannot use _ as value or type 3. Hello, world! 4. ./prog.go:10:2: undefined: _
AI slop art is a particular aesthetic, with typical characteristics: extra fingers, garbled text, etc. If you believe the hype, AI will become *worse* at producing that aesthetic over time. In that future, we may find the AI slop aesthetic nostalgic, of a time when AI art was more discernible.
The Google Home app added a flashy ✨AI chatbox✨ but then when you go to use it it says oops not yet 🙃
YAML isn't even a Markup Language. If we're being serious it should be called Yet Another Object Interface. In this essay I will...
New section of Slack that I'll ignore indefinitely while the numbers tick up dropped
Michael Crichton would have written such a good thriller about this AI goldrush.
just realized the dril drunk driving tweet also works for regular driving
This is just to say that i used @rust-lang.org trusted publishing and it worked flawlessly the first time. A+ experience. 🏆 crates.io/docs/trusted...
crates.io: Rust Package Registry
crates.io
GitHub Copilot agent mode trip report: - being able to assign issues to the agent and it opens a PR is pretty cool - the agent not being able to rebase its own changes makes concurrent changes basically a non-starter - every iteration being a 15+ minute cycle makes it inappropriate for anything real
I tried out GitHub's Copilot agent mode, and it seems to mostly be a wrapper around GitHub Actions, some opaque CLI, and some MCP servers. As such it shouldn't surprise anyone to learn that it doesn't pin its actions dependencies, and has surprising permissions granted to it. Be careful out there!