- 2 Posts
- 102 Comments
I’ve never heard anyone say that Flatpaks could result in losing access to the terminal.
My only problem with Flatpaks are the lack of digital signature, neither from the repository nor the uploader. Other major package managers do use digital signatures, and Flatpaks should too.
OBS worked pretty well for me last time I used it, using the basic package Debian provided.
Limonene@lemmy.worldto Mildly Infuriating@lemmy.world•The driver for my mouse occupies over 1 gbEnglish66·10 days agoPiper is less than 2MB, and allows reconfiguring Logitech mouse buttons. It’s available in Debian and Ubuntu package managers.
Screenshot:
I had to use Piper to get exotic features like having mouse 6, 7, 8 buttons function as mouse 6, 7, 8, rather than the default of alt-tab and ctrl-v.
Limonene@lemmy.worldto Technology@lemmy.world•The Trump Administration is Building a National Citizenship Data System; State and county election officials can now check the citizenship status of their entire voter lists.English82·13 days agoYour post is blatant disinformation. Undocumented immigrants overwhelmingly vote not at all. Voting illegally in the US is difficult, and often prosecuted.
I live in the US. Most of the people I know are Democrat-aligned. None of them want undocumented immigrants to vote. None of them import undocumented immigrants.
Limonene@lemmy.worldto Fuck AI@lemmy.world•I can't imagine why people say AI is useless!291·22 days agoI’ve had several funny AI results in my searches lately:
Limonene@lemmy.worldto Mildly Infuriating@lemmy.world•Roommate refuses to use my body wash cause it's not "manly"English13·1 month agoBar soap dries out my skin really badly. Besides, moisturizing body wash is not too expensive.
My problem with that theme is that it doesn’t highlight any buttons. I believe all buttons should have borders, especially the ones the titlebar. This helps distinguish a noninteractive label from an interactive clickable button.
Limonene@lemmy.worldto Selfhosted@lemmy.world•Your help needed: PhD research on why people choose to self-hostEnglish7·2 months agoThis survey doesn’t distinguish between levels of cloud service provider, so I was a little confused.
Virtual private servers, cloud virtual servers (like AWS), cloud-based software where you provide code or a program and the cloud system runs it on a server of its choosing, and cloud-based systems where someone else provides the software (like Google Docs).
Limonene@lemmy.worldto Technology@lemmy.world•Microsoft is putting AI actions into the Windows File ExplorerEnglish1·2 months agoI literally cannot use a program that has AI crap integrated into it, because of data security rules in the contracts I have to follow. If I used Windows 11, I would have to never use Notepad, and find a way to remove Explorer. (Explorer creates the desktop icons and taskbar, so good luck with that.)
Limonene@lemmy.worldto Technology@lemmy.world•Microsoft is putting AI actions into the Windows File ExplorerEnglish1314·2 months agoWindows 11 doesn’t even have a working file manager or text editor anymore. This is not a serious operating system.
Limonene@lemmy.worldto Technology@lemmy.world•Netflix will show generative AI ads midway through streams in 2026English20·2 months agoRejecting Netflix fixes things for you and me, but the article says Netflix has 93 million ad-supported subscribers. I’m really worried about the amount of influence advertisers have on our society, and it’s only getting worse. Even if you and I can be above the direct influence of these ads, many people are not, and those people are influencing you and me. This produces a dangerous secondary influence that can reach most of society, and just fills everyone’s mind with lies, for hardly any cost.
Limonene@lemmy.worldto Mildly Infuriating@lemmy.world•Unable to complete training videos, because the password reset link doesn't work.English4·2 months agoI can’t get into the details, but I’ve used UKG/Ultipro in the past and it is absolute shit. Way worse things that just what dirtycrow is showing here.
Limonene@lemmy.worldto Mildly Infuriating@lemmy.world•My doctor's office now has ads when checking in onlineEnglish8·2 months agoGods, that’s awful. I would send them a bill for the cost of my attention.
I have to disagree about the idiot proof. KDE Plasma and Mate Desktop are more idiot proof and easy for newbies than Windows 10-11, yet have more features in their simple control panels.
I’ve had no bootloader problems in the last 10 years of Debian, Linux Mint, and Ubuntu (15-20 installs, plus another 20-30 if you count VMs.) However, my work computer’s bootloader was semi-bricked twice in 2019 (Windows 7).
I like
git add
because then you can dogit diff --staged
When I worked on OpenStack for a few years, 80% of the bugs I fixed were type errors that could have been prevented by Python being staticly typed.
Limonene@lemmy.worldto Mildly Infuriating@lemmy.world•Can't solve the captcha because I don't know what `undefined` isEnglish4·4 months ago“Your computer is sending automated requests.”
Limonene@lemmy.worldto Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish217·4 months agoJellyfin depends on proprietary Microsoft .NET, even on Linux.
It’s still better than Plex and Emby, which are fully proprietary, and have no source code. But I will stick with sshfs with kodi, and nginx plus mpv for now.
Limonene@lemmy.worldto Technology@lemmy.world•SNES consoles appear to run faster with age — APU frequency increased by up to 182 Hz after 35 yearsEnglish60·4 months agoCeramic resonators have a typical accuracy of +/-0.5%. An error of +182Hz is a +0.57% error rate.
Here is a datasheet cited by the Wikipedia article. It says 0.5% initial error, another 0.3% over its full temperature range, and another 0.3% over 10 years of aging.
Device integrity is important, but in the sense that I don’t want police to be able to get in if they take my phone while it’s locked. The phone should not be trying to protect itself from me, the owner.
I’m not planning on running any banking apps, nor any other proprietary apps that need any sort of remote attestation. For sensitive data, nothing like “other people’s social security numbers”. Just my own data, which I would prefer remain private.
Seedvault uses Android’s built-in backup infrastructure, so it won’t back up things like Signal, or proprietary apps that resist being backed up. Only a rooted app (or rooted adb) can properly backup an Android device.
By “mess with apps’ internal states”, I want to see what data proprietary apps are storing about me, and selectively delete it. I want to replace their certificate authorities with my mitmproxy’s certificate authority, and intercept their connections to understand them. I want to try modifying apps’ code – for example, call recording doesn’t work on my current phone, because there’s supposedly some XML file somewhere that marks all the US as “recording is illegal”. GrapheneOS claims to fix this, but there may be future problems in that same style, which could be fixed by modifying just one file.