I find Rust crates generally have pretty good docs. Docs.rs is a major time saver
I make things: electronics and software and music and stories and all sorts of other things.
I find Rust crates generally have pretty good docs. Docs.rs is a major time saver
More like gaming executives
You can build with mingw64 built with msvc and use more or less the same Makefile. As for Xcode… well, there’s not really a good reason to support Mac. On principle I wouldn’t even try
How the heck does a Makefile not scale??? That’s all it does!
Life is and will always be better writing your own Makefiles. It’s literally so easy. I do not get the distaste. Cmake is arcane magic. Bazel is practically written in runes. Makefile is a just a glorified build script, but where you don’t have to use a bunch of if statements to avoid building everything each time.
For C++, yes. But “reference” is just a way of using the pointer when it comes to C
Nvidia and Wayland is still BORKED
Nope
People use IPv6?
I still don’t know anything about it
a = [ Haskell
, is
, the
, GOAT ]
and thinking “we can downsize”
And then they’ll go out of business
I agree. We’ve let the standards for what is good drop.
I think it’s mainly because the “just works” mentality has become infectious among engineers. It’s one thing when just starting out, but as you learn more and gain experience you should care more.
People do the designing and architecture and programming just because it all pays well, not because they have a love for the craft.
I think the second, slightly less strong reason is because many engineers do not know how to effectively communicate with management when something will result in terribly written software and just do it anyway. Another skill I see less and less amongst my brethren.
This is already how the military works BC they lost the source code for ancient machines. They’ve gotta now hire reverse engineer researchers to help out
Try harder
LibreOffice is the superior IDE for Delphi
Oh actually I have heard of that as well
Purpose made for Data-science
Uhhh… R?
That, MATLAB, and Python are the only languages I know of used in that field, and it’s not MATLAB or Python lol. I don’t know anything about R tho
a lot of good senior level developers don’t have the specialized knowledge to do shit like build a password validation system that isn’t vulnerable to a timing attack or know what a timing attack is
Please don’t tell me that. It’s terrifying
That’s how you end up with the unmaintainable state that enterprise software is currently in. “Just Works” mentality is a cancer
What packaging types are there for Rust? Isn’t everything just source-based through cargo?