Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sleepydog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
sleepydog
3mo ago
HE has a lot of points of presence in North America and Europe: https://pop.he.net/ , so latency should be negligible there. Elsewhere, yes you might see higher latency.
2.
▲
by
sleepydog
3mo ago
The modern Olympics is at least as much for entertainment as it is for measuring human ability, and the butterfly is simply an awe-inspiring technique. The line of swimmers repeatedly shooting out of the water like flying fish is mesmerizin
3.
▲
by
sleepydog
4mo ago
You're absolutely right, abs-o-lutely, everybody says so. A lot, lot lot of people have been saying, you know they come to me and they say, "Mr. Claude, I can't believe the stuff I'm hearing, everybody is telling me he&#
4.
▲
by
sleepydog
4mo ago
We could invade other countries and take their actors. We could reinstate the actor's draft or do mandatory 1-2 years actor's service like some other countries do
5.
▲
by
sleepydog
6mo ago
https://tomu.im/somu.html This is an stm32l432kc in the form of a yubikey nano.
6.
▲
by
sleepydog
11mo ago
I guess you are referring to the TLS requirement? I guess I could see how on a more restrictive platform like a phone you could conceivably be prevented from accepting alternate CAs or self signed certificates.
7.
▲
by
sleepydog
1y ago
AWS had a similar article a couple months ago: https://www.aboutamazon.com/news/aws/aws-liquid-cooling-data... In either case I cannot find out how they dump the heat from the output water before recycling it. Tha
8.
▲
by
sleepydog
1y ago
... or get out.
9.
▲
by
sleepydog
1y ago
Encryption gets you data integrity "for free". If a bit is flipped by faulty hardware, the packet won't decrypt. TCP checksums are not good enough for catching corruption in many cases.
10.
▲
by
sleepydog
1y ago
The EU is better on average, but isn't universally great either. I pay 60 EUR for 200Mbit down/20Mbit up ADSL in Amsterdam, after my 6-month discount ran out. No fiber in my neighborhood yet. There's one gigabit provider in m
11.
▲
by
sleepydog
1y ago
For very hot data centers, evaporative cooling is still popular. This is from 2012 but I doubt much has changed. https://blog.google/outreach-initiatives/sustainability/gett...
12.
▲
by
sleepydog
1y ago
Don't sell yourself short. If you have eyes and a voice, you can learn to read sheet music and hum a tune.
13.
▲
by
sleepydog
1y ago
The traffic has a negative effect on more than just car owners--smog, noise, accidents, slower taxis, to name a few. Why should only car owners, who are a minority in Manhattan, vote on a problem that affects everyone?
14.
▲
by
sleepydog
1y ago
I'm working on a multicast dns implementation in OCaml. It's a library allowing one to build custom queries/responders, plus a conventional querier that can be used as a stub resolver for .local to get the resolver functional
15.
▲
by
sleepydog
1y ago
I didn't dig into it too deeply at the time, but I think part of it was that you don't need to open and write to a socket, so that's avoiding some system calls (socket(), bind(), sendto(), close()). IIRC we had nscd set up so
16.
▲
by
sleepydog
1y ago
I used to work for a huge email sender (constant contact). Our mail servers needed to perform an absurd number of lookups while receiving and validating mail. When I was there, we used dnscache, running locally, on all our mail servers. But
17.
▲
by
sleepydog
1y ago
For the read-only, newsletter-type mailing lists, this makes sense and I do it too. But for mailing lists that are used more as a forum, I like posting with a recognizable, memorable email address. I've gotten some really sweet emails
18.
▲
by
sleepydog
1y ago
I noticed Netflix doing this while watching this series: https://about.netflix.com/news/beyond-goodbye-premieres-nove... It was so jarring I couldn't watch it and switched to Japanese with subtitles. Their mouths
19.
▲
by
sleepydog
2y ago
I got a monthly discount (small, between 5 and 10$) for using my own cable modem in Sunnyvale. I was using Comcast business, though.
20.
▲
by
sleepydog
2y ago
I remember enjoying this video essay on the shining and the spacial anomalies in the overlook hotel. It contains snippets of a recreation of the impossible hotel in a Duke Nukem 3D map. https://www.collativelearning.com/the%
21.
▲
by
sleepydog
2y ago
Fixed, thank you
22.
▲
by
sleepydog
2y ago
> Because the last release of the app was in 2002, and it was for Windows 95/98/2000/NT4, we’ve got a little bit of work to do to get it running on macOS Much of today's software is going to be nothing more than a mem
23.
▲
by
sleepydog
2y ago
I think guix was just late to the party and the extra steps to setup the nonguix for the non free software like steam is enough of a deterrent for users to go to nix instead. I use guix myself and prefer its use of scheme. I don't mind
24.
▲
by
sleepydog
2y ago
It's a good mindset to have, but I think ssh access should still be available as a last resort on prod systems, and perhaps trigger some sort of postmortem process, with steps to detect the problem without ssh in the future. There is a
25.
▲
by
sleepydog
2y ago
QUIC is a reliable transport. It's not "fire and forget", there is a mechanism for recovering lost messages similar, but slightly superior to TCP. QUIC has the significant advantage of 0- and 1-rtt connection establishments w
26.
▲
by
sleepydog
2y ago
I really doubt anyone can read all the "high quality" fiction out there in their lifetime. If you're reading 12 books a week, sure, but I think that's really too fast.
27.
▲
by
sleepydog
2y ago
Do you know of a good introduction to this topic?
28.
▲
by
sleepydog
2y ago
I've used this on my personal machines for years, and I really appreciate how small, comprehensible, and rigorous the code base of each tool is. Not including the libraries, the most important bits, s6-supervise (the process monitor) a
29.
▲
by
sleepydog
2y ago
Seriously, if you're saving less than a TCP receive window's worth of space it's not going to make any difference to latency. I suppose it could make a difference on lossy networks, but I'm not sure.
30.
▲
by
sleepydog
2y ago
As a protocol tcp should be able to utilize a long fat pipe with a large enough receive window. You might want to check what window scaling factor is used and look for a tunable. I accept that some implementations may have limits beyond the
More ›