Slashdot Mirror


User: argent

argent's activity in the archive.

Stories
0
Comments
12,456
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12,456

  1. Ender's Game, anyone? on USAF Enlists Shrinks To Help Drone Pilots Cope · · Score: 1

    Whoever moderated that offtopic didn't RTFA or didn't understand the last line of it. :)

  2. Mirror image SF... on USAF Enlists Shrinks To Help Drone Pilots Cope · · Score: 1, Interesting

    I just read "Spin Control" by Chris Moriarty. In this novel, to reduce troop losses along the Palestine-Israeli border both sides have the soldiers remote-controlled by an AI (called "EMET" on the Israeli side, after the word "Truth" inscribed on the Golem of Prague's forehead). The AI is "told" that it's just playing a video game, and when it realizes that its "character" is a real person killing other real people it can't deal with it... so they terminate it and boot up another copy that hasn't had that realization yet to take over.

    Welly, welly, welly, so humans have the same problem...

  3. Maybe if they were competent at it. on Net Shoppers Bullied Into "Verified By Visa" Program · · Score: 4, Insightful

    Verified by Visa, 3D Secure, etc are GOOD for you.

    Adding an inherently insecure stage to every transaction... which provides another opportunity for fraudsters using cross site and cross zone attacks to steal your authentication tokens... is good for you?

    On what planet?

  4. Re:Merchants instantly lose chargebacks if they do on Net Shoppers Bullied Into "Verified By Visa" Program · · Score: 1

    So what you are basically saying is that in Denmark the bank charges higher fees to make up for the loss instead of the merchant charging higher fees?

    The issue isn't the cost of the protection, it's the implementation.

  5. 3dSecure isn't secure for the customer... on Net Shoppers Bullied Into "Verified By Visa" Program · · Score: 4, Insightful

    ANY system that redirects me to a framed third-party page that I can't verify to provide authentication information is inherently insecure and I will not use it. I've had problems with identity fraud online even without this extra layer of insecurity...

    If this means I only buy online with Paypal (which I have funded by an account with a limited balance that I *only* use for Paypal) and one-shot debit cards from the grocery store, I guess I should thank them for making me shop more safely online.

  6. Re:They need to hire psyop... on Microsoft Tries a New Ad Agency · · Score: 1

    Oh-oh, you might have a colon problem. Better see your doctor...

  7. One-click, just say no... on 8 People Buy "I Am Rich" iPhone App For $1,000 · · Score: 1

    That one review that said something like "I clicked on buy as a joke and it bought it!"... what else would happens?

    One-click buying makes this kind of thing too easy. When I click on a "buy" link for anything more expensive than a candybar, I expect to get to a shopping cart page, and enter my billing info, and then approve the purchase. On the web-based Apple Store at least it's almost as easy to cancel your purchase as to buy, I'm really shocked that the Apple would bill you for $1000 without any kind of automated cancellation mechanism. I don't have an iPhone, but that sure makes me glad I've disabled "one click" in iTunes anyway...

  8. One-click buying is too dangerous. on 8 People Buy "I Am Rich" iPhone App For $1,000 · · Score: 3, Interesting

    The original article I read indicated that one of the buyers had been distracted when he clicked on the purchase link, and didn't realize he'd actually bought something. This is not that uncommon. A friend of mine accidentally bought a printer from the Apple store this way, and I bought an iPod Shuffle when I clicked on the "buy" link to see what the shipping would be... not realizing that Apple had implemented one-click buying. Now I was thinking of buying the shuffle anyway, and decided not to cancel it during the grace period, but I can easily see someone not realizing that they were looking at a receipt instead of a shopping cart until too late.

    I disable "one-click" purchasing, and I almost wish Amazon WAS able to prevent Apple or anyone else from implementing this dangerous scheme. It makes me think there might be a place for an organization that simply patented bad ideas to keep people from implementing them... it's no crazier than anything else happening in patents and copyrights these days.

  9. They need to hire psyop... on Microsoft Tries a New Ad Agency · · Score: 2, Funny

    Anyone who can make this look cool should be able to sell Vista.

  10. IBM to Linux: Stop Copying WIndows... on IBM Exec Bemoans Lack of Industry-Specific Linux Apps · · Score: 1

    What seems to be another spin on the same talk: IBM To Linux Desktop Developers: 'Stop Copying Windows'.

    Nice to see someone else noticing that little problem. I wonder if this will convince Gnome and KDE to dump the bloat... or maybe get some of the lighter weight desktops like Windowmaker (and toolkits like GNUstep) some traction on teh Linux desktop.

    (yes, I know GNUstep is copying NeXT, but NeXTstep on a 40 MHz 68030 was faster and more responsive than any of the leading contenders on processors 10 times as powerful)

  11. Fix that link? on Vista's Security Rendered Completely Useless · · Score: 1

    Original story here. At least, it seems to be a bit further upstream.

  12. Old hole, fundamental to IE, ... sounds familiar. on Vista's Security Rendered Completely Useless · · Score: 2, Insightful

    Sounds like they've found another gap in the walls between security zones. THe whole IE/ActiveX security model is fundamentally flawed, and new holes are found on a regular basis, because the model depends on the HTML control guessing at the permissions to grant a potentially untrusted object based on "where it is", not on "how it got there". If you can find a location (local file, 'trusted' website, etc) that the HTML control trusts and either get your exploit code there or find an exploitable object there, the game's over.

    A decade ago I looked at IE and the HTML control and banned it at work until Microsoft backed out their desktop/browser integration. I seriously believed that they would dump it within a couple of months, as soon as someone at Microsoft realized what an appalling security hole it was.

    Boy, was I naive. What the hell do they care about security? Security doesn't sell software. Bill Gates said it himself... he believed there were no bugs in Windows that people would pay to get fixed. And so far he's been proven right. :(

  13. OH JOHN RINGO NO! on IT Repair Installs Webcam Spying Software · · Score: 1

    I could honestly see the hero of "Ghost" using this trick...

  14. Enterprise Cobol Hello World! on Why COBOL Could Come Back · · Score: 1

    DATA DIVISION.
      WORKING-STORAGE SECTION.
        01 CURR-ARG-COUNT PIC 9(9) BINARY VALUE ZERO.
      LINKAGE SECTION.
        01 ARG-COUNT PIC 9(9)BINARY.
        01 ARG-LENGTH-LIST.
          05 ARG-LENGTH-ADDR POINTER OCCURS 1 TO 99999 DEPENDING ON CURR-ARG-COUNT.
        01 ARG-LIST.
          05 ARG-ADDR POINTER OCCURS 1 TO 99999 DEPENDING ON CURR-ARG-COUNT.
        01 ARG-LENGTH PIC 9(9) BINARY.
        01 ARG PIC X(65536).
    PROCEDURE DIVISION USING ARG-COUNT ARG-LENGTH-LIST ARG-LIST.

    I give up. That's just the "#include " and "main(int ac, char **av);" parts.

  15. Re:Microsoft wants to sell more Vista? on Windows XP Still Outselling Windows Vista · · Score: 0, Redundant

    Vista isn't an "upgrade". Any given computer will run faster and more reliably with XP than Vista, so it's XP that's the upgrade.

  16. Re:Conflict with anti-virus??? on Ohio Sues Over Missing Electronic Votes · · Score: 2, Interesting

    All my bank's ATMs run Windows, and they just started pulling them all out of all the convenience stores and replacing them with something less flashy run by some independent ATM company that will probably charge me $5.00 a transaction. Why? Well it turns out that a bunch of similar machines got pwned...

    Embedded Windows ... just say no.

  17. Lisp, Forth, Logo, ... on $12 MIT Computer Based On NES, Not Apple II · · Score: 1

    Unless you're using Basic to be compatible with an existing Basic implementation, in which case you want to really be making an Apple ][ clone, you're much better off with something like Logo. The recent version of Basic I've used have abandoned the interactivity and robustness that made Basic fun without becoming more than a mediocre structured language. They're a better language than Dartmouth Basic, or Applesoft, they're out of the gutter and onto the sidewalk... but why shoot for the sidewalk when you can have the stars?

  18. Re:Geeks get overtime pay? on Apple Sued For Turning Workers Into Slaves · · Score: 1

    No one goes to their daily job because they like to

    Really? Are you sure about that?

    That too.

  19. Re:Geeks get overtime pay? on Apple Sued For Turning Workers Into Slaves · · Score: 1

    Why would anyone work over without compensation?

    Merit raises, completion bonuses, having a salary based on accomplishing certain tasks, and if those tasks require overtime, they require overtime, and if you get them done early, you get to leave early. Yes, this really happens.

    No manager or CEO would ever go out of their way to help you

    Managers like that don't get rewarded by uncompensated overtime for very long.

  20. Making the ARM work... for $6.00 in parts? on $12 MIT Computer Based On NES, Not Apple II · · Score: 2, Insightful

    To sell for $12.00 you a parts list under $6.00. That means using a single-chip ARM7 with on-chip ram and ROM, and the ones I'm finding have less ram than an Apple II. You're not going to fit even a 1970s UNIX implementation in that, and you'll end up with the same problem the original Mac had: the system software took up so much RAM your 128k Mac had about 12k free for working space with even the simplest apps, and to make even that possible the OS design crippled them until they replaced it with OS X.

    So you're going to have to bootstrap the whole OS and development environment from scratch, and what you end up with isn't going to have any kind of upwards growth towards an open source free unix environment.

    To make an ARM-based design actually useful, you're going to have to target RISC-OS, not a new OS, and I have a feeling that even RISC-OS is going to push the limits of what you can run in $6.00 worth of parts.

    I can visualize an Apple-][ clone fitting in that budget, but I think ARM is pushing it.

  21. Re:Software longa, hardware brevis... on MIT Team Working On a $12 Apple (II) Desktop · · Score: 1

    If they can do it for $12.00 (to start with, this should go down in price over time FROM $12.00, not work down to $12.00 from $50), more power to them. But my experience with the price effect of emulating a processor on an ARM makes me distinctly dubious.

  22. Smell that TI-99/4a stench. on $12 MIT Computer Based On NES, Not Apple II · · Score: 2, Insightful

    Well, strictly speaking, by definition a $12 game console is a $12 computer as well.

    Well, strictly speaking, by definition a $12 digital calculator watch is a $12 computer as well.

    It may be all very ho-hum for you with your GHz PC and internet connection

    No, I'm comparing it with the "$12 Apple ][" that it was originally rumored to be.

    all MIT has to do is come up with a NES cartridge with decent software

    And its own cartridge slot and some kind of removable mass storage so you can share what you've created with it. That's what made the personal computer revolution. That's why the Apple II and Commodore 64 and Atari 800 beat the technically superior but fatally crippled TI-99/4a.

    Which ended up being nothing more than a console, in the end.

  23. Re:the new neocon slashdot on Apple Sued For Turning Workers Into Slaves · · Score: 4, Funny

    I remember when slashdot was full of smart people with a liberal philosophy

    I don't remember that. I remember a slashdot full of nerds... all the way down.

  24. Geeks get overtime pay? on Apple Sued For Turning Workers Into Slaves · · Score: 1

    I haven't had guaranteed overtime pay at any salaried technical job, ever. And I'm pushing 50. The only time I've gotten overtime is on contract, or during deadline crunch and even there it's something the company does because they don't expect to meet a deadline otherwise. On the other hand, I've only once been officially asked to work more than 40 hours without overtime... and the company was working out of bankruptcy at the time.

  25. This is not a "$12 computer". on $12 MIT Computer Based On NES, Not Apple II · · Score: 0, Flamebait

    This isn't a "$12 computer", this is a "$12 game console".

    That's not even a new idea. I've seen cheap old-school console knockoffs at grocery stores for that kind of price range.

    Nothing to see here. Move along.