ChairmanMeow

joined 1 year ago
[–] ChairmanMeow@programming.dev 43 points 3 months ago (4 children)

Even sadder:

The reasons for this shift in budget away from funding Free Software and the NGI initiative seems to be an allocation of more funds for AI, leaving internet infrastructure by the wayside.

[–] ChairmanMeow@programming.dev 8 points 3 months ago (2 children)

If I understand correctly they already can. It's not user-facing, but votes are federated if I understand correctly.

[–] ChairmanMeow@programming.dev 1 points 3 months ago (1 children)

That's a very specific usecase though that the majority of programmers likely will never have to face.

[–] ChairmanMeow@programming.dev 13 points 3 months ago

Dress in light, airy clothing and don't wear a backpack, strap it on the bicycle rack or carrier. Then it's usually quite nice, especially if you can get a bit of speed.

[–] ChairmanMeow@programming.dev 12 points 3 months ago

Horace Slughorn gave it to Harry. It's named "Felix Felicis" or liquid luck.

[–] ChairmanMeow@programming.dev 6 points 3 months ago

Had the USSR capitulated to the Germans, there was a real risk that the UK would follow as the German war machine could refocus its efforts. India would likely have fallen soon after to the Japanese. At that point, the German production base, which was already heavily geared up, would have access to all the resources it could possibly need, and the US would have had serious trouble defeating them. It would be a race to the A-bomb and who could produce them the fastest most likely, although it's questionable how effective the weapon would be with a consolidated Luftwaffe without a continental power keeping them busy.

Without the British, intelligence efforts against Germany would have significant issues. It's possible that the USSR would capitulate due to this.

Without US lend-lease, the USSR would have capitulated as well, and with only the British standing against Germany hope would have been lost.

The German war machine was extremely powerful. It could not keep going forever of course, and in due time they would have failed. But had any major power not been in the war, Germany could likely have consolidated enough power to avoid successful invasions from overseas powers.

[–] ChairmanMeow@programming.dev 6 points 3 months ago (1 children)

If only Adolf Hitler had played Total War, maybe he wouldn't have been such a lunatic smh

[–] ChairmanMeow@programming.dev 2 points 4 months ago

A single server not booting should not usually lead to a loss of service as you should always run some sort of redundancy.

I'm a dev for a medium-sized PSP that due to our customers does occasionally get targetted by malicious actors, including state actors. We build our services to be highly available, e.g. a server not booting would automatically do a failover to another one, and if that fails several alerts will go off so that the sysadmins can investigate.

Temporary loss of service does lead to reputational damage, but if contained most of our customers tend to be understanding. However, if a malicious actor could gain entry to our systems the damage could be incredibly severe (depending on what they manage to access of course), so much so that we prefer the service to stop rather than continue in a potentially compromised state. What's worse: service disrupted for an hour or tons of personal data leaked?

Of course, your threat model might be different and a compromised server might not lead to severe damage. But Crowdstrike/Microsoft/whatever may not know that, and thus opt for the most "secure" option, which is to stop the boot process.

[–] ChairmanMeow@programming.dev 19 points 4 months ago

Trump was officially nominated by the RNC as their candidate. Biden hadn't been nominated by the DNC yet, that was supposed to happen at the conference in a couple weeks. But now that he has pulled out, he will not be nominated and thus not be the official candidate.

[–] ChairmanMeow@programming.dev 61 points 4 months ago (9 children)

Nah, but there were some Linux evangelists claiming this couldn't possibly happen to Linux and it only happened to Windows because Windows is bad. And it was your own fault for getting this BSOD if you're still running Windows.

And sure, Windows bad and all, but this one wasn't really Microsofts fault.

[–] ChairmanMeow@programming.dev 1 points 4 months ago (2 children)

The 3rd party service is AV. You do not want to boot a potentially compromised or insecure system that is unable to start its AV properly, and have it potentially access other critical systems. That's a recipe for a perhaps more local but also more painful disaster. It makes sense that a critical enterprise system does not boot if something is off. No AV means the system is a security risk and should not boot and connect to other critical/sensitive systems, period.

These sorts of errors should be alleviated through backup systems and prevented by not auto-updating these sorts of systems.

Sure, for a personal PC I would not necessarily want a BSOD, I'd prefer if it just booted and alerted the user. But for enterprise servers? Best not.

[–] ChairmanMeow@programming.dev 1 points 4 months ago (4 children)

And what guarantees that that "last known good config" is available, not compromised and there's no malicious actor trying to force the system to use a config that has a vulnerability?

view more: ‹ prev next ›