Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Asmod4n
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Asmod4n
9d ago
The tv does care which port it came from, since it automatically switches to the one which made the request. One could build a IR emitter but you need soldering skills for that or buy a usb one which cost north of 30€ + shipping.
2.
▲
by
Asmod4n
9d ago
There is sadly no hdmi CEC support on Most GPUs for pcs. So when you want your tv to turn on and off with your pc it is only possible with the tv being reachable from your pc via ip. I believe LG doesn’t advertise such an api via Bluetooth
3.
▲
by
Asmod4n
11d ago
to not let the bytes i forward enter userspace, i serve from the page cache for the asset path, directly from a zip file. i open the file, mmap it, close it and tell io_uring_prep_send which bytes from the mapping to send, this also saves m
4.
▲
by
Asmod4n
13d ago
How can one memcpy from a fd to a socket? I don’t touch the bytes in userspace, I just tell the kernel to send them out.
5.
▲
by
Asmod4n
13d ago
For responsiveness that’s what you want, context switches add quite a lot of jitter and perceived slowness’s, making your app feel slow despite running at 120 fps.
6.
▲
by
Asmod4n
15d ago
Tried every way to get contents of a file as fast to a client socket as possible. mmap and io_uring_prep_send were faster than everything else, no matter the size as long as you keep the map around for the lifetime of the process. for one o
7.
▲
by
Asmod4n
15d ago
In my case: its a PROT_READ, MAP_PRIVAT map and i cannot get a SIGBUS since i tell the kernel to handle it all for me, thanks to liburing, instead i get a short send in that case.
8.
▲
by
Asmod4n
15d ago
To be more precise: i use that map to send assets out directly to clients from a zip file. Its a new web server i am building and its the fastest way i could find out. Just switching from epoll to liburing made the server ~45% faster too, i
9.
▲
by
Asmod4n
15d ago
I found out that using mmap and just telling uring to read form there to beat anything else.
10.
▲
by
Asmod4n
16d ago
Firefox is still popular in Germany, at around 10%
11.
▲
by
Asmod4n
16d ago
>I would think that the German state or EU should provide funding for his museum. If that's not the case, it's a shame. There is another Museum of his, which is still funded.
12.
▲
by
Asmod4n
25d ago
how do they handle that malloc aint async signal safe?
13.
▲
by
Asmod4n
1mo ago
You can have virtually unlimited amount of rules, its just a limit per list, the number of lists aint really limited.
14.
▲
by
Asmod4n
1mo ago
The main Question is: why do you allow clients to connect to your database server, it should be limited to a server which could actually serve the data in a format the client can just render without any logic client side.
15.
▲
by
Asmod4n
1mo ago
Network IO is heavily NIC queue bound, if your NIC only has one queue it just makes it slower to do any threading workload against it. On my ryzen 9 it needs around 8 cores to do the same work in a threaded io loop than you can do single th
16.
▲
by
Asmod4n
1mo ago
Routers got such a thing build in nowadays, just gotta enable it (not the ones from your ISP of course)
17.
▲
by
Asmod4n
2mo ago
Edge tabs show up in alt + tab.
18.
▲
by
Asmod4n
2mo ago
Just curious, can’t this be done using a bookmarklet? Albeit it being a bit clunky to use compared to a userscript which runs automatically.
19.
▲
by
Asmod4n
2mo ago
it's finally the year of linux on the desktop! :)
20.
▲
by
Asmod4n
2mo ago
Wait, does this mean we can „virtualize“ ld.so now? This could finally solve the compatibility issues glibc causes.
21.
▲
by
Asmod4n
2mo ago
zurl and mongrel2 are using it.
22.
▲
by
Asmod4n
2mo ago
The 12 is their convertible, it’s a good couch surfing device but the 13th gen intel i3 really struggles. But that’s what i wanted, I was looking for a native device to test my apps and libs on to see how they perform on a constrained devic
23.
▲
by
Asmod4n
2mo ago
Sysadmin who likes to code in his free time. I’ve bought my last MacBook Pro in 2015 and replaced it with a framework 12 this year.
24.
▲
by
Asmod4n
2mo ago
All we need to do is to replace all plastics with bio degradable ones. But I guess that will take some time since we don’t have replacements for all petroleum based plastics yet. Hopefully this will get us recycling friendly plastics for fo
25.
▲
by
Asmod4n
2mo ago
The system we got for this is called parenting. And there is a saying where I grew up: you need a village to raise a kid, I feel like we lost track of that and feel the issues of that now. Btw, von der leyen is trying to get stuff like this
26.
▲
Ask HN: Are systems ready for the first negative leap second?
81 points
by
Asmod4n
2mo ago
|
93 comments
27.
▲
by
Asmod4n
2mo ago
> Many European countries have draconian laws about air conditioning that are killing people this summer. There are very few laws which can say what you are allowed to do with your owned house. One of them is when it is of historical val
28.
▲
by
Asmod4n
3mo ago
And llms seeing this keep on repeating that mistake, like trying to parse html with regexp.
29.
▲
by
Asmod4n
3mo ago
Not block, straight out crash the process is my guess will happen here.
30.
▲
by
Asmod4n
3mo ago
That would be lancom. Good routers, the rest not so much.
More ›