HackerTrans
TopNewTrendsCommentsPastAskShowJobs

loevborg

no profile record

comments

loevborg
·20 hari yang lalu·discuss
I think you missed GP's point
loevborg
·28 hari yang lalu·discuss
Thanks for the link. As a longtime listener, listening to Bob Garfield's voice brought a tear to my eye - I'm a big fan and was sad when he left OTM, as much as I admire Brooke.
loevborg
·2 bulan yang lalu·discuss
user: Do you think Germany will start a major war in Europe?

talkie-1930: No, I do not think Germany will start a major war in Europe. I think the war, if it comes, will be started by someone else. Germany may fight to prevent a war being started, but she will not be the starter. Germany has had enough of war.
loevborg
·3 bulan yang lalu·discuss
Any services like this for Hetzner?
loevborg
·3 bulan yang lalu·discuss
Sometimes TCP/IP is a leaky abstraction, and recently ipv6 peeked through in two separate instances:

- In a cafe wifi, I had partial connectivity. For some reason my wifi interface had an ipv6 address but no ipv4 address. As a result, some sites worked just fine but github.com (which is, incredibly, ipv4-only) didn't

- I created a ipv6-only hetzner server (because it's 2026) but ended up giving up and bought a ipv6 address because lack of ipv4 access caused too many headaches. Docker didn't work with default settings (I had to switch to host networking) and package managers fail or just hang when there's no route to the host. All of which is hard to debug and gets in your way
loevborg
·3 bulan yang lalu·discuss
I don't think I get notified but maybe it's because my replies are unpopular
loevborg
·3 bulan yang lalu·discuss
I agree. I wonder how people are motivated to comment if they can't even track replies or check likes. It certainly completely kills motivation for me
loevborg
·3 bulan yang lalu·discuss
What was the USP of their CI service?
loevborg
·3 bulan yang lalu·discuss
This was pre-Anthropic but the fact that Bun automatically loads .env files if they're present almost disqualifies it from most tasks https://github.com/oven-sh/bun/issues/23967

It makes it hard to take them too seriously with such a design choice - a footgun really. It's so easy to accidentally load secrets via environment variables, with no way to disable this anti-feature.
loevborg
·3 bulan yang lalu·discuss
This sentence doesn't include examples of the passive voice.
loevborg
·3 bulan yang lalu·discuss
You're right about process.argv - wow, that looks like a maintenance and testability nightmare.
loevborg
·3 bulan yang lalu·discuss
useCanUseTool.tsx looks special, maybe it'scodegen'ed or copy 'n pasted? `_c` as an import name, no comments, use of promises instead of async function. Or maybe it's just bad vibing...
loevborg
·3 bulan yang lalu·discuss
Can you give an example? Looks fairly decent to me
loevborg
·3 bulan yang lalu·discuss
OMG that looks amazing. As a Clojure acolyte of 10+ years, I can't wait to see this.
loevborg
·4 bulan yang lalu·discuss
This looks like a useful set of guidelines. I see the most value in reducing the bikeshedding which invariably happens when designing an API. I wonder if anyone is using AEP and can comment on downsides or problems they've encountered.

One thing I've noticed is that the section on batch endpoints is missing batch create/update. Also batch get seems a little strange - in the JSON variant it returns an object with a link for missing entities.
loevborg
·4 bulan yang lalu·discuss
PS all 17 hits for "it turns out" in the repository are from other speakers.
loevborg
·4 bulan yang lalu·discuss
I'm a big Rich Hickey fan. He's a big user of a (to me) peculiar variant of the phrase, "it ends up": a total of 144 times in https://github.com/matthiasn/talk-transcripts

It also struck me as a bit of a sleight of hand - but maybe it's just rhetorical flourish. Or more charitably you could say it's inevitable - in a conference talk of finite length, you can't possibly back up every assertion with detailed evidence. "It turns out" or "it ends up" are then a shorthand way of referring to your own experience.
loevborg
·4 bulan yang lalu·discuss
Literally every interview I've done recently has included the question: "What's your stance on AI coding tools?" And there's clearly a right and wrong answer.
loevborg
·4 bulan yang lalu·discuss
Nice write-up, thanks for sharing. How does your hand-vibed python program compare to frameworks like pipecat or livekit agents? Both are also written in python.
loevborg
·4 bulan yang lalu·discuss
Which setting specifically? Can you repro in the typescript playground?