Slashdot Mirror


User: zodar

zodar's activity in the archive.

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

Comments · 51

  1. Re:Reassignment of terms. on Ink More Expensive Than Champagne · · Score: 1

    Alcohol is an azeotropic mixture; it's capped at 96%. If you look at the distillation curve, it curves back up at the end, which means it can never be distilled to 100%. But I'm interested in what the original poster meant by "making ethanol chemically."

  2. Re:Braille on Incas Used Binary? · · Score: 1

    Braille is more of a 3d language than the knotted strings language is. Knotted strings are a one-dimensional language rendered in 3d. Neither the length, width, or depth of a knot matters.

  3. Re:Lawyer's Algorithm: Fix bug on SCO Shows 80 Lines of Evidence? · · Score: 1

    Holy crap that was pun-ishment. You know, it's not the horrible, horrible pun that I find funny, but the character of the person who thought, "Dear God, what an awful pun. I better say it out loud/post it!"

    On topic: sue(ridiculous_sum) might return a negative value, reducing someones_assets. You're right about the variable type; if it's unsigned, well, that answers that question.

    But:

    if ( sue(ridiculous_sum) > 0 )
    ++lawyers_assets;
    else
    ++lawyers_assets;

  4. No wonder they didn't show up on pricewatch on Flaw Delays Shipment Of New 'Canterwood' Pentium 4 · · Score: 1

    I was salivating after reading the reviews. This feels like nerd blue balls...

  5. Re:What value are these new processors? on Intel's P4 3GHz w/ 800MHz Bus & Canterwood Chips · · Score: 1

    Amen. db joins that took all night on our old, dual 200Mhz pentiums (w/1024K L2 cache) now take an hour or so with the new 2.4Ghz P4s.

  6. In Other News on Microsoft To Teach Undergrads About Secure Computing · · Score: 1

    Blind to lead blind

  7. Re:AI is a fraud on Turing Test 2: A Sense of Humor · · Score: 1

    I think you're forgetting what AI stands for. Maybe what you're talking about is better classified as problem solving, not artificial intelligence. I think by "intelligence" they mean "consciousness," not merely "smarts." So, artificial consciousness.

  8. Subjective vs. Objective grading on Grade Inflation in Higher Education · · Score: 1

    The difference is in the way tests and homework can be scored. In math, 2+2 is always 4; there's no room for equivocation. It's either right or wrong. In humanities, if you spell everything right and stick to the topic of the paper, you get a B. But what's the difference between a B and a B+?

    The scale is subjective in humanities courses; professors probably push grades up because of pressures to graduate more students. Or at least keep them in school. No college ever received 10K a semester from a dropout.

  9. Re:bah! on Me Oh Me Oh My, Malda Gets Married · · Score: 2, Funny

    The reason they got lost? The Cabbie, of course, was 420.

    Congratulations, Rob and Kathleen.

  10. Re:lossless compression on Nvidia GeForceFX(NV30) Officially Launched · · Score: 1

    That's what it would seem at first glance, which is probably why this hasn't been done before. But maybe the compression algorithm they use is not the bottleneck, and they get away with co/dec while the GPU is doing something else. If they use something simple like Run-Length Encoding then it's as easy as counting like bits on one end and integer multiplication on the other.

    read in thisbit
    while ( bits in stream )
    {

    * compress *
    read in thatbit
    num=1
    while ( thisbit == thatbit )
    {
    ++num
    thatbit=thisbit
    read in thisbit
    }

    send num, thatbit across the pipe

    * decompress *
    read in num, thatbit
    for(;num>0;--num)
    write thatbit
    }

    Fast! Their code *might* be a little more complex, though.

  11. Re:Rollins? on Cathy Rogers Responds Without Crashing · · Score: 1

    If they build one that loads clue-by-fours, I'm buying 2 and taking them to work.

    See if my boss can take a hint when it hits him at 176 feet per second.

  12. Re:Show of remorse on Former DrinkOrDie Member Chris Tresco Answers · · Score: 1

    I don't think they can EXTEND your sentence based on lack of remorse; they just won't shorten it. Unless your name is Bret Kimberlin, of course.

  13. Re:802.11b network security on Low-Tech Cell Phone Blocking · · Score: 1

    He could just build a little box out of the wood panelling, then, and keep his Wifi NAT/router in it. Then no one could snoop his network, and he could have windows, too!

    Bet you didn't think of THAT!

  14. George Lazenby contributes elements? on Slashback: Periodicity, Vacuum, Strength · · Score: 1

    As 007, I guess he would have access to things like Thallium.

  15. Re:One method on Game Developers Cracking Down on Cheating · · Score: 1

    I meant it allows one to perform in an arena where one would otherwise fail.

  16. Re:One method on Game Developers Cracking Down on Cheating · · Score: 1

    OGC does not put *you* in first place. *You* had nothing to do with it. You won nothing; you did nothing; you sat and watched a bot win a game. You are the parasite and OGC is the host; you sit and bask in the false glory of victories won by OGC alone. There is no honor, no integrity, and no real fun. Because real fun comes from winning based on your own merits. If you need to cheat to win, you are admitting your lack of merits, your lack of skills.

    OGC and its ilk is Viagra for the gaming impotent.

  17. Re:One in math? on A New Kind of Science · · Score: 1

    Because completely geeking out on something to the point of ignoring personal comfort and/or hygiene is completely understandable to us, whereas someone else holding four degrees from renowned institutions is a direct challenge to our collective manhood.

  18. Why the hell is it middleware all of a sudden? on XP Service Pack Does the Impossible · · Score: 2, Interesting

    The fact that Microsoft has gotten everyone to call an *application* like Windows Media Player "middleware" is a victory in itself for them. This is *not* middleware. There is no good goddamn reason why WMP has parts of its code in the OS and vice versa. The only reason MS has done that is to make the OS and their (not) middleware apps so inextricably intertwined that they can truly claim that it's impossible to remove the apps without destroying the OS. They take chunks of code from the browser and other apps and put it into the OS. Then they take chunks of the OS code and put it into the browser. That's the only reason why they can call those apps middleware with a straight face. Go read the Findings of Fact from the last antitrust trial (Judge Thomas Penfield Jackson's) and you'll see what I mean. What I need is a link to the page. Karma whores! Fetch me a link!

  19. Solid State Cooling! on Ultra Efficient Chip Cooling Passes Boeing Tests · · Score: 1

    Maybe that'll cut down on the 120db fan drone in our computer lab. The silence in here is deafening.

  20. Double jeopardy? on MS Pressuring NW Schools: Pay Up, Or Face Audit · · Score: 1

    1) Isn't this the same Microsoft that charges OEMs a Windows license fee for every processor they sell, regardless of what's pre-installed? That's what made Windows so huge -- the OEM pre-installs. I'm sure the schools bought most of their comps from OEMs, so how can MS charge them again? MS must have some record of which OEMs they charged for what, so if all their computers are Dells or Compaqs or whatnot, they already charged them for a freakin' license! What is this double-jeopardy crap? I thought that only the IRS could do that.

    2) I bet MS is doing this to put pressure on the school system to get rid of that Linux distro. In order to preserve the applications barrier to entry, they must ensure that none of tomorrow's developers learn to use Linux. You have to get to 'em early; just ask the tobacco companies.

  21. Not quite out... on IBM Bails Out of the Hard Drive Market · · Score: 5, Funny

    Actually, IBM is going to stay in the hard drive market, but only for 330 hours per month.

  22. Re:DMCA in action on Slashback: Bnetd, Salmon, Towers · · Score: 1

    "Bnetd wasn't created to pirate Blizzard games any more than DeCSS was created to pirate DVDs. It was created so people playing Blizzard games could have multiplayer games on local LANs without having to rely on battle.net."

    That function already comes with most Blizzard software. I regularly play Blizzard games on my local LAN without connecting to battle.net, and I have never used bnetd. I use the "Other Multiplayer"/"TCP/IP game" option that comes with their software.

    Next excuse!

  23. Bandwidth Limits on Corporate Anthems Go Corporate · · Score: 1

    "the music files had to go offline due to bandwidth limits"

    I love how they celebrate the return of the site by Slashdotting it.

  24. The church I went to as a kid on What's the Worst Acronym You've Ever Heard? · · Score: 1

    was called Garden Grove United Church of Christ, which they abbreviated on the sign out front as GGUCC. When they changed the name to Faith United Church of Christ, they expanded the sign.

  25. Re:The real question on Kathleen Fent Read This Story · · Score: 1

    Yes, will your marriage be more cathedral, or more bazaar?

    (Pun? What pun?)