HackerTrans
TopNewTrendsCommentsPastAskShowJobs

loevborg

no profile record

comments

loevborg
·hace 20 días·discuss
I think you missed GP's point
loevborg
·hace 28 días·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
·hace 2 meses·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
·hace 3 meses·discuss
Any services like this for Hetzner?
loevborg
·hace 3 meses·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
·hace 3 meses·discuss
I don't think I get notified but maybe it's because my replies are unpopular
loevborg
·hace 3 meses·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
·hace 3 meses·discuss
What was the USP of their CI service?
loevborg
·hace 3 meses·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
·hace 3 meses·discuss
This sentence doesn't include examples of the passive voice.
loevborg
·hace 3 meses·discuss
You're right about process.argv - wow, that looks like a maintenance and testability nightmare.
loevborg
·hace 3 meses·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
·hace 3 meses·discuss
Can you give an example? Looks fairly decent to me
loevborg
·hace 3 meses·discuss
OMG that looks amazing. As a Clojure acolyte of 10+ years, I can't wait to see this.
loevborg
·hace 4 meses·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
·hace 4 meses·discuss
PS all 17 hits for "it turns out" in the repository are from other speakers.
loevborg
·hace 4 meses·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
·hace 4 meses·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
·hace 4 meses·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
·hace 4 meses·discuss
Which setting specifically? Can you repro in the typescript playground?