Skip Navigation
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/)BU
buskbrand @lemm.ee
Posts 0
Comments 16
Apps that shouldn't be Subscriptions
  • But a subscription to remove ads? Your app doesn't need an external server to do that.

    This is kind of a bad example because the value proposition is different but still very clear - the default version of the app provides a regular income stream to the developers. If you don't like that, you can choose to provide an alternative income stream instead.

    It is still unfair because the subscription cost is usually many times more than what the ads will earn for a single user - but it's a matter of quantity at that point, not quality.

    The Adobe case is still a much better example, IMO. Yes, they may offer regular content updates worth subscribing for, but their products could still work perfectly well as one-time purchases without access to the content stream. The only reason they didn't is that they don't have enough competition to be worried about customers moving away.

  • Apps that shouldn't be Subscriptions
  • If the app doesn't have network access, though, the OS sandbox should be more than sufficient to keep it secure.

    A calculator app should be safe to run without updates at least until the OS APIs undergo a breaking changes (which should take several years at least).

  • Cyberpunk 2077 | Update 2.1
  • Most mods I can temporarily do without, but Smarter Scrapper is the exception - life's too short to spend several minutes going through the inventory and manually disassembling lower-tier gear.

    I'll check if it still works, if not, time to take a short break.

  • Ubuntu in sch(rule)
  • I mean, the post is about using a Steam Deck. It doesn't get much more effortless than that.

    You don't have to go out of your way to install a bleeding-edge distro that needs janitoring.

  • France bans ministers from WhatsApp, Signal; demands French alternatives
  • Are you sure? I thought that what you describe is what packages suck as NikGapps did, while MicroG is a reimplementation of the code. It does call Google webservers, but it doesn't run Google's blobs (which is also why it's severely limited/fragile compared to packages that run them)

    https://github.com/microg/GmsCore/wiki

  • qBit using .62Gigs of memory per torrent. Is this normal?
  • Are you running the container in rootless mode (perhaps via Podman)?

    Rootless containers run on an emulated network stack (slirp4netns for podman, not sure about rootless docker), since the runtime doesn't have the privilege to touch the real one - which is the point of running rootless.

    This emulation uses a decent amount of memory and torrent clients in particular open a lot of connections. My slirp4netns process eats up several gigabytes whenever the torrent container is active.

  • Now you have to pay to see lyrics on spotify
  • Spotube.

    Note that it's not really a Spotify streaming app, rather it uses your (free) Spotify account for playlists, search, recommendations, etc. and then goes and find the song you want to play on YouTube, and the lyrics from scraping websites I think. Pretty clever.

  • What is the price chaos marines paid to align themselves with chaos?
  • Afterlife in 40k is poorly understood, both in and out of the universe. The few guys who are special enough to resurrect, one way or another, don't seem to report a universally applicable experience.

    We are given to understand that human souls eventually fade and merge into the warp, whether under the auspices of Emps or of other warp powers. But we don't really know how long that takes (time is meaningless in the warp) nor what the process feels like. We can make an educated guess that it's horrifyingly painful, based on the fact that if a living human enters the warp without a Geller field they meet a horrifyingly painful end. But it's only really a guess.

    However, there's no need to wait for the afterlife to see Chaos worshippers pay a price. It's never "yeah I'm exactly the same person as before, only stronger / smarter / tougher / sexier". You'll handily defeat your enemies thanks to Khorne, then slaughter your family in a fit of rage. Your visions will let you achieve your greatest ambitions, and will also never let you have a moment of rest. You'll stop feeling pain, and you'll eventually stop feeling joy or love too. You'll feel pleasure greater than ever before, and you'll have to look for ever more extreme pleasure to get the same kick again.

    All of those "side effects" (but they're really main effects) will lead you to double down and ask for ever stronger boons to deal with them. Make me a mindless berserk so I forget about the loved ones I killed. Give me ten brains so I can follow all those maddening clues at once. Put me in a hole to rot so I don't see what I am missing. Make me feel pleasure from pain so I can tap into another source of sensation.

    Rinse and repeat, until you either meet a grisly end to the laughter of the thirsting gods, or you become the one in a billion that ascends to daemon prince i.e. stops being human altogether and turns into a living concept.

    Incidentally, this is why Abaddon is such a big deal. While we don't know exactly how (ask ADB to get back to writing Black Legion books), he's found a way to play the four gods against each other, so that he gets a bunch of boons from them, while they block each other from taking control over him. He's much less powerful than he would be if he gave in and started to worship the gods, but he's still himself.

  • Lemmy Defederation Sync (LDS) to keep your block list up to date
  • Email blocklists are based on spam and malware.

    I've never heard of an email operator refusing to send or deliver SMTP messages to/from a certain provider because too many of its users support the wrong political party.

  • Why Personal Cloud Storage is so bad on Linux?
  • You don't need insync - most people just automate rclone sync commands using whatever task scheduler their system runs by default (cronjobs or systemd units, typically). For those who prefer a GUI, KDE has a Scheduled Tasks app.

    On Android, you can use Round Sync which is a wrapper around rclone and can import the same configs.