

Imgui, because it makes dev/debug guis ridiculously straightforward and easy to create.
Imgui, because it makes dev/debug guis ridiculously straightforward and easy to create.
It’s honestly not that hard, the language was made to be simple. The complexity associated with the language largely has to do with the legacy applications the language supports. If you look at a greenfield project (eg CHADstack (it’s a joke project, but pretty fun to get exposure to some esoteric stuff for a couple hours)) you’ll actually pick the language features up pretty quickly.
C++, I am a library developer with some embedded experience. I can easily interface with c libs and expose my lib with a c interface. With clang, static analysis catches most bugs before runtime. Everything I write can be compiled nearly anywhere with very little dependencies required. Excellent IDE and LSP support with a ton of documentation on the language features available (admittedly, there are a lot). The standard library is gigantic, useful, and well documented. It is used everywhere, so resources and example source code in C++ are very easy to come by. Project configuration (via CMake) is extremely powerful and expressive (though not technically C++).
Some languages have some of the elements I listed, but no other language has them all.
If you’re supporting windows anyway you should use their tooling. This isn’t controversial, MSVC is a good compiler supported by good developers. I find MSVC more reliable than MinGW on windows as well. I recommend maintaining a single CMake project so that you can switch between compilers and build tools.
With Garmin, you’re paying a premium because you’re not the product.
https://foundation.mozilla.org/en/privacynotincluded/garmin-forerunner-series/
https://foundation.mozilla.org/en/privacynotincluded/garmin/
I believe algorithm focused technical tests are useful. However, if the interviewing team hasn’t taken the time to understand both the problem and the answer, then they are completely pointless. So you’re exactly right here to challenge their bullshit.
One of my two only used commands. The other being yay.
A lot of the criticisms at specific languages are really directed at people. Especially those that have “{language} brain”. These people are of the opinion that everything looks solvable by said language even if it isn’t the best tool for the job.
If you pick the best tool for the job, no one has standing to rightly criticize you. What’s the right tool? One that you know (or have the ability to learn) and has proven itself in its ability to solve problems you’re seeking to solve.
deleted by creator
Especially when they’re horribly crushed!
Unfortunately the students that could have brought peace to the middle east were horribly crushed the day before! Shame, really.
I’m a developer, so I find it easier because dependency management is easier (especially if you have a good package manager, arch btw). WSL is improving but is still not enough for my needs (big projects that use usb are not well supported).
Likely simply letting one of the tankers know that their fly was undone!
I wonder what the man was protesting 🤔
Sometimes it’s easier to DIY than try to figure out the mess of a build system of a dependency! :P
In particular, it was his view that he can impose himself on the community in such a way that takes us steps closer to a walled garden.
That’s why we’re all here instead of adding to Spez’s IPO.
The codebase is irrelevant, I’ve already rated it, it’s another blink clone. As a product, on the other hand, you should definitely practice responsible consumerism. Aligning your values with your consumption is a good thing.
I don’t know what you mean by WASM being a subset of javascript (maybe you mean AssemblyScript?) You can still program in higher level languages like C and have it compile into WASM as one would compile C to assembly.
I majored in math and have so far a great career in software. I don’t think knowing math separates me out from CS grads generally. However, math majors largely chose to major in Math because we like problem solving. Plenty of CS grads major in CS because they are expected to. Being a passionate problem solver gets you pretty far.