Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thesnide
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
La Stim Machine [Fr]
(ldlc.com)
5 points
by
thesnide
3mo ago
|
1 comments
2.
▲
by
thesnide
3mo ago
A fun pun on steam machine from s french computer retailer
3.
▲
by
thesnide
5mo ago
In my last session had the claude agent generated code, then tests, then the fixtures from passing the tests to the code. and gloated that all passed immediatly. once i saw that, i'm not surprised anymore.
4.
▲
by
thesnide
5mo ago
it somehow reminds me of stunnel, which if done over unix socket can be a very interesting proposition.
5.
▲
by
thesnide
6mo ago
in a nutshell: clear defined helper functions are much better for comprehension than bigger functions. and they usually cost nothing ar runtime sine the compiler inlines them anyway. But the real cost is that having a myriad of them is usua
6.
▲
by
thesnide
7mo ago
exactly my thought. and here thr reader view of FF is a godsend. having 'accessible' content is not only for people with disabilities, it also help with bad color taste. well, at least bad taste for readable content ;)
7.
▲
by
thesnide
7mo ago
I'm actually loving HN because it hasn't such a system. While it looks like a very good idea at first, it will evolve in echo chambers. Which are the bane of current society, as noone listen to challenging opinions anymore. So, ve
8.
▲
by
thesnide
7mo ago
bladeenc... now that brings some memories! svardos comes with a nice package assortment indeed
9.
▲
by
thesnide
8mo ago
I actually don't like to play with random people on the internet. I prefer the comfort of knowing them, and usually do it in the old basement LAN party way. In my young time we didn't have internet, and we were actually LESS reclu
10.
▲
by
thesnide
8mo ago
I'm now even using wine & proton for it. Thanks to Valve only very few games don't work. And it's not that i don't like windows, it is just too damn slow for me. And no. I do not want to upgrade my gear every 2 years
11.
▲
by
thesnide
8mo ago
I'm wondering if we'll see some riscv extensions specifically designed to improve x86/amd64 emulation, such as what the M1 and other did.
12.
▲
by
thesnide
9mo ago
to be fair, it fits my exact needs. and without common javacript bloat. so kudos to its authors
13.
▲
by
thesnide
9mo ago
i'd say that wine has much less dev effort and the specs they re up against aren't as public as the web ones, so huge kudos to the wine team.
14.
▲
by
thesnide
9mo ago
i'm starting to wonder what if those rust rewrites might be covert attempt to introduce back doors in plain sight?
15.
▲
by
thesnide
9mo ago
for such security devices, there is OTP. I prefer to have my auth device bricked than compromised. for anything else, i want to be able to reprogram. so for vendors, a simple choice : * be OTP, but no "patching" * be R/W, but
16.
▲
by
thesnide
10mo ago
> more choice and greater value for me That will exactly follow Netflix's price hikes. As in "value for money", they silenced the latter part :D
17.
▲
by
thesnide
10mo ago
indeed. and the fact that it can be resold at will makes it much worse as you just created an gambling ecosystem
18.
▲
by
thesnide
10mo ago
lsw :)
19.
▲
by
thesnide
10mo ago
Video tech is driven by pr0n and OS tech is driven by games.
20.
▲
by
thesnide
10mo ago
it is usually the result of https://www.weforum.org/stories/2021/04/brains-prefer-adding...
21.
▲
by
thesnide
10mo ago
that's an excellent approach to ancient binaries!
22.
▲
by
thesnide
11mo ago
it unfortunately died with Steve.
23.
▲
by
thesnide
11mo ago
to me genAI feels like a neural implanted exoskeleton. it does awesome in demos. it has a real use. but it gets a long training period when one makes mistakes with it, it is big mistakes that take long to fix
24.
▲
PGETinker is an online IDE for quick gamedev prototyping
(pgetinker.com)
3 points
by
thesnide
1y ago
|
1 comments
25.
▲
by
thesnide
1y ago
Originally done for PixelGameEngine from javidx9 (onelonecoder). Now supports raylib and SDL2/3 and one button share with code via an URL or an single HTML page to be able to embed it in itch.io or similar.
26.
▲
by
thesnide
1y ago
i was thinking it is a new USB class, but then saw it is just another network file transfer protocol...
27.
▲
by
thesnide
1y ago
If you need to emulate (and not virtualize) have a try at pcem. It's a marvelous piece of engineering which is slower than others, but that's the price to pay for accuracy.
28.
▲
by
thesnide
1y ago
My main issue with rust is that it only target mainstream archs. For any new arch, first there is an asm, then a C compiler. Imagine i'm designing a new CPU, how difficult is it to have a direct rust-to-asm compiler for it? And the run
29.
▲
by
thesnide
1y ago
and is it slower or faster on the moon? oh wait...
30.
▲
by
thesnide
1y ago
Dynamic linking is much better in the long run. As you can proxy things more easily if changes are needed. But it needs more ABI hygiene, and maintaing that compatibility proxy layer. Yet, I agrew that unfortunatly, it feels much more effec
More ›