Little bit of everything!

Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 26 Posts
  • 847 Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • Hey same, except my mom’s mom went through the depression here in the states and it rubbed off on her.

    She loves to call out how particular I am about food, when actually I love trying new foods! I simply don’t like getting food poisoning from whatever hot dish/casserole she made 4 months ago that has been sitting in the fridge. At Christmas one year she brought out canned whipped cream, rediwhip, and it was 3 years expired! I didn’t notice and was sick for a week!





  • Yes and no.

    Yes, in that it does and will affect you, and you do need to take an interest. You need to vote in every election you can, you need to stay involved, you need to make a stand. Without that we will lose everything we care about. Those in power have shown that they are happy to chip away at things, but as soon as any opposition is shown they start backing down.

    No, in that your life is your own, and you can’t let politics dictate your life. As someone with a ton of anxiety, I cannot read the news daily, I do not subscribe to the news communities, I have to stay away from it. I choose to live my life and make the most of it, living day to day. My family and friends are the most important to me, and I spend my time enjoying them. I came very close to crumpling into a deep depression due to the news, and then got help. It was a hard lesson in learning I cannot personally change everything, and I cannot hold myself responsible for everything that has happened.

    Confused? Good. It’s a personal journey, you have to pick and choose yourself, and draw your own lines and figure out where your responsibility is and when you’ve done your part. I stay educated, I know what’s happening, I know who I’m voting for, I know when to stand up. That does not mean I need to stay glued to my computer and doomscroll. You’ll have to draw your own line.




  • Jellyfin is the o ly OSS project I’ve walked away from a change. It was a simple exception thrown that could be ignored in very specific circumstances that I remember. I wrote up the change, left several lines of comments, looked up code style, files the bug and PR in the proper way and… Rejected.

    My 2 or 3 line PR was nitpicked to hell, I think the fourth round of reviews I just walked away. It wasn’t worth it for me at that point.

    So I’m not entirely surprised that they’re feeling burnout. It seemed exhausting getting anything done.






  • Correct, and again, I’m someone who uses AI, I’m not one of the ones who are purely against it. The definition what what I’ve both done and seen:

    • Using LLMs to code - fine. It’s a tool, use it as you’re saying. This is not what I’m talking about.
    • Using LLMs to vomit out all of your code into one commit is vibecoding. It’s clearly vibecoding when there weren’t even multiple commits. No trial and error, no refinement, just one giant dump.

    I do care how it’s coded because it shows how well it will be maintained into the future. If someone uses LLMs over months to build something it will probably be maintained. If someone vomited out all of that code in one vibecoded session, it’s very likely they’ll be bored and in a month it’ll be abandoned. That’s what I’m looking at, because tests can be automated now.

    Maybe I’ll be wrong and in a month they’ll have committed hundreds of times and are trying to mature it. I have no evidence of that though, so there is no reason I’d risk trying it out.


  • Making your own and creating it is great. Maintaining it for years its great. Its why there is so much respect for other projects. You can see the months and years of dedication right in the git history.

    Vibe coding something and trying to be on par with the other projects is hubris. It’s assuming you can do a better job than the groups and maintainers with an AI tool. Then to make it worse, it will probably never be updated or maintained. That’s why I and I assume others dislike it. It’s minimal effort with the arrogance on top.

    Like I said. I enjoy vibe coding things. I’ve done a few. However I don’t go and pitch them as alternatives to well known OSS projects, because I know my vibe coding could never compare.