Did some digging and I think it’s these projects:
- 3 Posts
- 48 Comments
Zangoose@lemmy.worldOPto Linux@programming.dev•Pipewire/Wireplumber set volume based on node name3·2 months agoThis works, thanks!
Zangoose@lemmy.worldOPto Linux@programming.dev•Pipewire/Wireplumber set volume based on node name3·2 months agoI don’t think it’s a process ID? I have 2 virtual pipewire devices (one called “chat-mic” and one called “chat-speaker”). Pipewire devices (nodes) also have ID numbers, but they are assigned when the device is initialized on startup and aren’t guaranteed to be the same between reboots
Zangoose@lemmy.worldto Android@lemdro.id•Introducing Octopi Launcher - Now in Open Beta!English9·3 months agoAs far as I can tell from a quick search it seems like it’s closed source.
sigh The search continues, why can’t I just have folders in the app drawer in lawnchair :(
Edit: according to a closed issue on the lawnchair GitHub, app drawer folders have already been in nightly builds for ~6 months, so hopefully it’s in the next beta release.
Zangoose@lemmy.worldto Fediverse@lemmy.world•Why aren't lemmy DMs compatible with mastodon?English2·4 months agoDoesn’t W3C already maintain the ActivityPub protocol?
Edit: nevermind I misunderstood this
… and are keeping the hate to the appropriate boards (X, I believe it’s called nowadays). Should we contract his work and apply it where applicable?
There is no “appropriate board” for hate speech, whether it’s antisemitism, transphobia, or anything else. If you wouldn’t want someone to be a nazi in your office, why would you pay them if you know they’re a nazi somewhere else? Is it fine as long as it’s someone else’s problem?
On another level, if you had to pay a developer, and you have reason to think they might donate the money you give them to an antisemitic cause, or directly use it to fund their own antisemitism, would you still want to give them that money? Or maybe look elsewhere, even if it means getting something slightly worse?
Signal is private in that other people can’t intercept your messages, including signal. The signal app is open-source so you can be relatively certain it’s not tracking your decrypted messages, unlike closed-source apps like WhatsApp or Facebook Messenger or any other private social media.
Signal is not anonymous from an account standpoint, because you need a phone number to sign up, even if you can choose not to display it in your account.
Zangoose@lemmy.worldto Android@lemdro.id•People who charge/discharge between 20-80%, how's your device?English9·6 months agoI’ve had a OnePlus 9 Pro since around when it came out in April 2021. Around 6 months later I installed AccuBattery and started trying to keep my phone between 20-80% battery. I still charge it to 100% sometimes, like when I think I won’t have access to a charger or will be out for a while, but generally I stick to it. It is also good to do a full charge (<15% to 100%) once every few weeks because it helps the battery stay calibrated and give accurate percentage readings.
In the 3+ years since then, my phone’s reported battery health has gone from a little over 90% to ~83-85%. I also almost exclusively use the 65w fast charger that came with my phone (I’m impatient) so that might be hurting my battery a bit more also. Here’s the graph of battery health over time that AccuBattery shows me
Rust is only huge because it doesn’t have an ABI. If you had an ABI (and didn’t have to compile every single dependency into the binary) the binary sizes would probably drop a lot to the point where they’re only slightly bigger than a C counterpart
Edit: I don’t know if Go has an ABI but they also include a runtime garbage collector in their binaries so that probably has something to do with it.
Zangoose@lemmy.worldto Games@lemmy.world•PEGI gives Balatro an 18+ rating for gambling imageryEnglish18·7 months agoStep 1: Add ads into [insert app of choice here] that are really annoying
Step 2: Make people pay to get rid of them. Bonus points if it’s a subscription
Step 3: People hate your app but it’s the one that’s installed by default so they use it anyway
Step 4: Profit
This could actually make sense if those bot posts that mirror reddit subs are included in this number since those don’t really get any comments
It got revived also! They’re back on F-droid as well, not sure about it being the same developer as this though since I don’t use friendica
edit: here’s the new GitHub link: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy
Zangoose@lemmy.worldto Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish9·8 months agoHey did you know that any JSON file is also a valid YAML file? I bet you’ll love YAML a lot more now that you have this information
Zangoose@lemmy.worldto Games@lemmy.world•Tencent collaborated with Snoop Dogg for Fortnite, officially adding the 'C-Walk' as a dance, a notorious gang sign for the Crips.English2·8 months agoThe point of the game is to shoot people with actual guns until you’re the only person (or team) left. Is the word “kill” really where ESRB draws the line?? (not that I think fortnite should be rated R)
Zangoose@lemmy.worldto Technology@lemmy.ml•Russia says it might build its own Linux community after removal of several kernel maintainers.31·8 months agoYou’re not wrong but it’s not like it’s unprecedented. North Korea already does this with Red Star OS. It’s just Linux with a bunch of spyware and government tracking/surveillance on top (edit: it’s also definitely not open source)
Zangoose@lemmy.worldto Technology@lemmy.ml•Russia says it might build its own Linux community after removal of several kernel maintainers.13·9 months agoIt won’t be open source. Who’s gonna sue Russia for license violation?
Zangoose@lemmy.worldto Technology@lemmy.ml•Rider and WebStorm are now free for non-commercial use5·9 months agoSmh, it’s spelt
vim
by the way
Zangoose@lemmy.worldto Games@lemmy.world•The official Nintendo Museum appears to be emulating SNES games on a Windows PC, which is slightly embarrassingEnglish21·9 months agoI completely agree with that take, I was just making a joke about how the first sentence reads like the start of a comment that’s about to defend Nintendo
Zangoose@lemmy.worldto Games@lemmy.world•The official Nintendo Museum appears to be emulating SNES games on a Windows PC, which is slightly embarrassingEnglish6·9 months agoAFAIK the Yuzu accusations of containing code from the Nintendo SDK haven’t been proven and also didn’t come out until well after Yuzu had already shut down (it was drama surrounding the Suyu “devs” that tried to succeed them). The whole case was about them profiting off of their patreon and optimizing their emulator for a game that hadn’t been released yet.
It’s not that Yuzu used stolen code, it’s that they released updates that optimized for the leaked copies of Tears of the Kingdom, and charged money for it. If they waited to release builds until after the release, or if they had been doing it for free, they probably wouldn’t have been shut down. You might think this is a small difference, but it really isn’t because having the binary file of a game is not the same as having the code that made the binary. Realistically, if you are good enough at reverse engineering binaries that you can figure out the code well enough to make optimizations for it in the 2 weeks that the game was leaked for before it came out, you are probably getting paid enough that steaking your income on a community-driven emulator would be unthinkable.
Either way, Ryujinx, which didn’t profit like Yuzu did (and is written in a completely different programming language from Yuzu, with a completely different set of developers) still got shut down. Nintendo isn’t doing it because of stolen code, they’re doing it because it’s an emulator that exists.
The ghost doesn’t get a gravestone