• 0 Posts
  • 128 Comments
Joined 2 years ago
cake
Cake day: December 29th, 2023

help-circle

  • as an aussie that has a parliamentary system, and in that system has had a period where we frequently ousted the PM, it’s not that great of an idea

    you want governments to be able to plan for the long term. really, even 4y is not great for long term planning because it kinda implies you need to show results before the term is up

    we had a bunch of policy flip-flops during that period, which is very inefficient

    i guess it doesn’t really matter if you get 2y no matter what: there’s no more after your 2y, but i think that’d lead to leaders doing a bunch of the “fuck it” last term stuff because they have no reason to make a good impression for their potential reelection




  • Pup Biru@aussie.zonetoWikipedia@lemmy.worldHook turn
    link
    fedilink
    English
    arrow-up
    4
    ·
    18 days ago

    i’m from melbourne: the place that has the most notable implementation of hook turns

    it’s much easier to think of it not as a turn, but as joining the lanes of traffic going in the direction you’d like to turn… you’re just slipping in front of them, and then follow their traffic lights


  • no i’m saying that insurance has nothing to do with what i’m saying… government provided healthcare follows a whole different set of rules: i keep pushing back on that point and you keep bringing up insurance, which i agree would show absolutely nothing

    however anything that has the government paying for it has has to pass significant hurdles before it gets added to the list of approved treatments - scientific hurdles; not just hand wavy nonsense

    chiro might be unregulated where you are, but in australia it is regulated as a medical profession: https://www.chiropracticboard.gov.au/ which is part of AHPRA - the australian health practitioner regulation agency: https://www.ahpra.gov.au/







  • you install a distro because of all the software it includes and how they interact out of the box

    you’re completely right that systemd is a background service that most people don’t care about, but it does make the whole system more reliable, and much easier to administer for servers or workstations (enterprise management; not personal)

    you certainly do want an init system… even sysv-init is an init system: you need something that runs as pid 1 that triggers other services. systemd starts services, and also ensures they’re in the correct security contexts, running as the correct users, makes sure they’re healthy, tracks dependencies (not just order; this speeds things up because it can be parallel, ensures failures don’t cascade, and means there’s far less jank in random bash scripts)

    this isn’t a big political statement: this is an acknowledgment that linux users - not all, but some - will want/require something like this… and systemd user database is the place where that information is stored on modern linux systems









  • because theyre being pragmatic… laws are starting to be introduced around the globe for parental controls - whatever that means in each jurisdiction. given that, there needs to be options available to people wanting to, or required to comply with said laws… the best place to do that is in a user record, as an optional field… extensible user records, in modern linux, are stored in systemd

    it needs it in a similar manner to how it needs location, email, real name, etc: it doesn’t functionally need it, but it’s a place to store the metadata associated with a user such that other applications can use it