this post was submitted on 30 May 2025
319 points (98.8% liked)

Technology

70916 readers
3203 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 56 points 1 week ago (2 children)

For us None-Americans: Is that good or bad?

[–] [email protected] 83 points 1 week ago (1 children)

I don’t think it’s a bad thing.

As you may know, due to lobbying from tax preparation companies, filing US taxes is extremely over complication and typically requires you to pay someone to do it.

Even though I’ve done my own taxes in the past, I just paid someone else $300 to do it as it’s such a confusing nightmare of paperwork.

Well, the IRS had a program that let you file for free if you met certain conditions. Basically, the average American that is low income could just go through the IRS website to very easily file their taxes.

The current administration got rid of that program. It looks like someone posted the source code that was used to file your taxes.

I guess someone could modify this code so it could be used in a limited way in the future, but it would require constant updates as the tax code changes.

[–] [email protected] 32 points 1 week ago (1 children)

Yeah but changes to the tax code are incremental. If this contains a foundation-layer framework for calculating taxes, it's a huge bootstrap to just do the YoY changes as opposed to building up.that foundation.

[–] [email protected] 22 points 1 week ago (1 children)

My point is that a tax expert will need to actually do it.

[–] [email protected] 13 points 1 week ago

At least this can save a lot of time for those tax accountants

[–] [email protected] 11 points 1 week ago (1 children)

It's good in a sense that we can look over the code for any tomfoolery, but unless there is a smoking gun, it's pretty worthless because it's closed source by nature, and any changes they make won't be published. Still, code nerds gonna code nerd.

[–] [email protected] 13 points 1 week ago (1 children)

Everything the US Federal government produces is Public Domain, by law.

[–] [email protected] 6 points 1 week ago (1 children)

Sure, but you have to file FOIA and wait. It's not truly open source.

[–] [email protected] 7 points 1 week ago (1 children)

Public Domain meets the OSI's definition of "open source" and the FSF's definition of "Free Software." What you're describing is the state of it not being published yet.

[–] [email protected] 1 points 6 days ago

You are correct. I guess what I should have said is that this is what they want us to see, no necessarily what they are using.