Live data from Hacker News

Rivers Cuomo is an active developer on GitHub

github.com

131–137 of 137 posts

Re: Rivers Cuomo is an active developer on GitHub

#131

Earlier quoted context omitted.

As I'm not really a Weezer fan, I didn't recognize the name, but just looking at his profile tells you right away who he his. His employer is literally listed as Weezer.

Yes, and who is Weezer? This says nothing.

Who is anyone? Tons of conversations on HN come with an implied understanding of the subject being discussed.

Re: Rivers Cuomo is an active developer on GitHub

#132
post #119

Earlier quoted context omitted.

> sung about a 14 year old when Rivers was certainly an adult 18 year old girl, according to the first line of the song. I still think the song has a creepy/desperate tone, but not because she's legally a child. > "When I'm away, she puts her makeup on the shelf." For what it's worth, No One Else and The World Has Turned (the following song on the album) are usually taken to be related songs, including by Cuomo himse…

Sorry I'm not really interested in psychoanalyzing this guy. There are a enough talented(?) songwriters around so that I don't have to put up with these sorts of things.... you know, abject misogyny. I feel like HN community has a very low tolerance for this sort of thing, why is this guy immune? Because he's relatable? Gross. Look, if you're still an adult listening to this stuff and it's not just a "once a year bec…

[deleted]

Re: Rivers Cuomo is an active developer on GitHub

#133
post #119

Earlier quoted context omitted.

> sung about a 14 year old when Rivers was certainly an adult 18 year old girl, according to the first line of the song. I still think the song has a creepy/desperate tone, but not because she's legally a child. > "When I'm away, she puts her makeup on the shelf." For what it's worth, No One Else and The World Has Turned (the following song on the album) are usually taken to be related songs, including by Cuomo himse…

Sorry I'm not really interested in psychoanalyzing this guy. There are a enough talented(?) songwriters around so that I don't have to put up with these sorts of things.... you know, abject misogyny. I feel like HN community has a very low tolerance for this sort of thing, why is this guy immune? Because he's relatable? Gross. Look, if you're still an adult listening to this stuff and it's not just a "once a year bec…

> Because he's relatable?

Just to be clear, the point I was making was the opposite. He seems to struggle relating to other people, and other people struggle to relate to him.

Personally, my take is that it's worth developing empathy in general and I think that responding to people with disgust is an anti-pattern. As the cliche goes, be hard on the problem, soft on the person.

Re: Rivers Cuomo is an active developer on GitHub

#134
post #119

Earlier quoted context omitted.

> sung about a 14 year old when Rivers was certainly an adult 18 year old girl, according to the first line of the song. I still think the song has a creepy/desperate tone, but not because she's legally a child. > "When I'm away, she puts her makeup on the shelf." For what it's worth, No One Else and The World Has Turned (the following song on the album) are usually taken to be related songs, including by Cuomo himse…

Sorry I'm not really interested in psychoanalyzing this guy. There are a enough talented(?) songwriters around so that I don't have to put up with these sorts of things.... you know, abject misogyny. I feel like HN community has a very low tolerance for this sort of thing, why is this guy immune? Because he's relatable? Gross. Look, if you're still an adult listening to this stuff and it's not just a "once a year bec…

[flagged]

Re: Rivers Cuomo is an active developer on GitHub

#135

Earlier quoted context omitted.

This was me - made websites for my band, friends bands, made ticketing website for promoter friend, made websites for custom gear companies, ended up in a events startup then to the moon. Yes CS degree happened in the middle of all that too.

To think that (relatively?) small things like that could jumpstart a career... I'll be honest, I'm still young and I wonder what kind of journey is ahead of me

My only advice is, just play around, and try different things. Freelance for a while and charge terribly low amounts of money. Partner up with different types of people on ventures - yea this requires trust and you will get grifted from time to time.

But through it all, you're learning and building skills. Hell you're having fun.

Maximize for "f**ing around and finding out"

Re: Rivers Cuomo is an active developer on GitHub

#136

Earlier quoted context omitted.

Definitely agree—Discord bots got me into JavaScript! (For better or worse, lol.) To anyone who wants to build and host a hobby bot, I've had a good experience with using fly.io to host mine. They don't charge you for any monthly billing periods whose total cost would be less than five dollars (USD), so for small projects that would never get close to meeting that threshold, it's free ninety nine. Hard to beat that!

I didn't realize they had a (effectively) scale-to-zero option! Is it possible to store a bit of state, or is the bot entirely for ephemeral responses? I wasn't clear on what storage would be available from their pricing page.

Both bots I run are just for ephemeral responses, so unfortunately I'm not sure. I tend to be well under the $5 threshold, though, even at 2x bots, so it seems like there's plenty of wiggle room for more storage without incurring totally nutso costs.

(And even if you do exceed the $5 threshold, it's still waaaaaay cheaper than other options I've seen. RIP to Heroku's free hobby tier.)

Re: Rivers Cuomo is an active developer on GitHub

#137
post #61

Earlier 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?

It’s much easier to share a link to a Discord server than it is to convince your friends/family to install an app. Packaging and distribution alone would take up most of your development time - a semester is only 15 weeks. (This is why I used to do web-based projects.)

Discord also supports some simple UI elements - images, buttons, form fields, and dropdowns - so it’s a nice step above a CLI for teaching UX, which is part of the course.

Post reply on HN