Viewing profile — infensus
infensus
HN member- Joined
- Tue, Mar 08, 2016, 2:25 PM UTC
- HN karma
- 84
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About infensus
No profile information was provided.
Recent public activity
-
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.
-
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
-
comment
Comment #44341754
You can still re-enable the extension for now
-
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
-
comment
Comment #42558543
My first thought after seeing that stock image watermark looking line on the dog picture
-
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 …
-
comment
Comment #42423342
I wonder what's more niche, a $3500 AR headset or a giant foldable iPad
-
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
-
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…
-
comment
Comment #40187497
Battery life?
-
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…
-
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…
-
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 …
-
comment
Comment #39239678
Ah right. But it will be a bit problematic, since the subnet size may vary between different ISPs, no?
-
comment
Comment #39235990
This a thing which boggles my mind. Does this mean everyone gets /64 addresses to circumvent IP bans?
-
comment
Comment #38890735
>The guy who invented git What an inefficient way to spell Linus
-
comment
Comment #38214232
Making people think that you need to pay for bandwidth is the greatest scam pulled off by AWS
-
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
-
comment
Comment #34567412
They've introduced "Trending (recent votes count more)" sort option recently, but it's not the default (yet?)
-
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
-
comment
Comment #34235710
He said "image proxies" so I guess 100%?
-
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…
-
comment
Comment #33371021
I memorized it by thinking about it like a function call — so () comes last
-
comment
Comment #33244505
I'd say a big part of this is the atrocious performance
-
comment
Comment #32876790
It's simple until you take caching into account