Viewing profile — d33
d33
HN member- Joined
- Wed, Dec 09, 2015, 11:05 AM UTC
- HN karma
- 2,380
- Public activity
- 820 items
- HN profile
- View on Hacker News ↗
About d33
No profile information was provided.
Recent public activity
-
comment
Comment #45501384
Thank you! It seems to be what I'm looking for.
-
comment
Comment #45496389
I just tried building and running it. Surprisingly many websites already load fine, though Youtube doesn't and Vimeo/Reddit comment section crashed it. Still, the results are quite…
-
comment
Comment #45496366
I've recently been wondering: could you re-compress gzip to a better compression format, while keeping all instructions that would let you recover a byte-exact copy of the original…
-
comment
Comment #44508425
Thanks! Any ideas why it didn't get merged? Clearly 7-Zip has some development activity going on and so does this fork...
-
comment
Comment #44507484
I worry that 7-Zip is going to lose relevance because lack of zstd support. zlib's performance is intolerable for large files and zlib-ng's SIMD implementation only helps here a bi…
- story
-
comment
Comment #41482455
I don't want this to sound cynical, but do we have any examples where the US government successfully got the corporations to actually increase security, as opposed to just gaming t…
- story
-
comment
Comment #40510014
I'm surprised by the performance. Doesn't qemu have dynamic recompilation capabilities?
-
comment
Comment #40488662
Related: https://security.stackexchange.com/questions/56069/what-secu...
-
comment
Comment #40043632
While reading Amazon reviews, I learned that they missed the contributions by Hedy Lamarr, a very interesting and impressive figure: https://en.wikipedia.org/wiki/Hedy_Lamarr
-
comment
Comment #38910656
This inspired me to do this experiment: dd if=/dev/zero bs=1K count=$(( 256 * 3 )) of=a.ext4 mfks.ext4 a.ext4 mkdir a sudo mount a.ext4 a cd a sudo chown 1000:1000 . python3 -c 'op…
-
comment
Comment #36909999
Previously mentioned Depthboot from Eupnea Project ( https://news.ycombinator.com/item?id=36888598 ), while allows you to install Linux distributions on Chromebooks, requires user …
-
comment
Comment #36891763
Timely! I just deployed it on our company server. There's a hidden gem that's not enabled by default and really helps when pair programming in Jupyter: https://jupyterlab.readthedo…
-
comment
Comment #36690787
Is "zstd" a typo? Couldn't find any sources on it (unless we mean the compression standard), including Wikipedia.
-
comment
Comment #36665164
In case anyone else is wondering: > The Scream Test is simple – remove it and wait for the screams. If someone screams, put it back. The Scream Test can be applied to any product, …
-
comment
Comment #36550626
As always, Web Archive comes to rescue: https://web.archive.org/web/20230701142059/https://jollyroge...
-
comment
Comment #36292450
For that to work you have to trust the firmware. Overwriting with something random, saving what was fed and then cross-referencing that against the storage could work better, but t…
-
comment
Comment #36043842
Do we have a proof that this means that they're ready for the late game, as opposed to just investors being desperate?
-
comment
Comment #35851175
Here's what I tried and recommend: https://www.youtube.com/c/DANLIAOFreeToLearn - "Free To Learn Chinese", teacher uses a "natural method" where all of the content is in Chinese an…
-
comment
Comment #35630992
They still can't beat the laws of physics. It's just the kind of density that doesn't seem feasible to put in a smartphone.
-
comment
Comment #35480664
One thing that I wonder about is: could we write extra code that makes those reversible? I understand that there are no stack frames other than the topmost one, but maybe if we rec…
-
comment
Comment #35355028
Why do you see it as more frustrating?
-
comment
Comment #35084019
It's intriguing which battles they choose. It wasn't long since there was a discussion where some people were arguing that they can't make moral judgements because disobeying the l…
-
comment
Comment #34944025
I'd say that pretty much everything about SQL is bad. Apart from composability, the syntax is super annoying (the ordering of keywords), many databases have pretty much no error re…