• 1 Post
  • 197 Comments
Joined 2 years ago
cake
Cake day: July 11th, 2023

help-circle
  • WhyJiffie@sh.itjust.workstolinuxmemes@lemmy.worldI give up
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 hours ago

    I wanted to say this is not how it works:

    My pet theory is that a lot of systems are constantly looking at what is active on the network and those pings are keeping the machine awake.

    or if you meant that, computers are normally not pingable when they are asleep. net adapters only wake the computer when seeing a magic packet with their mac address in it, and it is the operating system that receives the ping request and decides to send back a ping response.

    an exception is when it is set up to wake on some network traffic pattern, but few net adapters support that mode of operation

    https://wiki.archlinux.org/title/Wake-on-LAN#Enable_WoL_on_the_network_adapter











  • it’ll still cause downtime, and they’ll probably have a hard time restoring from backup for the first few times it happens, if not for other reason then stress. especially when it updates the wrong moment, or wrong day.

    they will leave vulnerable, un-updated containers exposed to the web

    that’s the point. Services shouldn’t be exposed to the web, unless the person really knows what they are doing, took the precautions, and applies updates soon after release.

    exposing it to the VPN and to tge LAN should be plenty for most. there’s still a risk, but much lower

    “backups with Syncthing”

    Consider warning the reader that it will not be obvious if backups have stopped, or if a sync folder on the backup pc is in an inconsistent state because of it, as errors are only shown on the web interface or third party tools






  • I guess this way people often just think that higher number is better, even if only subconsciously, and people will more often by a newer phone. but single increments like with the generation don’t have the same effect if the numbers are already large, and if they would use the release year maybe that wouldn’t have this effect on sales because people know it’s just the year. and a change from 2024 to 2025 does not seem to be so big as from 5 to 6




  • hmm that’s interesting because I did not have a lemm.ee account! :D just 3 tons of links to it.

    edit: I misunderstood it, no I didn’t have an account there

    also in the meantime I did some research. it turns out I was probably remembering the Lemmy Universal Link Switcher userscript: https://greasyfork.org/en/scripts/469273-lemmy-universal-link-switcher

    it can look up posts by their activitypub id, which is the de-facto ID of a post, that is same across all instances. this ID is the url of the content on the original instance. so, the following could be an activitypub id, if the post was actually created on lemm.ee: https://lemm.ee/post/64477597

    to look up a post by this, the userscript uses the /api/v3/resolve_object API endpoint.
    it searches your local instance, and if you are authenticated it also queries the host in the url, lemm.ee in this example. but of course this remote query does not work anymore.

    now here comes the twist. I know I always read lemmy through sh.itjust.works, so whatever I saved should be known by this server. and the link that I save, often does not point to the origin instance, because clients work that way.
    so it seems 2 lemm.ee links that I tried to look up were not actually posted there, because bmy server does not know a post that has this ap id, I just somehow got a link that points to the lemm.ee version of that post or comment…

    Fortunately the messaging app I misuse for link collection always loads the title and image of the webpage, so by some manual work I should be able to find the actual links to each of them.