Formerly /u/Zagorath on the alien site.

  • 765 Posts
  • 7.29K Comments
Joined 3 years ago
cake
Cake day: June 15th, 2023

help-circle



  • Unfortunately I don’t think this is a good sign of any serious change in direction for BCC. Sylvan Rd is on the border between a ward controlled by a comparatively pro-bike LNP councillor and a Greens councillor in a ward that the LNP thinks they have a serious chance of winning back.

    Dickson St is in an extremely safe LNP ward controlled by a rabidly anti-bike councillor, in an area where the state MP is also rabidly anti-bike, and there’s a very loud and well-organised (even if they’re small in terms of percentage of total population) anti-bike NIMBY group in the area too.

    There’s also the fact that Sylvan Rd is completely unambiguously a through street that already has significant parking restrictions. Dickson St is, rightly or wrongly, perceived as more of a residential street, where people feel entitled to on-street parking.





  • Wtf is this crap? Just because I’m taking the approach of siding with reality I must be a bit or corporate stooge?

    Google and Amazon do enough real things wrong without needing to make up bullshit conspiracy theories. Like Amazon’s abusive labour practices, and…everything about the Audible & Kindle platforms. And Google’s support of the American military industrial complex and shoving AI down everyone’s throats while making their products actively worse.

    Just because something is bad, doesn’t mean every single accusation against it is accurate.





  • I’m specifically talking about Amazon Alexa and Google Home devices, not anything else your phone or apps are doing. So the only one of those articles even remotely relevant is the third.

    And the third talks about “false wakes” being the cause. Which goes along with what I said before that until it hears the wake word (even if it’s mistaken in doing so), it’s not sending back recordings.



  • or a recipe for an insecure mess that could become difficult to maintain

    The concept, or the specific setup the author of that article has? If you mean the latter, I’m not going to argue. But the concept? It shouldn’t have any effect either way on security, but the whole advantage of it is that it’s less of a mess. The same way that running a whole bunch of services on bare metal can quickly become a mess compared to VMs or Docker/LX containers, declared state helps give a single source of truth for what all the services you might be running are. It lets you make changes in repeatable and clearly documented ways, so you can never be left wondering “how did I do that before?” if you need to do it again.

    If everything you run is a Docker container, there’s a good chance Terraform is overkill; a Kubernetes config will probably do the job. But depending on your setup there are a whole bunch of different tools that might be useful.