Slashdot Mirror


User: complete+loony

complete+loony's activity in the archive.

Stories
0
Comments
2,514
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,514

  1. Re:Is Sun astroturfing a product? on Sun Bare Metal Hypervisors Now GPLv3 · · Score: 1
    Lets see, post history... Java, Sun, Eclipse, DataCenter, CPU stories, certainly posting things similar to his occupation. Ah this looks interesting....

    Poll: Favorite Cartoon Geek?
    Batman invests way more cool stuff than Spiderman. Batman is really the geek's geek.

  2. Re:More than scientific learning on LHC Success! · · Score: 5, Funny
  3. Re:Will you ever learn? on LHC Success! · · Score: 5, Funny

    "Gordon freeman, you're needed in the test chamber".

  4. Re:Good idea on Robert Heinlein's Pre-Internet Fan Mail FAQ · · Score: 4, Informative

    And of course in a similar vein there is the stock response to spam solutions.

  5. Re:Slow News Day on How HP Could Turn a Novelty Into a Revolution · · Score: 4, Interesting

    Not to mention that a touch screen interface either gives you RSI or neck / back ache depending on the position of the screen.

  6. Re:But the data is awful on Nuclear Decay May Vary With Earth-Sun Distance · · Score: 1

    Ambient temperature in the lab?

  7. Re:General relativity to the rescue? on Nuclear Decay May Vary With Earth-Sun Distance · · Score: 1

    If there was time dilation at work, the observer in the same room measuring the decay would be in the same reference field and wouldn't notice anything different.

  8. Re:Why this is not an issue: on The Internet's Biggest Security Hole Revealed · · Score: 1

    Any business with redundant links to the net will most likely be using BGP to tell their ISP's about their IP addresses. Yes, there is a fairly large setup cost to run this hack, but the infrastructure is bog standard.

  9. Re:Excellent!! on Browser Extension Defeats Internet Eavesdropping · · Score: 1

    We already have a viable alternative to allow a kind of self signing with DNSSEC. DNSSEC requires a PKI infrastructure to be built into the DNS naming system that could make any other PKI infrastructure obsolete (see RFC-4398).

  10. Re:As fast as C code??? on Firefox Gets Massive JavaScript Performance Boost · · Score: 1

    Java code absolutely can be optimised to run at a similar speed to hand optimised C / machine code. Just look at Jake2. But you do have to think like a low level C programmer, fully aware of the hidden costs in the code you write.

  11. Re:dumb people lose money, not freedom on Jail 'Greedy' Scam Victims, Says Nigerian Diplomat · · Score: 1
    Depends which part of the country / social status you're trying to do an impression of but most of these would be recognisable to any local;
    • XXXX "Good as Gold mate" (pronounced four-ex because we can't spell beer)
    • VB "Victoria Bitter"
    • Coopers Pale
    • West End Draught
    • Tooheys
    • Cascade

    If in doubt, google seems fairly knowledgeable on the subject.

  12. Re:so you can make $0 while you wait for other peo on Six Questions To Ask Before Telecommuting · · Score: 2, Interesting
    Where I'm working at the moment we've had a queue of work to do almost continuously for the last 10 years. Only very very rarely have I ever completely run out of work to do, or had every single project waiting on other people.

    I think there are definitely working environments were telecommuting makes sense.

  13. Re:Just for Google? on A Good Reason To Go Full-Time SSL For Gmail · · Score: 2, Interesting

    Sure you could encrypt traffic between client and server, but if you can't verify the identity of the server during key exchange, you can't prevent a man-in-the-middle attack which makes the encryption useless.

  14. Re:Ow ow ow. on A Good Reason To Go Full-Time SSL For Gmail · · Score: 1

    To continue the pedantry, I think you meant "I couldn't care less.".

    No he meant he could care less, since he cares even less now.

  15. Re:dating sites will love this on Some Eye-Popping Research From Siggraph · · Score: 1

    Or in X-Men 3 where they made the two lead actors look about 20 years younger.

  16. Re:like they can't get the info on Photographers Face Ejection Over Lenses · · Score: 1

    But, it's probably not even necessary, as blueprints and photos exist on the internet for any target one might find interesting.

    And there are ways to build 3D models you can walk through from those publicly available pictures.

  17. Re:Wow on Photosynth Team Does It Again · · Score: 2, Informative

    There are other features that I don't see how they're getting, such as the zones where photos were shot from. That takes an awful lot of extrapolation. What's the difference between a photographer 10 feet away, and a photographer 200 feet away with a good zoom lens? Almost nothing, except maybe a little focal distortion at the edge of the photo. That varies with the quality of the camera and lens anyways.

    Perspective changes a lot based on where the camera is, a big zoom lense does nothing to change the perspective it just makes the image larger.

    Their process finds machine recognisable points in each photo, then looks for matching points between photos. Once you know that 2 photos are of the same subject you can use the separation between these known points to work out the relative viewing position of each camera. It only takes about 4-5 common points on different planes to pinpoint where each camera is relative to other camera's. I can visualise how this process could be completely automated.

    At the end of the process they have a 3D model of where all these identifiable points are relative to each other, and they know where to project the plane of each photo within that model.

  18. Re:Authentication requires ... um... authenticatio on Chipped Passport Cloned In Minutes · · Score: 1

    The actual validation of the certificate chain doesn't depend on network access. Only a check for revocation would require it, but I would hope that certs used for passports would be very closely guarded secrets for which revocation would be a rare event.

  19. Re:If one man can do it... on Chipped Passport Cloned In Minutes · · Score: 1

    SSL doesn't depend on a single central server to authenticate host machines. You get your public key signed by a recognised authority and you can then sign anything you want. Anyone who trusts the signing authority will have no trouble verifying the signature. So let each country generate their own private key and publish all the public keys. Then you can sign all the biometric details on the passport. Preventing full duplication of a passport is a little trickier, if not impossible. But you should be able to spot any partial editing until the private key is factored.

  20. Re:Authentication requires ... um... authenticatio on Chipped Passport Cloned In Minutes · · Score: 1

    Also they seem to have implemented cryptographic certificates really really badly if they have to share their entire databases with each other. I mean even a browser can spot a fake web site cert without polling the network. I'm sure you could build something similar where each machine has a copy of the public key of each nations passports, with the biometric info signed by a key that was (directly or indirectly) signed by the nations key.

  21. Re:Electronic voting's cousin? on Chipped Passport Cloned In Minutes · · Score: 1

    Paper ballots are the worst kind of election system. Except for all the others.

  22. Re:Programmers? on California Can't Perform Pay Cut Because of COBOL · · Score: 1

    Everyone's suggesting a usb floppy, but have you tried using subst to mount a folder on your C drive as A, or mounting a network share?

  23. Re:Drives already do this on Error-Proofing Data With Reed-Solomon Codes · · Score: 3, Informative

    AFAIK when a disk is scratched you are more likely to get a tracking error than a failure to decode the audio.

  24. Re:"I swear, I wasn't there!" on Face-Swapping Software To Protect Privacy · · Score: 1
    Absolutely, the paparazzi are going to love this application.

    I bet you could use their software to crawl google and build a database of compromising images, analyze all the faces within them, then take a random photo of a celebrity and put their face in a bunch of compromising photos...

  25. Re:Awesome bar disable? on Firefox 3.1 Alpha "Shiretoko" Released · · Score: 1

    My biggest grief with the awesomebar is it also seems to remember mistyped URL's, pages with a 404 result, or redirects. Why on earth would I want to revisit a site that doesn't exist???