[-] teawrecks@sopuli.xyz 26 points 6 days ago

Cooperating with the law is often percieved as an act of defiance with this administration, though.

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

Side note: If part of your prep for an OS wipe involves making copies of critical information, I recommend re-evaluating your backup strategy. You should be able to lose any device at any time without warning, and not lose any data.

20
submitted 1 week ago by teawrecks@sopuli.xyz to c/music@lemmy.world
58
submitted 4 months 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 4 months ago by teawrecks@sopuli.xyz to c/music@lemmy.world
[-] teawrecks@sopuli.xyz 95 points 7 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.

2
submitted 9 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 64 points 10 months ago

I feel like this is the perfect place for Right to Repair legislation: the product is broken? And it's outside your support window? Then give customers what they need to make the fix themselves. It's not good enough to say "meh, guess you gotta buy one of our newer chips then 🤷"

[-] teawrecks@sopuli.xyz 92 points 10 months ago

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

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

A branch of the American healthcare system.

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

Honestly, I feel like you're being bizarrely calm about the situation. This is so far beyond unacceptable that one or both of them should be immediately fired for this offense, lest you have an open-and-shut hostile work environment lawsuit on your hands.

I would make sure to keep the text as evidence and let HR know about it. If the guys are somehow not fired, and ever approach you again or try to retaliate in any way, go consult a lawyer.

[-] 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?

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

Man, talk about milking a niche topic for clicks.

15
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