Joboman555's comments

Joboman555 | 7 years ago | on: Announcing Dart 2 Stable and the Dart Web Platform

What I don’t understand is why people are excited about the new features of JavaScript. The problem with JavaScript has never been that it doesn’t have enough features or syntactic sugar. The problem with JavaScript is that it has a rotten, unsafe core. Its very nature is antithetical to writing robust software, yet we need it to create dynamic UI applications.

Joboman555 | 8 years ago | on: The Practice is not the Performance: Why project-based learning fails

I think this is missing the main point of Project Based Learning: you choose what you want to learn. You cannot treat motivation as a constant when comparing educational methods. Students get much more from their learning when it is intrinsic and specific to their interests, as is the case when doing a project.

Joboman555 | 8 years ago | on: Why HackerRank and other coding tests are ageist

This is maligned and dangerous. It has been shown that credentialing hurts the marketplace and consumers. Having a credential authority would not cause there to be a skill bar, it would just require all of us to pay money to a worthless authority.

Joboman555 | 8 years ago | on: Z-order curve usage to decrease dimensionality to 1

This stuff mostly goes over my head, but I'd like to understand it. In the original method, why is op concatenating the two positions into one number, rather than just storing the lat/lon pair and using something like Euclidean distance?
page 1