HN user

Starlevel001

168 karma
Posts0
Comments79
View on HN
No posts found.

Most writing spaces are full of incompetent people who are terrible at what they do, give bad advice, blame everyone else for their problems, and have wildly incorrect opinions on topics that they aren't qualified for.

In other words, most writing spaces are just like HN. Take your pick.

all memory could be handed off to a separate dedicated thread that actually calls free().

You could go a bit further and have multiple concurrent threads mark the references, then sweep them up in a separate thread, too. Some sort of concurrent sweep and mark reference count system.

An SPA Alternative 4 years ago

Theoretically my local computer is faster to render something than my network connection can download the pre-rendered content.

However, 99% of javascript blobs of hatred end up slower than downloading the pre-rendered content.

An SPA Alternative 4 years ago

Web devs have zero right to run their javascript disasters on my computer. Htmx outsources 99% of the rendering and logic to the server, where it can use up their valuable time.

Rust is a clever language, which wrecks havoc on people's programming ego by making them very inclined to try and write clever code.

But if you avoid trying to be really annoying with the type system like the majority of the ecosystem is, and slap Arc/RefCell/heap allocations everywhere, the language turns back into a high-level language again.

Unfortunately, stepping outside the realm of ``core`` and ``alloc`` and ``std`` means having to repeatedly step on overly clever landmines everywhere you go.

Imagine approaching a black hole and being spaghettified a light year across where you have to endure a thousand years of physical torture before being destroyed at the event horizon?!

This would only happen for very small blackholes, and even then from your point of view time would act normally.

Rust 1.62.0 4 years ago

I can understand Rust when I'm writing my own code. But when it comes to understanding other people's code, it's essentially gibberish.

A lot of library devs seem to have read "strong type system" and taken it as a challenge, meaning that half of their code is actually declarative to the compiler rather than readable in the source file. As a native Java dev this is very annoying.

Hertzbleed Attack 4 years ago

It's so cool that x86 is completely fucked security-wise because of all the perf hacks that have been introduced - and yet, computers never seem to get any faster.

New UUID Formats 4 years ago

Postgres UUIDs are treated as an opaque 8-byte array, you can use anything as long as it's in the textual format.