Viewing profile — MzHN
MzHN
HN member- Joined
- Sun, Mar 02, 2014, 1:26 PM UTC
- HN karma
- 1,258
- Public activity
- 234 items
- HN profile
- View on Hacker News ↗
About MzHN
No profile information was provided.
Recent public activity
- story
-
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://…
- story
-
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, …
-
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…
-
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 …
-
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…
-
comment
Comment #45537704
If I want to replace openWakeWord in Home Assistant Voice Assistant pipeline with this, any idea how difficult it would be?
- story
-
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…
- story
- story
-
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…
-
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…
- story
-
comment
Comment #44446154
Unofficial but it is fun to watch live as the tracker numbers go up https://stopkillinggamestracker.pages.dev/
- story
-
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…
-
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…
- story
-
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…
-
comment
Comment #43143045
Might be worth mentioning that fsmonitor is Windows and Mac OS only. Also I wish GitHub and GitLab had colorMoved.
- story
-
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…
-
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…