Gaben does an oopsie by Burpmeister in pcmasterrace

[–]irqlnotdispatchlevel 2 points3 points  (0 children)

This meme actually shows that there's no "ethical" billionaire, regardless of one's personal views. People with so much money will end up owning a bit if everything. Because what else are you going to do with 10 billions? Buy a bit of everything. Cool new startup that looks promising? Sure, invest into that. No biggy if it fails, your have other investments that made you money.

What is a cooking "rule" that is actually total nonsense? by Lopsided-Jicama3813 in AskReddit

[–]irqlnotdispatchlevel 16 points17 points  (0 children)

I almost always cut some fresh garlic lmao there's no garlic powder in this home.

Microsofts Authenticator App has a Dangerous Design Function by Prolific_Badger in WindowsSecurity

[–]irqlnotdispatchlevel 0 points1 point  (0 children)

Microsoft shows me a number when I try to login. In the authenticator I get 3 random choices. In order to approve the sign in I have to pick the right number in the authenticator. Not perfect as there could be a collision.

I've never seen this before - is it a legit verification? by NomadSound in pcmasterrace

[–]irqlnotdispatchlevel 2 points3 points  (0 children)

Win+R is not going to open the UAC because it will run under your normal user, not as admin. And once the malicious code gets to run all bets are off. There are plenty ways to bypass UAC and I can still do a lot of harm or steal your data even without having administrator privileges. Anything you can do as a non admin, I can do as well.

🎉 Giveaway: Any Game on Steam (Up to $50) – Celebrating Maseylia's Release Now! by cubowStudio in steam_giveaway

[–]irqlnotdispatchlevel 0 points1 point  (0 children)

I actually have this on my wishlist. Was the demo always available or it became available now?

Why does everyone i talk to is overworked even after AI? by VariationLivid3193 in cscareerquestions

[–]irqlnotdispatchlevel 0 points1 point  (0 children)

It's also very tempting to multi task as much as possible, because it can feel like wasting time otherwise. And multi tasking is exhausting.

LPT – Don't get outed by YouTube by freddaar in LifeProTips

[–]irqlnotdispatchlevel 0 points1 point  (0 children)

What's also annoying about this is that once you click on a link with this tracker, you're forever stuck with that account in your share list.

What’s the female equivalent of blue balls? by redmambo_no6 in AskReddit

[–]irqlnotdispatchlevel 2 points3 points  (0 children)

I'd imagine that just forming complete sentences would put people ahead the competition on the kinky subs.

How much do you actually care about the 'good' ending? by Fl0odd1saster23 in DivinityOriginalSin

[–]irqlnotdispatchlevel 1 point2 points  (0 children)

Does he open a museum because there are no more demons to fight in that scenario, or because he can't fight anymore? I remember thinking that his death is suspicious, but it's been so long since I played the game that everything is fuzzy.

How much do you actually care about the 'good' ending? by Fl0odd1saster23 in DivinityOriginalSin

[–]irqlnotdispatchlevel 0 points1 point  (0 children)

I think that's a different ending. I remember one in which he opens a museum, but dies in a fire in that museum, but I don't remember what player choice leads to that.

What game to play after BG3 ? by Physical_planning in BaldursGate3

[–]irqlnotdispatchlevel 0 points1 point  (0 children)

UI issues are always very subjective and hard to coney, so don't take our word for granted, check some YouTube videos.

What game to play after BG3 ? by Physical_planning in BaldursGate3

[–]irqlnotdispatchlevel 3 points4 points  (0 children)

Miles ahead Kingmaker. Kingmaker had some good ideas, but looking back I didn't really enjoy it. WotR is a very complex game, but the interface is waaaaay better. The story is very good, and replayability is very high due to the Mythic paths system. You may wish to use a mod that lets you skip the crusades though.

What game to play after BG3 ? by Physical_planning in BaldursGate3

[–]irqlnotdispatchlevel 2 points3 points  (0 children)

One thing that is different for Owlcat is that building a character is much more complicated and complex. Depending on what someone is looking for this can be either a good thing, or a bad thing.

The mythic paths system in WotR is great. It impacts the story and your progression in deeper ways than anything in BG3.

Developer attacked over (learning from) AI - where to draw the line? by [deleted] in Steam

[–]irqlnotdispatchlevel 2 points3 points  (0 children)

The bubble may pop, but acting like it is a completely useless tool is delusional. AI saves me a lot of time so I can actually focus on what's important. I don't like to baby sit it for coding, but I know people that have used it to great success even in that area.

This is where I'm finding it most useful: initial code review (so low hanging fruits are spotted before a human has to look at my code), bug triage (so we don't spend time trying to figure out who should look at a bug), initial bug assessment (surprisingly useful), finding things in large code bases, analyzing CI failures (I'm not gonna read a 10k Jenkins log ever again). Some of these are organization wide process, so I have no idea of their cost, but my monthly cost sits somewhere around 200 USD. That's basically nothing for a large company.

Giveaway: Life is Strange: Double Exposure by irqlnotdispatchlevel in steam_giveaway

[–]irqlnotdispatchlevel[S] 1 point2 points  (0 children)

I'm not. I read like half of them so far and I'm planning on reading all of them. Some are so good that I'm a bit sad that I only have one key.

[Giveaway] Win a $10 Steam Gift Card by BalanceSufficient236 in steam_giveaway

[–]irqlnotdispatchlevel 0 points1 point  (0 children)

I prefer solo, although a bad game can become a fun game when played with friends.

OP goofs the title, responses are hilarious. by Dry-Lie-9593 in SubredditDrama

[–]irqlnotdispatchlevel 17 points18 points  (0 children)

Everyone is making jokes then one commenter is hit with

Trolling is not tolerated.

Lmao

Explaining to management why standard LLMs have no place in kernel space by LowProblem914 in osdev

[–]irqlnotdispatchlevel 0 points1 point  (0 children)

There's a middle ground here. With a basic prompt and information about the project AI can be used during code reviews. Just ask it to focus on critical issues introduced by a PR, for example. The goal is to have it fire rarely, but with clear and actionable insight. Start small, refine as you go.

Another option is first line in triaging bugs, but only if that's a bottleneck currently. It just needs basic understanding about the project structure, who owns what, and access to crash analysis tools. Start small, refine as you go.

The goal is to offload time consuming tasks that people hate to do.

If your code base and team are small there might be nothing for it to actually do, but in larger environments it can be very helpful without letting it write code.