• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: November 25th, 2024

help-circle
  • Copying my comment to OP below - it might be worth checking:

    Check your inotify maximums - this is the system which monitors directory contents and notifies applications of changes. These maximums used to be pretty low, but should be high enough for most users these days. Do you tend to work with multiple directories containing lots of files?

    See what you get when you run these two commands:

    sysctl fs.inotify.max_user_watches
    sysctl fs.inotify.max_user_instances
    

    You can increase them temporarily like so and see if it helps:

    sudo sysctl -w fs.inotify.max_user_watches=524288
    sudo sysctl -w fs.inotify.max_user_instances=1024
    

    If it does help, add to /etc/sysctl.conf (or a file in /etc/sysctl.d/).


  • Check your inotify maximums - this is the system which monitors directory contents and notifies applications of changes. These maximums used to be pretty low, but should be high enough for most users these days. Do you tend to work with multiple directories containing lots of files?

    See what you get when you run these two commands:

    sysctl fs.inotify.max_user_watches
    sysctl fs.inotify.max_user_instances
    

    You can increase them temporarily like so and see if it helps:

    sudo sysctl -w fs.inotify.max_user_watches=524288
    sudo sysctl -w fs.inotify.max_user_instances=1024
    

    If it does help, add to /etc/sysctl.conf (or a file in /etc/sysctl.d/).






  • Maybe it would need to draw on experiences of moderating chat rooms and forums - these are very often done by volunteers who put a lot of time and energy into it because they believe in it.

    There is also the “Web Of Trust” concept, where, given that everyone can prove their identity, people can then vouch for each other.


  • needs to quickly get past two network effects: the global network effect […] and the local network effect

    Sounds like a job for Fedi-date! If you could somehow hook a dating app into the fediverse, then maybe it could survive long enough to get sufficient users. If it also offers more general IRL meet-ups (like meetup.com but without the corpo rent-seeking), then it could perhaps begin to get popular that way too.



  • I’ve been using Zoho for about 6 months and have no complaints. I pay about $12 a year for a couple of gigs of storage - not a huge amount, but enough for personal email as long as you delete stuff fairly regularly.

    You can create up to 30 email aliases, which I use a lot. For instance, I have an email address for newsletters, a couple for generic web logins, and then some specific ones for important accounts such as banking.

    It’s easy to make filters to sort email as it arrives. This is how I handle the “priority inbox” situation. Any email from my family or other important senders is all put into a single folder, and I have an email app on my phone which checks this folder and notifies me of new mail. All other mail is either moved by other filters e.g. newsletters or just left in the inbox.




  • compatibility layer upon layer

    I can understand the sentiment, but don’t ignore the real advantages to the proton/wine way of doing things.

    For instance, some old games won’t run on modern Windows but will run on Linux under proton/wine.

    It’s also just a lot easier for game companies to target a single platform i.e. Windows. When Valve first released their Steam machines, a few AA games were released natively. For several of those, the native builds no longer work and you now need to run the Windows version under proton/wine.