How to get started in civic hacking

No readers like this yet.
Harnessing citizen participation via social media and open source tools

Opensource.com

What is civic hacking?

Seventy people gathered together one sunny Oakland afternoon to volunteer and improve their city. There were no rakes or yard tools normally seen at volunteer-day events though. No paint brushes, no trash bags, no canned soup bins. These seventy people were laden with laptops and were volunteering to improve the city’s website.

Beginners in Open Source week

View the complete collection of Beginners in Open Source articles

This group of engaged citizens were building Oakland Answers, a new easy way to get answers for the most common questions asked on the Oakland City website. From finding out how to pay parking tickets, to checking what jobs the City is hiring for, the new website is citizen-focused and community built.

The day long event was called a "writeathon" and the majority of the folks in the room were not web developers but long time Oakland residents who came to write answers. Technologists were there too though, setting up servers and forking the open source code for the site. These web developers, answer writers, and City staff were all taking part in the growing new movement of civic hacking.

Civic hacking is people working together quickly and creatively to help improve government.—Jake Levitas

Here are a few more examples of popular open source civic hacking projects:

Open source civic hacking

Open source software is fundamental to civic hacking. Passionate volunteers write code and invent services that improve their own neighborhoods, but do so in a way that can be repeated in other communities around the world. Being able to easily share code without restriction is what allows for civic technology to scale.

For example, a few years ago in Boston there were severe snow storms that buried the fire hydrants. The same snow was downing powerlines and sparking fires. Some civic hackers saw this problem and created Adopt-a-hydrant (on GitHub), a way for neighbors to volunteer to shovel out the hydrants on their block. The following summer, the same code was forked and redeployed in Honolulu, not for snow but for tsunami sirens. Adopta has since been redeployed dozens of times and is being constantly improved by coders across the country.

Getting started

A great first project is to include your city in an existing service. Take Click that 'hood (on GitHub) for example. It’s a fun game that helps teach about a city’s neighborhoods. What's great about it is that it has clear instructions for adding your own city to the game. These instructions include using open source tools, collaborating on GitHub, and finding open data—all necessary skills for getting started in civic hacking.

Finding open data

The civic hacking movement is dependent on being able to easily find data about governments and the places they govern. If transit data, like bus schedules and train station locations, aren’t available than we couldn’t make any useful apps about transit. Luckily, many cities understand the importance of making their data available and have open data portals now. Data.gov has a list of many of the government data portals around the country and world. These portals gather all the available datasets that a city has and puts them all online in one place. The best data portals have that data in a machine readible format, so that it can be easily included in apps. Check your city’s website to find if a data portal exists. If not, then working with your city to get one setup is a great civic hacking project to start with.

Open source data portals:

Community

It’s important to remember that civic hacking includes both community and technology. All aspiring civic hackers need to join with others to solve our civic problems together. Check out the Code for America Brigade to find a local volunteer group or start your own. The best part of joining up with other civic hackers is finding out how they’ve achieved successes in their own cities. The Brigade is one of the best resources for discovering the latest open source tools and projects to work on. Also, working with city staff and civic leaders who are part of the Brigade is vital so that the civic technology apps created by civic hackers solve real societal problems. Many different skills and many different perspectives are needed to work on problems that effect many different people. Finally, to get really immersed in the civic hacking movement, consider applying for the Code for America Fellowship program.

Happy hacking!


 

View the complete collection of Beginners in Open Source Week articles.


Avatar
Andrew Hyder is a civic hacker who enjoys making apps and maps. He is the developer relations engineer at Code for America where he travels the world helping volunteers build useful technology for their cities.

6 Comments

Great post about civic hackers. I wrote a book about it and referred to it as being a public developer. I appreciate your links for additional sources because helping to grow others civic hackers skills will only strengthen the movement.

Thanks for the great post on civic hacking!

Nice overview, although a key bit to add is locality: so many of these activities are intensely local. It still feels difficult to *easily* find both a strong data source and an interesting project/visualization/community that's based on MyHomeTown, or OurVacationSpot.

Ahead of the curve: it feels like there's a lot of code governance and branding thought that, if started early enough for many of these projects, would really improve re-use and expansion of the underlying technologies.

I.e. if you're starting one of these cool code visualizations, think about licensing and governance of the project as a whole. Find a good brand for the project; define how that brand (and the overall project direction) should be managed; and then actively recruit new governance members.

It's the classic question in open source governance: we want to define a strong project that will live on in the image we want for it, but we also need to be willing to give up control to the rest of the actively participating community.

Is there a meta-meta directory of cities that have projects? I.e. not just data portals, but some sort of non-techy citizen engagement visualizations built atop them?

Thanks for the reply Shane.

Civic technology is local for sure, though many projects are trying to abstract out so that locality doesn't matter as much. Code for America has been putting some work into making services like <a href="http://www.cityvoiceapp.com/">City Voice</a> be easily reusable by many different cities.

Your points about sustainability and governance are the main struggles the civic technology movement are dealing with. Most of the successful projects are completely community supported through the volunteer <a href="http://codeforamerica.org/brigade">Brigade</a> program or are supported heavily by the local gov, such as the <a href="http://chicagoflushots.org/">Chicago Flu Shot Finder</a>. One of the requirements we have for someone to start a new Brigade is for them to have City Hall employees be a founding part of the group.

We are working towards building a comprehensive view of projects being worked on. We've got <a href="http://codeforamerica.org/api/projects">the API</a> set up so far, but no visualizations besides that Brigade web page yet.

Socrata is open source? or built on open source?

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.