Skip Navigation

User banner
Onno (VK6FLAB)
Onno (VK6FLAB) @ vk6flab @lemmy.radio
Posts
21
Comments
1,383
Joined
1 yr. ago

  • Yeah, that's assault of a minor.

  • Permanently Deleted

    Jump
  • I'm guessing that it means the same as Bush saying "Mission Accomplished", or JFK jr recommending Vitamin A instead of vaccination to "cure" measles .. SFA .. Sweet Fuck All.

  • Doesn't China own a lot of USA assets that it could sell and cause all manner of mayhem with?

    Seems to me that the USA is about to find out what it means to antagonise a country that isn't known for blinking.

  • Permanently Deleted

    Jump
  • Google Automotive Services?

  • 😂

  • Fortunately I live and vote in a country where making fun of the leader of the country is not an offence.

  • The ones running the country!

  • It's funny. When I first started, functional programming was going to be the next big thing. It bubbled along for a decade or so. I interviewed company founders about their functional software projects.

    Nothing happened.

    Sure there are a few, let's call them niche, applications, but you just have to look around and see that object orientation made a bigger splash and even that is beginning to be evaluated.

    Perhaps functional software will have its day in the limelight, but with the latest AI slop fad, it's going to be a while.

  • Minority Report .. what could possibly go wrong?

  • Fortunately you're likely to run out of memory or swap space and it will stop all by itself 😇

  • It's a mystery. I'm guessing that autocorrect or lost in translation lies at the heart of the confusion, although AI slop is not out of the question.

  • While it's true in the majority of cases, it's not a one to one relationship.

    There's a few billionaire numpties who will eat regardless and see it as a way to reduce wages even further whilst charging more for their products .. profit!

  • Should I be worried that I know precisely what you're referring to?

    Also, report and block is all fine and well, but my client and the web client both automatically load the image, so the miscreants know precisely which account opened it.

    Not to mention that I have to open the account to block it.

    Is there a better way?

  • Can your detection method be automated and federated?

    I'm asking because this is probably the thin end of the wedge and is likely to increase exponentially, especially since anyone can set up an instance and do whatever they like with it.

  • Google Lens says:

     sh
        
    Which one of these commands is correct?
    
    A sed -e 's/\b(\w+)\b/echo \1 | rev/g' file.txt
    
    B: sed 's/b\w+\b/echo & | rev/ge' file.txt
    
    Csed -e 's/(\w+)/$(echo \1 | rev)/g' file.txt
    
    D: sed 's/([a-zA-Z]\+\)/\n&\n/g; s/\n\(\)\(.*\)\(\)\n/\3\2\1/g; s/\n//g' file.tx
    
      

    It's interesting that Google doesn't even get all the text. I had to manually extend the selection and that still misses the "t" on the end of answer D, munches C and more alarmingly changes the case for "-E".