Slashdot Mirror


User: p3d0

p3d0's activity in the archive.

Stories
0
Comments
3,023
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,023

  1. Re:Why are we still compiling for the 386? on Mandrake To Support AMD's Hammer · · Score: 2
    Aside from the fact that I still run a 386, you should know that there is a difference between processor compatibility and processor optimization. Code can be mostly optimized for a Pentium-IV and still run on a 386.

    Anyway, do you have any evidence that breaking 386 compatibility would provide any performance benefit?

  2. Re:why is this such a big deal? on Mandrake To Support AMD's Hammer · · Score: 1
    Like it or not, x86 is pretty big and important, so x86-64 and i64 will be pretty big and important.
    IA64 has no similarities whatsoever with x86. The only things that could make ia64 "big and important" are (1) its own merits, or (2) Intel's clout.
  3. Re:Who would fly on it? on Boeing Blended Wing Body Aircraft · · Score: 2

    What a lame bunch of objections. Do you really think the Boeing people haven't thought of these things?

    No window seats: what are all those windows for then?

    Roller-coaster rides: even if true, which I doubt, why don't they just bank proportionately slower?

    Emergency evacuation: what is your point? Why would this be any harder?

    New, untested airframe: this is the strangest objection of all. Overlooking your totally bizarre assumption that Boeing will not test these things before delivery, I think the average passenger's reaction will range from complete apathy and/or ignorance to mild fascination.

  4. Re:Universal *GUI* Browser on XWT: The Universal Client · · Score: 1

    Thanks for the reply. I guess we'll have to agree to disagree. :-)

  5. Re:Nifty ! on Flip-Pad Voyager: Dual-screen Laptop · · Score: 1

    The guy in the next seat will have half of this monstrosity in his lap.

  6. Re:Limited uses, unfortunately on Superfast Biodegradable Plastic · · Score: 2
    I can also see them being used for bags that hold instuctions and other things; you get them when you buy electronic items.
    But why do you think they put these in plastic bags in the first place? I'm pretty sure it's in case they get wet.
  7. Do you know what NP means? on Timetabling Algorithms? · · Score: 2

    NP includes P, and therefore says nothing about how hard an algorithm is. What you meant is NP-hard.

    Do you know what NP-hard means?

    It means there's no known polynomial-time algorithm, which means the best you can do is probably exponential time. It means 24 hours is barely any more helpful than 24 seconds. A factor of 3600 extra time with an NP-hard might allow you to schedule 40 staff instead of 30, but you'd probably need longer than the lifetime of the universe to reach 100, let alone 400.

    People don't just avoid NP-hard problems just to be picky. They avoid them because they simply don't work for large problem sizes in any reasonable amount of time.

  8. Re:Universal *GUI* Browser on XWT: The Universal Client · · Score: 2
    I was reading about SCGUI, and then I hit a snag:
    SCGUI has no built-in "flow control" for widget layouts because it is assumed that the server handles such. The server can convert flow layouts into coordinates, which is what SCGUI uses. This keeps the client (browser) simple and stable. Future versions will be able to return the width of the client screen (or view area) so that server-based screen managers can scale stuff as needed for a particular client.
    That is not a good idea at all. Besides being totally contrary to the goal of "latency-friendlyness" when a window is being resized, it also simplifies the client at the expense of every server, which now has to take care of widget positioning, making them less "simple and stable". Furthermore, it seems an odd place to split the responsibilities: the client is in charge of how everything looks, except that it doesn't control where widgets go? Bizarre.

    Plus, some widgets are different sizes on different platforms (assuming they will use some native widgets). Does that mean the server not only has to query the client for the window size, but also for the size of each widget, only to then tell the client where all the widgets should go?

    This is a poor design decision. The client should handle widget positioning.

  9. Bizarro on Single-Atom Transistor · · Score: 2
    Next, McEuen said, his group planned to try a new molecule that can switch between "1" and "0" by changing shape, rather than by losing or gaining an electron. This physical mechanism, used in place of an electronic switch, could have advantages in economy and efficiency.
    I don't know if I have ever seen that sentence before.
  10. Re:neat idea; needs work. on A Better Way to Enter Text On a Palmtop · · Score: 1

    Try "Word" mode.

  11. Re:Nokia Phones on A Better Way to Enter Text On a Palmtop · · Score: 2

    I did that sentence in under a minute.

    Try adjusting the Dasher options. Set the max bitrate to 4 and check the "Word" box.

  12. Re:Contrary opinion on A Better Way to Enter Text On a Palmtop · · Score: 1
    It's just a appears chaotic jumble of letters, it is difficult to find the correct letter...
    Someone needs a refresher course on alphabetical order.
  13. Re:Using a lot of eye time. on A Better Way to Enter Text On a Palmtop · · Score: 1

    Now that's the first credible criticism I have seen so far.

  14. Re:Virtual Machine on Virtual Machine Design and Implementation in C/C++ · · Score: 3
    A VM is basically nothing but a simulator for a machine that doesn't exist. This is qualitatively different from an emulator. While a simulator mostly pretends to do something, an emulator mostly just does it.

    For instance, if you were to make a Pentium emulator to run on a 486, then many of the instructions could be executed as-is by the hardware. Most register values could be stored in actual registers. And so on.

  15. I'll tell you what drives me nuts on Proposed Law To Open Code ... In Cars · · Score: 1

    Please read this.

  16. Re:SSH is magnificent! on OpenSSH Gets Even More Suspicious · · Score: 1
    Thanks for the advice!

    As for the strength of 3DES, I have no idea of the relative strengths of the algorithms. I suppose I had just assumed that the ssh people wouldn't have picked a slow algorithm to be the default unless there was a reason.

    If blowfish is strong enough, I guess I might as well use that for everything.

  17. Re:SSH is magnificent! on OpenSSH Gets Even More Suspicious · · Score: 1

    But I only want blowfish for file transfers. 3des is better (I understand) for interactive shell sessions.

    What's wrong with an alias?

  18. Re:DON'T LISTEN! TROJAN ADVICE! on OpenSSH Gets Even More Suspicious · · Score: 2

    Do you have a link?

  19. Re:SSH is magnificent! on OpenSSH Gets Even More Suspicious · · Score: 5, Informative

    Just remember to use the "blowfish" cypher for large files. It's much faster than the default 3DES.

    I use: alias scp="scp -c blowfish-cbc".

  20. Re:Forcing good code? on Why (Most) Software is so Bad · · Score: 2
    I think "forcing good code" means giving Fred Brooks' uber-programmer the ability to establish automatically-enforced rules to keep the lesser programmers in line.

    Now, if I could just figure out which kind of programmer I am...

  21. Re:What kinds of bugs are you finding? on Properly Testing Your Code? · · Score: 4, Insightful

    A third kind of bug is harder to put a catchy name on, but it happens when you constantly say "oh, I didn't think of that case" or "I made a change in these six places but forgot that one". These indicate design problems of a fundamental nature. It means your code is cumbersome and inelegant.

  22. Re:Limated Experance on Is it Wrong to Accept an Employment Counter-Offer? · · Score: 1

    Was it a job as a copy editor?

  23. Re:As if 1000BaseT didn't suck enough CPU cycles on 10-Gigabit Ethernet Standard Approved · · Score: 2

    The easiest way to guarantee you'll be wrong is to predict that computer advances will cease at some definite time.

  24. Sounds like a Linux bug on Serious IIS Hole; Minor X Bug · · Score: 1

    Why should XFree86 care how much memory the system has? Any program should use as much memory as it reasonably needs to fulfill the request of the user. If a program uses too much memory, the OS should take care of it somehow. Whatever the OS does, it shouldn't go unresponsive.

    I certainly don't want to retrofit every program I've ever written to put a cap on memory usage, just so I don't hurt the poor little OS.

  25. Re:Appalled? on How Yoda Became an Action Star · · Score: 2
    I don't think that people object to Yoda fighting, it was the way in which he fought. Movies have somehow perpetuated the idiotic notion that martial arts is about jumps and flips.
    I look at it a different way. The characters in episodes 4-6 sometimes seem impractically fantastic. But just as Episode I explained why R2-D2 is built the way he is (for wheeling around spaceship hulls, not rolling across the desert), similarly this one explained how a 2-foot-tall man could have an advantage nobody else has: end-over-end turns within the space of half a lightsabre.

    You give the viewing public (including me) too much credit if you think we'd notice "speed, accuracy and ability to rapidly change his sabre strokes".