collect the videos you love
collect | share | explore
Tag results for data
sort by: relevance | recent
Results from all user's collections (859 out of ~859)
ww1 - oversimplified part 1

part 2 here: https:wwwyoutubecomwatchv=mun1dkkc_ashttps:wwwfacebookcomoversimplifiedhqhttps:twittercomover_simplifiedcontent inspired by dan carlin039s hardcore history podcast check it out if you want to learn about ww1 in more detailbill wurtz made me want to make this kudos to him link to his channel: https:wwwyoutubecomuserbillwurtzi039ve not been endorsed by either of them--attributions--images:world mapnasa goddard space flight center image by reto stckli land surface shallow water clouds enhancements by robert simmon ocean color compositing 3d globes animation data and technical support: modis land group modis science data support team modis atmosphere group modis ocean group additional data: usgs eros data center topography usgs terrestrial remote sensing flagstaff field center antarctica defense meteorological satellite program city lightspfefferpotthast by oliver hallmann creative commonslicense: https:creativecommo
ww2 - oversimplified part 1

2 months of skillshare for 99 cents: http:sklshoversimplifiedpart 2 here: https:wwwyoutubecomwatchv=fo2rb9h788sif you want more oversimplified on a more regular basis become a patron https:wwwpatreoncomoversimple--------------------------------------------------------------------attributionsall music licensed under creative commons: by attribution 30 license http:creativecommonsorglicensesby30all by kevin macleod incompetechcom:quotexotic battlequotquotfast talkinquotquotinfadosquotquotdigyaquotquoti knew a guyquotquotfaceoffquotquotexpeditionaryquotquotinvestigationsquotquotthe chamberquotquotmarty gots a planquotquotearth preludequotquotimpact intermezzoquotquotconstancequotquotnight cavequotaudionautix tracks are licensed under a creative commons attribution licence artist: http:audionautixcomdark mystery by audionautixtemptation march by audionautixall sound effects licensed under crea
what does a soccer player see eye tracking

for professional players there is a lot that goes on during a soccer game using eye tracking glasses we answer the question of what professionals and amateurs see while they playall of our pilot study datasets are available for download see here: http:wwwfractalnycsoccer-dataour partners:new york red bulls: https:wwwnewyorkredbullscomusl: https:wwwuslsoccercom tobii pro: http:wwwtobiiprocomprovided tobii pro glasses 2featured athletes in order of appearance:ben mines midfielder new york red bulls bmines10jordan scarlett defender new york red bulls iiandrew tinari midfielder new york red bulls ii andrew_tinariscott levene goalkeeper new york red bulls ii scottylevscotty taylor forward red bulls academyother athletes:tom barlowsteven echevarriachris lemaniko de verasocial:function:fb: https:wwwfacebookcomfunction-scitwitter: https:twittercomfunctionscienceinstagram: functionscie
game of thrones bar chart race: screen time per character per episode seasons 1-7

game of thrones has been gracing our screens for 8 years now spanning seven seasons seven kingdoms and hundreds of charactersbut in all these seven seasons which character has received the most screen time so farthis animated bar chart race will show you exactly thisfor each episode you039ll see the top 10 characters by cumulative screen time total screen time in all preceding episodeswatch out for when characters are killed offthe 8th final season of the show will be released in three weeks time april 20th 2019use this video to catch up with the series so far notes:- original bar chart source code from johnburnmurdoch- original screen time data from j_lancaster- data wrangling by jackmerlinbruce type_a_media- video editing by olaibi_ron type_a_media
how do kids and artists see while drawing eye tracking

there is a lot that goes on in the brain while we draw using eye tracking glasses we answer the question of what kids and professional artists see while drawingall of our pilot study datasets are available for download see here: http:wwwfractalnycart-dataour partners:eckford street studio: http:wwweckfordstreetstudiocomprovided space for filmingtobii pro: http:wwwtobiiprocomprovided tobii pro glasses 2dr heather berlin: wwwheatherberlinlabcombiohtmlchild artists in order of appearance:ramses 4mia 11kaia 6kasey 9tabyas 19kinah 13julia 14professional artists:heather morgan: wwwstarboyorgjames groeling: https:wwwfacebookcomjamesgroelingartsaul chernick: wwwsaulchernickcomsocial:eckford street studio: https:wwwfacebookcomeckfordstreetstudiotobii pro: https:twittercomtobiiprodr heather berlin: https:twittercomheather_berlinfunction fb: https:wwwfacebookcomfunc
see how the cpu works in one lesson

