Show HN: macOS app that shows how full the urine tank on the ISS is (github.com)
This uses the official live telemetry stream from Lightstreamer, although – at least at the moment – it doesn't eg. check what the signal status is so telemetry might be down altogether and you'd never know. Maybe in v0.2.
Native menu bar application, so it doesn't require running a copy of Chromium and Node to show you two emojis and a percentage.
I got the idea for this when somebody linked to https://iss-mimic.github.io/Mimic/ joking about how we can see in real time how full the urine tank on the ISS is; after I understood that there's a public live telemetry stream I knew in my heart I had to do something very silly with it. I've also finally been learning Swift and macOS programming in general and I figured this'd be an excellent first Swift project, so here we all are.
Just as an aside, the "ISS Mimic" project itself is very interesting and worth checking out (https://github.com/ISS-Mimic/Mimic). I'm in no way, shape or form affiliated with them and they have no idea who I am.
13 comments
[ 3.1 ms ] story [ 46.7 ms ] threadWasn't quite sure if the local crowd was going to be receptive to this sort of tomfoolery (and I'm posting this with my "non-serious" alter ego with no history here), but at least the post isn't dead yet.
For those like me not on iOS, you can view the web page of info at https://iss-mimic.github.io/Mimic/ and find the Urine Tank level under "NODE3000005 Urine Tank [%]" which is currently at a value of 31.
That of course only made me more determined to git'r'done, I'll be damned if I let Apple stand in the way of a joke.
While some people maybe have a bit of a tendency to treat programming and computing in general as Very Serious business and only really ever work on Very Serious projects, I'm obviously in the camp that encourages doing frivolous silly things for equally frivolous silly reasons.
And there really is something about the fact that it's not only feasible but downright trivial to bang out an application in an afternoon that reads realtime telemetry data from a frickin' space station's toilets, that's just… I don't know, delightful? Sort of amazing?
(Jk, this is amazing)
I often use the urine tank level as an example in my presentations. It’s a fun way to demonstrate streaming real-time data from space (literally) to web and mobile apps.
For a bit of background: NASA selected us back in 2010 for a project called SSLive, aimed at making telemetry data from the ISS publicly accessible in real time via an open feed.
If you’re curious about the full range of metrics available, you can explore the original GitHub project here: https://github.com/Lightstreamer/Lightstreamer-example-ISSLi...
It just won't stop being a bit amazing that it's even possible to do all this nowadays. What a world.
Out of curiosity, do you know why NASA wanted to set up a public telemetry stream? Is the same stream used for "official" stuff as well? Regardless, it's great that it is public