Slashdot Mirror


User: pete23

pete23's activity in the archive.

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

Comments · 16

  1. Re:Good News! on Programming Language Specialization Dilemma · · Score: 1

    As the technical owner of a realtime derivative pricing service in a large investment bank, i can report that graduates are perfectly capable of doing work in complex multithreaded applications! obviously, the right level of support, review and testing needs to be in place, but when doesn't it?

    technology stack - lots of java for middle tier business logic and distribution, C++ for core pricing algorithms.

  2. Re:Job references in the UK on Moving Between Countries? · · Score: 1

    This is true for formal references, but if you work in quite a close-knit industry then people tend to know someone that they can tap for an informal word.

    Hmmm... we've got all age and date related data off the CVs now, guess the name will be the next step.

  3. Re:The best vi clone on Hacking VIM · · Score: 1

    i knew a developer who had RSI and bought footpedals for emacs (mapped to M- and C-, if I remember correctly, although I think there were others).

    ofc, i'm more of an xemacs man myself:-)

  4. Re:Reference counting on C# Memory Leak Torpedoed Princeton's DARPA Chances · · Score: 3, Informative

    I just checked, and C# apparently uses reference-count garbage collection. erm... no. the CLR implements a mark-sweep-compact generational GC pretty much like Java's.

    these don't have any problems with circular reference structures - if it can't be reached from a root and marked, it'll get collected.

    still just a blunder, as you say.

    this article should be binned - misleading title and nothing but a puff-piece for a profiler. i much prefer YourKit, incidentally:-)
  5. Re:What did I think of them? on Deathly Hallows / OOTP Movie Discussion · · Score: 1

    the cathartic depths of great literature

    bwahahahahah.

    Please don't hold the third one against me

    no chance, i switched off after the mispelt voracious...

  6. no! on Ultra-Stable Software Design in C++? · · Score: 1

    don't split things up and string them on an untested distributed "restart" architecture. this will fuck you over and be a constant source of pain.

    get the core code right through testing, purify, using safe libraries where possible, ensuring that data meets constraints before commits, etc. i don't think C++ is noticably more error-prone than any other language (although memory alloc is harder without GC, it's still a solved problem - smart pointer abstractions to obviate problems, purify to catch things you miss... etc).

  7. Re:The Anagram is.... on BBC Announces Adult Doctor Who Spin-Off · · Score: 1

    hey, arthur carved the letters himself - he might have fucked up the letter frequencies... :-)

  8. Re:Casual player alienation on Ask Questions of the World of Warcraft Team · · Score: 1

    hmmm...

    dear blizzard, have you stopped beating your wife yet?

  9. Re:ummmm on Dungeon Master's Guide II · · Score: 1

    i'm sure i have a 2nd edition copy of the DMG somewhere. never caught on - who'd call magic-users mages, ffs?

  10. Re:Random issues I have with Javascript on Learn How to Program Using Any Web Browser · · Score: 1

    bleh.

    wrong: iostream and friends are part of the C++ standard. printf and friends are part of ANSI C.

    right: prototype OOP - odd at first, but powerful.

    wrong: your example. nowt that isn't more suited to a lisp dialect...

    right: going home and drinking booze.

    my $0.

  11. Re:Re-buying on DVD Forum Approves HD-DVD Standard · · Score: 1

    of course, real men look back at the mini-CD adaptors that tiny CD singles required on very old CD players with something halfway between arousal and nostalgia.

    or maybe that's just me...

  12. Re:But the Times does not? on UK to Put Monitors in Every Car? · · Score: 1

    maybe 100 years ago.

    anyone who thinks the times is the most "non-tabloid" is mad. well, except in the "not tabloid format" sense, i guess.

    pete

  13. two negative posts... allow me. on Interview With Mike Sklut · · Score: 2

    sorry to sound all supportive and everything, but JP comes across as a pretty together person - certainly more sane than most of the script kiddies out there. more power to him.

    the only way to protect your children in this sort of arena is to either keep them out of it (when young enough) or to bring them up to be sufficiently responsible (when they get smart enough - and they will in spades).

    oh, and AFAIKS this article is bang in the middle of slashdot's charter. moral responsibility - after a bare minimum - is not /.'s job. interesting tech articles are. this is one.

    cheers

    pete23, reality on demand

  14. hari on Netscape Co-Founder Wants IE To Stay With Windows · · Score: 1

    sigh.... sad sci-fi spod moment: it ain't *harry*...

  15. Re:Come on... on Notes Toward a Postcyberpunk Manifesto · · Score: 1

    Anyways, the most successful Cyberpunk story of this year was definetly the Matrix, which does not fit into the definition of his post- class by a longshot. And the next cyberpunk movie is probably going to be the film version of Neuromancer (barring the Matrix sequels).

    So film-makers are stealing ideas from 20 year old science fiction? Move along, nothing new to see here - the mainstream is inevitably some way behind the "cutting edge", and cinema is a medium which requires mainstream capital to back it up. I don't think that your counter-example is a good one.

  16. venture capital? on CIA Starts Hi-Tech Venture Capital Firm · · Score: 1

    makes a change from drug smuggling and supporting oppressive regimes, i s'pose.

    pete23 - reality on demand