HN user

voigt

504 karma

meet.hn/city/de-Hanover

Socials: - github.com/voigt

Interests: Programming, Open Source, DevOps

---

Posts8
Comments27
View on HN

Is there something like https://www.flightradar24.com for satellites?

Would be kind of interesting to build a “live” visualization of objects in earths orbit. But this would require accurate live data of those objects. Probably nothing that companies would publish.

On the other hand side: once the object and its orbit is identified, positions could be calculated…

Does anyone know more?

Superhuman valued at $825 million in 2021, $35 million annual revenue

This is nuts! I used Superhuman for about a year. And honestly, I might still be using it if the pricing weren't so off. It had a couple of nice features, and the keyboard-driven approach was a welcome change for mail clients.

But ultimately, Superhuman had nothing that couldn't be replicated in a relatively short amount of time (maybe even with plugins?).

$825 million? Maybe I should start a mail client company...

In general everything about it feels like it makes projects easy to work on for 5 days, abandon for 2 years, and then get back into writing code without a lot of problems.

To me this is one of the most underrated qualities of go code.

Go is a language that I started learning years ago, but did't change dramatically. So my knowledge is still useful, even almost ten years later.

This is the „beauty“ of web rings. Low tech, but brittle if not everyone plays to the rules xD

I’m really sorry to hear this. She did so much for the community and was an inspiring personality. All the best to her family.

Having the latest post of each blog available is an awesome, thank you for adding it.

Another killer feature on top would be to sort for latest post, so they can be ordered by date desc. This would make a great HN-meta news page :)

I do understand why people try this approach:

First: wasm is the perfect plug-in language, as it provides a high level of isolation and therefore security for the host app.

Second: the promise of wasm is that you can write it in any language. I think this is compelling for any application that seeks for extensibility.

Wether all this is worth the effort is probably the actual question. Maybe we will be surprised by killer plugins that wouldn’t be possible with regular plug-in systems…

I’m using Make for years now but usually only for very basic things. I always feel like it can do much more. Are there any good docs/books/articles about advanced usage of make?

A couple of KubeCons ago there was a talk about a "Kubernetes without Containers". The idea was to utilize Kubernetes' API and extensibility, without the necessity to run a container runtime.

I can not recall the name of the project. Would love to see whether this idea got any traction. Sounds like it would be a nice fit for a crossplane maintained infrastructure.

Zig and WASM 4 years ago

First reaction: chill, it’s a super basic example…

Looking closer to it: boy he didn’t even care to change the log message.

Thanks for the example meheleventyone!

Plus: Zig brings a great Build System for (cross-)compiling. It’s very adaptable, so you can even build C, rust, go or whatever language…

I see Zig, I vote up ;) Exciting new language with compelling features!

Great work of the author explaining comptime!

OP-1 field 4 years ago

I hope for 2k bugs it has at least an „undo“-button.

The classic op1 doesn’t have one. Would increase my productivity dramatically.

I like the idea of sonic-pi and think its very well designed.

What I would like to see is a "multi-player" mode, where I can collaboratively code on the same session.

Is there anything that would enable this with sonic-pi?