Viewing profile — gens
gens
HN member- Joined
- Sat, Apr 02, 2016, 9:06 PM UTC
- HN karma
- 503
- Public activity
- 308 items
- HN profile
- View on Hacker News ↗
About gens
No profile information was provided.
Recent public activity
-
comment
Comment #45887314
LLM-s are definitely not intelligent. The market is definitely irrational. The hype is insane.
-
comment
Comment #42941135
It is not about memory safety or anything like that. It is about simplicity. If you say "you can't do x with y in C++" you will get an "yes you can, you just use asd::dsadasd::asda…
-
comment
Comment #41642477
In my experience the hardware requirements are whatever the file size is + a bit more. Cpu works, gpu is a lot faster but needs VRAM. Was playing with them some more yesterday. Fou…
-
comment
Comment #29321622
When i think of "desktop integration", i think about drag and drop not working between `ark` (a QT program) and `thunar` (a GTK program), and i think of folk writing blog posts abo…
-
comment
Comment #29321217
I never said it doesn't work. And yes, i do have "anything substantive" against it. The fact that, as i mentioned, it is just a package manager. And a bad one. > From what I have s…
-
comment
Comment #29316840
Desktops integrate poorly with desktops.
-
comment
Comment #29316578
I recommend just shipping everything you need with your app, either manually or using AppImage. Flatpack is, more or less, just a bad package management.. technology.
-
comment
Comment #29103579
It says 72% efficiency, so over 400W of heat at full load. Inverter to a normal PSU would be about the same, if not worse. It could be that it raises the voltage then drops it back…
-
comment
Comment #28999651
That's cool. I truly wish you all the best in your future :).
-
comment
Comment #28999375
May I ask what you developed in the kernel ?
-
comment
Comment #28817578
"Hacker" "News" (It's a somewhat obscure reference)
-
comment
Comment #26778485
Thief the dark project supports HRTF through OpenAL Soft[0]. Head related transfer function is the.. modeling of how sound waves bounce of your body (shoulders, ears, breast). And …
-
comment
Comment #26778328
Good headphones. Even without HRTF they are worth it.
-
comment
Comment #26621497
Looks janky (the whole thing is shaking a lot every time it moves, especially the sensors). If it's cheap, it's good.
-
comment
Comment #26573823
This forum.
-
comment
Comment #26573585
Too many cpu companies are USA-ian.
-
comment
Comment #26462440
Like all machines, they will fail. Picking up trash in space is harder then fixing what we did to the environment, even if it impacts us less. Laying down optics is a much better s…
-
comment
Comment #26415978
Well, it seems to work fine (xorg.conf tearfree option, that is). AFAIK wayland compositing also has the problem that clients don't know when they should be done with rendering, as…
-
comment
Comment #26415203
Screen tearing under X11 is more or less not a problem anymore. HIDPI, yes, but only for multiple monitors (maybe even just programs that don't support it properly ?). Security... …
-
comment
Comment #26368209
Electrons are.. we don't really know what they are. What we do know is that they have a "charge" around them, an "electric potential", and that they repel each other. "Electricity"…
-
comment
Comment #26330132
It would solve the needless IPC, cache trashing, priority scheduling (since it becomes a kernel thread, instead of a userspace thread), and other busywork.
-
comment
Comment #26329837
Resampling in userspace and then sending it to the kernel is how it already works.. in ALSA. The only real problem with how ALSA does things is that you can't just switch the outpu…
-
comment
Comment #26318255
That's how i write assembly. Extra newline between each small block, and two between every major block.
-
comment
Comment #26310958
Room 641A is a similar thing.
-
comment
Comment #26190900
We can lower the fossil fuel consumption by writing more efficient software, in a more efficient programming language like C. It gets less processed as well. Don't have an idea for…