HN user

ImNotAKompjoetr

11 karma
Posts0
Comments6
View on HN
No posts found.

Funny anecdote about NLP: I accidentally took a NLP class because it had Programming in the name, and for some reason I didn't bother to read the description. First lecture, second slide in the lecturer presented the quote: "We only use 10% of our brain, imagine what we could do if we used 100% of it" ~ Albert Einstein. And continued to claim that we could use more of our brain by using NLP or something like that.

Never dropped a class so hard in my life.

Isn't it generally considered bad practice to put certificates and profiles in version control? Especially since you're putting your password in the fastlane files here.. does anybody have a different approach for this? because the general setup is really nice

could be anywhere, mine also has a mandatory course on it, including a lecturer that believes in the magic of auto-generated code from the UML tools.

because in haskell functions are curried,

  function_name :: param1 -> param2 -> return
is a function that if you only give it param1 it returns a function that takes an argument of param2Type and returns returnType. This way you can easily compose functions

I got almost all these things at my school, shame a lot of the teachers were really bad at teaching and almost all of us learned everything from google... You could argue that if the curriculum didn't include these things we wouldn't have googled the stuff either, so I suppose my education wasn't all bad