Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shockinglytrue
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
shockinglytrue
6y ago
Please review the HN community guidelines before posting something like this in future
2.
▲
by
shockinglytrue
6y ago
I prefer Newspeak
3.
▲
by
shockinglytrue
6y ago
With thanks in part to the security community and part to Intel, the budget that can be spent avoiding a syscall just keeps increasing every year
4.
▲
by
shockinglytrue
6y ago
This read more like an advert than a comment, and that is certainly the most loaded question I've ever seen in written English. Giant centralized troves of personal data are a huge risk to everyone. Civilization pivots and mutates rapi
5.
▲
by
shockinglytrue
6y ago
Unsurprisingly for a spec from Fastly & CloudFlare, the privacy offered is predicated on the existence of large centralized providers that due to their size cannot be blocked. One outcome of this design is that if you want to offer trul
6.
▲
by
shockinglytrue
6y ago
Centralizing the log files for the majority of Internet services in the hands of a few companies will never be good for security
7.
▲
by
shockinglytrue
6y ago
Far from it. It's quite likely going to be over 5 years if not a decade before it would be possible to run a pure-HTTP3 service without risking connectivity problems The problem is similar to the IPv6 transition, except thanks to the b
8.
▲
by
shockinglytrue
6y ago
> Now all those traffic shaping middle-boxes are worthless No reasonable implementation of encrypted SNI has been proposed or standardized. Those middleboxes are still more than useful AFAIK in QUIC there is some light obfuscation of the
9.
▲
by
shockinglytrue
6y ago
But doesn't that criteria also describe every open source mailing list ever?
10.
▲
by
shockinglytrue
6y ago
Wish all distros shipped https://github.com/vozlt/nginx-module-vts by default. It's a minor pain to self-build
11.
▲
by
shockinglytrue
6y ago
It always strikes me as uncannily brave to see a post like this. So many statements associated with one username.. - I no longer work at $company, and their stuff sucks - ergo, they fired me, or I left on bad terms - I clearly didn't g
12.
▲
by
shockinglytrue
6y ago
Stream is for VOD, live TV is an entirely different problem
13.
▲
by
shockinglytrue
6y ago
The EU could build support for this 1000 different ways. They need only shake another GDPR-shaped stick that gently encourages business to buy local and the rest would be history. But they can't really do that yet, because there is no
14.
▲
by
shockinglytrue
6y ago
This isn't the first route leading straight to satellites. I forget the name of the provider, but there is at least one big allocation where whatever you're sending to it is basically coming straight back down as radio.
15.
▲
by
shockinglytrue
6y ago
Pretty hilarious, 32gb sodimms are only 150 GBP in the UK, Apple charging 200 for 16. Similarly, 2TB disk for 800 GBP, open market it's 219. Some PC laptop vendor could do a whole TV campaign based around the idea of turtle-necked folk
16.
▲
by
shockinglytrue
6y ago
Basically most of what runs on k8s, including most of the k8s control plane, lives in a container. So for the most part, the only material concern about the host machine and OS is what kernel it is running, because that may limit what kind
17.
▲
by
shockinglytrue
6y ago
I don't understand all this angst. In a well run infrastructure, Kubernetes basically just boils down to a new config file to describe some proxy rewrite rules, and how much RAM your thing needs. If you want to run VPS-sized pods full
18.
▲
by
shockinglytrue
6y ago
Managed to miss this, thanks. I'd be interested to hunt out the BPO ticket at some stage to see if they benchmarked on NFS or spinning rust
19.
▲
by
shockinglytrue
6y ago
The Django development server's asynchronous auto reloader is neither unique nor uncommon.
20.
▲
by
shockinglytrue
6y ago
Managing self-installed k8s is a pain in the ass right now, but not much more than trying to manually install Linux without using e.g. the Ubuntu installer. Would that put you off using Linux? Speaking as a daily Linux user since 1996, ther
21.
▲
by
shockinglytrue
6y ago
Difficulty with git basics is the least of your worries. For example pycs are fundamentally racy, it is quite possible to have a .py newer than a .pyc depending on how unlucky you were with an in-progress deployment, or some tool that never
22.
▲
by
shockinglytrue
6y ago
Highly recommend "export PYTHONDONTWRITEBYTECODE=1" in your bashrc and just forget about it. Pyc files are still an important optimization on modern machines in some circumstances (especially with huge oft-restarted apps), but the
23.
▲
by
shockinglytrue
6y ago
What kind of laptop bag do you use for the monitor?
24.
▲
by
shockinglytrue
6y ago
Typical ill-considered comment from Linus, and surprising for someone getting on his years. Column width is an accessibility issue . I'm barely in my mid 30s and the average font size has been steadily creeping, maybe 1.5 pts per 5 ye
25.
▲
by
shockinglytrue
6y ago
Thanks for this. I'm absolutely in shock this process is so industrialized, and that it has apparently managed to survive so long, and even through fake news being a huge topic in US politics
26.
▲
by
shockinglytrue
6y ago
I wasn't aware press releases could include a script for a presenter. Is this really common? What is the industry name for these packages?
27.
▲
by
shockinglytrue
6y ago
There are authors.. https://www.google.co.uk/search?q=site:reclaimthenet.org+inu... But none of them seem to have LinkedIn profiles, they're quite possibly pen names. The contact page lists a UK country code Signal num
28.
▲
by
shockinglytrue
6y ago
I have never witnessed a company at least the size of Uber where this wasn't the case. This isn't exclusively a culture thing, it's a bandwidth thing. There is limited human IO available to coordinate, and available bandwidth
29.
▲
by
shockinglytrue
6y ago
Not sure why you're being downvoted, this unfortunately all makes sense
30.
▲
by
shockinglytrue
6y ago
It's still possible, you just have to dance around a little more In one project we work around this by shipping a tiny wrapper in the APK to exec that then uses dlopen() on the target, which is now built as a library. Pretty sure a gen
More ›