Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
DvdGiessen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
DvdGiessen
8mo ago
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. Actually, years ago this machine was the very first server we set
2.
▲
by
DvdGiessen
1y ago
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 extra security properties such as unlinkability that are very u
3.
▲
The GPU, not the TPM, is the root of hardware DRM
(mjg59.dreamwidth.org)
445 points
by
DvdGiessen
2y ago
|
472 comments
4.
▲
by
DvdGiessen
2y ago
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/DvdGiessen/dotfiles/blob/2c02332b4a65
5.
▲
Challenges deploying PostgreSQL (9.2) for high availability
(davepacheco.net)
1 points
by
DvdGiessen
2y ago
|
0 comments
6.
▲
by
DvdGiessen
2y ago
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 consistent behaviour in all environments I resorted to always
7.
▲
by
DvdGiessen
2y ago
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't for that reason; personally I have so
8.
▲
by
DvdGiessen
2y ago
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 performance. It takes maybe 10 seconds to boot into it, and I c
9.
▲
by
DvdGiessen
3y ago
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/programming/crt-simulat
10.
▲
by
DvdGiessen
3y ago
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 mirrors and raidz2 depending on the needs of the machi
11.
▲
by
DvdGiessen
3y ago
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 distributing it as such, you can do so on your own mach
12.
▲
by
DvdGiessen
4y ago
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/
13.
▲
by
DvdGiessen
4y ago
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 requiring some extra setup, so it isn't the best choice for ev
14.
▲
The Challenges of Integrating the Unix and Mac OS Environments (2000)
(usenix.org)
82 points
by
DvdGiessen
6y ago
|
33 comments
15.
▲
Compiling Word for Windows from OS/2 1.2 [video]
(youtube.com)
1 points
by
DvdGiessen
6y ago
|
0 comments
16.
▲
Mozilla’s plan to fix internet privacy
(protocol.com)
377 points
by
DvdGiessen
7y ago
|
273 comments
17.
▲
by
DvdGiessen
7y ago
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. Sandboxie's technology works extremely well for securely
18.
▲
npm-adblock
(npmjs.com)
2 points
by
DvdGiessen
7y ago
|
0 comments
19.
▲
by
DvdGiessen
7y ago
As it turns out, your post triggered this crappy AI's reply_with_obligatory_xkcd() subroutine. https://xkcd.com/876/
20.
▲
Microsoft Edge Uses a Secret Trick and Breaks Internet Explorer's Security
(blog.0patch.com)
2 points
by
DvdGiessen
7y ago
|
0 comments
21.
▲
#CastHack – Hacking Chromecasts/Google Homes/SmartTVs
(casthack.thehackergiraffe.com)
1 points
by
DvdGiessen
8y ago
|
0 comments
22.
▲
by
DvdGiessen
9y ago
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 loading such huge JSON files into a 32-bit instance of
23.
▲
by
DvdGiessen
9y ago
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 of sharing and since I prefer seeing/visiting clea
24.
▲
Show HN: Virtual-clock.js – performant highres virtual clocks with timed events
(npmjs.com)
2 points
by
DvdGiessen
9y ago
|
0 comments
25.
▲
Show HN: virtual-clock.js – adjustable timekeeping for simulations/games/etc
(npmjs.com)
7 points
by
DvdGiessen
9y ago
|
0 comments
26.
▲
by
DvdGiessen
9y ago
Reminds me of a cleaner tool I wrote about 10+ years ago, a huge single God-class which would parse an HTML string, allowed me to do various transformations on the object tree, and rerendered the entire source code in correct and nicely ind
27.
▲
by
DvdGiessen
10y ago
Really cool, enjoyed playing it for a while. Challenges you to practise your regex golf[1] skills. :) There seem to be some bugs with the timing mechanisms, probably some JS timeouts aren't properly reset, causing weird game behaviour
28.
▲
by
DvdGiessen
10y ago
There's a post on his blog about how the entire thing runs a bunch of compilers on EC2: http://xania.org/201609/how-compiler-explorer-runs-on-amazon
29.
▲
by
DvdGiessen
10y ago
For those who are looking for something similar but (being the kind of people who read HN) would like something more configurable and hackable, you might check out the products of Victron Energy[0]. They've also have an optional remote
30.
▲
by
DvdGiessen
10y ago
I never heard of SQRL specifically before, so I just spent some time researching it. From what I can find, it has some significant flaws[0], and it doesn't seem these can be addressed without defeating the few advantages this SQRL appr
More ›