Live data from Hacker News

Ask HN: What are you learning right now?

news.ycombinator.com

41–50 of 74 posts

Re: Ask HN: What are you learning right now?

#42
post #31

How to have fun after 10+ years of depression. I'm finding it…tricky.

Stick with it, it's worth finding it. I wish you well!

+1 on XOPJ.

Long time depression is something which changes you forever. Once you find joy you'll love it.

Re: Ask HN: What are you learning right now?

#45
I’m learning how to interview well and face rejection. I’m graduating this year and I’ve been rejected at the final stage from numerous “big 5” companies and some startups, and it’s hard to keep going, but I know that grit is important, so I’m learning :)

Re: Ask HN: What are you learning right now?

#46
post #38

A lot. I'm in college, so Stats, Japanese, Communication, and History there. But that's just the surface. I'm also reading a lot of eBooks (mostly nonfiction books: Deep Work, The Subtle Art of Not Giving a F*ck, Models: Attracting Women through Honesty.) I also want to read Wilson's new translation of The Odyssey. Finally, I just realized I had feelings for a friend of mine when she started dating someone else. I de…

If you are reading Mark Manson I would also suggest: As You Are by Nick Sparks Good on you for being honest with how you felt, it's something I still struggle with.

Yeah, +1 for openly sharing challenging things. Working on that too.

Re: Ask HN: What are you learning right now?

#47
post #39

Re-learning C++. Took a layoff package from my previous co (product manager), and it's damned tough to find a similar gig without relocating. Besides, it's taking me back to my roots.

Been there, found a gig remote. Good luck with your search.

Thank you!

Re: Ask HN: What are you learning right now?

#48
post #40

Elixir and OTP. Really enjoying it and writing some blog posts about it. My latest [1] was an experiment in creating my own simple supervisor. I am working my way up to having an Elixir application spread across many containers where the processes can pass messages to processes in other containers. [1] https://medium.com/@tylerpachal/let-it-crash-creating-an-exa...

What is OTP?

OTP comes from Erlang (which Elixir is built on) and it is a framework that is used for creating distributed applications (it originally stood for Open Telecom Platform). It has databases, a test framework, and debugging tools to help.

Down in Elixir land you mainly see it in the form of GenServer (generic servers that are essentially actors) and Supervisors for supervising those GenServer workers and other tasks/processes/

Re: Ask HN: What are you learning right now?

#49
post #40

Elixir and OTP. Really enjoying it and writing some blog posts about it. My latest [1] was an experiment in creating my own simple supervisor. I am working my way up to having an Elixir application spread across many containers where the processes can pass messages to processes in other containers. [1] https://medium.com/@tylerpachal/let-it-crash-creating-an-exa...

What is OTP?

[deleted]

Re: Ask HN: What are you learning right now?

#50
post #38

A lot. I'm in college, so Stats, Japanese, Communication, and History there. But that's just the surface. I'm also reading a lot of eBooks (mostly nonfiction books: Deep Work, The Subtle Art of Not Giving a F*ck, Models: Attracting Women through Honesty.) I also want to read Wilson's new translation of The Odyssey. Finally, I just realized I had feelings for a friend of mine when she started dating someone else. I de…

If you are reading Mark Manson I would also suggest: As You Are by Nick Sparks Good on you for being honest with how you felt, it's something I still struggle with.

Thanks for the book recommendation, I’ll check it out.

Yeah, it’s a goal of mine to be both confident and vulnerable, and being honest with myself and other people is how I do that.

Post reply on HN