Skip Navigation
Don’t ever hand your phone to the cops: Digital IDs make it tempting to leave your driver’s license at home — but that’s a dangerous risk.
  • I would agree with you if we're talking about something like the ability to search a car, where the cop is not allowed to without the owner's permission (assuming no probable cause or warrant). In that case the cop usually figures out a loophole to manufacture probable cause or manipulate the owner into agreeing to a search. And then there's nothing a lawyer or judge can do later, because it's the cop's word vs yours.

    But if we're talking about a law that actually says the cop cannot take your phone no matter what, and they do, then any public defender would be able to point it out and the judge would certainly have to enforce it. I can't think of a way the cop would abuse their power because, in this case they don't have it.

    I could be convinced based on the actual wording of the law, though.

  • Ubisoft Returning to Day 1 Steam Releases Starting With Assassin's Creed Shadows
  • Goodwill asside, their games just aren't even fun. They're all the same game loop:

    • walk around listening to an unskippable dialogue
    • climb to the top of something to clear out part of the map and place a bunch of markers on it
    • go to the various markers to collect pointless garbage
    • fight some trash mobs with a very generous parry-based combat system
    • complete the next main questline
    • get a weapon upgrade you'll immediately forget about
    • repeat
  • SpacebarChat - a selfhosted, Discord-compatible communication platform
  • Yeah, I saw that element is using jitsi under the hood for its screensharing. If that makes for a seamless user experience, that's great. It's been like 10 years since I last tried Jitsi, but it was not smooth.

  • SpacebarChat - a selfhosted, Discord-compatible communication platform
  • TBH both disc and slack have their downsides, disc more so, so I'm fine if they just take the best of all worlds.

    But yeah, screensharing is the deciding factor for me. As much as all my friends hate discord, we use screensharing all the time (it's just a bit jankier getting it working on Linux).

  • SpacebarChat - a selfhosted, Discord-compatible communication platform
  • Does it work now? I tried it around a year ago and couldn't get voice to work at all. It even had a message saying they were in the process of rewriting their voice streaming backend, and the legacy path may just be broken.

  • SpacebarChat - a selfhosted, Discord-compatible communication platform
  • Discord compatible bots run on whatever server you run them on, they're not owned or run by Discord.

    It says the client is compatible with both space-bar and discord.com, so yeah, if you use it with discord, expect all the downsides of discord.

  • Featured
    Let's discuss: Hollow Knight
  • Idk, I know I'm in the minority, but the stuff I don't experience in a game is just as important as the stuff I do experience.

    As someone who played WoW as a kid, the world always felt bigger and more memorable because there was stuff I wasn't geared/skilled/determined/lucky/whatever enough to see. Then during WotLK they made a concerted effort to ensure everyone could see all the content. Suddenly the world felt small. Less like a world and more like a series of checkboxes that you tick off and say "done, onto the next game".

    I really appreciate when the creators say "not everyone will see everything, and that's ok, that's how we intended it". Elden Ring is really good about this. I'm about to finish my first playthrough, I know ive missed a lot of stuff, but that's OK, my playthrough was uniquely mine.

  • Featured
    Let's discuss: Hollow Knight
  • The vast majority of the game is optional so that you can get to the final boss and see an ending. I remember getting the normal ending and thinking "really? That fight was trivial". Turns out the minimal play-through is tuned for a low skill level. The "true" ending is another story though.

  • Valve appear to be testing ARM64 and Android support for Steam on Linux
  • I have to assume they're trying it out, but we may never see x86 to ARM emulation run at playable framerates while maintaining the power efficiency for many of the 3D workloads the steamdeck can currently run (not to mention dx12->vk translation). For simpler games, sure, but probably not cp2077.

    Maybe it's technically physically possible, but I don't think we're close to doing it. I think it would be easier for them to fund ARM+VK ports of new/popular titles, or see a battery density breakthrough.

  • What are you playing?

    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?
    7
    Open casting alternative (by Amazon?)
    www.trustedreviews.com What is Matter Casting? New AirPlay rival explained

    What is Matter Casting? The smart home standard Matter includes the ability to cast media and it'll allow users to cast content to Fire TV | Trusted Reviews

    What is Matter Casting? New AirPlay rival explained

    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?

    23
    qpwGraph vs wireplumber vs pipewire

    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?

    12
    404 when trying to access a new community?

    Hi, I'm sure this is just a noob lemmy question. I saw on /c/newcommunities@lemmy.world that there's a new YouShouldKnow community: https://sopuli.xyz/post/675270

    But when I search for it through Sopuli, it doesn't show up, and if I use the ! link in the top comment, it returns a 404 from sopuli. It seems the sopuli server doesn't know about the community yet, how is it supposed to find out about it? Thanks

    0
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TE
    teawrecks @sopuli.xyz
    Posts 5
    Comments 1.2K