So I don't have to spend 10-15 minutes saving all my open files (including the scratchpad ones I haven't named) and then later reopening all my applications, recreating all of my tmux windows and panes, setting up my…
Not that it detracts from your point, but PowerShell defined Linux-like aliases for PowerShell commands, not the old CMD.exe binaries. So ls would actually match the behavior and accept the flags for Get-ChildItem, not…
If only there were some kind of third party we could all collectively agree to delegate enforcement of cooperation to...
>MinIO I have some bad news for you: https://news.ycombinator.com/item?id=47000041
I'm pretty sure that if you need ubiquitous surveillance to ensure that your citizens don't commit crimes, you don't have a high-trust society, by definition.
Ah yeah, I guess I assumed by the use of the term "contructor" that GP meant a language like Python or Java, and in some cases it can difficult to prevent misuse by making an unsafe constructor private and only…
Given that the compiler can't enforce that users only enter valid data at compile time, the next best thing is enforcing that when they do enter invalid data, the program won't produce an `Email` object from it, and…
The far right are largely the people voting against robust safety nets and low inequality...
You might be interested in IPFS [1], and content-addressed storage systems more generally. [1] https://en.wikipedia.org/wiki/InterPlanetary_File_System
You can directly pass JSON to Terraform by putting it in a `.tfvars.json` file [1], as far as I can tell this has been supported since v0.5.0 which released in May 2015. Terraform doesn't have a built-in deep merge…
I look forward to the news stories about people getting lost because they used 100x "zoom" to read a distant sign.
The -a models are typically released in the spring, the Pixel 9a was only just released in April of this year, so I wouldn't expect to see a Pixel 10a until March or April of 2026.
Among many others: https://www.ftc.gov/news-events/news/press-releases/2024/09/... https://www.ftc.gov/news-events/news/press-releases/2023/10/... https://www.ftc.gov/news-events/news/press-releases/2022/06/...…
We were making great progress under the previous administration until six months ago, yes.
Nothing was compromised. A bunch of Windows systems were unable to boot. https://en.wikipedia.org/wiki/2024_CrowdStrike-related_IT_ou...
Well, I hate Microsoft as much as the next person, but I'm not sure "writing a buggy kernel module can crash the kernel" is much of an indictment of Windows in particular...
CrowdStrike is not made or owned by Microsoft.
The first sentence of that paywalled article links to TFA.
The Dell Streak (shoutout to the other 3 people who bought one) had a 5 inch screen in 2010, a notable jump from contemporary phones like the iPhone 4 which was still 3.5", and other Android devices like the HTC Droid…
I thought all the cool kids were on Pijul, or was it Darcs? Maybe it was Fossil? No wait, it was definitely Jujutsu.
I agree, Hyper-V is a pretty cool technology! I wasn't aware WSL1 was still supported at all, let alone receiving pull requests. Windows Subsystem for Android was a neat feature, but not something I used regularly,…
I understand that, but I think for an operating system it's more valuable to provide stability for applications than to be able to move fast. Secondarily, do the same issues not apply to the Linux API as to a…
I'm convinced that the lack of a stable ABI and the lack of a hardware abstraction layer (requiring drivers to be in the kernel source tree) is what's preventing The Year of the Linux Desktop from ever arriving. I…
Docker on macOS also runs a Linux VM under the hood, just like WSL2 does, they're no different in that respect. WSL1 used the more exotic approach of translating Linux system calls to and from NT kernel system calls,…
Maybe companies should provide some sort of incentive for the juniors they trained to stay with them. As it is, the obvious and rational choice is always to leave for another company that will pay you 25% more whenever…
So I don't have to spend 10-15 minutes saving all my open files (including the scratchpad ones I haven't named) and then later reopening all my applications, recreating all of my tmux windows and panes, setting up my…
Not that it detracts from your point, but PowerShell defined Linux-like aliases for PowerShell commands, not the old CMD.exe binaries. So ls would actually match the behavior and accept the flags for Get-ChildItem, not…
If only there were some kind of third party we could all collectively agree to delegate enforcement of cooperation to...
>MinIO I have some bad news for you: https://news.ycombinator.com/item?id=47000041
I'm pretty sure that if you need ubiquitous surveillance to ensure that your citizens don't commit crimes, you don't have a high-trust society, by definition.
Ah yeah, I guess I assumed by the use of the term "contructor" that GP meant a language like Python or Java, and in some cases it can difficult to prevent misuse by making an unsafe constructor private and only…
Given that the compiler can't enforce that users only enter valid data at compile time, the next best thing is enforcing that when they do enter invalid data, the program won't produce an `Email` object from it, and…
The far right are largely the people voting against robust safety nets and low inequality...
You might be interested in IPFS [1], and content-addressed storage systems more generally. [1] https://en.wikipedia.org/wiki/InterPlanetary_File_System
You can directly pass JSON to Terraform by putting it in a `.tfvars.json` file [1], as far as I can tell this has been supported since v0.5.0 which released in May 2015. Terraform doesn't have a built-in deep merge…
I look forward to the news stories about people getting lost because they used 100x "zoom" to read a distant sign.
The -a models are typically released in the spring, the Pixel 9a was only just released in April of this year, so I wouldn't expect to see a Pixel 10a until March or April of 2026.
Among many others: https://www.ftc.gov/news-events/news/press-releases/2024/09/... https://www.ftc.gov/news-events/news/press-releases/2023/10/... https://www.ftc.gov/news-events/news/press-releases/2022/06/...…
We were making great progress under the previous administration until six months ago, yes.
Nothing was compromised. A bunch of Windows systems were unable to boot. https://en.wikipedia.org/wiki/2024_CrowdStrike-related_IT_ou...
Well, I hate Microsoft as much as the next person, but I'm not sure "writing a buggy kernel module can crash the kernel" is much of an indictment of Windows in particular...
CrowdStrike is not made or owned by Microsoft.
The first sentence of that paywalled article links to TFA.
The Dell Streak (shoutout to the other 3 people who bought one) had a 5 inch screen in 2010, a notable jump from contemporary phones like the iPhone 4 which was still 3.5", and other Android devices like the HTC Droid…
I thought all the cool kids were on Pijul, or was it Darcs? Maybe it was Fossil? No wait, it was definitely Jujutsu.
I agree, Hyper-V is a pretty cool technology! I wasn't aware WSL1 was still supported at all, let alone receiving pull requests. Windows Subsystem for Android was a neat feature, but not something I used regularly,…
I understand that, but I think for an operating system it's more valuable to provide stability for applications than to be able to move fast. Secondarily, do the same issues not apply to the Linux API as to a…
I'm convinced that the lack of a stable ABI and the lack of a hardware abstraction layer (requiring drivers to be in the kernel source tree) is what's preventing The Year of the Linux Desktop from ever arriving. I…
Docker on macOS also runs a Linux VM under the hood, just like WSL2 does, they're no different in that respect. WSL1 used the more exotic approach of translating Linux system calls to and from NT kernel system calls,…
Maybe companies should provide some sort of incentive for the juniors they trained to stay with them. As it is, the obvious and rational choice is always to leave for another company that will pay you 25% more whenever…