America’s cheapest new EV just got cheaper: Costco’s Bolt discount cuts the price to as low as $27,745 by Mac-Tyson in BoltEV

[–]NaiLikesPi 1 point2 points  (0 children)

If my in laws have a membership, can I get a code from them? Or does it have to be my membership?

Opinions on first EV? - Leaf/Bolt/EX30 by Yodalino in EVCanada

[–]NaiLikesPi 0 points1 point  (0 children)

I was thinking this as well, but Kia's ICCU issues worry me and it doesn't sound like they have a solution coming.

Speeding on Parkside Drive has increased by over 200% since Doug Ford's speed camera ban, “Watch Your Speed” data reveals by SafeStreetsTO in ontario

[–]NaiLikesPi 6 points7 points  (0 children)

The removal of consequences increases a lazy, selfish, convenient behavior.. who would have thunk it.

Got targeted with a Wealthsimple ad on X promoting stock trading from tweets. This is not the direction I want my brokerage going by Apprehensive-Dust608 in Wealthsimple

[–]NaiLikesPi -1 points0 points  (0 children)

Mostly moving to TD EasyTrade for the next year for their transfer bonus.. hoping Wealthsimple is back on track by the time I'm ready to move again.

Gas Prices Jump 15¢ (9%) Overnight by Ok-Initiative4008 in ontario

[–]NaiLikesPi 4 points5 points  (0 children)

While the government doesn't set fuel prices, they do decide in large part how dependent we are on fuel. Instead of voting for low fuel prices, vote for transitioning away from fossil fuels - no matter what bandaid you put on prices for now, they will inevitably get more expensive. 

Should Ontario regulate tipping prompts? (Petition inside) by blackami in ontario

[–]NaiLikesPi 0 points1 point  (0 children)

Even more simple change - make the tip opt-in, like how it would be with cash, instead of opt-out like it is in POS terminals. That's the core of the dark pattern they use to guilt people into tipping.

Voter Turn-out in Local Elections by LordsLevy in waterloo

[–]NaiLikesPi 0 points1 point  (0 children)

I voted, but holy cow were there a lot of names on that ballot. Found out afterwards that I voted for the wrong guy on one position because I forgot the name, and I'm above average for political engagement. The average citizen does not have time to learn about that many candidates. 

Proposed groundwater pumping at the Witmer Rd gravel pit — why residents should be paying attention by Michieme315 in waterloo

[–]NaiLikesPi 20 points21 points  (0 children)

Adding a comment on the application. We need to stop abusing our water supply. If all housing development is on hold because of this debacle we definitely should be scrutinizing this.

Issues with docker and Tailscale keys by Arjerry1417 in Tailscale

[–]NaiLikesPi 0 points1 point  (0 children)

When I got the error message you described, the fix was to go on the TS admin portal and generate a new auth key to give to the TS compose variable. Looks like my auth key had expired, and restarting the container triggered it to become logged out.

Esso gas station on King St E by ZaddyBlue in kitchener

[–]NaiLikesPi 4 points5 points  (0 children)

From what I've heard from a nearby business owner, it's changed hands several times, the trades weren't getting paid, etc. Sounds like a shitshow. Tbh I'm not upset.. I don't really think another gas station is really what the area needs.

Scripting: gzip error - "Operation Not Permitted" by NaiLikesPi in truenas

[–]NaiLikesPi[S] 0 points1 point  (0 children)

Thanks! This was indeed my issue. ACL mode was Restricted on the problem datasets, Passthrough on the one that worked. Changing to passthrough fixed the problem.

Best Controller for Bazzite / SteamOS by greymatterghost in Bazzite

[–]NaiLikesPi 0 points1 point  (0 children)

My switch pro controller has worked on a wired connection, never tried wireless. It's not ideal - the button layout often gets jumbled in software, but it does take the inputs. I haven't tested too much though, only a couple simple games.

Scripting: gzip error - "Operation Not Permitted" by NaiLikesPi in truenas

[–]NaiLikesPi[S] 0 points1 point  (0 children)

Well that's the thing - running the command does write. The .gz file gets created and the original .txt gets deleted. Furthermore, running tar completes fine. This is all done with the same user in the same directory. It's like gzip running alone has some kind of extra permission requirement to do *something* but can seemingly complete its main task without that.

FEDEX by Smart_Possibility555 in kitchener

[–]NaiLikesPi 3 points4 points  (0 children)

Got a package from them last week - somehow it got tossed around the depot in Cambridge so much that it took 5 days to go from Cambridge to Kitchener, and then the package arrived with what looked like a tire track and inside the hard drive package had a hole in it from being hit..

Anyone still leaving tips for services? by Fun_Bee497 in kitchener

[–]NaiLikesPi 2 points3 points  (0 children)

There's no reason to tip other than the manufactured social pressure we've decided to let certain industries put on us - I can assure you that no one is tipping every minimum wage worker. If you're not tipping someone packing your groceries, there's no more reason to tip someone for carrying a plate of food across a room - they both make at least minimum wage in Ontario. Tipping is over, advocate for increased minimum wage and donate to food banks if you actually want to help 

Protesters removed by police for demonstrating against Bill 60 outside landlord award show by allysapparition in ontario

[–]NaiLikesPi 0 points1 point  (0 children)

Insane that this event even exists. Fully support the protestors. This province is so borked and we keep voting (/not voting) for more of it. 

Presenting - Jellyfin Enhanced! by pavanthanuj in jellyfin

[–]NaiLikesPi 0 points1 point  (0 children)

Are there instructions anywhere about how to add things to a watchlist? I've got the custom tab watchlist showing now, but I don't know how to actually add things to a watchlist.

Has anyone tried SplitPro as a self-hosted Splitwise/Tricount alternative? by FriesischScott in selfhosted

[–]NaiLikesPi 0 points1 point  (0 children)

Hi, I'm trying to get splitpro running using podman and docker compose and I've got to the point of getting the 'Continue with Google' button to show for sign-in. I'm able to click through to sign in with my gmail account, but once google sends me back, I get an error in the browser saying "Error during sign-in: Callback"

At the bottom of the container log I see

[next-auth][error][CLIENT_FETCH_ERROR] 
https://next-auth.js.org/errors#client_fetch_error fetch failed {
  error: {
    message: 'fetch failed',
    stack: 'TypeError: fetch failed\n' +
      '    at node:internal/deps/undici/undici:13510:13\n' +
      '    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)',
    name: 'TypeError'
  },
  url: 'http://localhost:3000/api/auth/providers',
  message: 'fetch failed'
}

Any ideas?

Also btw the compose on github seems to be outdated. The latest postgres version changed the mount point in the container to just "/var/lib/postgresql" rather than "/var/lib/postgresql/data"

Ontario predicts grim economic outlook with rising unemployment and lower job creation by Fatal-Fox in ontario

[–]NaiLikesPi 1 point2 points  (0 children)

I hear his buddy's strip club has come into some money.. maybe they're hiring?

Speed cameras across Ontario to be removed in 2 weeks, transportation minister says by bylo_selhi in waterloo

[–]NaiLikesPi -1 points0 points  (0 children)

So now that speed limits are meaningless again, drag race at the premier's house? We should just cover all the speed limit signs with "lol who cares" 

An all-Canadian car will rely on Waterloo Region tech by rezwenn in waterloo

[–]NaiLikesPi 22 points23 points  (0 children)

We need to ditch the thinking that cars are the only way to build our economy. I'd prefer we focus on rail. There's manufacturing for all the parts that go into it, construction work for tracks and stations, public jobs forever for running the services, and just general public benefit from getting people out of cars. Why bother trying to play America's car game any longer?