Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Dwedit
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
Dwedit
6d ago
LLMs use random numbers, so a single test won't necessarily match someone else's experience.
2.
▲
by
Dwedit
6d ago
The real question is if it's relocatable or not (still works correctly if you add or remove bytes)
3.
▲
by
Dwedit
6d ago
CJK characters is the one big weak point of UTF-8. It forces them to be 3 bytes large instead of the local codepage which is 2 bytes per character, or UTF-16 which is also 2 bytes per character.
4.
▲
by
Dwedit
6d ago
"Ten Green Bottles" is the base of that song.
5.
▲
by
Dwedit
7d ago
FF bytes are an easy way to identify an invalid UTF-8 file. This idea doesn't have that property.
6.
▲
by
Dwedit
7d ago
Comedians often make jokes.
7.
▲
by
Dwedit
7d ago
There's also "the" vs "the". As in "the boy ate the apple". First 'the' ends with a schwa sound. Second 'the' ends with 'ee' sound.
8.
▲
by
Dwedit
7d ago
Even Qwen 3.5 can explain this disclaimer correctly.
9.
▲
by
Dwedit
8d ago
"This is not simply a common pattern on bare metal — it was also undefined behaviour in C++." Not just X (em dash) but also Y.
10.
▲
by
Dwedit
8d ago
Even with a small context size (4096 at 64KB per token), that's like 256MB for the context. It's more than just the context that's eating up VRAM.
11.
▲
by
Dwedit
8d ago
It needs more VRAM than just the model weights. With 6GB of VRAM, I got 44/65 layers loaded into VRAM. Has anyone tested 8GB yet?
12.
▲
by
Dwedit
9d ago
I tried it on my 6GB GPU and got 0.67 tokens per second. Need more than 6GB to run it well.
13.
▲
by
Dwedit
9d ago
You just need to split apart "Wall is stop".
14.
▲
by
Dwedit
9d ago
This site is really hostile to people who do any kind of javascript blocking.
15.
▲
by
Dwedit
10d ago
It was made during the brief XHTML craze. (And it's also invalid XHTML)
16.
▲
by
Dwedit
11d ago
So this is a JPEG decoder that runs on an Apple II? Monochrome only, or can it do color?
17.
▲
by
Dwedit
11d ago
I wish the browser would either allow local-only or internet-only, then only make up its mind after the first attempted request. Fetch an image from the internet? No script access for local files. Fetch a JS from elsewhere on the hard dr
18.
▲
by
Dwedit
11d ago
Not to be confused with the actual radio station in Arizona called KOOL-FM.
19.
▲
by
Dwedit
11d ago
You'd think so, but web browsers are downright lobotomizing the ability for local HTML files to run any meaningful javascript code. Want to run a JS file from the same directory? CORS ERROR!!!! Hence 200MB applications that are compl
20.
▲
by
Dwedit
11d ago
Many of the projects here predate 2022, so they wouldn't be "ai-generated" in that sense.
21.
▲
by
Dwedit
13d ago
Much like WEBP, JPEG-XL is two different codecs in one. There's VARDCT mode, and Modular Mode. Modular Mode is normally used for lossless, but it can also be used for lossy as well. When you use Lossy Modular Mode, you get different
22.
▲
by
Dwedit
13d ago
I looked it up. The one place where UTF-16 validation takes place is when using WideCharToMultiByte to convert to UTF-8 text. Before Vista, that was not validated.
23.
▲
by
Dwedit
13d ago
Even just "-" in a filename is problematic, since you can name actual files with "--" at the beginning, and the name could match a switch.
24.
▲
by
Dwedit
13d ago
Meanwhile, Windows uses UTF-16 everywhere internally, so "a" and "あ" are both 2 bytes large. You'd still have to exclude surrogate pairs and the Unicode control characters from a filename.
25.
▲
by
Dwedit
15d ago
I use Google maybe 10 times a month.
26.
▲
by
Dwedit
15d ago
Honey says Hi.
27.
▲
by
Dwedit
15d ago
Any name that you can't type is going to be a problem.
28.
▲
by
Dwedit
16d ago
Generated SEO slop is the misuse of AI. Very unlikely to find any guardrails to stop that kind of thing.
29.
▲
by
Dwedit
16d ago
How about obsolete cables? IDE, RG59 coax, Cat 5, Composite video, etc...
30.
▲
by
Dwedit
17d ago
Testing out Tongue, it detected "馬鹿外人" as Chinese.
More ›