Or perhaps obvious parody content, such as the type The Onion might publish.
HN user
niloc132
https://github.com/niloc132 https://fosstodon.org/@niloc132 meet.hn/city/45.0065149,-93.46651/Plymouth
JSON is slightly worse than you describe - the JSON language doesn’t restrict you to 64bit floats, but most implementations do as you describe. On the other hand, the JSON language doesn’t support NaNs or infinities, so the union of language and implementation means that in practice JSON is strictly weaker than IEEE 754.
If you count by threes, the ones place is unique until you pass each multiple of 30 - 3, 6, 9, _8, _1, _4, where was I? I hadn’t made it to 30, ends with a 4, must be 24. 27, 30, 33, _6…
Serves as a sort of checksum, as long as you know roughly how many you have and just the last digit.
The meteorite believed to have killed the dinosaurs was about 66 MYA, https://en.wikipedia.org/wiki/Cretaceous%E2%80%93Paleogene_e... - which is more recent than 124 MYA.
I find them vital for side projects - especially if they get set aside for a week/month/year, I sometimes will lose track of assumptions I’ve made or use cases for apis that tests tend to expose.
Sure you can encode all of that as comments, but unless you reread each file when you return from a break, you can’t always trace those thoughts and see where they lead. On the other hand if you “find all references” in your ide or change some implementation so that a test breaks, past-you can save the day with that extra information about what they intended at the time.
Lower case headers are required for http/2 requests and responses.
Thanks - they opted to melt both down and poured around a synthetic opals for a new set.
Plus a new "can't hurt myself with this if I tried" ring for any time spent outside.
Another anecdote for your collection: my father fell off a ladder last year - not far enough to sustain any injury, but far enough to catch his ring slightly in trying to regain his balance. Finger ended up swelling enough that the ring was a problem, ended up having to be cut off.
I wouldn’t have imagined that a fall off of the second step of a ladder could result in the destruction of a 40 year old wedding ring either, but here we are!
I believe we were explicitly told that attention is all you need.
Note that the neighbor’s dad does eventually get a name, as he assists as a birthday party and then grumbles about how they aren’t doing it correctly.
“43. If it's stupid and it works, it's still stupid and you're lucky.”
https://tvtropes.org/pmwiki/pmwiki.php/Quotes/SchlockMercena...
I like it as a single appliance to replace a rice cooker, crock pot, and simplify a few things that might be made on the stove.
* hard boiled eggs
* rice
* cheesecake
* yogurt
* chicken wings/drumsticks
* steel cut oats
None of this is terribly amazing, but it is nice to just be able to get some of this stuff cooked simply.
Ah thanks, that does indeed line up the numbers I had misunderstood.
A gallon of gas is 8887 grams/gallon.
That doesn’t seem right, gas is 20-30% lighter than water and water is only 8lbs~=3600 grams.
I couldn’t drink it every day, but I can’t imagine a better solution for backpacking.
We are mostly targeting enabling GWT applications to be able to (relatively seamlessly) update to J2CL as a compiler, but are definitely interested in apps or libraries starting their lives as a plain Java project and expose it to JS/TS/closure in a variety of ways.
Aside from the github repo, most of the conversation as we work on this happens at https://gitter.im/vertispan/j2cl - feel free to stop by to ask any questions or share a use case that seems under-represented.