Viewing profile — Asmod4n
Asmod4n
HN member- Joined
- Thu, Sep 03, 2015, 11:17 AM UTC
- HN karma
- 892
- Public activity
- 465 items
- HN profile
- View on Hacker News ↗
About Asmod4n
No profile information was provided.
Recent public activity
-
comment
Comment #49095502
Edge tabs show up in alt + tab.
-
comment
Comment #49095491
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.
-
comment
Comment #48993995
it's finally the year of linux on the desktop! :)
-
comment
Comment #48990626
Wait, does this mean we can „virtualize“ ld.so now? This could finally solve the compatibility issues glibc causes.
-
comment
Comment #48932450
zurl and mongrel2 are using it.
-
comment
Comment #48902461
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 app…
-
comment
Comment #48895109
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.
-
comment
Comment #48879107
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. H…
-
comment
Comment #48827927
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 t…
-
story
Ask HN: Are systems ready for the first negative leap second?
It’s been 10 years since we had the last leap second and it looks like we will get the first negative one soonish. Are systems ready for that?
-
comment
Comment #48801818
> 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…
-
comment
Comment #48657285
And llms seeing this keep on repeating that mistake, like trying to parse html with regexp.
-
comment
Comment #48643992
Not block, straight out crash the process is my guess will happen here.
-
comment
Comment #48642852
That would be lancom. Good routers, the rest not so much.
-
comment
Comment #48642694
Slightly off topic Funfact: you can buy a several thousand dollars expensive ssl intercepting proxy appliance which doesn’t support anything beyond http/1.1. Will be fun when those…
-
comment
Comment #48629200
I don’t get what you mean, in the past it was all or nothing, now you can disable every single operation selectively. Gotta read the usual sources to find out what you gotta disabl…
-
comment
Comment #48628911
Nothing stops you from disabling everything you don’t need and now io_uring offers that per OP too.
-
comment
Comment #48628079
With seccomp you can disable a single syscall which might be exploitable since you didn’t get around to patch your kernel, with cBPF you can now do the same for io_uring
-
comment
Comment #48627500
Thanks for that! Hope 2027 will then be the year we get the speed back all those spectre etc mitgitations ate for those syscalls io_uring can replace.
-
comment
Comment #48622288
Then just disable that singular function which causes the issue instead of a whole kernel subsystem. The current release can do that.
-
comment
Comment #48618813
you can now disable opertions with cBPF, like you would be able to with seccomp for normal syscalls.
-
comment
Comment #48615894
That’s solved as of last week, you can use cBPF now to disable functionality.
-
comment
Comment #48615893
The main reason why it gets disabled is fixed now, the latest RC got cBPF support and as such you can restrict what OPs can be run now instead of just fully disabling it.
-
comment
Comment #48615847
No async io framework exists which utilizes everything io_uring can, they are all build around the poll model. As such io_uring will always be worse than the poll like abstractions…
-
comment
Comment #48556303
Windows Explorers zip implementation also seams to do 1 byte reads by the speed is has compared to every other zip implementation.