Viewing profile — razighter777
razighter777
HN member- Joined
- Mon, Feb 17, 2025, 3:29 AM UTC
- HN karma
- 525
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About razighter777
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48866058
It's so telling and offputting. Please write like a normal human and put the effort in to type what you want to say. Using AI to make your writing is not only lazy, it's bland, tir…
-
comment
Comment #48770545
Excellent choice, the "Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net".
-
comment
Comment #48689189
I hope this doesn't become the new norm where government becomes the bottleneck for innovation in the AI space. It's worrying that with no formal and transparent policy framework t…
-
comment
Comment #48621619
yep and and it forces every application to deal with the C FFI. It's beautiful in linux that I can access the full kernel API from an int 0x80/syscall instruction + a few register …
-
comment
Comment #48621564
Direct system calls are an amazing idea. The NtDll and bsd models are worse. The whole libc becomes a security boundary without the protection of kernel space. So much windows malw…
-
comment
Comment #48428058
Very cool! would be interesting to see about combining this with other bpf program types like xdp progs, or socket map attached programs to integrate L7 http features downward.
-
comment
Comment #48417065
Same I had to do a double take. Would be pretty humourous if they somehow took advantage of crypto offloading to accelerate ai inference
-
comment
Comment #48412549
In practice, mostly scaling sessions and ephemeral data (caching) across multiple intances of a microservice on multiple machines. Seperating the kv store and the application allow…
-
comment
Comment #48273059
Remember, a lot of the memory safety benefits from go and rust and eBPF don't apply to the kernel eBPF! Kernel eBPF enforces semantics that verify array and loop bounds, memory acc…
-
comment
Comment #47996953
Agreed. Software patents were a mistake in general. It is impossible to implement a modern video codec without using work in patents because of how overbroad and poorly written the…
-
comment
Comment #47900863
10gbe is a sweet spot at least for my homelab stuff. It's easy to find old enterprise gear for, cheap, and fast enough for everything I want to do.
-
comment
Comment #47746230
https://lore.kernel.org/linux-security-module/adjwZAevNaDgui... Patch for linux kernel adding support for enforcing Landlock rulesets from eBPF. In RFC stage now.
-
comment
Comment #47444733
I would love to use openbsd. I really wanna give it a try but the filesystem choices seem kinda meh. Are there any modern filesystems with good nvme and FDE support for openbsd.
- story
-
comment
Comment #47210247
This post goes over some of my trials and tribulations in making a clean user experience for TPM2-backed PIN authentication on Linux.
- story
-
comment
Comment #47110711
I frequently see freeBSD jails as a highlighted feature, lauding their simplicity and ease of use. While I do admire them, there are benefits to the container approach used commonl…
-
comment
Comment #47086384
> It did something in the real world with real consequences. It didn't. It made words on the internet.
-
comment
Comment #47083376
Hmm I think he's being a little harsh on the operator. He was just messing around with $current_thing, whatever. People here are so serious, but there's worse stuff AI is already b…
-
comment
Comment #47053391
Quick tip: If you type .patch after the PR url it gives you a git patch. Do curl | git am and you can apply and review it locally.
-
comment
Comment #46997318
I was prepared to see something like a trimmed down / smaller weight model but I was pleasantly suprised. I was excited to hear about the wafer scale chip being used! I bet nvidia …
-
comment
Comment #46974124
Linux /home is far from a free for all. flatpak, landlock, selinux, podman, firejail, apparmor, and systemd sandboxing all exist and can and do apply additional restrictions under …
-
comment
Comment #46962562
This is pure dramaposting- "post-mortem" is so misleading and mischaracterizes the situation. I don't use bazzite, I don't know Kyle or anybody here, but I am tired of the drama. A…
-
comment
Comment #46860360
What practical problems do you run into with systemd? All the compliants I see tend to be philisophical criticism of systemd being "not unixy" or "monolithic". But there's a reason…