The fact that most universities will graduate CS majors without ever teaching them how to use a debugger, build system, or version control system shows how useful they are to actual engineering work.
The fact that most universities will graduate CS majors without ever teaching them how to use a debugger, build system, or version control system shows how useful they are to actual engineering work.
If you pay with your CC and sign the receipt after seeing the total, you’re going to have a very hard time getting it removed.
It seems silly to be distrustful of proprietary BIOS firmware without having the same skepticism of the actual hardware.
I had a linux 5520 and it was terrible. Standby and bluetooth never worked properly. Are the new models any better?
I think it’s more like “snuck up on us” than any kind of nefarious connotation. Kind of like “how did a niche game like BG3 sneak into the top ten games list”?
Only if they are well-known in the language you’re using or domain you’re writing for. x
and y
are fine for coordinates. i
and j
are fine for loop indices. But abbreviating things unnecessarily is bad IMO. s = GetSession()
is too terse, for example.
That’s why your phone has a brightness slider, or better yet an ambient light sensor that automatically adjusts brightness. DE will need something similar.
I think you meant IAbstractBlahBlahManagerFactoryControlBeansHandlerFactoryFactory6ProxyHandlerAsync_Compat3
, and of course its test counterpart, IAbstractBlahBlahManagerFactoryControlBeansHandlerFactoryFactory6ProxyHandlerAsync_Compat3::FakeMockVirtualDeviceTestManagerBeansFactory2_HACK_DO_NOT_USE
Debuggers are for when you hit a problem with your code. Logs are for when someone else hits a problem with your code.
Nuclear Gandhi has entered the chat…
Not my IP; it’s just a random one that didn’t respond to pings.
It’s fine if you want to decide for yourself that this is how you view these words, but it’s not how other people use them
Oxford English Dictionary:
faith: …. a strongly held belief or theory. “the faith that life will expand until it fills the universe”
it doesn’t mean they are adhered to based on faith
If not “faith” then what? Note that “faith” doesn’t need to mean some higher power; it just needs to be something you believe without evidence. Any “evidence” you claim to have experienced to support your worldview must inherently be interpreted through an existing lens of one’s own world view, which circularly depends on one’s axioms. You fundamentally cannot have a worldview without some amount of faith in something.
More concretely, the only thing one can prove a priori is “cogito ergo sum” (“I think, therefore I am”). Any further cognitive reasoning requires faith in one or more axioms about the world, e.g. “the world exists independent of my own perception”.
principled stance derived from logic
Those logical conclusions must inherently flow from philosophical axioms that comprise the person’s world view. Two of the most fundamental axioms that lead to supporting FOSS are not supported by everyone. Namely:
Those axioms cannot be logically derived from some fundamental truth - they must come from one’s own personal belief system, i.e. their “religion” (definition 3).
Someone following Kantian ethics and Altruism morality (whether or not they’re aware of the names) will probably end up favoring FOSS. Someone who has a more Utilitarian and Egoistic world view will probably be okay with proprietary software.
This is all kind of a moot point because I don’t think this sense of the word is what Musk was referring to - he was probably using it as sense 1 sarcastically and mockingly.
the two are not the same
The dictionary lists this for use #3 for religion:
”a cause, principle, or system of beliefs held to with ardor and faith”
In this sense of the word, many people, including atheists, do have a religion deeply rooted in their worldview.
A concrete example is people who fervently believe that FOSS is the only good way to make software, and that proprietary software is evil. Many of those people are unwilling to even consider the merits of the latter. In this sense, those beliefs very much qualify as “religious” in this sense of the word.
He’s not wrong in the sense that everyone has their own worldview, and humans need a worldview to process the immense amount of information we are exposed to on a daily basis. Some people incorporate organized religion into their worldview, while others do not.
I blame Linux distros for being too complicated and unintuitive for 95% of the population, which in turn gives it a negligible market share from a game development perspective.
Worst case they end up not selling and can possibly return items for full refund.
They’ve gotten smarter, and in some cases don’t even acquire the original item until they have a buyer. It’s basically arbitrage for shipping at that point.
Not really a problem with UDP itself, but with some very old protocols like DNS that rely on UDP but can’t be changed because of compatibility. If you’re writing a new service that uses UDP, there’s nothing stopping you from designing it so that it doesn’t provide an opportunity for bandwidth amplification.