Slashdot Mirror


User: rhvarona

rhvarona's activity in the archive.

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

Comments · 20

  1. Re:Whoops on Aaron Computer Rental Firm Spies On Users · · Score: -1

    There are some benefits to renting even if more expensive long run:
    1. It can be easier to fully deduct the rental as an ongoing operation expense.  A computer purchase might have to be treated as a capital expense and probably depreciated over serveral years.
    2. Depending on the terms of your contract, you might not be fully liable if a disaster (hurricane, tornado, flood) destroys your rented computers.
    3. Again, depending on the terms of your contract, if the BSA or sheriff's office raids you and takes the rented computers, it might not be your problem, you rent another batch and keep on working.

  2. Re:Ha! on Mickos Says MySQL Code Better Than Ever Under Oracle · · Score: -1

    In my previous job I had to support customers with multi-petabyte databases on SQL Server 2008 and Oracle 10R2/11R2.  SQL Server is significantly easier to install and manage.  The tools to perform administrative operations such as creating new databases, doing database backups, profiling database server activity, measuring performance are much easier to work with on SQL Server.

    SQL Server pricing also works out to less than half what Oracle charges per socket.  Last time I priced it out, Oracle came to around $20,000 per socket and SQL Server was under $10,000 per socket.

    IMO the only advantage that Oracle has is better high end scalability on very large database servers: multi-petabyte, > 64 core and > 128 spindles/flash drives.

    Supposedly SQL Server 2010 has significantly narrowed that scalability gap, but I left the company before they switched.

    What I recommend to my customers is:
    Databases with small transaction volumes and few concurrent connections: MySQL, PostgreSQL, or SQL Server free edition
    Medium databases with moderate transaction volumes (10GB to 1TB): PostgreSQL or SQL Server
    Large database with high transaction volumes (1TB to 100TB): PostgreSQL (if you have inhouse DBA with optimization experience) or SQL Server
    Very large database (100TB to 10PT): SQL Server if performance requirements can be met with mid-sized hardware (up to 8 sockets, 64 cores), otherwise Oracle
    Girnourmous databases (>10PT): Oracle if performance requirements can be met with large-sized hardware (8 to 32 sockets) or using the extremely costly Oracle Exadata custom database hardware stack, otherwise one of the specialty databases such as Teradata

  3. Re:Ormandy did excercise responsible disclosure on Miscreants Exploit Google-Outed Windows XP Zero-Day · · Score: -1

    Your systems would be statistically safer.  The probability of any given XP system being attacked by this exploit after the disclosure is much higher than the probability before the disclosure.

    Yes, this exploit was probably being used by a limited number of people before hand, but now it is being used by 10x as many script kiddies.  Overall, systems running XP are much worse off because of what Ormandy did.

  4. It is just an update to an existing toolbar on Microsoft Hides Firefox Extension In Toolbar Update · · Score: -1

    The patch installs an update to a toolbar that you must have already installed.  The patch is not available if you don't have the browser toolbar already installed.

  5. Re:Mistake my ass. on Malfunction Costs Couple $11 Million Slot Machine Jackpot · · Score: 5, Informative

    I worked for a while for a company that makes software for modern slot machines.  Each state and indian reservation has different rules, but in the one we wrote software for it works almost like a roll of scratch-off lottery tickets.

    When developing a new game, the company decides on the payout, for example, 95%, which means that on average, out of every $1 played, the company pays out 95 cents back to the players.  The company then decides on the prize distribution, for example (not a real game distribution, just an example):
    Count   Prize   Payout Amount
    387,251 0       0
    10,000  1       10,000
    2,000   5       10,000
    500     25      12,500
    200     200     40,000
    30      1,000   30,000
    15      5,000   75,000
    3       30,000  90,000
    1       100,000 100,000

    400,000 136,231 367,500 Total

    So out of 400,000 games played of $1 each, the casino is paying out $367,500 and making $32,500 profit.  The prizes are randomized and the resulting distribution inspected to make it is distributed appropriately.

    The prize distribution is saved in a central casino database.  Every time a play happens, while the graphics or reels are moving, the machine talks to the central server over a secure network and requests the next available prize.  The server finds the next prize in the the list, marks it as played, and sends it to the machine.  If it is a win, lights flash, bells ring, etc.

    Casinos in general want big jackpots, as loud and as attention getting as possible, since it gets more players to play longer.  They have no interest in cheating you out out of big prize, since they are making money on average every time you play.  Their interest is to keep you putting in money into the machine as long as possible, and they do that by having jackpots as often as they have calculated they should do it.

  6. Re:Some raid controllers support SSD caches on Software SSD Cache Implementation For Linux? · · Score: 1

    LSI has something similar with their FastPath and CacheCade features, which create hybrid storage systems that are transparent to the operating system.

  7. Some raid controllers support SSD caches on Software SSD Cache Implementation For Linux? · · Score: 1

    For example Adaptec MaxIQ on quite a few of their controllers, which lets you add an Intel X25-E to your existing raid array. It transparently uses the SSD as a cache for the most frequently used data.

  8. Re:So on Google Nexus Rumored To Cost $530 Or $180 w/Plan · · Score: 1
    That is no longer correct. On T-Mobile:

    Even More Plan (requires a contract): Unlimited Talk - $59.99

    Even More Plus Plan (no contract): Unlimited Talk - $49.99

  9. How does it compare to fiber for power usage on IEEE Seeks For Ethernet To 'Go Green' · · Score: 1

    How does a typical gigabit ethernet cabling installation compare to the same network using fiber cabling in terms of power usage?

  10. Re:Trail on Privacy Web Browser 'Browzar' Branded Adware · · Score: 4, Informative

    It is fairly easy to delete.

    1) Open a command prompt, go to your user directory where index.dat is located, and search for the index.dat file:
    cd %userprofile%
    dir /s/b index.dat

    2) Open your task manager (press Ctrl-Shift-Esc or right click on task bar). Kill the explorer.exe process.

    3) Go back to your command prompt. Delete the file that you found in step 1.

    4) Start explorer again, by typing explorer.exe in the command prompt.

    BTW, this method is the easiest way to delete or modify all sorts of files that the explorer shell locks while running, without requiring a reboot.

  11. Re:Drew Carey Beat them to it!! on Nestle Patents Coffee Beer · · Score: 1

    I strongly recommend trying an expresso martini.

  12. Re:Wing warping? on Shape Changing Plane In Development · · Score: 1

    Some micro-organisms use a cellular motor that has rotating parts. It is used to rotate flagella around in order to propel the organism.

  13. Re:In the future... on Drug Reverses Effects of Sleep Deprivation · · Score: 2, Insightful

    You mean like interns at hospitals have been doing for pretty much forever? Gotta tell my intern friend that she is a time traveler.

  14. Nothing new on Server Based Slots of the Future · · Score: 3, Insightful
    This is old news...

    I have implemented one of these systems. Many of the newer slot machines have been getting results from a central database for at least a decade. The results typically are generated from a few days to a few weeks in advance, which lets the casino confirm the payout percentages before making the gameset go live.

    The way to look at it though is that the Casino does not care if you win big. In fact, the casino likes big jackpots, the bigger the better, because they more than make up for in the the extra attention they get. More attention = More players = More dollars played

    They win a certain percent of every dollar played. The more dollars that get played the more they win.

  15. Re:Ultimate Killer App on Visual Studio Hacks · · Score: 1

    Visual Studio 2005 has multi-threaded builds, can take advantage of multiple CPUs. Give it a spin, it has many improvements over 2003.

  16. Re:so you're the scientific authority? on Sunscreen Not So Good for You? · · Score: 1

    Besides for a large part of 800 million hindus, the staple diet is vegetables and dairy. They are doing just fine.

  17. Re:The point is... on Fake Microsoft Patch Triggers Virus Attack · · Score: 1

    Sure it does, you just need to restart the explorer so it will re-read the registry, log out and log back in. Works for me, Windows XP SP2.

  18. Re:How about respect? on Billy the Kid Faces The Law... Again · · Score: 1

    Humans or their direct ancestors have been dying all over the earth for hundreds of thousands of years. Pick any square mile pretty much anywhere but Antartica and chances are there is someone buried there in the last 200,000 years. Big deal.

  19. Re:Casinos Can't Change the Odds! on Tickets for Tracking Players in Casinos? · · Score: 2, Informative

    Newer slot machine systems have multiple machines withdrawing results from a central ticket pool. The ticket pools are generated days or weeks in advance. At time of generation the casino specifies what kind of payout percentage they want, and verify it on generation. They actually specify exactly how many results there will be at each prize levels. For example:
    9700 - no win
    200 - 4x prize
    80 - 8x prize
    15 - 20x prize
    4 - 50x prize
    1 - 200x prize

    After the pool is generated the system verifies there are no statistical anomalies and then makes it available for playing.

    Newer machines do not get full banks, and they don't generate a random result at the time you press a button, they grab a pre-generated one. This is true for systems used in Washington state and Florida, I would expect it to be similar in Nevada.

    Like the parent said, the casino does not care if you win. They actually like winning to be a huge event with lots of fanfare, it motivates other players. They make known profit from every generated ticket pool.

  20. Re:1984? on File-Sharing Ethics Taught In Classrooms? · · Score: 1

    I grew up in Cuba, a communist country. In school we were taught that it was the right and moral thing to turn your parents in if you heard them talking against the government.