• 28 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: October 4th, 2023

help-circle
  • If you’re interested in home automation, I think that there’s a reasonable argument for running it on separate hardware. Not much by way of hardware requirements, but you don’t want to take it down, especially if it’s doing things like lighting control.

    Same sort of idea for some data-logging systems, like weather stations or ADS-B receivers.

    Other than that, though, I’d probably avoid running an extra system just because I have hardware. More power usage, heat, and maintenance.

    EDIT: Maybe hook it up to a power management device, if you don’t have that set up, so that you can power-cycle your other hardware remotely.






  • If that email is actually from Logitech, it probably has some way to unsubscribe. Might have added you for some nonsense reason like a warranty registration, but I’ve never hit problems with a reputable company not providing a way to unsubscribe.

    The random scam stuff…yeah, probably can’t do much about that.

    One possibility I’ve wondered about is whether, someday, email shifts to a whitelist-based system. I mean, historically we’ve always let people be contacted as long as they know someone’s physical address or phone number or email address, and so databases of those have value – they become keys to reach people. But we could simply have some sort of easy way to authorize people and block everyone else. In a highly-connected world, that might be a more reasonable way to do things.



  • Plus, even if you manage to never, ever have a drive fail, accidentally delete something that you wanted to keep, inadvertently screw up a filesystem, crash into a corruption bug, have malware destroy stuff, make an error in writing it a script causing it to wipe data, just realize that an old version of something you overwrote was still something you wanted, or run into any of the other ways in which you could lose data…

    You gain the peace of mind of knowing that your data isn’t a single point of failure away from being gone. I remember some pucker-inducing moments before I ran backups. Even aside from not losing data on a number of occasions, I could sleep a lot more comfortably on the times that weren’t those occasions.


  • tal@lemmy.todaytoComic Strips@lemmy.worldWhen I grow up...
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    22 days ago

    I don’t know how viable it’d be to get a viable metric.

    https://www.goldeneaglecoin.com/Guide/value-of-all-the-gold-in-the-world

    Value of all of the gold in the world

    $13,611,341,061,312.04

    Based on the current gold spot price of $2,636.98

    https://en.wikipedia.org/wiki/Jeff_Bezos

    He is the second wealthiest person in the world, with a net worth of US$227 billion as of November 7, 2024, according to Forbes and Bloomberg Billionaires Index.[3]

    So measured in gold at current prices, he’d have about one-sixtieth of the present global gold supply.

    However:

    It’s hard to know what the distribution of gold hoards are. One dragon might have an exceptionally large hoard.

    It’s hard to know how many dragons we’re working with.

    It’s likely that a world with dragons has a different value of gold.

    That gold in our world isn’t actually accessible to Bezos at that price. If he tried buying that much, it’d drive up the price, reducing the effective percentage of the global share that he could afford to buy.


  • I know that modern dryers often use a humidity sensor, and I can imagine that it’s maybe hard to project that.

    But I don’t know what sort of sensors or dynamic wash time a washer would use. I thought that they were just timer-based.

    kagis

    Oh. Sounds like they use water level sensors and time to drain is a factor, so if the draining is really slow, that it’ll do that.

    https://old.reddit.com/r/mildlyinfuriating/comments/1dd4k6g/my_clothes_washer_has_had_one_minute_left_for_the/

    My clothes washer has had one minute left for the past 7 minutes. (i.redd.it)

    Funny… Someone else had a similar issue a few days ago. This was my reply to them:

    This sounds like a drainage issue. Not uncommon. I first learned of this on my previous washer several years ago.

    The machine took a lot longer to drain than it should have, so what should’ve taken a minute or two, took 15.

    A potential cause is that your drainage filter is clogged. Most people don’t even know they have one, much less how to clean it.

    In MOST modern washers, it’s behind a small hatch on the front of the machine. (It may be located elsewhere, depending on your model.). Open the hatch, pull out a short hose, unplug the stopper on the hose to drain any excess water (into a small container of some sort). Then remove the filter…

    The filter itself is typically a cylindrical piece that resides next to the hose. The filter may need to be unlocked somehow to remove it, but either way, once you slide it out you can clear it off of any buildup of hair, lint, and other gunk that’s collected on it.

    Check your user manual (or Google) for your specific model.

    If they have a display capable of it, might be a good idea for washers to suggest to the user that it’s draining slowly and that checking the filter might be in order.





  • venv nonsense

    I mean, the fact that it isn’t more end-user invisible to me is annoying, and I wish that it could also include a version of Python, but I think that venv is pretty reasonable. It handles non-systemwide library versioning in what I’d call a reasonably straightforward way. Once you know how to do it, works the same way for each Python program.

    Honestly, if there were just a frontend on venv that set up any missing environment and activated the venv, I’d be fine with it.

    And I don’t do much Python development, so this isn’t from a “Python awesome” standpoint.