Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The repository has been deleted. In addition, 26 other repos have been removed from the account. This is in line with DOGE members' quick response scrubbing data whenever put into spotlight, as previously seen with another "teen hacker". [0]

Archived repo page: https://archive.ph/LI7tt; archived previous repo count: https://archive.ph/tgkg5

0. https://arstechnica.com/tech-policy/2025/04/i-no-longer-hack...





Legally, they're allowed to modify and use GPL code internally without redistributing the source. The only mistake was publishing the source code to a public git repo without the LICENSE file, which may be a GPL violation.

I say "may", because I'm not sure if you have internal code on a public git or FTP server, is that consider "distributing"?


> publishing the source code to a public git repo without the LICENSE file, which may be a GPL violation.

Great. You can get a federal judge to sign on that.

Maybe they can be ordered to facilitate some kid of resolution.

I'm sure they are trembling as I write.


[flagged]


> speculative articles like this... speculative articles like this

But we know it isn't speculative based on these public data. You're arguing they should have covered up better. I agree. But that doesn't make (a) it okay or (b) this article speculative.


> You're arguing they should have covered up better.

No I’m arguing that they are under heavy scrutiny from the media - it’s very difficult to get any work done publicly in that environment.

> this article speculative.

Other comments have addressed the possible usage of this tool. The connection is dubious.


These are government employees, you don't get to do that.


You have to keep git repos public as a government employee?


Would be a good trial of the GPL.


You only have to give GPL source to the people who you distribute software to.

You can fork anything privately for yourself.


Distribution has a pretty low bar.

If your private fork is on GitHub, have you distributed it to GitHub?


[flagged]


Please fill me in.


Government software can't be copywrited, but the government is under no compulsion to share it. That's what FOIA requests are for.


Actually, they are. It's really more a question of with who and of course don't apply to classified material.

But the SHARE IT act really helps formalize what was already happening. Most code is shared and made public. It's paid for by the public. Though it's usually not easily searchable as it's distributed via different platforms, means, and may even require submitting a freedom of information request first. But in more cases than not, there is obligation to share when requested.

https://www.congress.gov/bill/118th-congress/house-bill/9566


The "when requested" is the point I was making. FOIA is how you request such software. If you want a copy of the elisp libraries I wrote to automate creation of field devices on military fuel farm SCADA systems, you'll have to submit an FOIA request. Unless someone at the DoD decides to share it out of the goodness of their hearts, you have to ask for it.


Sounds fascinating! Other than the FOIA bit. Do you have a blog post or something with more detail about this work?


Naw, it's not really all that interesting. A SCADA system has a bunch of field devices it needs to talk to. Most SCADA software has some method of importing lists of device information and creating objects from it.

My engineer gives me a list of (for example) valve actuators on a site. I open that list in Emacs, manipulate it a bit, and then use it as input to a function I've written. That function generates a CSV file with things like tag name, Modbus ID, polling method, etc. that I can import into Wonderware. It's considerably faster and less error prone than manually creating and configuring hundreds of instances.

I say it's not interesting because most people in my position write little bits of code like this to automate the repetitive parts of our jobs. I just do it with elisp instead of Excel or Python.


I guess I should have been clearer - the "private repository" mentioned in that bill only has to be available for government employees, and even then only on request. Public repositories are an option, but the government doesn't have to choose that option. The main point is to encourage reuse within the government, not to be a source of free public domain software for the public.


Almost everything the government makes IS public domain, including the software.

https://en.wikipedia.org/wiki/Copyright_status_of_works_by_t...


Just because it's public domain doesn't mean they are obliged to make it available to the public. As noted above, they do have to make it available to other government agencies, but it's the government's choice to place it in a public repository. All public domain means is that if you happen to acquire a copy of it, you can do whatever you like with it.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: