Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Statistics for Hackers [video] (youtube.com)
338 points by david90 on June 15, 2016 | hide | past | favorite | 23 comments


Similar in spirit to John Rauser's 2014 Strata Conference + Hadoop World keynote "Statistics Without the Agonizing Pain" (https://youtu.be/5Dnw46eC-0o).


I am very glad that he referenced it, that talk was amazing and needs to be duplicated/replicated/spread 10x over.


:)


Previous discussion based on an earlier 2015 version of the slide deck: https://news.ycombinator.com/item?id=10244950

Back then, I wrote a small tutorial on how to implement and animate the bootstrap technique in R/ggplot2 based on the talk: http://minimaxir.com/2015/09/bootstrap-resample/


I actually watched the majority of this, it's a very interesting talk. I'd imagine that all of us are going to need to use at least some statistics one day, so I consider it time well spent.


Really nice. Is there a similar video in R?


Is python matters here?


No. Does your comment answer my own question?


Is that code answers your question? No offense but the main message of that talk is if you can do a for loop than you can do statistics simulation in any programming environment. Like in R.

m <- 0 nexp <- 100000

for (i in 1:nexp) { if (sum(rnorm(30, mean=0, sd=1) < 0) >= 22) { m <- m + 1 } }

print(m / nexp)


i wish there was a way to 'force mono' on youtube so i could get the same audio from two sides of my headphones.

sounds like a really interesting talk, but it's painful to listen to from only 1 ear.


I found this comment on youtube by asperous helpful: If you are on a mac you can go under accessibility -> sound -> play stereo as mono. This will balance the sound.


Plug your headphones only halfway into the jack.


Yet another brilliant argument for still using the 3.5mm jack


Yeah, because people don't know how to mix audio plug your jack only half way in and risk it getting loose.

This is like if some guy was punching people on the street, instead of removing the guy you'd just tell people to duck.


It was a cross between sarcasm and a reference to a previous HN discussion on phones looking to phase out the 3.5mm


Yes, I am aware, but I'm very much in favor of removing the useless jack. I have already transitioned into using bluetooth earpuds and headphones with my mobile devices and laptops, and I will never go back to cables.


This is "hacker" news after all ...


One could make a case for this feature by claiming it is an accessibility feature for the non-bilateral deaf / hard of hearing community.


As a non-bilaterally deaf person, I agree. Although TBF, I think it should be an OS-level feature built into the sound settings, instead of asking everyone else to reinvent the wheel all the time.


I feed the URL into smplayer and force the audio to mono inside the program when it's unbalanced.


Alternatively:

      mpv --audio-channels=1  https://www.youtube.com/watch?v=L5GVOFAYi8k


Thanks, this works great.


Nice one!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: