Slashdot Mirror


User: fredrik70

fredrik70's activity in the archive.

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

Comments · 1,136

  1. Re:Mono 2.5 released on Programming .NET 3.5 · · Score: 4, Informative

    actually, iirc, mono is compatible with all of .NET 2.0 and quite a bit of 3.5, so they aint that far behind, see: http://www.mono-project.com/FAQ:_General

  2. Re:As someone who hasn't worked with unit tests... on Working Effectively with Legacy Code · · Score: 1

    I quite liked Test Driven Development - a practical guide (http://www.amazon.co.uk/Test-Driven-Development-Practical-Guide/dp/0131016490/ref=sr_1_4?ie=UTF8&s=books&qid=1222725383&sr=8-4)
    It doesn't get into mock objects as much as I like but it's decent read in general when you start out with TDD

  3. Re:Here's what I do on Best Reference Site For Each Programming Language? · · Score: 3, Informative
  4. Re:Is Firefox Even Still Relevant To Worry About? on Mozilla Admits Firefox EULA Is Flawed · · Score: 1

    Un-memory?? wtf is that?? Good thing it's protected though....

  5. Re:Firefox Damage Control Is More Than Enough on Chrome Vs. IE 8 · · Score: 1

    no worries,

    yes, I do quite like the chrome keep-each-tab-in-it's-own-process thing. Hopefully it will turn out good, hopefully mozilla is watching!

  6. Re:Firefox Damage Control Is More Than Enough on Chrome Vs. IE 8 · · Score: 1

    um, so chrome's 5 tabs versus FF 38??? not very fair comparison imho

  7. Re:Firefox Damage Control Is More Than Enough on Chrome Vs. IE 8 · · Score: 2, Interesting

    Hi Troll, hope you're well.
    regarding V8 and Firefox, TraceMonkey (FF next JS engine, due for FF 3.1 iirc) perform actually slightly better:
    http://andreasgal.com/2008/09/03/tracemonkey-vs-v8/
    You can try it out now in the nightlies.

    Then, we (hopefully) got Tamarin coming for FF 4, bit vapour ware-ish at the moment though.

    Having said that, Chrome is certanly a very interesting piece of kit. looking forward to check it out in more depth when things settled a bit. Still it's gonna have to be something very nice to make me swap browser though, but who knows?

  8. Re:C++ is the way to go baby.. on Java, Where To Start? · · Score: 1

    chill out dude, ever heard about using the right too for the job? pick the langage that helps you most in your problem domain.

    c++ might be faster at some things, however, with todays JIT compilers this is not automatically true in all cases, but that's not always of interest.

     

  9. Re:Javascript language concepts on Was Standardizing On JavaScript a Mistake? · · Score: 2, Informative
  10. Re:UAV missions more demanding that you might expe on USAF Enlists Shrinks To Help Drone Pilots Cope · · Score: 1

    on an unrelated note, as you seem to have been around these machines, how do they handle any latency by being controlled from the the other side of the globe? also what happens if they're jammed? do they return to base on auto-pilot?

  11. Re:Looks to me like another space race on EU and Russia Show Off New Lunar Spacecraft Design · · Score: 1

    um, no, the statement in GP was that usa never had fought any war on their own soil, that is not correct.

  12. Re:Looks to me like another space race on EU and Russia Show Off New Lunar Spacecraft Design · · Score: 1

    actually, they have, the war of independence, the civil war which wasn't pretty and the war of 1812, against canada/england. Maybe there have been more, dunno...

  13. Re:Trip to Bespin, Anyone? on Floating Cities On Venus · · Score: 1
  14. Re:Doing things in the wrong order on Floating Cities On Venus · · Score: 1

    well, if they are that advanced, maybe they should learn to harvest vacuum energy like everyone else.

  15. The Water CPU cooler says... on Liquid Metal CPU Heatsink Beats Water Cooling · · Score: 1

    ... I'll be back...

  16. Re:Habitable planets must have large moons? on Earth and Moon From an Alien's Perspective · · Score: 1

    maybe not absolutely needed but it has certanily helped us here

  17. Re:I would get him. . . on Gates' Last Day At Microsoft · · Score: 1

    David Cutler was definetly hired for the kernel. NT had a OS/2 subssystem in it that could run textbased os/2 apps. other part os os/2 were used as well. THing is NT was supposed to be OS/2 3.0 but collabortion between IBM and MS didn't work out as MS wanted to push their windows API. I think wikipedia sums it up quite well (http://en.wikipedia.org/wiki/Windows_NT)

  18. Re:Let's start with the obvious on Pieces of Ancient Earth May Be Hidden On the Moon · · Score: 1

    maybe secret fans of the borgs?

  19. Re:Bullshit on Does an Open Java Really Matter? · · Score: 1

    people have been tending python code since the beginning of the 90's and personally I haven't heard anyone complaining about how hard it is to maintain the code base, rather the opposite. well, am working on my second decade as a programmer, however mostly with languages using curly brackets! ;-)

  20. Re:"Java never mattered"? on Does an Open Java Really Matter? · · Score: 1


    well, you could tell the GC to collect, bit like carpet bombing I suppose...

  21. Re:"Java never mattered"? on Does an Open Java Really Matter? · · Score: 1

    it was a bit-wise and, of course!

  22. Re:Bullshit on Does an Open Java Really Matter? · · Score: 2, Insightful

    ok,wasting all mods points on this, but what the heck...
    In python indentation is part of the actual language construct, it forces you to write readable, well indented code as it is needed, as part of the langage itself, in order to make the program work as intended. This is actually a feature in my opinion. i felt like you when I started wtiting python apps, that this whitespace business was something potentially dodgy, but it actually wasn't such a hard thing at all to get used to. and after a while it's actually feel really natural.

  23. Re:Worst ever API / proprietary C++ on Nokia to Acquire and Open Source Symbian · · Score: 1

    I second that. Built a SIP instant messenger for our work on Series 60, It's absolutely horrible, I believe they cleaned it up a abit with v. 9 but i was already gone by then and have never looked back. Someone said they now have python bindings, so all might not be lost....

  24. Re:What about Sony? on Nokia to Acquire and Open Source Symbian · · Score: 1

    judging from this (swedish) article in idg.se, they're pretty much toast... They're planning to get rid of 200 of their 370 employees,ouch....

  25. Re:Creator of WHAT?! on Processing Visualization Language Ported To Javascript · · Score: 1

    try mochikit. having said that, they both play nicely together, so you can have the best of both worlds