Live data from Hacker News

Viewing profile — Spixel_

Spixel_

HN member
Joined
Wed, Feb 08, 2017, 10:08 AM UTC
HN karma
34
Public activity
17 items

About Spixel_

No profile information was provided.

Recent public activity

  1. 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,…

  2. 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.

  3. 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.

  4. 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…

  5. comment
    Comment #47549254

    T'es perdu, chaton ?

  6. comment
    Comment #47343648

    Notion is nice

  7. comment
    Comment #47134461

    They all seem like great features.

  8. 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…

  9. comment
    Comment #47012548

    Maybe consider renaming this since pgTAP [0] exists and has nothing to do with this. [0]: https://pgtap.org/

  10. comment
    Comment #45139249

    You are right, but note that the default isolation level is "Read committed" in postgres.

  11. 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.

  12. 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…

  13. comment
    Comment #38030811

    We migrated to Remix a few months ago, never going back.

  14. comment
    Comment #38030386

    That would be Remix: https://remix.run See: https://www.epicweb.dev/why-i-wont-use-nextjs

  15. comment
    Comment #31643442

    Comments aren't bad per se, but they should explain Why vs. How.

  16. comment
    Comment #31617272

    You should play Obra Dinn.

  17. 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…