Live data from Hacker News

Viewing profile — benoitg

benoitg

HN member
Joined
Mon, May 28, 2012, 7:21 PM UTC
HN karma
731
Public activity
61 items

About benoitg

No profile information was provided.

Recent public activity

  1. comment
    Comment #48439788

    It depends. The inspiration sometimes comes after a Saturday evening with friends and lots of drinks. Having a foolproof recipe comes in handy, and having the perfect stress-free p…

  2. comment
    Comment #47770916

    Not necessarily, I often make changes on unrelated commits. You can always use jj split to extract the change and put it somewhere else.

  3. story
  4. comment
    Comment #47191773

    One of the uses cases on their website is the agent deleted my .env file. jj wouldn’t help with that as it would be gitignored.

  5. comment
    Comment #47115053

    Recent versions of MySQL and MariaDB default to repeatable-read for InnoDB tables, not read-commited : https://dev.mysql.com/doc/refman/8.4/en/set-transaction.html... https://maria…

  6. comment
    Comment #46261534

    I’m the same as the parent, auto-track = none() works perfectly for me

  7. story
  8. comment
    Comment #45726935

    I’d love to know more, do you have any links to your articles?

  9. comment
    Comment #45238364

    Châtelet is there, you have to click on the 3D icon to experience the full majesty of its unending corridors in 3D

  10. comment
    Comment #45085704

    I fixed this by changing the default immutable heads to include all remote bookmarks. This way, you cannot edit them and the new commit is automatically created when you push to th…

  11. story
  12. story
  13. comment
    Comment #44643465

    I had the same copy paste problem, now I use jjui ( https://github.com/idursun/jjui ). The daily operations become even smoother, it looks like I’m flying over the log.

  14. comment
    Comment #44638481

    https://archive.is/ONfHw

  15. comment
    Comment #44629944

    https://archive.is/M6AFa

  16. story
  17. story
  18. comment
    Comment #43614532

    The Jetbrains suite of IDEs have this handy feature : if you copy a curl command into an HTTP scratch file, it is automatically converted to the HTTP equivalent, which is IMHO much…

  19. story
  20. comment
    Comment #42851134

    Yes, the instructions are in the OP.

  21. comment
    Comment #41877689

    I don't know how VACUUM works, I couldn't tell you about the differences. The OPTIMIZE works almost exclusively with online DDL statements. There's only a brief table lock held dur…

  22. comment
    Comment #41877166

    Not really, the innodb_file_per_table variable has been set to 1 for a long time. Running OPTIMIZE TABLE frees up the disk space in this case.

  23. story
  24. story
  25. story