Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
js2
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
js2
6d ago
Gift link: https://www.nytimes.com/2026/09/20/magazine/ny-public-school...
2.
▲
by
js2
6d ago
It was started in late 2014 and dang explains how it works here: https://news.ycombinator.com/item?id=26998308
3.
▲
by
js2
9d ago
I debugged terrible git clone performance over the VPN at my last company. It turned out our firewall was stripping TCP window scaling by default, which included both our internal GitHub Enterprise instance hosted on AWS and github.com. I c
4.
▲
by
js2
11d ago
My first Linux install, best I can recall, was from a Slackware CD circa 1995? So I guess, me too. I've not used Linux as my desktop since Mac OS X in maybe 2002 but I've always had a Linux box running somewhere or being responsib
5.
▲
Skaterdater (1965) [video]
(youtube.com)
4 points
by
js2
13d ago
|
0 comments
6.
▲
Unsafe at Any Speed
(en.wikipedia.org)
2 points
by
js2
13d ago
|
0 comments
7.
▲
by
js2
15d 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.
8.
▲
by
js2
17d 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.
9.
▲
by
js2
17d 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
10.
▲
by
js2
18d 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
11.
▲
by
js2
19d 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
12.
▲
by
js2
19d ago
Article has been corrected to Billy everywhere Bobby previously was. Previously: https://archive.ph/sSnek Corrected: https://archive.ph/k3Hnl
13.
▲
by
js2
20d 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
14.
▲
by
js2
20d ago
Drive-by recommendation, not having read The Everlasting yet: The Vanished Birds by Simon Jimenez.
15.
▲
by
js2
20d 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
16.
▲
by
js2
21d ago
Brief 2019 discussion: https://news.ycombinator.com/item?id=21021546
17.
▲
Aerial Saw
(en.wikipedia.org)
1 points
by
js2
21d ago
|
1 comments
18.
▲
by
js2
21d 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 `/
19.
▲
by
js2
22d 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 '
20.
▲
by
js2
22d 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
21.
▲
by
js2
22d 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 `--
22.
▲
by
js2
22d 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&#
23.
▲
by
js2
22d 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
24.
▲
by
js2
23d 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
25.
▲
by
js2
23d 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
26.
▲
by
js2
23d 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...
27.
▲
Working to Make Python Lazy
(iscinumpy.dev)
51 points
by
js2
25d ago
|
21 comments
28.
▲
"A Prospectus for a New Magazine"
(artmuseum.princeton.edu)
1 points
by
js2
25d ago
|
0 comments
29.
▲
FTC, States Sue Amazon over Secret Ad Surcharge Scheme
(ftc.gov)
9 points
by
js2
25d ago
|
1 comments
30.
▲
by
js2
26d 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
More ›