Your friendly neighbourhood sh.it.head

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

  • 12 Posts
  • 44 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.


  • Passwords I would recommend Bitwarden or KeePass (both of which are in the PrivacyGuides wiki, particularly usefull for KeePass where there are different clients depending on OS)

    Email / contacts / calendar I am still struggling on to be quite honest. I am debating right now on Mailbox.org + EteSync OR just using Posteo.de (while it has some security regressions compared to Mailbox.org, it has encrypted contacts and calendar). To be quite honest though the options available in this space are quite frustrating, it is really hard to find a solution that allows for interoperability / data portability as well as E2EE / elevated security.


  • I would say the only potential “benefit” is if the account contains non-public facing personal information - you are reducing the chance it gets leaked via data breach (assuming, of course, they actually erase your data properly)

    But I would say it is at least worth it to reduce that potential risk, but you should also go into it assuming that anything that was publicly accessible has been archived / saved by someone.










  • 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
    ·
    7 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.






  • The plugin that brings the “starter” / “welcome” screen when nvim is called without a file is mini.starter, a lua module of the mini plugin. My primary use case for neovim is closer to a feature complete text editor rather than a full fledged IDE, although there definitely is some overlap in my setup.

    My set of plugins are roughly as follows

    • vim-plug, I will likely replace this one with packer at some point
    • goyo.vim and limelight.vim for distraction free viewing and editing
    • nnn.nvim to integrate the nnn file manager into neovim
    • mini.nvim according to the Github, “Library of 35+ independent Lua modules improving overall Neovim (version 0.7 and higher) experience with minimal effort. They all share same configuration approaches and general design principles.”
      • mini.surround feature rich surround actions
      • mini.statusline a very simple no-frills statusline
      • mini.starter aformentioned start screen
      • mini.pairs inserts the paired character, e.g typing ( will automatically place ) behind the cursors
      • mini.move move selections
      • mini.map has a little map of the file similar to VScode among many other IDEs & text editors
    • barbar.nvim Tabbar plugin
    • a whole bunch of LSP / autocomplete engines / snippets / git commit messages & signs
    • nvim-treesitter for syntax highlighting

    And the remaining things in my init.lua file are just keybindings, setting up the plugins, and disabling the swapfile etc. when editing my password secrets in gopass among other ‘secret’ files


  • It definitely is rather reminiscent of older Windows versions with the seperate application launchers, fully expanded task bar entries that show the name of an app that are ungrouped (until necessary). And the widgets are very reminiscent of Rainmeter.

    But I also bring some things from macOS that I enjoyed such as the global menu on the top (sadly Firefox flatpak does not support), virtual desktops with the pager widget on the bottom, and I use Krunner a lot (plasma’s equivalent to macOS “Spotlight”)

    I hope your switch to Linux goes well if / when you switch!