Slashdot Mirror


User: duncangough

duncangough's activity in the archive.

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

Comments · 118

  1. Re:Cue the Flash-bashers... on Macromedia: More FUD About SVG · · Score: 2, Insightful

    Flash based websites suck, no doubt about it.

    But flash as a game development environment does not deserve the same treatment. Especially when it ends up on mobile devices. I can see a lot of interesting multi-player games evolving out of this. SMS based games like fudfite are going to be twice the fun.

    As for being a waste of bandwidth. Yes, flash websites are, but flash games are certainly not. A game like Lightning Break is only just over 300k. Write something similar in SDL/PyGame and it's going to be a couple of meg's, minimum.

    Yes, flash websites suck, but flash games do not. A lot of clever programmers are handling the limitations of Flash to come up with some good, optimised code that always loads fast.

    Now, if they could just make Flash a bit more secure and a bit more web-aware, I'd be much happier.

    Disclaimer: I work with Flash games daily on Chickstop and Playaholics so I'm quite biased I guess.

  2. Re:200 students? that's it? on IT's Musical Habits · · Score: 1

    Can you actually get your rocks off listening to Britney?

  3. Re:Been there on How Would You Handle a $1,000,000 Coding Error? · · Score: 1

    No doubt about it, I'm bookmarking this page.

    Next time I screw up, I'm coming back here to wallow in it :)

  4. How to handle it? on How Would You Handle a $1,000,000 Coding Error? · · Score: 1

    Give him a job at any of the big UK IT companies ;-)

  5. Re:I don't understand... on The Ship Takes Offbeat, Whodunnit Approach To Half-Life · · Score: 1

    I noticed that some of the early interviews for Half Life 2 mentioned the need to frequently clean your gun so that it would always work.
    Not surprisingly, that's something I've heard little more of ;-)

  6. It's all folk music on 'That's All Right' Soon To Enter UK Public Domain · · Score: 2, Insightful

    so it's our anyway.
    You can't claim that 'That's all right' is a song that would not have happened if Elvis hadn't sung it.

  7. Re:It's economics really... on Are Mac Users Smarter than PC Users? · · Score: 1

    Just for a minute there I read that as:

    CNT-alt-del

  8. wah wah wah on Oxford Students Hack University Network · · Score: 1

    it's not fair, etc, etc, etc

  9. Once again... on Blinkx and You Won't Miss It · · Score: 1

    It's interesting what good pedigree and some good PR will do. The app. is destined for nothing though - no-one really wants to search locally and on the network at the same time. "Where did I lose my files? Was it here, on my laptop, or over there, on the ever-expanding web?" The only interesting thing is the Gruaniad article which puts the buzz down to blogs. Which is cute really, PR that incrimintes blogs as a way of hiding the fact that this is just PR.

  10. And in other news.. on BitTorrent Beats Kazaa In Traffic Numbers · · Score: 1, Insightful

    ...CacheLogic seem to want to get their name in the headlines, so they run some basic stats about fading Kazaa vs. shiny new Bittorrent

  11. Re:In a word on Top Ten Linux Configuration Tools? · · Score: 0

    Well, in the continuing absence of Perl 6, 'Perl is your friend' is about all that's left of Perl for now. Which is a massive shame.

  12. Re:Dave Lettermans Top 10 on Top Ten Linux Configuration Tools? · · Score: 0

    Is there a problem - you don't seem sure of what you're saying?

  13. Re:No! on 32,000 "Why I'm Tired" Emails · · Score: 0

    Most likely their diet is poor. Really, we are what we eat to a great degree

  14. Puzzle games on Shuzzle Brings Shadowy Twist To Puzzle Games · · Score: 1

    Puzzle games are just the best, so it doesn't suprise me seeing this much effort put into developing the basic ideas of puzzle games. At Chickstop and Playaholics we find that almost all of these puzzle games are guarenteed a decent play.

  15. Re:Debug symbols on Early Tiger Benchmarks Show Slight Speed-Ups · · Score: 1, Interesting

    What is it about debugging code? It almost mythical the level of speed upds people think they'll gain once all this debug code has gone.

  16. first on Webmasters Pounce On Wiki Sandboxes · · Score: -1, Offtopic

    post!

  17. Cute bears will never work on Playing Games While Not Ruining Your Relationship? · · Score: 1

    Patronising her won't work. I'd recommend a site that serious about games for girls, Chickstop

    http://www.chickstop.com

  18. Re:BBC viewpoint on BBC Creative Archive Based On Creative Commons · · Score: 1

    It's worth pointing out that although $5,000,000,000 doesn't sound like a lot to companies in the US, in the UK that's a massive amount of money. Bear in mind also that the average height of someone in the UK is around 4 foot 6. Things, in general, are much bigger in the US.

  19. Re:I like Gnome. on Nicholas Petreley Slams Gnome · · Score: 1

    One word: fluxbox!

  20. Google Groups on NYT Discovers Internet's Wild Side: IRC · · Score: 1

    Just wait till they make the link from IRC to newsgroups, then newsgroups to Deja News, then Deja News to Google Groups... evil, evil, evil?

  21. Re:What's in a name? on Google's Gmail Goes Into Beta for Blogger Users · · Score: 1

    It's the prostate of webmail, clearly.

  22. Ugh, look at the rss feed: on Microsoft Launches 'Channel 9' Blog · · Score: 1, Insightful
    wrong, wrong, wrong:

    <SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Lucida Console'"><o:p>&nbsp;</o:p></SPAN>

  23. Re:ewww on Chatterbox Challenge Contest Underway · · Score: 0

    Which is where GrokItBot comes in: http://www.suttree.com/code/GrokItBot/ It's a simple ALICE bot that has a Bayesian front end, so it can guess what you're talking about before it even has to look it up and works its' AI magic. Plus you can train it. Plus it's pretty resilient to speeeling mistokes. If you like Python and you like IM bots, I'd recommend it, of course ;)

  24. GrokItBot on Unofficial AIM Bot Gives Infocom Classics IM Twist · · Score: 1, Informative

    I'm biased, but everytime I see IM bots like this I cringe at the interface.

    I plugged a bayesian guesser into a trimmed down ALICE bot and the interface is much more tolerant of speeling mistokes and the way different people phrase questions and answers.

    GrokItBot is a bare bones version of this. If you're interested I'd strongly encourage you to download the code :)

  25. Re:Programming lesson 101 on Phillip Greenspun: Java == SUV · · Score: 0

    1) Security through obscurity, no?

    2) Agreed, a SQL dictionary is nice although it comes with added overhead.