Hacker News new | ask | show | jobs
by smackingly 3355 days ago
I have an interest in technology. This place has a good offering of technology news and discussion that I can't find elsewhere.

Also, a significant number of my investment gains originated from stuff I read here (bought a bunch of Monero when it was $0.45/unit, for example).

Finally, I learned a little programming (mostly Go and C++) to automate some stuff at work and home (reports, backups, email notifications and things like that). HN is a reasonable litmus test for what people are using to do stuff like this.

2 comments

That's very cool, thanks for sharing!
I don't think reasonable developers use C++ or Go for any of those things. You might use a backup utility written in C++ or Go; but you don't write your own if you can help it, and you drive it with a scripting language like Python or Ruby or even bash.

No knock for learning. But if you want to get maximum bang for your learning buck, focus on higher level stuff with lots of third-party libraries that integrate with the things you want to automate, ideally with a interpreter REPL for exploratory coding.

Yeah, I know, I was just trying to show that I have a broad set of interests and enjoyed learning Go and C++. I use "rclone" for most of the backup-related things.
They might be consuming some APIs that drive the choice.

\shrug. Hard to know.