go inside the computer to uncover the inner workings of the cpu including the control unit the alu registers and much morebut how do it know website: http:wwwbuthowdoitknowcomsee the 6502 cpu simulation: http:visual6502orgjssimindexhtmlfor anyone annoyed by the breaths between speaking try this unlisted version with edited audio: https:wwwyoutubecomwatchv=ikdbs21hwf4download the powerpoint file used to make the video: https:docsgooglecomfiled0bzwhnpicsnw0cgvmx0c3svzzmfkeditusp=sharingthe cpu design used in the video is copyrighted by john scott author of the book but how do it knowthere are a few small differences between the cpu in the video and the one used in the book those differences are listed below but they should not detract from your understanding of eithercontrol unit - this component is called the control section in the book it is called control unit here simply because that is a more common name for it that you might see used elsewhereload instruction - in this video what039s called a load instruction is actually called a data instruction in the book the scott cpu uses two different instructions to move data from ram into the cpu one loads the very next piece of data called a data instruction in the book and the other uses another register to tell it which address to pull that data from called a load instruction in the book the instruction was renamed in the video for two reasons: 1 it might be confusing to hear that the first type of data we encounter in ram is itself also called data 2 since the load instruction from the book is a more complex concept it was easier to use the data instruction in the video to introduce the concept of moving data from ram to the cpu in and out instructions - in the scott cpu there is more involved in moving data between the cpu and external devices than just an in or an out instruction that process was simplified in the video to make the introduction of the concept easier accumulator - the register that holds the output of the alu is called the accumulator in the book that is the name typically used for this register although it was simply called a register in the videomemory address register - the memory address register is a part of ram in the book but it is a part of the cpu in the video it was placed in the cpu in the video as this is generally where this register resides in real cpus jump instructions - in the book there are two types of unconditional jump instructions one jumps to the address stored at the next address in ram this is the one used in the video and the other jumps to an address that has already been stored in a register these are called jmp and jmpr instructions in the book respectivelymissing component - there is an additional component missing from the cpu in the video that is used to add 1 to the number stored in a register this component is called quotbus 1quot in the book and it simply overrides the temporary register and sends the number 1 to the alu as input b insteadreversed components - the instruction register and the instruction address register are in opposite positions in the diagrams used in the book they are reversed in the video because the internal wiring of the control unit will be introduced in a subsequent video and keeping these registers in their original positions made that design process more difficult op code wiring - the wires used by the control unit to tell the alu what type of operation to perform appear near the bottom of the alu in the video but near the top of the alu in the book they were reversed for a similar reason as the one listed above the wiring of the alu will be introduced in a subsequent video and keeping these wires at the top of the alu made the design process more difficult
a visit from saturn: what if saturn went past the earth

trivia:saturn039s rings were created using voyager data and cassini data and tables from the iau and nasa interestingly enough the voyager data and cassini data did not completely match each other more interestingly the differences between the two data sets were not consistent along the ring specifically the small gaps along the rings are inconsistent between voyager and cassini there are 3 conclusions i can reach from this1 the data is simply not perfectly accurate2 i interpreted the data incorrectly3 the rings have actually changed a bit between voyager and cassinito create the rings i interpolated between the two data sets so the rings are a mix between voyager and cassini data there are multiple textures used for scattering translucency transparency and color i think i probably have some of the highest resolution textures in use anywhere on the webover 19k pixels acrossin part 1 the 2d blue print videothe planets are all correctly scaled to each other except the sun the orbits are also all correctly scaled to each other except the moon039showever the planet size and the planet orbits are not scaled to each other the orbital speeds are also all correct relative to one anotherin part 2 the illumination between the moon and saturn is reasonably accurate in case you didn039t understand this is saturn as far away as the closest approach mars would getin part 3 the meteors ramp up and down in response to going through the very distended outer rings e and gthe meteors are greenish i039ve actually seen a number of large daylight meteors all of them had flashes of green and blue the velocity and direction they are in the video is accurate to the motion of saturn in this video
safe and sorry terrorism amp mass surveillance

