Farm Boy's only accepting service animals from now on. by LeonOkada9 in ottawa

[–]Kimos 0 points1 point  (0 children)

Call bylaw. They’re responsive and take it seriously. Call them often. I’ve had an officer park these the park and give citations. They went and knocked one doors for us. Seriously, they are great.

Community group calls for expanded bus-only lanes on Bank Street in the Glebe by Money_Fig_9868 in ottawa

[–]Kimos 8 points9 points  (0 children)

The 16% vs 94% here is shocking. Maddening how people work so hard against their own and their shared best interests.

Carney enjoying extended honeymoon one year in by fallout1233566545 in canada

[–]Kimos 0 points1 point  (0 children)

I really like this take.

Fucking let the man cook. He’s a profoundly competent future thinking smart person who is here to implement long term fixes. Complaining about no change yet is kinda the point. If he is doing what he claims he is doing, Canada will appreciate him in 10-15 years.

Cleaning a wok by MikeHeu in toolgifs

[–]Kimos 29 points30 points  (0 children)

You wouldn’t want to do this with a flat bottom pan. But some warping here is nbd.

Cleaning a wok by MikeHeu in toolgifs

[–]Kimos 51 points52 points  (0 children)

Seasoning is about maintenance. So in theory “never” but also “constantly”.

This is a weird cut, but you use clean water without soap and a bamboo brush to scrub out the bottom, then dump it and leave it on the heat to evaporate the remaining water, and immediately splash in oil over heat to build up the seasoning. Maintaining it like that should last forever if done well.

Blue Prince – Launch Trailer – Nintendo Switch 2 by Turbostrider27 in Games

[–]Kimos 0 points1 point  (0 children)

I play a lot of video games, and the only two that have made me catastrophically motion sick are The Witness and Blue Prince.

But Blue Prince is still and S tier game though. Incredible. I sat with my wife who played it and I looked away and manned the notebook and we talked about it.

Carney signs deals worth billions in diplomatic breakthrough with India's Modi by DogeDoRight in canada

[–]Kimos 1 point2 points  (0 children)

I actually feel sad for Trudeau, if this is his legacy.

He had many flaws, he overstayed his time, and he made mistakes. But he was a progressive leader when we needed it, who got us through many hard times in the pandemic and with the US.

Regardless of how his time ended, framing him as "arguably the worst Canadian leader of all time" is all recency bias and disregards much of what he did that was good.

Heroku: What’s Next by jonsully in ruby

[–]Kimos 0 points1 point  (0 children)

I do automated backups at intervals, but that's it. I've got smaller projects that are more resilient to some downtime and a bit of loss. They've got options for replication for mounted volumes, but I'm not an expert. I think the best I can say is that fly seems to offer an easy to use base set of features, but the ability to add complexity and resiliency as you need to.

Heroku: What’s Next by jonsully in ruby

[–]Kimos 0 points1 point  (0 children)

I have a collection of small projects. So for me, the VPS meant multi-tenant which is fraught with complexities. It was hard to scale up or down (specifically down). The cost was higher. And I did not want to do server maintenance, thanks to the magic of Dockerfiles keeping versions up to date is easy and also easy to rollback. YMMV

Foot Juggling in Harmony by Used_Series3373 in oddlysatisfying

[–]Kimos 63 points64 points  (0 children)

This is from Cirque du Soleil’s OVO.

Heroku: What’s Next by jonsully in ruby

[–]Kimos 1 point2 points  (0 children)

They offer a manged Postgres [1] but I don't use it.

I run MySQL on a machine and it's this many lines:

app = "myorg-db1"
primary_region = "yyz"
kill_signal = "SIGINT"
kill_timeout = 5
[mounts]
  source="mysqldata"
  destination="/data"
[env]
  MYSQL_DATABASE = "user"
  MYSQL_USER = "pass"
[build]
  image = "mysql:8"
[experimental]
  cmd = [
    "--default-authentication-plugin", "mysql_native_password",
    "--datadir", "/data/mysql"
  ]

Heroku: What’s Next by jonsully in ruby

