Live data from Hacker News

Viewing profile — gcarvalho

gcarvalho

HN member
Joined
Fri, Sep 02, 2016, 12:54 PM UTC
HN karma
110
Public activity
71 items

About gcarvalho

No profile information was provided.

Recent public activity

  1. comment
    Comment #49220244

    I don't mean to be dismissive of the work done by the team which just resigned, and hope they get back on their feet. But also out of those 6y the core team did not exist for ~5y, …

  2. comment
    Comment #49061814

    > with every version introducing a bunch of new default rules which you then have to deal with immediately According to the original post > Ruff's default rule set was last modifie…

  3. comment
    Comment #48594978

    To be fair, if I submit changes and don’t notice I added .vscode / .idea / my_notes.txt / .DS_Store / .swp then it was a sloppy job and I shouldn’t expect the project to adapt to i…

  4. comment
    Comment #48325491

    I do the same sometimes, but a one-off clone is not quite the same as maintaining a "local remote" and pushing refs to it.

  5. comment
    Comment #47968183

    > it's positioning itself as a drop-in replacement for SQLite While SQLite is often used for comparison (“SQLite for OLAP”), I’ve never seen DuckDB market itself as a “drop-in” rep…

  6. comment
    Comment #47694551

    > my guess is that someone at their previous work place had reasoned that forcing periods encouraged developers to actually write meaningful sentences I have actually seen proper c…

  7. comment
    Comment #47297172

    Don't forget about dmypy, the daemon version of mypy. https://mypy.readthedocs.io/en/stable/mypy_daemon.html

  8. comment
    Comment #47110197

    I was never very good on FPS games, but during pandemics I would play often with friends. One day I pop up a practice map in cs:go where one of the challenges is shooting a fixed t…

  9. comment
    Comment #46385817

    > Only at small scales are full stack engineers valuable. Seems like the ideal career is to start somewhere big and successful enough that allows you to specialize (after some poor…

  10. comment
    Comment #44849565

    Looking forward to upgrade over the weekend. Have had my RPi on Debian since Debian 9, with smooth upgrades every time.

  11. comment
    Comment #44846218

    I have recently migrated ~8y of Apple Numbers spreadsheets (an annoyingly non-portable format) to plaintext accounting. It took me many hours and a few backtracks to get to a point…

  12. comment
    Comment #44801422

    I'm not sure that's what you're implying, but DNS-level blocking is not more powerful than filtering in the browser, at least in the sense of what it is capable of. Content-filteri…

  13. comment
    Comment #44583929

    I can attest that CSS is very effective for obfuscating e-mail. I displayed my academic e-mail on my webpage for over half a decade using CSS to flip the text direction[1] without …

  14. comment
    Comment #44481958

    I’m not saying this is good security hygiene, but not necessarily everyone with access to the file will also have access to the password in the email. e.g. someone downloaded the p…

  15. comment
    Comment #44395469

    I was pleasantly surprised to try the guide out and see that it just worked: λ uv venv && uv pip install torch --torch-backend=auto λ uv run python -c 'import torch; print(torch.cu…

  16. comment
    Comment #44368918

    Even if I know my current branch, having my prompt show me untracked/uncommitted/unpushed changes helps to identify if something didn’t work because I’m in a dirty state, or if som…

  17. comment
    Comment #44368827

    If your pyproject.toml does not list all your dependencies (including dependencies of your dependencies) and a fixed version for each, you may get different versions of the depende…

  18. comment
    Comment #44217477

    I have a very involved `gq` alias that helps me find and finish pending work. It works either in the current repository or a folder containing multiple repositories. Basically, my …

  19. comment
    Comment #43781099

    One thing I really appreciate about Vim is that it just opens. And I don't mean speed, I mean not getting bunch of pop-ups nagging me to do something about a configuration, extensi…

  20. comment
    Comment #43145271

    I agree story has holes but regarding > The guy who wasn't actually going to work on the issue decided the time estimate of the bug, and then expected the guy who actually worked o…

  21. comment
    Comment #41891242

    And the martial art is jiu-jitsu, not jujutsu. Similar sounding but definitely not “named after”.

  22. comment
    Comment #41845604

    Re: continuing a partial rebase I haven’t tried it myself, but since you know commits A and B have already been rebased and had their conflicts resolved, can’t you instead rebase -…

  23. story
  24. comment
    Comment #41755055

    Was it perhaps a demo of a js plotting library? https://leeoniya.github.io/uPlot/demos/index.html

  25. comment
    Comment #41663656

    And also that 1 copy is (eventually) 0 copies.