Slashdot Mirror


User: AlienHeart

AlienHeart's activity in the archive.

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

Comments · 4

  1. Re:Intriguing on Norwegian Day Traders Convicted For Manipulating Computer Trading System · · Score: 2, Informative

    According to the court documents, this is approximately what they did. The men discovered that immediately following their bid the asking price would increase, without exception. The so-called scam then occurred according to this scheme (example from court documents) Buy 1000 shares at NOK 205.50
    buy 500 shares at NOK 206.00
    buy 300 shares at NOK 206.50
    buy 200 shares at NOK 207.00
    buy 200 shares at NOK 207.50
    buy 200 shares at NOK 208.00
    buy 200 shares at NOK 208.50
    sell 1000 shares at NOK 207.50
    sell 500 shares at NOK 207.50
    sell 500 shares at NOK 207.00
    sell 500 shares at NOK 206.50
    sell 100 shares at NOK 206.50


    This all occurred within 90 seconds, and earned them NOK 1 835 (after fees), but with no stocks actually in their possession.

    This type of trading occurred many times over about 2 years time, and once their purchasing pattern event caused trading in some shares to be suspended.

    Also according to the court documents, the laws more or less leave the details of describing what counts as fraudulent up to the finance authorities ( by comparing their actions to what is deemed normal for the market, etc.).

    Thus, the court seems to me to be judging it the way the lawmakers intended.

    I do wish the courts would just laugh at their stupid algorithms though... I'd certainly have been very embarrassed if I wrote such bad code.

  2. How it might actually work on Symantec Antivirus May Execute Virus Code · · Score: 1
    Having had experience with how unpacking compressed PE files myself, here's a probable reason why this is a problem:

    To be able to unpack a PE file, you must either get the official unpacking code from the developer (which is in many cases not possible), or you must make your own (well, obviously). Now, to make it yourself, you can extract the unpacking code from any file known to be compressed by the packer, and add that to your unpacking code, or you can actually copy out the code from the file you're currently unpacking and patch it so it fits your program. This works because you know the signature of the unpacking code and you know where in memory it will read/write.

    The problem occurs if a known packer's unpacking code is amended do something else, but still fit the signature.

    The main reason why they'd want to piggyback on the executable's code is due to the high number of versions of the packing code. They could quite easily crack them all as they appear, but if you use the file's own code, you have a generic unpacking routine that saves you lots of time and money.

  3. Any of you missing the alt-tab to hide /.? on Multiple Monitors Increase Productivity · · Score: 1

    I'm sitting on a dual monitor set-up, and must say it's really nice. However, I find that it's that much easier to read /. while working on the second monitor. In the old days we'd be able to just hide /. using alt-tab when the <insert 'wife', 'boss', et al here> comes around.

    Has anyone had any unforseen problems related to this? (Myself, I'm lucky enough not to have anyone constantly looking over my shoulders, so I wouldn't know)

  4. Re:...and why do we pay them? on P2P Bandwidth Hogging the Net · · Score: 1

    I agree. If I had a 1mbps internet connection I would expect to be able to use 1mbps *every* second if I so choose. Broadband internet is a bit like getting cable tv in my mind. You pay extra for some channels (or in the case of internet, for a higher bandwidth), but no-one can complain if you watch the channels *all* the time.
    Surely, the intention must be that all forms of entertainment, be it radio, tv, internet etc. can be reached in one location. Sure, I'll pay for the content (say, streaming a film), but not for the actual download.
    Also, the cost to the people who own the network/lines doesn't change depending on usage. I do believe there would always be a carrier signal (something like NULL signal) when nothing is being sent.