Note that Cloudflare Tunnel blocks requests above 100MiB, which makes it impossible to upload long videos. This is being addressed in https://github.com/immich-app/immich/pull/22385
HN user
1una
In the same article you linked:
Due to concerns about large language models being used to generate deceptive, biased, or abusive language at scale, we are only releasing a much smaller version of GPT‑2 along with sampling code .
7 years later, these concerns seem pretty legit.
Looks like this was restored 2 weeks ago[0], 3 days after Anthropic said OpenClaw requires extra usage[1]. At this point, it's hard to take this seriously. No official statement and not even a tweet?
[0] https://github.com/openclaw/openclaw/commit/d378a504ac17eab2...
The thing is BOT only applies to a handful of applications. So Geekbench scores with BOT applied aren't as representative.
It's possible to auth with your fingerprint (or even a YubiKey) in sudo. It's a functionality provided by PAM, after all.
$0 at SignPath. Quite a few OSS projects use it.
What packages are you talking about?
Maybe Python: https://old.reddit.com/r/archlinux/comments/1azkxnn/whats_ho...
Does this mean GitHub will finally support IPv6?
The iPhone vibrates when you swipe up just enough to reach the app switching screen.
They admit
Flatpak is currently a pretty poor technology for system-level apps that want deep integration with the base system.
Therefore they ship those apps on the base image, rather than as Flatpaks. I don’t see what’s wrong with this approach.
There are projects which generate web feeds for websites that don't have one.
Well, LLMs do pass the Turing Test, sort of.
I won't call it "binary blob". Safetensors is just a simple format for storing tensors safely: https://huggingface.co/docs/safetensors/index
There is one in your CV: https://danq.me/cv
AMD makes exclusive deals with ASUS regularly. I guess they're just good friends.
IMO Systemd Timers provide much better control over how the cron job is run.
Need to distribute lots of cron jobs evenly to avoid overloading the system? Use RandomizedDelaySec.
Some cron jobs are flaky and you want to re-run if it fails? Add Restart=on-failure to corresponding service.
Some cron jobs conflict with each other? Set Conflicts=foo.service or maybe Before & After.
Sure, all above are possible with shell scripts. But systemd provides a standard, reliable way to define these properties.
It's possible to detect "curl | bash" server side. See https://news.ycombinator.com/item?id=34145799
Very hard to maintain due to use of YouTube-dl, plus legacy search API
With yt-dlp you can do this:
yt-dlp ytsearch5:IMG_0416
which searches for IMG_0416 and downloads the first 5 of them. There is no need to use YouTube API.In this specific case, nix uses fetchFromGitHub to download the source archive, which are generated by GitHub for the specified revision[1]. Arch seems to just download the tarball from the releases page[2].
[1] https://github.com/NixOS/nixpkgs/blob/3c2fdd0a4e6396fc310a6e...
[2] https://gitlab.archlinux.org/archlinux/packaging/packages/ib...
Using custom skins on official servers by modifying game files has always been forbidden since CS:GO. CS2 doesn't make it worse. Join a community server if you want to use your own skin you made up.
At one time[1] Valve even tried to ban community servers that offer custom models/skins. Though they doesn't seem to enforce it anymore.
[1] https://blog.counter-strike.net/index.php/server_guidelines/
v0.26.0 (the next release) should support viewing livestreams. See https://github.com/TeamNewPipe/NewPipe/issues/10471
Are there plugins available that enable this?
Try https://github.com/direnv/direnv-vscode or https://github.com/fehnomenal/intellij-direnv
The patch was supposed to be published around 06:00 UTC on October 11. The commit is 13 hours early.
Maybe. Vaultwarden is just a compatible server. All the clients (web, browser extension, desktop, cli and mobile apps) are still maintained by Bitwarden.