>>38 In terms of absolute numbers, I certainly agree that embedded systems and lower-powered computers have far wider deployment numbers than high performance PCs. However, it only takes a small number of programmers to write programs for these kinds of systems, there are small numbers of specialist programmers who do special-purpose programming work. The vast majority of programmers do not do any programming apart from application software running on high performance machines.
>>35 Yes it is. If if was a piece of code that would be run at most once or twice by yourself and likely no one else, then it doesn't make sense to spend much time optimising it beyond getting the job done in a reasonable amount of time.
But if you're working on software that will be used by tens of thousands if not more users, every day, then you'd better be taking care to make sure it's efficient.
It's amusingly hypocritical when developers complain about how slow/bloated the tools they use are, then do the same thing themselves - maybe even in writing software for other developers to use! Stop being a selfish inconsiderate bastard and "do to others as you would have them do to you."
See also: https://xkcd.com/1205/ (multiplied by how many users you have or expect to have.)
Name:
Anonymous2015-08-01 5:09
>>43,44 What? Fuck other people's time. Most don't pay me, so don't get to treat me like a bitch, and the ones that do often want me to do the job as quickly as possible, even if it is unoptimized and buggy, so they can stop paying me as soon as possible.
Name:
Anonymous2015-08-01 5:19
>>45 Back to >>>/JavaScript/. ``They `pay us`. Dumb fucks.''
Name:
Anonymous2015-08-02 11:59
Up, up and away, programming-related.
Name:
Anonymous2015-08-02 14:04
If the total gain of a change in your code is less than ten times the time you needed to implement it, it is not worth it.
>>43,44 Holy shit that comic is fucking stupid. What is he even trying to say here? Is he just going to ignore the vast futures of times I am going to do the ``task'', where I easily make up for the ``time spent'' which will not occur every again? FUCK IHBT. FUK U CUDDER.
Name:
Anonymous2015-08-02 21:07
>>49 I agree. And besides, wasting your own time and wasting someone else's time are two different things.