Volvo EX30 Is Crushing It in Europe: Is the U.S. Next?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    anonymouse2
    4w ago 100%

    I have a Mazda lease that's ending in December and looked really hard at the EX30. The delays in Volvo actually getting the car to the U.S. have been disappointing. Now, with the good things I've been hearing about the Equinox, I'm leaning towards the Chevy, which is something I never thought I'd say.

    4
  • What's a handy terminal command you use often?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    anonymouse2
    4w ago 100%

    Let's say, for example, you have a directory of files named x01-001; x01-002; x02-001; x02-002; x03-001... and so on.

    I want to create subdirectories for each 'x' iteration and move each set to the corresponding subdirectory. My loop would look like this:

    for i in {1..3}; do mkdir Data_x0$i && mv x0$i* Data_x0$i; done

    I've also been using it if I need to rename large batches of files quickly.

    9
  • US city offering $20,000 to move there
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    anonymouse2
    2mo ago 100%

    Something caused the population to drop from over 100k to under 20k in less than 15 years. Not sure $10k in cash and $10k in house repairs is going to be enough to get people to overlook whatever that is.

    5
  • After seeing that my wireless speeds were much faster than the speeds I was getting over Ethernet, I decided to invest in some new cables. I didn't know it before, but I saw while I was changing them out that my current cables were Cat 5e. While putting my network together, I had just been grabbing whatever cables I could find in my scrap drawers. Now I have Cat 8 cables and my speeds jumped from 7MB/s to an average of over 40MB/s. It's a much bigger improvement than I expected, especially for such a small investment.

    140
    69