Slashdot Mirror


User: noidentity

noidentity's activity in the archive.

Stories
0
Comments
6,325
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,325

  1. Amazing coincidence on 12M Digit Prime Number Sets Record, Nets $100,000 · · Score: 1

    The number, known as a Mersenne prime, is the 45th known Mersenne prime, written shorthand as 2 to the power of 43,112,609, minus 1

    That's amazing. I've got the same combination on my luggage!

  2. Re:Balance Sheet on Michael Dell Says Windows 7 Will Make You Love PCs · · Score: 1

    Mac is like a high maintenance mistress, Windows is like a pricey Girlfriend, Ubuntu is like a wife.

    Sounds like I don't want an OS. What is the equivalent of single? Booting to a Forth prompt?

  3. Re:Not for desktop pc's, but on 10/GUI — an Interface For Multi-Touch Input · · Score: 1

    An interface should capitalize on the abilities that most users have, but still accommodate users with less ability. If it required 10 digits, it'd lock out anyone without them. If it worked more efficiently if you had 10 digits, on the other hand (well, both hands)...

  4. Re:Not for desktop pc's, but on 10/GUI — an Interface For Multi-Touch Input · · Score: 1

    it's not easy to just move your finger by one pixel

    When I used a trackpad on my desktop for a while, I found it easy to move one pixel at a time, by rolling my finger tip around (adjusting the angle of the finger with respect to the pad), without moving the tip around at all. The result is precise adjustment of the area contacting the pad.

  5. Re:Default setting... on CT Scan "Reset Error" Gives 206 Patients Radiation Overdose · · Score: 1

    The default setting for an equipment that can be lethal should be "Emit zero radiation". Then for each exposure, set the level of radiation you intend to use. This way, you ALWAYS KNOW the level of radiation the equipment will emit.

    How about requiring them to type the radiation value as words AND numbers? So "fifty five millirems" and "55 mrem" (or whatever the units are). But then you run into the problem, like with Windows asking too many questions: users tire of the verbosity, and find ways of avoiding it. Verbosity also hides important information in the sea of noise. Maybe they'd use copy-and-paste here to speed it up.

    Here, it seems a good approach would be to display the dosage in multiple ways, like a color or shape, so that the wrong setting would be more likely noticed, and look different than the right one. A doctor has in mind the dose that he intends, and would come to expect a certain color or shape. Seeing one that looks very different would be jarring.

  6. Re:What about the need for uniformity? on EFF Warns TI Not To Harass Calculator Hobbyists · · Score: 1

    So require that the calculator be verified to contain the original OS before allowing it into the test. There are many ways to do this.

  7. Re:What goes around, comes around... on Ted Dziuba Says, "I Don't Code In My Free Time" · · Score: 1

    There are some excellent technical books, but why buy books you're going to read only once when you can borrow them from the library? (it helps to live in a city with a large university library) I guess you implied as much.

  8. Re:Great on LG Presents Solar Powered E-Book · · Score: 1

    Now all I need is a portable sun to read in bed.

    A high-powered halogen lamp should do the trick, 200-300W. Be careful of starting fires, though.

  9. Re:BSA invents statistics - higher ethics? on BSA Says 41% of Software On Personal Computers Is Pirated · · Score: 1

    No, it's true. Once I pirated a Sony music CD and got a really awful rootkit. No way a company would intentionally put that on the CD, so it must have been added by evil pirates.

  10. Re:What goes around, comes around... on Ted Dziuba Says, "I Don't Code In My Free Time" · · Score: 1

    With technical writing, everyone and their mother thinks they know how to write.

    Tell me about it! Just an example of the latest of badly-written books, where the author can't decide how to consistently refer to himself and the reader:

    This book focuses on the Java programming language and uses Java examples throughout. It is assumed that the reader has at least an intermediate understanding of Java (and a working Java system if you want to try out the examples for yourself). Example code and other support material is available at my website.

    "It is assumed" refers to himself somewhat indirectly, but he later refers to "my website". He refers to the reader as "the reader" and "you", implying that there is another audience. The book is full of this kind of thing, where he switches between indirect references to himself, "I" to refer to himself, "we", "the reader", and "you".

    This is closely related to writing tests first, but isn't limited to writing tests. You can make assumptions during implementations as well. By making assumptions as we work [...]

    Switched from referring to "you" and "we".

  11. Re:What goes around, comes around... on Ted Dziuba Says, "I Don't Code In My Free Time" · · Score: 2, Funny

    I been resisting offers to do technical writing since I write fiction in my off times.

    And we thank you for it!

  12. Re:Qt on Platform Independent C++ OS Library? · · Score: 1

    Remember one thing about LGPL. It requires that that user can replace the LGPL binary. So Qt released under LGPL must be a separate dll, no static linking.

    Or you could provide the source code for your program, or perhaps the .o files (if you like angering your users).

  13. Looking forward to fine print from hell on An Electron Microscope For Your Home? · · Score: 2, Funny

    I can just imagine it... "Sorry sir, there was fine print there, right inside that little dot; perhaps your eyesight is such that you'll need a Hitachi TM-1000 electron microscope. The price has really come down recently."

  14. Not ESP, since human isn't doing the sensing on Computer-Aided ESP Transmits Binary Numbers, Slowly · · Score: 1

    It's not extra-sensory perception unless the human us sensing things outside the normal perception channels. From the article, it sounds like this is just another input device for a computer to be controlled by a human.

    And the title of the article, "Communicating person to person through the power of thought alone", is false, since this thing wouldn't work without electricity. By the same logic, I'm communicating with Slashdot readers right now by the power of thought alone, well of course with the help of food energy, muscles, a keyboard, the Internet, etc.

  15. Re:The history of long distance charges on FCC To Probe Google Voice Over Call Blocking · · Score: 1

    OK, so the problem is the government requiring companies like AT&T to even acknowledge the existence of these "audio text" businesses who take advantage of government regulations. The solution is less government regulation (allow AT&T to give these dishonest companies the finger), not more (force Google to submit to their fraud as well).

  16. Re:Imagine this, asshole on In-Game Advertising Makes Games Better? · · Score: 1

    Stop advertising to me when I've already paid for your product, asshole.

    You have to speak their native language, with the help of your wallet.

  17. Re:128 bit C data type? on Microsoft Leaks Details of 128-bit Windows 8 · · Score: 1

    You are aware that those assumptions make your code inherently unportable, aren't you?

    Yes. The point was that we already have enough types to assign to the popular integer sizes, as long as we don't assign two to the same size, as I believe Windows 64-bit does (long and int both being 32 bits).

    Not only long, but assuming that int has 32 bits. I agree it may be misguided, but int is defined to be (usually the most efficient) integer data type with at least 16 bits.

    Yes, int need only be 16 bits (and signed int need only support the range -32767 to +32767, i.e. sign-magnitude). Software which compiles OK but fails at run-time for 16-bit int is badly coded, since it's trivial to check the in size:

    #if UINT_MAX < 0xFFFFFFFF
    #error "int must have at least 32 bits"
    #endif

    I do this nowadays in my code, since supporting 16-bit int is a real pain. Implicit int occurs in lots of obscure places, and it's hard to even find platforms with 16-bit int to test on. I used to support 16-bit int, and my code was littered with casts to long, and use of long for function arguments. When compiled on Linux, these longs would then be 64 bits, which was wasteful of memory. Having switched to requiring 32 or more bits in an int, I haven't looked back nor regretted the decision.

  18. Re:128 bit C data type? on Microsoft Leaks Details of 128-bit Windows 8 · · Score: 1

    We already have the types to handle it:

    char: 8 bits
    short: 16 bits
    int: 32 bits
    long: 64 bits
    long long: 128 bits

    Except that Microsoft keeps long at 32 bits, for buggy code that assumes its size (on Linux, long is 64 bits, as it should be).

    And of course there's <stdint.h>, where you could just put int128_t.

  19. Re:Volume: 11 on Microsoft Leaks Details of 128-bit Windows 8 · · Score: 3, Funny

    Well in *my* OS, the volume goes all the way to 11!

    In my 128-bit OS, the volume goes all the way to 340,282,366,920,938,463,463,374,607,431,768,211,455.

  20. Re:XCP on steroids! on Sony Sued Over Bricked PS3s · · Score: 2, Funny

    let's not forget the screwed by sony part... sony pushed a "special" screw for 61+ euro when it was not special at all.

    You can't tell from the photo, but that screw has a rootkit built in! If you had used a normal screw, you'd be deprived of getting screwed twice.

  21. Re:I have a real programmer's password on Massive Phishing Campaign Hits Multiple Email Services · · Score: 1

    And I have a real C programmer's password:

    012345&*M%HJOJNVFGPLkoPWHJrcp,k0cY$PO JO9 P[-97 YTJJY93528 [SIGSEGV detected]

  22. Re:Bad deal for AT&T on AT&T To Allow VoIP On iPhone · · Score: 0

    The practical argument is never answered. But the idealogical one is simple: why should the government be able to regulate (or threaten to regulate) what a company does with its own property? Correct me if I'm wrong, but the radio spectrum is big enough for tens of cellphone networks, and each network already pays for the part of the spectrum they use. The argument would be different if it were physical infrastructure, where having ten network providers and ten sets of cables to every house would clutter everything up.

  23. Re:Re-inventing the wheel? on New Graphical Representation of the Periodic Table · · Score: 1

    I don't get this comment from the article:

    Unfortunately, Abubakr's arrangement means that the table can only be read by rotating it. That's tricky with a textbook and impossible with most computer screens.

    Take a look at the table. Are there really people who can't read it without rotating it?

  24. Re:Re-inventing the wheel? on New Graphical Representation of the Periodic Table · · Score: 1

    Try rolling the old table. It's like a square wheel! This new one is round, so it rolls very well. I'd say their "re"-invention of the wheel is a vast improvement.

  25. Re:Want to confirm? Look at your bittorrent log. on Google Finds DRAM Errors More Common Than Believed · · Score: 1

    BitTorrent uses a different checksum algorithm than TCP/IP, one that's probably not nearly as thorough. Plus the fact that the BitTorrent checksum would have been verified on the receiving end, likely by reading the data from memory after the entire block/file was received. Are you suggesting that it got corrupted in the short time between being verified and written to the hard drive (or read from the hard drive and sent)?