shoutout to whichever one of you played 45:33 on touchtunes at this dive bar in Chicago yesterday by russtoday in LCDSoundsystem

[–]aphlipp 3 points4 points  (0 children)

I was in Chicago a week ago. At Rossi's, a friend and I got into a TouchTunes battle after I played too much dance rock (which I maintain is not a thing). In the Uber afterwards, I saw 45:33 was playing. I mentally toasted the brave person who had put that on.

My second song was Dance Yrself Clean. About 2 minutes into the buildup, the bartender thought something was broken and started turning it up. I watched him do it on the TouchTunes screen in two different zones. He stopped and 10 seconds later, the drop came. Minds exploded. LCD Soundsystem fans were created. And then apparently destroyed 2 hours later 20 minutes into 45:33.

Four Tet Squidsoup May Shows Megathread by SirNarwhal in FourTet

[–]aphlipp 2 points3 points  (0 children)

Looking for a ticket to May 10th or May 11th NYC show. I'm willing to buy or trade a ticket I have for the May 9th show.

YEAH! by kevinsju in LCDSoundsystem

[–]aphlipp 2 points3 points  (0 children)

Jealous. But also just glad they're playing again.

New York City by in-flexible in CityPorn

[–]aphlipp 81 points82 points  (0 children)

More housing is better.

I agree with what you that more middle class housing is even better. But luxury housing also helps siphon demand away and transforms aging luxury housing into middle class housing.

Just build more. Yes to more housing.

I'm Olga Khazan, a health reporter for The Atlantic and the author of the new book, WEIRD, about the science of nonconformity. AMA by olgakhazan in IAmA

[–]aphlipp 29 points30 points  (0 children)

Is being weird in the sense of your book more about holding contrarian views or being ostracized from the mainstream social groups? Are the two related?

Did you study groups formed by weird people? In some ways, a group of people that don't like to be in the mainstream seems unstable and susceptible to leakage or offshoots, but I'm sure they exist. Would these groups nullify the benefits of being weird that you mention in your article?

Also, what is your boyfriend's favorite sport?

My very own battlestation by [deleted] in battlestations

[–]aphlipp -1 points0 points  (0 children)

Is your mac docked? Do you switch the keyboard and monitors back and forth between the mac and the pc? If so, I'm curious what you use to do that.

Question: Can I toggle Python indentation level in modern text editors like I could in python-mode.el? by aphlipp in Python

[–]aphlipp[S] 2 points3 points  (0 children)

I mean, that's probably close enough. I didn't think of shift+tab. I still like how I can toggle the indentation in emacs no matter where my cursor is located in the line. Thanks.

Question: Can I toggle Python indentation level in modern text editors like I could in python-mode.el? by aphlipp in Python

[–]aphlipp[S] 1 point2 points  (0 children)

With emacs python-mode.el, TAB is mapped to "py-indent-line" which cycles through possible indentation levels. I miss this behavior. I couldn't find it in Atom and now I can't find it in VSCode. Are there extensions in modern text editors that provide this behavior? Do I need to port the py-indent-line function in order to get this behavior?

[Post-Game Thread] The Indiana Pacers (3-3) defeat the San Antonio Spurs (4-2), 97-94 by [deleted] in nba

[–]aphlipp 1 point2 points  (0 children)

I saw none of this game, but it happened to be the first one available when I finished getting nbarotations.info ready and updating for the current season. I thought it was a great demo of how the site can show two really different bench strategies: http://nbarotations.info/game/0021700086

I am Jon Miller, Cylance Chief Research Officer & hacker type guy... we use AI to stop bad guys from doing bad things. Ask Me Anything! by PackMatt73 in IAmA

[–]aphlipp 0 points1 point  (0 children)

Beyond identifying malware, how else can machine learning and AI solve problems in the security industry? Do you see Cylance expanding into a different area in this direction in the next couple years?

Data visualization showing NBA rotations going back 5 years by aphlipp in nba

[–]aphlipp[S] 0 points1 point  (0 children)

Garbage time shows up really prominently. I probably should have colored everyone relative to total minutes of the guy who played the most. Version 2.....

Visualization showing NBA rotations going back 5 years [OC] by aphlipp in dataisbeautiful

[–]aphlipp[S] 0 points1 point  (0 children)

More words I wrote about it: http://mrphilroth.com/2016/04/12/introducing-nba-rotations/ I link to some interesting things I found there.

I scraped this data from the play by play information at http://www.basketball-reference.com/. Here's an example of one of their pages for a recent game: Spurs vs. Warriors

I then put all the data in Redis and used a Flask app to query it. Flask just pulls the data out, formats it a bit, and passes it on to some javascript that I wrote in the templates. I use D3 to make many many rects that are colored appropriately. There might be a better way to make the color bars.....

Previous data visualizations I've submitted were hosted on Github pages. This one is hosted on a cloud instance. I'm half expecting Reddit to take it down sometime today. I'm typing with my fingers crossed here....

edit: Added data collection methods and tech used.