• 1 Post
  • 99 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle

  • Firefox with uBlock Origin should always be your starting point.

    Except Firefox is not secure on Android.

    Avoid Gecko-based browsers like Firefox as they’re currently much more vulnerable to exploitation and inherently add a huge amount of attack surface. Gecko doesn’t have a WebView implementation (GeckoView is not a WebView implementation), so it has to be used alongside the Chromium-based WebView rather than instead of Chromium, which means having the remote attack surface of two separate browser engines instead of only one. Firefox / Gecko also bypass or cripple a fair bit of the upstream and GrapheneOS hardening work for apps. Worst of all, Firefox does not have internal sandboxing on Android. This is despite the fact that Chromium semantic sandbox layer on Android is implemented via the OS isolatedProcess feature, which is a very easy to use boolean property for app service processes to provide strong isolation with only the ability to communicate with the app running them via the standard service API.

    https://grapheneos.org/usage#web-browsing




    • The video is a return to the creator’s previous “Top 5 Linux Apps” monthly series, which was popular in the past.
    • The first app highlighted is Boxy, a graphic design tool for creating SVG images and logos, with a user-friendly interface compared to more complex tools like Inkscape.
    • The second app is Eyedropper, a color picker tool that works well in Wayland environments and allows users to get color codes in various formats.
    • The third app is Iotas, a simple, GTK-based note-taking app with Nextcloud integration, focused on basic note-taking functionality without advanced features.
    • The fourth app is Plexamp, an electron-based desktop music player that provides access to the user’s Plex music library.
    • The fifth app is Sigil, a niche tool for editing metadata in eBook (EPUB) files, particularly useful for adding series information to support self-hosted ebook platforms like Calibre.
    • The creator acknowledges that Sigil has some quirks, working better in KDE than GNOME environments.
    • The creator encourages viewers to provide suggestions for future “Top 5 Linux Apps” videos in the comments.
    • The creator provides links to their social media and support platforms, including Mastodon, Odyssey, and Patreon.
    • The overall tone is one of enthusiasm for sharing useful Linux applications with the audience, while also acknowledging the niche nature of some of the recommendations.

    Courtesy of Kagi’s Universal Summarizer.


  • if used for work…Features? Don’t care.

    Most organizations care about maintaining document compatibility, especially formatting, and that usually means Office365. Microsoft is notorious for publishing a standard and then ignoring their own standard, making it exceedingly difficult to use other office suites.

    I’ve heard OnlyOffice does the best at maintaining compatibility.






  • FutileRecipe@lemmy.worldtoSelfhosted@lemmy.worldSovereign Computing | Start9
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    5 months ago

    Yes, you need an Internet connection at some point. This can be a cafe, a library, an office, your house, friend’s house, etc. As for controlled by the government, well, that depends on your country.

    Worst case, if possible, you can move countries. I understand that might not be feasible, but my point is, you can move countries to escape the government and Internet restrictions. But the government locks your account/bank? Moving countries doesn’t fix that, and you’re locked out of any money you had there.


  • But even if I have a server, I’ll have to have my own separate Internet if I really want to be able to pay unrestrictedly.

    Separate Internet? I mean, yes, you do need Internet. Not sure what you mean by “separate.” And you don’t need a server (node), though they are handy for privacy. You could choose one that is reputable.

    Otherwise the government would just shut down my internet connection, right?

    If they knew where it/your Internet was. All you really need is your phone or PC. You could use a cafe or library or cell tower or etc.





  • Isn’t there some overlap between NAT, DHCP and DNS, they feel like they should be the same thing?

    Absolutely no overlap. Now, can a conventional home router do all those? Typically NAT and DHCP, but not too often DNS (except to point at a real DNS). That’s like saying “isn’t there overlap between milk and eggs? I mean, sure, they deal with animals and stored in the fridge, but used for different purposes.”

    Because DHCP is assigning IP addresses, DNS is looking up IP addresses and NAT is saying that IP address points there 👉🏾

    Sure, they deal with IP addresses and some devices (home routers) can do 2-3 of those fuctions, but that doesn’t mean they overlap. I can read a book (IP) and my book (IP) can be stored in a book bag or on a book shelf, but that doesn’t mean myself, the bookbag, and the bookshelf overlap.