priapus

joined 2 years ago
[–] priapus 6 points 2 days ago

I didnt say $80 worth, I'm just saying it has a lot of new mechanics, I dont think it's fair to say they're just releasing the same game again.

[–] priapus 10 points 2 days ago

Yes, as long as you're using Wayland. It will be the default on most popular distros that use GNOME or KDE.

[–] priapus 5 points 2 days ago (2 children)

Thats just not true though. There's a lot of new mechanics. Whether or not they're good mechanics I can't say, but they are definitely new.

[–] priapus 1 points 3 days ago* (last edited 3 days ago)

there is no server component running

What the hell are you talking about? Just look at the Dockerfile.

CMD ["node", "server.js"]

You think that line isn't running a server?

Thr repo makes it very obvious that it runs a server that the webgui connects to. Its fine if you dont know shit but dont be a dick while being stupid.

[–] priapus 18 points 4 days ago* (last edited 4 days ago) (1 children)

The most important parts are at the end of the CPU and GPU performance sections. They performed the same across all desktops. On most modern systems the desktop you use is not going to have any significant impact on your performance, when software you're running requires resources, they will be directed towards it.

Also, low RAM usage is massively overrated, especially by Linux users. Your RAM is there to be used, leaving it unused is a waste. It is good for your desktop to be caching a lot of data in RAM when it is otherwise unused. It's only an issue if its still utilizing an excessive amount of RAM when other apps need it more.

[–] priapus 2 points 1 week ago (1 children)

Ublock Origin also has a section called annoyances, some of those lists probably block them.

[–] priapus 10 points 1 week ago (1 children)

Yeah this meme is only true until you start using Home Assistant. It makes smart home stuff so easy.

[–] priapus 5 points 1 week ago

Yep, didnt make a single sensible point. Just anecdotes and irrelevant examples. I'm bad at ignoring an argument so I went and blocked lol

[–] priapus 3 points 1 week ago* (last edited 1 week ago)

That's not what a false equivalency is, but ok.

FOSS has this reputation among most people.

Most people don't have any clue what FOSS is. They just want software, and if its free and works, they'll like it.

I am genuinely curious why you think people pay money for worse software though...

I provided two reasons in my post. Superior marketing and professional support.

That was my entire point. The person I was originally replying to seemed to suggest exactly that.

Ok, but thats not what you went on to say.

You are not arguing in good faith, I don't care to continue going in circles.

[–] priapus 2 points 1 week ago

You're a fucking weirdo

[–] priapus 6 points 1 week ago* (last edited 1 week ago) (15 children)

How is that false equivalency? Comparing fdroid to the play store is about as close as you can get.

Like I said, there is bad FOSS software, but that doesnt make it generally false. People pay for software that doesnt have a good free alternative, they pay for support, and often they will pay to use software that has good marketing because they are simply unaware of the alternatives.

I'm not saying all FOSS software is great, but lots of software does have great FOSS options, for example, Firefox, Blender, and Bevy. Obviously there are also examples of proprietary software without a great alternative, like Photoshop. I like FOSS, but I don't avoid proprietary solutions that do a better job. Believe it or not, I still end up using mostly FOSS software.

You're not backing your points up with any actual reasoning or examples while also being condescending about it.

10
submitted 1 month ago* (last edited 2 weeks ago) by priapus to c/homelab@lemmy.ml
 

I am upgrading my drives and have created a new pool. The original pool had a drive fail, but it has since been replaced. Each drive CKSUM value is at 4.04k and pool had two files with permanent errors. I deleted those, but it now shows this:

errors: Permanent errors have been detected in the following files:

        zfsa:<0x8220>
        zfsa:<0x8056>

When I try to create a snapshot and send it to the new pool. After a few terabytes, it fails with this error warning: cannot send 'zfsa@zpool_transfer': insufficient replicas.

CKSUM was always at zero until the first drive failed. The data is not important and I don't care about whatever is corrupt, I just want to get the data to the new pool.

Edit: Forgot to mention, I have scrubbed the pool many times.

Another edit: I've also tried using zpool clear as well. Despite the high checksum errors I've had no issues outside the two now deleted files. The pool is used for a media server which has been working perfectly.

After I scrub the checksum errors go to zero, but they start climbing when I run the send/receive.

Edit:

Finally remembered to come edit this post with the solution I got from the Practical ZFS forums. Thanks to Jim Salter over there for the solution!

You can bypass the checks by settings a ZFS module parameter. A way to do this temporarily is with echo 1 > /sys/module/zfs/parameters/zfs_send_corrupt_data, which will last until you reboot. After doing this, sending the data, and a scrub, everything was fine!

9
submitted 1 month ago* (last edited 1 month ago) by priapus to c/homelab@lemmy.ml
 

