ttub | 9 years ago | on: Unlearning descriptive statistics
ttub's comments
ttub | 9 years ago | on: Ask HN: Ultrabook for programming?
I got a 13" TB in Novemember, and I just had to return it to an apple store and have the keyboard replaced because the shift/enter key was stuck. The TB (100 % gimmick) also sometimes randomly looses light on some of the buttons (which re-appear when I touch them)
I thought I would get used to the keyboard, but I dislike it so much that I am selling it and getting a 2015 MBP instead. This proved to be one gigantic time-wasting, expensive, and annoying experience.
ttub | 9 years ago | on: 2017 Outlook: Pandas, Arrow, Feather, Parquet, Spark, Ibis
ttub | 9 years ago | on: The fourth industrial revolution: a primer on Artificial Intelligence
ttub | 9 years ago | on: A Week with the New Macbook Pro with Touch Pad
The Touch Bar is also pretty much a useless gimmick.
Besides that it's a neat machine, though I think Apple is getting close to what is worth paying the Apple tax for (inconsistent product lineup: no USB-C on the iPhone 7, no USB-C on the external trackpads/keyboards, etc). My employer paid for my machine, I do not think I would have spent my own money on this.
ttub | 9 years ago | on: Why is machine learning ‘hard’?
I'm a researcher with a physics/stats PhD, and if a colleague approached me and said "stochastic gradient algorithms" entails three highly complex areas of scientific knowledge, I would have been stunned and assumed an undergrad with an English major had stumbled into our lab.
Just because you find something extremely challenging, doesn't mean it is inherently challenging. Considering what a lot of people in my field is struggling with, your example is absolutely trivial. You might want to adjust your ego downwards a bit.
ttub | 9 years ago | on: Algorithms and Data Structures: Trie (Prefix tree)
"The idea is to give words that are anagrams a common signature, sort all the words together by their signatures, and then print them."
https://www.gnu.org/software/gawk/manual/html_node/Anagram-P...
Humans want to distill vast amounts of information to a more manageable amount, like for example a single number.
Equity analysts look at accounting metrics, psychologists look at psychometrics test cores, doctors look at some function of blood pressure, etc etc.
Any person with deductive and sceptical mental faculties in place, will recognize that these are all simplifications, and cannot be used to deliver a unified truth.
Also, being aware of this has very little to do with being technical or not (for example, plenty of programmers only look at a CPU's clock speed to gauge performance).
Anyhow, nice post.