Slashdot Mirror


User: Knights+who+say+'INT

Knights+who+say+'INT's activity in the archive.

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

Comments · 312

  1. Bad summary on The Math Behind PageRank · · Score: 5, Interesting

    The article specifically says the PageRank eigenvector is only recalculated once a month, approximately. Even though Google uses some clever numerics to calculate the eigenvectors to a 25 billion by 25 billion matrix by iteration, it still takes several hours to finish.

  2. For OS X users on War Declared on Caps Lock Key · · Score: 1

    http://doublecommand.sourceforge.net/ will remap Caps Lock to Control, among other things. I'm trying it for a while, but I'm too used to using Caps Lock for small acronyms like OS X and URL and prolly will turn it off soon.

  3. Re:Another view on Writing Code for Surface Plots? · · Score: 1

    That seems to be a troll, but just for the note: I said I think I invented something. If I was cock-sure of superb originality and power, I'd be off trying to publish in academic journal, not discounting a nifty visualization trick over in a /. comment.

  4. Re:Another view on Writing Code for Surface Plots? · · Score: 1

    Yeah, it should have been mod 256.

    I actually didn't even use the mod function in my code. I produced the images in PPM format, and color 257 = color 1 in that format. It was an accidental "invention". (I wonder if it's been done properly before me).

  5. Another view on Writing Code for Surface Plots? · · Score: 3, Interesting

    You could plot graphics that represent levels as colours. I think I invented a kind of R^2->R function plot that represents a Z value as the degree of grey (0 being black, 255 being white) corresponding to Z mod 255. The result is that the more frequent "cuts" (sudden changes from white to black) are, the highest is the derivative.

    Looky here, here and here.

  6. Dupe? on The Future of Computing · · Score: 1, Troll

    If I had a dime for every time /. has had a story titled "The Future of Computing".

    Seriously. Not the same story, true, but the same title, over and over. Just look.

  7. Hacktivismo to become the next superpower? on Hacktivismo launches ScatterChat · · Score: 1

    1. Develop "ScatterChat" encrypted chat.
    2. Get "Visual Radio".
    3. ???
    4. Superpower!

  8. Why oh why on Interview With the PC-BSD Team · · Score: -1, Troll

    Just why would anyone want a FreeBSD desktop?

  9. Re:It's the Commonality, Stupid on New 25x Data Compression? · · Score: 1

    Precisely. That's what Sorcerer, the Linux distribution, does.

  10. In any case.. on The New Boom · · Score: 2, Insightful

    .. you have to admit that Adsense is a firmer business model than Pets.com -- or heck, graphical nonrelated banner ads -- and RSS, open web services APIs and stuff like del.icio.us or Flickr are more valuable content than the websites of 1997.

    Maybe some lessons _have_ been learned. That doesn't mean necessarily that current pricing isn't off, or that the dynamics of self-fulfilled prophecies have changed, but there's definitely more value on the internet now than around 1997-1999, with less flowers.com fluff.

    Maybe a part of the 1990s tech bubble wasn't unwarranted overvaluation, and that adds to the hypothesis of a firmer expansion now.

    It's naïve to just go "ah, history repeating itself". History never repeats itself, except as a farce.

  11. Re:POLL for Single Slashdotters on Raining Extraterrestrial Microbes in Kerala? · · Score: 0, Offtopic

    Um, forgot to post my age. (I'm the *Snif* anonymous coward) I'm 23. I was 22 when I first had sex.

    Don't despair. If you're not good with teh chicks, wait for true love. It's pretty awkward still being a virgin at 22; women expect sexual experience you haven't, and you need someone who will tolerate you not knowing what the hell to do the first times.

    I guess, anyway. Sex in a deep romantic relationship is more fun, anyway. It can be wild & rough, it can be caring & sweet, it can involve teh weird fetishes you wouldn't confess to the average chick, and all.

    Just try to be an interesting person and don't worry too much. Geeks are interesting people in their own right, and as long as you can geek out over a wider range of subjects you should be all set. In your early-20s, the social skills you lacked during your teens aren't that complicated anymore, and it's easier to go out and mingle.

    Oh, btw. I met my g/f on IRC. She was first attracted to my grammar.

    Try to find love.

  12. so, according to Jakob Nielsen.. on Why Video Blogs Will Suck · · Score: 1

    ... documentary filmmaking is impossible!

  13. Re:I dont 'get' RSS on 10 Biggest Microsoft Surprises of 2005 · · Score: 1

    http://www.rssfwd.com/

    Bingo: safe email subscription to your favorite weblogs and feeds in general. "Safe" because the only agent you trust with your address is rssfwd, and they are teh goodiness.

    Disclaimer: no affiliation. Heavy user.

  14. Re:Talk about coincidendces... on Ruby Off the Rails · · Score: 1
    Where Haskell does shine is in its generalized algebraic abstract type support. Maths (well, numbers) are one type that's predefined and intuitive to use, and it generates lots of examples of the pretty kind, but import a parser library like Parsec and you have non-"math" examples that take the "formulaic" declarative style to great levels of elegance. Or you can import a Tree library and have it search domains with great beauty and smartness.

    Say we want to verify the Collatz conjecture for a given space of seed numbers. Bruteforcing won't work: if we can't prove that the Collatz sequence converges for a given n, how do we know when to interrupt Collatz(n) and move over to Collatz(n+1)? Behold search over a memoized rose tree in a two-minute hack:
    module traverseCollatz where
     
    import Data.List
    import System
    import Data.Tree
     
    invFunc :: (Integral a) => a -> (a, [a])
    invTreee :: Integer->Tree Integer
    upto_ :: Int->Integer->[Integer]
    upto :: Int->[Integer]
    findCollatz :: Integer->Int->Bool
    minLevelCollatz :: Integer->Int
    minLevelCollatzes :: [Int]
     
    invFunc x = (x, [if (x-1) `mod` 3 == 0 then (x-1) `div` 3 else x, 2*x])
    invTree = unfoldTree invFunc
    upto_ a = concat . take a . levels . invTree
    upto a = upto_ a 1
    findCollatz x a = elem x (upto a)
    minLevelCollatz x = until (findCollatz x) (+1)
    minLevelCollatzes = map minLevelCollatz [1..]
    OTOH, it's generally a bad idea to do numerics in Haskell. At least for the next few years. Even fanatic Haskellers will point you to O'Caml for numerics stuff.

  15. it's the green stuff on Amazon's Mechanical Turk · · Score: 1
    from TFW:




    The money you earn is deposited into your Amazon.com account, where you can turn it into cash at any time by transferring it to your personal checking account.
    .

    It's cash, dough, green cheese, vile metal, the actual stuff.
  16. it would be fascinating on Crackers Slam EQ2 Economy · · Score: 1

    to create a Central Bank of Everquest, setting the interest rates at which players can borrow money and thus controlling prices through monetary policy.

  17. don't use Microsoft Windows. But use Doors. on Creating a Clever Home? · · Score: 4, Interesting
  18. Scheme on Introducing a Child to Constructive Computer Use? · · Score: 1

    Start him on Dr. Scheme http://www.drscheme.com/ as a calculator, and gradually teach him to write functions, evaluate lists. The mere incentive of having the computer doing his homework as soon as he builds the abstract toolkitshe needs will have him writing simple functional programming libraries in weeks.

    Oh, and he won't have been spoiled by GOTOs.

  19. In the finest tradition of Slashdot whining, on Rootkits: Subverting the Windows Kernel · · Score: 1

    What is with the constant irritating use of "In the finest tradition of"?

    In any case, good to see long articles. Slashdot should have more of them.

  20. Re:Skype quality?? on Skype's Sale As Media Feint · · Score: 4, Interesting

    Skype works behind NATs and is available for Linux and OS X.

    There aren't really any alternatives.

  21. Re:Not that special on Interview with a Gnome artist, William Szilveszter · · Score: 1

    Plastik is awful, gaudy, overdesigned, overstated.

    This is minimal, subtle, soft, sophisticated.

    (I'm an OS X zealot looking at the first Beautiful X11-based GUI I've ever seen)

  22. As an OS X zealot, I must admit on Interview with a Gnome artist, William Szilveszter · · Score: 1

    This is great GUI visual design. Absolutely fabulous.

  23. the first rule of the iPod micro is on World's Smallest MP3 Player · · Score: 2, Funny

    Do not eat this micro iPod.

    Do not eat this microsized music player.

    Do not eat it.

    You have been warned!

  24. RSS on How to Run an Ethical Mail List? · · Score: 5, Insightful

    Consider using RSS channels instead of an email list.

  25. TR on GTA Sex Game Leads to ESRB Fracas · · Score: 1

    How is this different from the whole "Nude Lara Croft" oldjimmery from the halcyon days of Tomb Raider?