HACKER Q&A
📣 velyan

What Are You Learning?


Curious what other people are learning these days


  👤 solardev Accepted Answer ✓
Working my way up to calculus for the first time in my life, at nearly 40 years old. I've always hated math :(

When I was a kid, they always told me math would be super useful, especially if I liked computers. Well, 20+ years of a dev career later, I still have never used anything more than basic arithmetic and rudimentary algebra (to calculate responsive component sizes). But with web dev jobs going the way of the horse-drawn wagon, I figured it was time for a career change. Hoping to get into (civil/environmental) engineering instead, but I guess that field actually does use math, lol. We'll see how it goes...

In the meantime, also taking singing classes at the community college, and enjoying THAT way more. We performed at a nursing home a few weeks ago, and that brought SO much joy to the audience there, even though we're just a bunch of amateurs. It's just such a different reception than anything I've ever seen as a dev. Tech rarely inspires such joy.

If I could start all over again, I wish I would've pursued music over computer stuff. Much harder life though!


👤 teecha
How to communicate with people and get through negotiations and all of those tiny little conversations that happen day to day in our personal and professional lives with more success.

Started with Difficult Conversations last year and it was a total game changer. It has been instrumental in my professional and personal life. If I was going to share two key points for anyone it'd be to remember to listen and that you have also always contributed to the problem.

Working through Getting to Yes by the same group of folks now and it is just as great. A bit more high level but I plan to dive back into more specific areas afterwards and read through the just recently updated version of Difficult Conversations.

Want to hit Supercommunicators and Crucial Conversations later. I've decided that so many things break down, big and small, because of these seemingly small but ultimately important conversations. Always be soft on the people and hard on the problem.


👤 perrygeo
Relearning statistics with a Bayesian approach. My undergrad education was in social science research methods and I spent 4 years learning the strict frequentist approach of orthodox statistics. It made sense for highly-controlled experiments and simple dice games. But it broke down horribly when faced with any complexity and I never understood why. 25 years later, it's time to fill in the gaps. My reading list:

- E.T. Janes "Probability Theory: The Logic of Science" provides the fundamental theory.

- Robert McElreath "Rethinking Statistics" provides a practical application of the theory in R.

- Andrew Clayton's "Bernoulli's Fallacy" is a non-technical book that provides historical context to the frequentist vs bayesian debate.

I'm fairly convinced now that Bayesian approaches have more mathematical rigor than the crusty old heuristics of traditional statistics. But in terms of user-experience, doing Bayesian calculations still requires more effort on model design and more compute power. It's flexible to a fault, without a well-defined workflow. There is a strong temptation to follow the easy path - shove your data into a black box and publish if p<0.05. It's going to take a generation of (re)training and improvements to statistical software before Bayesian methods are widespread.


👤 nickyvanurk
I'm learning how to build a MMORPG. Not a complete game but a project with all the architecture in place to expand on (think Asheron's Call quality).

I started programming because I wanted to work on Guild Wars 1 back in the day, but that didn't work out and I ended up as a web developer (although with some gamedev experience). I've always thought you can't make an MMO alone and so never tried.

Recently a combination of health problems that scared be quite a bit and seeing other people on YouTube tackle these kinds of projects have motivated me to fulfill my childhood dream of learning the tech behind MMO games.

My goal is still to work on a MMO game professionally one day, but if that never works out, at least I worked on a MMO. My own.


👤 maroonblazer
Drawing/sketching.

Apropos of the other HN article on the elder mathematician who credits his success by studying the simple things until he understands them really, really well, I'm practicing drawing boxes in any/every orientation in 3D space. This includes drawing two boxes connected by a common edge - imagine a box with a lid the same size as the box itself, slightly opened.

For me this is profoundly difficult to visualize. I've taken to learning the basics of Blender just so I can create these various boxes accurately to use as reference material. It's been slow going but the progress is tangible and the process is fun.


👤 ivan_ah
Statistics.

I started (re)learning this subject in preparation for a new book, thinking all I had to do was review what I studied in my university days, and summarize the essential ideas, but it turns out statistics is A LOT more complicated than that. It's like a black hole that you can never get out of. There is lots of historical baggage, strong opinions, unjustified rules of thumb, etc. I've been in it for 5+ years now! As a physicist, I want to understand how things work under the hood, so I can explain to readers the underlying mechanisms and not just give formulas without explanations, and this has been very hard to do. The whole thing is well summarized by this quote from Richard McElreath "Statistics is a horrible thing."

