Tootfinder

Opt-in global Mastodon full text search. Join the index!

@qbi@freie-re.de
2024-08-13 16:10:14

Die #NIST hat drei neue Standards zur #Verschlüsselung vorgestellt:
- FIPS 203: Module-Lattice-Based Key-Encapsulation Mechanism Standard

@kurtsh@mastodon.social
2024-10-05 07:48:01

IronNet goes bankrupt. Nope, I hadn't heard of 'em either.
"Collapse of national security elites' cyber firm leaves bitter wake" | AP News
apnews.com/article/keith-alexa

@Jeff@mastodon.opencloud.lu
2024-07-18 17:04:45

via #NATO

"At the 2024 NATO Summit in Washington, D.C., Allies agreed to establish the NATO Integrated Cyber Defence Centre to enhance network protection, situational awareness and the implementation of cyberspace as an operational domain."
read more:

@x_cli@infosec.exchange
2024-10-04 13:32:55

Unpopular opinion on software development
Yesterday, I came across CI cultists.
They were preaching one should merge in main multiple times a day.
Quite frankly, I associate this behaviour to lab rats compulsively clicking the button to get gratifications (please don't do that to rats).
I think developers should refrain from becoming merge junkies. Code review is essential for good code quality. Automated tests suck at detecting logical errors, security vulnerabilities, and even decent code coverage.
Also, I believe pair programming is absolutely not a strategy to allow continuous integration. Everybody involved in the development process is drunk on their own bullshit reasons they made up to justify their poor design. Either the code review should be done by someone else, or the developers should sober up for a fortnight before code reviewing their own code.
PS: I am a software developer. I get drunk on my own bullshit as well.
#software #development #ci #codereview