Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wolfgang42
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
wolfgang42
10mo ago
I’m confused about for this assertion, for two reasons: - My understanding is that OCSP stapling stops leaks, because the browser can get OCSP data from the server instead of needing to fetch it separately. - Last I heard, Firefox was in
2.
▲
by
wolfgang42
11mo ago
Yes, the modifications you need to support it are trivially obvious (literally just replace “4 bytes” with “8 bytes” everywhere in the spec) and have been implemented by a number of authors, some of which this page links to. I guess it’s ni
3.
▲
by
wolfgang42
11mo ago
CDB is an interesting format, optimized for read-heavy write-rarely[1] random lookups on slow media. This isn’t a very common requirement these days, but it’s convenient for very specific use cases. [1] You “update” by overwriting the entir
4.
▲
A working QR code in the style of Piet Mondrian
(mathstodon.xyz)
11 points
by
wolfgang42
1y ago
|
0 comments
5.
▲
by
wolfgang42
1y ago
We have no idea whether the signal had a pattern because the only recording we have of it consists of averages over 10-second samples, so any modulation <10s (or patterns larger than the 72s recording) would have been lost. It could have
6.
▲
Restoring the Toast-O-Lator (2020)
(jitterbuzz.com)
1 points
by
wolfgang42
1y ago
|
0 comments
7.
▲
by
wolfgang42
1y ago
From the article: > there are about 230 billion* links that need visiting > * Thanks to arkiver on the Archive Team IRC for correcting this number. Also when running the Warrior project you could see it iterating through the range. I
8.
▲
by
wolfgang42
1y ago
No they really are trying to enumerate all 230 billion possible shortlinks; that’s why they need so many people to help crawl everything.
9.
▲
by
wolfgang42
1y ago
I know puns are considered the lowest form of humor, but I still appreciate the occasional bit of levity to lighten the mood in serious discussions.
10.
▲
by
wolfgang42
1y ago
I think what you want is to just make a function and pass it the values: const template = ({name}) => `hello ${name}`; const n1 = template({ name: 'joe' }); (Tagged templates won’t help here because the bit in curly br
11.
▲
by
wolfgang42
1y ago
The judge’s report[1] lists twenty-eight different classes of failure, including: - Confusing and buggy UI causing clerks to duplicate or mis-enter transactions - Inventory getting “stuck” in branches after the product was discontinued; the
12.
▲
Brilliant Customer Service (2017)
(ty-penguin.org.uk)
1 points
by
wolfgang42
1y ago
|
0 comments
13.
▲
by
wolfgang42
1y ago
Expecting Friends Journal to explain quakers is like wanting the IETF to tell you what a computer is; the target audience for this article are people who are way beyond needing an introduction to the topic, though of course on the Internet
14.
▲
by
wolfgang42
1y ago
You might be thinking of Mormons? I’ve never heard of the CIA recruiting Quakers and I don’t think it would go particularly well if they did.
15.
▲
by
wolfgang42
1y ago
For whatever it’s worth, zeekstd seems to come with a CLI tool: https://github.com/rorosen/zeekstd/tree/main/cli
16.
▲
by
wolfgang42
1y ago
Recently I showed somebody https://search.feep.dev and they opened the browser network tools and went “Where’s the XHR? Where’s the JavaScript?? How did you change the URL?” They had no idea that <form><input><&#x
17.
▲
by
wolfgang42
1y ago
A working domain needs one validation every ~60 days, but these zombie domains sound like they’re making multiple requests per hour (per the article, twice daily would still take 10 years to hit the limit) which is a massively disproporti
18.
▲
by
wolfgang42
1y ago
> there is nothing preventing the development of software to overwrite data before unlink(2) is called. It’s not that simple: this command already exists, it’s called `shred`, and as the manual[1] notes: The shred command relies on a
19.
▲
by
wolfgang42
1y ago
The client only needs to get indexes for the specific search; if the index is just a list of TF-IDF term scores per document (which gets you a very reasonable start on search relevance) some extremely back-of-the-envelope math leads me to g
20.
▲
by
wolfgang42
1y ago
> [Tim Berners-Lee is] famous for helping create the initial version of JavaScript You may be thinking of Brendan Eich? Berners-Lee is famous for HTML, HTTP, the first web browser, and the World Wide Web in general; as far as I know he
21.
▲
by
wolfgang42
1y ago
Hence the (relative), yes. Did “dedicated hobbyist” not tip you off that I wasn’t thinking about how to maximize market share?
22.
▲
by
wolfgang42
1y ago
Yeah, the (relative) rise of Kagi and Marginalia show that from a technical perspective, this is within the grasp of a dedicated hobbyist.[1] If Google continues their current trajectory, and overwhelming numbers of AI crawlers don’t cause
23.
▲
by
wolfgang42
1y ago
> Mini vMac is better suited for this, but it checks the ROM’s checksum, so I couldn’t boot with mine—it’s not in the recognized list. You can compile Mini vMac without checksum verification (either yourself or with the variations serv
24.
▲
by
wolfgang42
1y ago
I assume a big reason is cookies, which are specced to be shared across the two versions: an attacker could relatively trivially trigger a request to http://example.com . which would get example.com's cookies, but not the
25.
▲
by
wolfgang42
1y ago
I did a whole writeup of this situation a few months ago: https://search.feep.dev/blog/post/2025-02-20-state-of-stacke... TLDR: it seems like they don’t want to, but there was enough uproar when they tried to st
26.
▲
by
wolfgang42
1y ago
Markdown as specified lets you break out HTML whenever you want, and even understands the difference between inline and block tags. Most places where you can use markdown support this. Personally I’m also a fan of https://github.
27.
▲
by
wolfgang42
1y ago
I’ve bumped into a robot bat, though that’s not quite the same thing. (They made a userscript to change CAPTCHA boxes to say “I am not a human”.)
28.
▲
by
wolfgang42
1y ago
I’ve told your story about Mr. Test to several people over the years but I’ve never been able to remember where I got it from. I’m glad to have finally found it again, and thank you for the anecdote!
29.
▲
by
wolfgang42
1y ago
20 GB of JSON is correct; here’s the entire dump straight from the API up to last Monday: $ du -c ~/feepsearch-prod/datasource/hacker-news/data/dump/*.jsonl | tail -n1 19428360 total Not sure ho
30.
▲
by
wolfgang42
1y ago
This is entirely missing the point. Until more or less everybody shares this opinion, being publicly labeled as such will still have adverse effects.
More ›