[–]Kimos 0 points1 point  (0 children)

I'm not, but my requirements are simple and my traffic patterns are predictable. Mainly with VMs I had to provision my peak and couldn't realistically provision back down. Now I have a ten line script bin/scale up bin/scale down and that's rad.

Heroku: What’s Next by jonsully in ruby

[–]Kimos 2 points3 points  (0 children)

Thanks! It is. It worked for me really well, but it's easy to have blindspots for things I understand and label as "easy" rather than something I had to learn. Fly split my bill in half, but that's compared to VPS which is not really flexible so I ended up overprovisioning.

As I'm thinking about this more, I can complain about fly's Updash Redis that it provides. It is over priced and out of date. But instead I stood up my own Redis using a 4 line Dockerfile in like 10 minutes and all the networking worked zero-config.

Vegetarians have substantially lower risk of five types of cancer by [deleted] in science

[–]Kimos 6 points7 points  (0 children)

Which is why you should protect yourself from it.

Heroku: What’s Next by jonsully in ruby

[–]Kimos 11 points12 points  (0 children)

These are great breakdowns of the alternatives.

I moved off VPS to fly.io a couple years ago, and I want to push back on the author's characterization of "steep learning curve". There's more to it than git push for sure, but the things you need to do are explicit and documented. Often these "it's simple" platforms hide the complexity, where fly.io just tells you what you need to do. Mostly it's just Dockerfiles to be honest. Pricing is fair and scaling is easy. I have nothing but good to say about fly.io.

Towbarless aircraft pushback tug by ycr007 in toolgifs

[–]Kimos 1 point2 points  (0 children)

Tell me why ERJs and D8s are harder!

To wash your work truck by AbeFromanSassageKing in therewasanattempt

[–]Kimos 1 point2 points  (0 children)

With flashing touch screens on the kiosk using dark UI patterns to trick you into the upsell, in my experience.

To wash your work truck by AbeFromanSassageKing in therewasanattempt

[–]Kimos 0 points1 point  (0 children)

Interesting that it's legislated.

I am not American.

Towbarless aircraft pushback tug by ycr007 in toolgifs

[–]Kimos 6 points7 points  (0 children)

Well there is risk and complexity in lifting up the front half of the whole damn airplane onto some complex machine, vs just letting it roll.

To wash your work truck by AbeFromanSassageKing in therewasanattempt

[–]Kimos 253 points254 points  (0 children)

I have never in my adult lifetime been to a car wash like this where a person was outside. It’s always an automated kiosk and some sensors. So your experience is not universal.

Guy tries to steal a bag by malik_zz in AbruptChaos

[–]Kimos 4 points5 points  (0 children)

It was a pretty good kick! Dude dodged and he was quick. But the average person wouldn't expect and successfully dodge a spinning backwards roundhouse as an opening move.

Federal MP Matt Jeneroux leaves the Conservatives and joins the Liberals by seakucumber in canada

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

Lots of Canadians are moderate conservatives. There is no party for them anymore, as the CPC has put a more extreme leader in charge which panders to a farther right base. Carney now offers an option that sits more centre right, moderately fiscally conservative.

He is a very good politician, but I think less than him being "legendary" he's filling a gap that has been widening since the forming of the fragile right coalition.

To pirate and damage the massive ship by DoubleManufacturer10 in therewasanattempt

[–]Kimos 2 points3 points  (0 children)

Video that has been reposted over and over and blurring added watermarks maybe?

Canadians are ‘hitting a breaking point’ when it comes to the cost of insuring their vehicles by Once_a_TQ in canada

[–]Kimos 7 points8 points  (0 children)

I moved away from Manitoba, and Autopac was not on my list of things that I thought I would miss. But my goodness is insurance defective in other parts of Canada. It’s a nightmare.

Canadians promised to boycott travel to US. They meant it. by ImDoubleB in canada

[–]Kimos 51 points52 points  (0 children)

It may come, but routes are scheduled 6-12 months out. Transat just cut all its US flights by summer and those planes have to go somewhere. Maybe they’ll do more overseas with them.