HN user

chroma_zone

54 karma

https://chroma.zone/

Posts0
Comments22
View on HN
No posts found.

If all that the author was saying was "LLM weights are highly compressed encodings of knowledge", I wouldn't have any complaints. He is making much bolder claims than that.

And if he was describing LLMs as "just another tool", I wouldn't be complaining either.

There's a lot of very strong claims made at the start of this article.

(emphasis mine)

A Large Language Model (LLM) is like a small zip file that contains all human knowledge.

In a strange but real way the resulting tiny file contains all the information that is on the internet and in our libraries.

Likewise, the LLM could recognize the face of almost any person, and it could generate any possible human face,

All writings? All of human knowledge in general? Any person??

The example he gives for writing is Shakespeare, which might be one of the most overrepresented writers in the entire training dataset. So yes, of course LLMs can replicate his writings with high accuracy. That doesn't mean that the same applies to literally all of human writings and knowledge.

We've never had a system to integrate everything we know and everything we can imagine.

Yeah, we still don't.

At first I thought he was just being intentionally hyperbolic for effect, but the rest of the article is even worse. From the closing paragraph:

We’ll soon depend on this oracle to such an extent that we’ll wonder how we lived without it.

No! AI is not an oracle! That is honestly an extremely dangerous way to think about this technology.

This is the type of baseless hype that OpenAI and Anthropic have been exploiting for years, and I really wish it would stop.

TypeScript 7 14 days ago

I'm glad the JSDoc type syntax is still getting some focus. It's my favorite way to use typescript in my own projects. Some of the syntax changes will be annoying to update but most of them seem to be for the better.

Very cool. It's not the ideal environment but it's nice to have those tools available when you need it / are bored. Termux saved me on a few homework assignments in university.

Yep. If it weren't for cheap / freely available tools (and their limitations) I wouldn't be where I am today. I think about this every time I make a tool of my own.

My experience with wxWidgets based apps is that they tend to not handle DPI scaling well. Audacity is a good example, IIRC that's one of the reasons they're moving to Qt.

A lot of basic tweaks to windows behavior require those types of unstable hacks. The point is that developers or users who want to modify their system are forced into sketchy software.

Having spent a few years trying to write Windows utility software, it is really exhausting to be in an antagonistic relationship with Microsoft and have their updates constantly break your work.

The article mentions ExplorerPatcher -- the changelog [1] of that project is informative. Every release involves fixing a bunch of things that Microsoft broke, intentionally or not. Some of this is understandable given how it (necessarily) messes with low level OS components, but there is still zero transparency and you just need to roll with whatever changes. I can't imagine doing that kind of work anymore.

[1] https://github.com/valinet/ExplorerPatcher/releases

I paid for "Square Home" a couple years ago and I'm very happy with it. It's highly customizable. The Windows Phone style layout probably isn't for everyone but it works well for me.

TFix is very nice but unfortunately removes the software renderer described in this article. It's very difficult to get the original exe working on modern systems.

TFix also brings back the spatial audio / EAX support that was broken by Vista, which is a huge part of the experience IMO. Highly recommend installing and configuring OpenAL Soft for this game.

The Win11 start menu used to have a fun bug where pressing Ctrl-Minus would open search with the phrase "zoom out". No other shortcut did this. Just Zoom Out. No idea how a bug like that happens.