Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mxmlnkn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mxmlnkn
1mo ago
I have been imagining this since GPT-3. I still only know of very few games making use of LLMs. There are add-ons for Skyrim, and web search points me to NVIDIA's ACE autonomous game characters framework and games such as InZOI, PUBG&#
2.
▲
by
mxmlnkn
2mo ago
This sounds really cool. My intuition was that the selected experts might change heavily for each token, resulting in slow SSD loads for each token. This seems to be wrong. Did you create some statistics on how often the experts need to be
3.
▲
by
mxmlnkn
4mo ago
Why not simply have both? This does not have to be an either-or decision. Have a default repository with vetted extensions, but leave the option to install from other sources open.
4.
▲
by
mxmlnkn
4mo ago
For seekable gzip indexes in zip, there SOZip: https://github.com/sozip/sozip-spec . However, it stores the indexes as files succeeding the actual file entry. To hide these index files and avoid extraction, they are no
5.
▲
by
mxmlnkn
5mo ago
> 10. Code is cheap, but maintenance, support, and security aren’t. I also keep circling around this point. So many software repositories in the AI space seem to follow a publish and forget pattern. If you simply can show that you have t
6.
▲
by
mxmlnkn
5mo ago
The title seems misleading. These are not errors. They are simply warnings about extended attributes being ignored when extracting files, which seems completely fine to me, and creating the tar without those extended attributes has exactly
7.
▲
by
mxmlnkn
5mo ago
https://github.com/martinellimarco/indexed_zstd https://github.com/martinellimarco/libzstd-seek Note, however, that this can only seek to frames, and zstd still only creates files containing a sin
8.
▲
by
mxmlnkn
5mo ago
> Apparently the internal state is only 32kB Exactly. And often this state is either highly compressible or non-compressible but only sparsely used. The latter can then be made compressible by replacing the unused bytes with zeros. Ratar
9.
▲
by
mxmlnkn
6mo ago
I like the idea of bubblewrap, but my pain point is that it is work to set it up correctly with bind mounts and forwarding necessary environment variables to make the program actually work usefully. Could you share your pip bwrap configurat
10.
▲
by
mxmlnkn
6mo ago
> The obvious one outside of KV caches as mentioned above is vector databases. Any RAG pipeline that stores embedding vectors for retrieval benefits from the same compression. TurboQuant reduces indexing time to “virtually zero” on vecto
11.
▲
by
mxmlnkn
6mo ago
After 2 minutes at 150 kHashes on mobile, I finally see the first pixel of the progress bar filling up. Seems like it will take hours or a day to finish. Some estimate would have been nice.
12.
▲
by
mxmlnkn
9mo ago
I never understood why the recommended replacement for ß is ss. It is a ligature of sz (similar to & being a ligature of et) and is even pronounced ess-zet. The only logical replacement would have been sz, and it would have avoided the
13.
▲
An Update on Pytype
(github.com)
199 points
by
mxmlnkn
1y ago
|
66 comments
14.
▲
by
mxmlnkn
1y ago
On the other hand, fonts can be an expression of your personality. Shouldn't it be preferable to centrally enable overriding fonts instead of forcing every site designer not to use custom fonts to express themselves? Theoretically, it
15.
▲
by
mxmlnkn
1y ago
I can confirm usual compression ratios of 10-20 for JSON. For example, wikidata-20220103.json.gz is quite fun to work with. It is 109 GB, which decompresses to 1.4 TB, and even the non-compressed index for random access with indexed_gzip is
16.
▲
by
mxmlnkn
1y ago
I concur with most of these arguments, especially about longevity. But, this only applies to smallish files like configurations because I don't agree with the last paragraph regarding its efficiency. I have had to work with large 1GB+
17.
▲
by
mxmlnkn
1y ago
This resonates. I have finally started looking into local inference a bit more recently. I have tried Cursor a bit, and whatever it used worked somewhat alright to generate a starting point for a feature and for a large refactor and break t
18.
▲
by
mxmlnkn
1y ago
Yes. It can also be shown in the Activity tab or accessed and scanned for secrets or personal information via the API. See https://news.ycombinator.com/item?id=44452623
19.
▲
by
mxmlnkn
1y ago
AI-overview was the straw that broke the camel's back for me recently. But I also suffered from dark mode issues for a long time. On almost every visit, it shows the outer background dark but the smaller search results background as wh
20.
▲
by
mxmlnkn
1y ago
The Anime Yukikaze (2002 - 2005) has some similar themes. It's about a fighter jet pilot using a new AI-supported jet to fight against aliens. It asserts that the combination of human intuition and artificial intelligence trumps either
21.
▲
by
mxmlnkn
1y ago
> I'm sure there are zip-bomb equivalents in binary formats like .xlsx, PDF, .docx, etc. Yes. Both, docx and xlsx are literally just a zip of XML files with a different extension. PDF can contain zlib streams, which use deflate comp
22.
▲
by
mxmlnkn
1y ago
Yes, that section is fitting and interesting. It is the production-side view. I think I was more motivated by the comments envisioning an abundance of cheap gold, which seems not in any way near or even possible, even with this approach as
23.
▲
by
mxmlnkn
1y ago
The "gold" would not be radioactive as far as I understand. The reaction is 198Hg (stable) -> 197Hg (65h half life) -> 197Au (stable). You would end up with a mix of radioactive 197Hg and stable 197Au. It should be easy to s
24.
▲
by
mxmlnkn
1y ago
Even if you could separate mercury-198 for zero cost, it would only be 10% of the mercury production, and the yearly mercury production is 4500 t/yr, i.e., at most a maximum of 450 t/yr mercury-198. Compare this to gold production
25.
▲
by
mxmlnkn
1y ago
Even if you only have the QR code, you can download the image or screenshot it and then extract the secret without ever having to use a smartphone by using zbarimg and then manually extracting the secret from the URI: sudo apt-get ins
26.
▲
by
mxmlnkn
2y ago
For bzip2, a list of bit offsets in the compressed stream and a corresponding byte offset in the decompressed stream suffices because each bzip2 block is independent. For gzip, it is as you say. However, when only wanting to seek to DEFLATE
27.
▲
Show HN: Ratarmount 1.0.0 – Rapid access to large archives via a FUSE filesystem
(github.com)
76 points
by
mxmlnkn
2y ago
|
6 comments
28.
▲
by
mxmlnkn
2y ago
> In what other areas (there must be many) do we use trees in principle but sequences in practice? Heapsort comes to mind first.
29.
▲
by
mxmlnkn
2y ago
As far as I remember, that's not a problem in math: := definition ≡ identity = equality ∝ proportionality
30.
▲
by
mxmlnkn
2y ago
Is OCR still not working reliably with all the recent innovations in ML?
More ›