Soluna@lemmy.blahaj.zonetoTechnology@lemmy.world•Chinese security officials call for investigation of Intel CPUs for chip failures and security flaws, says chipmaker 'threatens national security'English
71·
28 days agoLegitimately back when I chose my CPU and I was debating between the Intel i9 14900K and the AMD 7950x3D, my final decision to go with AMD came down to this because at the time their specs seemed almost identical. And based on the more recent news about the 14 series, I absolutely made the right decision! 🇵🇸
I’ve just started learning Rust, so I’ve been working through The Book and Rust by Example to get familiarity with the language before diving into any projects. Coming from a C++ background, I’ve been surprised at how similar and simultaneously completely different Rust is from C++, and I’ve run into a lot of things that seemed completely bizzare to me (like the whole immutable variable default and shadowing) that I initially disliked until I looked into the reasoning and became wholly on board with the systems.
I’m planning on developing a cute little pet project for a relativistic/geometric time system, where the current time is determined not by arbitrary time zones but coordinates on the earth. I’ll probably post some updates once I start working on it ͜