Slashdot Mirror


User: greenkite71

greenkite71's activity in the archive.

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

Comments · 9

  1. Re:Tag: whatcouldpossiblygowrong on Scientists Reverse Muscular Dystrophy In Dogs · · Score: 2, Insightful

    I have FSHD (another mild form of muscular dystrophy). If this approach is ever applied to FSHD, I will try to be one of the first in line. To those of you who prefer that we die so that the your conception of the human race doesn't become weaker, I suggest your line of thinking presents a far greater risk to humanity than my genes.

  2. Re:One of the most widely used languages? on C# In-Depth · · Score: 1

    Our company is PCI compliant, which significantly restricts the hardware/software configurations we can use as well because of strict security requirements. We don't throw hardware at problems because hardware can't solve every problem. If you write code (whether it is C# or Transact-SQL or whatever) that uses shared resources (e.g., a database or cache) and aren't smart about it, no amount of hardware is going to help.

  3. Re:One of the most widely used languages? on C# In-Depth · · Score: 1

    Maybe you just don't know how to design scalable applications. I work for a mostly Microsoft-only shop (some PHP), and our ASP.NET sites (SQL Server backend) will generate 300+ million in revenue this year (and yes, we are very profitable). Scalability is often an application design issue, not a development environment problem. A good carpenter never blames his tools.

  4. Re:I NEVER use these fields on Password Resets Worse Than Reusing Old password · · Score: 1

    PasswordMaker add-on for Firefox. Choose one super-secure master password and generate unique passwords for every site you visit (based on domain name). Awesome.

  5. Re:Pffffft.... on Lucas Researching Concept For New Indiana Jones Film · · Score: 1

    Lucas has said on more than one occasion that he doesn't care what the critics or *the fans* think of his movies. I think that pretty much explains everything.

  6. Re:Game where computer seems like it is thinking on Most Impressive Game AI? · · Score: 2, Insightful

    IIRC, chess is just search (usually Alpha-Beta pruning) of a state space with some function giving the "value" of each state. Conceptually, chess AI is very simple, although I suppose the evaluation functions have become slightly more complex over time, but I'd hardly call the programs "huge and immensely sophisticated." Chess AI has gotten better largely because faster computers can search more of the state space over a given interval.

  7. Re:Excel's crap for scientific data on Is it Time for Open Office? · · Score: 1

    I had just the opposite experience. Using Open Office, I couldn't open a spreadsheet with more than 64K rows. I have opened sheets with over a million rows in Excel with no problems at all. I didn't try to graph anything, however...

  8. Re:Holding tables at the food court on PS3 Lines Already Forming In America · · Score: 1

    That really is a bad analogy. The PS3 "holders" are nothing like the food court holders, because while everyone in the food court could get something to eat, no one can get a PS3. The PS3 holders are only preventing others from getting a PS3 *before they do*, which really is the point of a line (and if you can argue against a line as an equitable distribution method, I'm all ears).

  9. Parameterized SQL on SQL Injection Attacks Increasing · · Score: 1

    Enough said. Jon