There is hope though, in recent years teaching frequentist statistics is moving toward simulation based methods, a.k.a. the modern statistics curriculum, which makes a lot of sense. Here is a blog post about that: https://minireference.com/blog/fixing-the-statistics-curricu...

You can see the notebooks from the upcoming book here: https://nobsstats.com/ and concept map here: https://minireference.com/static/excerpts/noBSstats/conceptm...


👤 throw197382
I'm a senior Android developer, and I'm learning the very basics of Jetpack Compose, and the basics of Dagger for dependency injection. All of the (very large) codebases I've worked on so far have functioned perfectly well without them, and I've always found Dagger, and now Compose, to be completely unintuitive and unnecessarily complex. But this is the way the industry has shifted, so I'm forcing myself to learn these patterns, and see if I can learn to like them.

Also learning to get better on the piano, specifically improvising.


👤 vinhnx
I'm learning LLM at the moment, RAG particularly. [1]

I ended up built InkChatGPT as my learning project and it was huge fun. It is an AI Agent that could help learning from multiple documents and you can chat with it, thank Chat PDF GPT.

I use LangChain as LLM framework to simplify the backend, and using Streamlit as front end UI and deployment. Using OpenAI `gpt-3.5-turbo` model, Use HuggingFace embeddings to generate embeddings for the document chunks with `all-MiniLM-L6-v2` model.

To be honest, coming from Mobile development background, learning about ML and reading about LLM models, prompt tuning and various techniques really opens my mind, but the vast information and knowing how to start is difficult.

[1] InkChatGPT: https://github.com/vinhnx/InkChatGPT


👤 alok-g
More physics and mathematics. I am currently on Lagrangian mechanics and calculus of variations. Am also learning Jupyter and SymPy for visualizarions of the same.

During my high school, only Newtonian mechanics was taught, whereas in engineering college, they introduced quantum mechanics with Lagrangian/Hamiltonian formulation, skipping classical mechanics with those two.

The purpose of learning is just fun.


👤 account-5
Dart/Flutter currently, for cross platform application development. Not adverse to learning native languages or the various web frameworks, I just wanted to have one codebase across multiple platforms. I discounted the web frameworks because, as a novice, I didn't know where, or what, to begin with; I didn't want to make the wrong choice.

Other than that I'm learning powershell too, mostly forced to for work, but actually it's not a bad language.

On my roadmap is lua and tcl.


👤 mystickphoenix
As someone newly diagnosed with ADHD (and likely/suggested, but not formally-diagnosed ASD), I'm digging into both to understand how my experience differs from others. This includes things like strengths, weaknesses, the usual stuff, but I'm interested in the common ground between "neurodiverse" and "neurotypical" brains (talking in general terms here) as well as how both "sides" can better work together. Use strengths to fill in the weaknesses, that sort of thing. Eventually I may start writing some of this down more formally, but as of right now, I'm just a guy trying to understand his own brain.

👤 robinhoodexe
Nix for developer environment and building containers.

I’m wondering if it’s worth it to introduce to the rest of the company. We’re pretty comfortable building/“maintaining” ~400 container images, and it’s relatively fast (~3-5 min build time if no packages are changed), but there a lot of shared dependencies between all these container images, and using nix to get actual reproducible AND minimal container images with a shared cache of Linux and language-specific packages (dotnet, node, python and R) would bring in a ton of efficiency, as well as a very consistent development environment, but I won’t force all the developers to learn nix, so the complexity should optimally be absorbed into some higher level of abstraction, like an internal CLI tool.

I’m aware that the caching of dependencies can be improved, as well as creating more minimal container images, but it’s tricky with R and Python in particular, and then I figured why not just to balls-deep on nix that actually solved these issues, albeit at a cost of complexity.


👤 pavel_lishin
Welding.

I'm looking forward to making a few sculptures that we can also use in our garden, as well as some Frankenbikes, though that might be a longer-term project - I don't want to spend money on it, so I'm hoping to source all of my parts from the trash - so far, I'm up to four frames, and my marriage is still intact!


