• 0 Posts
  • 492 Comments
Joined 3 months ago
cake
Cake day: February 10th, 2025

help-circle
  • https://en.wikipedia.org/wiki/Linux-libre

    It’s essentially a kernel with only open source code. OP would need to research all of the hardware in their machine to ensure that there are open source drivers. I think there are some laptop manufacturers that sell units which are compatible, if you’re ordering from one of the major manufacturers then you’ll likely have some hardware (like wifi) that requires proprietary binaries.

    The hardest part is usually finding a machine that has open source drivers for every component. You may have to do some kernel compiling and other low level tasks to get your specific setup to work. OP says they’re not a power user, but after this they will be


  • Around '99 or '00. A friend of mine was gifted a Linux Magazine subscription and made me a copy of the CD. It was noteworthy at the time because it didn’t have any copy protection and we were neck deep in piracy, keeping our friend group supplied with copies of games that we pulled off of IRC.

    Getting a CD full of software that made no effort to prevent copying was intriguing enough that we sacrificed a spare machine one weekend (giving up the ability to play LAN StarCraft!) to see what another operating system looked like.

    We tinkered on and off for a year, once we could get dual boot working (thanks to the IRC crowd) we used it a bit more often. Mostly ricing, though that wasn’t a term at the time, and playing with the hacking tools (for educational purposes only, of course).

    I think there was some copy protection mode that was annoying to write on Windows but trivially easy on Linux, which was the first time that I can remember where it was just better than Windows. That, and ARP poisoning our LAN parties to packet capture and read people’s AIM and ICQ conversations because we were little shits.







  • I have 20+ remote systems I need to maintain and apps like this provide tabbed experience like a browser to connect to them.

    I’ve found that if you’re using ssh then taking your hands off the keyboard to grab a mouse just to click a different tab is slow and annoying.

    I use a terminal multiplexer, tmux, and just keep different sessions open for each server that I need to connect to.

    leader = CTRL+b (you can change this but this is the default)
    
    leader s - Open session manager
    leader c - Open new window in the session
    leader 0-9 - Swap to Window 0-9
    leader % - Split screen vertically
    leader left/right arrow, move between split screens
    leader z - full screen the active screen
    leader d - disconnect from the tmux session
    etc
    
    tmux -a to re-connect to the tmux session
    

    There’s a ton of hotkeys and plugins that can handle essentially anything you’d like to do. Once you learn the few hotkeys (print a cheatsheet and force yourself to use the hotkeys).





  • AI should absolutely never be allowed in court. Defense is probably stoked about this because it’s obviously a mistrial. Judge should be reprimanded for allowing that shit

    You didn’t read the article.

    This isn’t grounds for a mistrial, the trial was already over. This happened during the sentencing phase. The defense didn’t object to the statements.

    From the article:

    Jessica Gattuso, the victim’s right attorney that worked with Pelkey’s family, told 404 Media that Arizona’s laws made the AI testimony possible. “We have a victim’s bill of rights,” she said. “[Victims] have the discretion to pick what format they’d like to give the statement. So I didn’t see any issues with the AI and there was no objection. I don’t believe anyone thought there was an issue with it.”


  • This is just weird uninformed nonsense.

    The reason that outbursts, like gasping or crying, can cause a mistrial is because they can unfairly influence a jury and so the rules of evidence do not allow them. This isn’t part of trial, the jury has already reached a verdict.

    Victim impact statements are not evidence and are not governed by the rules of evidence.

    It’s ludicrous that this was allowed and honestly is grounds to disbar the judge. If he allows AI nonsense like this, then his courtroom can not be relied upon for fair trials.

    More nonsense.

    If you were correct, and there were actual legal grounds to object to these statements then the defense attorney could have objected to them.

    Here’s an actual attorney. From the article:

    Jessica Gattuso, the victim’s right attorney that worked with Pelkey’s family, told 404 Media that Arizona’s laws made the AI testimony possible. “We have a victim’s bill of rights,” she said. “[Victims] have the discretion to pick what format they’d like to give the statement. So I didn’t see any issues with the AI and there was no objection. I don’t believe anyone thought there was an issue with it.”




  • Well, I also have some bad news for the users of Apple, Amazon, Alphabet, Meta, Wal-Mart, Microsoft, Verizon, AT&T, Comcast, Target, FedEx, Dell, Lowe’s, General Electric, Proctor & Gamble, IBM, Nvidia, AMD, Cisco, Publix, Intel, HP, United Airlines, Nike, Oracle, Bristol-Myers Squibb, Dow Chemical Company, Best Buy, Cargill, Koch Industries, H-E-B, Love’s, JPMorgan Chase, Johnson & Johnson,

    …I could go on.





  • It’s super useful to make custom 3D prints.

    I’ve been using a script to generate custom nameplates which are oriented such that the face is parallel to the build plate, so I can swap filament colors when it transitions from the nameplate to the name.

    I could do this manually in CAD, but it would take a huge amount of time. Now I just edit a script file, alter a string or two and adjust some spacing values and get a ready to print model.

    Pretty neat