Live data from Hacker News

Viewing profile — zakpatterson

zakpatterson

HN member
Joined
Mon, Nov 12, 2012, 9:58 PM UTC
HN karma
34
Public activity
15 items

About zakpatterson

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #30850348

    This is actually a bit of an annoying problem for us! All the 1040 instructions say to round all figures at the end. So it is expected that you would have a few cases of 1.49 + 1.4…

  3. comment
    Comment #28760244

    Partial year residency is an annoying issue. This is not one of the ways we're solving it though!

  4. comment
    Comment #28760221

    Can you elaborate about consequences? You might not know the edge case exists, but out of all the people that have that edge case hopefully there is one that does know about it and…

  5. comment
    Comment #28760167

    It's hard for me to understand what you mean. First of all I'm one of the maintainers on the project. Handling people between two tax-brackets doesn't seem like a problem. A spread…

  6. comment
    Comment #28755905

    Open source can solve this problem. Any service you choose might be missing your edge case. But if you can see all the code and figure out where to plug in your edge case, then you…

  7. comment
    Comment #28007244

    I think there are multiple hurdles to getting e-file to work. The biggest hurdle in my view is that e-file requires an intermediary between the payer and the IRS. One of the benefi…

  8. comment
    Comment #28005514

    It's admittedly minimalist on purpose, but you can get a 1040 PDF on your phone, that's pretty nice. What would you change?

  9. comment
    Comment #28004583

    No data transacts to any server. It's just a static client side site that stores data in your browser's LocalStorage. And it does run on desktop as a standalone application (5 MB!)…

  10. comment
    Comment #28004576

    Schedule D is implemented, and the long-term capital gains worksheet calculations are done, but 8949 and individual non-reported positions are not implemented yet.

  11. comment
    Comment #28004523

    Ideally an open-source project where hundreds of contributors can add small contributions based on their specific knowledge might produce a viable non-commercial option.

  12. comment
    Comment #28004507

    Calculate it both ways and display decimals or integers in cases where it makes a $1 tax difference!

  13. comment
    Comment #28004484

    Thanks for that feedback, having source material links in the comments is definitely a good idea. I've added an issue to track that based on your feedback: https://github.com/ustax…

  14. comment
    Comment #28004410

    Thanks for those points. How would you suggest prioritizing implementation of each item? It has been nice working with new contributors that have specific knowledge of such issues.…

  15. comment
    Comment #28004297

    Thanks for the write-up. I thought we would be protected because calculations are done using decimal places and then the final return is prepared using rounded integers. But we hav…