I bought one because as far as I could find it is basically one of two 2-in-1's on the market that officially support Linux. (It replaced an old Android tablet and one of the original FW13's, both of which were getting…
Conservation laws result from continuous symmetries in the laws of physics, as proven by Noether's theorem.
That's mainly for historical reasons (select syscall can only handle fds<1024), modern programs can just set their soft limit to their hard limit and not worry about it anymore:…
Leads to really fun statements like "there exists a proof that all reals are equal to themselves" and "there does not exist a proof for every real number that it is equal to itself" (because `x=x`, for most real…
https://system76.com/search.php?search_query=battery If I search for battery stuff shows up, but they only ship bare batteries to the 48 states and Canada. Contacting support should be able to help you too.
AMD Strix Halo (a consumer mobile processor) has theoretical support for 256GB/s of memory bandwidth (quad-channel, 8000 MT/s LPDDR5X, must be soldered, supports 128GB at most).
Not only that, there's also a DLC with 4 new planets.
You don't need homomorphic encryption for a backup, normal encryption suffices.
CockroachDB
People definitely threaten AIs and find increased short term performance, they've been doing this for a while now.
A well done PWA will absolutely beat SSR on a shitty connection if it's actually an app. Cache-control immutable the code and assets of the app and it will only be reloaded on changes. Offline-first and/or…
They also have an app that connects to their datacenter with R1. Also barely anyone can actually run the real R1 locally.
Can you even use bare llama.cpp with OpenWebUI? Especially when they are running on two different computers?
Can you unplug the entire Internet?
That's likely only the marginal cost of training this model, and doesn't include a lot of other costs, like the datacenters and GPUs themselves which they already had and also the staff. If they aren't lying because…
Docker is very "less is more" and it shows.
Docker didn't support nftables for years (idk if they even support it now). I moved my personal machine to Podman because of it! Also port forwarding in Docker (and Podman!) still bypasses ufw/other firewalls, which is…
I wonder how useful purism phones are for this (all external communication, including GPS, has hardware shutoffs). They are expensive though...
There's a different reason to lean on the DB: it's the final arbiter of your data. Much harder to create bad/poisoned data if the DB has a constraint on it (primary, foreign, check, etc) than if you have to remember it…
The chatbot leaderboard seems to be very affected by things other than capability, like "how nice is it to talk to" and "how likely is it to refuse requests" and "how fast does it respond" etc. Flash is literally one of…
It only takes 33 bits to identify someone. This reveals a couple of bits.
I did something similar with pg_tmp as well. I also had a lot of tests around migrations, so there was a lot of tests that would 1) ask for a DB of version x 2) insert things into the DB, etc 3) migrate to version y 4)…
ChatGPT basically lets you edit any of your messages at any point in the conversation, which I definitely use (e.g., if the conversation has gotten into a bad basin, the LLM misunderstood me, etc). Also ChatGPT has a…
> choose a political candidate I actually found 4o+search to be really good at this... Admittedly what I did was more "research these candidates, tell me anything newsworthy, pros/cons, etc" (much longer prompt) and…
https://eradman.com/ephemeralpg/ (for Postgres) plus making sure your test suite is parallel works wonders.
I bought one because as far as I could find it is basically one of two 2-in-1's on the market that officially support Linux. (It replaced an old Android tablet and one of the original FW13's, both of which were getting…
Conservation laws result from continuous symmetries in the laws of physics, as proven by Noether's theorem.
That's mainly for historical reasons (select syscall can only handle fds<1024), modern programs can just set their soft limit to their hard limit and not worry about it anymore:…
Leads to really fun statements like "there exists a proof that all reals are equal to themselves" and "there does not exist a proof for every real number that it is equal to itself" (because `x=x`, for most real…
https://system76.com/search.php?search_query=battery If I search for battery stuff shows up, but they only ship bare batteries to the 48 states and Canada. Contacting support should be able to help you too.
AMD Strix Halo (a consumer mobile processor) has theoretical support for 256GB/s of memory bandwidth (quad-channel, 8000 MT/s LPDDR5X, must be soldered, supports 128GB at most).
Not only that, there's also a DLC with 4 new planets.
You don't need homomorphic encryption for a backup, normal encryption suffices.
CockroachDB
People definitely threaten AIs and find increased short term performance, they've been doing this for a while now.
A well done PWA will absolutely beat SSR on a shitty connection if it's actually an app. Cache-control immutable the code and assets of the app and it will only be reloaded on changes. Offline-first and/or…
They also have an app that connects to their datacenter with R1. Also barely anyone can actually run the real R1 locally.
Can you even use bare llama.cpp with OpenWebUI? Especially when they are running on two different computers?
Can you unplug the entire Internet?
That's likely only the marginal cost of training this model, and doesn't include a lot of other costs, like the datacenters and GPUs themselves which they already had and also the staff. If they aren't lying because…
Docker is very "less is more" and it shows.
Docker didn't support nftables for years (idk if they even support it now). I moved my personal machine to Podman because of it! Also port forwarding in Docker (and Podman!) still bypasses ufw/other firewalls, which is…
I wonder how useful purism phones are for this (all external communication, including GPS, has hardware shutoffs). They are expensive though...
There's a different reason to lean on the DB: it's the final arbiter of your data. Much harder to create bad/poisoned data if the DB has a constraint on it (primary, foreign, check, etc) than if you have to remember it…
The chatbot leaderboard seems to be very affected by things other than capability, like "how nice is it to talk to" and "how likely is it to refuse requests" and "how fast does it respond" etc. Flash is literally one of…
It only takes 33 bits to identify someone. This reveals a couple of bits.
I did something similar with pg_tmp as well. I also had a lot of tests around migrations, so there was a lot of tests that would 1) ask for a DB of version x 2) insert things into the DB, etc 3) migrate to version y 4)…
ChatGPT basically lets you edit any of your messages at any point in the conversation, which I definitely use (e.g., if the conversation has gotten into a bad basin, the LLM misunderstood me, etc). Also ChatGPT has a…
> choose a political candidate I actually found 4o+search to be really good at this... Admittedly what I did was more "research these candidates, tell me anything newsworthy, pros/cons, etc" (much longer prompt) and…
https://eradman.com/ephemeralpg/ (for Postgres) plus making sure your test suite is parallel works wonders.