Ask HN: What Are You Learning?
141–150 of 242 posts
Re: Ask HN: What Are You Learning?
#142Re: Ask HN: What Are You Learning?
#143Earlier 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
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?
#144And 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?
#145I 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?
#146Re: Ask HN: What Are You Learning?
#147I'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?
#148Currently, 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.
Re: Ask HN: What Are You Learning?
#149Earlier 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.
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?
#150It 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.