The People’s Code
whitehouse.gov
The People’s Code
1–10 of 64 posts
Re: The People’s Code
#2Re: The People’s Code
#3Re: The People’s Code
#4I wonder how this will affect bids for government software projects? Will companies be upset that they have to open-source their software? Regardless of whether an individual agency will use it, I can see the initiative saving time and money, since programmers will know they can just find what they need in a repository. If there is one thing you can count on, it's programmers and government employees being lazy.
Re: The People’s Code
#5I wonder to what degree this applies to the DC city government and if it can be made useful for municipalities generally.
I think a lot of progressive cities are already way ahead of the federal government on this one.
Re: The People’s Code
#6I wonder to what degree this applies to the DC city government and if it can be made useful for municipalities generally.
Re: The People’s Code
#7We should look into solutions for intellectual property that are based on an information economy instead of an industrial economy.
Personally, I think it would make sense (perhaps more for pharmaceuticals than software) to significantly shorten the time a patent is valid and/or strip the protection of monopolistic production rights, and instead allow the free market to sell the product at the lowest cost it can be made at, as long as there is a royalty fee. How the fee is determined, I'm not sure yet.
Still, it's clear that our IP system is creaky, overcomplicated, and is tilted too far in the direction of big business, lawyers, and patent trolls, instead of the actual inventors and consumers.
Re: The People’s Code
#8I think this is great. Maybe the code won't be reused, but it adds another dimension to governmental transparency, which is always a good thing. Furthermore, any code produced by the government is effectively being produced for the American people. We should have access to the code to use as we see fit. I wonder how this will affect bids for government software projects? Will companies be upset that they have to open…
Re: The People’s Code
#9A good example, there's a recall API: https://github.com/GSA/recalls_api
this is cool, I want to use it... I have an eCommerce website where I sell food. It would be cool if I could be proactive in pulling items from my product catalog. The issue is there is no UPC in the API, so there's no easy way to correlate my products to recalled products. A cursory look at the source code shows me the source:
http://www.fda.gov/AboutFDA/ContactFDA/StayInformed/RSSFeeds...
if you open that up, a lot of the items have the UPC codes in there. This gives me the ability to parse the details, and add the fields I need.
Re: The People’s Code
#10Putting the code out there for other agencies to use is great, but getting them to actually use it will be another battle. Reuse is tantamount to taking away someone's budget, and therefore, status. The occurrence of two different groups implementing very similar things entirely separately happens more often than you'd think. And I'm not convinced they want to talk or work together, because bureaucrat/military office…