The IRS Tax Filing Software TurboTax Is Trying to Kill Just Got Open Sourced
-
Well, public domain gets you halfway there. You can still rent it later, provided the original is user-unfriendly enough that you'd be interested in alternatives.
Okay but 'public domain' is communist, and everyone within 20 miles of it should be killed
But its not physical so there is no precise location for it, and the only way to sidestep this existential problem is by not having a public domain, so maybe my headache goes away.
-
I think we should ask Chuck Schumer. He's really good at getting things done.
Perfect, and since he's in his 70s, he has all of that experience keeping promises to draw on.
-
Okay but 'public domain' is communist, and everyone within 20 miles of it should be killed
But its not physical so there is no precise location for it, and the only way to sidestep this existential problem is by not having a public domain, so maybe my headache goes away.
Hmm, maybe we could make private domain? It's like public domain, but private.
-
Hmm, maybe we could make private domain? It's like public domain, but private.
Right, so you could only access it by paying corporate citizens. Yes.
-
7 open now, 2 closed
XD
-
Bro why are people downvoting this when it is so clearly a joke
Because more often then not people are entirely serious about shit like that. It's not funny and it's impossible to tell if it's someone joking or someone being entirely serious but deflecting a harsh reaction by claiming haha funny joke
-
Low effort pull, deletes the problem instead of putting the work in to correct it. /jk
-
But most of those aren't used as verbs here.
right, but you can only tell what's used as a verb after you've parsed it.
-
This post did not contain any content.
Oh that's awesome. I hope it can still be accepted by the IRS for the future (if we still have one in ~3 years) but it would be neat to just be able to have an open standard for online filing.
-
That's what config files are for. It would be a nightmare to hardcode weight and balance and have to recompile the HUD every time you change the loadout or refuel the plane.
Most code, algorithms, etc are not any more sensitive than the concept of desks and file cabinets. No, guidance programs for missiles probably shouldn't be put on GitHub, but there's a reason RSA and other encryption algorithms were open sourced. It's better to have more eyes looking for inefficiencies, weaknesses, and vulnerabilities than to just assume it's good because no-one on the team responsible is smart/engaged enough to find them.
Lmfao I can tell you've never worked in embedded systems before. They don't really have config files. They don't have the space.
-
Low effort pull, deletes the problem instead of putting the work in to correct it. /jk
IDK LGTM
-
It's licensed under CC0 to anyone wondering.
BSD 0-Clause would probably be better but still fantastic.CC0 is a horrible thing to use for software. It seems great, but it specifically does not give patent rights. Compare that to MIT which implicitly does so. CC0 specifically says it does not.
-
This post did not contain any content.
GitHub - IRS-Public/direct-file: Direct File
Direct File. Contribute to IRS-Public/direct-file development by creating an account on GitHub.
GitHub (github.com)
-
This post did not contain any content.
Was the US so behind that they didn't have a way to file taxes online for free?
-
CC0 is a horrible thing to use for software. It seems great, but it specifically does not give patent rights. Compare that to MIT which implicitly does so. CC0 specifically says it does not.
Could you explain why this is bad? Software patents aren’t a great thing, are they?
-
Was the US so behind that they didn't have a way to file taxes online for free?
Unfortunately yes
-
Could you explain why this is bad? Software patents aren’t a great thing, are they?
Correct. You release something under CC0, someone else sees it, patents it, and sues you.
-
Oh that's awesome. I hope it can still be accepted by the IRS for the future (if we still have one in ~3 years) but it would be neat to just be able to have an open standard for online filing.
Don't worry, there will always be an IRS for us plebes.
-
Was the US so behind that they didn't have a way to file taxes online for free?
Not behind, ahead. Just you wait.
-
CC0 is a horrible thing to use for software. It seems great, but it specifically does not give patent rights. Compare that to MIT which implicitly does so. CC0 specifically says it does not.
The US government doesn't (to my knowledge at least) have copyright protections so MIT wouldn't be possible. BSD 0-Clause is just better because e.g. Austria doesn't allow you to cede copyright to the public domain and CC0 directly mentions the public domain in the terms of the license.