Slashdot Mirror


User: mattfata

mattfata's activity in the archive.

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

Comments · 5

  1. Interstate Commerce Clause on Wisconsin Passes Digital Download Tax · · Score: 1

    Doesn't this violate the Interstate Commerce Clause? States do not have the power to regulate commerce between states. The only downloads this should apply to need to be originated and terminated in Wisconsin, in which case I believe that normal sales tax would apply.

  2. Re:Why is that even possible? on Greek Hackers Target CERN's LHC · · Score: 3, Informative

    No one said the data collection server had to be off-net. The control system should most definitely not be. Control and data distribution should just be on separate machines.

  3. Science Journals aren't lobbying? on Government Makes NIH Research Open Access · · Score: 1

    I'd be interested to see if the journals that are missing out just forgot to pay their bribes on time.

  4. Touch? on New Anti-Forensics Tools Thwart Police · · Score: 2, Interesting

    TimeStomp? ...can't `touch` and a bash script accomplish the same thing?

  5. Assume they know the password on Keeping Passwords Embedded In Code Secure? · · Score: 2, Insightful

    The better practice would be to make raw access a non-issue. Don't give the user account the privileges to accomplish anything that wouldn't be possible with the application itself. If you're using some sort of SQL database, consider limiting the permissions on the account to stored procedures that correspond your application's features.