Your friendly neighbourhood sh.it.head

Gamer, book and photography nerd, francophile // Gamer, geek des livres et de la photographie, francophile

  • 4 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle






  • I’m going to suggest an alternative to Samsung Internet or Firefox : https://github.com/uazo/cromite

    Out of the options I’ve tried, it’s probably the best bet for reducing tracking, fingerprinting & increasing security without turning to Tor browser (which while it is more anonymous, is frustrating for general browsing)

    For clearing cache, there are two options. There’s a dedicated clear browsing data button in the hamburger menu, it can also be configured to “sanitize on close” (similar to Firefox on desktop, or Brave on desktop / mobile) [In cromite, this can be found under Security > Clear the data at open]

    I can’t recommend Firefox on Android in good faith, until site isolation (fission) is enabled on the platform. This is a major security regression compared to desktop Firefox, or chromium based browsers on Android

    Edit: It seems like Iron Fox (continuation of Mull / fork of Firefox) has site isolation enabled - but it is still buggy and does not have all features enabled e.g no isolated process SELinux labels.


  • One of the advantages of Relay is that it is agnostic of your email provider, making it easier to switch providers without having to change the email on every account that has an alias.

    Considering this, I’d be tempted to go with Addy.io instead of ProtonMail / SimpleLogin (subsidiary of Proton AG).

    If you’re concerned with having to trust a third-party to process your emails however, Proton may be the better option with built-in aliasing. Mailbox.org is another option recommended by privacy guides with built-in aliasing.

    If you’re concerned with Mozilla’s TOS change however, you may also be concerned with the Proton CEO implicitly supporting the current Trump presidency, believing that the Republicans will do a better job reigning big tech in (While I’ll agree that the democrats are not anti-corp, that died with Bernie, I think it’s foolish to believe the republicans will be better). They also pulled their entire media presence on Mastodon, and recently integrated Zoom despite explicitly stating that it has privacy issues in their blog.

    I think some people are being a bit extreme in their characterization of Proton AG right now, but it definitely feels like they’re making some peculiar choices when looking at their guiding mission of privacy / security.


  • I feel like the major one for me (that hasn’t been listed) is Ape Escape. Growing up i played the (arguably worse) remaster of it for the PSP. Genuinely interesting to play a platformer so different yet so clearly reactionary to Mario 64. And it’s also just interesting how they handle the analog sticks in terms of controls

    Like many games of the era the controls are frankly janky, but they are just so much fun



  • I think it’s important to see these types of efforts, while I’ll never go out and buy a MacBook the effort isn’t wasted since it gives current users more freedom and future people buying used laptops more options for Linux compatible hardware.

    Without a project like this, that hardware will end up being e-waste a lot sooner than it should be, when Apple drops support. At least to me I see an ethical and moral imperative for projects like this, but I also understand people’s grievances with Apple.


  • Whooping_Seal@sh.itjust.workstoAndroid@lemdro.idMake android kinda dumb
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    8 months ago

    You have a few options on what you can do to limit your child’s usage of a device.

    NextDNS has some interesting features for parental controls, as well as some options to try and prevent bypassing it (i have yet to try it though). On iOS it can be installed as a device profile and you can prevent them from being uninstalled, I’m not sure how to go about this on android but I’m sure there’s a way of limiting the child’s access to changing the settings.

    Otherwise the built in parental control features on Android and iOS seem to be very useful as well, since you can limit what your child can install, set screen time limits, etc. I am pretty sure you’d want a more recent version of Android however to get all of the features here which may not be possible depending on the budget.

    If you just want the ability to call / text then perhaps a dumb phone is a good first step? But a smart phone may be more useful if they’re older.



  • Whatever file format I use them in is also how I back them up, I backup my entire desktop’s and laptop’s data to an external hard drive and an online service provider. I’m sure a compressed format would be more space efficient but that would take much more time given my use case.

    In the case of my laptop it runs Linux and the filesystem I use supports “transparent compression” (almost all contents of the drive are compressed with zstd), so I’m guessing any of the ROMs on there will have already been compressed as nuch as they can (but I’m not knowledgeable enough on the file format specs)


  • I mostly play rogue likes with controller and would like a XBox/Playstation style controller

    I’m assuming you dont need gyro or touchpad that you’ll get with PlayStation / Nintendo compatible controllers, however if you do want those features the Switch Pro controller & the DualSense (PS5) play nicely on my Linux computer (with steam)

    Out of the two I’d probably recommend the dual sense since you’re used to Xbox / Western PS layout rather then Nintendo / Japanese PS layout.

    I’ve heard good things about the 8bitdo controllers, but can’t comment on their compatibility or quality. The contemporary xbox wireless controllers I don’t personally like, the current ones have this extra grippy texture on the back and thumbsticks that doesn’t sit well with me and the lack of rechargeability ootb is disappointing for the price.


  • I understand why they wouldn’t want to suddenly change the branding of existing projects though.

    I’m not sure if I agree, I feel like the long term damage of keeping the names is greater than changing them now to Fedora Plasma Atomic (Formerly Kinoite) / Fedora Atomic Workstation (Formerly Silverblue). Leaving them as is, is just going to create more confusion in the future to new users who won’t immediately understand why the naming convention is different for the other spins and will create more confusion for documentation / support threads online.



  • Thank you for the very thorough reply! For god knows what reason I get this error: error: app/org.mozilla.firefox/x86_64/stable not installed when running the xdg-open firefox-reader command, yet manually running flatpak run --user org.mozilla.firefox about:reader?url=https://example.com works just fine. I’ll have to troubleshoot it when I have a bit more time ;p

    Thanks again for your very thorough write up and the linked articles. Have a good day :)

    Update: It seems like on my system, the --user flag was the issue, removing it made the script function. I am using Fedora Kinoite (Immutable version of KDE Plasma), so perhaps it is just a difference in how flatpak is configured between distros? I’ll have to read into it more later.


  • I’ll keep my answer focused on KDE Connect as I no longer use a TWM. You can most definitely use KDE Connect in non-Plasma environments. For non-Plasma (and non-Gnome * ) environments you can just install the kdeconnectd package. Then, to start the KDE Connect daemon manually, execute /usr/lib/kdeconnectd. You can schedule this to autostart as a systemd unit, or in the config for your TWM (I know in sway/i3 you could start it, I’m assuming it is similar for many other options)

    If you use a firewall, you need to open UDP and TCP ports 1714 through 1764. If you use firewalld specifically, there’s an option to enable KDE Connect rather than manually specifying it. This also let’s you have it only work on private networks and not public if you so chose.

    See Arch wiki for more details

    *For gnome I would recommend using gs-connect even if you have a tiling extension

    £ KDE-Connect: does that work on TWMs? Is there a good implementation? Can I use GSConnect elsewhere too?