Live data from Hacker News

Viewing profile — virgoerns

virgoerns

HN member
Joined
Mon, Mar 24, 2014, 8:16 AM UTC
HN karma
39
Public activity
27 items

About virgoerns

meet.hn/city/pl-Wrocław

Recent public activity

  1. comment
    Comment #48379932

    1. Buy a domain and bind it to your email so this situation never happens again in the future. 2. Automatically forward all new emails to the new provider (gmail has an option for …

  2. comment
  3. comment
    Comment #47022307

    It doesn't need root if you set MANPATH.

  4. comment
    Comment #46564427

    The problem with long startups is that they break the flow. I live in CLI. I open and close terminal windows all day long, sometimes just for quick 2-3 commands to check something.…

  5. comment
    Comment #46066744

    We're buying mice and we want 2 or 3 females. So yesterday I was searching "how to check mouse gender". Imagine my confusion when search engine recommended me a bunch of "how to se…

  6. comment
    Comment #45697162

    FYI, ctrl-d isn't a shortcut to exit terminal. It sends EOF (end of file) character which, when reaches shell, closes stdinput file of shell. It generally closes any active interac…

  7. comment
    Comment #45696981

    How do you use it so it's more ergonimic than typing arguments manually reversed? `unmv !$` ?

  8. comment
    Comment #45147304

    Podman 4.7 supports both the ordinary compose (Go implementation) and older Python podman-compose. But personally I moved to quadlets and didn't look back.

  9. comment
    Comment #44474676

    I love that you include hledger! It's amazing piece of software, even if a little obscure for people unfamiliar with plaintext accounting!

  10. comment
    Comment #44470518

    Zoxide isn't a replacement for cd, but it is a wrapper for cd. It's the alternative for OG "z" (written in Bash I believe) and autojump (python) that were here for 20 years or so. …

  11. comment
    Comment #43855564

    WSJ probably updated the article. Here's the newer link: https://archive.is/20250501040217/https://www.wsj.com/tech/a...

  12. comment
    Comment #42589019

    They can be configured globally with core.hooksPath or init.templatedir git config options.

  13. comment
    Comment #41817366

    Can you tell what's the usecase for creating FUSE for dokuwiki? Basically, dokuwiki is just a bunch of text files so wouldn't it be simpler and more efficient to e.g. mount them as…

  14. comment
    Comment #41209893

    Your comment reminds me about Polish movie "Life as a Fatal Sexually Transmitted Disease", which is a story of a doctor dying from cancer. Some variations of this title were semi-p…

  15. comment
    Comment #38803893

    Does Go default-initialize booleans by any chance? In C, which author had used, this program would be undefined behavior due to reading non-static, uninitialized bool.

  16. comment
    Comment #38226077

    A guitar. My first classical guitar, which I bought 20 years ago, cost 50 PLN (~$12) and it kickstarted my love for playing a music. Not only that. I spent thousands of hours pract…

  17. comment
    Comment #37477528

    We broke our monolith ~2015. 8 years later we still have the original monolith plus the original mircoservices are now monoliths too which need splitting. Upgrades were a nightmare…

  18. comment
    Comment #27513608

    I like cheat.sh as the alternative for tldr which doesn't need to be installed as all, because it can be used with curl: $ curl cheat.sh/tar

  19. comment
    Comment #27343339

    > Services have operating costs So does ordinary, non-service software (like mentioned, Linux, gcc or vim). Hosting of their websites, mailing lists, CI, time of developers... they…

  20. comment
    Comment #26900283

    > It doesn’t help that I’m relatively new to guitar. I've played for 16 years and I still have these moments. But thankfully it's so satisfying when the music finally kicks in.

  21. comment
    Comment #25196554

    > Attribution and recognition is more than enough. To be fair, they're just fulfilling they're legal requirements. Second paragraph of MIT License requires including License and co…

  22. comment
    Comment #24650278

    > Kitty should just identify as xterm like every other terminal written in the last 20 years. This is not my experience at all. I'd say most of terminals, including modern ones, ha…

  23. comment
    Comment #23974840

    Ledger CLI is wonderful. I've been using it for over a year for budgeting (via envelope-style virtual accounts) and keeping track of my family expenses. The biggest advantage is th…

  24. comment
    Comment #22854019

    It works in a single folder only. It's actually a set of the following commands: - D tells mutt to delete messages by pattern - ~= is pattern which selects all the dupes in current…

  25. comment
    Comment #22846445

    I use mutt for that which modifies local maildir so it's super fast. Commands are: "D~=$". Then it's just a matter of syncing local changes back e.g. with mbsync.