I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.

  • 1 Post
  • 203 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle

  • I think people’s experience with PLE will always be subjective. In the old flat we were in, where I needed it. It would drop connection all the time, it was unusable.

    But I’ve had them run totally fine in other places. Noisy power supplies that aren’t even in your place can cause problems. Any kind of impulse noise (bad contacts on an old style thermostat for example) and all kinds of other things can and will interfere with it.

    Wifi is always a compromise too. But, I guess if wiring direct is not an option, the OP needs to choose their compromise.



  • OK, one possibility I can think of. At some point, files may have been created where there is currently a mount point which is hiding folders that are still there, on the root partition.

    You can remount just the root partition elsewhere by doing something like

    mkdir /mnt/rootonly
    mount -o bind / /mnt/rootonly
    
    

    Then use du or similar to see if the numbers more closely resemble the values seen in df. I’m not sure if that graphical tool you used that views the filesystem can see those files hidden this way. So, it’s probably worth checking just to rule it out.

    Anyway, if you see bigger numbers in /mnt/rootonly, then check the mount points (like /mnt/rootonly/home and /mnt/rootonly/boot/efi). They should be empty, if not those are likely files/folders that are being hidden by the mounts.

    When finished you can unmount the bound folder with

    umount /mnt/rootonly

    Just an idea that might be worth checking.



  • I think we should qualify the question. I think I’d like to hear a reason for society as a whole to exist that is reasoned and has a firm basis in logic and has no emotive or circular reference.

    Because I cannot see the point of it (and I’ve been accused of being a pessimist, depressed and worse for expressing this opinion). So, I would really like to hear an actual reason for us all to be here.


  • I think in 99% of use cases, upgrading isn’t a problem. Most of the time new SQL versions are backward compatible. I’ve never personally had a problem upgrading a database for a product that expects an older version.

    They do have compatibility modes too, but those only go back so far too.

    But, I think companies with their production databases for perhaps older complex systems are likely very weary of upgrading their working database. This is most likely where this situation comes from. Imagine being the person responsible for IT, that upgraded the DB server and database to the latest version. Everything seemed to be working fine. Then accounts run their year-end process, it falls over and now there are months of data in the newer version that won’t work properly. It’d be an absolute pain to get things working again.

    Much safer to leave that SQL 2005 server doing what it does best. :P


  • Both, each have their place. I have a desktop in my office. Decent recent spec and kept fairly up to date.

    Laptop I have a reasonable “gaming” spec in the lounge we both use it.

    The laptop will always be a compromise. You cannot shift the dissipated heat from a full power gpu at all in that form factor, and most cpus are going to also be lower power editions because they need to work on batteries as well as connected to power. But they’re still for sure usable.

    Desktop will always outperform. Even the stock cpu and gpu options will perform at a higher tdp, and you can usually improve cooling in a big case to either improve stock boost frequencies, or over clock.

    Physics is the limiting factor for laptops, both in terms of power delivery, and heat dissipation.



  • r00ty@kbin.lifetoMemes@lemmy.mlGet rich quick
    link
    fedilink
    arrow-up
    0
    ·
    19 days ago

    I mean if LLM/Diffusion type AI is a dead-end and the extra investment happening now doesn’t lead anywhere beyond that. Yes, likely the bubble will burst.

    But, this kind of investment could create something else. We’ll see. I’m 50/50 on the potential of it myself. I think it’s more likely a lot of loud talking con artists will soak up all the investment and deliver nothing.


  • There are, and I think the only real difference has been the community support. The community was behind the original pi and the guides, images and support show that, and it continues to this day.

    If this becomes “enshittified” then communities will grow around the alternatives, it’s likely there will be an overall winner (or winners per class) and we’ll move on. The device itself wasn’t ever the whole story.




  • Yeah. The 7.5 times (or is it 9.5 times, I forget) thing that has been thrown around since the cold war days never rings true to me.

    The primary and secondary strikes for both sides will take out people living close to either a military installation or a major city.

    Also there’s no way even a world war would involve every single country and every single island. There’s no way human life would be entirely obliterated. Most us posting here, perhaps. Certainly I’d likely be taken out in the second or third wave (close to London and also close to a military base). But life would go on.


  • I’m fairly sure it must take extra work to make dynamic prefixes. I’ve heard some weird justifications about localised routing. But modern ISPs generally don’t work that way at all. For example, my ISP has endpoints in multiple cities, and can fail over to another city if need be. All my static IPv4 and IPv6 instantly move with me in that event.




  • There’s literally nothing stopping a moderately skilled IT team from integrating ipv6. You can run any site easily using both. The exceptions are few and even those aren’t that hard to deal with.

    Source: been running dual ipv4/ipv6 Web servers for over 10 years (maybe 15 would need to check) . Likewise had ipv6 dual stack at home for a similar amount of time, initially using tunnels and then native.

    Almost every server provider will give you ipv6 for free. There’s really no excuse these days not to run your services on both protocols now.


  • GPS Navigation didn’t become widely available at a decent size until the mid 2000s I would say. I remember for sure I had GPS navigation on a laptop which was just as ridiculous as it sounds in around 2002-2003.

    The GPS was a PCMCIA card with an aerial you put near the windscreen. The software would just stop showing a map when you went faster than 50mph or so, and only provide basic instructions and your speed. Buying a laptop charger that plugged into the cigarette lighter socket wasn’t as cheap as it is now either.

    Needless to say, it was a novelty thing. The main problem with paper map navigation when driving is, you really need to compress the instructions down to something you can remember if driving on your own. Since you need to stop if you lose track of your route. I don’t miss that to be honest.