Oh man, I've had government provided automatic filings for ages now (Finland). US is really odd how it emphasizes the benefit of the middleman over the benefit of the individual citizen (it seems). Or have I completely misunderstood what's going on here?
>US is really odd how it emphasizes the benefit of the middleman over the benefit of the individual citizen (it seems). I wonder what extent this is decided by how we vote. As long as voters pick the politician who prioritizes the middle man and gets their campaign contribution is selected over the politician who prioritizes the public but whose opponent gets the middleman's campaign contribution we will continue to…
Congress Is About to Ban the US Government from Offering Free Online Tax Filing
51–60 of 717 posts
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#52Headline is a bit misleading: The IRS does not currently offer free online tax filing, and bipartisan Congressional leaders are seeking to codify this status quo.
I am very confused - last night I filed my taxes in an hour flat on freefillableforms or whatever that terribly named piece of software is. I thought this was a service provided by the IRS?
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#53What's preventing a OSS solution to this? What I can think of off the top of my head: * Lack of e-file permission * Lack of any kind of legal recourse or audit protection for the user * Constantly changing tax system After a casual search on GitHub I see a few calculator projects but nothing serious. I'd be down to help make a free competitor to Intuit. I see no reason to use a non-static site unless it's to keep pre…
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#54This is pure anecdote, but... A NOAA employee told me about the time their boss caught holy hell from a Senator because the NWS had the gall to update a particular weather product they offered by adding color to the map. Evidently someone had a business essentially downloading the free NOAA data and improving it by coloring the maps and selling that as a product. When NOAA made it free, they called their Senator in a…
Michael Lewis wrote about the NOAA and this exact type of thing in his last book. In essence the NOAA spends lots of tax payer money to collect weather data but can’t do much with it other than give it away exclusively to a handful of entities that can repackage and sell it. The eventual dystopian end state could be where the NOAA can’t alert people to tornados and only those subscribing to a weather service would be…
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#55What's preventing a OSS solution to this? What I can think of off the top of my head: * Lack of e-file permission * Lack of any kind of legal recourse or audit protection for the user * Constantly changing tax system After a casual search on GitHub I see a few calculator projects but nothing serious. I'd be down to help make a free competitor to Intuit. I see no reason to use a non-static site unless it's to keep pre…
Those are the first three. If you want to offer state income taxes, that means you’ll need to also implement those rules. There are also a ton of legal restrictions on handling data, that if done wrong send you to jail.
edit
Actually now that I think about it, since the standard deduction is increased, you could catch the majority of simple returns by just assuming the standard deduction and including a few disclaimers about the option to itemize.
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#56Later, California's Franchise Tax Board, went ahead and made it an option anyway, but hardly anyone knew about it. It was since been superseded by California's free online option: CalFile[3]. Of course, it's not that helpful if you have to go through the whole federal process anyway. But it serves as an example that it could work fine here in the states like the rest of the world if Congress would be willing to go for it instead of bowing to Intuit and Grover Norquist.
1. https://www.npr.org/templates/transcript/transcript.php?stor...
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#57Oh man, I've had government provided automatic filings for ages now (Finland). US is really odd how it emphasizes the benefit of the middleman over the benefit of the individual citizen (it seems). Or have I completely misunderstood what's going on here?
More like, corporate interest > citizen interest
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#58What's preventing a OSS solution to this? What I can think of off the top of my head: * Lack of e-file permission * Lack of any kind of legal recourse or audit protection for the user * Constantly changing tax system After a casual search on GitHub I see a few calculator projects but nothing serious. I'd be down to help make a free competitor to Intuit. I see no reason to use a non-static site unless it's to keep pre…
The problem is that the system requires constant maintenance every time some tax law changes in any state, and great maintenance is something that only the most well funded OSS projects get. And you need participation from lawyers and accountants, not just software developers. As the article notes, there are already free solutions for people with basic income situations (W-2, some bank interest, no stock sales) makin…
Pretty much all the major tax preparers do this, and they are pretty scummy.
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#59Oh man, I've had government provided automatic filings for ages now (Finland). US is really odd how it emphasizes the benefit of the middleman over the benefit of the individual citizen (it seems). Or have I completely misunderstood what's going on here?
I see a couple of ways in which it might not be as favorable:
1. It costs more than $100 per tax payer per year to implement (about the cost of Turbotax). However the flat $100 or so that most people pay to Turbotax can be seen as a kind of regressive tax.
2. It is less effective at finding the biggest possible return.
Re: Congress Is About to Ban the US Government from Offering Free Online Tax Filing
#60This is pure anecdote, but... A NOAA employee told me about the time their boss caught holy hell from a Senator because the NWS had the gall to update a particular weather product they offered by adding color to the map. Evidently someone had a business essentially downloading the free NOAA data and improving it by coloring the maps and selling that as a product. When NOAA made it free, they called their Senator in a…
Michael Lewis wrote about the NOAA and this exact type of thing in his last book. In essence the NOAA spends lots of tax payer money to collect weather data but can’t do much with it other than give it away exclusively to a handful of entities that can repackage and sell it. The eventual dystopian end state could be where the NOAA can’t alert people to tornados and only those subscribing to a weather service would be…
You can even pass lat/long points to the forecast page and it will pull up the closest weather station, even points in the ocean work.
https://forecast.weather.gov/MapClick.php?lat=43.4802&lon=-1...