Slashdot Mirror


User: Gromgull

Gromgull's activity in the archive.

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

Comments · 17

  1. Re:He's gonna build the Infinite Perspective Vorte on Can Curiosity Be Programmed? · · Score: 1

    Then he should perhaps take a trip inside himself. This article and his webpage is full of self-self-congratulatory bullshit.

  2. Re:Manually semantic != semantic on What's Coming In KDE 4.4 · · Score: 2, Informative

    Actually, in KDE4 inotify is used to listen to file changes, so if you do move or copy a file, the annotations are moved along. Although - clearly it still breaks if you copy it to a USB key and move it a different computer, scp it, attach it to an email, etc.

  3. Re:Superimprose on The Music Industry's Crisis Writ Large · · Score: 1

    The guardian brought this up:

    Are downloads really killing the music industry? Or is it something else?

    Although CD sales are plummeting, DVD and games sales are way up, making the entertainment industry as a whole increase it's earnings.

  4. Re:open source on No More OpenMoko Phone · · Score: 1

    The reusable things here are not only the code, but the schematics for the phone itself and the lessons learned, i.e.

    1. the gfx chip in the freerunner is worthless, it's not really open (NDA required) and the performance sucks => don't use it again,

    2. Use two CPUs next time, one more powerful than the current slow one, and another tiny one to keep alive while suspended to come back quicker and be more responsive.

  5. Re:Easy question on Are Academic Journals Obsolete? · · Score: 2, Informative

    At least for computer science (where I publish) I think conferences have sort of filled the role journals used to have. A comp sci conference usually has the deadline about 6 months before the actual conference, and will have the proceedings printed in time for the conference.
    Large international conferences are now sufficiently hard to get into that a fair quality is guaranteed (WWW conference last year had 10% acceptance right I think?).

    I understand that this is quite different in other fields (physics, etc.) - where conferences have deadlines only shortly before the event and often only short papers/posters? Comp.Sci. has solved the need for a less formal venue for presenting quick ideas by doing workshops.

    Bottom line: No - I don't thinnk journals are needed any longer, but then again, maybe I am just bitter because I have no journal publications :)

  6. Re:Wtf on User-Generated Content Vs. Experts · · Score: 5, Informative

    Actually - the 1% are the users who hang around and correct grammar and punctation mistakes, they clearly make many edits because each edit is only a few chars. The majority of NEW content on the other hand is added by users who may make few other edits. Aaron writes more on this: http://www.aaronsw.com/weblog/whowriteswikipedia

  7. Re:What's the difference from regular SQL ? on SPARQL Graduates to W3C Recommendation · · Score: 0

    The difference is in the underlying data-model. SPARQL queries RDF, which has URIs identifying each column, so you cannot have just "name", you need to have http://xmlns.com/foaf/0.1/name (abbreviated to foaf:name, with a proper prefix defn.)
    Also, since RDF is a graph you are not just querying for DB rows, you are querying for paths through the graph, letting you query for things like "the mother of the sister of the creator of the movies with over 9 rating on IMDB" without using a JOIN syntax. (Of course, there is a join there, if thinking in RDBMS terms makes you happy, think of RDF as a large table of rows (i.e. triples) with three columns: (subject, predicate, object))

    It should be obvious that SPARQL is NOT trying to invent a new syntax, in fact - the syntax is as close to SQL as possible, only changing the bits that need changing to fit with RDF.

  8. Not SO open on Google's OpenSocial Platform Releases · · Score: 0
    As Shelly points out:

    "this is not an open API; this is a free API, owned and controlled by one company only: Google. Hopefully, the world will remember another time when Google offered a free API and then pulled it."
  9. Re:Publish it yourself, online on How Do You Get a Board Game Published? · · Score: 0

    Make it into a Volity game! It's a bit like yahoo games, i.e. a multi-game chat/play/game-ladder thingy for board-like games. However, it's an open framework, with clients in java+svg and made multiplayer using the jabber protocol.

  10. Re:So either they're buying up this website... on Acclaim Back From the Dead · · Score: 0

    you could always try robocode from IBM (google for link - too lazy). It's in a java - but really quite advanced and good fun.

  11. Re:That's great! on The Best of Web 2.0 · · Score: 0

    I love having my name associated with this, ahem.

    http://socialporn.com/

  12. Re:Just as good as Google.... on Ask Jeeves Looks to Outshine Google · · Score: 0

    at AAAI, Peter Norvig, director of research at google , gave a talk, and someone asked him "how do you measure search quality?" and he told the story of how the ask jeeves people had asked him that once, because they measured it by comparing with google :)

  13. Re:Simple Is Beautiful on It's Not About Lines of Code · · Score: 0

    And thats why LISP is the way forward.

  14. alltheweb.com on AltaVista Can't Keep Up · · Score: 0
    From the article:
    "Other search services, including Fast Search, update their engines every 30 days. Google typically updates every 28 days. "
    This is all wrong, Fast has got a cycle that updates the index every second week. I.e. twice as often as google. See this press release
  15. Re:Reactions on Ask An Ordinary Teenage Slashdot User · · Score: 1

    A great Norwegian author, Jens Bjørneboe, wrote:
    If we would never over-estimate our capabilites we would never get anywhere.


    --
    Cause she's the cheese and Im the macaroni

  16. Re:Uh-oh... on The Linux Development Platform Specification : Beta · · Score: 1

    >And then nobody will achieve commercial >success without sticking to that standard. Its OSS right? There isnt meant to be a commercial success involved...

    --
    Cause she's the cheese and Im the macaroni

  17. Re:The last language designed by committee was... on Unhappiness Surrounding Perl 6 Announcements · · Score: 1

    Well, COBOL was hardly a language at all...

    --
    Cause she's the cheese and Im the macaroni