HackerLangs
TopNewTrendsCommentsPastAskShowJobs

edg5000

470 karmajoined 4 jaar geleden

Submissions

ZCode – Simple, Fast, Vibe‑Ready

zcode.z.ai
4 points·by edg5000·19 dagen geleden·0 comments

comments

edg5000
·17 uur geleden·discuss
Wow, very interesting fact. If a unit is performing badly due to lack of equipment, they won't get the points to get the equipment they need. I wonder if that's a problem in practice. I'll read up on it, very interesting stuff.
edg5000
·17 uur geleden·discuss
Fun sidenote: On a recent Hotmail post on here, I saw a screenshot of hotmail V1 (way before M$ took over). They had a prominent button on their homepage about privacy.
edg5000
·gisteren·discuss
It scores high on BenchCAD, that's interesting to see, I was wondering about how each model could handle this. Seems like they trained it on programmatic CAD specifically.
edg5000
·3 dagen geleden·discuss
This comment is odd, not conventional — it reads suspiciously verbose, not consice.
edg5000
·3 dagen geleden·discuss
We can look at openrouter GLM 5.2 prices I think to get a rough idea about the pure inference cost (with margin). They are probably running on simmilar hardware. Although scale helps Anthropic probably.
edg5000
·4 dagen geleden·discuss
Because it'll bottleneck at the CPU? Or because 200 bB/s is overkill when running a model (that fits in memory)?
edg5000
·5 dagen geleden·discuss
Those font tests are cool, he's created a unique way of rendering fonts, an interesting, playful look. And great that he's letting his son play with the computer.
edg5000
·6 dagen geleden·discuss
Any good LLM will emit Python or other scripts to analyze or work with large files (e.g. GeoJSON) naturally when asked to work with a large file. So I don't see that as needing an explicit solution. The LLMs just figure it out.
edg5000
·6 dagen geleden·discuss
Your argument is that it's simply because of dropping prices. Maybe that does explain the bulk of it. But the article seems to suggest it's the WFH transition. How much of the vacancy rate would be explained by that?
edg5000
·6 dagen geleden·discuss
For me, the encrypted reasoning contents, when looking at the base64 string lengtht, show this effect. However, the server-reported reasoning tokens don't. So I assumed it was part of the encryption and/or obfuscation purely. So I don't think there is a real issue.

This is the biggest downside of GPT; thinking is encrypted, so it's more of a black box than kimi/glm/deepseek. You still get thinking summaries though. It's awkward, but workable.
edg5000
·11 dagen geleden·discuss
There seems to be no awareness from EU govenments about how much power we're handing over to two large outside companies. This incompetence in the leadership will cause a lot of harm over the years. This has been going on for a long time.
edg5000
·11 dagen geleden·discuss
That he ran into blockers with the exotic setup is understandable. After overcoming a bunch of challenges, I was surprised to read that the missing Flatpak package stopped him in his tracks, that felt surprising when I read it. It feels like a lesser challenge than the issues he has already addressed.
edg5000
·11 dagen geleden·discuss
> there was no org.freedesktop.Platform.GL.nvidia in Flatpak repositories for AArch64

All he had to do was build some packages from source, right? It's really worth learning how to do this, since it removes a lot of constraints.

And the kernel patch should land in the kernel pretty soon, I hope? He won't have to run a patched kernel forever. Should be possible to get that in a release in a year or so?
edg5000
·12 dagen geleden·discuss
You also need setuid, that's were I hit the root requirement, the bind mount itself can indeed be created.
edg5000
·13 dagen geleden·discuss
Bind mounts can work fine. Setting them up does require root though. Easiest would be if the harness offered to enable containment. Awkwardly, it would require root.
edg5000
·13 dagen geleden·discuss
> several barns

> 1/20th of a human brain

It's very impressiive how accurate his predication is. Especially on the training part.
edg5000
·14 dagen geleden·discuss
It's in the JSONs in ~/.claude, but last 30 days only I think. You can have the model analyze history. So for correct history you'd need to run history analysis on a cron job or something. Kinda hacky.
edg5000
·15 dagen geleden·discuss
By stating you used an LLM it sounds as if you haven't vetted it. By mentioning the LLM in this hyped-up time, you're distracting from the actual deep work you've (presumable) done.

By ensuring the patch is truly tight, and that the correspondence it tight (not LLM slop), there is no reason to suspect slop or reject it. Assuming it's a concentrated, well motivated patch.

That being said, this patch set is very large with very wordy comments. I'm not sure if he submitted all of them at once. Personally I would not accept such wordy comments in my code. A typical LLMism. These comments should be smaller and part of the email. I also suspect the code change could be smaller.

Today's LLMs do have a way of slowly poisoning a codebase by not being a tight as they could be. It tends to bloat the code up. Okay for some code, especially when bounded (e.g. module X is written by LLM, API authored by human). But in massive, established codebases, you can't accept even slightly bloated code since it will drag everything down.

Also, GLM is a lot weaker than GPT and Claude I think.
edg5000
·18 dagen geleden·discuss
I see. So not quite usable apart for specific use cases. Maybe in a few years we'll see new hardware players and better prices.
edg5000
·18 dagen geleden·discuss
One advantage about local LLM: You could serialize the context yourself, without being constrained by APIs. And let's not forget, the Big 2 encrypt their thinking. If you use custom clients, which is a very grey area alreay, being able to produce the context string raw is a big bonus. Takes away a lot of annoying constraints and needless mystique/obfuscation.

But I don't know how usable GLM 5.2 is vs the Big 2.