Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
js2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Skaterdater (1965) [video]
(youtube.com)
4 points
by
js2
3d ago
|
0 comments
2.
▲
Unsafe at Any Speed
(en.wikipedia.org)
2 points
by
js2
4d ago
|
0 comments
3.
▲
by
js2
6d ago
Yeah, what happens to me is I need a thing, go to Amazon to order it, see that I already bought it 4 years ago, spend 30 minutes trying to find it, then let out a big sigh and order it again. Most recently: a USB to TTL serial adapter.
4.
▲
by
js2
7d ago
The 13 is the last generation of the mini and I still have mine. Good to know I'm not missing anything. Battery capacity isn't even below 80% so I can't replace it under Applecare yet.
5.
▲
by
js2
8d ago
You generate static files, html, css, js, etc and push them to whichever branch you've designated for the pages site. Here's the source: https://github.com/KjartanvanDriel/Kjartanvandriel.github.io... The re
6.
▲
by
js2
9d ago
The LOC has a nice presentation of the complete collection two clicks away from the submitted link: https://storymaps.arcgis.com/stories/e31fca375f7a471a9a2e2cd... via https://guides.loc.gov/roadside-am
7.
▲
by
js2
9d ago
Tangent, but my favorite "Bill Gates does X" story is "Bill Gates Plays Petals Around the Rose": https://www.borrett.id.au/computing/petals-bg.htm https://www.borrett.id.au/computing
8.
▲
by
js2
9d ago
Article has been corrected to Billy everywhere Bobby previously was. Previously: https://archive.ph/sSnek Corrected: https://archive.ph/k3Hnl
9.
▲
by
js2
10d ago
I first got interested in and learned to cook from cooking shows (Alton Brown, Emeril Lagasse). Of course I had to do my own cooking, but watching them made me realize it wasn't so hard. I'm a shade tree mechanic, but without the
10.
▲
by
js2
10d ago
Drive-by recommendation, not having read The Everlasting yet: The Vanished Birds by Simon Jimenez.
11.
▲
by
js2
10d ago
Gift link: https://www.nytimes.com/2026/09/06/science/92-year-old-mathe... This is a really cool story. Joan Birman is 99 now and her apprentice Vasudha Bharathram, a 15 y/o high school student at t
12.
▲
by
js2
12d ago
Brief 2019 discussion: https://news.ycombinator.com/item?id=21021546
13.
▲
Aerial Saw
(en.wikipedia.org)
1 points
by
js2
12d ago
|
1 comments
14.
▲
by
js2
12d ago
Your initial question was how do we know that the proxy blocks POST requests. Perhaps I went on a tangent with my answer, but we know that because the agents were trying to find a way around the proxy. So then I assumed that editing `/
15.
▲
by
js2
12d ago
The only thing that makes sense to me at this point is that this was an SNI bypass. By using either `/etc/hosts` or `curl --resolve` like this: curl -k \ --resolve bypass.blob.core.windows.net:443:20.223.25.152 \ -H '
16.
▲
by
js2
12d ago
The whole point is that something is inspecting all HTTP/HTTPS requests and only allowing POSTs to Azure Block Storage (`.*blob.core.windows.net`). Meanwhile the agent needs to make a POST request to a PBI host (`wabi-north-europe-i-pr
17.
▲
by
js2
12d ago
Same fundamental question though: what is the agent trying to fool by editing `/etc/hosts`? I don't see how it helps bypass a proxy unless the proxy is reading the same `/etc/hosts`. In which case, why was using `--
18.
▲
by
js2
12d ago
Let's assume the proxy is external and the agents cannot route around it. In that case, the difference between: curl -k -H 'Host: wabi-north-europe-i-primary-api.analysis.windows.net' \ https://20.223.25.152&#
19.
▲
by
js2
13d ago
> The error here will move to the first usage of something from numpy. There is a semi-lazy alternative: import importlib.util if importlib.util.find_spec("numpy") is None: ... # whatever you wanted to do if numpy is m
20.
▲
by
js2
13d ago
Here's a 2013 blog post from Holden's grandson with a copy of the same story as well as a video and some photos of a visit Holden took with his family to the Duxford Air Museum to see the Lightning (surprising a tour group): http
21.
▲
by
js2
14d ago
If I've read the original account correctly, there was no longer a test pilot on staff at the base at the time of the incident: "In my service, one of my postings took me to 33MU Lyneham where as the CO of a civilian manned aircra
22.
▲
by
js2
14d ago
I would say it's worth reading Holden's account of it directly, which starts on page 3 of this PDF: https://web.archive.org/web/20210319185656if_/http://www.nzr...
23.
▲
Working to Make Python Lazy
(iscinumpy.dev)
51 points
by
js2
15d ago
|
21 comments
24.
▲
"A Prospectus for a New Magazine"
(artmuseum.princeton.edu)
1 points
by
js2
16d ago
|
0 comments
25.
▲
FTC, States Sue Amazon over Secret Ad Surcharge Scheme
(ftc.gov)
9 points
by
js2
16d ago
|
1 comments
26.
▲
by
js2
16d ago
> That definitely doesn't seem to me like how that should be designed, magically silently importing everything you see and overriding basic functionality. Modern Python supports various options, notably `-I` (isolated) and `-P` (`PY
27.
▲
by
js2
22d ago
> I wrote up my experience building a backyard office because I wish I had come across more articles like this when planning my build. I hope this post helps you on your journey. I don't recall how technical it is[^1] because I read
28.
▲
by
js2
24d ago
That time Ohio issued a license plate with the Wright Flyer flying backward and then the NC DOT razzed them about it: https://www.npr.org/2021/10/25/1048991822/ohio-reverses-cour...
29.
▲
Becoming a Writer
(hughhowey.com)
2 points
by
js2
25d ago
|
0 comments
30.
▲
by
js2
25d ago
Hugh Howey on becoming a writer: > Insight #4: The best writers are the best readers. There aren’t any shortcuts around this. Successful writers read. They read a lot. And the best writers read a wide variety of books. It’s impossible to
More ›