[-] teawrecks@sopuli.xyz 3 points 15 hours ago

I don't think there is such a thing as over-the-top with this issue. Give them an inch and they'll take a mile. And we're already miles past that point.

[-] teawrecks@sopuli.xyz 2 points 2 days ago

To be fair, it's entirely possible someone else made a post about this topic with an non-sensationalized title, but no one engaged with that one. Including us.

[-] teawrecks@sopuli.xyz 4 points 2 days ago

Come on and slam

[-] teawrecks@sopuli.xyz 16 points 2 days ago

I'd venture to guess this isn't the first time Linus has had to deal with devs who have ideological disagreements and one quits. It's not also his job to keep that from happening. What he said is true, there's a process they have for maintaining Linux, and it doesn't involve flame wars on social media.....it involves flame wars over email 😅.

But seriously, if a devs are going to get upset at each other and rage quit, it's not Linus' job to play mediator.

[-] teawrecks@sopuli.xyz 2 points 4 days ago

"Um, yeah, but we could have already known everything thousands of years ago if we had just made any effort. AI is just a worse version of what evolution already made between my ears. We could have already blown the planet up 70 years ago. The beginning of time is sooooo 13.8 billion years ago, YAWN!" - OP probably

56
submitted 1 week ago by teawrecks@sopuli.xyz to c/asklemmy@lemmy.ml

I'm curious what, if any, guidelines people self-impose to try and engage in a productive way online (both on Lemmy and elsewhere). "Netiquette" if you will.

A couple of rules that I think are good practices, but still see too often, are:

  • don't pile onto the most downvoted comment. Kinda like don't feed the trolls, but it's more about not letting yourself get rage baited. Instead, downvote them and move on.
  • don't give a non-answer to someone's question. Ex. if someone asks how to do X, don't answer with, "Why are you trying to do X? You shouldn't want to do X. Do Y instead." Instead, explain what it would take to do X, and then offer Y as a possible alternative and why it may be a better option. But assume they already know about Y, and it doesn't fit their use-case.

For that last one, finding a thread where someone has asked the exact question you want answered, only to find a thread full of upvoted non-answers is up there with the dreaded "nvm, I figured it out - 10y ago".

1
submitted 1 month ago by teawrecks@sopuli.xyz to c/music@lemmy.world
[-] teawrecks@sopuli.xyz 95 points 4 months ago

In the last 10 years there has been a seemingly noteworthy uptick in hardware bugs in both intel and amd CPUs. Security researchers find and figure out potential attack vectors that rely on these bugs (ex. Specter/Meltdown). Then operating systems have to put workarounds in their kernel code to ensure that these hypothetical attack vectors are accounted for, at the cost of performance and more complicated code.

Linus is saying how annoyed he is with all this extra work they have to do, resulting in worse performance, all to plug vulnerabilities that we've never actually seen any real attackers use. He's saying instead we should just write the code how it should be, and if the hardware is insecure, let it be the hardware company's problem when customers don't use the hardware.

The problem is, customers will continue to use the hardware and companies who need a secure OS (all of them) will opt to not use Linux if it doesn't plug these holes.

1
submitted 5 months ago by teawrecks@sopuli.xyz to c/boardgames@sopuli.xyz

Just ran across this in the newcommunities discussion. Figured I'd jump start a thread for people to chime in on.

  • What have you been playing lately?
  • Anything you're looking forward to?
  • What do you wish you could play, but never have the time or players?
[-] teawrecks@sopuli.xyz 92 points 6 months ago

What year is it? Are they going to be offended by SouthPark next?

[-] teawrecks@sopuli.xyz 82 points 6 months ago

A branch of the American healthcare system.

[-] teawrecks@sopuli.xyz 137 points 1 year ago

Phew, good to know that if this ever happens to me as a customer, I just need to go viral on HN. What a relief.

55

I'm curious what people's thoughts are about Matter. This is the first I'm hearing of it.

