Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
d33
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
d33
1mo ago
Are there improvements in how memory_limit works? I often had DuckDB get OOM killed because it went beyond its limit. It's definitely one of the reasons why I usually have an AI tune the environment for my datasets.
2.
▲
by
d33
1y ago
Thank you! It seems to be what I'm looking for.
3.
▲
by
d33
1y ago
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 encouraging! It takes ~6GB of HDD to build it.
4.
▲
by
d33
1y ago
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 file? I often work with huge gzip files and they'
5.
▲
by
d33
1y ago
Thanks! Any ideas why it didn't get merged? Clearly 7-Zip has some development activity going on and so does this fork...
6.
▲
by
d33
1y ago
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 bit. Which is a shame, because 7-Zip is a pretty ama
7.
▲
China suspended exports of rare earth minerals
(nytimes.com)
32 points
by
d33
1y ago
|
5 comments
8.
▲
by
d33
2y ago
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 the regulations to make more money instead?
9.
▲
Astonishing Anti Repair Practices by Apple in the Last 15 Years [video]
(youtube.com)
3 points
by
d33
2y ago
|
0 comments
10.
▲
by
d33
2y ago
I'm surprised by the performance. Doesn't qemu have dynamic recompilation capabilities?
11.
▲
by
d33
2y ago
Related: https://security.stackexchange.com/questions/56069/what-secu...
12.
▲
by
d33
2y ago
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
13.
▲
by
d33
3y ago
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 'open("a", "wb").write(b&quo
14.
▲
by
d33
3y ago
Previously mentioned Depthboot from Eupnea Project ( https://news.ycombinator.com/item?id=36888598 ), while allows you to install Linux distributions on Chromebooks, requires user to generate modified images with custom kerne
15.
▲
by
d33
3y ago
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.readthedocs.io/en/stable/user
16.
▲
by
d33
3y ago
Is "zstd" a typo? Couldn't find any sources on it (unless we mean the compression standard), including Wikipedia.
17.
▲
by
d33
3y ago
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, service or capability – particularly when there is poor o
18.
▲
by
d33
3y ago
As always, Web Archive comes to rescue: https://web.archive.org/web/20230701142059/https://jollyroge...
19.
▲
by
d33
3y ago
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 there's still some non-zero chance that something you&#x
20.
▲
by
d33
3y ago
Do we have a proof that this means that they're ready for the late game, as opposed to just investors being desperate?
21.
▲
by
d33
3y ago
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 and most diffic
22.
▲
by
d33
3y ago
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.
23.
▲
by
d33
3y ago
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 recorded the first and last one as well as a copy of the argume
24.
▲
by
d33
3y ago
Why do you see it as more frustrating?
25.
▲
by
d33
4y ago
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 law would put them in a very difficult situati
26.
▲
by
d33
4y ago
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 reporting if you get it wrong and the linters suck. You c
27.
▲
by
d33
4y ago
This move is the exact polar opposite of how I'd like Mozilla to behave. And possibly a strong case for decentralization. It's confusing to me that we keep accepting internet as it is and modifications to what we view - such as ad
28.
▲
by
d33
4y ago
The screenshot is really inspiring, would love to see that rendered to a Leaflet-style map that I could use on a weaker computer! That being said, does anybody know how much GPU RAM does it actually require? Would 6GB suffice?
29.
▲
by
d33
4y ago
Just curious, is .pl the standard extension for Prolog programs? Why would Perl and Prolog choose the same one, instead of one using e.g. .pg?
30.
▲
by
d33
4y ago
...on a separate note, wouldn't `date +%s` from coreutils do?
More ›