👤 musictubes
Analog synthesis. Using MiRack on my iPad mostly. Yes, that is a digital emulation of analog circuits I know but it is a great learning environment. Trying to get my head around feedback patches and self sustaining/generating patches. Saw a few videos of a guy using a Serge system to explain ideas with Cybernetics and it has really piqued my interest.

I currently own a Lyra 8 synth and it is teaching me… something about FM synthesis and feedback. I also have a Vanilla synth from STG/Musonics on order and hope not be up to speed on the basics before I get it in June. I Will at some point probably get a serge system because it seems the most amenable to analog explorations at their most basic.


👤 kerkeslager
Rust.

There's certainly a lot of interesting things happening with Rust but I'm one or two problems away from deciding that Rust isn't a viable replacement for the situations where I use C.


👤 lylejantzi3rd
Basic electronics, so I can build one of these and maybe extend it to three computers: https://github.com/jfedor2/screen-hopper/

👤 javier123454321
Jazz Guitar, after spending years listening to jazz, decided to start down the path of learning to play it in my thirties. I already played some guitar, but over the past year, I've learned so many things about theory, chord construction, inversions, phrasing, time feel, and have been doing a concerted effort in improving my aural skills to lift other players' music by ear and transcribe their playing.

👤 wruza
How to resell things online. Got fed up with “software development” finally last year.

👤 Dowwie
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.

👤 qlk1123
(Edit for fixing the format)

Surprised to know nobody mentions reinforcement learning here.

Bought three books (in their transitional Chinese edition), whose original titles are,

* Reinforcement Learning 2nd, Richard S. Sutton & Andrew G. Barto

* Deep Reinforcement Learning in Action, Alexander Zai & Brandon Brown

* AlphaZero 深層学習・強化学習・探索 人工知能プログラミング実践入門, 布留川英一

None of them teaches you how to apply RL libraries. The first is a text book and mentions nothing about how to use frameworks at all. The last two are more practice oriented, but the examples are both too trivial, compared to a full boardgame, even the rule set is simple for humans.

Since my goal is eventually to conquer a boardgame with an RL agent that is trained at home (hopefully), I would say that the 3rd book is the most helpful one.

But so far my progress has been stuck for a while, because obviously I can only keep trying the hyperparameters and network architecture to find what the best ones for the game are. I kind of "went back" to the supervised learning practice in which I generated a lot of random play record, and them let the NN model at least learn some patterns out of it. Still trying...


👤 lord-squirrel
Marketing, Sales and SEO for a SaaS of mine. Found out that is what sells your product and not the features of your product.

👤 mouse_
I find Gnome 46 to be very promising (proper font rendering on hidpi displays as well as an actual tray, finally) so I'm learning GTK4 + libadwaita app development.

👤 gibbonsrcool
1. How to administer a secure network for a property with multiple vacation rentals. I bought a bunch of Microtik components so I’ll be learning RouterOS and how to setup VLANs.

2. Ray tracing in a weekend but in Rust.

3. How to return to the job market after 4 years of off and on freelance and being a caregiver for sick parent.


👤 rakejake
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.


👤 aynyc
How to rebuild a toilet with rotting parts and replacing a whole vanity with old plumbing systems.

👤 unsungNovelty
I am trying to learn Erlang. The idea is to write a CRUD app which is a multi-user PWA app completely without framework. For front end, HTML, CSS and JS with reefjs for reactivity (these are are things I already know).

The idea is to experiment and stress test with the idea of write once run forever to the max. See how far can I get. Any resource for Erlang will be much appreciated.

Currently using exercism and Joe's book of Programming for the concurrent world 2nd edition. I guess beginner topics are covered. More interested in advanced erlang topics for which resources seems hard to come by. Specifically related to security since I would want to know how to go about the security of the backend using erlang.


👤 PublicTenders
That in Europe you must NEVER be a contractor for those companies living off public tenders, whether they be companies winning contracts for wastewater plants or companies producing "research"

👤 djvdq
Basic math. I'm amazed how little I remember 11 years after finishing high school.

I also want to learn some frontend.

I started learning Rust some time ago.

I really need to remind me a lot of basic IT topics.

