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
    Now 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
    Now 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
  • How come in court counsel can object to what one says or shows and the judge will say sustained and the jury disregard. How in the hell does a jury just auto take it out of their memory?
  • "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
    Now 100%

    When I served on a jury, the judge had us leave the courtroom multiple times. Once the trial was over, the judge told us what was being discussed when we left the room, and the reason the information had been excluded from testimony during the trial.

    Had the DA tried to introduce this information while the jury was in the room it probably would have made it more difficult for us to come to the same verdict. I imagine that if the DA tried to do this often enough, it could lead to a mistrial and possible disciplinary action.

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

    133
    57
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAN
    Now
    4 45

    anonymouse2

    sh.itjust.works