Live data from Hacker News

Ask HN: What are you learning?

news.ycombinator.com

121–130 of 906 posts

Re: Ask HN: What are you learning?

#121

I watched all but one of Lamport's videos on formal specification with TLA+, though I yet have to tackle some project with it. Right now I got my hands on Tufte's "The Visual Display of Quantitative Information" as per some HNer recommendation (thank you!). Yeah, I lose interest quickly, eh. There's so much cool things to learn that in the end I learn nothing well. Bummer. edit: grammar, spelling

If you consider how knowledge decays, your strategy makes more sense. You get to something like Pareto proficiency in a subject and can then ‘reactivate’ that knowledge more easily in the future, should it be required.

You are also of course aware of that knowledge in the first place, which may be even more important. In the timeless Rumsfeldian: you have pushed back a bit at the unknown unknowns.

The alternative path of deeply learning something you may never apply (e.g. what happens to many PhDs) seems inherently less desirable, in my opinion.

Re: Ask HN: What are you learning?

#122
Web app development using clojure/clojurescript. Also learning clojure itself. So far its been an absolute joy/blast. I'm really wanting to use this professionally but the amount of jobs using this tech stack is incredibly non existent.

Hopefully that changes soon

Re: Ask HN: What are you learning?

#126
I'm learning how to build a backend for a web app using TypeORM, GraphQL and Apollo Server. I'm a frontend developer.

Also, I've been toying with OBS Studio to learn how to make more professional video recordings to showcase applications at work, or bug reproductions, documentation, etc.

Re: Ask HN: What are you learning?

#128

how to make fonts :)

Friend of mine created a parameterised font for his master thesis. We hooked it up to a face expression sentiment analyser (pre trained DNN). It works in the browser with your webcam, better to use a laptop or pc :)

http://facetype3000.herokuapp.com/

Re: Ask HN: What are you learning?

#129

Earlier quoted context omitted.

Out of interest, why would people laugh at someone learning C? I know plenty of people using C in all manner of domains, choosing it over C++ or Rust for fair and sensible reasons - I'm not a C person myself, but it certainly seems extremely useful to have in the toolkit!

>choosing it over C++ or Rust for fair and sensible reasons I don't think such reasons exist. I don't think C/C++ should be used when superior alternatives exist (Rust). It's like smoking; you're just hurting yourself. Unless you're being like the programming equivalent of a steam engine enthusiast or a historian. (In a world where most of the industry is still using steam engines cuz we're in too deep and must ride…

There are plenty of reasons to still learn C even if better alternatives exist for most new projects. There’s so much important software out there in C (and C++), for example the Linux kernel.

Re: Ask HN: What are you learning?

#130
I've been learning a combination of data analytics / ML and embedded C++ development, and some protocol reverse engineering and python.

It's a lot of fun after spending years in the web to go back to systems work. It's still arbitrary and frustrating some times, but for some reason debugging kernel code seems like more honest work than messing around with webpack config yet again.

Post reply on HN