• 0 Posts
  • 91 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle





  • Realistically, most people entering as tourists need to be concerned with CBP asking for unlocked access to your phone, which will disappear into a back room for a few minutes while they presumably steal all your credentials. The broader scare stories about detention, interrogation, and deportation are really very rare.

    I have some (stupid) non-white-passing family that have been travelling to the US (including Florida) regularly and they have had zero issues.

    I would absolutely not go. Full stop. But when you look at the real numbers, tourist entry into the US isn’t down all that much and most people who desire to go don’t have any issues with immigration.









  • This sounds so fun. And overwhelming. Truly the hallmarks of a major personal project!

    There might be a way to use technology to help with some of the song ID.

    MusicBrainz Picard is a free service with apps and an API you can call to identify a sonic fingerprint of a song. It might be able to help you, but I don’t know if the audio artifacts you’re cleaning up would interfere with the matching.

    There’s also apps like SoundHound and Pandora that were all the rage. They are half decent at identifying songs even with a lot of background noise, so they might have some extra processing that does a better job.

    But that all assumes you’ve already separated all the recordings into individual tracks…

    Too bad DI.FM didn’t publish their track lists. That would have made life easier!




  • Yes and it’s a giant bottleneck.

    What’s depressing is that the AI agents are actually way better than humans at catching weird edge cases that are easy to overlook. So the AI code reviews are actually super valuable.

    But it’s still an LLM and still doesn’t understand anything and can’t be accountable, so humans are still in the picture and that slows everything down.

    All that, I think, is fine. The true problem I’m seeing is that reviewers are starting to get lazy and sign off on things because the AI gave it a pass.

    I think it’s fine to lean on the AI to catch weird race conditions. It’s less fine to blindly accept that 2 lines of code requires a 12 line comment explaining a bunch of bullshit about what the code used to do.

    Standards are dropping. It feels like a race: will developers become incompetently lazy before the AI is actually good enough to do their old jobs?




  • I call it slop when it was generated by AI and not carefully reviewed (and probably tweaked) by a human that understands the output.

    Code written not by a software developer? Slop.

    Code written by a software developer that just shipped it without understanding it? Slop.

    Code written by a software developer that went through subsequent review, testing, and adjustment? “AI-assisted”, maybe?

    Replace code with any other industry and the same principle applies.

    I generally equate slop with human laziness, even though the actual “quality” of the slop still varies.