The problem is how much I'd really learn.


👤 mlsu
I'm learning PCB design, and embedded Rust to go along with it. Building a flight computer for an RC plane (I've been working on laying out and programming the computer for almost a year now -- haven't even started the airframe.)

It's been very fun. I keep saying that I'm going to do a blog series about it, once I get it in an MVP stage.

The state of embedded Rust is also progressing very quickly underneath me, which is nice. Writing drivers is much easier now than it was at the beginning of the project.


👤 PatentlyDC123
Real Analysis. I know Baby Rudin is probably the gold standard, but Jay Cummings' Proofs and Real Analysis have been great for people like me delving deeper into mathematics.

👤 spikepuppet
Swift and iOS development! I've been lucky enough to spend a lot of my career being able to get my hands dirty with a bunch of different projects and at a lot of layers of the stack, but I never got deep into app development.

Now I'm diving in and scratching that itch! It's also been great because I've been able to start looking beyond that to making things for the entire apple ecosystem. It's also just been so good to dive into something without any work pressure there!


👤 hokkos
Piano, I brought a second hand numeric piano Roland FP-30, and I use an old iPad with the app Piano Marvel connected in bluetooth to get the midi output into the app so it can grade me (if I play the correct note at the correct time), I also use a simple audio mixer to get the sound generated by the piano and the app into a single headphone.

I tested pretty all piano app and even if it is not the slickest or most efficient, it has the most progressive learning plan of all.


👤 1jreuben1
Rust, CUDA and JAX - I'm guessing one or more of these will be in increasing demand with a relatively high barrier of entry compared to other software tech

👤 interbased
Docker. It would be helpful for my job in certain situations and I also find it interesting. I also recently started getting back into HTML/CSS.

👤 oriel
I've been learning Godot (4.2), and leveraging chatgpt to try and elicit as much of my idea in generated code as possible.

After about 4 months of work, I'm closing in on a working v1, hoping to do an open beta in the next few months.

https://old.reddit.com/r/boomballs/


👤 maximus-decimus
I'm taking Casey Muratori's online class : https://www.computerenhance.com/p/table-of-contents

The goal of the course is to give people a feeling for how fast code can be by teaching how it runs at the cpu level. I like it so far.


👤 absoluteunit1
Jayce

Pretty difficult champion in my opinion with a high skill ceiling.

Some matchups are brutal but honestly one of the most funnest champions to play


👤 Toorkit
I spent the last 2 weeks memorizing hiragana and katakana. Now I'm dreading the 1.5k core kanji anki deck...

👤 changexd
Serious leetcoding, I don't have a CS background, after two years of being DevOps while also interested in SWE, I find sitting down and actually grinding through leetcode is a good brain exercise, I also find it to be a marathon instead of a short sprint, feeling like I'm smarter everyday!

👤 adrift
Graphics programming and the required math prerequisites.

👤 yakshaving_jgt
I read Understanding the 4 Rules of Simple Design by Corey Haines yesterday evening.

It's a short book, so you can get through it in one sitting. The advice is mostly about OOP design, and how to shuffle things around and invent arbitrary constraints in order to make the code more testable. I found the advice fairly… underwhelming.

I decided to implement Conway's Game of Life myself (though not with OOP) as the author asserted the advice transcends implementation languages and paradigms.

My implementation isn't amazing either, but I'm not convinced by the advice in the book.

Here's my implementation.

https://github.com/jezen/gol


👤 jakevoytko
I’ve been building small web UI applications. I’m a backend developer who has been curious about people claiming that web components are all you need for UI. So I’ve been finding out how far I can get with rollup with only the Typescript plugin.

👤 grepLeigh
Just signed up for the summer session of: https://www.eecs70.org/

I don't have much experience with proof-based math, which has been a constant thorn while studying physics.


👤 chewxy
Go (the game). I wrote a clone of AlphaGo in Go (the programming language) 8 years ago. Along the way I learned to play Go.

I've been using a combination of my own AI, LeelaZero and KataGo to teach myself in Go. For 8 years I've languished at the same level of play. Then I met a real human teacher who taught me Go at the end of 2023. And since then my game improved. I beat my own AI (which was intentionally trained to be impoverished in skill) for the first time in January.

