• 0 Posts
  • 35 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/).



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



  • yes I’m using my regular email and messaging family members using theirs.

    It’s working fine, except for the occasional issue like I mentioned, i.e. sending multiple emails for one message.

    I don’t know what it’s doing about encryption - it seems to use it when it knows the other party supports it, but that’s not my priority at this point, my aim is to encourage people to move off WhatsApp (this is what all my chatting takes place on). I’m kind of using the family chat as guinea pigs really.


  • Nice, I’ll give it a whirl. Their their website says, “ArcaneChat is a Delta Chat client” so maybe it deals with the issues I’ve had better.

    bug reporting

    I’m looking for projects I can contribute to in some way, so definitely not averse to bug reporting. From some discussions on the forum, the way I’m using it isn’t really supported and they’re really aimed at people who want to chat securely without being tied to proprietary networks. But I’m certainly not the only one who would prefer not to use proprietary chat protocols like WhatsApp, but there’s just too many other people I’d have to convince to switch to yet another chat app. Delta Chat / ArcaneChat really seem to offer a way forward for people like me, but the chat experience for people using regular email clients has to be very good - people get annoyed quickly if they receive 5 emails in a row each containing a single picture followed by a 6th email that just contains text (which is how my attempt at a message sharing some photos came through for email users)




  • How many people listed in the credits of your favorite show do you truly think own one, much less multiple Porsches?

    I don’t think those people are responsible for pricing. The Porsche comment was a flippant way of pointing out the whole parasitic machine that sits atop the actual creatives - the actors, the set designers, the script writers, all those people that you and I do want to support. All those people are not involved in pricing decisions or exclusivity contracts, and they’re mostly paid a salary so by the time a movie or series is out, they’re already on to the next job. By refusing to subscribe to all the myriad streaming services, you are mainly putting pressure on those executives to make a more appealing product.

    I think you’re right in that it’s very reminiscent of US tipping culture (I’m not in the US), in that the people at the bottom are the ones who do the real work and yet they don’t get a fair share of the profits and instead have to take on unfair risk (i.e. the risk of not being tipped).

    That said, I need to confess that I’m partly playing devil’s advocate, I pay for Netflix and just the other day I paid YouTube to “buy” a digital copy of a movie - for the exact reasons you said, I want to support the creative people behind the shows & movies I enjoy. I just don’t think it’s accurate to say that there’s a moral requirement to pay for entertainment, especially given how unfair the system currently is.







  • In case you haven’t seen it, the paper is here - https://machinelearning.apple.com/research/illusion-of-thinking (PDF linked on the left).

    The puzzles the researchers have chosen are spatial and logical reasoning puzzles - so certainly not the natural domain of LLMs. The paper doesn’t unfortunately give a clear definition of reasoning, I think I might surmise it as “analysing a scenario and extracting rules that allow you to achieve a desired outcome”.

    They also don’t provide the prompts they use - not even for the cases where they say they provide the algorithm in the prompt, which makes that aspect less convincing to me.

    What I did find noteworthy was how the models were able to provide around 100 steps correctly for larger Tower of Hanoi problems, but only 4 or 5 correct steps for larger River Crossing problems. I think the River Crossing problem is like the one where you have a boatman who wants to get a fox, a chicken and a bag of rice across a river, but can only take two in his boat at one time? In any case, the researchers suggest that this could be because there will be plenty of examples of Towers of Hanoi with larger numbers of disks, while not so many examples of the River Crossing with a lot more than the typical number of items being ferried across. This being more evidence that the LLMs (and LRMs) are merely recalling examples they’ve seen, rather than genuinely working them out.


  • I think it’s an easy mistake to confuse sentience and intelligence. It happens in Hollywood all the time - “Skynet began learning at a geometric rate, on July 23 2004 it became self-aware” yadda yadda

    But that’s not how sentience works. We don’t have to be as intelligent as Skynet supposedly was in order to be sentient. We don’t start our lives as unthinking robots, and then one day - once we’ve finally got a handle on calculus or a deep enough understanding of the causes of the fall of the Roman empire - we suddenly blink into consciousness. On the contrary, even the stupidest humans are accepted as being sentient. Even a young child, not yet able to walk or do anything more than vomit on their parents’ new sofa, is considered as a conscious individual.

    So there is no reason to think that AI - whenever it should be achieved, if ever - will be conscious any more than the dumb computers that precede it.