Live data from Hacker News

Viewing profile — favadi

favadi

HN member
Joined
Thu, Apr 19, 2012, 10:32 AM UTC
HN karma
266
Public activity
217 items

About favadi

[ my public key: https://keybase.io/favadi; my proof: https://keybase.io/favadi/sigs/JZBBJHOe9YzS_qM3jLTzvsACFoKmB-LY1ZuMLsJ4v3Q ]

Recent public activity

  1. story
  2. story
  3. comment
    Comment #42850386

    It doesn't look like much of an improvement over `tools/tools.go` with blank imports like this: ``` //go:build tools package tools import ( _ "github.com/xxx/yyy" ... ) ```

  4. comment
    Comment #42522020

    Thanks, that's exactly what I am used to!

  5. comment
    Comment #42520381

    For some reasons, the font looks thinner compare to Kitty on macOS. Not sure if it is a bug or intentional.

  6. comment
    Comment #41231568

    Calif discovered stored Cross-Site Scripting (XSS) vunerability in Substack

  7. story
  8. comment
    Comment #41013372

    > S3 is a horrible interface with a terrible lack of features. Because turn out that most applications do not require that many features when it comes to persistent storage.

  9. story
  10. comment
    Comment #38126948

    > When you search "golang" on google for a long time, the question "Why people hate Go?" comes up at the top. I don't see this article in the first page when searching for golang. …

  11. comment
    Comment #38126911

    Single letter variables like `i`, `j`? How `index1`, `index2` is any better?

  12. comment
    Comment #37011469

    Sending heartfelt condolences to Bram's family. His last commit is just one month ago: https://github.com/vim/vim/commit/4c0089d696b8d1d5dc40568f25... . I wonder who else has acces…

  13. comment
    Comment #36981046

    Even the fanless configuration is still fast enough for most use cases.

  14. comment
    Comment #36981034

    Something is very off with ThinkPad development recently. A few years ago, I could pick any T-Series ThinkPad and expect them to have excellent Linux support. My last two ThinkPads…

  15. comment
    Comment #35786511

    > Abstractions lead to coupling and complexity. Without abstractions, we would still programming using punched cards.

  16. comment
    Comment #35523989

    rr is pure magic! I wish that it is available on macOS.

  17. comment
    Comment #35523970

    I tried nvim-dap but it is somewhat clunky, unintuitive to use. Turn out that that using delve, gdb, pydb directly on the command line is fine, I don't really need editor integrati…

  18. comment
    Comment #35481044

    > EditorConfig support is now builtin. That's great, one less plugin to install.

  19. comment
    Comment #35272741

    Why would anyone want to use Ubuntu 4ee7bb27a0ff1cbc203a0df93919980ccbcfd4f1 over Ubuntu 22.04?

  20. comment
    Comment #35093112

    I feel lucky when decided to buy a Brother printer instead of HP. Super easy to setup, press the WPS button once to connect to WI-FI and I can start printing from my Ubuntu laptop …

  21. comment
    Comment #35010063

    Now I finally understand the comment in another Emacs thread. I thought people was talking about the Mew - a mail reader for Emacs.

  22. comment
    Comment #35008183

    Which walled garden you are talking about? You can install any programs you like, just like on Windows or Linux.

  23. comment
    Comment #34289272

    I don't think C-x C-s + C-x C-q is any easier.

  24. comment
    Comment #33967550

    If I'm a cook, I should not cook outside of the restaurant ever?

  25. comment
    Comment #33673116

    Maybe it’s obvious from the blog post, but I just want to point out that Tiddlywiki saver works out of the box if it is served via WebDAV. All you have to do is: install Nginx, ena…