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:eDonkey/eMule anyone? on Researchers Decentralize BitTorrent · · Score: 5, Informative

    It's the fact that

    a) The torrent sites are easy to search, have good files and few fakes.
    b) The tit-for-tat algorithm does a pretty good job of ensuring people upload stuff to you. Every other P2P software I used before bittorrent was slow and unreliable.

  2. Re:Color E-paper on Samsung's New Carbon Nanotube Color E-Paper · · Score: 1

    That's not really e-paper. It works in a completely different way to e-ink and is more akin to LCD (which technically doesn't need a backlight either).

    The contrast isn't nearly as good as e-ink. Doesn't look like the one in the article has very good contrast either.

  3. Re:Agilent was HP on User Interface of Major Oscilliscope Brands? · · Score: 1

    I've only used lecroy waverunners, but I really like them. The touch-screen interface works really well, they can do pretty much anything, the sampling rate is crazy (5 GHz I think), and although it feels really weird and wrong, the fact that they run on windows is actually very useful - you can do matlab post-processing on-line etc.

  4. Re:Torque... on Where to Find Axles, Gears For Kinetic Sculpture? · · Score: 1

    > 550 ft/lbs is one helluva lot of torque.

    No it isn't. 550 ft-lbs might be! Nm is a much more sensible unit though.

  5. Re:Study confirms most popups are idiotic on Popup Study Confirms Most Users Are Idiots · · Score: 2, Insightful

    That's a terrible idea. How are you going to search for the error code/message if it just says "$APPNAME has crashed due to a bug."?

    It should at least have a details button, not some line that you have to change in a config file.

  6. Re:Stanford, the venture capital firm on Google Turns 10 · · Score: 1

    Erm... All universities (well all the good ones) have business incubators for spin-offs with the aim of commercialising research. How is Stanford different (other than being very successful)?

  7. Re:What a waste of energy on Intel Claims an Advance In Wireless Power · · Score: 1

    I seriously doubt that no-one had thought of that before 1992.

  8. Re:Just want to remind everybody on Interview Update With Bjarne Stroustrup On C++0x · · Score: 1

    Wow, I just started reading that but it is pretty clear that whoever wrote it doesn't know C++ very well. Just reading the const correctness bit (randomly chosen) and he makes false statements like:

    "If the vector itself is declared const (as in const std::vector<T*>), then you can't modify the vector, but you can modify the objects."

    #include <vector>
    #include <string>

    using namespace std;

    class Object
    {
    public:
        void setData(string d) { data = d; }
        string getData() const { return data; }
    private:
        string data;
    };

    void test(const vector<Object>& v)
    {
        v.at(0).getData(); // OK
        v.at(0).setData("test"); // compile error.
    }

    int main()
    {
        vector<Object> v(1);
        test(v);
        return 0;
    }

    In other words, ignore his nonsense.

  9. Re:Makes me happy on Level of IPv6 Usage Is Vanishingly Small · · Score: 2, Informative

    "[IPv6 addresses do] not fit into any native data type (and won't until we move to 128 bit architectures - which does not seem to be very soon)"

    Wow are you serious? Never heard of structs? And we all know NAT is a very annoying 'solution'. I think the real problem with IPv6 is that is isn't sufficiently backwards compatible with IPv4 (hence all that 6-over-4 and 4-over-6 nonsense.

    That and it isn't really needed yet.

  10. Re:Umm, no. on iPhone's Game Potential As a Threat to Java Phone Games · · Score: 1

    Yeah except this article is talking about java *games*.

    The market for java games at the moment is basically zero. This is due to a few things I think:

    1) The mobile java platform is really really shit. You can't seek in files, apps are limited to 1MB if you want it to work on mid-range phones, it's very slow due to the JVM, etc.

    2) No-one wants to pay for shitty little games that are just repackaged versions of mastermind/breakout/same game/etc.

    3) It's really quite hard to press most mobile phone keys, so only puzzle and board games really work. This is probably the main reason.

    In fact I recently downloaded a torrent of about 100 java games (they mostly seem to be made by 'gameloft'), and there are only about 5 that are worth-while.

  11. Re:Huge construction project.. recession.. on Transportation Bill Sets Aside $45 Million For MagLev Train · · Score: 1

    Actually one milliard in French is one milliard in English (not American) and one billian is 10^12. Of course no one uses that anymore, all British people use American naming (million = 10^9, trillion = 10^12) and milliard was never really in common usage as far as I know (it's still an English word though).

  12. Re:Welcome America on AT&T Embraces BitTorrent, Considers Usage-Based Pricing · · Score: 1

    Here's some example prices/conditions in the UK:

    Bt Broadband (aol-like rip-off):
    £16/mo, 5GB/mo, 8 Mb/s
    £21/mo, 8GB/mo, 8 Mb/s

    O2 Broadband
    £7.50/mo, unlimited, 8 Mb/s

    Be Broadband (now owned by O2)
    £14/mo, unlimited, 8 Mb/s
    £18/mo, unlimited, 24 Mb/s (this is what I have, it also has a 3 month contract and static ip which is useful)

    For all the above you need to pay £11/mo line rental to BT. There are others such as Virgin, and talktalk where you don't.

    How do these prices compare to Americas? (£1~$2)

  13. Re:Speed? on 1TB Blu-Ray Compatible Optical Disc Announced · · Score: 1

    Burn a CD in 7 seconds? How fast would that have to be spinning?

  14. Re:Paying the bills on Welcome to the New Slashdot Chicago Cluster · · Score: 1

    > they use 500Mbps a month Megabits per second per month? Right...

  15. Re:nice on Purdue Students Win Rube Goldberg Contest · · Score: 1

    I agree. Is fun (or happiness, via fun) not the point of life? Even for the religions --- who would want to go to heaven if it wasn't fun there? If anyone can think of a better ultimate goal that doesn't just come down to 'making me happy' (or perhaps 'making other people happy') then I'd love to hear it.

  16. Re:In Apple's defense on Apple Error Leaves iPhone Developers In the Lurch · · Score: 1, Redundant

    Yes but who really expected the software to *expire*? It's not like it couldn't have just kept going if Apple weren't such control freaks.

  17. In other news... on Vista is Slower, But XP Is Still Dying · · Score: 5, Insightful

    MSDOS is even faster! Seriously you can't just say "Vista is slower so it must be worse". There are other factors to consider - functionality, aesthetics, hardware support, security, and so on.

  18. Re:wreck the elevator on Space Elevators Face Wobble Problem · · Score: 1

    Each segment of the cable's angular momentum would be conserved. As it falls to the Earth its radius of rotation reduces so it must speed up, thus falling in the direction of rotation of the Earth (Eastward). Remember, for 90% of the cable's length there is no drag, and gravity isn't constant over the length of a space elevator (it is for a pin).

  19. Re:Out of water? on The World's Biggest Undersea Robot · · Score: 0, Troll

    A ton is neither a unit of weight nor pressure.

  20. Re: BD+ Cracked on Blu-ray BD+ Cracked · · Score: 0

    But they don't need to make it impossible to find the key - just sufficiently hard that the cat and mouse game is too much effort for the pirates.

    The same could be said of stealing satellite TV, but they eventually managed to make the cards sophisticated enough that reverse engineering them wasn't worth the effort.

  21. Re:D Filter error: You can type more than that for on UK's MI5 Wants Oyster Card Travel Data · · Score: 1

    > There are two versions of the Oyster Card.

    This is wrong. There is only one oyster card but it may or may not be registered (i.e. tied to your name/address). Unfortunately you have to register it to use discounts (young person's railcard, student discount etc.) They almost certainly record the credit cards that are used to top it up if you don't use cash.

  22. Re:And this is why Linux is still laughed at... on The REAL Reason We Use Linux · · Score: 3, Insightful

    Sorry I've got to call bullshit on this one. The truth is it is far too much work to write and maintain a linux driver. Unless you've got huge resources (e.g. nVidia), the only option is to get it into the official kernel tree, which involves making your driver open source which very few companies are willing to do.

    Just look at the drivers for UniChrome graphics cards. The installation process requires you to recompile both X and the kernel. I'm sorry but I bet if decent tools were provided for writing linux drivers, and there was some sane way to distribute binary drivers (there really isn't a way at the moment) then I bet more companies would make them.

    I know you all want open source drivers, but you can't say to companies "Your only option is to release open source drivers" and then wonder why they don't release decent drivers - closed or open source.

  23. Re:An open community wins again on Jimmy Wales Faces Allegations of Corruption · · Score: 1

    > degree celsius, degree fahrenheit and many others would probably have something to say about it.

    I shall call my first born 'Degree'. :-)

  24. Re:iPhone quality? on Higher-Resolution YouTube Videos Currently In Testing · · Score: 1

    I don't think so. I've watch a video on the iPhone and computer side-by-side and the iPhone one is noticeably better. Way more than just aliasing could account for.

    Also the iPhone YouTube is native and almost certainly uses MPEG4. Stands to reason that it is different (flash uses VP6).

  25. Re:Well duh on IPv4 Address Crunch In 2 Years, IPv6 Not Ready · · Score: 1

    Bullshit. There were few problems because most programs store and manipulate dates as seconds since 1/1/1970, *not* as day-month-year triplets. That runs out in 2038.