Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
noirscape
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
noirscape
2mo ago
Why is this part of Play Services? It should be something on-device as part of AOSP, not something that further entrenches Google. (In case it's not obvious: rethorical question, Google just wants to do platform lock-in with Android an
2.
▲
by
noirscape
2mo ago
It's their entire MO; their name indicates the idea is that they are also a successor to geocities. No backend support whatsoever, just HTML/CSS/JS and whatever other files you need to host a site (images). Their AUP isn'
3.
▲
by
noirscape
2mo ago
> I want a stable platform that will host my small static website blog at a very low cost, with high stability and uptime, no questions asked. Maybe try the neocities supporter plan[0]? They allow custom domains, offer decent bandwidth a
4.
▲
by
noirscape
2mo ago
It's because of Google Play Services and the subsequent years long gutting of AOSPs application list. Google enforces OEMs to bundle their entire suite if they want to ship with Play Services and then uses that as an excuse to kill the
5.
▲
by
noirscape
3mo ago
Because the conversation is incomplete if we're talking internationally. The cost of living in the US is much higher compared to most other first world/rich countries for one. Count up someone's basic living expenses in the U
6.
▲
by
noirscape
3mo ago
You're probably thinking of the Steam debacle. Nintendo wasn't responsible for that. What happened was that Dolphins developers wanted to release the emulator on Steam. Valve, independently from anyone else, send a message to Nint
7.
▲
by
noirscape
3mo ago
Great post. Redis is just kinda overkill whenever I've had to use it. Memcached by contrast is very simple, fast and works without needing to do much fiddling with it. One big tip I should recommend is to increase the default memory si
8.
▲
by
noirscape
3mo ago
It's also worth noting that some of those trillion dollar companies have had staggeringly bad responses when confronted with the fact child predators are running amok on their platform. The CEO of Roblox is probably the single easies
9.
▲
by
noirscape
3mo ago
> The closest vision back then to what we're getting now is the moody ship's computer from hitchhiker's guide. It's not the ship computer, but the door AIs, which had this marketing blurb in the brochure: > All the
10.
▲
by
noirscape
3mo ago
To be fair, the advice very rarely is for people to jump onto Arch based distros. The problem is more that the Arch value proposition kinda presupposes the sort of user that's going to "feel superior" about having it installe
11.
▲
by
noirscape
4mo ago
Browsers have an absolute insane level of relatively unchecked permissions to do whatever they want on a client. There's a lot of effort by browser developers to scope creep the browser into essentially being an OS-agnostic tech stack
12.
▲
by
noirscape
4mo ago
They can, but there's an OS option that basically is "I'm going to say yes, but then effectively do no". Basically it'll pretend to the application that a permission is granted, but then just keep returning empty in
13.
▲
by
noirscape
4mo ago
Or probably the most straightforward one, which is SSL termination. Most backend software usually has very bad support for HTTPS communication, while it's typically extensively documented for something like nginx. It also catches some
14.
▲
by
noirscape
4mo ago
If you're using nginx/apache/literally anything that does reverse proxying correctly, this shouldn't be a problem unless you're routing all traffic over default_server rules unstead of server_name (or the equivalent
15.
▲
by
noirscape
4mo ago
In 2 years the contract is up for renegotiation to a different entity (and there's now plenty of political pressure to go with a different one), so I don't think it's a problem by then. Tying the process up in the courts for
16.
▲
by
noirscape
4mo ago
The FSFE isn't nearly as impractical as the FSF is. Unlike the FSF, they're actually getting results, typically by lobbying politicians and trying to get governments to require that the code made for them is publicly available. Fr
17.
▲
by
noirscape
4mo ago
It's in theory already possible with iDeal from what I can tell (I've seen companies that use subscriptions set up an initial iDeal payment and then convert it into a regular recurring SEPA Direct Debit), but I'm going to ass
18.
▲
by
noirscape
4mo ago
It's a bit more loaded than that. 538 post-Nate Silver had a model setup that was apparently kind of a mess. 538 was apparently sending strange messages to Republican leaning polling agencies, demanding they gave far more detailed audi
19.
▲
by
noirscape
4mo ago
npm ci does indeed prevent that. The issue isn't really with npm in specific. Rather, it's with build tools like Microsoft's Oryx, which get pushed in GitHub Actions if you're using Azure App Service. That one by default
20.
▲
by
noirscape
4mo ago
Everywhere in the sense of "I have a USB stick/SD card, what do I format it to so that every major device I'm using can read it". In practice, every OS has its preferred system and the rest has varying levels of "I
21.
▲
by
noirscape
4mo ago
There's a name for when a virus scanner finds a program that may have a legitimate purpose, yet is typically bundled into other software in a malicious manner. It's called a PUP, or Potentially Unwanted Program and most anti-virus
22.
▲
by
noirscape
5mo ago
To be fair, most IDEs will usually try to commit their own workspace configurations to a git repo unless you tell them off with a .gitignore. They tend to also exclude themselves from gitignore presets for much the same reason. VS Code is o
23.
▲
by
noirscape
5mo ago
It's the typical "cart before the horse" kind of corporate tech talk. It's pretty standard if Silicon Valley wants to sell shit that nobody actually wants; they just assume that people will want it, regardless whether or
24.
▲
by
noirscape
5mo ago
Forge federation seems like a bad idea to me. If you want to go the route of decentralized project management (note that git as a VCS tool is already decentralized for this purpose), you're probably much better off modernizing the git-
25.
▲
by
noirscape
5mo ago
I sorta alluded as to how the government is pushing the sale through, but to reiterate more clearly, and with political detail: * In early 2025, the previous dutch government lost majority coalition support. The previous government remains
26.
▲
by
noirscape
5mo ago
Since a lot of this discussion is talking around the actual situation, let me try and explain it in more detail. The dutch government has an authentication system called DigiD. It's effectively an OAuth protocol for government sites, a
27.
▲
by
noirscape
5mo ago
Besides Jones and his lawyer absolutely botching his defense and basically giving up the case (and pissing off the courts as I understand it, which is a bad fucking idea and usually also leads to larger fines), the $1.4 billion is just what
28.
▲
by
noirscape
5mo ago
The big reason is that domestic ISPs don't want to switch (not just in the US, but everywhere really.) Data centers and most physical devices made the jump pretty early (I don't recall a time where the VPS providers I used didn&#x
29.
▲
by
noirscape
5mo ago
Not just antivirus, there's also file locking. Windows has a much harsher approach to file locking than Linux and backup software like BackBlaze absolutely should be making use of it (lest they back up files that are being modified whi
30.
▲
by
noirscape
5mo ago
I'm not saying Backblaze should adapt to git; the issue isn't application related (besides git being badly configured by default; there's a solution with git gc, it's just that git gc basically never runs). It's tha
More ›