Slashdot Mirror


User: GigsVT

GigsVT's activity in the archive.

Stories
0
Comments
7,440
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7,440

  1. Re:LSD? on Einstein Unveiled · · Score: 1

    Well, the reason that came out sounding wrong is because while he discovered it in 1938, the story goes he didn't realize its effects until 1943. Add another 15 years on that before the public at large knew what LSD was.

  2. Re:LSD? on Einstein Unveiled · · Score: 4, Insightful

    Dr. Albert Hofmann didn't synthesize LSD until 1938. Einstein was a very old man by then, and had already written many of his most famous works.

  3. Re:here's an idea.... on Jupiter Forecasts 50% Increase In Spam · · Score: 1

    Some people do run legitimate mail servers and legitimate mailing lists.

  4. Re:Not even carving it onto a rock is enough... on Digital Domesday Rescued By Emulation · · Score: 1

    The Rosetta stone's role is actually urban myth

    While its importance is likely often overstated, comparing it to something like "LSD on telephones making grandma trip out", or "Man wakes up with no kidneys" is a little bit of a stretch.

  5. Linuxconf? on Linux.Conf.Au (and IPv6 Mini Conference) Update · · Score: 2, Funny

    Everyone knows Linuxconf was depricated like three versions of Red Hat ago.

  6. Re:I guess this rules out the U.S. then... on New License Forbids Human Rights Violations? · · Score: 1

    I'd bet they are over 18 by the time we fry them, but they can be sentenced to it for things they did as minors. It's just by virtue of the slow court system.

    Of course, no examples to back this up.

  7. Re:Requires CVS SDL-Mixer??? on Star Control 2 Released Under the GPL · · Score: 1

    By the time the game is ready for release, the CVS SDL-Mixer will be release. This is likely the logic. This is only an alpha after all.

    It's not uncommon for people to develop on the cutting edge, that way they won't have obselete deps when they themselves hit release.

  8. Re:matrix and all that. on Equilibrium · · Score: 1

    Coolio used that camera flash freeze frame rotation thing back in 1996 or so in the "See you when you get there video", so I know that's at least that old.

  9. Re:In the year 2012 on 5 Predictions for 2012 · · Score: 2

    When Alan Thicke or Stephen King really does die, will Slashdot run a story? :)

  10. Re:It's like cellphones all over again on UN Advised on Wireless Insecurity · · Score: 2, Informative

    Let me take this a step further. It seems like it always turns out that IP traffic should have been encrypted. Why don't we encrypt all IP traffic to begin with?

    Probably because when IP traffic was developed, computers weren't fast enough. You do know TCP/IP has been around before 1993, right? :)

    Even if encrypted IP was put in place before the Internet went public, 386/486 class computers that were common at the time could barely keep up with unencrypted traffic over fast modems. Remember when your browser rendering speed was more important than your connection speed?

    As far as cell phones go, I might be talking out of my ass here, but I know the FCC has rules against encrypted transmissions on many bands. I wouldn't be surprised if it was (still is) illegal to encrypt cell phone traffic.

  11. Re:Then what about 1.2? on Linux Kernel 2.2.23 Released · · Score: 1

    Hobbyist PCI development is going strong!

    You both are talking about the same thing right? Getting an empty ISA or PCI perfboard and sticking components on it?

    Or did you mean software?

  12. Re:Movies aren't hypertext on Cringely on P2P · · Score: 1

    fuck

    It's possible to express a point without obscenity.


    Yeah, but obscenity makes it so much fucking easier. :)

  13. Re:Someone explain the point of this game to me on In-Depth Sims Online Development Story · · Score: 1

    This alone provides a never-ending goal to the game, which is what you really need in an online environment. It's like a variant of the Red Queen theory - you're not just up against the game, you're up against everyone else. You have to work to stay at the top... but unlike a levelling game, The Sims Online is far more capricious in that popularity doesn't need a vast amount of experience behind it. Start a fad, and poom - you've got people hearing about it from teir friends, visitng... much like the slashdot effect, but in a game. You're at the top of a list for a week.

    I thought we played that game in the late 90s.. I think we called it "the world wide something something".

    Does this mean that after a couple game years their whole economy will collapse, leaving a few remaining houses? :)

  14. Re:os9 never did that on Silly Kernel Panic in Mac OS X 10.2.2 · · Score: 1

    pathetic preemptive multitasking

    More like non-existant. The way I understand it, the low level code was non-reentrant, so it was inherently impossible without a total rewrite.

    Why does that make this story a troll though? Is it so amazing that a relatively new OS has a bug, whereas an older and heavily tested one would not?

  15. Re:annoying flash intro on How the West Wasn't Won · · Score: 1

    Heh, hilarious.

    You know the Sony Station where jeopardy.com is hosted has epileptic warnings now. I thought that was funny.

  16. Re:You haven't on Seeking Prior Art on Markov-Based SPAM Filters? · · Score: 1

    Uhg not enough coffee. Next time I should read the whole story.

  17. You haven't on Seeking Prior Art on Markov-Based SPAM Filters? · · Score: 1

    You haven't "run into a patent" until they sue you. Seriously.

    If every inventor/programmer gave up because there was a similar patent, no one would ever program or invent anything.

    No one knows if you are really infringing on a patent until the judge actually hands down a ruling. Patents aren't as clear cut as trademarks or copyrights. It's impossible to say something like "this code infringes" or "this code doesn't" until it actually goes to court. Same with even whether the patent is valid.

    I think this is the reason behind Linus basically saying "fuck patents". Once you get the cease and desist, then make your decision, until then, you might as well not worry about it (unless you have large bank accounts, in which case, you should already have a relationship with a lawyer).

    I am not a lawyer. Get a lawyer if you want legal advice, because this isn't it.

  18. Re:The differences on What are the Real Differences Between Distributions? · · Score: 1

    I think. The kernels could not boot because of an "invalid root option"
    The boot manager is set up to pass "root=LABEL=/" to the kernel

    The boot manager still needs to pass in a real device name, even if your fstab has labels, AFAIK.

    As far as LABEL goes, it's all in the fstab man page.

    Instead of giving the device explicitly, one may indicate
    the (ext2 or xfs) filesystem that is to be mounted by its
    UUID or volume label (cf. e2label(8) or xfs_admin(8)),
    writing LABEL= or UUID=, e.g., `LABEL=Boot'
    or `UUID=3e6be9de-8139-11d1-9106-a43f08d823a6'. This will
    make the system more robust: adding or removing a SCSI
    disk changes the disk device name but not the filesystem
    volume label.

  19. Re:The differences on What are the Real Differences Between Distributions? · · Score: 1

    /etc/fstab that lists devices, mount points and options. Mandrake gives me some complicated abstracted mess

    You mean LABEL= ?

    That's not a Mandrake thing. It's pretty much the way everyone is going, to avoid being so hardwired to device names that are liable to change when you reboot.

  20. Re:*winces* on Transitioning From Windows to Linux Development? · · Score: 1

    professional VB developer

    Is that something like "Subway Sandwich Artist" or "Sanitation Engineer"? :)

    Just pullin your chain, no need to get uptight.

  21. Re:What motivates open source developers? on Will Open Source Ever Become Mainstream? · · Score: 0, Troll

    Open Source development is done on free time, except for the lucky few who are sponsored.

    This is a myth. Most open source is sponsored. Since this is invalid, all the rest of your conclusions are invalid too.

  22. Re:RTFA on All Source Code Should Be Open, Revisited · · Score: 1

    Plus, what about Johnny Gifted-teen in his basement. What happens when he writes a brilliant piece of code that MegaCorp snatches up and puts in their BigSoftware? Johnny sues them? With what resources? Do you know what it costs to sue a fortune 500 company? Hell, the government can't even do it successfully.

    You don't think that happens today with open source software?

    It comes with the terrority. Even if he used closed source, they could probably pay some programmer for a few weeks and reimplement all the features clean. It's very difficult to write software that is so advanced that people actually wonder "How did they do that!". Given a sufficiently skilled programmer, almost any app can be easily figured out and reimplemented, closed or open source.

  23. Re:What price free(as in liberty)dom? on Linux Spurs MS Price Cuts · · Score: 1

    People with strong ethics like us may not sell out for any price.... but many people sell out every day.

    Look at how many people post on here "I hate my job/My job is making me write proprietary lock-in-ware/My company is fucking open source over"

    All those sentences end in "but I gotta eat".

    So I'd say the price of Liberty is about equal to the opportunity cost (if any) of taking the more free alternative.

  24. Re:too late? on Protecting Your Code While Allowing Source Access? · · Score: 2

    And that makes a lot of sense since I don't think that any company is going to finance the development of software that will end up potentially benefitting the competition.

    Wrong. At my company, we have funded several consultants in the past to write extensions of open source software that the developer later rolls into the next open source release.

    Here are several reasons:

    1. It usually is just one piece of the puzzle.
    2. The competitor has to actually find out about the enhancements that may benefit them.
    3. It's not in an area where one's company adds much value.
    4. It might not serve the competitor's needs as well as it does yours.

    It's like this. Imagine Boeing pays a tool maker to develop a new, better, tool that works on aircraft. They know full well that the tool maker is going to sell the tool to the competitors too. It's still worth investing in usually. It's the same with this, and with the GPL in general.

    I think that this is the real GPL/Open Source business model that many people seem to miss. It's not all about "support" in the "my mouse won't work" sense.

  25. Re:Spaghetti code? on Protecting Your Code While Allowing Source Access? · · Score: 1

    Are you saying you weren't just trying to be funny? You seriously do this?

    And you admit it in public?

    Wait, I get it, you are trying to get a job at MS.