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.
Yep; money is necessary but not sufficient for happiness. It also removes very common cause of unhappiness (financial stress). But it can’t unconditionally make someone happy.
Source: I have money but am miserably depressed.
A good pair of pliers, like the Knipex Cobra.
It’s often difficult to find meeting rooms with enough space, so sometimes all you can do is have everyone get their own 1-person phone room. Meeting in someone’s office isn’t a thing because nobody has personal offices anymore - it’s all “open concept” bullshit.
Just don’t force me to drive into your downtown office with paid parking that’s often full just to sit at a desk and video-conference with people halfway across the country in the name of some misguided “return to office” mandate.
You do know what “cinematic” means, yes? Most shots in cinema aren’t meant to seem like they’re seen from the perspective of an actual person.
to render the most clean game possible
Why do you think the goal is to make something “clean” looking? You know what’s clean looking? Asteroids, Battlezone, etc. Many games are going for a more cinematic look, in which case CA, film grain, etc. can seem natural. As long as there’s an option to disable it, I don’t see why people take such objection to its presence.
Blocked by my employer’s security policies.
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.
I think you meant IAbstractBlahBlahManagerFactoryControlBeansHandlerFactoryFactory6ProxyHandlerAsync_Compat3
, and of course its test counterpart, IAbstractBlahBlahManagerFactoryControlBeansHandlerFactoryFactory6ProxyHandlerAsync_Compat3::FakeMockVirtualDeviceTestManagerBeansFactory2_HACK_DO_NOT_USE
Disabled need not apply.
I object to your implied assertion that the intersection of the sets “computer nerds” and “hot women” is the empty set.
Does everyone have to like it or do I just get to pick one and everyone has to live with it? If the latter, I might give technocracy a try…
Debuggers are for when you hit a problem with your code. Logs are for when someone else hits a problem with your code.
On days I leave the house, I shower once in the morning. That used to be 5-6 times per week, but since COVID I’ve been working from home, so that number is 1-2. I’ll also shower after swimming or strenuous exercise, though that’s rare for me.
Alright, alright… Apart from sanitation, medicine, education, wine, public order, irrigation, roads, the fresh water system, and public health… what have the Romans ever done for us?
These workers are contracted by Cognizant, one of the many subcontractors which works with Google and its parent company Alphabet. … However, Google has refused to bargain with them, because it says it is not legally considered to be their employer. The workers, the union, and the National Labor Relations Board (NLRB) contest this point.
Unfortunately the workers don’t really have a case against Google here. Don’t get me wrong - “vendor” companies are parasites and often serve only to avoid paying full benefits to those whom companies would otherwise need to hire as full-time employees. But there’s decades of established law that says they are not, in fact, employed by the contractor. Without changing the law, vendor employees won’t be considered transitively employed by the contractor by any court.
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.