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

  • 0 Posts
  • 111 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.


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


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




  • Well I run an ntp stratum 1 server handling 2800 requests a second on average (3.6mbit/s total average traffic), and a flight radar24 reporting station, plus some other rarely used services.

    The fan only comes on during boot, I’ve never heard it used in normal operation. Load averages 0.3-0.5. Most of that is Fr24. Chrony takes <5% of a single core usually.

    It’s pretty capable.





  • Yep. While it has been decades since I had a home SSD failure. But I have had 2 SSD failures in the last 10 years in server hardware. In the first case it was RAID striped and I needed to restore from backup. In the second case it was part of a raid 1 array and I just requested a replacement and got on with my day.

    In my house, I have non raid SSDs on my own PC. But important stuff is on my NAS made up of 4xHDD drives in raid 5 (that also has the important folders backed up to an encrypted cloud).

    RAID still has a place in an overall data security solution. Especially for servers that you want to keep up.


  • I have 2x27" screens. 1 is 1080 the other 1440.

    For work, I would say it’s invaluable (software developer) to have say VSCode/VS running on local machine and say an RDP session open. Or to have open Jira issues on one screen or basically the actual program code and another screen with information/testing environments. It’s far better than finding the window you need all the time with alt-tab/the task bar.

    Outside work, I generally have youtube on the 1080 screen while doing other things (games/personal development etc) on the 1440 screen.

    As for a third monitor. I think there’s definitely valid use cases. But, I have a big desk but another 27" screen would just take up too much space. I am tempted in the future to replace the 1080 with something higher resolution though.


  • Well, I run forgejo for my own stuff. So, let’s say I decided to host something that is subject to a copyright complaint. As soon as people start using your repo and their lawyers get a whiff of it, they’ll just take the IP of your server and DMCA the owner of the IP. Whether it be me, or the host. It’s an entity they can go after and will need to yield to appropriate law. The effect would be the same as the DMCA going to Github.

    But on tor, it hides the entity operating and running the server. Making it a lot harder to find the person to even send the DMCA to, let alone start the legal wheels turning, if it were ignored.