TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What Are You Learning?

51 pointsby nb_keyalmost 3 years ago
This question pops up on HN occasionally, but I am posting it here again. These days, besides working as a data scientist, I am learning game theory and curious to know what you are learning besides your job.

51 comments

pamelafoxalmost 3 years ago
I’m on maternity leave now, so I’m doing a lot of one-handed learning while nursing my newborn. Specifically:<p>- Pytest (With Brian Okkens book)<p>- CPython (with Anthony Shaws book)<p>- Frontend tools: Rollup, Lit Web Elements<p>- latest Ecmascript features<p>- Azure services- App Service, CDN, Translator, Storage<p>- Flask Blueprints, SQLAlchemy with Alembic<p>- PostGreSQL
kabdibalmost 3 years ago
How to play guitar. I&#x27;m in my 60s, but it&#x27;s never too late to learn how to shred or shoe-gaze.<p>Similarly, 30+ years ago I learned how to ride a motorcycle, and rode for 30 years without crashing. It was great having a hobby that had absolutely <i>nothing</i> to do with computers. I recently sold the bikes and gear, it&#x27;s just too risky at my age.
评论 #32188140 未加载
评论 #32188082 未加载
评论 #32188332 未加载
评论 #32188143 未加载
yokuzealmost 3 years ago
Critical thinking, as it applies to the practice of software development.<p>Reading&#x2F;watch list:<p>- Thought and Knowledge: An Introduction to Critical Thinking, by Diane F. Halpern<p>- Understanding Arguments: An Introduction to Informal Logic, by Walter Sinnott-Armstrong, Robert J. Fogelin<p>- Predictably Irrational, by Dan Ariely<p>- Evidence-based Software Engineering - <a href="http:&#x2F;&#x2F;knosof.co.uk&#x2F;ESEUR&#x2F;ESEUR.pdf" rel="nofollow">http:&#x2F;&#x2F;knosof.co.uk&#x2F;ESEUR&#x2F;ESEUR.pdf</a><p>- A Philosophy of Software Design, by John Ousterhout<p>- <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;mindware" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;mindware</a><p>This is research for a book I&#x27;m writing on that topic.
voisinalmost 3 years ago
I just bought some acreage with the immediate intention of learning how to regenerate the soil to lay the groundwork for an orchard and vegetable garden next year, integrating animals and bees. I am in awe of how much there is to learn and how interlinked every decision is. It is easily the most challenging and exciting thing I’ve ever embarked upon.
评论 #32193861 未加载
cpercivaalmost 3 years ago
Parenting. We have a very energetic 15 month old who has decided that 8 hours of sleep at night + a 1.5 hour nap is all she needs. Also, she has been teething pretty much non stop for 9 months.<p>Aside from that, I&#x27;m learning a lot about virtual machines by porting FreeBSD to run in the Firecracker VM.
评论 #32188514 未加载
chegraalmost 3 years ago
Reinforcement Learning :-<p>1. <a href="https:&#x2F;&#x2F;courses.dibya.online&#x2F;courses&#x2F;1690878&#x2F;lectures&#x2F;38385230" rel="nofollow">https:&#x2F;&#x2F;courses.dibya.online&#x2F;courses&#x2F;1690878&#x2F;lectures&#x2F;383852...</a> [done]<p>2. <a href="https:&#x2F;&#x2F;www.deeplearningbook.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.deeplearningbook.org&#x2F;</a> [currently reading]
评论 #32189826 未加载
themodelplumberalmost 3 years ago
I just took delivery of some practice nunchaku off eBay :-) God what you can do in one day&#x27;s watching tutorials! I just taught two of my kids the basics and we haven&#x27;t broken anything yet.<p>Other than that. Midnight Commander (always had it, never learned it), picking up some Perl, Janet, Groovy. Some GDevelop with my kids.<p>Theory wise I&#x27;m working within my field to study some esoteric personality theory. A bit of math here and there. Some astrology stuff also for esoteric interest. Researching microscopes to look at buying one in the future.
smcnalmost 3 years ago
I&#x27;ve started my own company and am about to launch our product, so I&#x27;m learning marketing.<p>I think that I&#x27;ve been lucky so far because most of the traction is based on the strength of the product, and that has meant that I can sit back and gather feedback and opinions without doing anything outside of asking. However it&#x27;s left me in a position where I&#x27;m unsure which steps I should be taking as I get closer and closer to launching.<p>If anyone has any resources that they&#x27;ve found particularly helpful, I&#x27;d love to read them.
评论 #32193232 未加载
notgoodrobotalmost 3 years ago
I&#x27;m learning docker to run a bunch of services on an old computer. I want to try out Navidrome for serving music and a photo gallery to use instead of Google photos.
评论 #32189116 未加载
booboofixeralmost 3 years ago
CS 436: Distributed Computer Systems I started with MIT&#x27;s course but realized a few pieces of the puzzle are missing in my model of the web, this course is better for noobs.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=w8KFPWkK0bI&amp;list=PLawkBQ15NDEkDJ5IyLIJUTZ1rRM9YQq6N" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=w8KFPWkK0bI&amp;list=PLawkBQ15ND...</a>
ericolalmost 3 years ago
Arduino programming + motor control (Stepper robots, for robotics - toy, not industrial) cobbled with 3D printing.<p>I&#x27;ve always been fascinated with robotics, and the barrier to entry is getting lower by the second.<p>But I want to know all the details, so I&#x27;m going slow and steady at it (Like, instead of using libraries - at least when learning - I&#x27;m coding 100% of the stepper motor control routines).<p>I plan on making my own designs, and make my own versions of known ones: The first thing I want to try my hand at is either (my own version of) a PolarGraph or an AxiDraw.<p>Then I&#x27;ll move to other things, also in the early stages of designing a chess playing (arm) robot.
评论 #32188466 未加载
评论 #32188409 未加载
poly_morphisalmost 3 years ago
Dating. Or, trying. Harder than I thought, and every attempt I make it always seems to go the direction of signing up for one of these online dating services, which I originally wanted to avoid, because privacy is important to me.
评论 #32188248 未加载
评论 #32193914 未加载
goldenshalealmost 3 years ago
- Quantum computing via <a href="https:&#x2F;&#x2F;quantum.country&#x2F;" rel="nofollow">https:&#x2F;&#x2F;quantum.country&#x2F;</a><p>- Cooking via YouTube (Food Wishes w&#x2F; Chef John, and Kenji Lopez Alt&#x27;s channel)<p>- ML model architectures (AI Coffee Break, and Yannic Kilcher&#x27;s channels)<p>- Exploring different ways of thinking about and responses to the question: What is the meaning of life? (I don&#x27;t think there is one, so it&#x27;s more about how we derive one for ourselves.)
评论 #32188342 未加载
anotheraccount9almost 3 years ago
- I&#x27;m learning about the format (sections) of executable machine code files. - I&#x27;m learning about love, e.g. how different ppl express their affections and what they expect from others they love. - I&#x27;m learning about Stoicism and Cynicism (Hellenistic philosophy). - I&#x27;m restudying nursing, so I can go back to work. - I&#x27;m trying to understand myself.
slyallalmost 3 years ago
Python - I&#x27;m in the Sysadmin&#x2F;DevOps&#x2F;CloundEng space and bash&#x2F;ansible&#x2F;terraform isn&#x27;t enough any more. Need to learn to do &quot;real&quot; programming. I also have a side project that requires a proper interactive website.
ninjinalmost 3 years ago
Re-learning C by reading K&amp;R and operating systems by reading Tanenbaum et al in the evenings. Hoping to then read a bit deeper about operating systems and long-term dreaming of getting so deep (if I ever get there) that I can write&#x2F;improve device support for an operating system. This is all with the end goal to feel less helpless when things work on one and not another, while not being best buddies with a BSD kernel hacker and almost certainly knowing that I lack the funds to hire one for the amount of hours necessary. &#x27;^^
tanganianalmost 3 years ago
I&#x27;m learning Computer Science by auditing University of California, Berkeley CS61A, CS61B, CS61C. Later I will be learning web developement through Full Stack Open.
irongeekalmost 3 years ago
Currently refreshing some of my programming knowledge. Also reviewing my math skills. I tend to do each of these things periodically to refresh some of the knowledge I might not use so much anymore. Currently thinking of some side projects to work on as well.<p>On my radar for the Fall is learning a second language and beginning to learn woodworking. Speaking of that, any advice on the first tools a beginning woodworker should add to their shop?
topkai22almost 3 years ago
Hockey. I always wanted to try it, but never lived near an ice rink till one opened up down the street. I’m having a lot of fun, although still can barely control myself, let alone the puck.<p>I’m also spending some quality time with software and enterprise architecture books, working on some container oriented side projects, and somewhat surprisingly learning the Microsoft Power Platform, as my team keeps catching requests that are a good fit for a low code solution.
PradeetPatelalmost 3 years ago
Currently going through a MBA program, slowly unlearning many of the habits I&#x27;ve picked up as an Individual contributor and began to look at the big picture.
jonesncalmost 3 years ago
I recently took on the maintenance of my team&#x27;s mobile app, so I&#x27;m learning Ionic Vue, Firebase Analytics and Cloud Messaging.
alejoalmost 3 years ago
Woodworking, sketch up, basic electronics and home renovation.<p>A little bit of everything and trying to put them together in different projects.
rjh29almost 3 years ago
I recently learned how to solder. It takes like 20 minutes (and a small investment of money) and is definitely worth it. No more &quot;oh I don&#x27;t know how to solder, I can&#x27;t do that&quot;. I&#x27;ve since built a bunch of electronic kits, including stuff that is only available in kit form. It&#x27;s been pretty fun.<p>Recommend the Pinecil!
threlmalmost 3 years ago
I&#x27;m learning a bit more about FPGA and digital designer career, I&#x27;ve been think about to change my career a bit.
mujtaba223almost 3 years ago
I am trying to make a Bipedal Wheeled Robot, so learning mechanical design and solidworks modeling. Refreshing my robot Kinematics and Dynamics. Will eventually have to learn some optimal control to make it do fun stuff like jumping or leaning to the side but that is still quite far ahead in the future.
EFreethoughtalmost 3 years ago
I will probably be leaving my current position in a few weeks. I have some money saved up. I think I will go through &quot;How To Design Programs&quot; and then SICP.<p>I know it doesn&#x27;t work for everyone, but all of the (admittedly few) people that I have met who have been through SICP said it helped them get to the next level.
robinhoodexealmost 3 years ago
Arm architectures, especially the one on an old raspberry pi b+ (running armhf or armel due to some technical magic).<p>I want to use the old pi as a node in a k3s (lightweight kubernetes distro) cluster but the current releases won’t run. I’m currently reading up on qemu and the k3s build process (which to me seems kinda convoluted).
akg_67almost 3 years ago
For the past year, I have been learning Options Trading. I have taken on studying though books and implementing the strategies and ideas mentioned in books using Python&#x2F;Pandas&#x2F;Numpy&#x2F;Matplotlib and variety of Options and Financial libraries.
adriandalmost 3 years ago
Finger drumming, guitar, track making, and how to educate children to make electronic music too.
alfiedotwtfalmost 3 years ago
After over 20 years of Vim, I thought I would finally start learning Emacs given I want to start playing with Lisp. Having done the in-built tutorial and read &quot;Mastering Emacs&quot;, I&#x27;m now going through the manual.
senectus1almost 3 years ago
too many things at once.<p>tbh I feel very scattered. I really need to pick one or two things and focus.
parenthesesalmost 3 years ago
Not enough.<p>This is timed so perfectly for me to say this. Building things still is great but the amount of stack-specific knowledge I need day-to-day is skyrocketing.
derwikialmost 3 years ago
Self hosting on my own hardware. I’m not quite sure if this is “homelab”, but I mean things like Plex server, Kiwix with Wikipedia. NextCloud is… next.
评论 #32198512 未加载
Raminj95almost 3 years ago
C++ for 3D graphics programming and creating a game engine. At the same time playing around in Unity, really enjoying it thus far!
ghstcodealmost 3 years ago
Learning stress and anxiety coping mechanisms and Adobe InDesign to produce nicer videos for an upcoming YouTube channel.
ge96almost 3 years ago
I&#x27;m working on learning these slowly: C++&#x2F;GTK&#x2F;Haskell&#x2F;Godot&#x2F;Nix<p>C++ I get to use more but the others not so much yet<p>Haskell is brutal
is_truealmost 3 years ago
OpenWrt and how to create programs to run on it.<p>I&#x27;m trying to help a not for profit save some money managing weather stations
评论 #32234318 未加载
sidcoolalmost 3 years ago
Two things mainly: - Evolutionary software architectures - Refreshing Data Structures and Algorithms for fun
teerayalmost 3 years ago
I’m brushing up big time on analog electronics in studying for my extra class amateur radio license.
jpmoralalmost 3 years ago
Ukulele, singing, and Muay Thai.
brettkromkampalmost 3 years ago
The semantic web stack (including RDF, SPARQL, RDFS&#x2F;OWL and SKOS).
robotburritoalmost 3 years ago
Brushing on on 3d game engines. I really want to make AR apps.
DiJu519almost 3 years ago
Slogging my way through Data Structures and Algorithms in Java 6th Ed.
higginsalmost 3 years ago
- CloudFlare&#x27;s Durable Objects. Pretty cool so far - Español
john_the_writeralmost 3 years ago
Shorthand -- speed reading -- typing faster (goal is 150wpm)<p>Skateboarding
stakentalmost 3 years ago
Gardening in permaculture spirit.<p>Home renovation and improvement.
acdwalmost 3 years ago
Scheme, slowly and surely.
andsoitisalmost 3 years ago
patience.
评论 #32188113 未加载
BOOSTERHIDROGENalmost 3 years ago
linear algebra, python, machine learning with pytorch.
sshinealmost 3 years ago
Kayaking, Chinese
summertime42almost 3 years ago
Redux Toolkit!