Live data from Hacker News

Ask HN: What'd you do while HN was down?

news.ycombinator.com

51–60 of 260 posts

Re: Ask HN: What'd you do while HN was down?

#55
post #29

I actually opened slashdot.org, first time in like 10 years, probably. Still there...

I go there on occasion. It's really sad to see how far it's fallen. It has all of the news stories that were posted elsewhere, just a day or so later. And none of the discussion. It's more like k5 right before it went blooey.

Re: Ask HN: What'd you do while HN was down?

#59
There's a material analogous to permanent magnets for charge... called an Electret. They are one of the reasons N-95 masks work.

They also might shield gravity a bit. Now I need to get a 50kv DC power supply to make my own in bulk, and find out. I expect it to be interesting, but no new physics.

Re: Ask HN: What'd you do while HN was down?

#60
A while back I changed my search engine's crawl data to be ZSTD compressed JSON. It's a bit finnicky to work with, but I'm beginning to realize just how powerful this is.

Could literally just do

  find -name \*.zstd -exec zstdcat {} \; |
    jq 'first(select(.doc|select(.!=null)|.[].headers|select(.!=null)|test("[xX]-[aA]dblock-[kK]ey")))'
and it spewed out samples of domains with a header like X-Adblock-Key. (I'm not great with JQ, so there's probably a better way of doing this, but this unga bunga approach works too)

Specifically, today I did some research on a few tags and headers supposedly associated with "Acceptable Ads" (a standard for showing ads through complicit adblockers), and ended up with a fairly reliable fingerprint for a network of domain squatters that have been a nuisance in my search engine database. Turns out they're basically the only ones that use the headers and tags I was looking at, so now I'm onto their IP-ranges as well.

Post reply on HN