Viewing profile — DvdGiessen
DvdGiessen
HN member- Joined
- Fri, Jun 05, 2015, 9:01 PM UTC
- HN karma
- 457
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About DvdGiessen
Recent public activity
-
comment
Comment #46710279
Running a number of production services on-premise on a big machine using native zones, a few using LX zones (the built-in Linux compatibilty layer), and a single bhyve zone. Actua…
-
comment
Comment #45088518
You might also be interested in the IRMA protocol and the app implementing it, Yivi. They support a similar scheme, but using some additional cryptographic systems that provide ext…
- story
-
comment
Comment #42072500
Copying using OSC52 is great! I have a cross-platform shell function for that in my bashrc [1], as well as an implementation that works in vim [2]. [1]: https://github.com/DvdGiess…
- story
-
comment
Comment #41884172
When implementing a tiny timing library in JS a few years back I found that most engines indeed seem to cast the value to an integer (effectively flooring it), so in order to get c…
-
comment
Comment #40966380
I haven't so far. CS:GO and now CS2 run natively on Linux, so never played those online in the VM. I hear Valorant's anticheat is trouble, but I haven't played it (and probably won…
-
comment
Comment #40954629
When I switched to daily driving Linux I created a VFIO Windows VM that gets passed through my GPU and USB controller (and thus audio, inputs) which gives me pretty near native per…
-
comment
Comment #37818099
One I remember is [0], mostly because of the excellent accompanying blogpost about how it works [1]. [0]: https://piratehearts.itch.io/supercrt [1]: https://www.gamedeveloper.com/p…
-
comment
Comment #36591770
In production on SmartOS (illumos) servers running applications and VM's, on TrueNAS and plain FreeBSD for various storage and backups, and on a few Linux-based workstations. Using…
-
comment
Comment #35314322
A workaround that works locally (and only locally) is to build zfs-dkms (AUR) yourself and modify it so it doesn't break on these GPL-only symbols. While the licenses would forbid …
-
comment
Comment #34989484
See also the recent talk the author gave at FOSDEM last month[1] for an introduction to the tool and its use cases. [1]: https://fosdem.org/2023/schedule/event/bintools_poke/
-
comment
Comment #31425278
Actually, you can use it on Android, but it does require using Firefox Nightly[1]. That does come with downsides such as Nightly being less stable and installing extensions requiri…
- story
- story
- story
-
comment
Comment #21497770
As a long time user of Sandboxie, I'm excited to see this announcement and am looking forward to the open source release and what the community might be able to do with it. Sandbox…
- story
-
comment
Comment #20670471
As it turns out, your post triggered this crappy AI's reply_with_obligatory_xkcd() subroutine. https://xkcd.com/876/
- story
- story
-
comment
Comment #16416861
You could look into streaming parsers such as Oboe.js, which specifically support the use case of parsing JSON tree's larger than the available RAM[0]. Then again, when you're load…
-
comment
Comment #16416238
I like the idea of sharing clean URL's. Actually, I use the Pure URL add-on[0] for Firefox which also removes garbage such as e-mail campaign tracking values, both for the purpose …
- story
- story