russjr08

joined 1 year ago
[–] russjr08@outpost.zeuslink.net 1 points 8 months ago

Was playing it a bit in the morning while it was slow at work, seems fantastic so far!

[–] russjr08@outpost.zeuslink.net 2 points 8 months ago

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.

[–] russjr08@outpost.zeuslink.net 1 points 9 months ago

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.

[–] russjr08@outpost.zeuslink.net 13 points 9 months ago (2 children)

Traversing a motherboard sounds like it would be interesting!

[–] russjr08@outpost.zeuslink.net 1 points 10 months ago

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)

[–] russjr08@outpost.zeuslink.net 2 points 10 months ago

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.

[–] russjr08@outpost.zeuslink.net 5 points 10 months ago

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.

[–] russjr08@outpost.zeuslink.net 11 points 10 months ago (3 children)

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?

[–] russjr08@outpost.zeuslink.net 14 points 10 months ago

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.

[–] russjr08@outpost.zeuslink.net 3 points 10 months ago (1 children)

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.

[–] russjr08@outpost.zeuslink.net 0 points 10 months ago

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.

 

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.

 

Microsoft is ending Xbox Live Gold, and it will be replaced with a new tier of Game Pass called "Core", starting September 14, 2023.

Most things will remain the same (such as the price), but there are a couple of notable changes:

  • The "Games With Gold" program will not be continued (1)
  • Instead, members will gain access to 25 games from the Game Pass library, as selected by Microsoft (with supposedly a few being added every year)

Subscribers of Xbox Live Gold will be automatically moved over to Game Pass Core when it starts on September 14th.

(1) In regards to members with previous GwG items in their libraries, any claimed Xbox One titles will remain in their library as long as they continue their Game Pass Core subscription, and any claimed Xbox 360 games will be available regardless of subscription status - just like how Games with Gold worked previously.

It certainly feels like an end of an era with the Xbox Live Gold name going away.

 

Hello folks!

My apologies if this is not the appropriate place for this, I'll take it down if so. I spent the better part of the last 11 hours getting this project put together.

The README in the repository goes over just about everything regarding what this tool is about (and how to get it up and running), but the quick elevator pitch is that I wanted a way to monitor the stats of my instance because of the bot spam issues that have been going around in a lot of places. As of now, Lemmy keeps track of a lot of data that could be useful to at least be cognizant of what is going on, but doesn't actually expose it on the UI side.

Originally my idea was to just read the database info straight into Grafana, but of course due to my very little experience with Grafana I didn't realize that this wasn't going to quite work out the way I wanted, as the data in Lemmy's table isn't super well suited for what Grafana expects in terms of time-series data. Which then lead me to wanting to connect it with InfluxDB - another thing that I "knew of" but didn't have any experience with.

The end result was building a tool that could export/stream data from Lemmy's PostgreSQL database over to Influx, allowing me to then make some really nice visuals in Grafana! There are a couple of screenshots at the bottom of the README (I don't know how to scale images when inlining them into posts here and don't want a massive image in the post), along with a link to a snapshot/demo version of the dashboard.

Maybe it'll help some other instance admins, or maybe everyone will think its terrible (I do mention that I'm quite new at Rust), but either way its been frustrating, yet fun, and a good learning experience thus far!

 

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.

view more: next ›