• 0 Posts
  • 17 Comments
Joined 2 months ago
cake
Cake day: June 25th, 2025

help-circle

  • Am I the only one that thinks that USB-C power delivery is a con?

    Having the option to charge with usb-c in a pinch is a really nice feature, but for longterm use I’d really rather usb-c plus a seperate barrel jack for power.

    The barrel jacks on business line laptops are usually a separate module that if it breaks from catching the cord with your foot and ripping it out of the laptop, you can replace the module. I’m not sure I’ve really seen replaceable usb-c power jacks very commonly, they’re usually part of the motherboard because it’s a combined power delivery/thunderbolt port or something. Now if you rip the cord out the jack is totally fucked And you have to solder a new one on.







  • paper_moon@lemmy.worldtoLinux@lemmy.mlYou won't be missed
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    edit-2
    5 days ago

    Rufus, the bootable usb creator?

    You should be able to natively do what Rufus does in Linux, if you have a disk imaging software installed. I think Ubuntu comes with gnome-disks, you right click an ISO file, click open with, select disk image writer, and select the destination device (your USB drive) and it writes the ISO file to the USB device. You should double check it actually makes it bootable, but I think it does.

    You can also use Ventoy to do what you want. You install it to the USB drive and then just drop the ISO files into a folder that you want to boot from, and it creates a menu for you to choose which ISO file to choose at boot time.



  • My favorite story about best buy is in the early 2000’s, a family member gifted me a $20 gift card to best buy, which unbeknownst to them, I had stopped shopping at because it got too expensive and I started buying from newegg instead. Anyway, I walk in and am thinking 'well I don’t really need anything big right now, like a full PC, laptop, etc. Maybe I’ll just get a DVD or something."

    Even with a $20 gift card, Best buy prices were so marked up, they were either still more expensive, or the same price as other stores. I think other stores were selling DVD’s at like $15 (not new-releases) and best buy was $35. I walked out and never ended up buying anything. I’m shocked they’re still around to be honest.






  • I mean, i feel obvious for saying this, but maybe others dont know: If we’re just talking about apps, this is also a 1-liner in most package managers that you can even automate in a shell script

    sudo apt-get install firefox vlc thunderbird etc…

    if we’re talking more complex environments like a dev environment, mix of python packages, libraries, docker containers, etc obviously thats a lot of attention to manually save all of those details for later and something else should probably be used