Slashdot Mirror


User: tolan-b

tolan-b's activity in the archive.

Stories
0
Comments
1,024
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,024

  1. Not quite... on Protests Delay European Software Patent Vote · · Score: 1

    Contrary to the hysterical claims you read in /., Europe is not free of software patents now.

    That refers to patents which _involve_ the use of software or computers but are not limited to them. So for example if i invented CAD/CAM then I could patent it. However if I just invented CAD then I could not.

    The aim of the proposed legislation is to change this to allow software only patents.

  2. Re:Ever heard of OBD-III? on UK to Put Monitors in Every Car? · · Score: 1

    OK fair enough, i guess it's different over there. I haven't seen a single gps enabled phone marketed in the UK.

  3. Re:Ever heard of OBD-III? on UK to Put Monitors in Every Car? · · Score: 1

    ok, so one phone you know of has gps tracking built in? :)

  4. Re:Ever heard of OBD-III? on UK to Put Monitors in Every Car? · · Score: 1

    Oh, and pretty much every phone made in the several years is GPS-aware, so if you didn't put on your tin-foil hat yet, it's a bit late... ;)

    er.. care to back that up? Or are you confusing triangulation and cell information with GPS?

  5. Re:not a completely new idea on IBM Testing New Grid Technology with Quake 2 · · Score: 2, Interesting

    actually on win95 when you can't work out whether you have no connection or whether the install is screwed it's suprising how often quake would work when no other network software would..

  6. Re:I'd rather use Photoshop than the Gimp on Linux Corporate Influence: Boon or Bane? · · Score: 1

    (well, Homesite)

    check out quanta, it's basically a homesite clone, and rather tasty. the only thing it was lacking last time i looked was being able to load and save docs over ftp directly (it does do ftp syncing though)

  7. Re:I'd rather use Photoshop than the Gimp on Linux Corporate Influence: Boon or Bane? · · Score: 1

    lightwave is weak, use maya ;)

    oh, and photoshop 7 runs on linux with wine because Disney and two other shops gave some people to write the support :)
    (wine doesn't require windows)

  8. Re:Private property on Gaim Speaks Out on MSN Ban · · Score: 1

    Theres the little fact that it's bundled with Windows (it's actually a real pain to remove, certainly beyond the average user) and as a result it is becoming ubiquitous and meaning that more and more people have to use it to keep in contact with people who would probably have chosen icq or y! before. I don't _want_ to use Messenger, but I have to be able to communicate with people who do use it.

  9. mod parent up! on Matrix Revolutions Trailer Released · · Score: 1

    (especially as it did suck really bad...)

  10. Re:The Movie Stinks on Movie Industry Blames Texting for Bad Box Office · · Score: 1

    COMMIE!

    no wait hang on.. err..

    *confused now*

  11. Re:production budget on Movie Industry Blames Texting for Bad Box Office · · Score: 1

    films always make a loss. that's how they get away with paying so little to the talent...

  12. Re:Nautilus? on A Look at the Upcoming GNOME 2.4 · · Score: 0

    mmmm memory leek and race cauliflower pie...

    FYI mys Sinclair Spectrum is immune to blaster too, doesn't make it any use...

  13. Re:An application doesn't bestow one with talent.. on Photoshop in Linux Thanks to Disney · · Score: 1

    No sorry you're wrong. There's a very good reason that Photoshop is an industry standard, and it has nothing to do with filter whores.

    Photoshop has:

    -A much larger toolset than GIMP.
    -Better image processing algorithms (some of which are patented alas, but that doesn't reduce their quality)
    -CMYK (hello? ever worked with print?)

    Don't get me wrong, in no way do I mean to belittle the huge achievment that the GIMP is, I would say it is the second best image processor out there, but it's not the best yet.

    One day...

  14. Re:so they have configured wine on Photoshop in Linux Thanks to Disney · · Score: 1

    i know this is a joke but...

    photoshop 5 was actually pretty stable, it was from 5.5 onwards that one of the greatest desktop apps ever writen (imho ;) started to become buggy bloatware.

  15. Re:One word. on MPAA Opens Anti-filesharing Website · · Score: 1

    kazaa lite + diet kazaa = hassle free filesharing.

    better yet dc++

  16. Re:Time to Support the Black Market on Low-power FM Transmitters Banned in UK · · Score: 1

    lol. We have the internet now, even in backward countries like the UK ;)

  17. and you sir... on Desktop Linux Sliding in Under the Radar? · · Score: 1

    have no sense of humour!

  18. thankfully... on Cyber Sleuths vs. Secret Networks · · Score: 2, Informative

    i was pleased to see the bbc related links included this balancing (if unfortunately titled) article: http://news.bbc.co.uk/2/hi/entertainment/3022996.s tm

  19. Re:Do your own research... on Getting Back Into Shape While At The Office? · · Score: 2, Insightful

    you should re-read what he wrote. he was pointing out how you can determine how much water the body loses in a day. it's typically 2-2.5 litres a day for an adult. you need to replace that much water daily, but a lot of the water you need comes from food, including things that you might expect to have very low water content, like bread.

  20. Re:While I wouldn't say it was hideous on Celebrating Bad Game Packaging Art · · Score: 1

    i'm guessing this isn't Fabio of Fabio and Grooverider fame then? :p

  21. damn my browsing at 2... on DirecTV Sues Anyone Who Bought Smartcard Reader? · · Score: 0

    there goes my karma :(

  22. Re:BARRATRY! on DirecTV Sues Anyone Who Bought Smartcard Reader? · · Score: 3, Insightful

    2) Being accused of a felony IS damaging to a persons reputation

    surely it's not if the company doesn't tell anyone else who it is accusing? as you can't injusre someone's reputation by telling them something in private..

  23. Re:PHP and OO on .Net:... 3 Years Later · · Score: 1

    Sure, but PHP is fine for coding OO, it's not like you have to hack at it. It works well, and it's quick to develop. So I think your analogy is a bit unfair :)

  24. PHP and OO on .Net:... 3 Years Later · · Score: 3, Informative

    When we use PHP (which we use for projects that we need to get out the door faster, amongst other reasons), we always write in OO. Given the choice we work in J2EE because of it's strong typing and enterprise features such as distribution, transactions, scalability etc..

    While PHP4s OO support is far from all it could be (no default pass by reference...), you can still seperate out into nice data abstraction / business logic / presentation layers just as well as most other OO languages. Hell we even use the J2EE enterprise patterns in PHP4.

    PHP5 is looking set to fix most of the annoyances with PHP4s object model, adding unified constructors, method argument hinting, interfaces, pass by reference by default and so on.

    My point is, although a lot of people see it as such, you shouldn't write off PHP4 as a purely procedural language

  25. Re:The linked article is confusing on Xbox Linux Made Possible Without a Modchip · · Score: 1

    you can, but i'm afraid i can't find a tutorial.

    xbox-scene is an excellent site for this sort of thing, and have tutorials for pretty much anything you could want to do here but as i said i can't find the one you need. the site is probably still a good place to start looking though, as it has lots of links to other xbox mod sites.