Work computer. I’d wipe it with Linux if I could.
Work computer. I’d wipe it with Linux if I could.
How do you get systemd to work properly? Maybe because I tried to follow MS’s “use your own distro” instructions instead of using something prepackaged?
BC United (the current opposition!) basically collapsed and stopped running. This means that there won’t be vote splitting between them and the BC Conservatives.
Yeah I’ll agree that on its own it’s not a good measure because of situations like this.
Because percent change uses the previous value in the denominator, which here was negative. (2.33- -0.5)/(-0.5) = about -5.66, or -566%. What number do you think would make more sense?
If I were to play devil’s advocate, it would be that capped rent increases is to prevent predatory landlords from increasing rent more than their costs, but that if their costs go up more then they have a way to cover that without losing the property / going bankrupt.
That provision is maybe more acceptable when you’re talking about families renting out their basement suite, but I have zero sympathy for investors who took a risk and lost. And even in the case of non-investor landlords, I’m skeptical that it’s appropriate to make the tenant shoulder all the increased costs.
Because they aren’t overriding it - the legislation allows for these rent increases in certain circumstances. Not agreeing with the law or the decision, but the arbitrator isn’t making up some new power.
I think it really strongly depends on what you’re programming - I know in some instances Julia’s performance can be nearly identical to languages like Rust. I suspect in my case it related to Julia being a garbage collected language, as my algorithm involved creating very large dynamic structures in memory before serializing them, clearing the memory, and building another one. Since Rust has no garbage collector it knew exactly when and what to drop from memory. In my case I had roughly a 10x(!!) speed-up. Funny enough an even earlier version of that algorithm was programmed in Java, and Julia was roughly 10x faster that it, so Julia isn’t the worst of the pack.
So at my previous employer I developed using Julia a custom ML model which ran, but the performance just wasn’t good enough for what I needed despite trying to aggressively optimize. I ended up rewriting in Rust (and calling through R) which ended up being like 10x faster. At my current job I program a mixture of Rust and Python.
If Julia were more peformant then it could potentially be an alternative to Python/R users having to learn Rust - but if you’re looking for top performance, some of your codebase is already written in R/Python, and you’re already willing to learn another language, then learning something like Rust naturally seems the better choice over Julia.
The one thing I did like about Julia - it took barely anytime at all to build a working prototype.
I too use Kagi but it’s worth noting that Kagi gets most of its results by paying and using other search engines including Google and Bing, so it’s not 100% independent or immune from say Bing’s outage. Still the best option by far though.
Many condo projects take years to complete. Are you suggesting that years ago, when housing prices reached their peak, condo developers should have stopped development?
Oh I’m not saying they should be bailed out or anything, just that I wouldn’t call developers ‘parasites’ as they actually are building homes.
Would you rather that no one builds any condos?
I’m going to be more sympathetic for the developers which is that they likely spent a ton of money for the land already when prices were high and after expensive building costs they’re struggling to not lose money.
I’m not sure that math works? They earned $460M in profit for Q1, so that’s about $1.84B in profit over a year. Divide that by 39 million people in Canada and you have $47 per person, which is nowhere near $300 per person plus $1B.
Still obscene profit margins, but let’s do the math correctly.
I started self-hosting a bit prior to when Docker took off, and getting multiple services running was much harder. Service A wants a certain version of PHP installed with certain plugins while Service B wants a different version. You’d follow a tutorial for installing Service C and desperately hope that it wouldn’t somehow break Service A or B. You installed Service D for a bit despite all the installation pain and now want to uninstall it - I hope you tracked exactly what config changes you made throughout the system so you can undo it.
Docker fixed all of this by making each service independent through containers which made self-hosting 10x easier. I’d also add that I love how easy it is to transfer my setup to a new server - I keep all of my container volumes in a specific directory and my docker-compose files in another and that’s all I need to backup / transfer. Without Docker you’d have to specifically handle each & every configuration file and database location, and if you later upgrade to a newer version of the OS or a different distro you’d have to handle possible conflicts between your versions and what the distro expects.
I suggest checking out their discount brands Kimsufi and SoYouStart. I pay like C$12/month for a dedicated server with a few cores, 8GB of RAM, and 2TB of hard drive space.
Yeah this was a disturbingly common theme in what many of the other panel members were experiencing. Canada has a great public healthcare system - if you have a family doctor (who isn’t overbooked). I do feel some optimism though as it seems like this current provincial government is actually making changes that are causing things to head in the right direction, but our panel had a lot of other suggestions that would help alleviate some of the burden on family doctors (the tl;dr is that family doctors provide way more care than they did 50 years ago and are also overburdened with paperwork, on top of an antiquated business model where they have to run a business with employees, bookkeeping, etc.)
I was a member of the panel they had for BC (citizen panel, we weren’t experts), if anyone has questions.
I mean OP would be paying taxes here and spending money in our economy, while not taking an existing job. That’s pretty good.