• 0 Posts
  • 89 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle
  • I have used AI to give me the syntax and function names I need, then researched those functions and found better ones instead.

    I once asked AI to show me how to do something and it gave me a 20 line script. After 2 hours working with it, I finally got it to work. Another 30 minutes of optimizing and got it down to 3 lines. A bit more research and I discovered that what I wanted was actually a language feature, and I just needed to call a single function with a single argument.

    AI occasionally saves me time, and usually causes a significant time waste.


  • 18107@aussie.zonetoLinux@lemmy.mlCan I dual boot windows and Linux?
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    8 days ago

    If you intend to install both, install Windows first. It has a habit of overwriting other bootloaders.

    When you install Linux second, it should install a bootloader that will let you choose which OS to boot each time you turn on the computer.

    Always backup data you care about. Installing an OS carries some risk of data loss.


  • House insulation.

    I live in Australia where the minimum insulation required by law is a long way below inadequate, and many cheap contractors go below the minimum because it’s so hard to prosecute them.

    I already had solar and a house battery, so the next obvious step was replacing the insulation. With my already very low electricity bills I cant say that it literally paid for itself (although it would have without the solar and battery), but it has made the house so much more comfortable. On some summer days, the AC would be using 7kW and barely keeping the inside temperature down to 30°C/85°F. Now it uses 3-5kW and the whole house stays comfortable.

    Also, finding and patching the massive gaps from the previous “landlord special” house extension made a huge difference to the temperature of that room, and explained how lizards had managed to get inside.


  • I’m using an old thinkpad with Ubuntu Server as the OS. Almost any OS will do, but Ubuntu server has a single button to install docker during the OS install, so it’s easy.

    I’m using docker compose instead of docker so that I can look at and update any scripts, and don’t have to remember anything. For the file sharing, I’m currently upgrading from Samba to Copyparty - the best software I have seen in a long time.

    I’m also using WireGuard and Syncthing to duplicate the storage to an identical laptop in a family member’s house, rsync for weekly backups, and calendar reminders to do a monthly offline backup (automated with a script except for remembering to connect and disconnect the external drive).

    I doubt you need all of this, but an old laptop with docker has so many options that you might start adding more stuff just because you can. I’ve also added HomeAssistant, Immich, and even a Factorio server to the same laptop using docker.



  • If it was just a screen, general purpose processor, and customisable OS then I’d have one already.

    I don’t feel like paying a monthly subscription fee for a product to lie to me every time I ask a question, and relay everything I do back to a company who will sell my personal data to anyone.

    I love my Pebble watch and enjoy playing with new tech. If a company like Pebble can make one without the spyware, bloatware, and AI, then I’ll probably get one.



  • I don’t like the idea of saying that a few nuclear plants exploding is better than burning coal, but you are correct.

    The problem is very similar to the exploding cigarette problem. On average, a person will smoke 625,000 cigarettes before it kills them*. If cigarettes were completely harmless except for 1 out of every 625,000 that exploded violently and killed the user, it would most likely be banned for being unsafe.

    Coal power plants kill many people every year and cause significant physical and mental health problems to many more, but because it’s all indirect and gradual, no-one stops them**.

    If coal plants were required to capture and safely store 100% of the C02 and other harmful emissions they produce, the would likely be far more expensive than nuclear plants.

    *This also counts cigarettes smoked by people who died from unrelated causes. The number is for demonstration purposes only and is not intended to be particularly accurate.

    **Many people have protested and are trying to stop coal plants. Please keep trying. I’m complaining mostly about corrupt politicians, not citizen inaction.






  • Clippy never sold your data or demanded a subscription fee for something you already bought. Clippy just tried to help.

    The clippy movement is not about clippy as a program, but as an idea that companies need to be held accountable, and that we will hold them accountable.
    If a company tries to make a feature a paid subscription after you paid for the product, or releases and update that removes your privacy, we will be watching and we will hold them accountable.

    Companies can lie to one person or hide changes from a few people, but they can’t handle all of us. Samsung has already reversed their added subscription fee for a smart TV as a result of community action.



  • I don’t care about gender. If you want to identify as a man or a woman, then you’re free to do that. If you want to identify as something else, that doesn’t bother me.

    But if you want to take someone’s rights away because of who they are and not for what they’ve done, then I’m against your ideals.

    If you call me a feminist for that, then I’ll happily accept that title too.


  • If you want to dip your feet in without making any permanent decisions, try using a virtual machine or a live USB.

    The virtual machine is effectively no risk but slightly slower. The live USB gives you a more realistic experience (except for boot times) but it is possible to erase your data if you miss the several warning messages and press the “I know what I’m doing, proceed anyway” button.

    If you feel like Linux could work but you’re not ready to fully commit, you can dualboot. I had both Windows and Linux for 2-3 years before I was comfortable enough to not boot Windows.

    My personal preference is Linux Mint because it looks and feels very similar to Windows (I’m currently running LMDE). Any distro with KDE should also feel fairly familiar. Bazzite is more designed around gaming, but should still be adequate for most of your needs. It does have the reputation of being unbreakable.