When transported on cargo flights, they are double packed as cans in a barrel in a crate, and considered UN classified "miscellaneous dangerous goods" with identification number UN3334 "Aviation regulated liquid, n.o.s." with accompanying scary(albeit monochromatic) warning stickers, if at all accepted. When transported on ocean going vessels, they are often required to be in its own shipping container, again double packaged and correctly labeled.
Ask HN: What did you find out or explore today?
41–50 of 446 posts
Re: Ask HN: What did you find out or explore today?
#42I was reminded of the US Constitution's 10th amendment and reading some of the history around it. > The powers not delegated to the United States by the Constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people. Very relevant to what's going on today with National Guard and ICE deployments. https://www.axios.com/2026/01/14/10th-amendment-ice-trump-il... (or please goo…
Re: Ask HN: What did you find out or explore today?
#43Learned about superheterodyne receivers. Recently I've been studying up on RF technology, happened to come across superheterodyne receivers a short while ago, decided to research them today, saw that Technology Connections had a video on them, watched it, and felt reasonably enlightened.
Are there AI enabled antennas by now?
Re: Ask HN: What did you find out or explore today?
#44I found git worktree today.
We shouldn't feel bad, Guide van Rossum was there once too!
Re: Ask HN: What did you find out or explore today?
#45Re: Ask HN: What did you find out or explore today?
#46Am doing data engineering for some big data (yeah, big enough) and thinking about efficiency of data enrichment. There's this classic trilemma with data enrichment where you can have good write efficiency, good read efficiency and/or good storage cost, pick two.
E.g. you have a 1TB table and you want to add a column that, say, will take 1GB to store.
You can create a new table that is 1.1TB and then delete the old table, but this is both write-inefficient and often breaks how normal data lake orchestration works.
You can create a new wide table that is 1.1TB and keep it along side the old table, but this is both write-inefficient and expensive to store.
You can create a narrow companion table that has just a join key and 1GB of data. This is efficient to write and store, but inefficient to query when you force all users to do joins on read.
And I've come up with a cunning forth way where you write a narrow table and read a wide table so its literally best of all worlds! Kinda staggering :) Still on a high.
Might actually be a conference paper, which is new territory for me. Lets see :)
/off dancing
Re: Ask HN: What did you find out or explore today?
#47breaking it in the first place was more fun
Re: Ask HN: What did you find out or explore today?
#48Wikipedia says it is the fastest growing religion in the world.
Re: Ask HN: What did you find out or explore today?
#49Chosen to be independent of a mariners orientation.
Starboard - most sailors were right handed and the steering oar was placed on the right. Star = steer. Board = side of boat.
Port - as steering oars got bigger, boats tended to dock on the left hand side. This became to be known as “lardboard” which sounded too much like starboard, so it was changed to “Port” (as in the side typically facing the port side.
Re: Ask HN: What did you find out or explore today?
#50That there's "metal paste" [1].
That the zodiac killer's messages have been cracked for five years now (I didn't know they were cracked to begin with) and that it was a shift and substitution cypher [2]. The telltale clue was that the symbol frequency was uniform but under shift it become non-uniform.
How to solder those pesky connectors that come on the tiny servo motors you can get from Aliexpress [3].
That Firefox only has 2.3% market share [4].
Multiscale 3d truchet patterns are freakin complicated [5].
That prioritizing tasks by the linear combination of priority and effort remains a good strategy.
[0] https://opensourcesecurity.io/2026/01-cathedral-megachurch-b...
[1] https://www.youtube.com/watch?v=Ys-RMVJ89dk
[2] https://www.youtube.com/watch?v=3CJsKJ0XKP4
[3] https://www.youtube.com/watch?v=KHulZtR2Qkg
[4] https://gs.statcounter.com/browser-market-share
[5] https://archive.bridgesmathart.org/2018/bridges2018-39.html#...