HackerTrans
トップ新着トレンドコメント過去質問紹介求人

secure

no profile record

投稿

How my minimal, memory-safe Go rsync steers clear of vulnerabilities

michael.stapelberg.ch
4 ポイント·投稿者 secure·2 か月前·1 コメント

Stamp It! All Programs Must Report Their Version

michael.stapelberg.ch
41 ポイント·投稿者 secure·3 か月前·9 コメント

Coding Agent VMs on NixOS with Microvm.nix

michael.stapelberg.ch
109 ポイント·投稿者 secure·5 か月前·48 コメント

Can I start using Wayland in 2026?

michael.stapelberg.ch
327 ポイント·投稿者 secure·6 か月前·325 コメント

Self-hosting my photos with Immich

michael.stapelberg.ch
2 ポイント·投稿者 secure·7 か月前·0 コメント

My Impressions of the MacBook Pro M4

michael.stapelberg.ch
252 ポイント·投稿者 secure·8 か月前·397 コメント

[untitled]

1 ポイント·投稿者 secure·10 か月前·0 コメント

I am giving up on Intel and have bought an AMD Ryzen 9950X3D

michael.stapelberg.ch
345 ポイント·投稿者 secure·10 か月前·360 コメント

コメント

secure
·4 か月前·議論
I built something similar! https://michael.stapelberg.ch/posts/2021-03-13-smart-interco...

> I bought the cheapest compatible BTicino intercom device (BT 344232 for 32 €) that I could find on eBay, then soldered in 4 wires and added microcontrollers to make it smart. It now connects to my Nuki Opener Smart Intercom IOT device, and to my local MQTT Pub/Sub bus (why not?).
secure
·5 か月前·議論
I recently blogged about how I do this using MicroVMs on NixOS: https://michael.stapelberg.ch/posts/2026-02-01-coding-agent-...
secure
·5 か月前·議論
Yeah, when you run ≈10k agents instead of ≈10, you need a different solution :)

I’m curious what gVisor is getting you in your setup — of course gVisor is good for running untrusted code, but would you say that gVisor prevents issues that would otherwise make the agent break out of the kubernetes pod? Like, do you have examples you’ve observed where gVisor has saved the day?
secure
·6 か月前·議論
You might want to add a little note to that effect to your link blog :)

I have added year indicators to my blog (such that old articles have a prominent year name in their title) and a subscribe note (people don’t know you can put URLs into a feed reader and it’ll auto-discover the feed URL). Each time, the number of people who email me identical questions goes down :)

Anyway, thanks for blogging!
secure
·6 か月前·議論
https://github.com/gokrazy/freeze is a minimal take on this
secure
·6 か月前·議論
GNOME’s “proper wayland implementation” also does not work with my monitor, as I explained in the article:

> By the way, when I mentioned that GNOME successfully configures the native resolution, that doesn’t mean the monitor is usable with GNOME! While GNOME supports tiled displays, the updates of individual tiles are not synchronized, so you see heavy tearing in the middle of the screen, much worse than anything I have ever observed under X11. GNOME/mutter merge request !4822 should hopefully address this.
secure
·6 か月前·議論
No, the company has not always referred to itself in all capitals.

https://forums.tomshardware.com/threads/nvidias-name-change....

When I got to know their products, they were nVidia.
secure
·6 か月前·議論
Probably not specific to Sway, but specific to the nVidia driver.
secure
·6 か月前·議論
No, the lesson of “separate display server from window manager” was very clear when Wayland was started. People have been discussing this over the years ever since. (See also “client-side decorations” for another part of this issue that was heavily discussed.)
secure
·6 か月前·議論
I’ve been using X11 with high-DPI screens since 2013, but with integer scaling (200% or 300%), never fractional scaling.
secure
·10 か月前·議論
Was it vroom by any chance? A slot car racing game in space: https://nixdoc.net/man-pages/irix/man6/vroom.6.html

Video:

https://www.youtube.com/shorts/imguo4oUd-c?app=desktop
secure
·10 か月前·議論
Thanks for your reply!

Can I suggest that we ask todsacerdoti to add a filter to their cross-posting thingie that skips articles that the author posted to HN?

I’m asking because todsacerdoti’s posts of my content always seem to be the ones that get traction, no matter if I post first on HN or lobsters. In fact, I’m wondering how he can even submit when I have already submitted — why isn’t his post marked a dupe? (To be clear: this was for my prior submissions, not this particular one.)
secure
·10 か月前·議論
> If OP's CPU cooler (Noctua NH-D15 G2) wasn't able to cool down his CPU below 100C, he must have been (intentionally or unintentionally with Asus multi core enhancement) overclocked his CPU. Or he didn't apply thermal paste properly or didn't remove the cooler plastic sticker?

I did not overclock this CPU. I pay attention to what I change in the BIOS/UEFI firmware, and I never select any overclocking options.

Also, I have applied thermal paste properly: Noctua-supplied paste, following Noctua’s instructions for this CPU socket.
secure
·10 か月前·議論
I’m using Prometheus for this, with the Prometheus Node Exporter
secure
·10 か月前·議論
HN mods, can we please finally ban this cross-posting bot called https://news.ycombinator.com/user?id=todsacerdoti?

This is my post, and my own submission got marked as a “dupe” (https://news.ycombinator.com/item?id=45155986).

On every blog post I post, todsacerdoti steals my post. It’s a bot. Why isn’t it banned?
secure
·7 年前·議論
Yes, see also https://youtu.be/WDbbIS7m9bU?t=298 (sorry, slide deck not yet available it seems)
secure
·7 年前·議論
That might have been me: https://twitter.com/zekjur/status/1154934952477093888

> Oh, wow! Setting GOPROXY=https://proxy.golang.org results in a 7x speed up for module installation on the hotel WiFi: from 17.7s (no proxy) to 2.3s (http://proxy.golang.org)