Andrew Sun

Results 28 comments of Andrew Sun

Any update on this? This feature would be incredibly useful.

Symlinks are your friend. Symlink relevant directories in /usr/local to your ZFS volume and it _should_ work fine.

It would be great if we could see the output of `lscpu`, it seems Hetzner uses a mix of Milan and Genoa processors for their "dedicated vCPUs" instances

@gunnarmorling https://www.hetzner.com/cloud in the dedicated vCPU tab: > Optimize your workload with AMD Milan EPYC™ 7003 and AMD Genoa EPYC™ 9654 processors.

Looks like the leaderboard on the readme picked up the wrong name, should I rename the files?

I did consider using std::simd but it isn’t stable yet. It would be nice to get support for other architectures for “free” but at this scale every CPU cycle counts,...

I think libgrabber should expose a http(s)-based interface to update projects. We should then ask the repo owner to add a webhook for the "create" event.

How about zip/tar.gz files attached to GitHub releases, like https://github.com/Khan/KaTeX/releases?

Maybe like this: ``` json { "packageManager": "github-release", "name": "katex", "repo": "khan/katex", "files": { "archive": "katex.zip", "basePath": "katex/", "exclude": ["README.md"] } } ```