Learning Go is teaching me all sorts of new ideas in pedagogy and putting a dampener in any enthusiasm that involves LLMs in education.


👤 omgmajk
I'm trying to start making games so I am learning graphics programming at the moment, and some physics. Currently work primarily with automation and embedded so it's quite different.

👤 RamblingCTO
Learning how to grow my indiehacker side gigs. Building is easy, getting a few users also works. But growing/maintaining revenue is really really hard for me :(

👤 mikewarot
I'm trying to understand how Spinors work - there's a good video[1] that almost gets me there, but gives me clues.

I'm trying to understand how to break an expression down to a graph of bit functions, so I can program a BitGrid. I suspect GitHub copilot can help.

[1] https://www.youtube.com/watch?v=b7OIbMCIfs4&t=2710s


👤 Quinzel
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.


👤 elcazador
I'm a threat intel analyst and recently started self-learning how to improve my storytelling skills, which is generally lacking in cybersecurity. I've refined my writing skills over the years, starting with Medium, LinkedIn newsletters, and now Substack: https://shorturl.at/jHKLQ

👤 niklasmtj
The ins and outs of the Deno runtime. Since I want to build my first text/video course about it.

On the one side it could be a cool side project where I can help people getting their hands dirty with Deno and follow my passion on teaching interesting topics to folks. On the other side I want to push a project of myself over the finish line and maybe make a dollar or two with it.


👤 aristofun
History of religions, christianity in particular

Swift & swift ui


👤 spspeaker
How to make (Almost) Anything https://fabacademy.org/

👤 yogini
First-time founder here!

I have always worked as a developer and have been building products for the past 6 years. But as a founder, you need to know GTM and growth for your product!

Initially, we used to think that we could outsource, but we were so wrong! :D Hence, now learning it on our own.

Happy to take help and suggestions, or if you are up for the discussion around growth, GTM and marketing.


👤 kamefrede
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.


👤 frankie_t
Learning some Haskell and Spanish. No use for any of these skills, just fun. Trying to escape reality: war, uncertainty, etc.

👤 nikhilsimha
Avadhuta Gita - a treatise on the non-dual nature of reality and consciousness.

The allegation is that - the boundary between the “I” and “else”, that the “I” so strongly attaches itself to, is an illusion.

The other claim is that, with meditation, one can experience this truth and there is no greater joy.


👤 anonzzzies
Deeper studying of hardware and software that drives deep learning for the simple reason that I find Python a horrible experience and I am wondering why there are no real alternatives in modern deep learning. Also home DYI, forest building and Portuguese.

👤 mncolinlee
I've been building a game in Compose Multiplatform and have been learning how to integrate new UI features across WASM, Android, iOS, MacOS, Windows. It's great new tech with a lot of promise even though it's still early.

👤 posix_compliant
I inherited an AWS DB costing $60k/mo and I'm learning how to make it cheaper.

👤 greenie_beans
how to be a better fiction writer. i wrote a novel and i'm revising it for the fourth time. i accidentally ripped off 'as i lay dying' by faulkner. i started writing my story about a funeral told in the first person present with multiple narrators and realized that faulkner had already done that. while writing it, i avoided reading him because i didn't want to rip him off more. but now i'm re-reading the book very closely and learning how he did it and taking some stylistic tricks. that book is genius, perhaps the best novel i've ever read in my life. it was a bad idea to avoid.

👤 Achy1les
I'm studying eev - a mega Emacs package, you can do miraculous things with it... Try it, if you have time: https://github.com/edrx/eev

👤 SenHeng
Book keeping.

Recently officialised my freelancing business into a corporation and it's fascinating learning about all that finance stuff.

I'm hoping to turn all that knowledge around into building tools and utilities for doing all the calculations.


👤 lawgimenez
Jetpack Compose and SwiftUI, I hope this will be the last evolution of mobile development, I’m getting older (over 14 years mobile development experience) and my brain is tired with all the mobile development shiftings.

👤 geocrasher
How to MIG weld.

👤 globalnode
- how to build a fence and trying to wrap my head around convolutions and learn some stats in the process (theres a pretty good 3b1b intro on it but where to go next to actually learn it).

👤 zelphirkalt
I am working my way through "The Seasoned Schemer". Maybe I will go for "The Reasoned Schemer" next. Or "The Little Learner". Great series of books.

👤 AvAn12
Learning a couple of jazz standards on guitar. Building a RAG model over bespoke documents. And streamline, react, or some other web tools so that I can make better interactive demos.

👤 ioseph
How to sail a dinghy, synthesizer in a band and a leadership course

👤 zb1plus
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.

👤 beryilma
Programming a 128x128 OLED screen using a microcontroller over an I2C communication.

Low-level programming of any mildly-complicated hardware device using microcontrollers is a PITA.


👤 RecycledEle
I took an excellent course (professional development for teachers) from The Coding School on machine learning. I got 4 CEUs from Stanford and it was a great course.

👤 parasti
Finally, after many years of procrastination, learning to track my time correctly. Paradoxically, I am clocking in more hours while spending less real time at work.

👤 lormayna
* eBPF: it's something that should be in the pocket of every security professional

* Elixir: I am intrigued by Erlang since a decade, anyway the steep learning curve always rejected me.

* Mandarin


👤 sig91
I am trying to learn Go and Rust. So far I’ve started doing advent of code problems in Go, and then planning to start doing the same in Rust.

Would also like to start learning how to DJ


👤 milesjag
Longtime data engineer - web apps in vanilla HTML/CSS/JS with Node - and some fun with ncurses in C++. Copilot is helping me out a bit but I’m having fun!

👤 ab071c41
I'm learning AWS to hopefully help me find my next job. My primary background is VMware with some Azure, so adding AWS to that definitely won't hurt.

👤 PartiallyTyped
I am trying to learn type theory and get into grad school.

👤 kelseyfrog
French, Physiology (Sullivan's lectures) so that I can move on to pathology and then pathophysiology. I want to learn more about the human body.

👤 avgDev
I'm working on the AZ-204(azure cloud) cert. My company uses on-prem, but we want to shift to a hybrid model in coming months/years.

👤 alathers
My main challenge is the breadth of topics I'm trying to main-line, while also technically learning how to do the new role I'm in.

👤 hiAndrewQuinn
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.


👤 datascienced
Reading the Reality Slap by Russ Harris. Self help.

👤 ashconnor
Spanish using the comprehensive input method with Dreaming Spanish. It's a lot of hours but is feels like it's working.

👤 xeromal
I'm installing a mini-split in my basement right now and I'm also learning how to design replacement hubcaps for my rig.

👤 jeanlucas
I decided to learn React Native because the ecosystem seems mature enough for a project that I want to do.

👤 mrbonner
I self-taught piano last couple of years. I'm now getting a real instructor to teach me properly.

👤 pfedigan
Primarily options trading and golf.

Multi-turn conversation and knowledge system implementation techniques on the side.


👤 sourabhv
Learning AI, well started off with coursera deep learning specialization taught by Andrew Ng.

👤 topspin
Precision frequency synthesizers.

Also, how to deal with the annual crop of leaves on a few acres of woods.


👤 leke
Writing a basic LMS supporting H5P in Laravel, so learning Laravel as I write the LMS.

👤 hnthrowaway0328
I'm learning to be contend with what I have and oh God that's impossible.

👤 DontchaKnowit
1) how to do calisthenics with proper form 2) how to train my new 4 month old puppy

👤 Pine_Mushroom
Hymns. Three new ones a week. Started a gig as accompanist at a local church.

👤 brudgers
Making.

👤 chillpenguin
romhacking. I want to make patches to old console games from the late 80s and early 90s. I've never really worked with binary data before, so I have had to learn some new things.

👤 crustycoder
Yorkshire Surprise Major

👤 Tainnor
Lean for proving theorems, and some complex analysis.

👤 trevcanhuman
How to enjoy life without school.

👤 constantinum
Drums, music theory, Python

👤 yoav
Mandarin and zig

👤 dylanzhangdev
english and japanese.i am chinese

👤 Bombinator
rust

👤 thisTh4ng
LLM -> 3D frontend pipeline

Not just 3D assets but also text recreation

There’s an A* influenced planner that helps manage the output flow so things don’t go crazy

Sketching out saving good outputs to disk and sync them across clients while I work on the core AI ->frontend bits