Live data from Hacker News

Ask HN: What are you learning?

news.ycombinator.com

661–670 of 906 posts

Re: Ask HN: What are you learning?

#661
Learning database systems now. Andy Pavlo made two of his great classes public. Class materials and videos are online. Thomas Neumann's papers are also really good.

- https://15445.courses.cs.cmu.edu/fall2019/schedule.html - https://15721.courses.cs.cmu.edu/spring2020/schedule.html - https://umbra-db.com/ - https://hyper-db.de/

Re: Ask HN: What are you learning?

#662
Doing this part-time studying + working thing right now, finishing up my first year of Informatics/CS after changing my major.

For school, I'm learning networking. Finding it a bit dry, especially learning about packet structures and such. The book we're using, "Computer Networking: A Top-Down Approach" by Kurose & Ross[1] is great and the authors' personalities really shine through!

For work I'm learning about databases and how to gain access to it from a web app. The world of databases (specifically PostgreSQL) and SQL is entirely new to me. Currently trying to figure out how to best connect my Flask app with my Postgres DB.

Currently learning Rust whenever I have the time/motivation. It's a great language with some really clever design choices, but it's a pain in the ass to learn, especially without experience with lower-level languages. The incredible amount of other cool languages, such as Clojure and Elixir, can make it hard to stay focused!

Also been meaning to get into vector graphics (Affinity Designer[2] is on sale right now) and philosophy, but you know...the usual excuses. Honestly, the incredible amount of CS-related topics I know nothing about, including some really basic ones, makes it hard to study anything else out of sheer guilt.

As for philosophy, if anyone are curious, a book that was recommended to me by a philosophy major buddy is "The Problems of Philosophy" by Bertrand Russell[3].

[1] https://www.thriftbooks.com/w/computer-networking-a-top-down... [2] https://affinity.serif.com/en-gb/designer/ [3] https://www.thriftbooks.com/w/the-problems-of-philosophy_ber...

Re: Ask HN: What are you learning?

#663
post #163

I'm writing a book at the moment[1], which means all my learning is focused on the table of content I made up a year ago. But if I had time on my hand I would learn about: * Adobe after effect not to only to edit videos but to animate! * Illustrator, because it's the basis of any graphics * Blender, because I want to learn about 3D graphics and this seems to be the reference * Unity, a gaming engine, because I've alw…

I'm really enjoying the book!

Re: Ask HN: What are you learning?

#664

I've been into literature and philosophy for some time now. I'm following the "Masterpieces of World Literature" course [1] and have finished "Beyond Good and Evil" last month, currently reading Kierkegaard's Either/Or. Aside from that, I'm also participating in Leetcode 30 days of code challenge [2] [1] https://www.edx.org/course/masterpieces-of-world-literature [2] https://leetcode.com/explore/featured/card/30-day-…

Same here :)

Just started reading

At the Existentialist Café: Freedom, Being, and Apricot Cocktails with Jean-Paul Sartre, Simone de Beauvoir, Albert Camus, Martin Heidegger, Maurice Merleau-Ponty and Others by Sarah Bakewell

It has a really nice narrative and tells the story of the aforementioned. Kierkegaard also makes some occurrences.

Re: Ask HN: What are you learning?

#667
I've been learning lots about orbital mechanics and rocket science thanks to Kerbal Space Program. What a sense of accomplishment with each step

* made it to orbit

* flew by the moon

* crash-landed on the moon

* landed on the moon and returned with the stranded astronauts

* landed on Mars (stuck there for now sending back science experiment data)

* flew by Venus + Mercury

* Took a sample of two different asteroids

* Shot a little refueling space station into orbit and successfully docked to it with other ships

Re: Ask HN: What are you learning?

#668
Trying to learn or build my skill around music production with Ableton. I've been in a alternative metal band for almost 8 years, but electronic music has always interested me since I have quite a few ideas in regards to melody and stuff like that (I'm the singer in my band).

I just applied to a course from Berkeley trough Corusera, and they are really great, but I'm not trying to rush trough, as this is my main way of trying to learn, making me lose interest because of the overflow of information.

If anyone has any good books, courses or tutorials on this, that would be a great help too :)

Re: Ask HN: What are you learning?

#669

I've been into literature and philosophy for some time now. I'm following the "Masterpieces of World Literature" course [1] and have finished "Beyond Good and Evil" last month, currently reading Kierkegaard's Either/Or. Aside from that, I'm also participating in Leetcode 30 days of code challenge [2] [1] https://www.edx.org/course/masterpieces-of-world-literature [2] https://leetcode.com/explore/featured/card/30-day-…

Same here :) Just started reading At the Existentialist Café: Freedom, Being, and Apricot Cocktails with Jean-Paul Sartre, Simone de Beauvoir, Albert Camus, Martin Heidegger, Maurice Merleau-Ponty and Others by Sarah Bakewell It has a really nice narrative and tells the story of the aforementioned. Kierkegaard also makes some occurrences.

if you tend to like that book I would highly recommended Walter Kaufman's Existentialism from Dostoevsky to Sartre and Goethe, Kant, and Hegel

Re: Ask HN: What are you learning?

#670
I have been writing an AI for poker playing.

https://github.com/fedden/pluribus-poker-AI

I've been learning about Counter Factural Regret (CFR) and have been using it to iteratively work towards writing a no limit texas hold'em poker playing AI agent. It's still in the early stages but seen success with simple forms of poker such as Kuhn, and have expanded to a form of short deck poker.

I have also been brushing up my web skills by creating a visualiser for the poker state via Flask and Vue.js

Post reply on HN