Slashdot Mirror


User: dnxthx

dnxthx's activity in the archive.

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

Comments · 24

  1. Re:Good grief on Datamining the NSA · · Score: 2, Informative

    Federal employees can be chairs of external organizations.

  2. Re:Good grief on Datamining the NSA · · Score: 5, Informative

    "The Biometric Consortium's Electronic Discussion Group is for federal, state and local government employees and others in industry and academia interested in biometrics. The Electronic Discussion Group is a free electronic mailing list for sharing discussions about all things biometric, ranging from research questions to meeting announcements.
    "

  3. Puzzle Pirates on Multiplayer Linux Games · · Score: 1

    Try Yohoho! Puzzle Pirates. Linux supported.

  4. Not *exactly* functional, but.. on Suggestions for Functional Jewelry? · · Score: 1

    What about a puzzle ring? I got my fiancee an engagement ring from this guy.

  5. Name spelled wrong on Escher Paintings with Lego Bricks · · Score: 1

    It's LIPSON not Lipton.

  6. Incorrect definition of a hyperplane on See 4-D Space With 3-D Glasses · · Score: 1

    The correct definition of a hyperplane is here.

  7. C++ API on A/V Data Collection Using Linux? · · Score: 1

    (shamless plug warning). If you're looking for a multithreaded C++ API for video capture and display (along with hooks for Intel's Image Processing Library or IPL), check out SPU-Toolbox. (http://www.spu-toolbox.org).

  8. Lack of references? on 3D First-Person Games, So Far · · Score: 1

    Does it seem strange that a "history" of 3D FPS not include games like "Wolfenstien" or even earlier?

  9. More signatures required! on Linux for the PlayStation2:It's Official · · Score: 2

    Since a large number of signatures prompted the Japanese release, then we have no reason to believe that the same thing can't happen here. So, I urge everyone to go and sign the USA list!

  10. Comment on Redundancy on Space Station BSOD · · Score: 1

    Redundancy (or voting) does not necesessarily imply increased stability. For example, if in a voting system, if the majority of systems happen to be installed wrong, then the majority vote could still result in incorrect behavior, such as attempting to turn your plane upside down as you cross the equator. (Actually happened, see the book "Doing Hard Time.")

  11. C# versus Java on Windows Marketing Executive Doug Miller · · Score: 1

    How do you feel about the claims that C# is simply Microsoft's answer to Java? As a programmer, why should I choose C# over Java or C++?

  12. PC/104 video capture cards on Embedded Linux And Video Capturing? · · Score: 2

    While they aren't the best video capture cards out there, there is some Brooktree (bttv) driver support out there for Imagenation's PXC200. I was involved with a project where I helped build six to eight systems based on this card --- but we were unable to make it as solid as we wanted to. This could be however, due to our choice of the other PC/104 devices however (which were EEPD systems, specifially).

  13. Who programms in assembly? Lots and lots! on Who Still Codes In Assembler? · · Score: 1

    Embedded systems programmers do a *lot* of assembly.

  14. What's so "funny?" on Violence's Niche In Cartoons · · Score: 2

    First, I see nothing "funny" about this article --- its a serious issue, whether we like it or not. (Perhaps Mr. Malda could point out precisely what is so "amusing" about this trend?) On a side note, the quote from Jon Mandel is *his* prediction that the trend of "Americanized" afternoon anime is about halfway. I had no indication after reading the print version of the article (I assume they are identical) that he implied the "end of anime."

    Just my two cents.

  15. Have you tried ACM or IEEE? on Group Medical Insurance For Contract Programmers? · · Score: 1

    If I remember correctly, the professional organizations ACM or IEEE may offer health insurance policies.

  16. Re:Amiga Memories on Other Uses For The Linux RAM Disk? · · Score: 1

    But, besides Eudora 3.x ("Eudora is tired of waiting for the system to respond."), can anyone else think of any really nasty or sarcastic error messages like the Guru Meditation Error?

    At the threat of being off topic, my personal favority "nasty" error message of all time is the message "Fucking sun blows me" when I used to try to mount FreeBSD partitions under Linux. I don't know if it's still there or not, but I got some good miliage out of that one.

  17. NeXT on C++/Java Postscript Libraries? · · Score: 2

    I could be remiss on this, but didn't NeXT cubes render to the display via Postscript commands? If this is so, then perhaps some component of GNUStep might help? Perhaps someone more deeply involved in OpenStep/GNUStep can comment.

  18. Collision Detection is a Hard Problem (TM) on VR Physics And Collision Detection In Hardware? · · Score: 2

    Regardless of hardware or software, collision detection is a difficult problem. It would be nice if it was just a matter of detecting intersecting bounding boxes, but it's not. For instance, suppose two objects are moving towards each other with non-constant velocity (and perhaps non-constant acceleration). In one frame, they might not "collide", but by the next frame, perhaps their bounding boxes will be intersecting. At what point in time should you consider the "collision" to occur? Additionally, if both objects are going fast enough, then in one frame two objects could be about to collide, and in the next frame perhaps they have already "passed through" each other! So, in every frame you have to keep track of trajectories as well as bounding boxes (and I'm sure lots of other things I'm forgetting right now).

    Just wanted to shed some light on a problem that seems a lot easier than it really is. Perhaps that's why specialized hardware is in order.

  19. Strange way to ask the question on How Are Standards Monitored And Enforced? · · Score: 1

    I'm making this post at the risk of having it moderated to "repetitive" but no one seems to have explicitly addressed this before.

    Personally, I think the idea of "enforcing" a standard is a strange way to bring up the issue of overall standard conformance / nonconformance. Either something conforms to a standard or it does not. However, this line is (usually) not a clear one, as there almost always exists *some* ambiguity in the way someone describes, understands, or implements a standard. Personally, I found the use of term "enforcement" a bit confusing, but I'm not sure that I have a better word for it either. ;)

    But, before you even try to ask the question "does product X comply with standard Y" I think one needs to define which sort of compliance / conformity you are addressing. I believe that there are two kinds of compliance. First, there is the compliance to the standard as it is on paper (if there is one!). Second, there is the compliance to the *implicit* standard that evolves from the majority of implementatations of that standard. These can often be very different; and when tyring to ask the question "Does our product/system conform?", one must first address the question of "to what?"

    For instance, suppose Standard Y on paper says nothing about the implementation of Feature Z. Yet, suppose a significant majority of products out there support Feature Z. Then, I would consider the paper standard simply "Standard Y", but in some ways, there is an implicit standard that consists of "Standard Y + Feature Z." (Simply because it's out there.) I do *not* mean to imply that this is a Good or Bad Thing (that's a *whole* 'nother can of worms). I simply want to illustrate that standard "conformance" may mean building a system that complies to an implicit, evolved standard, as opposed to a standard by committee.

  20. A Quarter Century of Unix on Books on Operating Systems History? · · Score: 3

    It's not about all operating systems, but A Quarter Century of Unix is all about, well, a quater centruy of Unix. ;) (ISBN: 0201547775)

  21. How many times has this happened? on More Fun With "For Dummies" Trademarks · · Score: 1

    I wonder how many times this has happened in the past, but people (like me) have just "caved" under the corporate pressure. For instance, a site I did as an undergrad called "Cache for Blockheads" (formerly "Cache for Dummies" (http://www.elan.org/me/collegiatep rojects/cache/) was also threatened by IDG(TM). I wanted to change the name to "Cache for IDG(TM) Lawyers" but was outvoted. We were also considering countersuing, because we figured that the content of our site was so much better than IDG's books, that they should be paying us. ;) But, in all seriousness, it was pretty frustrating. Anyone else out there get "threatened" by IDG but kept quiet until now?

  22. System.map on Helping Linux Newbies Move to the Next Level · · Score: 1

    I didn't read the article extremely carefully (I already know how to compile a kernel), but was there any mention about copying over the system map? If this isn't done, sometimes the results can be very bad.

  23. ... on Lightsabers Recalled · · Score: 1

    Do not taunt Happy Fun Ball (TM).

  24. Infuriating... on Anonymity not a "Free Speech" right · · Score: 1

    This is just plain infuriating. I suppose now, a company will sue you if you send them a letter of complaint as well. Or if you tell your friends not to buy their product for one reason or another. I wonder if this same judge would force a reporter to give up his or her source, just because some big corporation didn't "like" their article. Or, perhaps he'll soon find me in contempt of court, simply because I don't like his decision. "No right to free speech to defame." WTF? I'm sure England felt that same very way after reading the Declaration of Independence.

    Now I am totally and utterly depressed. Oops, maybe I shouldn't have said that. I might get sued.