Rivers Cuomo is an active developer on GitHub
81–90 of 137 posts
Re: Rivers Cuomo is an active developer on GitHub
#82Interesting, he seems to primarily work on a Discord Bot. This is at heavy risk for confirmation bias, but I believe that writing chat bots is one of the best ways for people to get into and enjoy coding, because it's fun and rewarding, and simple enough (with an existing framework to use) that just uses strings. For a large generation it was MySpace and the ability to customize your page heavily with HTML. I know a…
Re: Rivers Cuomo is an active developer on GitHub
#83Re: Rivers Cuomo is an active developer on GitHub
#84About a year ago, he played at a super intimate (and random) spot in LA. He pitched his GitHub during the show and I had a cool conversation with him about his code afterwards. Not a huge Weezer fan or anything (a friend invited me to the thing since she didn't want to go alone), but he seemed like a neat dude.
Re: Rivers Cuomo is an active developer on GitHub
#85Re: Rivers Cuomo is an active developer on GitHub
#86Earlier quoted context omitted.
I remember the Buddy Holly video but I think I may never have found the Plympton videos. I missed out—was a huge Plymptoons fan back then. I do remember discovering the video for GWAR’s Saddam A-Go-Go inside the Beavis & Butthead adventure game that came out that same year. Weird what sticks in our heads. Good times.
I was sure I remembered there was more than one, but likely I misremembered: https://www.youtube.com/watch?v=7ob7EEr3t8k It's very short, too. I'm surprised by that. But it definitely stuck in my head.
Re: Rivers Cuomo is an active developer on GitHub
#87Interesting, he seems to primarily work on a Discord Bot. This is at heavy risk for confirmation bias, but I believe that writing chat bots is one of the best ways for people to get into and enjoy coding, because it's fun and rewarding, and simple enough (with an existing framework to use) that just uses strings. For a large generation it was MySpace and the ability to customize your page heavily with HTML. I know a…
I teach software engineering to grad students. Discord bots specifically have been fantastic: 1) auth/identity is built in 2) the UX is highly constrained (having students lose a month to CSS issues is perhaps good prep for the real world but feels awful) 3) all of the tooling is free* *With the restrictions on free Heroku and the removal of free orgs on fly (it seems) I’ve had to retool a bit but codespaces cover a…
Re: Rivers Cuomo is an active developer on GitHub
#88Re: Rivers Cuomo is an active developer on GitHub
#89Interesting, he seems to primarily work on a Discord Bot. This is at heavy risk for confirmation bias, but I believe that writing chat bots is one of the best ways for people to get into and enjoy coding, because it's fun and rewarding, and simple enough (with an existing framework to use) that just uses strings. For a large generation it was MySpace and the ability to customize your page heavily with HTML. I know a…
It's a quick and easy return on investment. You see results and you can share results with friends, and the APIs aren't too hard.
Re: Rivers Cuomo is an active developer on GitHub
#90Earlier quoted context omitted.
I teach software engineering to grad students. Discord bots specifically have been fantastic: 1) auth/identity is built in 2) the UX is highly constrained (having students lose a month to CSS issues is perhaps good prep for the real world but feels awful) 3) all of the tooling is free* *With the restrictions on free Heroku and the removal of free orgs on fly (it seems) I’ve had to retool a bit but codespaces cover a…
How is that different from writing command-line apps?