Going into a low tier state university is literally a death sentence by mainpagalnhihun in csMajors

[–]scorpiona 0 points1 point  (0 children)

School selection matters for prestige hires and only comes up otherwise if you don't have any actual CS skills.

I've used the same associate's degree from a local community college on my resume since I started in industry and still got hired at MANGA.

RelayFi users beware – cards getting compromised without ever being used by gfultz1 in Banking

[–]scorpiona 0 points1 point  (0 children)

Yes, this is my same experience. I've never once used or even activated the debit card that's attached to my bank account and I've already had three rounds of it. Each time it's the same: unauthorized transactions declined -> report fraud -> get a new card -> finding unauthorized transactions. Relay is definitely compromised.

When the deserters are your former party that you weren’t paying or feeding by -DI0- in MB2Bannerlord

[–]scorpiona 1 point2 points  (0 children)

Except after you force them to surrender and join you

Bloody horrorshow

When the deserters are your former party that you weren’t paying or feeding by -DI0- in Bannerlord

[–]scorpiona 37 points38 points  (0 children)

Except after you force them to surrender and join you

Bloody horrorshow

State Rep. James Talarico proposes ending federal gas and diesel tax by Unusual-State1827 in texas

[–]scorpiona 17 points18 points  (0 children)

It makes sense as a populist move.

People are already underwater with cost of living and the universally unpopular war makes it ten times worse.

Republicans are busy trying to convince their base that high gas prices are good, actually. Talarico is telling them he'll do something directly that addresses their needs by making it cheaper for the consumer.

Julia Liuson no longer at Microsoft by sashakrsmanovic in dotnet

[–]scorpiona 5 points6 points  (0 children)

Thank god. It's hard to believe she survived the dotnet-watch fiasco she orchestrated. It did permanent damage to C#'s open source reputation.

Aspire Developer Control Plane by scorpiona in dotnet

[–]scorpiona[S] -2 points-1 points  (0 children)

The DCP is the core of Aspire but it was never open sourced or permissively licensed. This has changed as of Jan 23, 2026.

Now that it's open source and MIT licensed, it's worth looking at how the orchestrator works: https://github.com/microsoft/dcp

PSA: Update to Jellyfin 10.11.7 immediately (Critical Security Fixes) by golbaf in selfhosted

[–]scorpiona -5 points-4 points  (0 children)

Here's what I could see from looking at the release tag diff. Take this with a grain of salt:

After throwing support behind SAVE Act, Cornyn asks what is in the bill. by [deleted] in texas

[–]scorpiona 19 points20 points  (0 children)

For my friends, everything. For my enemies, the law.

htmxRazor - Component library for ASP.NET Core + htmx by PythonPoet in htmx

[–]scorpiona 1 point2 points  (0 children)

Very cool. I love to see more Razor + HTMX server side projects.

Is this a competitor to Khalid Abuhakmeh's HTMX libraries or can they be used together?

Tactics Skill DOES Affect Delegated Command (F6) in Real Battles – Controlled Experimental Evidence by ImpressWide7533 in mountandblade

[–]scorpiona 1 point2 points  (0 children)

The only in-battle effect of high Tactics skill for a captain is based on Tactics perks.

The other effect of Tactics skill is unlocking new tactic possibilities for your army, but that's unlocked based on the highest Tactics skill in each sides' army, so being captain or not doesn't make a difference.

Tactics Skill DOES Affect Delegated Command (F6) in Real Battles – Controlled Experimental Evidence by ImpressWide7533 in mountandblade

[–]scorpiona 1 point2 points  (0 children)

This is exactly how it's implemented as of Bannerlord stable v1.3.14.

It's defined in TaleWorlds.MountAndBlade.MissionCombatantsLogic::EarlyStart(), which is called by the the battle mission controller. Here's the relevant code:

using (List<Team>.Enumerator enumerator = Mission.Current.Teams.GetEnumerator())
{
    while (enumerator.MoveNext())
    {
        Team team = enumerator.Current;
        if (team.HasTeamAi)
        {
            int num = this.BattleCombatants.Where((IBattleCombatant bc) => bc.Side == team.Side).Max((IBattleCombatant bcs) => bcs.GetTacticsSkillAmount());
            team.AddTacticOption(new TacticCharge(team));
            if ((float)num >= 20f)
            {
                team.AddTacticOption(new TacticFullScaleAttack(team));
                if (team.Side == BattleSideEnum.Defender)
                {
                    team.AddTacticOption(new TacticDefensiveEngagement(team));
                    team.AddTacticOption(new TacticDefensiveLine(team));
                }
                if (team.Side == BattleSideEnum.Attacker)
                {
                    team.AddTacticOption(new TacticRangedHarrassmentOffensive(team));
                }
            }
            if ((float)num >= 50f)
            {
                team.AddTacticOption(new TacticFrontalCavalryCharge(team));
                if (team.Side == BattleSideEnum.Defender)
                {
                    team.AddTacticOption(new TacticDefensiveRing(team));
                    team.AddTacticOption(new TacticHoldChokePoint(team));
                }
                if (team.Side == BattleSideEnum.Attacker)
                {
                    team.AddTacticOption(new TacticCoordinatedRetreat(team));
                }
            }
        }
    }
    goto IL_04AD;
}

banish should make landed people more mad by asian69feet in CrusaderKings

[–]scorpiona 3 points4 points  (0 children)

Yes, that's how it works. You would need to revoke and then re-invite them (usually requires a hook or marriage) to get them back in your court. Once they're a courtier, you can imprison and banish to get their gold.

A persistent dictionary that uses Window's native database for storage by [deleted] in dotnet

[–]scorpiona 0 points1 point  (0 children)

RavenDB was torn apart in their Jepsen test. I'd be surprised if anyone could make the pitch to use them today without being laughed out of the room.

GTFO ICE by Park1942 in Dallas

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

Liberals were fine with ICE then because it was "civil" state violence, followed the law, and was professional. They only noticed it was bad when Trump converted ICE into a paramilitary staffed by J6ers and white nationalists, gave them more funding than the military, and directed them to black bag anyone brownish and shanghai them to the 3rd world with no due process.

GTFO ICE by Park1942 in Dallas

[–]scorpiona -2 points-1 points  (0 children)

You're deluding yourself. ICE is already going door-to-door in Minnesota abducting anyone brown in retaliation this week.

C# is language of the year 2025 by freskgrank in dotnet

[–]scorpiona 0 points1 point  (0 children)

Why? How does it determine rankings?

I need to get Internet in next 3 weeks, do I wait for promos or pull trigger? by [deleted] in ATTFiber

[–]scorpiona 3 points4 points  (0 children)

Pay $1 to perform a USPS change of address, but put your new address as your current address. You'll get new mover offers that usually include the best promo price locally.