HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lorenzbrun

no profile record

Submissions

Show HN: Automatically assemble Windows Sysroots directly from Microsoft

github.com
6 points·by lorenzbrun·3 anni fa·0 comments

comments

lorenzbrun
·anno scorso·discuss
Author of memreserver (one of the mentioned userspace workarounds) here. I've debugged this a few years back, only public comment I can quickly find is [1]. I also remember some mailing list discussions, but it basically came down to the isuse that Linux didn't have staggered suspend hooks that reliably ran before disks and parts of the memory subsystem were frozen. Apparently this is now possible. Sadly the Freedesktop Gitlab doesn't seem indexable so this knowledge seems to have gotten lost.

[1] https://gitlab.freedesktop.org/drm/amd/-/issues/2125#note_17...
lorenzbrun
·2 anni fa·discuss
I have a project which acts as a local cache for the HIBP database.

https://github.com/lorenz/hibp-cached

It downloads and continually updates from the upstream database while serving the identical API. On a fast link it can download the entire thing in a few hours.

It just uses a giant BoltDB file to store compressed chunks.