Cool Stuff. Sounds like you're following your dreams and doing something that needs doing. It would be very cool if you could do an open house for bay area geeks to come and just ooh and ahh at the gadgetry. Even a virtual open house would be cool. Something less than a full demo, and more focused on the story behind the gestation and launch of the project (and then a demo.)
Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
131–140 of 173 posts
Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#132Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#133Sorcerer was also an amazing Infocom game. Good company.
Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#134Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#135It seems to me there is a real application for wide area persistent surveillance (WAPS). This is a significant concern for civil liberties and WAPS is a largely controversial technology. To whom will this technology be licensed and what, if any, limitations will you impose on allowed payloads?
I don’t know much about WAPS at all, but generally speaking, we’re only interested in doing weather sensing. As of now, we’re not planning to license the vehicle at all. And generally speaking our platform doesn’t work for payloads that are heavier than ~0.25lb and have more than minimal power requirements.
Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#136Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#137> In 1981, weather disasters caused $3.5 billion in damages in the United States. In 2023, that number was $94.9 billion ( https://www.ncei.noaa.gov/access/billions/time-series ). Does that surprise someone? I think I would not have guessed this growth to be on such a scale. The chart suggests that severe storms are the main culprit.
Using [0] $3.5 bn in 1981 would have been worth $11.7 bn in 2023.
Another comment [1] noted (but unfortunately didn't cite) that two years later the damage was assessed at $36 bn, or $110 bn in 2023 dollars.
Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#138Earlier quoted context omitted.
Sounds cool. How does it differ from CBOR?
CBOR is a schema-less binary format. JSON BinPack supports both schema-less (like CBOR) and schema-driven (with JSON Schema) modes. Even on the schema-less mode, JSON BinPack is more space-efficient than CBOR. See https://benchmark.sourcemeta.com for a live benchmark and https://arxiv.org/abs/2211.12799 for a more detailed academic benchmark
Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#139Earlier quoted context omitted.
CBOR is a schema-less binary format. JSON BinPack supports both schema-less (like CBOR) and schema-driven (with JSON Schema) modes. Even on the schema-less mode, JSON BinPack is more space-efficient than CBOR. See https://benchmark.sourcemeta.com for a live benchmark and https://arxiv.org/abs/2211.12799 for a more detailed academic benchmark
Thanks for linking the benchmarks. I appreciate the work on shaving additional bytes especially in cases where every byte matters. Real savings seem to be in the schema-driven mode. Comparing a "realistic", schemaless payload for a general storage use-case (eg. the config examples), it looks pretty even with CBOR. E: my bad, BinPack is getting more efficient with larger payloads https://benchmark.sourcemeta.com/#json…
Re: Launch HN: Sorcerer (YC S24) – Weather balloons that collect more data
#140Since you are generating hundreds of terabytes of data every day, can we get some insight into what the data platform is being used here to handle such scale?