This is exactly what's happening. There are some huge data center projects in progress in Montana.
To be fair, Java's lack of support seems to have more to do with them needing to fix the whole primitive vs object mess rather than a lack of effort. It sounds like the Vector API will be stabilized shortly after they…
IIRC, when the Asahi project first started, Apple's response was they they didn't care about the project, and would make no efforts to hinder or help them. They also hinted that running an alternate OS was an acceptable…
For most modern programming languages, LSP servers are trivial to install. You can usually get them through your language or distro's package manager in one command line invocation. Considering that there are sometimes…
Check out Dylan, it seems to get pretty close, although the community is tiny even when compared to Scheme. It doesn't have laziness nor is a functional programming language, but it does scratch that itch a bit.
Reading through those quotes, I get the impression that Stallman doesn't understand why underaged people can't give consent to people considered adults by the legal system. It falls in line with his other…
My impression of Rust crates is that most are developed because a standardized solution to the problem didn't exist or didn't meet the author's needs, so they built their own. Many are well designed, but were never used…
That's really as far as they need to go; if the userland is compatible with Linux, it can use all of the work that KDE and other organizations have put into building mobile interfaces. These projects have stuff that…
I've been working on a legacy server-rendered app that has a bunch of ajax calls, and stock web components and their shadow DOM has been super helpful to keep the mess at bay. Most of the work is actually making the app…
This is exactly what's happening. There are some huge data center projects in progress in Montana.
To be fair, Java's lack of support seems to have more to do with them needing to fix the whole primitive vs object mess rather than a lack of effort. It sounds like the Vector API will be stabilized shortly after they…
IIRC, when the Asahi project first started, Apple's response was they they didn't care about the project, and would make no efforts to hinder or help them. They also hinted that running an alternate OS was an acceptable…
For most modern programming languages, LSP servers are trivial to install. You can usually get them through your language or distro's package manager in one command line invocation. Considering that there are sometimes…
Check out Dylan, it seems to get pretty close, although the community is tiny even when compared to Scheme. It doesn't have laziness nor is a functional programming language, but it does scratch that itch a bit.
Reading through those quotes, I get the impression that Stallman doesn't understand why underaged people can't give consent to people considered adults by the legal system. It falls in line with his other…
My impression of Rust crates is that most are developed because a standardized solution to the problem didn't exist or didn't meet the author's needs, so they built their own. Many are well designed, but were never used…
That's really as far as they need to go; if the userland is compatible with Linux, it can use all of the work that KDE and other organizations have put into building mobile interfaces. These projects have stuff that…
I've been working on a legacy server-rendered app that has a bunch of ajax calls, and stock web components and their shadow DOM has been super helpful to keep the mess at bay. Most of the work is actually making the app…