HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dominicm

no profile record

コメント

dominicm
·2 か月前·議論
Even after the owner has realized the attack and revoked the token, there’s next steps (alerting the community, pulling from NPM) that causing havoc delays even by just a bit.
dominicm
·6 か月前·議論
While not directly mentioned in this article, guix pack[1] allows you to distribute your software in multiple formats, including Docker images.

The general philosophy of Guix is to have a single definition for how to build your software and use it for the entire dev to production pipeline.

[1]: https://guix.gnu.org/manual/1.5.0/en/html_node/Invoking-guix...
dominicm
·6 か月前·議論
I mean, it's certainly not as seamless as an open x86 machine, but if you have an Air already you can always try Linux on it? The Fedora Asahi spin [1] supports pretty much everything on M1/M2 devices.

[1] https://asahilinux.org/fedora/#device-support
dominicm
·6 か月前·議論
I'm...rather confused why the results here are surprising. The title and first paragraph are suggestive of unusual data like analytics or sending all your codebase, but it's just sending the prompt + context.

This is how every LLM API has worked for years; the API is a stateless token machine, and the prompts + turns are managed by the client application. If anything it's interesting how standard it is; no inside baseball, they just use the normal public API.
dominicm
·6 か月前·議論
Youch. I knew the rates of people criticizing-by-headline could be bad, but this one is rough.

Y'all, please actually read the homepage before dunking on someone's project...
dominicm
·7 か月前·議論
Dang, everything about this feels really well considered. Semi-throwaway, nearly bare-metal machines that I can put on the internet with basically 0 config? I'll take
dominicm
·8 か月前·議論
Silverbullet is a PWA that downloads all your notes and then operates on them locally, so that slow initial load happens fairly infrequently.
dominicm
·9 か月前·議論
Wow, this is embarrassing. Hard to read.
dominicm
·10 か月前·議論
> But since it is a electron app, it will always contact Google everytime you open the app

Do you have a source for this? I couldn't find anything about this, and I find it strange that Electron (which uses the open-source chromium engine but not Chrome) would automatically send tracking information to Google.