• 1 Post
  • 368 Comments
Joined 10 months ago
cake
Cake day: July 22nd, 2024

help-circle




  • You’ll usually use QEMU through virtmanager on desktop, and there (and also when using QEMU manually afaik), you have a menu option “Virtual Machine”, and there “Redirect USB Device”. The main problem is that this hard-redirects the USB-Device itself, so the host can no longer interact with it. So to end it, you either need a second mouse to navigate the menu, or need to do it via KB. There’s also the option to add the passthrough and end passthrough via the command line on the host, so you don’t need to navigate through the menu. That’s easier on my setup because switching to another workspace prevents QEMU from grabbing the KB again easily.











  • Let’s acknowledge the good: AI-assisted coding can be a game-changer. It lowers barriers for new programmers and non-programmers, allowing them to produce working software by simply describing what they need.

    CW made a simple software in C# as MVC with ChatGPT. Let it change it once. HE DID ESSENTIALLY NOTHING FOR 7 WEEKS, EXCEPT ASKING ME TO FIX ANOTHER BUG EVERY WEEK. WE’RE SUPPOSED TO LEARN SOMETHING. GIVING JUNIORS AI TO “PROGRAM” IS LIKE GIVING A TODDLER THE TOP TEN DEADLIEST SUBSTANCES TO LEARN WHAT IS TOXIC AND WHAT ISN’T.





  • CW be like:
    Spend 7 weeks learning C# (we learned Java in Uni, it’s not that hard ffs) and implementing a proper base for a project: Nah
    Let ChatGPT generate fucky code and let $me fix it over the span of 7 weeks: Hell yeah

    Had I realized that it all was generated, and he didn’t have a single little clue how it works, I would’ve just rewritten it with django or something. Hell, technically the whole server part wasn’t needed, it could’ve been index.html, style.css and scripts.js and that’s it.