Live data from Hacker News

Viewing profile — bugmen0t

bugmen0t

HN member
Joined
Wed, Aug 21, 2013, 9:40 AM UTC
HN karma
1,060
Public activity
235 items

About bugmen0t

No profile information was provided.

Recent public activity

  1. story
  2. 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..…

  3. 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…

  4. 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 :)

  5. story
  6. 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…

  7. 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…

  8. 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…

  9. story
  10. comment
    Comment #34080361

    Surprising there is no mention of the wasm/rust-implemented flash player https://ruffle.rs/ in the article.

  11. comment
    Comment #33997915

    MDN is documentation for the web, not Firefox.

  12. 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.

  13. 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…

  14. 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 …

  15. comment
    Comment #33267228

    Can’t they run an open collective just to pay the bandwidth bill?

  16. comment
    Comment #33213189

    Why are other browsers allowing access when Firefox is not? Isn’t this a security issue?

  17. comment
    Comment #33150408

    Nice idea. Out of curiosity, which song inspired you to build this site?

  18. comment
    Comment #33091736

    template does HTML parsing. The `content` attribute returns a DocumentFragment.

  19. comment
    Comment #33091160

    Do you have a link to the template instantiation proposal?

  20. comment
    Comment #32979856

    Yup. Like on a casio. If I remember correctly the modes were normal time, stop watch, timer and .beats

  21. 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, …

  22. 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.

  23. 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…

  24. 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 …

  25. 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.…