Viewing profile — chlorion
chlorion
HN member- Joined
- Thu, Nov 25, 2021, 8:07 PM UTC
- HN karma
- 763
- Public activity
- 444 items
- HN profile
- View on Hacker News ↗
About chlorion
No profile information was provided.
Recent public activity
-
comment
Comment #49249178
GPUs work on vectors and matrices very often, that's what they are good at, so it makes a lot of sense that they can operate with SIMD I think!
-
comment
Comment #49161543
Its baffling to me that people think the brain is somehow "outside" of the universe and somehow "magic" and not tied down by physics just like any other matter is. I don't understa…
-
comment
Comment #49073123
My cgit instance gets hammered so hard that my CPU use is raised to 100% and the entire server grinds to a halt. I have to set a cgroups CPUQuota limit with systemd to make the ser…
-
comment
Comment #49067249
Having user processes killed upon log out seems pretty reasonable to me, and its a configurable option if you don't like it. I don't get the fuss here. I think it's just popular to…
-
comment
Comment #49025290
A little bit offtopic, but I spend 12 USD a month for a 1 high performance core, 2GB ram, 50GB NVME SSD VPS, and slap nginx and cgit config on there, and host my own git repos. I r…
-
comment
Comment #48996349
That's fair, I did not consider that.
-
comment
Comment #48984597
Apparently I'm not. Directly from andrewk himself: If you want to comment in this thread, please either have your open source zig project(s) visible on your codeberg profile, or be…
-
comment
Comment #48984584
directly from the thread: If you want to comment in this thread, please either have your open source zig project(s) visible on your codeberg profile, or be Fil Pizło, otherwise zig…
-
comment
Comment #48979875
How does that make sense? SDL is extremely portable?
-
comment
Comment #48979858
You can make an entire 3d game using SDL3 as well, without opengl or vulkan, using the new GPU API!
-
comment
Comment #48979828
SDL3 also includes a "GPU API", that allows low level programming of the GPU, similar to vulkan, though not quite as low level.
-
comment
Comment #48979272
Fwiw andrewk seems to be deleting comments that criticize this approach. Not a good look on his part.
-
comment
Comment #48977637
Just people like the linux kernel, all major browsers, most of our popular webservers, etc and basically all non-trivial software projects written in C. The good news here is that …
-
comment
Comment #48963716
This isn't accurate at all. The reason people don't get malware on Linux is because they install software through the package manager, via trusted and reviewed repos. And drivers a…
-
comment
Comment #48923272
The doctors will prescribe methadone or suboxone instead most likely, both of which are * massively* more powerful and addictive than kratom.
-
comment
Comment #48923232
I have never used kratom, and I don't plan on it. But automatically assuming anyone who isn't hellbent against it is just a junkie "defending their addiction" is pretty close minde…
-
comment
Comment #48891937
At least podman does if running rootless, I assume docker supports rootless operation as well. Not sure about running rootful though. I don't really use rootful containers personal…
-
comment
Comment #48891827
Yeah I definitely need driving to be more expensive. That's a great idea!
-
comment
Comment #48890913
No. The "root" you get in docker is not actually root outside of the namespace the container in running in. Assuming no bugs in the kernel, it should not be able to do anything mor…
-
comment
Comment #48890863
Rusts memory safety is enforced via type safety. You can enforce more than just memory safety related invariants with the same type system? I've seen many people make this claim an…
-
comment
Comment #48836869
Yes, you know that because of their marketing.
-
comment
Comment #48768244
You can just wipe the luks header as a nice middle ground. Luks uses an anti-forensics algorithm that requires the entire volume key being available to unlock the disk at all (it c…
-
comment
Comment #48743679
I don't think you understand what these people view as "freedom". This isn't a simple difference in political beliefs, they believe that certain groups of people are basically subh…
-
comment
Comment #48721204
It also supports running in freestanding setups without an OS, and quite a lot of the language's features still work. I was extremely surprised by how much functionality is packed …
-
comment
Comment #48719167
Not on my machines, or most for that matter.