Ah, yes: weaponizing cybersecurity requirements to trick - I mean “motivate” - higher management to do things “right.”
- 0 Posts
- 13 Comments
My thought as well, but those stones were shaped to match each other, reducing the amount of grout needed. It just goes to show the old ways still work, but you have to commit.
This is a dangerous metaphor. Remove the old wall and it turns out the new beautiful wall was leaning against and supported by it.
I get what you mean, it’s just that the metaphor could support both perspectives.
nebeker@programming.devto
Rust@programming.dev•Announcing Rust 1.88.0 | Rust BlogEnglish
1·7 months agoIt’s really interesting that Proton feels like a step forward in cross-platform gaming, but it also made it more economical to focus on Windows builds and dependencies.
Steam has a lot of power in the market and a vested interest in making things easier for developers and publishers. I wouldn’t be surprised if they picked up (more of) the slack in keeping systems backwards compatible.
Same as Microsoft, sort of. They can’t afford to have Apple’s “courage” in dropping x86 and then amd64.
nebeker@programming.devto
Rust@programming.dev•Announcing Rust 1.88.0 | Rust BlogEnglish
2·7 months agoSteam, as mentioned, and an old iMac that I’ve been meaning to dual-boot for a while.
This kind of thing is mostly inevitable, but has an impact on software and game preservation.
nebeker@programming.devto
Rust@programming.dev•Announcing Rust 1.88.0 | Rust BlogEnglish
3·8 months agoThe i686-pc-windows-gnu target has been demoted to Tier 2, as mentioned in an earlier post.
Fedora is discussing dropping support entirely, right? Interesting times we live in…
nebeker@programming.devto
Programmer Humor@programming.dev•Why make it complicated?English
1·8 months agoLike if the variable is then used in a function that only takes one type? Huh.
nebeker@programming.devto
Programmer Humor@programming.dev•Why make it complicated?English
3·8 months agoAnd bow to the compiler’s whims? I think not!
This shouldn’t compile, because .into needs the type from the left side and let needs the type from the right side.
nebeker@programming.devto
Programmer Humor@programming.dev•IT jobs explained with a broken lightbulbEnglish
9·8 months agoI came here to laugh, not to cry!
nebeker@programming.devto
Programmer Humor@programming.dev•IT jobs explained with a broken lightbulbEnglish
5·8 months ago[clicks light switch off and on repeatedly]
Welp, I guess we’re closed for the week.
nebeker@programming.devto
Programmer Humor@programming.dev•IT jobs explained with a broken lightbulbEnglish
73·8 months agoI’d say I feel seen, but it’s really dark in here.
nebeker@programming.devto
Programmer Humor@programming.dev•Why make it complicated?English
8·8 months agolet a = String::from(“Hello, world!”).into()I’ll see myself out.
I mean, if you want your prints to be asynchronous you’re looking for trouble to begin with.
The previous statement is a joke.