Viewing profile — firethief
firethief
HN member- Joined
- Wed, Mar 30, 2011, 5:20 PM UTC
- HN karma
- 1,941
- Public activity
- 922 items
- HN profile
- View on Hacker News ↗
About firethief
No profile information was provided.
Recent public activity
-
comment
Comment #41284354
> “We cannot share details on the exact fix at this moment, for obvious security reasons.” This seems a bit disingenuous. To people with a bit of understanding of cybersecurity, th…
-
comment
Comment #41284104
It sounds like their architecture enables them to solve much more interesting problems than would usually be encountered in meeting their business requirements.
-
comment
Comment #41277371
ID.me also seems to be the only way to interact with the IRS online, and has arbitrarily decided my identity is unverifiable.
-
comment
Comment #41251144
Apparently surfraw has an elvis for it: https://gitlab.com/surfraw/Surfraw/-/wikis/current-elvi
-
comment
Comment #41219205
All languages have redundancy; it serves as a form of forward error correction. I recall some sort of study (sorry, no link) finding that information density was (by some metric) s…
-
comment
Comment #41017395
Interesting idea. I've just tried it with a couple of languages: - TS with Vue: SFC are not really working (it's showing a style change as if the whole stylesheet were replaced wit…
-
comment
Comment #41017040
I can't picture how that would work. While collaborative features require that some objects are shared and synchronized, efficiency and programmer sanity rely on the fact that some…
-
comment
Comment #40254759
I don't know what kind of computer weenies you know but speaking for myself: needing to interact with someone to get exercise would add a major hurdle for me. OTOH, I'm really gett…
-
comment
Comment #40252844
I went through the same paradigm shift with cycling. I used a cheap bike that was slow and heavy because higher efficiency wouldn't allow me to get exercise any faster. Then I got …
-
comment
Comment #32451224
Well yeah. SSDs are worse than HDDs in every way when the denominator is capacity. The headline would be the opposite if they were comparing per IOPS. The shocking conclusion: Use …
-
comment
Comment #29706614
I have an Android TV and streaming subscriptions. If I want to stream something I have to find out what service carries it, open the right app, and attempt to type the title with t…
-
comment
Comment #29704256
`for` is a foreach. If you want to increment a number through a range like a typical C `for`, you have to use a `while` loop. I don't really see the draw.
-
comment
Comment #29655977
> do black-and-white code editing You've piqued my curiosity. No syntax highlighting?
-
comment
Comment #29641350
Well I assumed it would be an electron app because getting it done with a shedload of giant 555 timers wouldn't be as funny :)
-
comment
Comment #29641296
Oops. It's 40ms!
-
comment
Comment #29632688
It would take an electric signal about 40ns to travel from the center to one corner and back, and a signal certainly needs to do more than that in a clock cycle, so the physical li…
-
comment
Comment #29621214
It's not mutations that are the threat, it's mutated COVID-19 .
-
comment
Comment #29621188
We are talking about the relative evolutionary fitness of different variants, so until we have the ability to decide whether to avoid someone based on what variant they have (and m…
-
comment
Comment #29611631
That's only a problem if you use code that is unsound. Well-written crates do not incorrectly mark functions safe.
-
comment
Comment #29608760
It depends on how high up the software stack you work. For most people it won't make much difference, but for some people it's huge. I do a lot of SIMD optimization, and x86 is 128…
-
comment
Comment #29599450
> Theoretically, yes. Practically, I think that’s a “sufficiently smart compiler” class of problems, insanely hard to solve. Especially given that WASM is a JIT compiler, it simply…
-
comment
Comment #29599035
> The [NEON] Wasm SIMD implementation is 65% faster than native! But what is perhaps more interesting is that the Wasm scalar implementation is only half as fast as the Wasm SIMD v…
-
comment
Comment #29598917
Is it emulated, or does it have a peephole optimization for the mask/multiply idiom? If it's hitting the emulation path on this case, that can easily be fixed.
-
comment
Comment #29464083
> I think the effort to minimise the differences between early humans is admirable, and should be continued. We have a tiny, farcically small sample size of evidence to base any co…
-
comment
Comment #28871914
> The evidence is undeniably clear that limiting exposure to toxic phthalates can help safeguard Americans’ physical and financial wellbeing. It's kind of sad that "this could kill…