To me it’s the fact that if you try to do it in real life (i.e. sorting a collection of objects in the real world), you just end up doing merge sort by accident. So it feels like an optimization of merge sort for…
These days I was surprised to see, on my personal computer, information from PRs in private repos from my work’s org on GitHub. These are usually secured behind SSO flows which I don’t/can’t do on personal devices. So…
My guess (not involved with PS2 emulation specifically at all) is that this will improve low-level emulation. So things like making a clone of the hardware with an FPGA, making emulators cycle-accurate, removing…
Sorry, I think I misunderstood your argument as whataboutism.
What for? Malicious actors have no shortage of stolen identities.
… should also be open, but that’s irrelevant to the discussion.
The crucial distinction is which half is in which “half-in” agreement. They are not offering Canada conditions that the UK would have wanted.
Sites would just block the Internet Archive crawler as well.
> Really good reasons to not totally change what you are doing in your app between environments. Mocks do that. If you want to not totally change what you are doing in your app between environments, point it at an…
The same argument can be made for the other side: the customer can also trivially mount the S3 bucket as a filesystem, if you decide to ship the tool with filesystem support instead.
Then you would have to embrace their bad decisions, such as this one, and if you do, what’s the point? Everything just needs to run from a container with their expected runtime environment.
This isn’t true. Ntfy has Web Push. See [1]. [1]: https://docs.ntfy.sh/subscribe/web/
No. A huge selling point of these code-first workflow engines is that they make writing durable workflows a lot like writing non-durable code, to the maximum extent that the language allows, such that the workflow…
Mostly C#, as I see your Rust SDK is under development. Unfortunately it appears someone vibe-coded a port of the Java SDK for .NET and namesquatted the `Dbos.Transact` package on NuGet [1], making it look like an…
So like ntfy.sh?
I think it’s nice that it’s just an SDK and a Postgres database, but they don’t have SDKs for the languages we use at work.
Why? They’ll use it as many times as they want while claiming they used something else.
No, I think they’re saying two separate things: - ACR uses audio fingerprinting - ACR does not collect screen recordings Both can be true if the TV hashes the frames locally and ACR “collects” the hashes.
Yeah, but this only works for the immutable object store. The rest of the tree is still copied. CoW and reflinks let you share everything, including the non-immutable paths, and even stuff like node_modules.
Doesn’t that set the origin to the local repo instead of upstream? Also, it’s not really CoW. The immutable object store is hardlinked (since it’s immutable it doesn’t really CoW). The working files are full copies, and…
Assuming you're using a filesystem that supports it like ZFS, Btrfs, XFS, etc, it's as simple as: cp -R --reflink=always /path/to/source /path/to/dest On macOS with APFS: cp -R -c /path/to/source /path/to/dest That's…
You're about to be very surprised! echo old > a ln a b echo new > a cat a b # prints "new" and "new" Some programs like GNU sed [1] do create new inodes, but that is a property of the application, not the filesystem:…
Hardlinks are the wrong abstraction. You modify one copy and it changes on all linked paths. You want reclines instead
How's that any different from, say, Windows updating and backing up the company's code to OneDrive? Actions speak louder than words. If the company doesn't even supply and require work devices, they don't effectively…
That’s the case with a personal subscription directly with OpenAI or Anthropic, but enterprise customers are opt-in, AFAIK. And there are solutions around it from other providers and model routers. OpenRouter lets you…
To me it’s the fact that if you try to do it in real life (i.e. sorting a collection of objects in the real world), you just end up doing merge sort by accident. So it feels like an optimization of merge sort for…
These days I was surprised to see, on my personal computer, information from PRs in private repos from my work’s org on GitHub. These are usually secured behind SSO flows which I don’t/can’t do on personal devices. So…
My guess (not involved with PS2 emulation specifically at all) is that this will improve low-level emulation. So things like making a clone of the hardware with an FPGA, making emulators cycle-accurate, removing…
Sorry, I think I misunderstood your argument as whataboutism.
What for? Malicious actors have no shortage of stolen identities.
… should also be open, but that’s irrelevant to the discussion.
The crucial distinction is which half is in which “half-in” agreement. They are not offering Canada conditions that the UK would have wanted.
Sites would just block the Internet Archive crawler as well.
> Really good reasons to not totally change what you are doing in your app between environments. Mocks do that. If you want to not totally change what you are doing in your app between environments, point it at an…
The same argument can be made for the other side: the customer can also trivially mount the S3 bucket as a filesystem, if you decide to ship the tool with filesystem support instead.
Then you would have to embrace their bad decisions, such as this one, and if you do, what’s the point? Everything just needs to run from a container with their expected runtime environment.
This isn’t true. Ntfy has Web Push. See [1]. [1]: https://docs.ntfy.sh/subscribe/web/
No. A huge selling point of these code-first workflow engines is that they make writing durable workflows a lot like writing non-durable code, to the maximum extent that the language allows, such that the workflow…
Mostly C#, as I see your Rust SDK is under development. Unfortunately it appears someone vibe-coded a port of the Java SDK for .NET and namesquatted the `Dbos.Transact` package on NuGet [1], making it look like an…
So like ntfy.sh?
I think it’s nice that it’s just an SDK and a Postgres database, but they don’t have SDKs for the languages we use at work.
Why? They’ll use it as many times as they want while claiming they used something else.
No, I think they’re saying two separate things: - ACR uses audio fingerprinting - ACR does not collect screen recordings Both can be true if the TV hashes the frames locally and ACR “collects” the hashes.
Yeah, but this only works for the immutable object store. The rest of the tree is still copied. CoW and reflinks let you share everything, including the non-immutable paths, and even stuff like node_modules.
Doesn’t that set the origin to the local repo instead of upstream? Also, it’s not really CoW. The immutable object store is hardlinked (since it’s immutable it doesn’t really CoW). The working files are full copies, and…
Assuming you're using a filesystem that supports it like ZFS, Btrfs, XFS, etc, it's as simple as: cp -R --reflink=always /path/to/source /path/to/dest On macOS with APFS: cp -R -c /path/to/source /path/to/dest That's…
You're about to be very surprised! echo old > a ln a b echo new > a cat a b # prints "new" and "new" Some programs like GNU sed [1] do create new inodes, but that is a property of the application, not the filesystem:…
Hardlinks are the wrong abstraction. You modify one copy and it changes on all linked paths. You want reclines instead
How's that any different from, say, Windows updating and backing up the company's code to OneDrive? Actions speak louder than words. If the company doesn't even supply and require work devices, they don't effectively…
That’s the case with a personal subscription directly with OpenAI or Anthropic, but enterprise customers are opt-in, AFAIK. And there are solutions around it from other providers and model routers. OpenRouter lets you…