> 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…
Are you saying you don’t trust ZDR claims from inference providers? They don’t care about your code. There’s more and better data on the public web.
No, the subtitles are already in SRT. No video decoding is happening. ffmpeg was using 2% CPU and 0% GPU. The bottleneck is IO. ffmpeg must read the entire file, parse the container format and collect the subtitles. If…
Not necessarily, but they do prevent government services from being improved by hiding the inefficiencies. People with influence to fix bureaucracy don’t suffer through it because they can afford the middlemen.
The underlying government services are hard to access _because_ middlemen stand to profit from providing assistance.
“or similar” like what? Streaming sticks suffer from the exact same problem. The Apple TV is the only device I know of in this space whose business model is not selling your data to the highest bidder.
Phones already have modems that do Wi-Fi, cellular and Bluetooth in a single chip. It may at some point no longer be economical to manufacture a Wi-Fi only modem.
There’s probably an argument, I wouldn’t say it’s a good one.
It lets the author pretend to be doing software engineering, like running tests and deploying versions.
> 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…
Are you saying you don’t trust ZDR claims from inference providers? They don’t care about your code. There’s more and better data on the public web.
No, the subtitles are already in SRT. No video decoding is happening. ffmpeg was using 2% CPU and 0% GPU. The bottleneck is IO. ffmpeg must read the entire file, parse the container format and collect the subtitles. If…
Not necessarily, but they do prevent government services from being improved by hiding the inefficiencies. People with influence to fix bureaucracy don’t suffer through it because they can afford the middlemen.
The underlying government services are hard to access _because_ middlemen stand to profit from providing assistance.
“or similar” like what? Streaming sticks suffer from the exact same problem. The Apple TV is the only device I know of in this space whose business model is not selling your data to the highest bidder.
Phones already have modems that do Wi-Fi, cellular and Bluetooth in a single chip. It may at some point no longer be economical to manufacture a Wi-Fi only modem.
There’s probably an argument, I wouldn’t say it’s a good one.
It lets the author pretend to be doing software engineering, like running tests and deploying versions.