Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
loevborg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
loevborg
4d ago
7up is truly one of the most astonishing and ambitious pieces of television ever made. When I found it, I couldn't stop watching it and I learned a ton from it. Highly recommended!
2.
▲
by
loevborg
13d ago
Nelson was a pioneer of computing? No, he is a pioneer of computing.
3.
▲
by
loevborg
16d ago
I was on the island of San Giorgio Maggiore last year and was disappointed that I wasn't able to see the labyrinth. Also if I remember correctly the tower of the church wasn't accessible due to renovations. I'm glad to hear t
4.
▲
by
loevborg
2mo ago
I agree, same for foreign keys, triggers, higher isolation levels, the list goes on
5.
▲
by
loevborg
2mo ago
DSQL looks like a Big Deal to me - solving the essential scaling bottleneck that relational DBs give you without ending up with a weird system like dynamodb that no one wants to use. Why aren't more people talking about it?
6.
▲
by
loevborg
2mo ago
Please go on. I also feel like asyncio is a big hack. Even just accidentally blocking the event loop is way too easy. And I couldn't believe it when I read that you need to store a reference to a task in a set to keep it from accidenta
7.
▲
by
loevborg
2mo ago
My advice: - Don't use long-running transactions. They are a risk for db health. Only use transaction when you have a strong justification - Set idle_in_transaction_session_timeout to prevent a long-running transaction from holding on
8.
▲
by
loevborg
3mo ago
I think you missed GP's point
9.
▲
by
loevborg
3mo ago
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.
10.
▲
by
loevborg
5mo ago
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 s
11.
▲
by
loevborg
5mo ago
Any services like this for Hetzner?
12.
▲
by
loevborg
5mo ago
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,
13.
▲
by
loevborg
5mo ago
I don't think I get notified but maybe it's because my replies are unpopular
14.
▲
by
loevborg
5mo ago
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
15.
▲
by
loevborg
5mo ago
What was the USP of their CI service?
16.
▲
by
loevborg
6mo ago
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
17.
▲
by
loevborg
6mo ago
This sentence doesn't include examples of the passive voice.
18.
▲
by
loevborg
6mo ago
You're right about process.argv - wow, that looks like a maintenance and testability nightmare.
19.
▲
by
loevborg
6mo ago
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...
20.
▲
by
loevborg
6mo ago
Can you give an example? Looks fairly decent to me
21.
▲
by
loevborg
6mo ago
OMG that looks amazing. As a Clojure acolyte of 10+ years, I can't wait to see this.
22.
▲
by
loevborg
6mo ago
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.
23.
▲
by
loevborg
7mo ago
PS all 17 hits for "it turns out" in the repository are from other speakers.
24.
▲
by
loevborg
7mo ago
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
25.
▲
by
loevborg
7mo ago
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.
26.
▲
by
loevborg
7mo ago
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.
27.
▲
by
loevborg
7mo ago
Which setting specifically? Can you repro in the typescript playground?
28.
▲
by
loevborg
7mo ago
FWIW, Typescript is using Strategy 2: https://www.typescriptlang.org/play/?#code/GYVwdgxgLglg9mABM... I'm a bit confused by the fact that the array starts out typed as `any[]` (e.g. if you hover over the decl
29.
▲
by
loevborg
7mo ago
Yeah that's a painful process, as I know from experience. What do you think is the reason for the gradual shift?
30.
▲
by
loevborg
7mo ago
This is fascinating. It sounds like you're building "cloud datastructures" based on S3+CAS. What are the benefits, in your view, of doing using S3 instead of, say, dynamo or postgres? Or reaching for NATS/rabbitmq/s
More ›