Skip Navigation

Posts
5
Comments
90
Joined
3 yr. ago

  • I use a mix. Sometimes, I'll read stuff in the foliate app on Linux from my desktop outputting onto a big screen tv.

    But I also do an old kindle while lounging on couch/bed and Librera reader on phone (android/f-droid) when I'm on the shitter.

    For the most part, I load different things on each and just jump back and forth between several stories. Keeps things interesting and no need to sync bookmarks and whatnot.

  • same. sometimes for really new books in niche genres, i'll come up empty handed but more often than not i find what i'm looking for

  • Oh yeah, completely forgot about Mac version lol.

    As for why, no way to know for sure without inside info, but best guess is that they are trying to account for maximum file size limits across all the various possible Windows/Mac filesystem types but whichever employee setup the Linux ones realized that most Linux users wouldn't be using shitty Microsoft filesystems. FAT12 is fairly safe to ignore but they might have been considering FAT16 and HFS as the lowest common denominators, then making the files slightly smaller than the max file size just in case.

    That or possible that they were balancing by network loads (since Windows versions probably account for around 99% of all downloads) and that was somehow determined to be the sweet spot.

  • they are based on size but it's only the windows versions. for example, if you buy witcher 2, it has windows and linux versions. linux version is a single ~20 GiB file while the windows version has a small exe + lots of bin files that are 1.5 GiB or less and you need all of them to install.

  • ok, you convinced me that I want Galaxy for Linux too 😁

    the achievements, social, and install management stuff wasn't too important for me but having it simplify offline installer downloads vs doing it from browser would be great.

    Definitely agree that being able to control install location + whether or not to update is nice (compared to steam) but I was comparing vs what I can already do in the offline installers so I guess that's why it didn't matter to me if the client could do it. But some games you need to download a lot of files which is kind of a pain in the ass from the browser (especially when it's something you need to run under wine since gog tends to split windows games into multiple pieces/.bin files more often than they do native linux ones from what i've seen).

  • “Argentinians mostly pirate content”

    Arrrrgentinians?

  • every few minutes is a lot. havent been on nord for a few years but even when i was on them i dont remember getting drops that frequently. i suspect it is likely not an issue with qbit as many others use it without running into drops like that - including myself.

    probably an issue with either nord or your isp. if you are on wifi, there are also some routeres with known issues when it comes to dropping wifi signal - but there's too many different models and firmware versions to really guess this accurately without detailed info (and sometimes it only happens in specific versions of firmware on specific routers).

    i get occasional drops on PIA but its usually after running for something like 3-7 days straight. i'm not using the official pia client app but instead download manual ovpn file configurations from pia and import them into generic client. under windows, you need the openvpn free community client for this. under linux, you can import them into networkmanager. iirc, nord has manual ovpn files too but they make you select a specific server and download 1 config file at a time.

    alternately, if you setup wireguard that might also work better but haven't tested myself

  • I understand the chances are low and my media player needs to be exploited but is there a way to be certain?

    Personally, even if I was on a highly targeted OS like Windows, I wouldn't really worry too much about video files being infected - with the obvious exceptions of making sure they are actually video files not something like .mkv.exe and that your system isn't compromised some other way (e.g. installing / running random apps or scripts off the web / email / etc).

    But if you want a little extra peace of mind, you could run an antivirus file scan on it or take steps to sandbox it in a VM or security container.

    If you are on Linux, you can run the media player apps like vlc / mpv / smplayer / etc in security containers which would limit their capabilities if there ever was a successful exploit on the player software via something embedded in a video or music file. There are several different apps you can use to make use of such security containers. The easiest is probably to just use flatpak versions of applications (flatpak is a "universal" linux build format - most of these are available on flathub.org - and have a built-in security container called bubblewrap which you can control with a tool called flatseal). There are also other options besides flatpaks such as firejail (which I use myself), which has pre-made profiles for a lot of the more popular linux apps so like for vlc I could simply launch firejail vlc in shortcuts or I think there is a graphical app for it too. edit: jsut checked and yup, there is a gui called firetools: github | their blog which has screenshots and a 2min video demo.

    Linux security containers rely on features built into the Linux kernel so I'm not sure if there are comparable alternatives for Windows or Mac. But I suppose if you were on one of those, you could always just run things in a virtual machine.

    A post on reddit said to use mkvtoolnix to check all the elements but I honestly don’t know what to look for. Any help?

    Without an actual link to see what they said, I'm going to go out on a limb and guess their assumption was that you would either have some kind of corrupted exe that is NOT a valid video OR a valid video. I mostly agree with that assumption - there are things like steganography that can hide data in some other data files like pictures or videos but that is more just extra crap than exploit.

    IF you accept this assumption, then what they probably meant was that you could use mkvtoolnix to confirm that the mkv file loaded successfully and had audio + video streams (e.g. a really really basic test for it being a valid mkv file). You could do the same thing with the mediainfo tool (I believe this is also crossplatform since that's what RARBG used to use on their media detail pages... and God do I miss that, wish other public trackers all did the same thing).

  • Possibly stupid question, but how does one manually tag things on lemmy when using desktop web ui from browser (as opposed to mobile apps that specifically have a tagging feature). Is it as simple as add some #SomeWord thing? Asking bc I thought that when using markdown for comments (which I do), the # at the beginning indicates a heading level, not a tag. So.. guess I'm just saying I have no idea how tags work in lemmy (don't know how to add them, don't know how to search by them, etc).

    It might be worth mentioning - or at least linking to - how one can do so manually on lemmy in the readme.md file for dummies like myself.

  • was surprised to see they are still around. have heard snahp was pretty alright but never used it myself (freinds who mentioned it were talking about tv shows mostly tho, didn't realize they did LNs too). is there any way to get an invite these days?

  • tbh, i never really used galaxy so i guess i have no idea what i'm missing. if it's just an online install client kinda like steam but for gog content, that wouldn't really interest me too much but if it lets me download offline installers as a batch job, that alone would be totally worth it (i have no idea if it does that already or not)

  • not really sure what you mean (maybe i didnt notice or it was before i started using it?) but to each their own I guess?

  • It's actually an old windows VM and definitely not convenient, more it's just that I know I've tested the fuck out of it and it's rock-solid in terms of not leaking ips or whatnot. I've been wanting to migrate it to be pure linux for some time but part of the complexity is porting my old firewall rules.. linux firewalls don't see process paths for the most part so I pretty much need to handle things in a much different way. I could probably throw together a Linux VM with iptables-based rules without too much trouble but I guess I just figured skipping past VMs entirely and going directly to containers was better but that ended up being more time- and research-intensive than I had originally expected (apparently i suck at containers lol)

  • Interesting. I'm still on a VM setup and still need to migrate everything over to using docker (or podman). I had made an attempt a year or so back but wanted to run all my containers without root and whatever one I was using as a template at the time had been expecting the opposite. Then life caught up with me and I ran out of time on that project

    But good to know about Gluetun. Maybe I'll revisit the migration to containers at some point if I get the free time.

  • I agree that that is a very nice feature. So are the rss feeds.

    But to me "best" is anything that makes it easier to avoid getting caught so the network interface binding is still my favorite 😉

  • The reason? The new deadpool IP shredded the contracts with the original game developers primarily because the voice actors weren’t the ones everyone is now accustomed to (mostly ryan reynolds).

    Makes me wonder how out of touch those guys are that they see the only solution is the nuclear route. Even if there were more issues than just this, it seems like better options could be found.

    Steam managed to allow the content owners to be able to download and install the game without any problems while also complying with the new terms surrounding the deadpool ip.

    That's a very good example and I agree that's a much better way to do it.

    I would think tho that this was more of a difference in how the original contracts were designed (e.g. Steam probably planned for this from day 1) but it's clear that wherever along the timeline the decision was made that Steam handled it way better than Sony.

    I think one other angle we're probably missing is that Sony is in the movie industry in a big way, where Steam is not. From everything I've seen, film/movie/tv/music bigwigs are some of the greediest and most childish asshats in existence. Just look at the pettiness of their lawsuits.

  • did they censor new versions of the show or something?

  • since you seem familiar with those clients, do you know if either or both of those have a network interface bind feature like qbittorrent? (if not familar, qbit lets you pick which interface your vpn uses and only torrent on that one - which is damn handy if your vpn drops)

    i used to use deluge back in the day (years ago) but ended up switching to qbit after i got a dcma when my vpn dropped. i've since improved my setup and safeguards a lot but was wondering if it ever got a similar feature.

  • Most quality VPNs will have a killswitch built in and enabled automatically, with nothing to setup, but they are notoriously unreliable and can fail.

    Fair. I do all of my setup manually these days (networkmanager on linux, openvpn client app on the rare occasion i'm on windows, not a mac guy so no clue there). I implement one using a firewall but that is more complex than most people want. Still, as long as it is done in addition to the qbit network interface bind, then it's not bad to also set a VPN killswitch.

    The key term people want to search for is “bind.” You want to bind qBit to your VPN.

    Agreed. This is what I was referencing in the first bullet about network interface

    I’m not saying you shouldn’t recommend these, or that people shouldn’t use them, but IMO, people should at least be warned to search for the following, so they can make an informed decision:

    1 - Fair points. TBH, I had my doubts about that initially but have been with them the whole time (before and after kape acquisition). FWIW, I have not seen any change in PIA service quality. In fact, I have seen them add Wireguard support and release all of the code as FOSS (see here). I agree that Kape did some sketchy shit in the past but from what I have seen over the last several years, they are not doing anything sketchy in the VPN/technology sector part of their business (aside from maybe advertising which I consider to be separate). I don't even really think about Kape anymore tbh. If they were ratting me out, I would have had enough dcma notices to start a bonfire with by now.

    2 - I had not been aware of that. I haven't used them in a few years. Any sort of data breach definitely sounds bad but since I haven't reviewed the details, I don't want to jump to any conclusions either.

    I like Mullvad from a tech and privacy standpoint but IMO they are a bit on the expensive side compared to some of the other options. Nord and PIA you can usually get multiyear deals on periodically and that can drastically lower the overall cost ($80 for a 3yr VPN plan = monthly about 2.22 USD/2.04 euro vs 5 euro/month for mullvad). Not saying price is the be-all-end-all or that Mullvad is unaffordable but it is going to be a consideration for many, especially people that already don't want to shell out for a paid VPN over the free ones. With that in mind, I think there is still value in PIA (and possibly Nord - I haven't reviewed the details of what exactly was breached - e.g. vpn service vs blog server vs etc, what data was exposed, what steps they took to address, etc). There are many other no-logs vpn options besides Nord, PIA, and Mullvad out there, I just don't have any personal experience with them.