Live data from Hacker News

Ask HN: What Are You Learning?

news.ycombinator.com

141–150 of 242 posts

Re: Ask HN: What Are You Learning?

#141
The wide world of esp32 and bringing an IOT product to market. Espressif, the manufacturer of esp32, is a leader in the embedded category by offering a robust sdk and extensive documentation, yet there are many foot cannons and their documentation is misleading, creating a lot of friction in the process of productionizing a device. There's so much involved other than firmware development.

Re: Ask HN: What Are You Learning?

#143

Earlier quoted context omitted.

Happy too! So my main resource is Hacking With Swift ( https://www.hackingwithswift.com ), specifically the 100 days of SwiftUI Course. It takes you over Swift and SwiftUI. I've paired this with the official Swift site ( https://www.swift.org ) so I can dig into the language more, and Apple Documentation where appropriate to get used to using the tools. In terms of finding it, it was a bit of a shot in the dark. I di…

Thanks for sharing these resources, Would love to hear your perspective on why pick Swift over React Native as its cross platform too

Happy to speak on that! I mostly wanted to dig into something I hadn't done before, with a whole new set of tools to learn. In this case, I had been super interested lately in the Apple ecosystem/platform. I'd spent some of my career in .NET/Windows land and got to see a bunch of stuff there and how it all worked, so I figured why not try out what Apple has to offer.

I also felt like since I have no real intent to try and turn what I'm learning into something that makes money, I could go a little crazy/niche and dig in.

This all being said, If someone asked me about making an app as something they want to release/make money off/turn into a company I'd fully be pointing them at tooling like React Native.

Re: Ask HN: What Are You Learning?

#144
FreeCAD.

And also reading the book on Modern Manufacturing Techniques by Groover.

I work as a Software Engineer but somehow I haven't had the itch to write any personal software or work on side projects for some time now. Looking to expand my toolset and get my creative side going again in a new space.

Re: Ask HN: What Are You Learning?

#145
I’m learning psychology. But I don’t want to be a psychologist that works with the mentally ill people.

I basically want to study and be an expert in social engineering if I’m being completely blunt. That’s my whole motivation for studying psychology. And I think I should just clarify it’s not because I want to use social engineering knowledge to go do terrible things - I just find it literally fascinating.

Re: Ask HN: What Are You Learning?

#147
Finnish, mostly. I moved to Finland a few years ago and have been making slow but consistent progress along the vectors I care about ever since. I just wish language learning didn't take so much time.

I've built some little tools for the task, which ended up teaching me enough about modern development that I could enter back into software as a career without too much hassle. There were no good Anki frequency list decks, so I made https://ankiweb.net/shared/info/1331009943 and later https://ankiweb.net/shared/info/1149950470 .

These in turn led me to devour a book on the inner workings of SQLite and web dev, because I needed some way to scrape Tatoeba without losing my data every time. Eventually I got good enough to start reading the 'clear Finnish's news, but then I realized YLE.fi didn't seem to have an easy way for me to scrape all previous news articles, so I built https://hiandrewquinn.github.io/selkouutiset-archive/ as an excuse to get a little deeper into Hugo and also learn some stuff about Git modules, systemd timers, doing things on a Raspberry Pi, doing things in GCP...

... And finally today I made the first lurching version prototype of a flashcard generator for that news archive, at https://github.com/Selkouutiset-Archive/selkokortti . I guess I just keep stringing the tools and interests I have together to make bigger and bigger things. Maybe that's all a career/vocation really is at the end of the day.

I've also been learning a lot about QEMU and virtualization. That's mostly for work. I make software that runs on trains.

Re: Ask HN: What Are You Learning?

#148

Currently, I am focused on Mandarin Chinese, LLMs. I would like re-learn math up through undergrad discrete math too and develop an understanding of the Linux kernel.

Curious - do you feel lack of math mastery hinders your machine learning knowledge? I ask because despite pretty advanced math in several postgrad programs with good grades, I feel like my true math skills are shit.

Re: Ask HN: What Are You Learning?

#149

Earlier quoted context omitted.

I'm taking a class at the local community college. It's OK, just some class notes and an e-textbook that I never bother to read. The pedagogy is much as I remember it, the teacher going through the problems on a whiteboard and expecting everyone to rote-memorize things. But mostly, I'm learning from ChatGPT. You can enter (or take a picture of) any problem and ask it to break it down step by step and it does that ver…

There's a popular math book called Infinite Powers by Steven Strogatz which is about the story of calculus. It's really good and may help bring the subject to life as opposed to rote learning problems.

I’m in the exact same boat as solardev (non-traditional student, taking precalculus, relying on LLMs, getting good grades but not having any true understanding) and I came here to recommend this same book.

It’s a great supplement because it gives you a chance to understand the ‘why’ of things and not just the ‘how’. The writing style is neither too dry nor too watered-down. It feels like the piece that was missing from K-12 education.

On a side note, I’ve found the LLMs to be terrible at math, but insanely good at writing LaTeX. I’ve been using GitHub Copilot to speed up the rewriting of my class notes and I’m just gobsmacked at how accurately it can print out the steps to some calculation after feeding in the original problem.

Re: Ask HN: What Are You Learning?

#150
I'm currently trying to learn music production and composition to put the singing classes I'm taking to use.

It feels a bit more daunting than when I was first learning how to program, since there appears to be numerous more tutorials, but half of them are only there to promote a course and it's hard to distinguish good learning material from bad.

Post reply on HN