Suddenly, I became interested in politics again.
Government ≠ Politics
The White House just open sourced their first Github repo
81–90 of 127 posts
Re: The White House just open sourced their first Github repo
#82Who cares? This is boring code. Save all the "it portends an open government!" handwaving for once the Obama admin does something _actually_ meaningful (in a positive way - starting a new war doesn't count). Seriously. Much ado about a Drupal module that is used for people to petition the government to be patronized and ignored.
Re: The White House just open sourced their first Github repo
#83> "President Obama is committed to creating the most open and participatory government in our nation’s history" I'll believe that when his administration stops being one of the most secretive and most aggressive prosecutors of whistleblowers in recent history. Sources: http://www.salon.com/2012/02/09/obamas_unprecedented_war_on_... http://www.motherjones.com/politics/2012/06/obamas-whistlebl... http://tpmmuckraker.ta…
I submitted a pull request that tones down the hyperbole somewhat: https://github.com/WhiteHouse/petition/pull/5
I sense it's essential for them to keep the project focused on the software. Partly what makes this interesting is managing the partisan nature of discourse. That's a unique non-functional requirement here.
It's a good test for Github as a collaboration platform.
Re: The White House just open sourced their first Github repo
#84Finally I can sass the whitehouse using github issues! https://github.com/WhiteHouse/petition/issues/2
Re: The White House just open sourced their first Github repo
#85Moving from MongoDB to MySQL. I never understood why people felt they need MongoDB/NoSQL for their projects. Does anyone have an example where it was really necessary/advantageous?
Re: The White House just open sourced their first Github repo
#86Re: The White House just open sourced their first Github repo
#87Just want to point out that this is not the first code contributed to open source from the WhiteHouse.gov project. Several of the Drupal modules developed for the site were made available to the community on Drupal.org not long after the new site launched. Some examples (may not be all of them): http://drupal.org/project/govdelivery http://drupal.org/project/akamai http://drupal.org/project/context_http_headers http:…
And specifically it includes a drupal-org.make file which is a manifest for the Drupal.org packaging system which bundles up this profile, all of it's dependencies, and Drupal core into a single download. Perhaps they are planning to put it there, or just decided to mirror it on Github for now. Also FWIW, the petition namespace on d.o is already occupied, perhaps that is blocking the release on d.o?
There's a lot of pressure from within the Drupal community to host all Drupal contrib modules, themes, and distributions on drupal.org but I don't see anything wrong with a distribution being hosted on GitHub. It certainly brings more visibility to the project from developers outside of the "Drupal Island".
Re: The White House just open sourced their first Github repo
#88Re: The White House just open sourced their first Github repo
#89And, in the spirit of the project, they'll reject all pull requests with a patronizing response about the way things are.[1][2] 1. https://petitions.whitehouse.gov/petition/legalize-and-regul... 2. https://petitions.whitehouse.gov/petition/abolish-tsa-and-us...
Anyway, rejecting pull requests with patronizing responses is hardly uncommon on Github.
Re: The White House just open sourced their first Github repo
#90> "President Obama is committed to creating the most open and participatory government in our nation’s history" I'll believe that when his administration stops being one of the most secretive and most aggressive prosecutors of whistleblowers in recent history. Sources: http://www.salon.com/2012/02/09/obamas_unprecedented_war_on_... http://www.motherjones.com/politics/2012/06/obamas-whistlebl... http://tpmmuckraker.ta…
I reckon this was simply a first-pass readme -- hands-up, who likes writing those? I submitted a pull request that tones down the hyperbole somewhat: https://github.com/WhiteHouse/petition/pull/5 I sense it's essential for them to keep the project focused on the software. Partly what makes this interesting is managing the partisan nature of discourse. That's a unique non-functional requirement here. It's a good test…