I'm not quite sure what you're trying to say. Are you discounting their efforts? Their motives? You're not responsible for everyone else, or if you were, they'd not need to be for themselves.
Why are you not making them yourselves? If it's because of economics, it clearly indicates unsustainable growth. The only thing immigration would support is below-livable wages.
Computers are part of automation, just like chainsaws. It's not a new phenomena. It's been sweeping through all industries the whole time. The thing is, efficiency unveils new possibilities, and possibilities induce…
"Big JS app"'s aren't that big if done correctly. The entirety of Angular8 fits into ~170KB, less than some thumbnails. You can write bad apps in any language and environment, similarly a site/app is not bad just…
I don't think people will stop consuming meat if you ask them nicely. You have to make decisions that will hurt the meat industry and make it infeasible. This would likely best be achieved through slowly dropping tax…
Connectivity is not always available, and errors retrieving it may mean you have to re-enter everything. Being able to "navigate" the site without the dinosaur is a tremendous boon for end users. You wouldn't be able to…
There is a free version of MySQL called MariaDB. PostgreSQL is a very viable alternative. It has different philosophy, and needs a little getting used to, so it's not as easy as simply lift-and-shift
PHP serves most of all web traffic: https://w3techs.com/technologies/overview/programming_langua...
Page refreshes can be a delta increment, it doesn't have to download everything again
>You can't physically swap out a processor while the system is booted and you can't swap a virtual processor either. I think you can do that on multisocket systems:…
Looking at the pricing at: https://www.backblaze.com/b2/b2-transactions-price.html It seems that calling b2_delete_key is free. It's just not conveniently abstracted. Listing the items however if you don't already have…
Why would you prevent sharing it when you're already double dipping by introducing a datacap?
Not all abstractions cost anything, they're simply useful. In addition IDEs, compilers and other parts of the toolchain pump up the output quality significantly compared to what would otherwise be available at a given…
Legacy code often ends up as such, because it was immediately available and immediately utilized. It worked then, and piled on functionality. You don't see good looking legacy, because it didn't survive.
I think it's somewhat paradoxical: The software that gets delivered, produces value gets to live. The market prefers just-good-enough software
You can definitely go the other way to overthink a problem, even as high to induce the halting problem. Absolute optimization is mathematically impossible, and an imperfect choice has to be made at some point.
Most web tasks are completely I/O bound anyway, the significance in making the few business logic decisions is minimal.
With the help of transport compression like gzip, the total size can still be reduced by almost the same amount even if you don't minimize it.
Anything that becomes 19 seconds to become interactive on a flagship phone should be classified as faulty. It's not just unethical for people, but the environment. It's badly written code that is basically turning your…
I'd argue that there is a certain amount of complexity that cannot be avoided, and is likely already addressed in the current platform. You can try and shift the problem to different parts of the application, but that…
A house is built upon a thousand bricks. I'd argue that "CRUD" apps are all there is in development. Everything complicated broken down comes to creating, retrieving, modifying and/or saving data. After understanding…
You can write poor code in any language. Language itself has very little other meaning than how well it does it's job in the given context. PHP is great for fast development, has a lot of developers available, and comes…
They'd not be a 10x engineer then. The whole "x"ness is an oversimplification, which is the point of the article
I think it's a perfectly valid analogy; A runner is doing everything you'd be doing running, but more, and can achieve far greater speeds that you ever can.
It's a matter of speech, not a concrete measurement. I'd liken the speed to a "compiled" version of the problem in your mind; if you've done it before, it's easier to apply it now, rather than to start from the…
I'm not quite sure what you're trying to say. Are you discounting their efforts? Their motives? You're not responsible for everyone else, or if you were, they'd not need to be for themselves.
Why are you not making them yourselves? If it's because of economics, it clearly indicates unsustainable growth. The only thing immigration would support is below-livable wages.
Computers are part of automation, just like chainsaws. It's not a new phenomena. It's been sweeping through all industries the whole time. The thing is, efficiency unveils new possibilities, and possibilities induce…
"Big JS app"'s aren't that big if done correctly. The entirety of Angular8 fits into ~170KB, less than some thumbnails. You can write bad apps in any language and environment, similarly a site/app is not bad just…
I don't think people will stop consuming meat if you ask them nicely. You have to make decisions that will hurt the meat industry and make it infeasible. This would likely best be achieved through slowly dropping tax…
Connectivity is not always available, and errors retrieving it may mean you have to re-enter everything. Being able to "navigate" the site without the dinosaur is a tremendous boon for end users. You wouldn't be able to…
There is a free version of MySQL called MariaDB. PostgreSQL is a very viable alternative. It has different philosophy, and needs a little getting used to, so it's not as easy as simply lift-and-shift
PHP serves most of all web traffic: https://w3techs.com/technologies/overview/programming_langua...
Page refreshes can be a delta increment, it doesn't have to download everything again
>You can't physically swap out a processor while the system is booted and you can't swap a virtual processor either. I think you can do that on multisocket systems:…
Looking at the pricing at: https://www.backblaze.com/b2/b2-transactions-price.html It seems that calling b2_delete_key is free. It's just not conveniently abstracted. Listing the items however if you don't already have…
Why would you prevent sharing it when you're already double dipping by introducing a datacap?
Not all abstractions cost anything, they're simply useful. In addition IDEs, compilers and other parts of the toolchain pump up the output quality significantly compared to what would otherwise be available at a given…
Legacy code often ends up as such, because it was immediately available and immediately utilized. It worked then, and piled on functionality. You don't see good looking legacy, because it didn't survive.
I think it's somewhat paradoxical: The software that gets delivered, produces value gets to live. The market prefers just-good-enough software
You can definitely go the other way to overthink a problem, even as high to induce the halting problem. Absolute optimization is mathematically impossible, and an imperfect choice has to be made at some point.
Most web tasks are completely I/O bound anyway, the significance in making the few business logic decisions is minimal.
With the help of transport compression like gzip, the total size can still be reduced by almost the same amount even if you don't minimize it.
Anything that becomes 19 seconds to become interactive on a flagship phone should be classified as faulty. It's not just unethical for people, but the environment. It's badly written code that is basically turning your…
I'd argue that there is a certain amount of complexity that cannot be avoided, and is likely already addressed in the current platform. You can try and shift the problem to different parts of the application, but that…
A house is built upon a thousand bricks. I'd argue that "CRUD" apps are all there is in development. Everything complicated broken down comes to creating, retrieving, modifying and/or saving data. After understanding…
You can write poor code in any language. Language itself has very little other meaning than how well it does it's job in the given context. PHP is great for fast development, has a lot of developers available, and comes…
They'd not be a 10x engineer then. The whole "x"ness is an oversimplification, which is the point of the article
I think it's a perfectly valid analogy; A runner is doing everything you'd be doing running, but more, and can achieve far greater speeds that you ever can.
It's a matter of speech, not a concrete measurement. I'd liken the speed to a "compiled" version of the problem in your mind; if you've done it before, it's easier to apply it now, rather than to start from the…