Live data from Hacker News

Viewing profile — MzHN

MzHN

HN member
Joined
Sun, Mar 02, 2014, 1:26 PM UTC
HN karma
1,258
Public activity
234 items

About MzHN

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #46271890

    I'd be fine with that, although I can only edit the title. Another option would be https://html-props.dev/ EDIT: For clarity, if it does get updated, the original URL was: https://…

  3. story
  4. comment
    Comment #45680866

    > I worried that there might be a lot of iterations where one or two of the options would be things that the person didn't understand, or didn't care about. I won't disagree here, …

  5. comment
    Comment #45680697

    > Carriage returns in bash scripts are cursed Also the full story here seemed to be 1. Person installs git on Windows with autocrlf enabled, automatically converting all LF to CRLF…

  6. comment
    Comment #45665376

    I desperately want to like Bruno, since I think it might not do the same rugpull as Postman and Insomnia. But the UX is just terrible (for me) or at least has been every time I've …

  7. comment
    Comment #45641580

    Not an expert on how this will affect the results but since the list is so long, would it be better to show visitors two random-ish features at a time and have them pick the one th…

  8. comment
    Comment #45537704

    If I want to replace openWakeWord in Home Assistant Voice Assistant pipeline with this, any idea how difficult it would be?

  9. story
  10. comment
    Comment #44738889

    `git reparent origin/main -n 3` sounds a lot like `git rebase --onto origin/main HEAD~3` and `git move-branch from to` sounds like `git branch -f from to`. I love backup branches a…

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

    > First of all, your donations to Mozilla don't go to funding the browser. This is exactly my point. They should establish direct Firefox donations. I agree that it won't change an…

  14. comment
    Comment #44548880

    Yes! My pet peeve is people keep saying "no one would pay" or "it wouldn't work" but the thing is, as far as I know, it has never been tried. For example Thunderbird is fully funde…

  15. story
  16. comment
    Comment #44446154

    Unofficial but it is fun to watch live as the tracker numbers go up https://stopkillinggamestracker.pages.dev/

  17. story
  18. comment
    Comment #44234980

    Thunderbird is fully funded by donations[1] Of course Thunderbird's budget is in a different magnitude than Firefox but I'd guess the amount of users is also in a different magnitu…

  19. comment
    Comment #43925405

    My masochist anti-tracking set up: - uBlock Origin with "Disable JavaScript" checked in the settings. Only enable for specific sites. - Temporary Containers with "Automatic Mode" c…

  20. story
  21. comment
    Comment #43252827

    > People don’t want to pay for browsers, you can’t rely on the donations of people preferring to ad-block YouTube instead of paying for Premium. Firefox has never tried it so we do…

  22. comment
    Comment #43143045

    Might be worth mentioning that fsmonitor is Windows and Mac OS only. Also I wish GitHub and GitLab had colorMoved.

  23. story
  24. comment
    Comment #42592835

    If this was any other language than JS I would agree but my personal experience with JS is the opposite. In my experience almost everything in the JS world is already async. User i…

  25. comment
    Comment #42040137

    >>A lot of English-speaking countries actually have `.` and `,` swapped: >Which? Here's a table https://en.wikipedia.org/wiki/Decimal_separator#Examples_of_... EDIT: Ah, now that I…