Hacker News new | ask | show | jobs
by raunakdag 2039 days ago
As someone who’s 17 - this is exactly how I learned about computers, but when I was 7 (so 10 years ago yeah). I will say that my parents turned on a chat filter pretty quickly, as incredible amounts of obscene stuff was posted on lots of the random servers I played on.

Hypixel is pretty great (I actually still play sometimes!), and they have a good curse filter and it’s definitely family friendly.

To be honest, I spent a ridiculous amount of time on MineCraft over the past 10 years (definitely over 5k+ hours), and it’s taught me an incredible amount. It’s where I picked up my first O Reilly book, on Minecraft mods, where I learned for the first time how to self host a server, and also where I made some really great friends.

I’d be more worried about your kid finding something like social media FROM Minecraft - for example, I spent a ridiculous amount of time on Reddit, which I found through MC. As a kid whose parents don’t really care about what I do on the internet, unlimited access to viewing whatever I wanted wasn’t necessarily a good thing.

1 comments

If you have any minecraft modding resources to recommend, I'd love to find some to do some simple, relatable things with the kids. (We're way past scratch, onto javascript [still plenty to do here to get the basics completed], but I like to bring in "more interesting" things like react-native or minecraft mods.)
Hi. I'm 16 and got into programming in a similar way but I can't in good conscience say that making Minecraft mods is a good way of learning programming. It's a pain in the ass. There's practically no documentation and you usually find yourself scrolling through deobfuscated game code trying to make sense of the thing and figure how the game works. I don't think it's a good way of learning. Don't get me wrong, getting started programming by making things that you want to make is an excellent way to make it enjoyable rather than a chore but trying to write Minecraft mods and figure out what to do is frustrating and grueling.
I got into programming with 12 with very little actual motivation to program anything. I read a book, did the exercises and understood pretty much everything on first try. It took me around a month to get through the book. After that I never used my programming skills until I was 16 and wanted to make Minecraft mods.

Joining IRC a modding channel and talking to Mojang devs every now and then was a pretty interesting experience.

I doubt that this is possible nowadays, especially after Microsoft's acquisition of Mojang.

My memory is failing me but I also saw Drew DeVault on IRC using his former online nick and since I pretty much used IRC exclusively for minecraft related things he must have done something related to minecraft back then as well.

I mostly agree but it can be nice to see your code doing something actionable and visual rather than the alternative more traditional approach to learning programming, printing to the terminal.
Wow, that sounds like my professional life!