Slashdot Mirror


User: CiaranMc

CiaranMc's activity in the archive.

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

Comments · 71

  1. Re:Does anybody read "real" comics anymore? on Online Comics Syndication in XML · · Score: 2

    I think you're misunderstnading the purpose of the markup.

    It's not intended to *replace* the comic, it's intended to sit alongside the markup and supply easily-indexable information such as the authorship details and even the dialogue, in much the same way META tags on a site can store non-visible data for search engines.

    -Ciaran

  2. Re:totally kickin'! on Opera Adds Gesture Navigation · · Score: 1

    Oh come on!

    It's not like Opera is going to be only accessable through the gestural interface, it's an extra way of interacting for those who want to use it.

  3. Re:Possible Solution: The British Way of Doing Thi on Cracking the Verisign Monopoly · · Score: 1

    Um, it doesn't. Registering a .co.uk can cost around £5 ($7.50) per annum.

  4. Re:Hmmm, crackpot or possible? on Pi Day, VoiceXML And Albert Einstein · · Score: 1

    Technically, the value of Pi doesn't change. It's the ratio of a cricle's diameter to its circumference that changes with the crvature of space.

    -Ciaran

  5. Re:Confused from the UK on Sophomore Uses List Context; Cops Interrogate · · Score: 1

    The constitution says that the government cannot censor the populace. Privately owned schools can do what they like.

    -Ciaran

  6. Re:Can you turn it off? on Sentient Computing Lab · · Score: 1

    When I was at Uni in Cambridge, we were given a talkj about a prototype of this from someone from AT&T Labs (then still ORL).

    IIRC, there was some sort of light sensor on the badges that ensured they weren't active when, eg. in a desk drawer. It was possible to turn off the device simply by placing it in the dark.

    -Ciaran

  7. Re:AT&T Didn't give us VNC on Sentient Computing Lab · · Score: 1

    Olivetti got taken over by AT&T about 2-3 years ago, and the Cambridge lab that developed VNC are all still working in what is now the AT&T lab, Cambridge. Most of the research groups remained untouched by the change in name.

    -Ciaran

  8. Re:I am the pusher robot on It's 5 AM. Do You Know Where Your Robots Are? · · Score: 1

    Do You Know Where Your Robot Are?

    They are belong to us!

    -Ciaran

  9. Sealand's History on Napster Going Offshore? · · Score: 5

    Sealand isn't really much of an island. It's an old WW2 concrete artilery platform - completely man-made. It was abandoned for many years, before being settled on by Paddy Roy Bates, who has since been proclaimed 'king'

    Their main claim to sovereignty is that the UK ignored them for many years, writing them off as a bunch of loonies. However, in the last few years they've been allowing HavenCo to situate their servers on the island, and the UK government have started laying claim to the island.

    Note however, they get all their power and internet connection from nearby countries, who would be entirely within their rights to switch off the connection if Havenco start doing something they disagree with.

    Useful Links:

    -Ciaran

  10. Re:pictures are the key, yes lets use math on Anticryptography · · Score: 1

    Are there really any uses of Pi that aren't derived from Euclidian geometry?

    This isn't a troll, it's an honest question.

    I can't think of any from my admittedly hazy first-year maths course

    -Ciaran

  11. Why not one box? on Carmack on D3 on Linux, and 3D Cards · · Score: 3

    I wonder if the economics of the situation could be improved by at least packaging the Win and Linux versions together, and maybe the Mac version too? I can't imagine the number of CDs inside the box makes that much difference to the shelf price.

    -Ciaran

  12. Re:Comments and translation on Apple Patents GUI Theme Engine · · Score: 1

    "also an icon from the Sherlock family"

    Wow, the concept of using a magnifying glass for a search is really original...

    "yellow files = Win; blue files = Mac"

    So they're different, right?

    "what a coincidence...M$ also uses a flower to demonstrate the new surface"

    This is just ridiculous. So they used a similar demo pic? please!

    "oh, look at the place where the garbage pail now stands"

    The garbage pail can be moved around the desktop in both MacOS and Windows. That's just down to the user's preference.

    -Ciaran

  13. Re:Comments and translation on Apple Patents GUI Theme Engine · · Score: 1

    >

    Wow, the concept of using a magnifying glass for a search is really original...

    >

    So they're different, right?

    >

    This is just ridiculous. So they used a similar demo pic? please!

    >

    The garbage pail can be moved around the desktop in both MacOS and Windows. That's just down to the user's preference.

    -Ciaran

  14. Re:DoCoMo on Sony In Deal For Networked Arcade Games · · Score: 1

    Nah, the obvious Japanese version of dotcom would be do-tu-co-mu (I think)

    I Am Not A Linguist, however

  15. Re:do the math: you don't need a lot of data on Did You Do the Long Form? · · Score: 1

    He said 'Day of Birth' not 'Date'

    It's pretty obvious that he means something like '28th June'

    -Ciaran

  16. Re:Clarification on Atomic Optics Uses Light To Focus Atom Beams · · Score: 1

    >

    Only in the US. In the UK it would more properly be 'one millionth of _a_ Kelvin'

    -Ciaran

  17. Re:I think W3C missed one... on W3C On How To Fix Browsers · · Score: 1

    Not quite. The 404 code clearly marks it as an error message in the first few bytes the user downloads

    What I'd like to see is a pop-up when I click on a broken link telling me the link is not active, and giving me the option of either staying on my current page or proceeding to read the error message.

    -Ciaran

  18. Re:netscape! on W3C On How To Fix Browsers · · Score: 1

    How about this, then. When the user visits a page with malformed HTML they get a pop-up window saying 'This page contains incorrect HTML. Would you like to attempt to render it?'.

    Believe me, that'd be a great incentive for designers to comply to the standards and actually validate their documents!

    -Ciaran

  19. Re:Not hardly. on Jef Raskin On OS X: "It's UNIX, It's backwards." · · Score: 1

    Actually, if there isn't a VNC client for the machine you want to use, you *can* just use a web browser.

    The VNC software runs a web server on the user's machine at an unusual port, that anyone can connect to, download a java applet VNC viewer and view the target machine's desktop.

    Speeds ove a LAN are acceptable, and I used to use this to remote access my machine from various public terminals at Uni.

    -Ciaran

  20. Re:What Java technology can do that C# and .NET ca on Microsoft And Sun Settle · · Score: 1

    That's actually a pretty big problem. one of the whole points of Swing is that it doesn't use native widgets at all, so the developer has a better idea of the Look and Feel of the application.

    If a developer wants to use native widgets, they should use AWT, surely?

    -Ciaran

  21. Re:Hitchhiker's Guide was there first on Exponential Assembly Top Down Nano · · Score: 1

    "Hitchhiker's Guide takes place in the future"

    Umm... nope.

    It starts in the mid-80's and continues from there.

    It takes place off-planet, which is why the tech is so advanced.

    -Ciaran

  22. Re:I hope they continue devolopment on DivX Going Open Source - Updated · · Score: 1

    Hum, I have a pretty ancient Hauppage card so although I don't think the hardware has changed much, the software is pretty old and buggy.

    What's the name of the application are you using for capturing?

    I'll see if it's on the Hauppage site.

    -Ciaran

  23. Re:I hope they continue devolopment on DivX Going Open Source - Updated · · Score: 1

    You can do this with your Hauppage card? Under which OS?

    I'd be really grateful if you could email me at the above address and let me know how, as this is certainly something I'd be interested in doing myself.

    -Ciaran

  24. Re:Garbage on Web Development With JSP · · Score: 1

    I guess what pisses me off the most are things like ASP pages that I can't view on netscape on my SGI. Do these companies even realize they are losing my business?

    What ASP pages? Why on earth can't you view them in Netscape? ASP just generate HTML. There's nothing specifically about ASP technology that limits it to being viewed in IE as you seem to imply.

    -Ciaran

  25. Re:what exists on VCD that makes you want it? on What's The Best Combo DVD/VCD/CD/MP3 Player? · · Score: 1

    You can only think of a few movies released on VCD?

    Practically all Hong Kong cinema can be had in any Chinatown on VCD for peanuts, and most major movies get released in the format.

    Personally I was severely tempted by the Star Wars trilogy on VCD available here, along with things like X-Men, Gladiator and so on.

    -Ciaran