Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
soupy-soup
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
soupy-soup
10mo ago
This is exactly what's happening. There are some huge data center projects in progress in Montana.
2.
▲
by
soupy-soup
11mo ago
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 figure that out,
3.
▲
by
soupy-soup
11mo ago
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 use of dev
4.
▲
by
soupy-soup
11mo ago
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 multiple servers
5.
▲
by
soupy-soup
11mo ago
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.
6.
▲
by
soupy-soup
11mo ago
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 misunderstandings or lack
7.
▲
by
soupy-soup
11mo ago
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 by en
8.
▲
by
soupy-soup
11mo ago
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 works, but the lack
9.
▲
by
soupy-soup
1y ago
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 more accessible