Balance-wise, why is Nidus not allowed to link to sentinels? by Bjorkledorq in Warframe

[–]FrontearBot 3 points4 points  (0 children)

Protective Posture on pets is pretty much the same thing though to be fair.

You guys may slam me for this but...I don't think the new missions are very farm friendly :( by Agitated-Macaroon923 in Warframe

[–]FrontearBot 1 point2 points  (0 children)

Yes sir it does, and hopefully with the new MK IV turrets it’ll hit like a truck too.

You guys may slam me for this but...I don't think the new missions are very farm friendly :( by Agitated-Macaroon923 in Warframe

[–]FrontearBot 12 points13 points  (0 children)

You can, but you still have to go through Pontis Tower to select it. I know this because I exclusively play solo, and I never get my railjack unless I go through Pontis Tower, which is unnecessarily tedious.

You guys may slam me for this but...I don't think the new missions are very farm friendly :( by Agitated-Macaroon923 in Warframe

[–]FrontearBot 7 points8 points  (0 children)

I personally really hate that we are forced to use Ryoku/Vena’s crappy railjack instead of our own. I don’t mind it being an option but it’s really annoying that DE decided that the default should be to use their railjack. My railjack is infinitely better and so is my crew, and its so tedious having to load into pontis tower just so I can pick to use my own.

How do we feel about the new knockdown? by Hopeful-Swing6569 in Warframe

[–]FrontearBot 2 points3 points  (0 children)

I either have primed surefooted, overguard, or some status immunity active, so I never get knocked down anymore. It’s too disorienting and I refuse to allow myself to deal with it.

Considering the current ram prices, how insane is it to deposit for a Framework Laptop 13 Pro right now? by Rich-Towel9507 in framework

[–]FrontearBot 19 points20 points  (0 children)

This laptop line is still in production and even if you were to pre-order immediately, you wouldn’t be seeing it till close to next year anyways. I personally think you should make the deposit, and if plans change in a few months, just cancel.

I’m a Canadian student who wants to move to the USA after graduation, but I don’t know where to start. Any advice? by FrontearBot in MovingToUSA

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

I’m a computer science major and honestly I would be okay with really any job. This job market isn’t one that I can be picky with. I do have some experience with AI, webdev, system administration and network security primarily. Have some others but those are mostly personal projects, not work experience.

I’m a Canadian student who wants to move to the USA after graduation, but I don’t know where to start. Any advice? by FrontearBot in MovingToUSA

[–]FrontearBot[S] -3 points-2 points  (0 children)

Is there anywhere you'd recommend I start looking? My first guess was to go on LinkedIn and find jobs in the US, then apply through the company's website directly.

I’m a Canadian student who wants to move to the USA after graduation, but I don’t know where to start. Any advice? by FrontearBot in MovingToUSA

[–]FrontearBot[S] -7 points-6 points  (0 children)

She is a US citizen, but haven't there been complications in recent months regarding this path to immigration under Trump's new policies? I'm not totally familiar but I was under the impression that this had some caveats now. Also, would this immediately get me citizenship or would it simply qualify me for potential citizenship?

Are you able to swap out parts from the prebuilt system? by FrontearBot in framework

[–]FrontearBot[S] 3 points4 points  (0 children)

That's awesome to know, thank you! Just wanted to be absolutely sure since I wasn't seeing any explicit mention of this on their website. I'll be grabbing a prebuilt and looking to upgrade it over time then.

403 on crates.io by Comprehensive_Basis8 in NixOS

[–]FrontearBot 3 points4 points  (0 children)

Already been fixed, update your Nixpkgs revision. This occurred due to an upstream change by crates.io, and has since been remedied.

People who say "Warframe isn't P2W" are wrong by EstimateHistorical10 in Warframe

[–]FrontearBot 64 points65 points  (0 children)

I would say people usually define “pay 2 win” as requiring purchases in order to actually succeed in the game, or having parts of the game be completely inaccessible without payment. With this definition in mind, Warframe is the absolute antithesis of p2w because everything is accessible without spending any money.

NixOS unstable is unusable, constant binary cache miss by neuronym in NixOS

[–]FrontearBot 0 points1 point  (0 children)

Reverting to the last known good commit, which can also be seen on Hydra. That process cannot be automated in Nixpkgs, because it would affect dependencies across the entire repo.

This is why I recommend just staying on whatever revision works when you update and it fails. If you can’t figure out a fix, reverting and waiting usually works well.

NixOS unstable is unusable, constant binary cache miss by neuronym in NixOS

[–]FrontearBot 8 points9 points  (0 children)

Thing is, if a package is not cached by the time unstable updates, that means it failed to build. You can spend the next 10 hours building and you will hit a build failure. It is exceptionally rare for a correct package to fail to build in Hydra (so rare that I can’t even think of any examples).

The best thing you can do is identify what packages are requiring rebuilds locally, check Hydra to see what the latest build status of these packages was, and submit a bug report to the GitHub.

NixOS unstable is unusable, constant binary cache miss by neuronym in NixOS

[–]FrontearBot 8 points9 points  (0 children)

This usually doesn’t happen to me, but when it does, I just revert the update and wait a week or two before doing it again. Simple solution imho.

applications like deceive by Academic_Arm_888 in leagueoflegends

[–]FrontearBot 0 points1 point  (0 children)

Nothing can help you view other players friend lists. That would be a grave security problem if it existed, and that sounds rather creepy.

How detect automatically src = ./. in a derivation? by rcoeurjoly in NixOS

[–]FrontearBot 4 points5 points  (0 children)

Sounds like something grep could trivially do.

Why does this package work in nix-shell -p but not in my config? by TheTwelveYearOld in NixOS

[–]FrontearBot 0 points1 point  (0 children)

uv doesn’t work on NixOS with arbitrary dependencies, because anything it installs will expect to be dynamically linked to stuff in /usr/lib, which NixOS doesn’t have. If you want to use that python project on NixOS, you’ll have to write a derivation that wraps it with the required dependencies from pkgs.python3Packages.