I've been trying to find a way to replace my old Chromecast Ultra (because Google), but I really like having that little cast button show up in apps, even on the phones of guests. But from what I can tell, Google killed this functionality on open alternatives (ex. Raspicast) with a lockdown to the Chromecast spec.

I'm hopeful that Matter could be a way to have my devices cast streams to each other in a standardized way that wouldn't require me to rely on Google/Apple/Amazon/etc. Maybe even Newpipe could get in on the action?

I don't know how it will work, or if this "Connected Standards Alliance" (which is apparently used to be the ZigBee Alliance, also news to me) will still have to greenlight specific devices despite it being "open", which would rule out Newpipe. I would assume the official YouTube apps will be particularly resistant to supporting Matter.

Anyone have any experience here? Has anyone else successfully replaced their media device with something open that also works with the casting button in apps?

14
submitted 2 years ago by teawrecks@sopuli.xyz to c/linux@lemmy.ml

I'm trying to wrap my head around the pipewire ecosystem. I think it's great that we're getting a fully featured audio system with all the upsides of pulseaudio and jack, and none of the downsides (that I know of), plus a bunch of completely new features. However, I can't help but think it could have used a little more vision in its interface (or maybe just qpwGraph).

From what I've read, my mental model is that pipewire holds the graph, while a "session manager" manipulates it (create/modify/remove new nodes/ports/links/etc). That's fine. I also understand that wireplumber is such a session manager, and despite having a really convoluted config syntax, it does its job (I assume).

As a simpleton, though, I'm drawn to the wysiwyg interface of qpwGraph, but it's not clear to me how it's supposed to fit into pipewire's vision or how it interacts with wireplumber. It seems to render the current pipewire graph as it is, it can create/remove links between ports, but also it's not a session manager (right?).

I suspect that whatever I can do in qpwGraph I could also do using just wireplumber via conf files and the cli. But dragging my mouse between nodes is so much easier than learning a new syntax. But then I also don't understand what "Active" and "Exclusive" mean. I'm guessing that if Active isn't checked, it won't do anything at all, but if Exclusive isn't checked then...maybe wireplumber can override it? Does that mean if Exclusive IS checked it's able to override wireplumber (look at me, I am the session manager now)? Is that why, if I have a qpwgraph active that links VLC to both OBS and my headset, I hear/see a delay of the link to my headset when a VLC process launches? First wireplumber decides where it should link, and then qpwGraph modifies it several ms after?

I feel like it's currently not clear what qpwGraph is in pipewire terms, but it's also clearly the most intuitive way for someone to use pipewire right now. I think it would be best if qpwGraph was either a standalone, fully featured session manager (not to be used in combination with wireplumber) or just a front end for wireplumber rather than talking to pipewire directly.

Thoughts? Anyone else confused? Am I missing a piece to the puzzle?

[-] teawrecks@sopuli.xyz 169 points 2 years ago

He also keeps explaining to me why Fedora better than my “nerd OS”

lol he's already a true linux user.

But probably best to have a talk about gatekeeping linux though. There's no wrong way to run linux.

[-] teawrecks@sopuli.xyz 93 points 2 years ago

https://everynoise.com/

It plots every genre of music on a 2D spectrum ("The calibration is fuzzy, but in general down is more organic, up is more mechanical and electric; left is denser and more atmospheric, right is spikier and bouncier.")

You can click on any genre and get band recommendations.

Or you can search for a specific band and find other bands plotted similarly.

[-] teawrecks@sopuli.xyz 101 points 2 years ago

This post missed the most important part people should know: someone is footing the bill for you to use this service. If you're not paying, they will make their money in whatever what they choose. Potential resulting in you becoming the product. Yes, even on lemmy. So if your instance mod needs funding, kick em a few bucks, be their customer.

1
submitted 2 years ago by teawrecks@sopuli.xyz to c/memes@lemmy.ml
view more: next ›

teawrecks

joined 2 years ago