sources:terrorist surveillance program:original press release:http:1usagov1p0lzxtassessment of potential effect of surveillance measures if implemented before 911:interview with fbi director robert mueller:http:bitly1mvhnpbfbi investigations of immigrants:quotnseers effectquot report:http:bitly1qu8wcuquote on aggressive racial profiling:article quotare we saferquot by david cole professor of law at georgetown university law center:http:bitly1sc8tloextent of nsa surveillance:nsa power point slides on collecting buddy lists obtained by washington post:http:wapost1cwi0smnsa slides on prism data collection obtained by the guardian:http:bitly1qmj46rnsa results from mass surveillance vs target surveillance:report from the presidents nsa review group 2013 recommending to stop mass data mining because of lack of results:http:1usagov1bk0q7xarticle from propublica:http:bitly1pausfranalysis from the new america foundation:http:bitly1ssq8eadata and goliath: the hidden battles to collect your data and control your world by bruce schneiersurveillance program didnt stop any major attacks:full video of court hearing with nsa director keith b alexander on surveillance:http:cspn1yv1g0nofficial report on results of phone surveillance policy:http:1usagov1bk0q7xarticle on debunked claims:http:bitly1p0n2aeofficial judge ruling on matter points to no evidence:https:wwwpropublicaorgdocumentsitem902454-judge-leon-rulingdocumentp62report by the legal affairs and human rights committee of the parliamentary assembly of the council of europe:http:bitly1qr9axcboston marathon bomber was known to fbi:official press release: http:1usagov1vrw4vifbi asked apple for help:official court order: http:bitly24auff6apples refusal to crack iphone:official public statement: http:appleco1lt7rewobjections against fbi demands from cryptographers:brad smith keynote at the rsa information security conference:http:bitly1vrwd1yespecially relevant from minute 7 onstatement by information technology industry council:http:bitly1q9cg7namicus briefs supporting apple:http:appleco1osbypufbi changing their story about needing apples help:initial article on washington post:http:wapost1kqhit7initial story on reutersblog:http:reutrs1scl73oupdate on reuters:http:reutrs1ndtjaearticle on aclu about possible work-around:http:bitly1oz2nzlblogpost on another possible workaround:http:bitly1vrwv98nsa can turn on iphone remotely:bbc interview with edward snowden:http:bitly1nab09qarticle on wired:http:bitly1hvzmnnabuse of anti-terrorism laws:proof of patriot act laws used for investigating other crimes especially drugs:http:bitly1lxbu9xsneak and peak report:http:bitly1rvghgmenforcement of french anti-terrorism laws:detailed explanation of new powers given by extended laws:http:bitly1oybpsloriginal law text in french:http:bitly1qraikqabuse of french anti-terrorism laws:human rights watch reports cases:http:bitly1szmwphclimate change protesters placed under house arrest:http:reutrs20dyzfacensorship in hungary poland and spain:http:bitly20dz3eshttp:bitly1qgc7lxhttp:bitly1wtmiyvhttp:bitly1mvj8n7jail time for government critics in turkey:http:bitly1oxbctfeffects of surveillance on our society:list of issues of power abuse since 911 by american civil liberties union:http:bitly1u6rux4general overview over the topic:http:bitly1pyj8urhttp:bitly1rvh2gfhttp:bitlymze4qysafe and sorry terrorism amp mass surveillancehelp us caption amp translate this videohttp:amaraorgvin4p
nearly reaching the 500mph milestone 2019hst

the bloodhound lsr car nearly reached the 500mph milestone today hitting 491mph 790kmh it was the sixth run down the desert for the car which is being pushed faster each time by driver and current world land speed record owner andy green the team is gathering vital data from each run to prepare the car for its world land speed record attempt next year when it hopes to break the current record of 763mph andy said: the aim of today was to measure the slowdown from 500 down to 200 to measure the aerodynamic drag we039ve got all that data and now its time to crunch the numbersquot---------wed love to hear from you please let us know what you think or any questions youd like answering in the comments section belowdon039t forget to subscribe to our channel to never miss any of our exclusive videos about bloodhound lsr: http:bitly31c1rythttp:wwwbloodhoundlsrcomhttps:wwwinstagramcombloodhound_lsrhttps:wwwfacebookcombloodhoundsschttps:twittercombloodhound_
the making of dance tonite

dance tonite is an ever-changing vr collaboration by lcd soundsystem and their fans featuring the bands new song tonite in it you go from room to room experiencing a series of dance performances created entirely by fans using a new technology called webvr the experience is accessible from a single url https:tonitedance which works across platforms giving the user a different role in the experience depending on their device with daydream view or other handheld vr headsets you are on stage watching the experience unfold around you with room-scale vr such as the htc vive or oculus rift which enable your physical movements to be reflected in your virtual environment you are a performer and without vr you are in the audience getting a birds eye view perspective dance tonite was created by artists jonathan puckey and moniker in collaboration with the data arts team a specialized team within google exploring the ongoing dialog between people and emerging technologies experienc
everysight test pilot

