Viewing profile — bugmen0t
bugmen0t
HN member- Joined
- Wed, Aug 21, 2013, 9:40 AM UTC
- HN karma
- 1,060
- Public activity
- 235 items
- HN profile
- View on Hacker News ↗
About bugmen0t
No profile information was provided.
Recent public activity
- story
-
comment
Comment #36777723
The link is terrible. Maybe the article should link to https://arewefastyet.com or maybe the Speedometer selection at https://arewefastyet.com/win10/benchmarks/raptor-desktop-spe..…
-
comment
Comment #36667424
There's also @ for steering the browser to a specific search engine (e.g., wikipedia search). The canonical URL for how the address bar short cuts is https://support.mozilla.org/en…
-
comment
Comment #36585363
Would be kinda funny if the lone bananas have been removed from the training dataset because they are not part of the depicted item but are merely in the picture for scale :)
- story
-
comment
Comment #35828271
So, what's the solution to pairing socks? Buying many pairs from the same. Sure. That makes sense. But what happens when half of them are lost or damaged and you can't buy the same…
-
comment
Comment #35785298
write a backdoor :) A kernel module that drops the user into a root shell if they call an obscure kernel functionality with a secret value in some registers. This should be somewha…
-
comment
Comment #34727616
Frankly, it's surprising how long they managed to drag it along given they build on top of a weird fork of Firefox ESR. Their foundation is crumbling for years and years. They real…
- story
-
comment
Comment #34080361
Surprising there is no mention of the wasm/rust-implemented flash player https://ruffle.rs/ in the article.
-
comment
Comment #33997915
MDN is documentation for the web, not Firefox.
-
comment
Comment #33773458
ESLint does not even support the browser. I think your first sentence is (I'm assuming accidentally) creating a straw man argument.
-
comment
Comment #33636711
The web platform was mostly piecemeal and happenstance. Not careful, coordinated design. You'll find that it is unnecessarily and necessarily complex unless you adopt a framework t…
-
comment
Comment #33313857
Those who were involved with the Mozilla open source project or the company in the years of ~2013-2014 will heavily disagree. There was a strong and long debate about the pros and …
-
comment
Comment #33267228
Can’t they run an open collective just to pay the bandwidth bill?
-
comment
Comment #33213189
Why are other browsers allowing access when Firefox is not? Isn’t this a security issue?
-
comment
Comment #33150408
Nice idea. Out of curiosity, which song inspired you to build this site?
-
comment
Comment #33091736
template does HTML parsing. The `content` attribute returns a DocumentFragment.
-
comment
Comment #33091160
Do you have a link to the template instantiation proposal?
-
comment
Comment #32979856
Yup. Like on a casio. If I remember correctly the modes were normal time, stop watch, timer and .beats
-
comment
Comment #32970139
I had a "beats" watch in the late 90s. Something with "internet" in the name was super appealing to me, when I knew I couldn’t have the actual internet with me. I guess back then, …
-
comment
Comment #32962255
These APIs were synchronous and thus blocking. People blamed Firefox being slow when in fact, it was mostly extension APIs and the extension code.
-
comment
Comment #32961761
the old APIs were actually the only existing, internal and synchronous APIs which does not work in a multi-process, site-isolation architecture. The internal APIs also had to go. W…
-
comment
Comment #32911144
Rust has very strong backing at Meta, Microsoft, Google, AWS and others. I wouldn't worry about corporate backing. You can call into the Windows APIs (there's a windows crate) and …
-
comment
Comment #32909278
Use a linter, a formatter or any other tool that complains early and often. Have a starting setup for each programming language. Being surrounded by a supporting environment helps.…