Viewing profile — donio
donio
HN member- Joined
- Tue, Aug 04, 2009, 10:34 PM UTC
- HN karma
- 1,576
- Public activity
- 539 items
- HN profile
- View on Hacker News ↗
About donio
No profile information was provided.
Recent public activity
-
comment
Comment #46382917
I gave it a quick go and very few things work at the moment. None of the programs you listed do. From the README: At the moment it can render simple applications that do GLX, EGL o…
-
comment
Comment #45985378
It's the opposite for me for one reason: hashtag follows! There are very few people I want to follow for everything they have to say. I am interested in subjects, topics. Mastodon'…
-
comment
Comment #45601182
The extensive IRCv3 support for one thing. chathistory support in particular is a big one for me since we rely on it on my personal server. If you scroll down to the Features secti…
- comment
- comment
-
comment
Comment #45476569
Not even that, Postfix didn't exist in 1994. This is a 2025 mail server setup and about as vanilla as it gets.
- comment
-
comment
Comment #44843595
Easy to see for yourself using the throttling option in the developer tools of popular browsers.
-
comment
Comment #44764093
Datahand user, for me switching back and forth between the DH and a regular keyboard (a Thinkpad for the most part) is not a problem at all. It doesn't even feel particularly annoy…
-
comment
Comment #44763030
I am a longtime (25+ years) Datahand user. I have converted my units to a USB capable controller long ago and I have some extra ones as spares/parts but it might be difficult to ge…
- comment
-
comment
Comment #44679619
> Is that building Go with Go? Or actual bootstrapping? Normally it's just Go with Go. Besides the Go compiler you need bash if you want to use the normal bootstrap script but not …
-
comment
Comment #44678916
The Go toolchain is a nice illustration of this approach working in practice. It fully bootstraps in 90 seconds on my aging laptop and since it's fully self-hosted it doesn't even …
-
comment
Comment #43712516
And a decent tiramisu.
-
comment
Comment #43407741
> Gentoo linux is essentially made specifically for people like this, to be able to optimize one’s own linux rig for one’s specific usecase. That's true but worth noting that "opti…
-
comment
Comment #43392783
curl -s https://rdap.verisign.com/com/v1/domain/example.com|jq -r '.events[] | select(.eventAction == "expiration") | .eventDate' And https://data.iana.org/rdap/dns.json to find th…
-
comment
Comment #43270643
Haven't used Mox yet but Chasquid is great if you want something that's focused on being a streamlined modern MTA rather than "all-in-one". So kind of the opposite of the Mox appro…
-
comment
Comment #43259270
Do the two sides communicate with each other or do they act as independent devices?
-
comment
Comment #43056784
There is also M-x org-reset-checkbox-state-subtree Another list/checkbox related package I use is org-autolist, it saves a lot of typing when adding many list items or checkboxes a…
-
comment
Comment #43033927
https://wiki.mozilla.org/Media/block-autoplay has some more additional information in particular about the media.autoplay.blocking_policy pref which allows restoring the older beha…
-
comment
Comment #42986506
https://virtualtabletop.io/ is another option for this, web based. It's sort of like a 2D Tabletop Simulator. Source: https://github.com/ArnoldSmith86/virtualtabletop
-
comment
Comment #42986427
I've never seen any distributions enable ForwardX11Trusted by default. Do you have any examples? It seems very unlikely to me that a distribution would do this for a relatively nic…
-
comment
Comment #42986391
They can only do those things if the X11 security extension restrictions are disabled with ForwardX11Trusted=yes or by using -Y rather than -X. This has been the case for the past …
-
comment
Comment #42842787
The extension situation is already much worse in Wayland than in X11. In my X11 server there are about 25 extensions and only a handful are required for modern desktop functionalit…
-
comment
Comment #42773645
You are right, I made the classic mistake of doing the percentage backwards. Once properly formatted I am counting 16 lines and it goes up to 25 so it's a 56% increase.