- My Twitter Digest for 03/14/2014 http://t.co/WVK6dW9Fbg 15:30:06, 2014-03-15
My Twitter Digest for 03/14/2014
- My Twitter Digest for 03/13/2014 http://t.co/RMTBMJMm3m 15:30:20, 2014-03-14
- Repost: Using Raspberry Pi and Open Source To Understand Technology http://t.co/pL9hbnc0Ww http://t.co/fVJ5fwTbAk 15:31:01, 2014-03-14
- RT @PCMag: How Google's Flu Tracker Went Wrong: http://t.co/gtci2PnHIg http://t.co/HYdKv4EGEb 23:20:07, 2014-03-14
Using Raspberry Pi and Open Source To Understand Technology
A version of this article was first published on www.slaw.ca at http://www.slaw.ca/2014/03/11/using-raspberry-pi-and-open-source-to-understand-technology/
Do ever wonder about how all that tech that you’re using every day really works? What powers all those social networks that seem so important? Is that website really magic? How does Dropbox work anyway? Building and managing all this tech was once the arena of specialists, developers, programmers, system administrators and such. This is no longer true.
Thanks to advances in technology it’s possible for you to hold a fully functional Internet server in the palm of your hand. Add in a handful of open source software and you’re well on your way to understanding just how all of that fun tech you use everyday works. That server in your hand is the Raspberry Pi.
The Raspberry Pi is an excellent little computer and everyone interested in computers needs to get one. It is an excellent tool for learning programming, learning about Linux, prototyping interesting things, and more. Properly decked out with a case, USB power supply, and wifi adapter it’ll set you back less than $100. Connect a keyboard, mouse, and monitor and you’ll soon have a complete Linux server as your disposal.
That’s right, one of the most interesting things about the Raspberry Pi is that it is really an Internet capable server powered by Linux. You can use the Pi to learn about sorts of things about how the Internet works, about how networks work, about how data moves from one place to another.
Now you may be thinking “So what? Why does it matter how these things work?” It matters because much of the practice law is about information and often that information passes across many networks including the open Internet. Understanding some of the basic ways that this information is handled on servers and networks will help you back decisions about using information.
Open source software figures into this at many points. Many of the popular tools you use on the Internet were created with and run on open source platforms. Many of the commercial tools you use have open source analogues. By its nature open source software provides you with the ability to examine the code of the programs. It also typically provides some level of documentation and access to a community of developers and users of the software. This is important because this access provides a means for understanding what the software does.
Because open source projects have some documentation and communities available you can get some understanding of the software without needing to delve into the code. That’s right, you don’t need to be a programmer to understand an open source program. You just need to be able to follow along with the documentation to start understanding the project.
Putting all this together means that a Raspberry Pi loaded with open source software gives you a tool for understanding how things work. You can use the Pi to run your own little piece of the Internet and learn about how information flows on the Internet.
How about a concrete example? You’ve likely heard of Dropbox, the file storage and synchronization system. Dropbox puts a folder on your computer desktop and when you save files into the folder the files are copied to a Dropbox server and synchronized across multiple computers. This is a great service and enables us to work across multiple computers and share files with others quickly and easily.
While this is a great service, there is the fact that your data is stored on Dropbox’s servers. Yes, it is encrypted, but it is still in someone else’s control. Using a Raspberry Pi and an open source program called ownCloud you can create your own system that works just like Dropbox but you get to keep control of all your own data. Your files stay on your server but you get all the storage, synchronization, and sharing capabilities you expect from Dropbox.
To get started with this project, visit the ownCloud on Raspberry Pi web page and follow the brief instructions there to download the image that let’s you create the ownCloud server. It’s worth noting here that one of the useful features of the Raspberry Pi is that the entire system and all storage is on a single SD card. That means that you can switch out things easily.
Once you have the image on the SD card and you’ve booted up the Pi, you can get started by visiting the ownCloud documentation site for help in getting everything set up. Then visit the ownCloud install page to download the desktop clients you need to start syncing files with your desktop. When everything is ready to go you can store sync files on your own server.
The big thing to remember here is that you can take a look at the server and see the files being copied from your pc to the server. This is what makes the combination of the Raspberry Pi and open source software so interesting and important. You can use the platform to learn a bit about how information flows on the Internet.
My Twitter Digest for 03/13/2014
- RT @uscode: US Code: Volume 26 of 2012 Edition (Title 42 sections 300-1371) now available in print 07:55:21, 2014-03-13
- The True Spirit of Law-School Reform http://t.co/MDPsfRB3WU [thoughtful piece supporting teaching law firms attached to law schools.] 08:05:57, 2014-03-13
- On 3 Geeks And A Law Blog: Clearing Up Some Myth-conceptions http://t.co/XCljdNz2Tw 09:26:44, 2014-03-13
- My Twitter Digest for 03/12/2014 http://t.co/Fj7UyP7yU0 15:31:09, 2014-03-13
- RT @sglassmeyer: June 19-21 #CALIcon14 will be up the road if you want to meet like minded legal ed/tech types as well. http://t.co/ADnWCPG… 16:56:44, 2014-03-13
- Just remember that widgets were the apps of the 1990's. 17:55:58, 2014-03-13
- @sglassmeyer @KenHirsh New creds because we're transitioning from Drupal 6 to 7 on the main system but CALIcon is D6 forever. in reply to sglassmeyer 18:17:46, 2014-03-13
- RT @jbrauer: OH: It’s a lot easier to innovate when you don’t have legacy. @cfassnacht 19:23:29, 2014-03-13
- RT @textfiles: I want this nationwide by tomorrow, worldwide by next week. http://t.co/CXT0snzQpo 19:24:08, 2014-03-13
- RT @sglassmeyer: Excited about the ABA Hackathon in Boston. @CALIorg and @a2Jauthor will be partcipating. #legalscience 19:26:14, 2014-03-13
- LSN Captures How Law Schools Respond to USN&WR Rankings http://t.co/7HSjndYcLm http://t.co/bf7PFwEjL2 19:53:06, 2014-03-13
Joind.in Puts All Those Conference Session Feedback/Evaluation Forms Online
Joind.in is the replacement for all those paper submission forms that get left on the floor at the end of an event. The site gives details of events past, present and future, the sessions, timetable and speakers at each, and allows all attendees to register and leave feedback – for the sessions and for the event itself.
As well as the website, there is an open API and applications are freely available for iphone and android, and there is a wordpress plugin to show your event information on your own site.
via About – Joind.in.
While the service focuses on feedback for tech events, the code is open source and available on Github so it could adapted to run for other types of events like academic conferences. Imagine a service that provides speaker/session evaluations for AALS, AALL, CALIcon, and all other legal and law school conferences and symposia in one place. One site to get information about upcoming events and evaluate past events. Sounds like a good idea to me.
LSN Captures How Law Schools Respond to USN&WR Rankings
Over on the Law School News site the release earlier this week of the US News & World Report law school rankings has triggered the collection of many press releases and blog posts about the rankings. Typically schools that placed well in the rankings are letting the world know about it, while others remain silent.
You can track the news yourself with this saved search: rank | Law School News.
Law School News (LSN) is a hobby site I run that aggregates news feeds from about 100 US law schools and makes the feeds searchable.Preview
My Twitter Digest for 03/12/2014
- RT @waldojaquith: The secret to writing good code is to *always* write good code. Even for quick test messages and debugging one-liners. Fo… 08:23:25, 2014-03-12
- RT @Suffolk_Law: Want to boost your memory for the bar? @SuffolkLawTech has a suggestion, launching in April http://t.co/CLCWcHtKMD 08:26:28, 2014-03-12
- RT @jeffrey_taylor: Tracking Changes in Google Docs | The Droid Lawyer™ – http://t.co/zzdjpNPQse 09:08:50, 2014-03-12
- From my blog: 2013 Guide to Running an Open Education Hackathon http://t.co/d3ZMEsNBH6 http://t.co/PtZNvhLPeA 13:13:34, 2014-03-12
- RT @glambert: Netflix, Blockbuster, and the Law-Firm Model http://t.co/RLOwsr4EM6 13:59:23, 2014-03-12
- RT @OrinKerr: Number of LSAT takers up 1.1% over prev year in Feb exam, 1st year-to-year increase since 2010: http://t.co/BnbUMKhp0P 13:59:50, 2014-03-12
- My Twitter Digest for 03/11/2014 http://t.co/PlBUzFYPr5 15:30:51, 2014-03-12
- The part where you spend half the time alotted for the meeting negotiating what tech to use as one thing after another fails. 15:39:52, 2014-03-12
- RT @mjsuhonos: And there's the problem: many libraries see information technology as a necessary annoyance instead of their core business. 19:00:09, 2014-03-12
My Twitter Digest for 03/11/2014
- Sneak peak at new reader for #eLangdell ebooks built with @epubjs. Something new from @caliorg for #OpenEducationWk. http://t.co/m3m6tt0qju 00:32:44, 2014-03-11
- My first column for slaw.ca: Using Raspberry Pi and Open Source to Understand Technology http://t.co/4nZj49bk51 08:07:26, 2014-03-11
- RT @EmoryLaw: Emory Law ranks No. 19 in U.S. News & World Report's 2015 America's Best Graduate Schools. @EmoryLaw @EmoryNews 08:08:34, 2014-03-11
- RT @gnawledge: The Myth of Disruptive Technology from @rmcclead on #3Geeks http://t.co/0VoVapR5AH 08:34:50, 2014-03-11
- 25 Useful Plugins for WordPress Multisite Networks http://t.co/6xKIBxo1cD http://t.co/i4ZZrkSgv2 09:43:52, 2014-03-11
- RT @WIRED: Bronies are redefining fandom – and American manhood. http://t.co/OMUZrs8iXb http://t.co/x8S1P7wK9u 09:45:26, 2014-03-11
- RT @caliorg: CALI can help with #openeducationwk – Find out how in this blog post! #lawschool #legaled http://t.co/RvSe6lij8n http://t.co/h… 12:13:22, 2014-03-11
- My Twitter Digest for 03/10/2014 http://t.co/quMGv8NqTk 15:30:38, 2014-03-11
- RT @carlmalamud: ABA reporter uncertain as to the difference between the federal register and the federal reporter. Sigh. 16:12:55, 2014-03-11
- Imagine each chapter of a casebook beginning with a stated Learning Objective. There's some transformative legal education. 16:17:21, 2014-03-11
- Well @jqheywood I just added a plugin to our Pressbooks that supports that and much more. in reply to jqheywood 16:22:23, 2014-03-11
2013 Guide to Running an Open Education Hackathon
Education and open science hackathon guide | opensource.com. – This article is from March 2013 and it provides some good ideas for organizing and running an open education hackathon. A course sprint that bring s subject matter experts together with tech and design people sounds like a good way to jump-start an open education resource project.
My Twitter Digest for 03/10/2014
- RT @hughmcguire: Domain Mapping on PressBooks: http://t.co/PcjirfnJJX 13:34:45, 2014-03-10
- RT @davewiner: It's a joke to think that #SXSW is where the tech thinkers congregate. More like the companies who are colluding with the NS… 13:36:33, 2014-03-10
- @debgpi I'd be more interested in hearing you talk about getting the most out of Gmail/g-apps. @sglassmeyer in reply to debgpi 13:44:29, 2014-03-10
- RT @caliorg: Four weeks left to submit a #CALIcon14 session proposal http://t.co/AVjvUCJs0A C'mon…. I bet you have something great to sha… 14:47:45, 2014-03-10
- RT @ProBono_GA: The State-by-State Justice Index http://t.co/m08q1cuDp1 14:49:23, 2014-03-10
- RT @ProBono_GA: GA Law School Excellence in Access to Justice Award nomination deadline looming. Nominate a worthy student or group http://… 14:50:16, 2014-03-10
- My Twitter Digest for 03/09/2014 http://t.co/xfIauh1RWG 15:31:03, 2014-03-10
- RT @seamuskraft: How should you be able to access your laws? Like this VID says: http://t.co/aiymgxuGbP |great work by @krues8dr on http://… 17:03:28, 2014-03-10
- RT @JoshData: APIs set back the Obama Administration's position on #opengov by YEARS. Stop with the APIs already. 17:22:15, 2014-03-10
- RT @EJWalters: Now subscribers of both services get a better experience on @fastcase AND @HeinOnline. Huge win for users! http://t.co/LywWa… 17:38:46, 2014-03-10
- RT @richards1000: @Dan_Hauck congrats on LexThink! http://t.co/GTQcM1XJK2 17:42:27, 2014-03-10
- HeinOnline Law Reviews Now Available on Fastcase Adding Secondary Sources to the FC Mix http://t.co/EmRmoiRMRl 22:37:05, 2014-03-10
- EpicEditor Is An Embedded Markdown Eidotr in JavaScript http://t.co/4wDJQ6bHfz 22:37:48, 2014-03-10
- Turn Your Raspberry Pi Into An FM Radio Transmitter http://t.co/KkBNVarSz7 22:38:32, 2014-03-10
- 2015 USNWR Law School Rankings are Out http://t.co/T0CuRU2qpW 23:22:54, 2014-03-10