Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pauldino
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pauldino
1y ago
The iPhone is really big in Japan (it's one of the few countries where it has a higher market share than in the US) which probably makes it more worthwhile for Apple
2.
▲
by
pauldino
1y ago
I did something similar where I left an old Android phone at home and logged in to what I think used to be messages.android.com (now google.com) from a laptop praying the session wouldn't get lost before I got back from my trip. :) Lat
3.
▲
by
pauldino
2y ago
That's not the case for JPL missions (the paper originally is from JPL) which generally have 2 separate independent computers where 1 is active at a time. Since they're independent, the 2 computers don't actually have to run
4.
▲
by
pauldino
2y ago
And Google made basically the opposite thing to embed Chrome within Internet Explorer for sites that wouldn't work in IE. https://en.wikipedia.org/wiki/Google_Chrome_Frame
5.
▲
by
pauldino
3y ago
Juno and NetZero eventually merged but I’m pretty sure they started out totally separate (I used both back in the day)
6.
▲
by
pauldino
5y ago
No, but MySQL 8 does at least have atomic DDL now, as well as instant DDL for some cases (like adding a column).
7.
▲
by
pauldino
6y ago
Not to me, but it’s happened. https://www.quora.com/Has-Amazon-S3-ever-lost-data-permanent...
8.
▲
by
pauldino
6y ago
If you're insured, more likely than not you don't have a copay for general vaccines like flu shots; they're considered preventative care and most health care plans are required to cover them for free.
9.
▲
by
pauldino
6y ago
JPL has been managed by Caltech for NASA since 1958, but JPL actually predates the formation of NASA (and has always been managed by Caltech).
10.
▲
by
pauldino
6y ago
This post doesn't seem to mention the key and signature sizes, so from the paper abstract: "Targeting the post-quantum NIST-1 level of security, our implementation results in signatures of 204 bytes, secret keys of 16 bytes and pu
11.
▲
by
pauldino
6y ago
Flagship multi-year science missions are generally conservative with technology choices, but some NASA projects are intended as technology demonstrations and can on take more risks. So like the Perseverance rover on its way to Mars is power
12.
▲
by
pauldino
6y ago
I think you're referring to PAKE (password-authenticated key exchange). SRP (secure remote protocol) might be the Stanford proposal you're referring to, although it's actually fairly commonly implemented as far as PAKEs go (A
13.
▲
by
pauldino
6y ago
Unfortunately (or fortunately depending on who you ask) NASA is very restricted in what it can do with China, so probably not. But NASA does utilize ESA's Trace Gas Orbiter in addition to their own Mars orbiters for relay operations.
14.
▲
by
pauldino
6y ago
The Perseverance mass is just for the rover, but there's a few other components that get it to Mars and on to the surface (the cruise stage, sky crane, etc). I can't seem to find the Mars 2020 numbers but for MSL (which should be
15.
▲
by
pauldino
6y ago
I believe the Chinese mission actually does have more mass overall - although the rover is a lot smaller, they're also sending a large orbiter and a landing platform to deliver the rover to the surface.
16.
▲
by
pauldino
7y ago
Aside from things like ansifilter you can add a ?style=bw parameter to remove the colors, e.g. $ curl cht.sh/ls?style=bw Or if you do like colors but not the defaults you can try other styles, see http://cht.sh/
17.
▲
by
pauldino
7y ago
I flew a United 787-9 recently and noticed an IR LED too, but I assumed it was a proximity sensor (when you bring your hands close to the bottom of the screen the home button, headphone jack, and USB charging port light up).
18.
▲
by
pauldino
7y ago
The cargo.toml file gives it away as a Rust project, so install Rust then > cargo build to just compile, or > cargo run to compile & run
19.
▲
by
pauldino
7y ago
In this case it’s more like a different set of Europeans saying “nope” - the Trace Gas Orbiter and the paper in Nature are both from Europe
20.
▲
by
pauldino
7y ago
And even if they didn’t ever manage to land on the moon, ESA did once land on a moon. https://en.m.wikipedia.org/wiki/Huygens_(spacecraft)
21.
▲
by
pauldino
8y ago
The first edition of ECMA-335 was published December 2001, so now almost two!
22.
▲
by
pauldino
8y ago
> WSL is a continuation of the kernel ABI part of Project Astoria. Astoria also had lots of user mode code that made Android apps feel native. https://twitter.com/benhillis/status/857094460961943552 I believe t
23.
▲
by
pauldino
8y ago
I'm pretty sure that's unrelated to the DNSSEC root key which is managed by IANA and not RIPE NCC. https://www.iana.org/dnssec I'm guessing that's referring to signing the reverse DNS zones for their IP
24.
▲
by
pauldino
8y ago
Looks like zstd has been added to the HTTP Content Coding Registry, see https://www.iana.org/assignments/http-parameters/http-parame... (or section 6.2 of the linked RFC)
25.
▲
by
pauldino
8y ago
It looks like those are 3 separate third-party libraries (Mocha, Mustache, and Backbone), so each doing HTML escaping a bit differently shouldn't be too surprising.
26.
▲
by
pauldino
9y ago
It's implicit based on the appropriate method overload being present. In fact that's the way foreach loops and LINQ already work in C#, you don't actually need to implement IEnumerable or IQueryable to use them. https:/
27.
▲
by
pauldino
9y ago
They've restricted it slightly: now you have to notify them at least 10 minutes before the flight. But still no penalties - I really hope they don't have to do away with that policy since that's the main thing I like about So
28.
▲
by
pauldino
9y ago
So basically you're pinning the server certificate chain into your signed client code? Actually that sounds like a good thing! https://www.owasp.org/index.php/Certificate_and_Public_Key_P...
29.
▲
by
pauldino
10y ago
There's a YouTube link at the top of the page. https://www.youtube.com/watch?v=8gcu2GQf7PI&feature=youtu.be...
30.
▲
by
pauldino
10y ago
Independent of HPKP Chrome still does 2011-style static pinning AFAIK and just by looking at HTTP headers I don't think google.com even uses HPKP. Unlike HPKP which is trust-on-first-use, static pinning is enforced from the very start
More ›