Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eggprices
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
eggprices
5mo ago
Do you have a better idea?
2.
▲
by
eggprices
5mo ago
Almost all of their customers are using the free, high-risk tier, because it's free.
3.
▲
by
eggprices
5mo ago
Cloudflare wasn't asked to do anything. LaLiga went straight to the courts to demand all ISPs in the country to block Cloudflare.
4.
▲
by
eggprices
5mo ago
This law on banks is a bad law. It doesn't stop money laundering, it does make it hard for lots of people to have bank accounts. We should abolish that law, not copy it.
5.
▲
by
eggprices
5mo ago
Why are the IPs the relevant things? There are domains as well. And origin servers. Why not block the domain or the origin server, which wouldn't have collateral damage.
6.
▲
by
eggprices
5mo ago
They reply to subpoenas just like everyone else. But that's too slow for the greedy fat cats at LaLiga.
7.
▲
by
eggprices
5mo ago
You're the customer of your ISP who's the customer of another ISP who's the customer of another ISP who Hacker News is a customer of. The Digital Markets Act speaks of "conduits" instead of speaking of the specific
8.
▲
by
eggprices
5mo ago
Their supreme court allowed it. Their congress is now overturning it.
9.
▲
by
eggprices
5mo ago
The court can order Cloudflare to block a website, but that isn't what the court did.
10.
▲
by
eggprices
5mo ago
It's related because it does the same thing.
11.
▲
by
eggprices
5mo ago
My ISP obfuscates my location by replacing it with an IP address . However, if the government wants to know my location, they can ask my ISP to find out a physical address based on an IP address. They can also ask Cloudflare to find out an
12.
▲
by
eggprices
5mo ago
A VPS?
13.
▲
by
eggprices
5mo ago
Nothing stops the government from ordering Cloudflare to reveal the origin IP addresses of websites and then tracking them down and arresting them. They just don't want to. Cloudflare complies with court orders but the government doesn
14.
▲
by
eggprices
5mo ago
Local privilege escalation in your browser is a danger. They can also abuse any privileges you gave to the website, such as camera and microphone.
15.
▲
by
eggprices
5mo ago
Do they not have a charge of "tortious interference with business" in civil law like in common law? It's where one company just goes out of their way to fuck up your business for no good reason.
16.
▲
by
eggprices
5mo ago
To convince me Linux is full of kernel LPE bugs, can you share some of the bugs?
17.
▲
by
eggprices
5mo ago
Real problem is the CI can only run through the CI system. If the CI runs "make" the developer can run "make" at home and get feedback. If the CI is GitHub Actions you can only run it by committing and pushing to GitHub.
18.
▲
by
eggprices
5mo ago
Every other country seems to manage it. Those countries also don't have school shootings.
19.
▲
by
eggprices
5mo ago
People not being able to afford things is the point of raising taxes to curb inflation. When people can't afford things they don't buy things and that's what lowers inflation.
20.
▲
by
eggprices
5mo ago
MMT is descriptive, not prescriptive - the economy follows MMT whether you agree it does or not. Separate from MMT, are the ways you would expect would be good ways to run an economy if you believe the economy follows MMT (which it does).
21.
▲
by
eggprices
5mo ago
Except on Apple, where binary search always wins. Does anyone know why?
22.
▲
by
eggprices
5mo ago
When you can't seek quickly, e.g. on a disk, you can use a B-tree with say 128-way search. Fetching 128 keys doesn't cost much more than fetching 1 but it saves an additional 7 fetches.