everysight test pilot program http:wwweverysightcomyoure a road cyclist a mountain biker a triathlete you want dynamic real-time performance data to give you a competitive edge and you want to keep your eyes on the road challenge yourself become a test pilota breakthrough technology is about to transform the way you see and experience information everysight raptor ar smartglasses use augmented reality to enhance your ride with real-time performance data using unobtrusive display technology to crisply overlay information directly in your line of sightour new test pilot program is your chance to get early access to a pre-release version of everysight raptor ar smartglasses in exchange for your real-world feedback you can be among the first to help shape the raptor experience for the cycling communityare you ready to take your cycling to the next level and ride with us apply at http:wwweverysightcomeverysight online:facebook: http:wwwfacebookcomeverysigh
lacie cloudbox - ultimate data security

learn more - http:wwwlaciecomusproductsproducthtmid=10563lacie keeps your most important files safe with cloudbox a new hybrid storage technology that combines the best of local and secure online storagewhen you store data on the cloudbox it is also backed up in the cloud ensuring your data is always safe secure and accessible the cloudbox features hassle free backup fast and efficient file restoration and ultimate data security with aes encryption
hitler - oversimplified part 2

part 1 here: https:youtubeatlila3e9dmif you would like to see more oversimplified on a more regular basis please consider supporting me on patreon:https:wwwpatreoncomoversimplehttps:wwwfacebookcomoversimplifiedhqhttps:twittercomover_simplified--------------------------------------------------------------------attributions:all music licensed under a creative commons license:https:creativecommonsorglicensesby40i knew a guy by kevin macleodsource: http:incompetechcommusicroyalty-freeindexhtmlisrc=usuan1100199accralate - the dark contenent by kevin macleodsource: http:incompetechcommusicroyalty-freeindexhtmlisrc=usuan1100341faceoff by kevin macleodsource: http:incompetechcommusicroyalty-freeindexhtmlisrc=usuan1100403fast talkin by kevin macleodsource: http:incompetechcommusicroyalty-freeindexhtmlisrc=usuan1100590expeditionary by kevin macleodsource: http:incompetechcommusicroyalty-freeindexhtmlisrc=usuan1100436all m
trumpnunes story gets weirder gop lets companies sell your internet data: a closer look

seth takes a closer look at trump039s record low approval rating and the gop039s plan to allow internet companies to sell people039s internet data subscribe to late night: http:bitlylatenightseth get more late night with seth meyers: http:wwwnbccomlate-night-with-seth-meyers watch late night with seth meyers weeknights 12:3511:35c on nbclate night on socialfollow late night on twitter: https:twittercomlatenightsethlike late night on facebook: https:wwwfacebookcomlatenightsethfind late night on tumblr: http:latenightsethtumblrcomconnect with late night on google: https:plusgooglecomlatenightsethvideoslate night with seth meyers on youtube features a-list celebrity guests memorable comedy and topical monologue jokesnbc on social like nbc: http:facebookcomnbcfollow nbc: http:twittercomnbcnbc tumblr: http:nbctvtumblrcomnbc pinterest: http:pinterestcomnbctvnbc google: https:plusgooglecomnbcyoutube: http:wwwyoutubec
some good news: 16 ways 2016 is not a total dumpster fire

in which john discusses good news and encouraging trends he has noticed in 2016 including improvements in health technology literacy and the number of beyonce albums you can watch me play no man039s sky here: https:wwwyoutubecomwatchv=nzda5ashx8y sources:much of the info in this video comes from the amazing our world in data which is also just a great site to have bookmarked: https:ourworldindataorg1 child mortality is declining all around the world: https:ourworldindataorgchild-mortality and is continuing to trend down in every region of the world: http:datauniceforgchild-mortalityunder-fivehtml2 the west africa ebola virus outbreak that began in 2014 has ended: https:enwikipediaorgwikiwest_african_ebola_virus_epidemic3 humans are close to eradicating guinea worm disease in the first half of 2016 there were only seven confirmed cases: https:enwikipediaorgwikidracunculiasis4 tremendous progress has been made in the fight against malaria: https:ourwo