Slashdot Mirror


User: tobyjaffey

tobyjaffey's activity in the archive.

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

Comments · 31

  1. mini-clone on Send out the Clones? · · Score: 3

    > I want my own half height clone to mow my lawn.

    "Like CmdrTaco in every way except one eighth size, I will call him MiniTaco"

  2. xine on powerpc linux on OS X Won't Be Fully Functional On March 24th · · Score: 3
    Apparently xine now runs on PowerPC linux systems. The latest CVS version seems to have PowerPC targets, but only having X86 machines, I can't test it out. Grab the CVS with,
    export CVSROOT=:pserver:anonymous@cvs.xine.sourceforge.ne t:/cvsroot/xine
    cvs login
    cvs -z3 co -P xine

    I know that for X86 systems, I'm getting pretty much perfect (as far as I can tell) playback. It's better than WinDVD/PowerDVD anyway.

  3. Imagine a beowulf cluster of these! on Booting Linux In Three Seconds · · Score: 1

    No, seriously.....
    Instant startup, netbooting over virtually any protocol/system, no floppies/hard disks.
    Time to flash my BIOS.

  4. geekshirts on The History Is In The Shirts · · Score: 2
    If you're interested in Geek T-shirts, please visit geekshirts.sourceforge.net. We have over 30 designs, some of which are printed by Copyleft, Thinkgeek and others.

    All designs are available in open formats for any use, you're welcome to print or even sell designs. All we ask is that derived designs are distributed under the same license.

  5. SVG!!!! on Flash For The Rest Of Us · · Score: 5
    \begin{rant}

    Flash is a binary coded, obfuscated, proprietary format owned and controlled by Macromedia. It's difficult to program for, supported only on select platforms, only with non-free plugins and utilities etc.

    Use SVG, an open standard which aims for wide support, based on XML with a very strong underlying rendering model. It rocks.

    \end{rant}
  6. Re:Intro/Tutorial on DocBook? on Alternatives To .DOC As Standard WP Format? · · Score: 1

    Try the O'Reilly DocBook book. http://www.oreilly.com/catalog/docbook/desc.html

    It's not free, but quite good.

  7. Re:SGML/XML/DocBook on Alternatives To .DOC As Standard WP Format? · · Score: 3

    HTML is great, XHTML (or at least HTML >= 4) is better.

    The problem with HTML is that it was designed to be a markup language for simple documents, so it has heading, subheadings, titles, paragraphs etc. However, as people wanted to do more and more stylistic things with it, the language was extended by the w3c. But, most people kept just bastardising it by using heading tags to make things big and bold tags to emphasize things.

    HTML is a big, nasty mix of structured document and stylistic tags. What HTML 4 strict does is to say that HTML is just a structure language with no formatting info. Then you use CSS or XSL to do the style work, which is a much more sane and portable approach.

  8. Re:One word... on Alternatives To .DOC As Standard WP Format? · · Score: 1

    PDF is better. Smaller, better font embedding, better cross platform support, incremental download/display for web download etc.

    But, much as we hackers love to edit postscript by hand, normal people don't. The original message said editable

  9. Re:Doesn't run under curses. on Alternatives To .DOC As Standard WP Format? · · Score: 1

    Ah... but CR or LF or both? The eternal question....

  10. SGML/XML/DocBook on Alternatives To .DOC As Standard WP Format? · · Score: 5

    Use a nice SGML/XML application like DocBook. Tools for manipulation are free, anyone can write DocBook, with or without specialist tools (it looks a lot like HTML to the layman).

    Don't use HTML, at least use XHTML making sure that you segregate style from content. If you must use HTML, use stylesheets so that formatting is consistent.

    But, my recommendation would be to use DocBook (SGML) and use stylesheets and nice free parsers to output TeX, ASCII, RTF, HTML and whatever else people want.

  11. Re:Oh...c'mon on Palm Used in Contemporary Art · · Score: 2
    You suck.

    Look at the snapshots of the work, clearly the artist is exploring common forms and motions used in calligraphy and penmanship. The piece shows the common motions used in calligraphy from a variety of sources, I can see stuff in there that is reminiscent of Arabic, Eastern calligraphy, and pictographic stuff.

    As a piece of art, I personally find it interesting, a good attempt at abstracting some of the features common to writing from many cultures and styles.

  12. pigs? what? on Post Apocalyptic · · Score: 1

    Small pigs? what? are you mad?

    GiS is cool, please do more.

  13. Re:eqn - XML -- yes it is still in use. on An Interview with Brian Kernighan · · Score: 1

    I'll note here (marginally) that if you are under 25 or 30 years old, the idea of a document being a program is probably just weird.

    I'm 20 and fairly used to documents containing active code. But, what really puzzles me is why the ascii manpage isn't generated on the fly?

    Although embedded code in documents can be very cool (ie postscript), I really do prefer some division of code and layout. Hence, I have a really nice Java FAQ written in SGML, using make it's automagically rendered and contorted into LaTeX, pdf, ps, plain text and HTML. It's really nice to have a single source format without any embedded code, that way it can be easily reused.
  14. Re:eqn - XML -- yes it is still in use. on An Interview with Brian Kernighan · · Score: 1

    You can hardly put TeX and MathML in the same category as the rest?

    MathML is a totally clean, portable way of describing equations. AFAIK it's much cleaner than eqn with it's idiosyncracies.

    Meanwhile, TeX is the choice of most mathematicians for publishing papers. It's changed very little over recent years, hardly like Word.

  15. eqn - XML on An Interview with Brian Kernighan · · Score: 3

    In the interview it says that Kernighan is currently hacking eqn to output XML/HTML (presumably MathML?). This has been suggested as a CS thesis title at my university, fortunately I decided that it was far too sick a task to even think about.

    eqn is kinda cool (given that it works wonderfully on pipelines with troff in cunning ways). But, surely by now all old eqn documents have been converted to TeX or MathML anyway? Does anyone outside of Bell Labs actually have any eqn documents?

  16. Re:Moderators on Crack on Carmack About Q3A On Dreamcast · · Score: 2

    Whoops, I mean utah-glx. This is what happens when I don't paste urls.

  17. Re:Carmac is *NOT* an OSS developer on Carmack About Q3A On Dreamcast · · Score: 1

    I wasn't sure if it was flamebait or genuine stupidity. But, never forget the old maxim, Never attribute to malice that which can be attributed to stupidity.

  18. Re:Carmac is *NOT* an OSS developer on Carmack About Q3A On Dreamcast · · Score: 2

    Last time I looked Carmack was one of the main developers on the utah-glx project. I believe that he's been involved in bringing GLX support to Linux, writing an X server for MacOS X and releasing games under the GPL.

    Wolfenstein, Doom and Quake 1 are all released under the GPL.

  19. Re:steve-jobs-love-child dept??? on Insanely Great Quickies · · Score: 1

    I think it's an obscure reference to Emmett being the forgotten child of Jobs (or at least looking like the part)

  20. get well soon raja on Insanely Great Quickies · · Score: 1

    Get well soon raja!

  21. Full featured palm/laptop request on More On The Compaq iPAQ Linux Handheld · · Score: 2

    I want something the size of a psion (preferably with a small keyboard) which can run gcc, has a serial port, uses AA batteries (so I can replace them with a quick visit to a newsagent), has at least a 24hr battery life, has a PCMCIA slot (probably for a 340mb IBM microdrive or an ethernet card) and fits nicely in my pocket.

    I've looked at all sorts of devices, but they all fail on some criteria. The tiny librettos don't meet the battery criteria, psions and palms don't have the horsepower, the Aero and the Cassiopeaia (sp?) and similar things don't have PCMCIA (or ethernet/HD).

    I'm thinking that a hacked lart might do the trick, but I lack the skills to build it.

    Please Santa.....

  22. Re:Great Essay by Oliver Sacks on Neural Coloring In: How The Mind Sees Color · · Score: 1

    Sacks has actually written a book on colourblindness called "The Island of the Colorblind". I haven't read it, but I saw an excellent documentary about it.

    It's about an island full of totally colourblind people (achromatopiacs?). It was fascinating.

  23. Er.. this isn't news on Gnutella Creator Releases New Free Software · · Score: 4

    Surely this isn't really big news? Some guy has written some free software for windows, it's not even especially interesting software.

    This looks like a job for freshmeat?

  24. The Ishihara tests aren't the only ones on Neural Coloring In: How The Mind Sees Color · · Score: 1

    I have a so called "severe colour discrimination deficiency". About 5 years ago I took a colour test in high school where I was presented with many black cards, each had three small dots, I had to say whether the left dot or the right dot was most similar in colour to the centre one. Because they aren't exact matches, this was extremely difficult for me.

    Usually I rely on viewing colours from many angles in different lights to work out what they are. But, this text used small dots which prevented me from doing it. I'm not entirely sure, but I think that I can do some of the Ishihara tests by holding them in coloured light.

    PS, I posted this /. submission on colour-blindness first :-P

  25. Flash is dead, long live flash on Scalable Vector Graphics Format Candidate Released · · Score: 1

    Flash, you've only got 14 minutes to save the Earth.

    Flash is binary, nasty and costly to develop, it must die.

    I went to a talk on converting flash to SVG a few months ago, the program to do it is available online via some cgi

    Flash to SVG converter