workthrowaway's comments

workthrowaway | 6 years ago | on: Why we’re writing machine learning infrastructure in Go, not Python

> Until you have a dependency which has a C dependency (like a crypto framework, SQL connector, etc).

but... that's not a python problem.

every time people say they are having a hard time installing a python module, it's almost always a non-pure python module. it has an extension in c or c++. if that tells us anything, it's that mixing c and c++ makes software hard to install...

a fairer comparison with go here is with a go package that has extensions or bindings written in another language.

workthrowaway | 6 years ago | on: On Pair Programming

thank you!! i had the same exact thoughts last night but refrained from commenting. same exact thoughts about pilots and surgeons.

plus this: pair programming has only been studied / proven to work in a teaching environment, where one student is literally teaching the other and bringing them up to speed.

i don't know of any study that proves that it works in a professional setting with experienced people having more or less the same background, working on the same task

if there is any study, i would like to read it.

workthrowaway | 6 years ago | on: Most frequently checked-out books in the history of the New York Public Library

> It's so tedious, repetitive, and obvious that I genuinely can't understand what people see in it.

same! but i finished it anyway. it was during my speed-reading / audiobook transition. i have now become a normal reader again :)

to your point though, in retrospect, i think it all depends on when in your life/career you read a recommended book. seems to me that by the time you got to how to win friends, you have already read a lot and learned most of the "obvious" things in the book.

workthrowaway | 6 years ago | on: Hacker News Classics (2018)

infinite scrolling is very bad! especially on mobile because on mobile you can accidentally tap on a link or whatever while swipping. happens to me all the time with the youtube app!! infinite scroll needs to go away!

workthrowaway | 6 years ago | on: Pattern Matching in Ruby 2.7 (2019)

imo, python won because the community does not condone monkey-patching and dark magic tricks. it's totally possible, yes, but it is frown up. i just realized how important language communities are, actually!

i, unlike GP, do not get a smile on my face when i read ruby code full of implicit tricks. even when i understand some of them, it is still annoying.

why don't people just write clear, explicit, maintainable code instead of trying to be clever. i am sure method_missing could be implemented in python using various tricks but nobody, afaik, is doing that.

workthrowaway | 6 years ago | on: Ram Dass has died

> ...Going Home

OMG not familiar with the person being talked about but "going home" resonates with me. leonard cohen wrote some powerful songs in his old age and "going home" is one of them.

workthrowaway | 6 years ago | on: 267M Facebook users IDs and phone numbers exposed online

> A good idea if you want your personal relationships poisoned.

not how it works for me! i have friends on fb that i haven't talked to or seen since high school. i don't use fb proper but it's good to know that it remembers everyone so i don't have to. i guess it goes the other around as well.

workthrowaway | 6 years ago | on: Google claims copyright on employee side projects

yep, it's accepted in other fields. the craziest for me has to be the music/sound industry. you could spend months coming up with the right chords just to have some big label or famous person you don't have any relationship with come after you.

this is recent but in design, i read that companies can now own branding colors and themes.

page 1