47
submitted 2 weeks ago by Blxter@lemmy.zip to c/gaming@lemmy.zip

Free and open source according to the about part on steam. I used to play this game all the time back in the day.

40
submitted 2 months ago* (last edited 2 months ago) by Blxter@lemmy.zip to c/privacy@lemmy.ml

Hello đź‘‹

Disclaimer I would switch to try grapheneos if I could currently my phone from Verizon apparently can not have it's bootloader unlocked so...

I am looking for launcher suggestions that are maybe less intrusive if that's possible. I mostly just want to get rid of the Google search at the bottom and the 'at a glance' at the top of the home page I can't figure it out.

Edit: forgot my phone model 'Pixel 8 Pro'

10
submitted 2 months ago by Blxter@lemmy.zip to c/gaming@lemmy.zip
18
submitted 3 months ago by Blxter@lemmy.zip to c/piracy@lemmy.dbzer0.com

I like getting notifications when prowlarr grabs a release but I recently set up https://www.cross-seed.org/ and now I get notifications for every torrent I cross seed when it does. This is probably something obvious but I can not figure it out. They are allready given the category of 'cross-seed-link' and tagged as 'cross-seed'.

21
submitted 4 months ago* (last edited 4 months ago) by Blxter@lemmy.zip to c/piracy@lemmy.dbzer0.com

Recently finished setting up all the ARR services and I already had a lot of movies placed in nice folders for collections. Upon import into radarr it does not like this and fails to see most of them. I said fine and went into some of my collection folders to read the movies in there and then it complains about "Multiple root folders are missing for movie collections:" . So not only would I have to add root folders for each collection but then I have to go back through and rename each one of those to be what radarr wants them to be? Is there any way to automate this I looked through there wiki and didn't see anything about collection making. Or do most people not put movies in actuall collection folders such as movies/Star Wars/Star Wars Episode One file

Thank you

179
submitted 4 months ago by Blxter@lemmy.zip to c/steam@lemmy.ml

Valve may be developing a "Steam Box" powered by SteamOS

The new kernel designed for "AMD Lilac" hints at possible new hardware

The device seems more of a competitor for Nvidia Shield than an upcoming Steam Deck 2.

28
submitted 4 months ago by Blxter@lemmy.zip to c/homeassistant@lemmy.world

Hello,

I don't have any 'smart' items in my house (or home assistant currently) but I want to set this up but I have questions about compatibility with hardware before I purchase. They have a integration page does that mean all of those hardware devices work? Or do some work better than others? According to a person on Reddit they recommend https://www.zigbee2mqtt.io/supported-devices/ I'm just curious if anything has changed in the past year. Or if anyone here has a list of recommendations. I plan to start with some lights and a thermostat.

Cheers and thanks.

91
submitted 5 months ago by Blxter@lemmy.zip to c/gaming@lemmy.zip

To top it all off, Shadows' EULA also includes a provision that allows the game to monitor your PC's RAM to ensure you're not running any unauthorized programs like macros, cheats, or hacks, a well-intentioned clause that nonetheless feels a touch out of place in a single-player game and could potentially scare off some of the more suspicious players who aren't comfortable with their hardware being monitored.

For a single player game by the way

0
submitted 5 months ago by Blxter@lemmy.zip to c/selfhosted@lemmy.world

Hello

For a long time I have used google drive sheets in order to keep track of gym progress because it has columns and I can dedicate columns, colors, rows, etc for specific gym movements each week so I can keep track of progress, progressive overload correctly, and have a history of progress. ( Example: days | weight | push | bench::weight*sets/reps | etc)

I have been using libreofffice (and syncthing to back up to home server so I can later view on pc) to do this lately but the mobile app is ... Hard to use for me. I also use obsidian to take general notes and lists but it is missing the dedicated columns I would like.

Is there other self hosted similar options for what I'm looking for specifically for mobile to PC backup.

39
submitted 5 months ago by Blxter@lemmy.zip to c/steam@lemmy.ml

Steam Controller 2 (Codename "Ibex ")

Ibex rendermodel thumbnail leaked in SteamVR drivers

https://xcancel.com/SadlyItsBradley/status/1861543924470251771

7
submitted 5 months ago* (last edited 5 months ago) by Blxter@lemmy.zip to c/selfhosted@lemmy.world

Hello All,

I am trying to run scrutiny via docker compose and I am running into an issue where nothing shows up on the wub UI. If anyone here has this working would love some ideas on what the issue could be.

as per there trouble shooting for this I followed those steps and here is the output

$ smartctl --scan
/dev/sda -d scsi # /dev/sda, SCSI device
/dev/sdb -d sat # /dev/sdb [SAT], ATA device
/dev/nvme0 -d nvme # /dev/nvme0, NVMe device
docker run -it --rm \
  -v /run/udev:/run/udev:ro \
  --cap-add SYS_RAWIO \
  --device=/dev/sda \
  --device=/dev/sdb \
  ghcr.io/analogj/scrutiny:master-collector smartctl --scan
