Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bugmen0t
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
bugmen0t
3y ago
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...
2.
▲
by
bugmen0t
3y ago
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-US/kb/address-bar-autocomple
3.
▲
by
bugmen0t
3y ago
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 :)
4.
▲
Educated immigrants protest proposed changes to immigration policy in Helsinki
(helsinkitimes.fi)
1 points
by
bugmen0t
3y ago
|
0 comments
5.
▲
by
bugmen0t
3y ago
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 kind? Do you end up as someone pairing socks agai
6.
▲
by
bugmen0t
3y ago
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 somewhat easy to start and self-contained. If you want, you can eas
7.
▲
by
bugmen0t
4y ago
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 really need to get off of it.
8.
▲
Origins, Sites and Other Terminologies
(frederik-braun.com)
1 points
by
bugmen0t
4y ago
|
0 comments
9.
▲
by
bugmen0t
4y ago
Surprising there is no mention of the wasm/rust-implemented flash player https://ruffle.rs/ in the article.
10.
▲
by
bugmen0t
4y ago
MDN is documentation for the web, not Firefox.
11.
▲
by
bugmen0t
4y ago
ESLint does not even support the browser. I think your first sentence is (I'm assuming accidentally) creating a straw man argument.
12.
▲
by
bugmen0t
4y ago
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 that makes design decisions for you.
13.
▲
by
bugmen0t
4y ago
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 cons. One of the strongest argument against was this here, i
14.
▲
by
bugmen0t
4y ago
Can’t they run an open collective just to pay the bandwidth bill?
15.
▲
by
bugmen0t
4y ago
Why are other browsers allowing access when Firefox is not? Isn’t this a security issue?
16.
▲
by
bugmen0t
4y ago
Nice idea. Out of curiosity, which song inspired you to build this site?
17.
▲
by
bugmen0t
4y ago
template does HTML parsing. The `content` attribute returns a DocumentFragment.
18.
▲
by
bugmen0t
4y ago
Do you have a link to the template instantiation proposal?
19.
▲
by
bugmen0t
4y ago
Yup. Like on a casio. If I remember correctly the modes were normal time, stop watch, timer and .beats
20.
▲
by
bugmen0t
4y ago
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, as a teenager I didn’t even know how muc
21.
▲
by
bugmen0t
4y ago
These APIs were synchronous and thus blocking. People blamed Firefox being slow when in fact, it was mostly extension APIs and the extension code.
22.
▲
by
bugmen0t
4y ago
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. What else would you do?
23.
▲
by
bugmen0t
4y ago
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 if you want to call into something that isn't
24.
▲
by
bugmen0t
4y ago
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. You don't have to start with a blank document in a dum
25.
▲
by
bugmen0t
4y ago
It shouldn’t be. IMAP doesn’t have to download all of them.
26.
▲
by
bugmen0t
4y ago
Given the new DOM API, it’s also relatively easy to forbid the "bad APIs" using something like eslint (at the source level) or Trusted Types (at runtime). The hope is to also cater to frontend frameworks enough that they will adop
27.
▲
by
bugmen0t
4y ago
It’s a risk. That’s why there are bug bounty programs and open processes for the specification. Browsers have a track record of being able to ship security bugs for severe issues within a day or two. Compare that to patching every individua
28.
▲
by
bugmen0t
4y ago
That’s pretty much the exact use case of a sanitizer.
29.
▲
by
bugmen0t
4y ago
The most prevalent type of security vulnerability in all of software is XSS. (If you count CVEs, which is admittedly a bit problematic). I’m collaborating on an attempt to shift the responsibility for XSS from the developers and towards the
30.
▲
by
bugmen0t
4y ago
I recommend you take a look at co2.js. This was just mentioned in the latest issue of branch magazine ( https://branch.climateaction.tech/issues/issue-4/co2js/ ) and I haven't played with it myself yet. Co
More ›