Slashdot Mirror


User: Channing

Channing's activity in the archive.

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

Comments · 45

  1. Re:Article light on details on A Look at Photonic Clocking · · Score: 1
    > (although making those lasers cheap, reliable, and phase-lockable will be a nice trick.

    I did some research on this about 10 years ago which has come a long way since. Here's the first paper in bulk optics. We created both homodyne and heterodyne phase lock loops with two semiconductor lasers. In the heterodyne case we could lock with up to 24 GHz frequency offset.

    A lot of the original work for this was done at UCL, check out their list of papers looking for 'phase-lock loop'. I believe they have also demonstrated this on chips too.

    Channing

  2. Re:London Financial Markets Contractor Rates on How Much Money do Programmers Really Make? · · Score: 1

    I should have said that these are rates for Java developers.

  3. London Financial Markets Contractor Rates on How Much Money do Programmers Really Make? · · Score: 1

    ... are currently around £450-£600 per day, typically £500 / day. Of course, a UK contractor lives in interesting times with IR35 tax laws. Channing

  4. Trails vs Rails on Ruby On Rails Showdown with Java Spring/Hibernate · · Score: 1

    Perhaps another comparison worth making is Rails versus Trails for Java? From the trails site: "Trails is a domain driven development framework in the spirit of Ruby on Rails or Naked Objects."

    Channing

  5. Re:My experience: OO need less support. on Los Angeles to Consider Open Source Software · · Score: 1
    ...you can't get fired for choosing Microsoft, even if the software doesn't work well.

    Absolutely, its called An Acceptable Way Of Failing.

  6. This is how its done! on Is Your Development Project a Sinking Ship? · · Score: 1
  7. Scala on Purely Functional Data Structures · · Score: 3, Informative

    Have a look at Scala if you are looking for a language that supports both paradigms.

    From their site:

    Scala is a pure object-oriented language in the sense that every value is an object. Types and behavior of objects are described by classes and traits. Class abstractions are extended by subclassing and a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.

    Scala is also a functional language in the sense that every function is a value. Scala provides a lightweight syntax for defining anonymous functions, it supports higher-order functions, it allows functions to be nested, and supports currying. Scala's case classes and its built-in support for pattern matching model algebraic types used in many functional programming languages.

  8. Re:Engineering Rule #1 on "Quick 'n Dirty" vs. "Correct and Proper"? · · Score: 1
    or in XP...
    • resource (costs/people/tools)
    • quality
    • time
    • scope
    and other agile methods add risk. Basically pick N-1 of N variables.

    See also Quality is free.

  9. Re:IntelliJ on Jackpot - James Gosling's Latest Project · · Score: 1

    without the space:

    http://eclipse-plugins.2y.net/eclipse/plugin_det ai ls.jsp?id=187

  10. Grand Rapid Browser on Jazilla Milestone 1 Released · · Score: 1
    Check out the Java based Grand Rapid browsing engine.

    It is fast and is designed to run on constrained devices. Channing

  11. Re:Computers don't crash on Why Do Computers Still Crash? · · Score: 1

    Tried that - windows still screwed up. I went on holiday for 2 weeks leaving my NT box running at work (doing absolutely nothing).

    When I got back it took 4 reboots in the first hour + several more over the first day before it started working again.

  12. Re:crashes? on Why Do Computers Still Crash? · · Score: 1

    > but from what I hear OSX is quite stable.

    I've run OSX for 2 years, rebooting only after updates required it.

    Its never crashed.

  13. An update has been posted on Major Problems With Safari · · Score: 1

    v51 http://www.apple.com/safari/

    no idea where to find the change log though.

  14. Re:I think... on Aqua OpenOffice for Mac OS X · · Score: 2, Informative
    There are some nice replacement icons sets for Omniweb over at xicons:
    Omniweb Icon
    Omniweb Replacement

    Chang

  15. Re:So what other unix goodies do they have? on Apple Reveals Mac OS X 10.2, 17" iMac, Windows iPod · · Score: 1

    Kde is indeed available through fink and runs well: check out http://dot.kde.org/1022869694/

    Trolltech has also released QT for OSX.

    chang

  16. Re:as the current owner of a g4-400 on Seeking Power Mac Recommendations? · · Score: 2, Informative

    The maintenance tasks occur daily, weekly and monthly.

    You can change the times that the scripts are run - just edit /etc/crontab. Do 'man 5 crontab' to learn more about it. Restart after you've edited the files - sorry I don't know a better way to restart the cron daemon, perhaps someone can tell us.

    Alternatively, go to http://www.nonamescriptware.com and get Cronathon which will do the job whenever you like. They have some other nice stuff there too.

    Another app that you can use is MacJanitor:
    http://personalpages.tds.net/~brian_h ill/macjanito r.html

    chang

  17. Re:The biggest problem with XP on Java Meets XP: Two Reviews · · Score: 1

    XP copes with the problem of lazy programmers quite well - you fire them. Well thats the preferred approach anyway ;)

  18. Re:Cruise Control on Java Meets XP: Two Reviews · · Score: 2, Informative

    Actually the XP community like CruiseControl a lot. A list of tools for XP can be found here: http://c2.com/cgi/wiki?ExtremeTools

    Channing

  19. Re:but? on Hollow Optical Fibres Can Now Process Signals · · Score: 1

    Yes it would be problem but you don't need to have this new fibre running the entire length of the cable across the ocean floor.Coupling this new fibre to standard fibre at the terminal end will be trivial - standard optical components are available for that - the new fibre and equipment can be kept in a controlled environment.

    Chang

  20. Default version is 1.10 on Version Control with CVS on Mac OS X · · Score: 4, Informative

    By default, cvs version 1.10 is installed which caused me some problems when connecting from a remote client to a repository on OSX.

    It was easy to build the latest version but I hope Apple updates the default soon.

    Chang