- 5 Posts
- 260 Comments
MonkderDritte@feddit.deto
Android@lemdro.id•Google Confirms Play Store App Deletion—Now Just 6 Weeks AwayEnglish
11·2 years agodeleted by creator
MonkderDritte@feddit.deto
Android@lemdro.id•Google Confirms Play Store App Deletion—Now Just 6 Weeks AwayEnglish
92·2 years agoMeaning, simple apps which are doing one thing well are targeted too for deletion in play store?
MonkderDritte@feddit.deto
Technology@beehaw.org•The FCC wants to force carriers to unlock phones within 60 days
7·2 years agoAnd manufacturers to make it unlockable, pretty please?
MonkderDritte@feddit.deto
Technology@beehaw.org•How to install yt-dlp on Windows, Mac, and Linux
3·2 years agoNot OP but since MS stole winget, i refuse to use it and use scoop and Chocolatey instead. They have more packages too.
MonkderDritte@feddit.deto
Selfhosted@lemmy.world•This mini ITX board combines Alder Lake-N processor with 10 Gb and 2.5 GbE networking and up to 8 storage devices (2 x NVMe + 6 x SATA) - LiliputingEnglish
2·2 years agoI just got a standard Mini-ITX board with overspecced VRMs and a PCIe slot in the end. Good enough. At least it can sleep and behaves as expected.
MonkderDritte@feddit.deto
Selfhosted@lemmy.world•This mini ITX board combines Alder Lake-N processor with 10 Gb and 2.5 GbE networking and up to 8 storage devices (2 x NVMe + 6 x SATA) - LiliputingEnglish
1·2 years agoI see one 4-pin, a 3-pin(?), a 8-pin and multiple 9-pin connectors.
ADMINISTRATIONS PASSWORT EINSTELLEN!
DA FEHLT EIN BINDESTRICH!
MonkderDritte@feddit.deto
Technology@beehaw.org•Police Really Want a Cybertruck, Email Shows
6·2 years agoOr better training, so people don’t hate them. Though, there is laws too.
MonkderDritte@feddit.deto
Android@lemdro.id•[YT] Less Than Half of Android Users Have Upgraded to Android 13 or 14! 🤯English
6·2 years agoGoogle doesnt do anything here. The OEMs need to port the Android kernel to older hardware.
Wrong. Google had multiple projects like Treble to decouple the software from the hardware. What happened with it?
Time flies, where a HDD is barely enough to run a minimal Linux.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
1·2 years agoYou can of course not give users a choice. And a lot of applications do their own thing, having their own variables like
GOPATHor a cli option like--configor some way to do that in a config file like Idea IDEs. But implementing XDG from start is miles simpler for all parties, it’s good practice to have your paths and variables somewhat organized in code anyway.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
4·2 years agoIn this case it would be
XDG_CONFIG_HOME=/home/config. That simple.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
91·2 years agoThis standard makes your software’s paths user-configurable, giving users a choice.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
12·2 years agoAnd i wish there was a separate XDG_LOG_HOME or $HOME/.local/log, with logrotate preconfigured to look there.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
7·2 years agoWhat language? Python has PyXDG.
In shell it’s simply
XDG_DATA_HOME="${XDG_DATA_HOME:-"$HOME"/.local/share}" XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-"$HOME"/.config}" etc.
MonkderDritte@feddit.deto
Linux@lemmy.ml•My fellow software engineer, It's the year 2024...
22·2 years agoWhere did i read this… basically, the .file being hidden being a bug in the early unix filesystem, which got misused to hide configuration files.
Offenders despite XDG-variables set and with no workaround:
- .android: hardcoded in adb and i guess something in mtp too
- .pki: some tool/library Firefox and Chromium sometimes use.
- .steam: yes, that


Two partitions for a live linux, the second for home and other data. It can come in handy, if you’re on linux.