Posts

Showing posts with the label Tel Aviv

downloading folders from google drive.

I wanted to download some course material on RL shared by the author via Google drive using the command line.  I got a bunch of stuff using wget a folder in google drive was a challenge. I looked it up in SO which gave me a hint but no solution. I installed gdown using pip and then used: gdown --folder --continue https://drive.google.com/drive/folders/1V9jAShWpccLvByv5S1DuOzo6GVvzd4LV if there are more than 50 files you need to use --remaining-ok and only get the first 50. In such a case its best to download using the folder using the UI and decompress locally. Decompressing from the command line created errors related to unicode but using the mac UI I decompressed without a glitch.

A Tale of Two Hackathons

Image
Hackathon TLV 2013 (Photo credit: Wikimedia Israel ) It was the best of times ... when due to a generous grant from WM.NL I was able to participate in the 2013 Mediawiki hackathon in Amsterdam . Hackathons are amazing. Regular hackathons in TLV are highly competitive but open source hackathons are incredible. There are unbelievable  levels of energy in these events and opportunities to reach out to very large numbers of participants. When Hackathons include teaching sessions they reduce the learning curves associated with learning new technology - an ever increasing hurdle to participation in FLOSS projects. If the hackathon sessions are taped they can be easily edited and become a powerful method for transferring institutional knowledge locked in the minds of experienced contractors. Once these videos are released they can be combined with tutorials and used for self-instruction by new hackers. Hackathon TLV 2013 (Photo credit: Wikimedia Israel ) As the 21...

Popular posts from this blog

downloading folders from google drive.

Random Thoughts on Linear Regressions

SQL - Selection v.s. Projection