Viewing profile — Spixel_
Spixel_
HN member- Joined
- Wed, Feb 08, 2017, 10:08 AM UTC
- HN karma
- 34
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About Spixel_
No profile information was provided.
Recent public activity
-
comment
Comment #48459112
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,…
-
comment
Comment #48390522
Some do, but the DX was bad last time I tried, I did not find a way to use it with my setup.
-
comment
Comment #48390500
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.
-
comment
Comment #48389236
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 ca…
-
comment
Comment #47549254
T'es perdu, chaton ?
-
comment
Comment #47343648
Notion is nice
-
comment
Comment #47134461
They all seem like great features.
-
comment
Comment #47086442
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…
-
comment
Comment #47012548
Maybe consider renaming this since pgTAP [0] exists and has nothing to do with this. [0]: https://pgtap.org/
-
comment
Comment #45139249
You are right, but note that the default isolation level is "Read committed" in postgres.
-
comment
Comment #45139233
Read committed (which is the default), doesn't guarantee that. See "Nonrepeatable Read" and "Phantom Read" which are both possible in your documentation page.
-
comment
Comment #45137516
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 g…
-
comment
Comment #38030811
We migrated to Remix a few months ago, never going back.
-
comment
Comment #38030386
That would be Remix: https://remix.run See: https://www.epicweb.dev/why-i-wont-use-nextjs
-
comment
Comment #31643442
Comments aren't bad per se, but they should explain Why vs. How.
-
comment
Comment #31617272
You should play Obra Dinn.
-
comment
Comment #28729517
> 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 anythin…