Slashdot Mirror


User: kingtonm

kingtonm's activity in the archive.

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

Comments · 40

  1. For those of you who don't know on Internet2 Taken Out by Stray Cigarette · · Score: 1

    How the rating system works
    How big is a 10 alarm fire?

  2. Re:"Fit Factor" on Want To Work At Google? · · Score: 1

    Right, but more important?

    What would you say the balance should be, 60/40, 70/30? Can you quantify it? If you can't, how do you decide?

  3. Re:lemons on Bad Security Driving Out the Good · · Score: 1

    Yes actually, it's 28 degrees in the office here.

  4. I used to weigh 22 stone/310lbs/140kilos on Sport Is Unrelated To Obesity In Children · · Score: 2, Interesting

    This is probably too late for this discussion but anyway.

    I got down to 14 stone/196lbs/. I'm 6ft tall. It was dead easy. I stopped eating crap, my diet consisted of a kilo of fruit for breakfast, a baked potato at lunch and a cup of Miso soup in the evening. I stopped drinking booze completely and drank lots of water and little else. I also went to the gym 6 days a week where, initially I walked for 10 minutes, rowed for 10 minutes, did a stepper for 5 but as I got fitter I upped the intensity and time, I still only exercise maybe 40 minutes a day. After I got to about 19 stone, I estimated my VO2 by doing four different tests and taking the average, you would not believe how hard it is to find somewhere to do a gas aspiration test in the UK, I'm still looking. I punched in the VO2 into my heart rate monitor and it would estimate, using my weight, height, VO2 and heart the burnt calories. I burnt Around 500 per day. In 9 months since I started observing my HR, I lost 36 kilos, bang on a kilo per month.

    I then stopped, I carried on the diet but the exercise stopped. My weight loss plateaued. I kept a weekly record of my weight (for over a year). For me, the exercise was the difference between losing weight, and staying the same.

    I know, from experiance that I lost weight when exercising and didn't when I wasn't exercising. Physics, has alot to do with this.

  5. I hate to do it but - MOD PARENT UP on PostgreSQL Slammed by PHP Creator · · Score: 1

    ...please, in fact, I'd like to know why it was modded down

  6. Re:Yay human rights! on Programmed Sentencing in China · · Score: 1

    Not even been to Law School? That's not like anywhere we know, oh, wait...

    "The first group, known as lay Justices of the Peace, sit voluntarily (though they may receive money for costs incurred) on local benches (a colloquial and legal term for the local court), hearing lesser matters, and are provided with advice, especially on sentencing, by a legally qualified Court Legal Adviser. However, before they can hear cases they must undergo a period of training."

    That is to say lay magistrates have also not been to law school.

    http://en.wikipedia.org/wiki/Magistrate#United Kingdom

  7. Re:Fuel Cell Supplier on Space Shuttle Atlantis Delayed Again · · Score: 4, Funny

    Dear Dell Customer,

    Dell has identified a potential issue associated with certain batteries sold with the NASA Shuttle(TM) series. In cooperation with the U.S. Consumer Product Safety Commission and other regulatory agencies, Dell is voluntarily recalling certain Dell-branded batteries with cells manufactured by Sony and offering free replacements for these batteries. Under rare conditions, it is possible for these batteries to overheat, which could pose a risk of fire, explosion, or firey death.

  8. Re:So let me get this straight... on HP Spying Incident Included Journalists · · Score: 1

    Using an Alias is not illegal. Using an alias might compound another crime however.

  9. How many Apple employees in California... on Apple Responds to Labor Accusations · · Score: 2, Interesting

    work more than 60 hours a week?

  10. Re:Hmmm on Enterprise-class ATA Drives · · Score: 5, Funny

    Here ya go, why don't you start with this, some major, enterprise server porn. http://www.sun.com/smrc/photos-sun/downloads/datac enter-gen03s.jpg

  11. 10 Million Lines +, Fine just don't write them all on Interview with Jaron Lanier on "Phenotropic" Development · · Score: 1
    This seems to me as something that we're already trying to do. If you look at the way that we're trying to shift the programming pardigm now we'll see some of the concepts Jaron mentions. The current approach of analyse the problem, abstract it and then solve it on a case by case basis is not wrong, per se. However, we try to write our code for re-use, but all these small pools of answers to problems all reside inside small development groups.

    The answer to all of this might be to role the concept of generative programming, with better pattern matching. Therefore companies can more intelligently apply existing, tested, debugged code to their problems and the problems of others.

  12. An the advert? on Princeton Hacks Yale, Harvard Not Surprised · · Score: 1

    I get when I go to yaledailynews.com, "WARNING!, YOUR COMPUTER DATA IS AT RISK" Yeah no shit.

  13. It's fact there are a few on Content Management Nightmares · · Score: 1
    In my experiance if you want to use an "out of the box" solution, really make sure that what you're given in terms of features is as close to what you need as possible. If you get a system with loads of features I gaurentee you won't use half of them. I built a Corporate Knowledge Management System (I love the smell of buzzwords in the morning) using Vignette V/5. It was, IMHO, overkill for the type of web app we were building. From then I went to use lots of different ones, Spectra, Broadvision, Interwoven, three or four opensource ones and it seems content management systems fall into two categories.

    Delivery and Management model or Management Model. In the first instance the tool worries about managing your content, usually using tables it creates in a database you provide or XML files. It also has something like a scripting language or other tool for you design your pages with and then insert your manged content (or links to it). The second model effectivly reaches down into a repositry which the system may or may not have created and effects changes on the files that your delivery tool, like perhaps a servlet with an XML parser reads.

    The arguments for an against can go on and on for hours, dependent on varying circumstances. If you have lots of legacy data the tools that can be adapted to use your existing repositories can be useful but then again you have to weigh up the pros and cons of implementation time. You might find it'll import your data a dream but it takes so long to implement that by the time you've done that you could have imported the knowledge into another product.

    Main features are:
    1. Workflow, allowing tracking of tasks associated with a piece of content, file, link, article, etc
    2. Security, logging in for authorised people to perform actions, edit content make it live.
    3. Audit trails, for all actions, who does what, who put Belindas Big Boobs on the corporate homepage
    4. Profiling, Vignette were very big on this, broadvision sucked at it, saying for instance, hey, you like movies about dweeby looking guys getting the girl in the end, you might like watching Deep Impact or some such
    5. Legacy Data, unless you're a brand new company you've always got this, in my case we had 20 years of methodologies to deal with. As an aside you'll need the support of the rest of the business to help you wade through what is important, what's junk and where it goes.
    6. Multiplatform support, if it's a delivery tool also, this is more promonent than in a management only system, does it let you use wap, create avantgo channels easily etc.


    7. As someone said earlier, the big coporate players arn't cheap, Vignette will cost you half a million before you've started. Things may have changed since I used it, but yes, these things arn't cheap.
      Last thing before I go and leave you good people alone. Opensource, There are some really cool tools out there, one of these days I'll release the one I'm writing for the J2EE platform. Checkout sourceforge. Try content management system or CMS.

      That's all folks
      Max
      --
      Insert Clever Signature Here.
  14. Re:What about XML ? on Teach Yourself UML in 24 Hours · · Score: 1

    UML = Modelling the flow through and design of object orientated systems/things (I won't use the word object)

    XML = Is a framework, it's not really a language (I know what you're going to say). Using this framework you can markup your own language subset to transfer or store your specific data in an ordered structure, in such a way that a standard set of tools can be used to read said data.

    and people say I'm just a crazy foreigner....

  15. So what's the deal with importing? on Defamation, Free Speech, Jurisdiction and the Net? · · Score: 1

    Seriously though, if you request (import, order etc) something which breaks the laws of the country you are importing it into, the reciever and not the shipper is liable. seems like you're "importing" the data, be it via a wire or if you order illegal porn on a CD.

    Seems simple enough to me.