• 3 Posts
  • 13 Comments
Joined 5 months ago
cake
Cake day: October 23rd, 2025

help-circle
  • Asked for a response to the protestors concerns about Bill 11 and the future of private health care in Alberta, Maddison McKee, press secretary for Alberta Minister of Primary and Preventative Health Services Adriana LaGrange, sent Global News an email that lashed out at Friends of Medicare, calling the organization “a political advocacy group governed by the province’s public-sector unions. They routinely spread misinformation and hyperbolic predictions, so it’s misleading to cite them as if they were impartial experts.”

    “Their talking points are always the same: they compare Alberta’s common-sense changes to cherry-picked facts from other countries and a theoretical version of Canadian Medicare, rather than the real system patients experience every day,” added McKee.

    This is the same UCP dream team that brought us CorruptCare, and they still refuse to step aside to let a proper investigation take its course. Danielle Smith continues to consolidate power into more private parties who are beholden to her and public coffers. She promises so long as she’s here, the money will continue to flow, and she expects political support in return.





  • Thanks! VPS has 4GB ram.

    I have these defaults for the postgres

    services:
    
      db:
        shm_size: 2gb
        image: postgres:17
        restart: unless-stopped
        user: "1000:1000"
        env_file:
         - ./.env.docker
        command:
          - postgres
          # Memory
          - -c
          - shared_buffers=1GB
          - -c
          - effective_cache_size=3GB
          - -c
          - work_mem=32MB
          - -c
          - maintenance_work_mem=256MB
    
          # WAL / checkpoints
          - -c
          - checkpoint_completion_target=0.9
          - -c
          - wal_buffers=16MB
          - -c
          - max_wal_size=4GB
          - -c
          - min_wal_size=1GB
    
          # Query planner
          - -c
          - random_page_cost=1.1
          - -c
          - effective_io_concurrency=200
    
          # Connections
          - -c
          - max_connections=150
          - -c
          - jit=off
        volumes:
         - ./pgdata:/var/lib/postgresql/data
        networks:
          - pf_network
    










  • “What we need in this city is not just affordable housing, as in housing that’s 80 per cent of market value,” said Strikwerda. “We need social housing that’s geared to income.”

    I took a drive downtown yesterday during the day. Homeless are laid down on the concrete sidewalks with blankets. There were some nasty -20C and worse days in Edmonton. The UCP don’t care, neither did EPS under McFee, and I point out the silence from Edmonton Police on the subject.

    There are many reasons why people may not go to a shelter even when space is available, such as feeling unsafe due to past experience.

    A controversial practice in both Edmonton and Calgary has been to dismantle tents and homeless encampments. Both cities confirmed that policy will continue this winter, citing safety concerns.

    “When the city responds to an encampment, we do not simply ‘take it down,’” said a statement from a City of Calgary spokesperson.

    “Our teams engage directly with occupants and ensure they are offered safe, warm alternatives before any structure is removed. No encampment is dismantled without providing support and connections to appropriate services and shelter options. The goal is always to reduce harm, prevent exposure to the elements, and create a safer outcome than if someone remained outdoors.”