FLOSS virtualization hacker, occasional brewer

  • 1 Post
  • 62 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle






  • I would be curious if there have been any pen testing against the police and municipal camera networks in the UK. I wonder how many of the vulnerabilities of the system in the video come from trying to use WiFi to save on costs of hardwired setups.

    We’ve had them for a long time. In the London the “ring of steel” was installed as a result of the IRAs mainland bombing campaign in the 80s and of course has expanded as the various congestion and clean air zones have been rolled out. I doubt it would be politically possible to remove them now. While potential leaks are an issue at least public sector organisations have some degree of accountability for the cock ups.











  • Currently my kids can only watch YouTube on a shared account on the TV. They haven’t been exposed to any of the gift stuff as far as I can tell but we do regularly weed the history and subscriptions to keep it vaguely on track. While each of the kids have their own favourite creators we also have found a number of educational and comedy channels we’ll watch with them on the account.

    The bigger challenge comes with homework as once in secondary school the teachers regularly link to YouTube videos as an intro to a particular homework topic. Although their accounts are registered as kids accounts under our indirect control I keep having to move their pc out of the restricted group on the router because for some reason Eero prevents some videos from playing which from my point of view are fine. I dread to think what parents who aren’t comfortable debugging network failures do, probably drop restrictions all together in frustration.



  • You have to ignore the obsequious optimism bias LLM’s often have. It all comes down to their training set and if they have seen more than you have.

    I don’t generally use them on projects I’m already familiar with unless it’s for fairly boring repetitive work that would be fiddly with search and replace, e.g. extract the common code out of these functions and refactor.

    When working with unfamiliar code they can have an edge so if I needed a simple mobile app I’d probably give the LLM a go and then tidy up the code once it’s working.

    At most I’ll give it 2 or 3 attempts to correct the original approach before I walk away and try something else. If it starts making up functions it APIs that don’t exist that is usually a sign out didn’t know so time to cut your losses and move on.

    Their real strengths come in when it comes to digesting large amounts of text and sumerising. Great for saving you reading all the documentation on a project just to try a small thing. But if your going to work on the project going forward your going to want to invest that training data yourself.