Live data from Hacker News

Viewing profile — infensus

infensus

HN member
Joined
Tue, Mar 08, 2016, 2:25 PM UTC
HN karma
84
Public activity
63 items

About infensus

No profile information was provided.

Recent public activity

  1. comment
    Comment #48251271

    Bun's http server is basically µWebSockets (C++ library) under the hood. You can also use it in Node via µWebSockets.js, the official bindings.

  2. comment
    Comment #44395657

    MDN and caniuse say otherwise. I think there might've been an older specification that got implemented, but it's been revised since

  3. comment
    Comment #44341754

    You can still re-enable the extension for now

  4. comment
    Comment #42558675

    Are there any use cases for running `cat` on a binary without at least piping it somewhere? The output will be mostly garbage

  5. comment
    Comment #42558543

    My first thought after seeing that stock image watermark looking line on the dog picture

  6. comment
    Comment #42505898

    They took the most upvoted ideas from the community forum and started implementing them. Maybe to win some users over, but I think it might be too late for this to have any impact …

  7. comment
    Comment #42423342

    I wonder what's more niche, a $3500 AR headset or a giant foldable iPad

  8. comment
    Comment #41315120

    Some leaks suggest that 15th gen is achieving these results while consuming 100W less than 14th, but I guess we best wait for some real tests

  9. comment
    Comment #41197665

    It's using tab hiding, one of Firefox's non-standard extensions to the WebExtensions API. I believe this is also how Panorama used to work By the way, built-in tab grouping is also…

  10. comment
    Comment #40187497

    Battery life?

  11. comment
    Comment #39478357

    100% agree. Most of these apps could definitely use some optimization, but trivializing them to something like "wow few MBs of javascript just to show a text box" makes this compar…

  12. comment
    Comment #39369449

    I think this was exclusive to Chrome. https://issues.chromium.org/issues/40431598 Seems like they managed to kinda fix it in some cases, but some of the reproductions provided in t…

  13. comment
    Comment #39364870

    Centering like this can make your element blurry on non-hidpi screens, because transforms are not snapped to the pixel grid like layout properties, and 50% can sometimes land on a …

  14. comment
    Comment #39239678

    Ah right. But it will be a bit problematic, since the subnet size may vary between different ISPs, no?

  15. comment
    Comment #39235990

    This a thing which boggles my mind. Does this mean everyone gets /64 addresses to circumvent IP bans?

  16. comment
    Comment #38890735

    >The guy who invented git What an inefficient way to spell Linus

  17. comment
    Comment #38214232

    Making people think that you need to pay for bandwidth is the greatest scam pulled off by AWS

  18. comment
    Comment #35865931

    They hired a different company to remake the first Witcher game in UE5. I don't think a fourth one was mentioned anywhere

  19. comment
    Comment #34567412

    They've introduced "Trending (recent votes count more)" sort option recently, but it's not the default (yet?)

  20. comment
    Comment #34567394

    I wonder how many people actually add "stackoverflow" to their search queries. For me it's basically never, because it usually will be the first result anyway

  21. comment
    Comment #34235710

    He said "image proxies" so I guess 100%?

  22. comment
    Comment #34203526

    Huh. At work, I did the same for a WYSIWYG editor we had to implement, but it always felt wrong for me. After looking for a native editor library I was surprised how little I could…

  23. comment
    Comment #33371021

    I memorized it by thinking about it like a function call — so () comes last

  24. comment
    Comment #33244505

    I'd say a big part of this is the atrocious performance

  25. comment
    Comment #32876790

    It's simple until you take caching into account