• 1 Post
  • 53 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle
  • Kernels shouldn’t be a problem if you have the backports repo enabled (you can enable it during install, otherwise add it to your sources.list).

    You do first have to specify that you want the kernel from backports (or set up APT pinning preferences), but after that, it’ll keep that specific package updated whenever you run sudo apt upgrade and there’s a newer version.

    If you installed the generic Linux image on installation (usually the default, I believe), the quick way to upgrade is basically just:

    sudo apt install -t bookworm-backports linux-image-amd64

    It should be noted that backports is not Sid or Testing, it’s stuff built specifically for current Stable that people might need newer versions of for various reasons (e.g. hardware, limited feature updates that don’t affect the base system, some development libraries, etc.), so it’s quite small in the amount of unique packages it has. Like, you can get newer LibreOffice packages, but you’re not going to get Plasma 6 or whatever.

    Right now, the kernel is on 6.7 in backports, while Stable is on 6.1 and Sid is on 6.8. So you’ll get them a tiny bit later, but that’s in terms of days/weeks, rather than, you know, the usual two-ish years (not counting security updates).

    Side note: if you want all this enabled by default, Spiral Linux is just straight up Debian Stable with a bunch of firmware packages preinstalled for easier installation on a variety of hardware and the kernel is updated via backports by default, so you could give that a shot as well.

    It’s not like “a distro based on Debian”, it is Debian, but set up with conveniences for modern desktop users and also sets up btrfs + apt snapshotting by default, similar to OpenSUSE Tumbleweed’s process.



  • Works fine on Android as well (which is weird considering how bad Apple software can be on non-Apple devices). Just need to create an Apple ID and you’re set.

    Testing out the trial right now and it’s pretty great so far.

    UI is way better than Spotify as well (IMO), plus lossless for the same price as current Spotify Premium. (And it also has a max cache size limit option, so even playing a shit ton of lossless isn’t going to eat up more space than what you select.)

    Getting my fucking Spotify library and playlists I’ve built over the years on here is going to be a long nightmare, though.



  • No idea why I never thought of this before.

    We have mood trackers, med trackers, sleep trackers, weight trackers, activity trackers, habit trackers, finance trackers, menstruation trackers, and whole host of others, but not energy trackers. I guess activity ones are the closest, but they don’t really serve this purpose well.

    (Edit: After running a quick search, there actually are energy level trackers, so I’m going to take a look at some of them and see if they fit the bill.)

    Theoretically, you could use a money tracker, but it’ll be missing the “learning over time” part which is probably the most important feature you want.

    My logic for the money tracker is that you input your energy levels as a certain amount of dollars or whatever currency and instead of tracking “expenses”, you assign a currency value to the energy you think a particular activity “drained” from you.

    Instead of spoons, you could use like $10 as an equivalent to one spoon. So $100 is ten spoons, etc.

    Only problem is that they’re made to track your finances over time instead of per day. So you’d have to manually go in and “reset” how much “money” you have each day, which itself can probably be one spoon used up already.

    Still, though, I feel like that’s actually kind of a good starting point if someone wanted to develop an energy tracker.

    I find financial transactions and batteries to be good alternative explanations for people who don’t get why it needs to be “spoons” because everyone either deals with money or batteries on a daily basis.

    A “body battery tracker” might be a good approach as well.

    Admittedly, I probably wouldn’t use it because it ironically takes too much energy for me to figure out how much energy I’ve used up for any given activity.

    Lol, I actually think several people might run into this issue. Made to track energy, too tired to add data to the tracker.

    Edit 2: Okay, I actually found one Android app that does specifically use spoon theory. Problem? It only has 3 stars, zero reviews, and I don’t really trust anything that requires an account to function. Either way: https://play.google.com/store/apps/details?id=com.spoonieday.app

    Also found a few others which aren’t quite there (one’s more focused on mood, but has energy as an additional data point, some also have no actual reviews and aren’t exactly rated highly), but they might serve a purpose:

    https://play.google.com/store/apps/details?id=au.org.emerge.pacing
    https://play.google.com/store/apps/details?id=com.fedosov.mindtracker
    https://play.google.com/store/apps/details?id=com.energon

    My problem with a lot of these apps, though is either requiring personal info or having excessive permissions (in addition to being closed source). Looking for similar stuff on F-Droid doesn’t yield many results other than mood and activity trackers. Though, I might take a look at some of those and see if they don’t offer an “energy” feature along with the other features.





  • Lol, reading that “censorship” section alone tells you all you need to know about the author there.

    Literally hammering 1984 quotes like they love to do (dude, if Mozilla has the same kind of power as the Party, I must be chilling under a rock somewhere). Even has one of their sections called “Cucking to Manifest V3”.

    Back to the “censorship”:

    They want to algorithmically decide which content is allowed to be posted, and which isn’t. This is especially relevant in the context of the fake pandemic, during which the whole world has been enslaved exactly thanks to the propagation of the “factual voices” over the so-called “disinformation”. The “disinformation” here includes mentioning the factual harm done by COVID vaccines or even proven alternative treatments for COVID itself. So, Mozilla supports a world where people are harmed without being able to defend themselves.

    Yeah, sorry. No. People with this little regard for reality shouldn’t be taken seriously when presenting arguments.

    This whole screed is aimed at a very particular brand of user that looooooves to pretend they’re all “facts”, when it’s just emotional outrage over perceived slights. Same ones who complained about DDG when they tried to deal with Russian propaganda links showing up too often.

    It’s all very conspiratorial, as is expected, yet offers no real answers because conspiracies very rarely have any.

    Also, have to lol at the SystemD shit showing up at the end there as well.



  • it is the best option on Android currently since Bromite is almost always a Chromium version behind whatever is current.

    Right now Bromite is unmaintained and has been for a long time. I shudder to think how many versions it’s behind.

    If you want a FOSS Chromium-based Android browser, use Mulch. It gets updates fairly quickly and serves much of the same purpose that Bromite did, while actually having a (very slightly) larger dev team.

    Edit: Oops. Didn’t realize that Mulch doesn’t have a content blocker. Someone else mentioned Cromite (which does have a built-in content blocker), so that might be a good option as well.


  • Vivaldi, though it’s source available rather than fully open source. It’s mostly the frontend JavaScript (I think?) code which is proprietary.

    Apparently, if you know enough to understand it, you can technically work out what all the proprietary code is and does because it’s all fairly simple stuff and separate from the Chromium base (which they make available on their site), although distributing it would be against their ToS (I guess it’s technically reverse engineering, which is also against their ToS).

    It’s been a very long time and I can’t actually confirm that for the current release, but it was at least true a few years ago when someone who knew far more about programming than me mentioned it on their forums. I think some people took a look at it and found some basic theming stuff, but nothing nefarious.

    They have a fairly solid privacy policy last I checked. They also have no intention of sticking with Google’s v3 plans.

    The only thing I don’t like is they run a daily user count check by pinging their servers. They’ve made it so that there are no IDs, anonymized or otherwise, but it’s still a bit of a black mark on an otherwise decent piece of software.


  • We did have people developing a new browser engine. It was called Servo and Mozilla went and killed the project.

    Maybe it just wasn’t going anywhere and they didn’t think it was right for Firefox, maybe it was experiment for experiment’s sake, maybe it was always destined to be a side project. I don’t know.

    It’s still being developed, but doesn’t have nearly as much manpower and funding as it did at Mozilla.

    Honestly, my very uninformed opinion is that there should be more browsers developed using WebKit.

    It’s still FOSS (despite Apple’s best efforts) and it’s widely supported due to Safari’s market share (particularly on mobile).

    I’m just not familiar with how easy it is to implement outside of Apple (I know GNOME Web uses a GTK port), or how well current popular extensions can integrate with it.

    Then again, I assume we’d be having the same argument, except complaining that it’s Apple, rather than Google, that has too much control over the web.





  • I have mixed feelings.

    On one hand, it’s nice to have something familiar.

    On the other hand, Sync was basically reddit for me, and I’m having something of knee-jerk reaction where I feel like I should be using something “fresh” that doesn’t remind me of my time on reddit.

    Like, I don’t actually want Lemmy to feel like a straight up drop-in replacement for reddit. I want it to feel unique.

    I like some of the other apps, but none feel “there” yet. Might just stick with the web app for now.

    (Also, not open source. I trust the dev, but I just want to be able to install shit from F-Droid or Izzyondroid or whatever instead of relying on the Play Store. I understand the decision and don’t hold it against him at all, but it’s something I’ve always disagreed with.)