Slashdot Mirror


User: Valar

Valar's activity in the archive.

Stories
0
Comments
1,039
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,039

  1. Re:Stock Charts on SCO Investor Changing the Deal · · Score: 1

    Just watch the court dates. Put in the short sell order to end maybe a day after the court sesssion ends. Then when the stock goes from $16 to $4...

  2. Re:Crappy Devices are Built Everyday on ViewSonic AirPanel v150 Review at Ars Technica · · Score: 1

    You're right. It is clearly an unsurmountable hurdle. Obviously, it isn't like there are common devices in millions of homes that convert radio signals into moving pictures.

  3. Re:GPL Violation? on Linux-powered Mobile Cocktail Mixer · · Score: 1

    Hm. No binary, no violation.

  4. fumble might not be the right word on AT&T Wireless Fumbles Number Portability · · Score: 3, Insightful

    'fumble' implies that at&t didn't mean for it to happen.

  5. Crappy Devices are Built Everyday on ViewSonic AirPanel v150 Review at Ars Technica · · Score: 3, Insightful

    It is a neat idea and all, but i'd prefer a simple VGA->radio->VGA system over a tablet PC + wifi (which is what this looks like). Then I could use my wireless mouse and keyboard and be set. Back when I had a windows machine, I never needed to remotely administrate it (it was just a gaming machine-- it didn't matter if it crashed while i was out). Of course, then there is VNC if you want a full blown desktop anywhere solution.

  6. Re:Pick a point, any point on Buzz Advocates Lagrange Point Spaceport · · Score: 1

    L4 and L5 are both located one equilateral triangles with the significant masses (the earth and sun, in this case). I don't think it would make a terrible lot of difference either way.

  7. Re:Google Link on Buzz Advocates Lagrange Point Spaceport · · Score: 1

    Same Trick, Second Page.

    For those too lazy to do it themselves. :)

  8. Re:Interesting on Buzz Advocates Lagrange Point Spaceport · · Score: 3, Funny

    On the other hand, if we start building stuff on the moon we will probably get into a whole "territorial fight" with other countries and wind up killing ourselves because the weapons we used on the moon somehow changed its orbit. Thus allowing the earth to fall into natural disaster chaos.


    Have you considered writing for hollywood? I hear Bruce Willis is bored...

  9. Re:The N-Gage has one winning feature... on Mame on the Nokia N-Gage · · Score: 1

    Just to clarify, I was joking.

  10. Re:IBM Thinkpad laptop on What's the Hardiest Hardware You've Seen? · · Score: 1

    I had a thinkpad (I think it was a 133mhz, it has been awhile) that survived a house fire. Plastic on the other side of the house melted, but the thinkpad in the adjacent room survived with only smoke damage (it was off, with the lid closed, but no protective case or anything).

  11. If it is nothing new... on McBride's New Open Letter on Copyrights · · Score: 3, Insightful

    WHY post about it? I mean, come on. We're going to hear nothing but bullshit from SCO until they go under, why even bother listening? The only possibly important part will be the court hearings and we have awhile before those.

    Everyone, breathe in, breathe out. Chill. Just chill.

  12. Re:The N-Gage has one winning feature... on Mame on the Nokia N-Gage · · Score: 0, Troll

    Or you just quit being so weak you fucking european/canadian communist.

  13. Re:Heh... on Voting Machines Vs. Slot Machines · · Score: 1

    There's no stable solution, assuming it is a one dimensional problem (i.e. one can only be on a liberal-conservative spectrum). Of course, even if you extend it to be a multi-dimensional system, the parties (or food stands or whatever) will still end up together, in the middle.

  14. Re:Decent code, a couple of duplicate chunks... on Get to Know GnomeMeeting · · Score: 1

    Just keep banging out those karma-lovin' CPD posts.

  15. Re:Which Unix? on On The Death Of Unix · · Score: 1

    What is unix and what isn't is a matter of opinion (well, at least some people seem to think so). Most people decide based on the interface. If it has the same functions as the other UNIXes (plus maybe even a few new ones), has the same file structure/permissions system (implied by the software interface), and the same kind of user/group ideas, it is generally considered unix. Even if the internals are not BSD, if it looks the same to the applications, most people would count that.

  16. Design Patterns... on J2EE Design Patterns · · Score: 1, Insightful

    I've never really understood the point, because 'commonly ocuring problems/projects' are, by definition, commonly occuring. People who have spent any amount of time as a junior developer or a computer science student have been handheld through these types of scenarios about 1,000 times before they actually get to design anything important on their own. Beyond that, you're never going to be able to account for the wide varieties of situations that occur in the real world with one book full of templates. Maybe someone can sell this point to me? :)

  17. Congressman Valar...nice ring... on MPAA, RIAA Seek Permanent Antitrust Exemption · · Score: 3, Insightful

    If I were in congress, I think I would just start voting down anything with a clever acronym for a name....

  18. language bigotry ahead on Java Frameworks and Components · · Score: 0, Flamebait

    Life is busy enough without writing your own infrastructure code.

    No, life is busy enough without having to learn anything else about java, ever, thanks.

    Halfway kidding.

  19. Re:They wouldn't be allowed to patch it anyways on Diebold ATMs hit by Nachi Worm · · Score: 1

    Hmm... so, for example if it had a parent link, much like this one doesn't, it would be a reply, correct? So what, exactly, is your point?

  20. Re:They wouldn't be allowed to patch it anyways on Diebold ATMs hit by Nachi Worm · · Score: 5, Funny

    We have a new record! Someone didn't even make it all the way through the article TITLE. First, it was rtfa (the linked article). Then it was rtfa (the slashdot article). Now do we need to go to rtft (read the fucking title)? The article is about diebold ATMs, not voting machines.

  21. Sparkle, eh? on WVG : The New Scalable Vector Graphics · · Score: 1

    But what about sparkle motion?

    Mr. Sparkle?

  22. my god. on Rio Karma 20GB Reviewed · · Score: 5, Funny

    What will we complain about now?
    It plays ogg.
    It sync via ethernet.

    We're going to have to find a new gold standard, and fast!

  23. My experience with XML on Effective XML · · Score: 4, Insightful

    It has been my experience with XML that it is like a lot of other things in development: the good developers understand it immediately and have native intuition towards best practices. The bad developers never really get it and spend their time reproducing tricks they saw in a cookbook. That's good and fine until you need something that doesn't quite fit into categories a, b or c. Another example of this is how high school and university data structure/algorithm classes never spend any time of development of new data structures that exactly meet the problem specification. Instead they lay out half a dozen types of linear lists, a couple of trees, and some hashing functions and say, "Well, you can glue just about anything together from this." Perhaps this book takes what is, IMHO, the better approach-- laying out the tools and politely explaining what the implication of each is, rather than attempting to list out pages of cute examples of what each can do.

  24. Don't do that. on Web Pages Are Weak Links in the Chain of Knowledge · · Score: 4, Insightful

    You probably shouldn't be quoting any kind of "Bob's World of Great Scientific Insight" type pages anyway. I mean, the majority of sites that go under in less than 100 days are the one person operations that one should identify as bad sources anyway. So it might seem obvious that quoting someone's blog in a research paper is just a plain stupid idea, but it happens way more often than you might think.

  25. Re:it still isnt gonna go mainstream on Linux in 2004? · · Score: 1

    Umm... how long has it been since you've used linux? Copy and paste works just fine gnome, for example. And considering the fact that I never even have to LOOK for an installer for what I want, I would say installation is easy (for the curious, emerge on gentoo using kemerge-- so don't give me any of that 'you have to install from the command line' stuff).