https://neocities.org/ sounds like it might be what you're looking for
Is it popular with zoomers? I thought it was more of a millennial nostalgia thing personally.
That said, of the people I see disclosing age they're typically under 26.
51–60 of 61 posts
https://neocities.org/ sounds like it might be what you're looking for
Is it popular with zoomers? I thought it was more of a millennial nostalgia thing personally.
That said, of the people I see disclosing age they're typically under 26.
Are there any GenZ people on here that can provide some illumination? How'd you get into coding?
I learned programming by looking at the code of programs in that feed and by making my own projects to be voted on by others. For a couple of years that was my social media, talking to other users on there, tracking what types of programs got votes, trying to circumvent Khan Academy’s security restrictions, etc. I ended up making one of the most popular programs on the website, before I started moving on to more “real world” coding.
KA’s hot list is still live and there are definitely gen Z (and below) on there making programs. I would be happy to share more if you’re interested.
Are there any GenZ people on here that can provide some illumination? How'd you get into coding?
Just made an account to reply, I usually lurk. I was born in 2000, and I think my experience is going to vastly differ from GenZ kids born even a couple of years after me (say > ~2003). When I was growing up Facebook was new, people would be surprised if I (as a kid) didn't have facebook or if my parents didn't have one. My parents didn't let me have one anyway. I spent time playing flash games, googling "how to hack…
I was born in 84. Incidentally, you and I probably learned how to code around the same time. My first exposure to it was right out of college, in 2009. But I didn't really learn it until around 2011/2012, and I've been doing it professionally since about 2013 or so. I hear what you're saying; I agree that the centralized internet isn't great for creativity. Though having access to codecademy, lynda, and a few others was super cool. Trying to learn coding without them was fairly difficult.
Carrd is ubiquitous among a certain kind of zoomer, and while it’s more of a no code tool, I think it’s likely to be a gateway into web design for many, and probably the closest analogy to Tumblr customization Gen Z has.
And this is a bit farther afield but if you look at the popular stuff on Scratch you get the sense that a lot of young children are using it creatively, and that it will be a huge gateway into the industry in the future.
Earlier quoted context omitted.
Can anyone suggest redstone resources? I tried to learn computer architecture, logic gates etc but found it overwhelming, maybe making a simple cpu in redstone would be more approachable.
The nand2tetris course is a better idea than doing it in redstone. A lot of redstone logic relies on strange bugs in Minecraft, so you'd quickly have to learn and memorize these quirks instead of the fundamentals. You can also try playing nandgame.com.
I don't think that Minecraft is a good choice for actually learning computer engineering, because the physics of Minecraft are very different than real physics. But with modern redstone, I think it could be a really approachable way to understanding the kind of thinking that goes into building a processor.
Yes. We see lots of this on Glitch. From remixes of Heardle (the "name that tune" remix of Wordle) to more advanced apps that use Spotify's API to track how many streams different kpop groups are getting, to silly meme sites and personal pages, there are hundreds of thousands of apps and sites being built by Gen Z. It's an undersung trend because we (intentionally) don't have an algorithmic feed to amplify them into…
> we (intentionally) don't have an algorithmic feed to amplify them into influencers I’m curious why not. That’s always something that I’ve found is missing on glitch and just seems like something you forgot to implement. I want to see what’s popular, and more importantly, I want to give credit where credit is due - to their creators. That some become popular is just one of those things.
https://replit.com/
People have suggested glitch and neocities, which are probably the closest to what you’re describing, but I’d like to add a few more that are close to but not quite what you’re asking about: Carrd is ubiquitous among a certain kind of zoomer, and while it’s more of a no code tool, I think it’s likely to be a gateway into web design for many, and probably the closest analogy to Tumblr customization Gen Z has. And this…
All my friends built customized MySpace pages back in the day, but none of them are coders now. It gave you just enough tools to make a really interesting profile, but you would quickly hit a ceiling. During the same period, I was learning HTML using Dreamweaver and Arachnophilia (a combination of WYSIWYG and IDE). So I disagree w/the premise, even if there may have been some people that kept going, I doubt that it w…