Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Spixel_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Spixel_
3mo ago
The studies you are talking about are probably outdated, it's difficult to deny the actual productivity boost of coding agents. I'm not talking about the quantity of code produced, but about actual user needs that are now resolved
2.
▲
by
Spixel_
4mo ago
Some do, but the DX was bad last time I tried, I did not find a way to use it with my setup.
3.
▲
by
Spixel_
4mo ago
I meant that it doesn't get much love from the community, it's pretty clear it's not used much, that's why things like `dbg` gets added to the language.
4.
▲
by
Spixel_
4mo ago
Almost nobody uses it though, which is too bad, especially since multi-head functions sometimes make it difficult to follow the execution path. I'd like to do step by step but I cannot plug the debugger to VScode from inside a docker c
5.
▲
by
Spixel_
6mo ago
T'es perdu, chaton ?
6.
▲
by
Spixel_
6mo ago
Notion is nice
7.
▲
by
Spixel_
7mo ago
They all seem like great features.
8.
▲
by
Spixel_
7mo ago
I agree with them, the French translation is way too casual/aggressive compared to the English text. I wouldn't trust this website. It comes across as influencer speech targeted to edgy young people with a touch of "how do yo
9.
▲
by
Spixel_
7mo ago
Maybe consider renaming this since pgTAP [0] exists and has nothing to do with this. [0]: https://pgtap.org/
10.
▲
by
Spixel_
1y ago
You are right, but note that the default isolation level is "Read committed" in postgres.
11.
▲
by
Spixel_
1y ago
Read committed (which is the default), doesn't guarantee that. See "Nonrepeatable Read" and "Phantom Read" which are both possible in your documentation page.
12.
▲
by
Spixel_
1y ago
I don't get the transaction bit. At least with postgres, a transaction doesn't guarantee that all statements in it see the data at the same point in time (actually, it's not even guaranteed for subqueries). Also, often, the t
13.
▲
by
Spixel_
3y ago
We migrated to Remix a few months ago, never going back.
14.
▲
by
Spixel_
3y ago
That would be Remix: https://remix.run See: https://www.epicweb.dev/why-i-wont-use-nextjs
15.
▲
by
Spixel_
4y ago
Comments aren't bad per se, but they should explain Why vs. How.
16.
▲
by
Spixel_
4y ago
You should play Obra Dinn.
17.
▲
by
Spixel_
5y ago
> Given how much programming now consists of "copy, paste, and modify," enforcing style conventions on Stack Overflow might do more to improve general coding standards than anything else we could try. I'm guessing most