Slashdot Mirror


User: techguymatt

techguymatt's activity in the archive.

Stories
0
Comments
8
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8

  1. Re:One big lawsuit waiting to happen on Former NASA Engineer Designed Glitter Bomb Trap To Avenge Amazon Delivery Theft Victims (cnbc.com) · · Score: 1

    This may depend on the jurisdiction, but I believe there's precedence for "anything bad that happens during/as a result of the commission of a crime is the responsibility of the person committing the crime."

  2. Too hard to keep current on Ask Slashdot: Why Does Almost Nothing Come With a Proper Printed Manual Anymore? · · Score: 1

    I'm surprised nobody has mentioned this. Printed manuals are out of date before they are off the printer. It's much easier to update a PDF online and just provide links to the always up to date PDF.

  3. Re: "Our state is losing millions for education... on Supreme Court Rules States Can Require Online Retailers To Collect Sales Tax (npr.org) · · Score: 1

    Great! Where's the repository so we can download your code?

    Contrary to popular belief on this site, most business code is closed source. However, I am a solid middle of the pack developer and if I can do it just from the Avatax API docs, I'm sure you can too.

  4. Re: "Our state is losing millions for education... on Supreme Court Rules States Can Require Online Retailers To Collect Sales Tax (npr.org) · · Score: 2

    But more realistically, 3 person company can safely ignore any other states tax authority. The worst that will happen is a harshly worded letter, which can be ignored. Just make sure it's incorporated, or owners are liable to get a surprise when on vacation.

    This is false. Do this at your own risk.

  5. Re: "Our state is losing millions for education... on Supreme Court Rules States Can Require Online Retailers To Collect Sales Tax (npr.org) · · Score: 1

    That is an easy technology fix. Sorry. A simple table with Zipcode and Taxrate. You add the tax to your final total. Then pay the states the tax.

    This is wrong. Well, not all wrong, but the only correct part of this is that it is an easy technology fix. That technology is an API call to a tax calculation service (there are many of these).

    Zipcode/Taxrate table is woefully oversimplified to the problem at hand. Zip codes cross county/city lines frequently, which each have their own general sales tax rates. Additionally, there are tax rates by product classification. Prepared food will be taxed differently than unprepared, a diamond ring will be taxed as a luxury good, there are tax holidays where anything classified a "school supply" has no sales tax, but only for a certain day, or set of days. Do not write your own sales tax calculations. There are services available to calculate it for free, and pay options for services that will file taxes for you.

  6. Re: "Our state is losing millions for education... on Supreme Court Rules States Can Require Online Retailers To Collect Sales Tax (npr.org) · · Score: 1

    The problem here is if you are a three employee retailer with a small online presence, states and counties and cities have their own taxes, and you have to determine the applicable rate for every combination. Also, what happens when you order from international shippers, who don't hold dollars or have accounts with the state?

    This is a solved problem. I wrote an integration with Avatax (one of many competitors in this field), in about 4 hours, fully tested.

  7. Re:OK, so when can we buy one? on New Air Conditioner Process Cuts Energy Use 50-90% · · Score: 1

    Apparently you've never been in Arizona in late July/August.

  8. Re:Sorry Server Down - Link To Article on HD Monitor Causes DRM Issues with Netflix · · Score: 1

    PHP web hosting - http://www.phpwebhosting.com/. Once had a 2mb graphic file hosted there that got linked to from the World of Warcraft main page. By the time all was said and done our logs showed multiple terabytes of data transfer over the course of a few days and their servers never flinched.