HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jesterpm

no profile record

投稿

The Jet Powered Beer Cooler

asciimation.co.nz
3 ポイント·投稿者 jesterpm·3 か月前·0 コメント

A gigantic landslide shows the limit to how high mountains can grow

economist.com
118 ポイント·投稿者 jesterpm·3 年前·79 コメント

Bouvet Island DXpedition

3y0j.no
1 ポイント·投稿者 jesterpm·3 年前·0 コメント

コメント

jesterpm
·2 年前·議論
I wouldn't be surprised if it's not already in the Municipal Code for the city, since they need a way to maintain consistency. For example, here's the divisions in Renton, which are oddly complicated relative to the size of the city: https://www.codepublishing.com/WA/Renton/#!/Renton09/Renton0...
jesterpm
·2 年前·議論
Oh this is fun. I'm in the process of building something similar, but I'm splitting it into two parts: the first part is a static site generator and the second is a CGI that implements the micropub spec, which can run the static site generator when it receives new content.
jesterpm
·3 年前·議論
It's even weirder with people: blood sugar level change with how you perceive time to be passing, not the actual amount of time: https://www.pnas.org/doi/10.1073/pnas.1603444113
jesterpm
·3 年前·議論
That comparison would depend heavily on what you're storing.

Ion has the option of using symbol tables to replace strings (e.g. in struct/map keys or in values). So, if you benchmark had a large number of records with similar structures, I would expect Ion to pull ahead. On the other hand, if each record had nothing in common, I'd expect them to perform similarly.

One feature of the Ion libraries that I've liked is the parser will take any of the formats and figure out what to do with it (text, binary, compressed binary). It's one less thing to worry about. You can switch encodings later without breaking consumers, you can write plain text Ion when you're testing, etc.
jesterpm
·3 年前·議論
Ion is heavily used on the retail side of Amazon, but it's only recently started to appear in AWS products.

AWS is starting support PartiQL (https://partiql.org/) queries in some places and PartiQL uses Ion's type system internally.
jesterpm
·3 年前·議論
> and the OS installed takes up well under 500MB

Fast-forward to 2023 and many individual Android apps are 100-500 MB each.
jesterpm
·3 年前·議論
I don't use my google account for much anymore, but I love the idea. I tried very hard to use it and... it didn't work.

I went to my google account and clicked "Create a passkey", but apparent my "device doesn't support creating passkeys" (Linux, Firefox).

The page said my Pixel 2 has an automatically created passkey, so maybe I could experience the "use another device to sign in" flow. Opened a private window and my only option was a password (but there was a feedback prompt asking why I still wanted to use a password).

I tried again with Firefox on Android, but the "Create a passkey" button doesn't even appear. Same story with Chrome on Android.

Is it just me, or does the future look a lot like Internet Explorer in the early 2000s?
jesterpm
·3 年前·議論
Sometimes. Sometimes the fast thing is just heavily parallelized.
jesterpm
·3 年前·議論
RA (Router Advertisement) handles announcing the prefix for SLAAC addresses and DNS.
jesterpm
·3 年前·議論
I suspect the lock is more about keeping other people's trash out than keeping theirs in.
jesterpm
·3 年前·議論
I expect that's a corollary to Parkinson's law