Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ruuda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
ruuda
11d ago
I think my subjective feeling is in that ballpark, yes. There are of course many sites that are more like web apps that require js, but those are relatively trusted, I added exceptions for them long ago. For sites that I visit for the first
2.
▲
by
ruuda
11d ago
Right, Anubis is a fair point, that has for sure been rising in recent months. Often when I get an Anubis page, I am reminded that I was doomscrolling and that I did not want to see the page that badly anyway, and I close the tab.
3.
▲
by
ruuda
12d ago
Because it looks like they are trying to appeal to people interested in European digital autonomy, but ISRG, the organization behind Let's Encrypt, is based in the US and has to comply with US sanctions.
4.
▲
by
ruuda
12d ago
Their certificate is issued by Let's Encrypt ...
5.
▲
by
ruuda
12d ago
In Chromium you can turn off V8's JIT compiler for this reason. You can even opt in again for sites you trust that need the additional performance.
6.
▲
by
ruuda
12d ago
> Type confusion in V8 Fortunately I disabled js by default. Unfortunately, it breaks about 30% of the web. Including nvd.nist.gov, which shows a completely blank page without js enabled, even though with js it’s just a simple page with
7.
▲
by
ruuda
20d ago
"Load-bearing" is maybe not the best example, but Claude uses these anthropomorphized decorative synonyms everywhere. Claude's structs don't have fields, they _carry_ them. Its programs don't log, they _narrate_. It
8.
▲
Proton Services Status – Global Outage
(status.proton.me)
1 points
by
ruuda
21d ago
|
1 comments
9.
▲
by
ruuda
27d ago
About half of the time, when a website doesn't work with js disabled, I realize that I didn't want to see the page that badly anyway, and I close the tab.
10.
▲
by
ruuda
29d ago
What makes you think big SaaS is not vibecoded?
11.
▲
by
ruuda
2mo ago
It doesn’t have to be espionage, it can be just operational risk. There is the case of Trump ordering sanctions against the International Criminal Court, and Microsoft blocking their accounts to comply ( https://en.wikipedia.org&#
12.
▲
by
ruuda
3mo ago
https://www.metaculus.com/questions/40965/ gives it 71% probability.
13.
▲
by
ruuda
3mo ago
Codeberg
14.
▲
by
ruuda
3mo ago
It works fine if you don't enable javascript.
15.
▲
by
ruuda
4mo ago
https://goomics.net/239
16.
▲
Building the deployment tool I wish I had
(ruuda.nl)
44 points
by
ruuda
4mo ago
|
5 comments
17.
▲
Slowly, Then Suddenly: How Products Fail (2022)
(every.to)
3 points
by
ruuda
5mo ago
|
2 comments
18.
▲
by
ruuda
5mo ago
I find this article a useful framing for understanding what is happening to GitHub right now. The original is from 2022, but this 2023 repost includes a relevant preface.
19.
▲
by
ruuda
5mo ago
The text reads like an LLM was involved in this.
20.
▲
by
ruuda
5mo ago
https://github.com/doy/rbw is a Rust alternative to the Bitwarden CLI. Although the Rust ecosystem is moving in NPM's direction (very large and very deep dependency trees), you still need to trust far fewer author
21.
▲
by
ruuda
5mo ago
Finally https://www.metaculus.com/questions/9558/50-of-users-access-... can resolve!
22.
▲
by
ruuda
6mo ago
Property-based testing is nice, but making it coverage-driven is a game changer. It will explore code paths that naive random inputs will not trigger in a thousand years. In Rust this works very well with libFuzzer and the Arbitrary crate t
23.
▲
by
ruuda
7mo ago
I contacted the EU DMA team about my concerns and got a real reply within 24 hours. Not just an automated message, it looked like a real human read my message and wrote a reply. I'd urge other EU citizens to do the same.
24.
▲
by
ruuda
7mo ago
It's not complex, in the sense that the rules are simple, but simple rules can still lead to complicated emergent behavior that is difficult for humans to understand, even if each of the 153 steps that the typechecker took to arrive at
25.
▲
by
ruuda
7mo ago
I tried Zed for some time. Then it had a regression which broke it completely on my laptop. (Zed can't start any more, logging a PlatformNotSupported error even though earlier versions worked fine.) I carefully bisected it, and it turn
26.
▲
by
ruuda
8mo ago
Mastodon
27.
▲
by
ruuda
8mo ago
We wrote https://github.com/chorusone/fastsync for fast ad-hoc transfers over multiple TCP streams.
28.
▲
Backseat Software
(blog.mikeswanson.com)
4 points
by
ruuda
8mo ago
|
0 comments
29.
▲
by
ruuda
9mo ago
Give https://rcl-lang.org/#intuitive-json-queries a try! It can fill a similar role, but the syntax is very similar to Python/TypeScript/Rust, so you don’t need an LLM to write the query for you.
30.
▲
by
ruuda
9mo ago
RCL ( https://github.com/ruuda/rcl ) pretty-prints its output by default. Pipe to `rcl e` to pretty-print RCL (which has slightly lighter key-value syntax, good if you only want to inspect it), while `rcl je` produces js
More ›