Skip Navigation
Volvo EX30 Is Crushing It in Europe: Is the U.S. Next?
  • 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.

  • What's a handy terminal command you use often?
  • 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.

  • US city offering $20,000 to move there
  • 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.

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

  • Project 2025 Private Training Video: Conserving America (ProPublica)
  • There is so much wrong with this:

    • "Gender Kamph"

    • "America was founded at a particular time... by a particular people..."

    • "Bad history ideas" like seeing our history as systemically racist...

    But the way he invokes slavery multiple times then pretends that a conservative ideology actually helped eradicate it, ignoring Jim Crow and all that followed, is especially sinister.

  • I spent ~$35 on new cables and my LAN speed increased 6x

    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.

    67
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AN
    anonymouse2 @sh.itjust.works
    Posts 4
    Comments 43