this post was submitted on 20 Jun 2026
441 points (96.2% liked)

Technology

85631 readers
3858 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] MinFapper@startrek.website 1 points 16 hours ago (1 children)

Well, the isolation allows you select what's appropriate for each bit of data.

For example, my financial data have to live elsewhere - namely the financial institutions I use. I've been paying Todoist $36/year for the past 12 years and they have zero pressure to enshittify, so I'm okay keeping that data elsewhere. I also outsource my email to Fastmail because it's generally inadvisable to self-host email.

However, for most things that I've started using recently (karakeep, miniflux, baby-buddy, homebox, ghostfolio, and so many others), I've chosen open source apps and run their servers on my homelab. Linux on the server (unlike the desktop) is extremely well funded. There are a ton of different types of container and micro-vm configurations you can mix and match to give the exact level of isolation, resource, filesystem, and network access you're comfortable with.

Also, I don't think it makes much sense to use proprietary software for much in the future. The cost of software development has been going down at increasing rate for as long as I can remember for a variety of reasons, and LLM-assisted AI Agents is the just the latest iteration. With the latest SOTA models, it doesn't take much to create an maintain a selfhosted OSS app - someone with the will to put in time and the most basic understanding of the basic fundamentals of software engineering.

Certainly not things I would trust particularly personal or sensitive data with. But remember that breaking out of server-side containers/micro-vms is really hard, and way beyond the capabilities of any AI slop.

So yeah, from what I've seen so far the best tools out there for enjoying the largest variety of software (including potentially undisclosed AI slop) safely is server-side Linux containers + client-side browser isolation. The closest thing we have to sandboxes in the desktop is flatpak, and it's so trivial to break out that I've watched people do it unintentionally, just trying to make their app work in it.

[โ€“] NewNewAugustEast@lemmy.zip 1 points 15 hours ago* (last edited 14 hours ago)

But if you are self hosting, do you need to worry about that?

Either way, I appreciate the detailed response. And looking at the browser as a strong sandbox does seem smart.