Viewing profile — Scaevolus
Scaevolus
HN member- Joined
- Sun, Sep 06, 2009, 2:50 PM UTC
- HN karma
- 7,514
- Public activity
- 1,473 items
- HN profile
- View on Hacker News ↗
About Scaevolus
Recent public activity
- comment
-
comment
Comment #48930969
- it's easy to prompt an LLM to do it for you, especially if you're targeting a pre-existing runtime like CLR or transpiling to another language. previously you'd have to grind out…
-
comment
Comment #48930931
BitTorrent's bencoding format, used in .torrent files, effectively uses netstrings-- but without the trailing commas, so it uses "5:hello" to represent filenames and similar.
-
comment
Comment #48929169
It's not really a big problem. You should be storing arbitrary binary strings as blobs (and length() works properly with them), but the underlying encoding is nearly identical: htt…
-
comment
Comment #48900936
if you happen to regenerate your protos 5 times in an hour you'll get ratelimited it's a very frustrating system. you should spend a modicum of effort figuring out how to generate …
-
comment
Comment #48727105
The absolutely easiest way to write a JIT is to use Javascript and eval() (or "new Function()", which is just eval in a Java-shaped tuxedo). You can quite easily speed up little ma…
-
comment
Comment #48671052
Cloudflare's Deepseek V4 Pro prices are 4x more than Deepseek's for input and output tokens, and 100x more for cached input tokens, which is crucial for the tool uses of agents whi…
-
comment
Comment #48430786
Something like https://www.kythe.io/ ?
-
comment
Comment #48427274
It's rgb with 3.3 bits per channel, basically 10 bit per pixel color (256 colors is 8bpp).
-
comment
Comment #48330025
Sqlite can quite easily do 5000+ insert+commits per second on typical NVMe drives. Speed is rarely the constraint that makes it unsuitable for an application.
-
comment
Comment #48130341
The main thing holding most people back from web-based IDEs is restricted filesystem and tools integrations, but cloud office suites are extremely popular. Google has excellent inf…
-
comment
Comment #48116665
I see you have ALP, but have you tried Chimp128 or Arrow's byte stream split?
-
comment
Comment #48096075
Apple could easily support eGPUs if they wanted to, but they choose to have vertical integration over fragmentation or usefulness. It's the same as them not supporting OpenGL or Vu…
-
comment
Comment #47946491
Pangram rates it as 100% AI generated. Heartwarming: even if you die and nobody cares, an AI can write your eulogy!
-
comment
Comment #47941160
It's not that it's reserving power, but rather that you hit some bottleneck on a 3070 Ti before running into thermal limits-- it's likely limited by either tensor core saturation o…
-
comment
Comment #47691859
They are bullshit machines because they do not have an internal mental model of truth like a human does. The flagship models bullshit less, but their fundamental architectures prev…
-
comment
Comment #47547886
I'm glad there's many teams with automated scans of pypi and npm running. It elevates the challenge of making a backdoor that can survive for any length of time.
-
comment
Comment #47449834
That's a narrow fair use exception. Many of these open game engines are effectively 1:1 decompilations of the original games, and it would be shocking if they were not effectively …
-
comment
Comment #47414883
Microsoft released a video that covers effectively all of the Xbox One security system, and it's referred to extensively in the talk. The specific methods of glitching don't requir…
-
comment
Comment #46976733
You're reading more dismissal than I wrote. Most businesses can and many businesses do run efficiently out of shared spreadsheets. Choosing the processes well is the hard part, but…
-
comment
Comment #46972833
Many engineers get paid a lot of money to write low-complexity code gluing things together and tweaking features according to customer requirements. When the difficulty of a task i…
-
comment
Comment #46929960
JPEG XL also incorporates Chroma from Luma. It's a standard coding tool in modern codecs.
-
comment
Comment #46840303
Hardware video decoding APIs often have significantly more latency than software decoders, to the point that it's a noticeable several hundred milliseconds of delay. If they have t…
-
comment
Comment #46656269
You have that backwards. GFS was replaced by Colossus ca. 2010, and largely functions as blob storage with append-only semantics for modification. BigTable is a KV store, and the r…
-
comment
Comment #46595329
Most companies doing CGI work, both in games and movies, are quite open about their technical details. The whole industry relies on pooled research and development. While the actua…