Slashdot Mirror


User: cca93014

cca93014's activity in the archive.

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

Comments · 289

  1. Background on 'Open Source Media' vs 'Open Source Media, Inc' · · Score: 2, Informative

    Interesting background on the creation of OSM:

    http://dennisthepeasant.typepad.com/dennis_the_pea sant/2005/11/the_certain_thi.html

    Doesn't sound like their principles are very "open source"...

  2. Obligatory 2001 quote... on Leaked Pictures of Socket F · · Score: 1, Funny

    My god, it's full of holes.

  3. Re:My ideal car! on Honda Fuel Cell Concept with Home H2 Refueling · · Score: 1

    How on earth is the Prius underpowered?

  4. Re:My experience on What is Ruby on Rails? · · Score: 1

    Interesting post. I'm also an experienced Java developer and have settled on an almost identical API/Framework stack as the ones you mention (although I prefer WebWork to Struts). I agree that the configuration to juggle all these libraries together can be daunting at first.

    I've had a half day play with RoR, but didn't really have enough time to get too involved. It does look interesting, although the way the model domain is tied so definitively to the DB schema does concern me. I'm not sure why - maybe I'm just used to the model domain living as POJO's. Maybe it's unwarranted.

    One question I do have though. How much faster is RoR over Java once you have the Java development/build/staging/production environment configured and running smoothly?

  5. Re:SATA on Ubuntu 5.10 "Breezy Badger" Released · · Score: 1

    Last time I tried to install Ubuntu (about 4 months ago) it couldn't recognise my SATA controller (was on a fairly standard Abit NF7-S board...)

  6. SATA on Ubuntu 5.10 "Breezy Badger" Released · · Score: 1

    Will it go straight onto an SATA drive?

  7. Er on Google Declares War on Microsoft · · Score: 2, Interesting

    Can someone explain to me how you access a thick client application from a browser toolbar?

  8. Re:Exchange Replacement? on Build Your Business With Open Source · · Score: 1

    And how do you sync your PDAs?

  9. Re:Exchange Replacement? on Build Your Business With Open Source · · Score: 1

    Thanks for the link to openexchange. It looks like it performs a lot of the functions of outlook, the problem is that, just looking at the install instructions, I need to be worrying about DBMS's, SMTP and IMAP servers, I need a C compiler, Java, Perl modules etc. etc.

    I'm not quite sure how that is going to make it less of a headache to maintain than Exchange?

    Suse OpenExchange is over $1000 US?

  10. Re:Exchange Replacement? on Build Your Business With Open Source · · Score: 2, Insightful

    Let me expand on my original post. We use Exchange for the following reasons:

    - It works, is fairly low maintenance and IS stable.
    - It allows us to share contacts, calendars and email if necessary
    - It allows us to schedule meetings without the other attendees being present.
    - It syncs with our PDA's perfectly, both at home, at work and over the air
    - It has an excellent, usable web based interface when away from the office

    I'm no MS fanboy. We write Java based web applications. We almost always deploy to Linux. We recommend Linux servers to our clients. We love Linux.

    The thing is that I want my company to succeed, and that means using the best tool for the job. In the case of serving up java web apps, Linux is est. In the case of a groupware server, Exchange is best. Simple as that.

    How much is exchange? About 1.5 days of my time. Now, if you can find me an OSS application that does all of the above and will take me less than 1.5 days to install, configure and support, I'm all ears. As it is, I'll stick with Exchange. Sorry.

  11. Re:Exchange Replacement? on Build Your Business With Open Source · · Score: 1

    That's the problem though. I dont have time to be compiling LDAP. I just need things to install and work.

  12. Exchange Replacement? on Build Your Business With Open Source · · Score: 2, Informative

    Until someone comes up with an all-in-one replacement for Exchange Server, there will be no rest.

    I run a small (5 person) business, and we try to use FOSS as much as possible. I could not find anything out there to replace our Exchange Server. It works, it's stable (2003 is, anyway), it syncs with our PDAs etc. etc. etc...

  13. Hmmm on Google Patents RSS Advertising · · Score: 1, Insightful

    "Do no evil" eh? Wankers.

  14. Re:In the UK on Shopping Online · · Score: 1

    Overclockers are a joke. Have a look here: Feedback

  15. Re:Hmmm on First Hand Look At Chinese Internet Censorship · · Score: 1

    I think you need to re-read my post. I didn't even need to use my machine in the UK. The fact was that I could have if I had wanted to. SSH is not censored.

  16. Re:Hmmm on First Hand Look At Chinese Internet Censorship · · Score: 1

    Not really, no. ONE outside news source being restricted, which could be easily circumvented, is hardly what I would define as mass censorship.

  17. Hmmm on First Hand Look At Chinese Internet Censorship · · Score: 3, Interesting

    I spent a few weeks travelling around China last year, and the only censorship I ever witnessed was the blocking of the BBC website. I could SSH to work machines in the UK (and securely proxy'd off them if I had so wished).

    The BBC News stories were, naturally, all being aggregated by Google News.

    I arrived excited to witness this mass censorship in action, and jubilant that I couldnt really find anything of the sort.

  18. The makings? on Longhorn Beta is Disappointing · · Score: 1

    Whereas his web server is a train wreck. These jokes aren't funny, btw.

  19. WTF on Google Readies Platform for Video Distribution · · Score: 5, Funny
    Google now have an ecosystem.

    Fan-fucking-tastic.

    When are /. going to start distributing "-1 - Google Sycophantia" mod points?

    I, for one, welcome our "we're not evil, but we are a publicly owned corporation, just like all the other fuckers; give it a few years before we turn into another bunch of wankers" overlords.

  20. Maybe they are not selling to consumers... on Firefox-Based Start-Up Gets Off The Ground · · Score: 2, Insightful
    I only skimmed TFA but it could be that they are going to be developing third party XUL apps for other companies.

    Like this one. Imagine if AmEx wanted a XUL app for their customers to check their statements etc. etc., but dont want to pay to skill up a dev team to write the XUL app...

  21. Caching strategy on Ruby On Rails Showdown with Java Spring/Hibernate · · Score: 1
    Having read TFA I noticed (if I read it right anyway) that the two caching strategies of each stack were very, very different.

    RoR was taking the entire page output of a new request, caching it, and then sending that entire result for subsequent, similar requests.

    The Java stack, OTOH, was using some fairly complex middle and data tier caching inside Spring and Hibernate.

    These are VERY different caching strategies. I'd be interested to see the results if the author had used something like OsCache on the Java stack.

    My company powered the site for a very large UK awards show, and used OsCache heavily; the results were fairly impressive, allowing us to soak almost half of the server's 100Mbit network pipe at peak traffic without putting a great deal of load on the server (I think top was showing around 0.5/0.6 at peak load, although I realise that this is not a good indicator of load).

  22. Re:being a paying customer... on 'Most Important Ever' MySQL Reaches Beta · · Score: 1

    Fastest? please, only in read-only transactions running on tiny hardware...
    What, you mean the model for almost all websites?

  23. Just thought on UK Officially The Most Hacked Country · · Score: 4, Insightful

    A lot of ADSL connections in the UK now come with bandwidth limits, and charges per GB over the standard monthly utilisation. This is a relatively new concept in retail broadband in the UK (In Oz it is almost the standard).

    Anyway, it's sort of weird that the ISPs now actually have a vested interest in their users contracting malware; they make more money out of it in over-charges...

  24. w00t on UK Officially The Most Hacked Country · · Score: 3, Funny

    w00t! Finally we lead the world at something!

  25. Re:Almost useless on Credit card signatures: Useless? · · Score: 4, Informative

    I'm a Brit that lived in Oz for a year where they had just introduced PIN authorisation (it has the brand name "EFTPOS" over there, which rolls off the tonger very easily, sort of). Anyway, the Aussies saw a dramatic reduction in CC fraud following the roll out of the PIN terminals in stores. I dont remember the exact figures, but they were very substantial - something like 80%/85%.

    Again, I dont remember the exact figures, but the roll out costs in the UK of new cards and new PIN authorisation terminals in stores are going to be recouped by the banks very quickly indeed.