I was looking to upgrade my storage and was recommended to go with used SAS drives and an LSI SAS controller. I purchased an LSI 9211-8i HBA, 8TB Seagate Exos drives, and these cables. The drives are not spinning up at all when connected to the power supply. Are these cables not the right choice for this?

Edit: I have confirmed that a regular SATA drive works if connected with an SFF-8087 to Sata cable. Either I've somehow received 10 dead drives or I'm not powering them right.

Edit 2: I'm guessing its related to this: https://forums.unraid.net/topic/84038-so-your-new-sas-or-sata-drive-wont-start-spin-up/

What an irritating issue.

So my options seem to be:

  • Tape mod the SATA power adapter or drives to prevent pin 3 from disabling the drive - cheap but tedious
  • Use a molex adapter to power the drives - less cheap, I'd need new PSU and SAS cables
  • Upgrade my PSU to one that supports SATA 3.3 - I'll probably do this. I just bought a new PSU for the purpose of powering these drives, so I can still return it.
14
submitted 3 months ago* (last edited 3 months ago) by priapus to c/selfhosted@lemmy.world
 

I currently have a pretty simple media server. It runs on a desktop made of old parts and has 4 6 TB drives in a raidz1 array. It is used by a lot of friends who add a lot of media, so its been nearly at capacity for a while. The desktop has no more open SATA ports or drive enclosures, so I'm not sure what the best option for adding more drives is.

I know the most obvious answer is buying NAS, but I think it might be a little complex for what I need, because no other devices need any access to this storage. I was considering purchasing a DAS, as it seems like a simple option, but I've seen many people say its not worth purchasing a DAS over a NAS. Any opinions would be appreciated.

Edit: Thanks for the suggestions! I'm likely going to go with a new case for some extra drive bays and a PCI-E SAS controller, this seems like the best option for the simplicity and price!

62
submitted 4 months ago* (last edited 4 months ago) by priapus to c/linux_gaming@lemmy.ml
 

On new Proton Experimental, most mods can now just be extracted/copied next to the game .exe, without requiring any extra steps like setting WINEDLLOVERRIDES. This change will also be in future stable Proton releases.

- Pierre-Loup Griffais, a developer at Valve

72
submitted 7 months ago* (last edited 7 months ago) by priapus to c/linux@lemmy.ml
 

Fairly recently, I saw an app that served the same purpose as Barrier or Input-leap, allowing you use one computer to control the keyboard and cursor of multiple. I'm fairly certain it was designed with GTK 4, or maybe 3, and it had Wayland support. I've had no luck getting input-leap working well on my devices, so if anyone knows what app this was (or any other options) I would really appreciate it.

Update: Despite searching for 15 minutes before posting, I found it seconds later, thanks to DDGs reddit bang. It is lan-mouse. Will leave this up in case this software comes in handy for others.

14
submitted 11 months ago* (last edited 11 months ago) by priapus to c/games
 

cross-posted from: https://sh.itjust.works/post/18546763

Sharing this video because this game is seriously an underrated gem, I can't recommend it enough. Love supporting an indie dev with such a unique concept.

2
submitted 11 months ago* (last edited 11 months ago) by priapus to c/gaming@lemmy.ml
 

Sharing this video because this game is seriously an underrated gem, I can't recommend it enough. Love supporting an indie dev with such a unique concept.

 

Do any of you have any software you can recommend for removing unwanted audio tracks and subtitles? Some of my shows and movies have multiple, and the Roku app does not follow the users set default language, leading to it playing the wrong track when autoplaying.

I've tried unmanic, but its unfortunately too heavy for my server, just slows everything to a crawl.

22
submitted 2 years ago by priapus to c/games
 

I'm not the creator of this video, but I wanted to share it because Warfork is an incredibly fun game and more people should be playing it. It's not super populated, but you can usually find a good match. Highly recommend trying it if you enjoy (or want to try) arena shooters!

137
submitted 2 years ago* (last edited 2 years ago) by priapus to c/fediverse@lemmy.world
 

The problems faced and solutions mentioned seem particularly relevant to !fediverse@lemmy.ml and !fediverse@lemmy.world

83
submitted 2 years ago* (last edited 2 years ago) by priapus to c/fediverse@lemmy.ml
 

The problems faced and solutions mentioned seem particularly relevant to !fediverse@lemmy.ml and !fediverse@lemmy.world

 

cross-posted from !linux_gaming@lemmy.ml

Got this from a post on the alien site. From previous discussion on Lemmy it sounded like Linux users had good things to say about this game but were discouraged about the upcoming FaceIt implementation such that they wouldn't be able to join anticheat enabled matches. Those users and Linux gamers on the fence would probably appreciate hearing this news.

With this announcement on the dev team's community Discord, it appears Linux users will NOT lose access to matches with anticheat.

Source: https://discord.com/channels/303681520202285057/345616096470237186/1129780379218358282
(BattleBit Remastered official Discord server)

view more: next ›