Live data from Hacker News

Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data

news.ycombinator.com

171–173 of 173 posts

Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data

#171

Earlier quoted context omitted.

> JSON BinPack is space-efficient, but what about runtime-efficiency? > When transmitting data over the Internet, time is the bottleneck, making computation essentially free in comparison. i thought this was an odd sales pitch from the jsonbinpack site, given that a central use-case is IoT, which frequently runs on batteries or power-constrained environments where there's no such thing as "essentially free"

For sure, but radio transmitter time is almost always much more expensive than CPU time! It’s 4mA-20mA vs 180mA on an esp32; having the radio on is a 160mA load! As long as every seven milliseconds compressing saves a millisecond of transmission, your compression algorithm comes out ahead.

> on an esp32;

ironically the main criticism i've heard of these is how power-inefficient they are :P

Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data

#172
post #6
post #2

This is awesome! Congratulations! It makes sense to me as a layperson that as more companies are doing more expensive things in the sky there would be greater value to high-precision weather insights. This seems like an exciting mission and well-timed business.

The stratosphere is having a renaissance: https://youtu.be/u1rivUSi8p8?t=519

awesome video! thanks for sharing that

Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data

#173

Earlier quoted context omitted.

For sure, but radio transmitter time is almost always much more expensive than CPU time! It’s 4mA-20mA vs 180mA on an esp32; having the radio on is a 160mA load! As long as every seven milliseconds compressing saves a millisecond of transmission, your compression algorithm comes out ahead.

Sounds like you are pretty familiar with satellite transmission at the hardware level. If so, I would love to chat to get your brains on it. I don't know much of the hardware constraints myself.

You can; I worked mostly with WiMAX instead of direct satellite but the radio transmission is the killer either way.
Post reply on HN