HN user

petabytes

79 karma

Amateur systems programmer

Posts1
Comments68
View on HN

Honestly it would make more sense to buy an old $300 Canon camera, install Magic Lantern (or CHDK)

Hate to say it, but in my experience open source hardware is always been poor quality, unless it's a single board computer.

I've been using this the past few weeks to try and cross compile my software. Clang works, but a lot of the core libraries are missing. pkgbuild for instance won't work. And even native Cocoa apps I've tried won't work. That being said, this has a ton of potential. I really wish the devs had more time to work on it.

Trabant 3 years ago

How do you double the value of a Trabant? You fill the tank up.

As a programmer, it ended up being useful for a few things in the beginning, but I don't even use it anymore. Maybe every other week to reformat some text or make some boilerplate code.

Bun v1.0.0 3 years ago

I tried to compile a hello world template for Zig a few months ago. Pulled it from GitHub, zig build and it gave an error. The problem? They recently redesigned a major part of the build system and deprecated old functions. No deprecated message, and no backwards compatibility. Just a plain old undefined function error.

That's what I don't like about these modern languages. You have to be in the community and keep up with the latest releases in order to use the language. I just want something that's stable. I don't want to keep relearning everything.

Bun v1.0.0 3 years ago

A few weeks ago, I tried to compile a little bit of TS code and was shocked at how long it took. 5 seconds! I can't believe people put up with this. Glad to see there is a solution.