Skip Navigation
Portal: Revolution is out now (mod)
  • Was playing it a bit in the morning while it was slow at work, seems fantastic so far!

  • Linux users when
  • I hate how installing or removing (or even updating) a flatpak causes the whole software center to completely refresh, and it doesn't keep its state so if you were in the middle of a search or scrolled down through a category... say goodbye to it.

  • This week in KDE: changing the wallpaper from within System Settings
  • Generally it's just through my distro, it's always occurred since I've used KDE unfortunately (since that was one of my first thoughts). This has been across Fedora (and derivatives), Nix, Arch, and Kubuntu.

  • What would be some of your top choices of things to see if you were the size of an ant?
  • Traversing a motherboard sounds like it would be interesting!

  • Which song are you currently obsessed with?
  • Only Human - Memphis May Fire (feat. AJ Channer)

    https://piped.video/watch?v=lQenGGMa8fc

    (Note, the linked music video has a seizure warning at the start of it)

  • Deleted
    days 3 and 4 of Debian December
  • As far as I know, if you don't have it on Steam then yes.

    The Steam build still gets all of the updates to the game... for now, so if you grabbed it on Steam before it was delisted you can continue to play through that.

  • How do you justify continually using take out delivery services?
  • I used to justify it with "I've had a shit day, I deserve to be able to have something for the convenience" - not to mention, I don't have a car so realistically it was "Do I want fast food or not".

    Then I started to realize that every day tends to be a bad day for me, due to a multitude of reasons. I live paycheck to paycheck (which is why I don't have a car in the first place) and the amount I was spending on takeout was way too high.

    Now the only time I do so is on Fridays because my workplace lets us spend $25 on their tab just for joining the weekly staff meeting. Aside from that, I might order a takeout once, maybe even twice, during a pay period as a "congrats for making it through last month" but I'd like to even stop doing that ideally.

  • Google could be working on a shared phone number blocklist for Android
  • This doesn't read as a global Blocklist for all Android phones in the world. It reads more as a local database/API for blocked numbers on your phone.

    So blocked numbers would theoretically be applied to your messages apps and other "telephony" based apps that use phone numbers such as WhatsApp (should said apps implement the API).

    Google already seems to have a spammer database for numbers, though I'm not sure if that applies to just Fi users, Pixel users, or anyone who uses the Google Phone app. If I have call screen disabled, I'll see numbers on an incoming call have a red background with a "likely spam" description.

    But based on the comments on this post, I feel as if I've overlooked something in the article here (I've just woken up so it wouldn't surprise me) - is there a mention of it being a worldwide list?

  • Halo The Series | Season 2 First Look Trailer | Paramount+
  • It would be an alright show... If it didn't use the Halo name and was written to just be another science fiction/fantasy TV show.

    But unfortunately I don't think the show was ever made for hardcore Halo fans - whether that's because of the writers or just Paramount going over the writer's heads I couldn't say.

  • Gamers using GeForce NOW to play Call of Duty are reportedly being banned
  • Once I woke up a bit more I had another look at the article, and this phrasing certainly makes it sound like it needs approval at some point:

    Due to a licensing dispute between NVIDIA and Activision in 2020, GeForce NOW lost access to all Activision-Blizzard games.

    Perhaps though it's a case of "Better to ask for forgiveness than permission" and they just add games until someone tells them to pull it off, I'm not sure. It's been 4+ years since I looked into GFN, I tried it out during the beta period but I don't believe I've used it since then.

  • Simple Mobile Tools is being sold to a for-profit firm ZipoApps
  • They might've done so out of necessity. I don't know if the dev(s) of the Simple Tools apps were working on it full time, but if they were and just not enough contributions were coming in from it... Well everyone has to eat.

    As the saying goes, "everyone has their price". It's easy to condemn the developers for their choice until you're in the exact same scenario as they were. Whether that's because they were starving, or even just offered enough money to make their lives a lot easier - not too many people would turn it down.

  • Arch or NixOS?
  • I'm a bit surprised to see that you disagreed with the "NixOS is hard to configure" bit, but then also listed some of the reasons why it can be hard to configure as cons.

    By "configure", they probably didn't mean just setting up say, user accounts, which is definitely easy to set up in Nix.

    The problems start to arise when you want to use something that isn't in Nixpkgs, or even something that is out of date in Nixpkgs, or using a package from Nixpkgs that then has plugins but said plugin(s) that you want aren't in Nixpkgs.

    From my experience with NixOS, I had two software packages break on me that are in Nixpkgs - one of them being critical for work, and I had no clue where to even begin trying to fix the Nixpkg derivation because of how disorganized Nix's docs can be.

    Speaking of docs inconsistencies you still have the problem of most users saying you should go with Flakes these days, but it's still technically an experimental feature and so the docs still assume you're not using Flakes...

    I was also working on a very simple Rust script, and couldn't get it to properly build due to some problem with the OpenSSL library that one of the dependent crates of my project used.

    That was my experience with NixOS after a couple of months. The concept of Nix[OS] is fantastic, but it comes with a heavy cost depending on what you're wanting to do. The community is also great, but even I saw someone who heavily contributes to Nixpkgs mention that a big issue is only a handful of people know how Nixpkgs is properly organized, and that they run behind on PRs / code reviews of Nixpkgs because of it.

    I'd still like to try NixOS on say, a server where I could expect it to work better because everything is declarative such as docker containers - but it's going to be a while before I try it on my PC again.

  • Arch or NixOS?
  • I'm a bit surprised to see that you disagreed with the "NixOS is hard to configure" bit, but then also listed some of the reasons why it can be hard to configure as cons.

    By "configure", they probably didn't mean just setting up say, user accounts, which is definitely easy to set up in Nix.

    The problems start to arise when you want to use something that isn't in Nixpkgs, or even something that is out of date in Nixpkgs, or using a package from Nixpkgs that then has plugins but said plugin(s) that you want aren't in Nixpkgs.

    From my experience with NixOS, I had two software packages break on me that are in Nixpkgs - one of them being critical for work, and I had no clue where to even begin trying to fix the Nixpkg derivation because of how disorganized Nix's docs can be.

    Speaking of docs inconsistencies you still have the problem of most users saying you should go with Flakes these days, but it's still technically an experimental feature and so the docs still assume you're not using Flakes...

    I was also working on a very simple Rust script, and couldn't get it to properly build due to some problem with the OpenSSL library that one of the dependent crates of my project used.

    That was my experience with NixOS after a couple of months. The concept of Nix[OS] is fantastic, but it comes with a heavy cost depending on what you're wanting to do. The community is also great, but even I saw someone who heavily contributes to Nixpkgs mention that a big issue is only a handful of people know how Nixpkgs is properly organized, and that they run behind on PRs / code reviews of Nixpkgs because of it.

    I'd still like to try NixOS on say, a server where I could expect it to work better because everything is declarative such as docker containers - but it's going to be a while before I try it on my PC again.

  • Deleted
    Am I a loser?
  • Realistically, a lot of relationships are "situational" (especially at that age) - but that doesn't erase the fact that they existed in the first place.

  • Gamers using GeForce NOW to play Call of Duty are reportedly being banned
  • Correct on all accounts. Just to be more precise, I'm not placing any blame on the players in my prior comments - the blame goes to GFN and Activision since the player expects to be able to play a game that they've paid for, on a service that they have paid for.

  • Gamers using GeForce NOW to play Call of Duty are reportedly being banned
  • Right, I didn't mean to imply that playing on GFN was cheating by any means - I probably should've worded that a bit better.

    I meant more of "If Call of Duty explicitly allowed GFN to add the game, then players who play via GFN shouldn't have a chance to be banned just for playing through it"

  • Gamers using GeForce NOW to play Call of Duty are reportedly being banned
  • Doesn't the publisher of the game have to approve for a game to be put on GeForce Now?

    I mean, don't get me wrong - I know anti cheat detection has never been perfect, but you'd think this would be something they heavily try to make sure they get right.

  • This week in KDE: changing the wallpaper from within System Settings
  • No VPN, it's strange because I haven't had a problem with any other services that use IP geolocation (which I assume is what KDE uses) - even Gnome's auto location tool seems to work fine.

  • What are the pros and cons of modifying a Nintendo Switch?
  • Yep, I modded my switch, dumped the keys and my games and went "Now what?" and after playing via Yuzu on my PC I realized this was the only way I really wanted to play the few Switch games I enjoy.

    Every now and then I'll boot into the stock firmware to play Mario Kart with some friends when they want to play, and that's it.

  • Can you help me switch back to wayland on Manjaro GNOME?
  • Yeah that's what I'm unsure about unfortunately. I'd be very surprised if that disabled Wayland. At one point, there was some remote desktop software that disabled Wayland silently, to get around the security restrictions of Wayland... But this project wouldn't be bound by any Wayland restrictions as far as I can tell.

  • To whomever made Dolphin's "Extract here, autodetect subfolder" feature - I love you

    I hope this doesn't violate the low-quality rule. For those who don't know, when you right click an archive in Dolphin, the extract menu has a "Extract archive here, autodetect subfolder" option and its absolutely brilliant! If you've ever extracted a zip, tar, etc and ended up with files splattered everywhere this feature will prevent that. Basically when you choose this option it will:

    • Look to see if the archive has a top level folder, if it does, it will extract it normally
    • If it does not (so all of the files are at the top level), it will automatically create a folder for the archive and extract those top level files into it

    It's something I really wish other file managers had, and is just another one of those features from the KDE team that gives me the "The developer(s) who created this also use this in their daily lives" impression (which is not to say that others don't). You can of course just open your favorite archive utility and manually check, then manually make the folder yourself and extract the files into there, but this lets me skip those couple of steps and I appreciate that so much.

    33
    Last Epoch Update: Runes of Power - Beta 0.9.2 Patch Notes
    forum.lastepoch.com Runes of Power - Beta 0.9.2 Patch Notes

    0.9.2 Patch Notes Runes of Power, Patch 0.9.2, is coming 2023-09-07T16:00:00Z (UTC)! Runes of Power 0.9.2 Overview by Game Director, Judd Cobler Welcome everyone to the Patch Notes for Beta Patch 0.9.2 Runes of Power. In just a couple more days everyone will be able to get the...

    Runes of Power - Beta 0.9.2 Patch Notes

    I've been anticipating this patch for a while now! It looks great, and I can't wait to get into using the new Runemaster specialization!

    0
    KDE Plasma 6: Better Defaults
    pointieststick.com Plasma 6: “Better defaults”

    The 2023 Plasma sprint is now finished! KDE Patron Tuxedo Computers were kind enough to open their offices to us for a full week to do the sprint. We had some great conversations with Tuxedo employ…

    Plasma 6: “Better defaults”

    Plasma 6 looks to be shaping up quite nicely already! Some really nice quality of life style updates, and I'm quite shocked (though the reasoning makes sense) to see them moving to double-click actions by default instead of single-click.

    2