The IRS Tax Filing Software TurboTax Is Trying to Kill Just Got Open Sourced
-
Sick "burn", but still a bit uncalled for, don't you think?
Perhaps i should have said hot, but seriously; more fun to not.
-
Bro why are people downvoting this when it is so clearly a joke
because its the internet in 2025 and we simply cannot tell anymore
-
I wonder if this could be altered to work for other countries
I can see the EU funding it. This could be a measure to allow Blue States circumvent the federal system - a CaliTAX, AlohaTAX, ect. This would be vital during a civil war scenario, so that the Blue States can having working taxation systems without having to redo everything.
-
Recreating the API seems doable? If we can recreate dead MMO servers…
Well, you probably could. Issue is that you can't self host the IRS. If they aren't running the service that accepts the data there isn't much you can do.
-
I wonder if this could be altered to work for other countries
We've already got free software for filing taxes, kthxbye!
-
then the code maintainers are doing it wrong.
Any information that shouldn't be public knowledge such as specs, account credentials, access tokens etc should be in a configurable/dynamic format such as an ENV variable or a config file, that way confidential info isn't part of the working tree.
This should not be an issue in a properly maintained codebase.
Eh, there's an intrinsic amount of information about the system that can't be moved into a configuration file, if the platform even supports them.
If your code is tuned to make movement calculations with a deadline of less than 50 microseconds and you have code systems for managing magnetic thrust vectoring and the timing of a rotating detonation engine, you don't need to see the specific technical details to work out ballpark speed and movement characteristics.
Code is often intrinsically illustrative of the hardware it interacts with.Sometimes the fact that you're doing something is enough information for someone to act on.
It's why artefacts produced from classified processes are assumed to be classified until they can be cleared and declassified.
You can move the overt details into a config and redact the parts of the code that use that secret information, but that still reveals that there is secret code because the other parts of the system need to interact with it, or it's just obvious by omission.
If payload control is considered open, 9/10 missiles have open guidance control, and then one has something blacked out and no references to a guidance system, you can fairly easily deduce that that missile has a guidance system that's interesting with capabilities likely greater that what you know about.Eschewing security through obscurity means you shouldn't rely on your enemies ignorance, and you should work under the assumption of hostile knowledge. It doesn't mean you need to seek to eliminate obscurity altogether.
-
Is that even available right now? Usually for this type of thing you need API keys, which are not included, nor available at all.
Direct File interprets the United States' Internal Revenue Code (26 USC) as plain language questions, the answers to which should be known to taxpayers without need of external instructions or publications. Taxpayers' answers are then translated into standard tax forms and transmitted to the IRS's Modernized e-File (MeF) API, which is available for authorized public use
-
Recreating the API seems doable? If we can recreate dead MMO servers…
Direct File interprets the United States' Internal Revenue Code (26 USC) as plain language questions, the answers to which should be known to taxpayers without need of external instructions or publications. Taxpayers' answers are then translated into standard tax forms and transmitted to the IRS's Modernized e-File (MeF) API, which is available for authorized public use
-
Security can mean security against hackers, but it can also mean security against revealing classified information. Classified information about weapons systems (e.g. performance characteristics) is inherently embedded into the code running on those systems, and therefore shouldn't be open sourced.
Source: used to write classified code
A lot of functionality can be decoupled from anything that needs to be classified. A HUD is a HUD and no one should be hard coding in performance characteristics of the F-35 into it. I've also worked on government projects and holy crap does the code quality vary wildly, even before you get into "it's still working so deal with the problems, it doesn't have the budget for updates".
Using 'off the shelf' parts/code can save significant time and money. There's a reason subs use xbox controllers. Government websites and data interfaces at the very least should have the audit-ability that open source provides.
-
This post did not contain any content.
Unless it's maintained it won't be of much use. It needs to be kept up to date with tax laws, and it relies entirely on the IRS accepting the generated returns. It seems it may function for now, though.
Direct File interprets the United States' Internal Revenue Code (26 USC) as plain language questions, the answers to which should be known to taxpayers without need of external instructions or publications. Taxpayers' answers are then translated into standard tax forms and transmitted to the IRS's Modernized e-File (MeF) API, which is available for authorized public use
-
Unless it's maintained it won't be of much use. It needs to be kept up to date with tax laws, and it relies entirely on the IRS accepting the generated returns. It seems it may function for now, though.
Direct File interprets the United States' Internal Revenue Code (26 USC) as plain language questions, the answers to which should be known to taxpayers without need of external instructions or publications. Taxpayers' answers are then translated into standard tax forms and transmitted to the IRS's Modernized e-File (MeF) API, which is available for authorized public use
Linux geeks, assemble!
-
Linux geeks, assemble!
-
TurboTax owned buy intuit, part of H&R block who has partnered with credit karma. Everything is a monopoly now
Yeah I saw Monopoly Fortnite I wonder what is next?
-
Unless it's maintained it won't be of much use. It needs to be kept up to date with tax laws, and it relies entirely on the IRS accepting the generated returns. It seems it may function for now, though.
Direct File interprets the United States' Internal Revenue Code (26 USC) as plain language questions, the answers to which should be known to taxpayers without need of external instructions or publications. Taxpayers' answers are then translated into standard tax forms and transmitted to the IRS's Modernized e-File (MeF) API, which is available for authorized public use
Direct File is maintained by the IRS themselves though.
-
A lot of functionality can be decoupled from anything that needs to be classified. A HUD is a HUD and no one should be hard coding in performance characteristics of the F-35 into it. I've also worked on government projects and holy crap does the code quality vary wildly, even before you get into "it's still working so deal with the problems, it doesn't have the budget for updates".
Using 'off the shelf' parts/code can save significant time and money. There's a reason subs use xbox controllers. Government websites and data interfaces at the very least should have the audit-ability that open source provides.
A HUD is a HUD
sure but the HUD from the F-35 is very specifically designed to work in an F-35. It's very similar, and comes from the same family, as the software running on other planes. But it's not identical.
And yes, performance limits would be hard coded into the software because the HUD needs to alert the pilot when they are getting close.
Edit: and that's ignoring the fact that a lot of this stuff comes from private companies so you'll run into things like IP/patent laws
-
I'm sure there are exceptions for classified systems. Personally, I do believe all things developed by tax payer money should be released to the public including classified systems, given enough time has passed that the release of such information wouldn't put anything or anyone at risk.
For the most part they are. You can find enormous troves of classified documents that have been made public, and a huge amount of once top secret technology and engineering eventually makes its way into the public space.
-
A HUD is a HUD
sure but the HUD from the F-35 is very specifically designed to work in an F-35. It's very similar, and comes from the same family, as the software running on other planes. But it's not identical.
And yes, performance limits would be hard coded into the software because the HUD needs to alert the pilot when they are getting close.
Edit: and that's ignoring the fact that a lot of this stuff comes from private companies so you'll run into things like IP/patent laws
If it's developed for the government, even by a private contractor, it's still considered US government code and is public domain. It's why sqlite is public domain.
I personally doubt there's much available in the off-the-shelf fighter HUD system market, personally.
-
For the most part they are. You can find enormous troves of classified documents that have been made public, and a huge amount of once top secret technology and engineering eventually makes its way into the public space.
Yeah, they get open sourced by publishing them over the usual channels during disputes on the War Thunder discord server.
-
Direct File is maintained by the IRS themselves though.
Trump's 'big beautiful bill' would officially kill the IRS's free direct-tax filing tool
Republicans have wanted to end IRS Direct File for years, calling it wasteful and an example of government overreach.
Business Insider (www.businessinsider.com)
Will it continue to be?
-
You are correct.
Here's an annoying thing i just learned about H&R Block:
As of 2022, H&R Block's tax preparation service shares user data with Facebook, which can be used for targeted advertising. This can include sensitive financial information from health savings accounts and college expenses, and this tax data is shared without consent even for users who opt out of the service.
This pisses me off so much.
-
Experts warn mobile sports betting could be gateway to gambling crisis for young men in New York
Technology1
-
-
-
-
Gumroad Founder Sahil Lavingia Reveals He Was Let Go from DOGE as Software Engineer for the Department of Veterans Affairs After Just 55 Days
Technology1
-
-
Gig Companies Violate Workers’ Rights: Amazon Flex, DoorDash, Favor, Instacart, Lyft, Shipt, and Uber claim to offer workers flexibility but end up paying them less than state or local minimum wages.
Technology1
-