/dev/sda -d scsi # /dev/sda, SCSI device
/dev/sdb -d sat # /dev/sdb [SAT], ATA device

So I think I am imputing the devices correctly.

I only really changed the port number for the web UI to 8090 from 8080 in there example as 8080 is taken. compose file

services:
  influxdb:
    image: influxdb:2.2
    ports:
      - '8086:8086'
    volumes:
      - './influxdb:/var/lib/influxdb2'
    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:8086/health"]
      interval: 5s
      timeout: 10s
      retries: 20


  web:
    image: 'ghcr.io/analogj/scrutiny:master-web'
    ports:
      - '8090:8090'
    volumes:
      - './config:/opt/scrutiny/config'
    environment:
      SCRUTINY_WEB_INFLUXDB_HOST: 'influxdb'
    depends_on:
      influxdb:
        condition: service_healthy
    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:8090/api/health"]
      interval: 5s
      timeout: 10s
      retries: 20
      start_period: 10s

  collector:
    image: 'ghcr.io/analogj/scrutiny:master-collector'
    cap_add:
      - SYS_RAWIO
    volumes:
      - '/run/udev:/run/udev:ro'
    environment:
      COLLECTOR_API_ENDPOINT: 'http://web:8090/'
      COLLECTOR_HOST_ID: 'scrutiny-collector-hostname'
    depends_on:
      web:
        condition: service_healthy
    devices:
      - "/dev/sda"
      - "/dev/sdb"

everything appears to start and work and no errors in the terminal.

Thanks for the help.

[-] Blxter@lemmy.zip 69 points 5 months ago

I switched to EOS Endeavour OS. I don't think it has data collection

150
submitted 5 months ago by Blxter@lemmy.zip to c/linux_gaming@lemmy.world

Cross-posted from "DLSS Frame Generation is now available on Proton Experimental" by @Blxter@lemmy.zip in !linux_gaming@lemmy.ml


Added support for NVIDIA Optical Flow API and DLSS 3 Frame Generation.

[-] Blxter@lemmy.zip 39 points 6 months ago

Just because a game is not on top of charts does not mean 'dead'

[-] Blxter@lemmy.zip 50 points 7 months ago

Rockstar replied to someone's support request

We certainly understand that you are unable to login to GTA online through Steam Deck after the update.

We would like to inform you that the primary goal of incorporating BattlEye into GTA Online is to enhance the overall gaming experience by actively scanning for cheats and exploits, and preventing players with cheats and mods from entering online. The Steam Deck players will not be able to join GTA Online but should be able to launch single-player without any issues. We appreciate your understanding in this matter.

If you have any further questions or concerns, please feel free to let us know. We are here to assist you.

Source https://www.reddit.com/r/linux_gaming/comments/1fizrqb/rockstar_official_replied_that_they_wont_support/

[-] Blxter@lemmy.zip 83 points 7 months ago

https://twitter.com/Palworld_EN/status/1834947171944485224

We are not changing our game's business model, it will remain buy-to-play and not f2p or GaaS.

[-] Blxter@lemmy.zip 76 points 7 months ago

I'm sorry what. What is wrong about weight and fitness videos for youth? Watching those types of videos is what has lead me to lose 100 pounds in real life? Out of everything they have the option to restrict not that I want anything restricted to be honest.

[-] Blxter@lemmy.zip 29 points 9 months ago* (last edited 9 months ago)

For me I can't go back to the normal YouTube client. I use freetube on pc and tubular on mobile (EDIT 2: both tubular and newpipe work on mobile now). My biggest thing I love is not getting recommendations from YouTube. I have it set to only pull people I am subscribed to. This has saved me so much time from just scrolling and being like "I could watch that". Not exactly privacy related but it has saved me countless hours watching something.

[-] Blxter@lemmy.zip 31 points 1 year ago

Am I misunderstanding something this actually sounds like a positive thing. Although I wish it was not just for "foreign adversary country; or any entity that is controlled by a foreign adversary." And instead just in general

[-] Blxter@lemmy.zip 76 points 1 year ago

If I read between the lines I hear " We are going to try to milk this new cash cow"

[-] Blxter@lemmy.zip 31 points 1 year ago

I for one didn't know about Lemmy until the redit piracy community moved here.

[-] Blxter@lemmy.zip 28 points 2 years ago

Did starfield not have denuvo drm. I thought most Bethesda games did.

[-] Blxter@lemmy.zip 110 points 2 years ago

My understanding is that it is a complete game with no microtransactions to shove along with it. After that I believe it is because it is really really good and not a common genre to get the spot light. Mainly the first part.

[-] Blxter@lemmy.zip 27 points 2 years ago

They should do the same for laptops

view more: next ›

Blxter

joined 2 years ago