• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • I agree that it may have been bungled, but I think that some of what you said isn’t quite right.

    The precise text of the constitutional amendment is already set forth. You can read it online. They put it in a physical booklet which was sent to every household in the country. You’re right that the messaging was far from perfect, especially near the start, but saying that the “yes” side can’t state what they want to change is a bit disingenuous.

    Why I think it may have been bungled is that it’s the sort of change that needed to be made from a position of political strength, and I’m not sure that Labor were quite there. The “no” side was always going to have an advantage in that it’s usually easier to maintain the status quo than it is to change something.

    This means that the “yes” proponents have to do a lot more work to argue their case, and when combined with the big problems that Australia is facing (cost of living, housing affordability, etc) I think a lot of folks who would be “in the middle” on the issue are understandably a bit irritated that the government can appear to be putting more work into this than those other issues.




  • I’m not really sure that a K/V service is a more scalable option than Postgres for storing text posts and the like. If you’re not performing complex queries or requiring microsecond latencies then Postgres doesn’t require that much compute or memory.

    People can get unnecessary scared of relational databases if they’ve had bad experiences with databases that are used poorly, but attempting to force relational data into a K/V can lead to the application layer essentially just doing a less efficient job of the same types of queries that the database would normally handle. Maybe there’ll be some future need to offload post and comment bodies into object storage or something but that seems incredibly premature.

    Object storage for pictrs is definitely a fantastic addition, though.