HN user

dev_l1x_be

491 karma
Posts2
Comments323
View on HN

The brain is the most cholesterol-rich organ in the body. While accounting for only 2% of body weight, it contains roughly 20% of the body's cholesterol. It is essential for nerve cell communication, learning, and memory.

The insulation is the easiest to add to old buildings.

Red bricks offer better thermal insulation than dense standard concrete. Because of their porous clay structure, red bricks absorb heat slowly during the day and release it at night.

Solid concrete blocks, conversely, are highly conductive and absorb/transfer heat much faster, usually requiring added insulation.

We could just fix the insulation where it is bad instead of tear down the entire housing unit and rebuild it with concrete / glass / metal.

Zig is a pre-1.0 language while Rust is post-1.0. This alone is settles which one to pick for may developers. The library support is probably favours Rust too. Rust build times are much slower than Zig, I get that, but I rarely optimize software for build times.

At some stage people will realise that with AI companies like Anthropic the product is data. The moat you can build in the AI era is having data that nobody else has and using internal (private use) LLMs and not leaking out your data for shady companies who are going to rip you off the first chance they get.

Has anyone taken these open weight models from China and stripped the CCP out of them?

The CCP is not influencing my Rust code quality that much. Though I did notice all my lifetimes are now 'static because nothing is ever allowed to leave the party's ownership, unsafe blocks require approval from a central committee.

Honestly the scariest part is that shared mutable state is forbidden unless the state is doing the sharing.

Otherwise it is pretty ok.

MCP is dead? 2 months ago

It was dead from the get go, agents need tools the do not cate about the details that much

I start to think the SQLite is all i need to store data. When there is a chance of non-coordinated writes that I can distribute among servers (or even a range based ID) SQLite is my first idea. With durable storage backups this works amazingly well.