Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ElectricalUnion
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
ElectricalUnion
6d ago
What you meant by "single effective character" is grapheme clusters. This whole discussion is about variable sized code points.
2.
▲
by
ElectricalUnion
9d ago
Jevons paradox, technological improvements that increase the efficiency of a resource's use lead to a rise in total consumption of that resource.
3.
▲
by
ElectricalUnion
9d ago
Isn't Fable intentionally trained and system prompted to act maliciously and attempt to sabotage third party attempts to use it to train or improve other LLMs?
4.
▲
by
ElectricalUnion
9d ago
The only (still in prototype stage!) "competitor" for those GB10/Ryzen Al Max+ 395 (in my region, borderline unobtainable) systems seems to be the Xiaomi AI Cube.
5.
▲
by
ElectricalUnion
10d ago
Isn't Fable intentionally trained and system prompted to act maliciously and attempt to sabotage third party attempts to use it to train other LLMs?
6.
▲
by
ElectricalUnion
14d ago
Can I block providers (for model, not in general) that have sightly cheaper input/output tokens but have more that 10x the average cache cost? Can I block providers (for a model, not in general) that set up cache write cost when the m
7.
▲
by
ElectricalUnion
19d ago
> But they are. Did you remember to: - check for the other spawned process exit code? - waitpid for all process in the other process chain? - propagate/handle signals, like for example SIGINT/SIGTSTP/SIGPIPE/SIGHUP fo
8.
▲
by
ElectricalUnion
19d ago
Duckdb supports loading and saving to zstd for all it's base loading/saving formats csv/tsv/json/jsonlines, but, for good or bad, those are solid compression. Under most r/w workloads, using parquet/lance&
9.
▲
by
ElectricalUnion
24d ago
Using macos on low memory regimes will make it use disk-based swap. For example, a Macbook Neo (so in theory, something with around 4GiB of free RAM lying around) might eat around 900GB of writes a day while not doing much at all, because
10.
▲
by
ElectricalUnion
25d ago
> If not for NAT, we'd all need a firewall A NAT implementation could broadcast any "WAN" side incoming packets to all link local clients (aka: put everyone in the DMZ). The only thing preventing that is a stateful firewal
11.
▲
by
ElectricalUnion
26d ago
If you're using specifically zstd, on the sender side, instead of tweaking the whole tunnel once, you can use --adapt to dynamically adjust to i/o conditions.
12.
▲
by
ElectricalUnion
28d ago
> PIM would have a full blown IO controller and cache subsystem to fetch remote operands Don't we already have those in mainstream computing in the form of dedicated silicon in DMA controllers? Programmed input–output performance is
13.
▲
by
ElectricalUnion
1mo ago
Around and above 40°C, fans _are_ worse that useless - they may actively be killing you instead. > Use electric fans only when temperatures are below 40˚C / 104˚F. In temperatures above 40˚C / 104˚F, fans will heat the body. -
14.
▲
by
ElectricalUnion
1mo ago
Qwen3 is not Qwen3.8? > commited on May 21, 2025, over 1 year ago Fairly old update to the README.md of (instead of Qwen3.8), should have raised some flags?
15.
▲
by
ElectricalUnion
1mo ago
AFAIK the only well-known LLM with no "conventional" multimodal encoders required for audio and images is Gemma 4 12B.
16.
▲
by
ElectricalUnion
1mo ago
No duckdb (or parquet). If you want to avoid writes and write amplification, you really want to avoid re-writing all 122880 rows of a row group every time a single insert happens.
17.
▲
by
ElectricalUnion
2mo ago
Infisical, or Bitwarden Secret Manager? Those two look like perfectly reasonable if the llm is just careless (but still, nothing prevents the LLM from intentionally cat'ing /proc/self/environ or from running /usr&#x
18.
▲
by
ElectricalUnion
2mo ago
You can use any message you want, but the model was tested to react reasonably well to the specific token sequence of "\nConsidering the limited time by the user, I have to give the solution based on the thinking directly now.\n<&#x
19.
▲
by
ElectricalUnion
2mo ago
What "democratized computing" was cheaper computing and VisiCalc, not WIMP and GUI? But again, VisiCalc is intentionally limited, it's not a all-powerful environment, on purpose. It's all about intentional limitations, m
20.
▲
by
ElectricalUnion
2mo ago
Almost all web chatbot providers have code sandboxes that they will run (limited) tooling for you. If you ask for it , it will run deterministic linters, formatters, format converters, tests for you. Older versions of Claude would for exam
21.
▲
by
ElectricalUnion
2mo ago
> the terminal is a scary place Isn't the the powerful, unlimited, unopinionated blank LLM text input waiting for your instructions eerily similar to a scary terminal? WIMP and GUI paradigms are the exact the opposite: intentional d
22.
▲
by
ElectricalUnion
2mo ago
Problem is that bash is too sharp to handle to smart and gullible clankers without a sandbox - That I think everyone should be using anyways, for everything, even things not related to clankers - Android and Qubes are right. The app/vm
23.
▲
by
ElectricalUnion
2mo ago
Aren't those speeds for the first few tokens, that, because of no context for attention to attend, are much faster to compute that the others? I expect the actual token speed to nosedive sharply as you get more context utilization. Wha
24.
▲
by
ElectricalUnion
2mo ago
Then have it summarise the meeting transcription over the entire week for the report next week . ftfy.
25.
▲
by
ElectricalUnion
2mo ago
By the time the tokens start coming out 30h later you might need to use your laptop again...
26.
▲
by
ElectricalUnion
2mo ago
Ok, this one will take just 30h (compared to that other project that would take 6.25 days) to start writing output tokens after you say hi in Claude Code.
27.
▲
by
ElectricalUnion
2mo ago
Won't the answer (even for a pretty basic message like "hi") at SSD speeds take like a _entire week_ to _start showing useful output?_ (attempting to do 22k average claude code system prompt + 32k thinking tokens thru 0.1t&#x
28.
▲
by
ElectricalUnion
3mo ago
The funny thing is that JSON parsing is usually kinda unsafe in it's main target language JavaScript, and usually safe in other languages, because of the `__proto__` prototype pollution.
29.
▲
by
ElectricalUnion
3mo ago
> I don't think providing 90% of the structure you need is a failed abstraction. It is, when the "10%" is the actual hot queries that your system will use the most? Code right now "is so cheap". You can provide y
30.
▲
by
ElectricalUnion
3mo ago
I believe the main usecases for this is not requiring changing code, not requiring adding a reverse proxy in front of code I can't change, and "OSI"ish protocols (as in, not really TCP protocols - Remote Database Access, Orac
More ›