festus

joined 1 year ago
[–] festus@lemmy.ca 3 points 1 month ago

No. They have a trial of 100 one-time searches, but that's it.

[–] festus@lemmy.ca 8 points 1 month ago (1 children)

The big reason I switched back to Nvidia was because I wanted to play with some local AI models, and doing that with AMD cards was quite difficult at the time (I think it's improved a little, but still isn't straightforward).

[–] festus@lemmy.ca 2 points 1 month ago (1 children)

That's hard for me to answer because I'm usually at home plugged in, and I set the max charge in the bios to only 65% so the battery will physically degrade slower (I don't need the charge). A few hours is really all I can say with any accuracy. Worth noting a few things -

  1. Since I bought my laptop they came out with an improved battery I could upgrade to, so you'd get a better experience.
  2. I believe(?) battery life is improved a fair bit at least with the AMD ones; less sure on the newer Intel ones.

I will say that if long battery life is your #1 concern this may not be the laptop for you.

[–] festus@lemmy.ca 2 points 1 month ago (3 children)

I have a 12th gen Intel Framework running Arch. I love it, although as others have pointed out the battery life could be better. Early kernels shortly after release had some incompatibility issues that required specific kernel arguments to fix. Also I had to blacklist the light sensor as it conflicted with the brightness function keys.

The Arch wiki has a page with details on Framework laptops you may appreciate looking at.

[–] festus@lemmy.ca 6 points 1 month ago

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.

[–] festus@lemmy.ca 5 points 2 months ago (1 children)

Out of curiosity - what laptop maker is installing Sway by default?

[–] festus@lemmy.ca 1 points 2 months ago

I pay for the Softmaker Office suite, it's pretty good and has Linux native versions.

[–] festus@lemmy.ca 4 points 2 months ago

I had a few false starts before, but MS force-updating me to the objectively worse and user-hostile Windows 8 triggered my latest (and successful) switch.

[–] festus@lemmy.ca 2 points 3 months ago (1 children)

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.

[–] festus@lemmy.ca 7 points 3 months ago (3 children)

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.

[–] festus@lemmy.ca 1 points 4 months ago

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.

[–] festus@lemmy.ca 6 points 4 months ago (2 children)

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.

view more: next ›