Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LI
Posts
1
Comments
10
Joined
2 yr. ago

  • Vote splitting felt very frustrating this election, but NDP can't afford another election yet, and they need space to rebrand and rebuild. I can't see them formally hitching themselves to the Liberals again right now. But hopefully they come to some backroom understandings in order to keep a stable government. And NDP voters who went Liberal this election are not going to be interested in threats to topple the government.

  • Public Mobile is owned by Telus, there shouldn't be the problems you describe. I live in the middle of nowhere with Lucky Mobile. Text and talk with no data is $15/month.

    But that's not what is normal amoung my peers. The expenses look reasonable to me, but could be optimized further. Normally, optimizing your expenses that much wouldn't be your part time job, but with the current wage situation, that's where we are at.

  • Firefox will basically hand you want you need to interact with APIs, here is an example in Powershell of getting a milk price from Superstore for a specific store

     
        
    $milk = Invoke-RestMethod -Uri "https://api.pcexpress.ca/product-facade/v4/products/20658152_EA?lang=en&date=16092023&pickupType=STORE&storeId=1511&banner=superstore" `
    -UserAgent "Mozilla/5.0 Gecko/20100101 Firefox/117.0" `
    -Headers @{
      "Origin_Session_Header" = "B"
      "DNT" = "1"
      "Business-User-Agent" = "PCXWEB"
      "x-apikey" = "C1xujSegT5j3ap3yexJjqhOfELwGKYvz"
    }
    
    $milk.offers.price.value
    
      

    The real question is with that apikey. I didn't see it change across browsers or anything. Is it hardcoded? Does it change regularly? Someone could probably find out if they did enough digging

  • Canada @lemmy.ca

    Next Federal Election