Your friendly neighbourhood sh.it.head

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

  • 3 Posts
  • 14 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.




  • 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!



  • 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?