TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rivers Cuomo is an active developer on GitHub

284 点作者 volleygman180超过 1 年前

40 条评论

amagitakayosi超过 1 年前
Wait, no one remembers now? He once released a mobile app to stream Weezer songs, all written by himself. <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;weezify&#x2F;id1598140531" rel="nofollow">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;weezify&#x2F;id1598140531</a> I&#x27;m glad he&#x27;s still writing code so hard.
评论 #39225047 未加载
评论 #39224837 未加载
freedomben超过 1 年前
Interesting, he seems to primarily work on a Discord Bot.<p>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&#x27;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 number of people who learned HTML for that reason.<p>Chat bots seem like the closest modern day equivalent (despite the main platforms making it harder with stuff like difficult to connect to the real time websocket and force use of webhooks). 10 years ago or so when Slack was new and had a gloriously simple API, I even wrote a framework that made it as easy as implementing one function, and you could receive messages (among other metadata like the username of the sender) as strings and send replies easily as strings. It served as an entry point for a few friends who had some fun with it and learned some ruby in the process.<p>Anyway, if you&#x27;re looking to get into coding but want to do a &quot;real&quot; project (or something very rewarding), start by writing simple chat bots! If you need some ideas, these are simple:<p>1. Start with writing a simple echo bot that just replies to every message with the same message that it received.<p>1. Write a bot that responds to every message with a random number between 1 and 100. For a slight increased challenge, have it do fizzbuzz where the nth message received is the counter.<p>2. Write a bot that that will reverse the message of whatever it receives, so it echoes replies but backwards.<p>3. Write a bot that will lookup a word when the message sent is &quot;define &lt;word&gt;&quot; and reply with the definition from one of the many dictionary APIs out there.<p>Go from there!
评论 #39225083 未加载
评论 #39224694 未加载
评论 #39226992 未加载
评论 #39230489 未加载
评论 #39224934 未加载
评论 #39225844 未加载
评论 #39226467 未加载
评论 #39227126 未加载
评论 #39224671 未加载
评论 #39228420 未加载
rcv超过 1 年前
This is wild - looks like he&#x27;s messing around with OpenAI to create setlists for a show:<p>&gt; base_prompt = &quot;&quot;&quot; I want you to act as a show designer for Weezer&#x27;s upcoming summer tour. The show is divided into four segments of contrasting moods. 1. The Pop Party section will feature upbeat, cheerful songs with a more light-hearted message about love and relationships. It will be high energy and encourage the audience to participate in singing along and dancing. 2. The Emotional Ballads section will feature slower-paced songs with poignant lyrics about love and relationships. The instrumentals provide a reflective atmosphere that may be heavy at times, but ultimately brings comfort. 3. The Dark and Heavy section will focus on heavier topics such as mental health&#x2F;anxiety struggles or social commentary&#x2F;satire. These songs will have intense instrumentals to match the mood of the lyrical content, allowing for an honest exploration of these issues in a safe space. 4. the Fun and Uplifting segment will have a similar vibe but with deeper lyrics that speak to mental health&#x2F;anxiety struggles or spiritual enlightenment. The instrumentals may be slightly slower paced than in the Pop Party section, however they are still uplifting as they celebrate hope for brighter days ahead. You are going to analyze 2 pieces of data: the song&#x27;s spotify audio feature &quot;energy&quot; and the song&#x27;s lyrics and then return 1 of these 4 strings, corresponding to the type of song you think it is. Make sure you only return one of these 4 strings with no other test around it. Here are the 4 strings in a list: [&quot;1. Pop Party&quot;, &quot;2. Emotional Ballads&quot;, &quot;3. Dark and Heavy&quot;, &quot;4 . Fun and Uplifting&quot;]. Now here are the song lyrics: &quot;&quot;&quot;<p><a href="https:&#x2F;&#x2F;github.com&#x2F;riverscuomo&#x2F;apps&#x2F;blob&#x2F;master&#x2F;songdata.py#L202C5-L211C8">https:&#x2F;&#x2F;github.com&#x2F;riverscuomo&#x2F;apps&#x2F;blob&#x2F;master&#x2F;songdata.py#...</a>
评论 #39224584 未加载
评论 #39227656 未加载
评论 #39228630 未加载
kazinator超过 1 年前
Over twenty years ago I discovered Jens Johannson&#x27;s* site, where he revealed he was into programming.<p>He hacked on someone&#x27;s Phase Vocoder code:<p><a href="https:&#x2F;&#x2F;www.panix.com&#x2F;~jens&#x2F;pvoc.par" rel="nofollow">https:&#x2F;&#x2F;www.panix.com&#x2F;~jens&#x2F;pvoc.par</a><p>I built Jens&#x27; version and used it for cleanly slowing down some audio tracks.<p>--<p>* Keyboard player of Stratovarious, formerly with Yngwie Malmsteen&#x27;s <i>Rising Force</i>; <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jens_Johansson" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jens_Johansson</a>
评论 #39224140 未加载
kjellsbells超过 1 年前
I like the symmetry of Weezer&#x27;s &quot;Buddy Holly&quot; being one of the first PC videos people ever saw by virtue of it being included on the Windows 95 installation CD, and 30 years later, Cuomo quietly carving out a little piece of the coding universe for themselves. Rock on!
评论 #39224040 未加载
评论 #39224554 未加载
pimlottc超过 1 年前
He was also on an episode [0] of the Song Exploder podcast where he talked about how he uses a spreadsheet to catalog all his song ideas, with columns for key, tempo, mood, etc. So when he has an idea for a song, he can search for riffs and phrases that might work together.<p>0: <a href="https:&#x2F;&#x2F;songexploder.net&#x2F;weezer" rel="nofollow">https:&#x2F;&#x2F;songexploder.net&#x2F;weezer</a>
评论 #39223779 未加载
评论 #39224190 未加载
jerrysievert超过 1 年前
I was a musician that has tracks on most of the popular music stuff, was a successful professional dj, worked with other semi-successful musicians, authors, and others successful in other careers, heck even I have a musical effects company. it shouldn&#x27;t be shocking that some of us have more successful careers than me - music leads to ideas and invention, why should that not include software?<p>(says someone who writes postgres extensions for a living)
amanzi超过 1 年前
He was on Michael Kennedy&#x27;s Talk Python podcast a couple of years ago:<p><a href="https:&#x2F;&#x2F;talkpython.fm&#x2F;episodes&#x2F;show&#x2F;327&#x2F;little-automation-tools-in-python" rel="nofollow">https:&#x2F;&#x2F;talkpython.fm&#x2F;episodes&#x2F;show&#x2F;327&#x2F;little-automation-to...</a>
ChrisMarshallNY超过 1 年前
Todd Runtgren was&#x2F;is an Apple developer. We used to see him at DubDub.<p>Had a software shop, called “Utopia Softworks.” I don’t think much came from it.<p>I think a lot of early electronic musicians were quite engineering-savvy, as their equipment was pretty intense.
burgerrito超过 1 年前
There&#x27;s pretty good amount of programmer that are musician I think. _Correct me if I&#x27;m wrong_ but I think there&#x27;s an interview with Jonny Greenwood of Radiohead that says he obsessed with computers and played around with BASIC when he was younger.
评论 #39224533 未加载
评论 #39224522 未加载
评论 #39225177 未加载
评论 #39224850 未加载
nosrepa超过 1 年前
I bet he made all of his commits in his garage.
评论 #39224153 未加载
whoswho超过 1 年前
Would be nice if Autechre open sourced all the crazy max&#x2F;map stuff they worked on.
评论 #39224544 未加载
jader201超过 1 年前
According to his `new-albums` repo [1]:<p>&gt; I&#x27;ve been learning programming since 2015<p>So something he’s picked up fairly recently.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;riverscuomo&#x2F;new-albums">https:&#x2F;&#x2F;github.com&#x2F;riverscuomo&#x2F;new-albums</a>
评论 #39224486 未加载
jedberg超过 1 年前
Not entirely surprised. This is the same guy who took time off from being a famous rock star to finish his undergrad at Harvard &quot;just for fun&quot;. He probably codes for fun too.
paulcole超过 1 年前
Travis Morrison from The Dismemberment Plan also ended up as a programmer.<p><a href="https:&#x2F;&#x2F;slate.com&#x2F;human-interest&#x2F;2012&#x2F;07&#x2F;travis-morrison-and-the-dismemberment-plan-what-its-like-to-marry-a-rock-star.html" rel="nofollow">https:&#x2F;&#x2F;slate.com&#x2F;human-interest&#x2F;2012&#x2F;07&#x2F;travis-morrison-and...</a>
评论 #39228680 未加载
volleygman180超过 1 年前
It&#x27;s fascinating to see how a prominent musician uses coding and custom software in their daily and professional life
SimianLogic超过 1 年前
The headline is bad. No idea who that is and it sounds like they work there.<p>Maybe:<p>The lead singer of Weezer has an active Github account.
评论 #39232256 未加载
bilalq超过 1 年前
Seeing that activity chart reminds me of TJ Holowaychuk (a.k.a., visionmedia). He was such a prolific and inspirational guy. I remember going through college over a decade ago and looking up to him. He accomplished so much, but still made it a point to enjoy hobbies outside of programming. Dude was a great role model.
评论 #39228140 未加载
milliams超过 1 年前
From Mexican Fender, by Weezer:<p><pre><code> She got a bachelor&#x27;s degree in physics and a job in computer programming That&#x27;s pretty cool for a singer in a band so I knew we would end up jamming</code></pre>
drooby超过 1 年前
He was studying CS while touring. Here is a project demo he worked on.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3Kf4-zMNqq8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3Kf4-zMNqq8</a>
dvt超过 1 年前
About 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&#x27;t want to go alone), but he seemed like a neat dude.
评论 #39224262 未加载
评论 #39226139 未加载
jauntywundrkind超过 1 年前
For whatever it&#x27;s worth, there was a recent submission on Marlon Brando being a crypto-techie too.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39213150">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39213150</a> <a href="https:&#x2F;&#x2F;www.yahoo.com&#x2F;entertainment&#x2F;marlon-brando-was-a-secret-tech-geek-and-photoshop-124061824672.html" rel="nofollow">https:&#x2F;&#x2F;www.yahoo.com&#x2F;entertainment&#x2F;marlon-brando-was-a-secr...</a>
bredren超过 1 年前
He’s been at it for a while. He was a guest on this kind of buried 2021 episode of Talk Python to Me.<p><a href="https:&#x2F;&#x2F;talkpython.fm&#x2F;episodes&#x2F;show&#x2F;327&#x2F;little-automation-tools-in-python" rel="nofollow">https:&#x2F;&#x2F;talkpython.fm&#x2F;episodes&#x2F;show&#x2F;327&#x2F;little-automation-to...</a><p>IIRC, he had not started using source code management at the time. When he says this, the other guests describe why he might want to start using git.
ants_everywhere超过 1 年前
I do videos on YouTube where I take an improvised look at open source code bases. I&#x27;ve had it on my list to do one of the Rivers Cuomo repos, but I haven&#x27;t figured out which one I want to look at.<p>I used to play his Weezer wordle game. It was pretty good. I believe it was written in Flutter. The game seems to be defunct now.
brianzelip超过 1 年前
He has been featured on the Talk Python podcast, <a href="https:&#x2F;&#x2F;talkpython.fm&#x2F;episodes&#x2F;show&#x2F;327&#x2F;little-automation-tools-in-python" rel="nofollow">https:&#x2F;&#x2F;talkpython.fm&#x2F;episodes&#x2F;show&#x2F;327&#x2F;little-automation-to...</a>. A great episode!
d--b超过 1 年前
One of the main two guys working on <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Unrecord" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Unrecord</a> is a French rapper.
michael_michael超过 1 年前
His code was a lot better when he was pairing with Matt Sharp.
pubby超过 1 年前
Presumably the private repos are for this website: <a href="https:&#x2F;&#x2F;riverscuomo.com&#x2F;home" rel="nofollow">https:&#x2F;&#x2F;riverscuomo.com&#x2F;home</a>
thekevan超过 1 年前
I like the way he comments on what he repos are. He types them as if he is standing over your shoulder, pointing at the screen and explaining them to you excitedly.
andreagrandi超过 1 年前
Now we need Taylor SWIFT to develop iOS apps....
thr0waway001超过 1 年前
Who dat?
评论 #39225639 未加载
sandos超过 1 年前
Whaaa... I mean I sort of knew he was a &quot;nerd&quot;, but not to this extent... at all!
giantg2超过 1 年前
I guess some people are good at multiple things and others (me) aren&#x27;t good at any.
Shinchy超过 1 年前
He&#x27;s an extremely smart guy, so I&#x27;m not that surprised.
StopTheTechies超过 1 年前
Somehow this isn&#x27;t surprising given their music.
CitizenKane超过 1 年前
Wow, he has a better commit graph than me. Very impressive, especially considering that Weezer is still active. Time to step up my game.
mp05超过 1 年前
If you&#x27;ve paid any attention to the lyrics from the past 12 or 14 Weezer albums you&#x27;d not be surprised that he&#x27;s quite adept at Markov chains.
评论 #39225066 未加载
syndicatedjelly超过 1 年前
This is an example of what “software will eat the world” means to me.
aantix超过 1 年前
Say it ain’t so..
ChrisArchitect超过 1 年前
Related interview from a few years ago:<p><i>Rockstar programmer: Rivers Cuomo finds meaning in coding</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25217819">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25217819</a>
评论 #39224446 未加载