Slashdot Mirror


User: azlondon

azlondon's activity in the archive.

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

Comments · 4

  1. only 2112 CPUs! on Slashback: Diebold, Cluster, Radiation · · Score: 4, Funny

    Damn Rush fans get everywhere.

  2. Re:A strategy by the ISPs? on RIAA Sues the Wrong Person · · Score: 1
    Maybe they forgot to read the line at the top of the dhcpd.leases file:
    "All times in this file are in UTC (GMT), not your local timezone. This is not a bug, so please don't ask about it."
  3. Streaming from the camera on Wireless Camera for Baby Monitoring? · · Score: 1

    for viewing the streaming images from the camera, take a look at Cambozola - an example is here. As for bandwidth, it's not too bad, and is able to serve up a stream over DSL. [FYI: I'm the author]

  4. Re:Swings and roundabouts on Code Generation in Action · · Score: 1

    We did a similar thing - Used code generation to tweak the data model, and quickly prototype alternate ideas. Once we were happy with it, we cut it loose and worked on the code directly. If we had directly coded it by hand (which would have involved a lot of monkey-work), we would have to stick with the original design, flaws and all.