Slashdot Mirror


User: Timmmm

Timmmm's activity in the archive.

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

Comments · 604

  1. Re:Freedom of Choice on Right-to-Repair Law To Get DRM Out of Your Car · · Score: 1

    "STV is too complex to describe briefly."

    Wha? How about this: "STV is a voting system whereby voters rank candidates in order of preference. If their primary choice stands no chance of election their vote is transfered to their second choice. This is repeated until only one candidate remains."

    Really though, how complicated is "Rank the candidates according to your preference."? Stupid people.

  2. Re:Five dimensional in the same way... on Researchers Store Optical Data In Five Dimensions · · Score: 1

    A byte *is* an 8-dimensional bit, at least in the mathematical vector sense. Not a particularly useful description of a byte though. And this use of '5 dimensional' is pure marketing bollocks.

  3. Re:Good job kdawson! on Google Tricycles To Map Footpaths For Street View · · Score: 1

    Not pedestrianised unfortunately, but only buses, taxis and cyclists can go there.

  4. Re:Good job kdawson! on Google Tricycles To Map Footpaths For Street View · · Score: 1

    Well I expect this will be most useful in the UK for streets where the google cars can't go, e.g. Oxford Street.

  5. Re:Amusing story on US To Require That New Cars Get 42 MPG By 2016 · · Score: 2, Informative

    But those are all diesel cars. They always get better mileage than petrol cars.

    Still if you look at this page:

    http://en.wikipedia.org/wiki/List_of_May_2008_UK_fuel_economy_ratings

    There are several petrol cars that get over 50 mpg.

  6. Re:Entries for English children arrested for racis on Database of All UK Children Launched · · Score: 5, Insightful

    You can't link to the daily mail and expect to be taken seriously.

  7. Re:Java on Open Source Solution Breaks World Sorting Records · · Score: 1

    Running mathematical algorithms is usually a very small part of what the average desktop program does. Java can be very fast at this since it essentially produces the same assembly as the equivalent C program. For example something like

    for (int i = 0; i 1000; ++i) total += i;

    is going to produce exactly the same machine code in Java or C. I think the difference comes when you start writing real-world desktop programs. These make use of things like vector's strings, function calls, etc. which seem to slow java programs down. I'd also argue that the java programming paradigm and API forces you to do 'slow things'. Consider the mess that is String/StringBuilder compared to std::string or QString.

    As evidence I present the only non-trivial Java programs I've actually used:

    Azereus: I think this one isn't actually too bad, but many people complain about its memory use/speed.
    Netbeans: Awesome program but very slow.
    Eclipse: Tried this once. It was excrutiatingly slow. Slow enough to be unusable.

    Compare that to roughly equivalent C++ programs:

    KTorrent/uTorrent: Admittedly not as large or advance but they are both much much faster and smaller.
    MS Visual Studio/KDevelop: Again, much much faster.

    No doubt the Java fan-boys are going to say "It's all swing's fault!" or "That's not a very objective argument." to which I would say:

    * Yes it probably is largely the fault of the Java API being really really annoying, but there's no way to avoid that is there?
    * It's also a very hard thing to test. The reason benchmarks are all the misleading mathematical algorithm type is because they are quick to write. No-one's going to rewrite eclipse in C++. We can only compare roughly equivalent large programs.

  8. Re:Patent!!??!! on How Google's High Speed Book Scanner De-Warps Pages · · Score: 4, Informative

    You jest, but this technique *has* been around for years. I remember when digital cameras first became available there was a product that could perform a 3D scan by projecting a pattern onto the object and using an offset picture. I think the pattern came on a slide - that's how long ago it was! Here's a whole wikipedia page about the scanning technique: http://en.wikipedia.org/wiki/Structured_Light_3D_Scanner

    This picture is especially good: http://en.wikipedia.org/wiki/File:6-seat.jpg

    Anyway after reading the patent abstract, it isn't about the 3D scanning at all, it appears to be about an algorithm to find the fold once you've already got the point cloud. I would have thought that was fairly trivial. A possible approach would be to take the radon transform of the height map and find the smallest value that's roughly in the middle.

  9. Re:No - there are plenty of safer alternatives on Microsoft To Banish Memcpy() · · Score: 1

    You're interpreting 'unsafe' to mean 'possible to exploit/crash'. I think the parent was taking it to mean 'likely to lead to exploitable/crashable code'. You can hardly argue about that. Just look at the number of sprintf/strcpy security vulnerabilities compared to std::string-caused vulnerabilities.

    When writing modern C++ there are very few situations where you need to use memcpy. Still there are some, and I don't think they should get rid of it entirely.

  10. Re:powerline ethernet however, is doing well on FCC's Duplicity On BPL Revealed · · Score: 1

    You get a pair for free with the BT Vision box I think. It costs £30.

  11. Re:But does it work? on Court Orders Breathalyzer Code Opened, Reveals Mess · · Score: 2, Informative

    That's the same. You just started n at a different value... :-)

  12. Re:But does it work? on Court Orders Breathalyzer Code Opened, Reveals Mess · · Score: 2, Insightful

    You know you don't actually need to do that.

    average = (new_value-average)/++n + average;

    I think that should work.

  13. Re:You wouldn't believe how many ebooks I have on Copyright Infringement of Books · · Score: 1

    You can use them for more than books. Think what kind of PDFs you might use - sheet music, manuals, business documents, API references, presentations, etc.

    Actually current devices probably aren't that great for these purposes but the Plastic Logic reader and Kindle DX should be ideal.

  14. Re:You wouldn't believe how many ebooks I have on Copyright Infringement of Books · · Score: 1

    You know you can use ebook readers for more than just books? At least you will be able to once the A4 size ones materialise.

    Maybe not many people read books, but lots print PDFs.

  15. Re:I'm a pro-piracy author. Ppl will still buy pap on Copyright Infringement of Books · · Score: 1

    "My argument rests on people preferring paper to e-books, and I think they do."

    For now, but that's mainly due to the extreme slowness of e-ink. Imagine if colour video-speed e-ink. Many people would stop buying paper books even if the price doesn't come down at all.

  16. Re:You wouldn't believe how many ebooks I have on Copyright Infringement of Books · · Score: 1

    "a bit slower since reading text on a monitor is still not quite as easy as a real book."

    It amazes me how many people think ebook readers are just netbooks without keyboards. The screen looks like paper!

  17. Re:Logistically impossible on The Road to Big Brother · · Score: 1

    As it is currently they are fairly benign. The vast majority of CCTV cameras are in places corner shops and supermarkets. These aren't really monitored and the video data isn't accessible from elsewhere. There's no real danger to privacy and certainly people on Slashdot care far more about Britain's CCTV cameras than the British!

    However the danger comes when a large enough network of CCTV cameras (e.g. on the underground or in central london) is combined with sufficiently advanced computer vision software. This would allow the kind of data mining that people *should* be worried about.

  18. Re:Google on More Fake Journals From Elsevier · · Score: 1

    This hardly ever works any more. As someone above said, it is evil and violates Google's policies but they definitely know about it and for some reason don't do anything to stop it.

  19. Re:VPN & SSH on Warehouse or No, UK's Expensive Net Spying Plan Proceeds · · Score: 1

    Forget SSH, what about SSL? I fail to see how they will intercept facebook & gmail messages for example. The whole point of this system supposedly is to intercept email, and no-one ever mentions that in most cases it won't even work.

  20. Re:It's not so bad... on Analyzing (All of) Star Trek With Face Recognition · · Score: 2, Insightful

    Yeah. There are lots of very easy-looking (to humans) scenes in the episode I watched where it detected a face (a fairly solved computer vision problem) but couldn't detect who it was.

    This data set is also possibly the easiest one they could have chosen. All the shots are very simple - the camera never moves. There are a limited number of characters and most of their faces are pretty distinct (e.g. one black woman, one with crazy eyebrows, etc.)

    Still, it's quite impressive that it works as well as it did.

  21. Re:Unfortunately I'm a Bit Skeptical on Quantum Theory May Explain Wishful Thinking · · Score: 2, Informative
  22. Re:Heat!=power on New Data Center Will Heat Homes In London · · Score: 1

    "No, the project will probably pipe 9MW of heat from the server farm over to the housing complex."

    No you're wrong. Heat is the energy transfered (measured in Joules). The 9MW is the heat transfer *rate* and it is indeed a power quantity.

    Ask Wikipedia if you don't believe me: http://en.wikipedia.org/wiki/Heat#Notation

  23. Re:Penicillin and relativity come to mind? on Visualizing Data Inside the 30-ft Allosphere · · Score: 1

    Yes you just described a thought experiment. But data visualisation is still unrelated. Einstein couldn't have done it (no computers).

  24. Re:Penicillin and relativity come to mind? on Visualizing Data Inside the 30-ft Allosphere · · Score: 1

    I'm still not seeing how thought experiments (an imaginary experiment) and data visualisation (finding ways to display complex datasets) are related.

  25. Re:Penicillin and relativity come to mind? on Visualizing Data Inside the 30-ft Allosphere · · Score: 1

    Thought experiments seem pretty different to data visualisation to me. In fact, how are they remotely related?