Slashdot Mirror


User: tcopeland

tcopeland's activity in the archive.

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

Comments · 1,760

  1. In other news, "The People's Cube"... on Obama Stimulus Pours Millions Into Cyber Security · · Score: 5, Interesting

    ...announces the Hope'N'Change Operating System. "Only 30% chance of crashing!"

  2. Carl Malamud's book is a great read... on Transparency Advocate Campaigns To Lead GPO · · Score: 2, Informative

    ...Exploring the Internet: A Technical Travelogue. He relates a couple of funny episodes dealing with various ISO bureaucrats... good stuff.

  3. For server provisioning... on How Do You Document Technical Procedures? · · Score: 2

    ...I usually start with documenting the configuration on a Wiki (or a file in a Subversion repository somewhere) and then shift things over to Puppet when I get the chance. The nice thing about the latter is that you know all the setup specifications are correct since that's what's actually being applied to the servers.

    Documentation of system provisioning is just one small part of the question you're asking, but hopefully that helps.

  4. Re:Twitter Developer Alex Payne on Rails performan on Twitter Leads Social Networks In Downtime · · Score: 1

    > all those little hacks you avoid during
    > development could suddenly mean thousands of dollars saved

    Yeah, that's the stuff I'm thinking of. "We won't generate this on the fly, we'll put it in a queue and process the queue every 5 seconds." "We won't immediately write this to all the servers, instead we'll rsync it up in a batch job." I wouldn't even call those "little hacks"... I'd say that those are architecture decisions that you make once you realize you need them. And, as you say, until you need that sort of thing it's a waste of time to code it up... wait until you're sure you have customers, then do all that.

  5. Re:Twitter Developer Alex Payne on Rails performan on Twitter Leads Social Networks In Downtime · · Score: 1

    > better to deal with them sooner than later.

    Well said sir. Scaling is not about language opcode execution speed. Apps don't scale by eliminating a few JMPs and BEQs here and there. Instead, they scale by coming up with good _architectures_. Caching, partitioning, sharding, queuing, backgrounding... all that stuff. Given a good enough architect you could probably write EBay in Bash.

  6. Chapter 11 of the book talks about Lucene... on Collective Intelligence in Action · · Score: 2, Interesting

    ...I've been using Sphinx a lot recently and have been really pleased with it. The indexer is fast, there's good Ruby on Rails integration, and I don't worry about scalability since if it's good enough for craigslist it's good enough for me. Definitely worth a look for your next project that needs to do full text search.

    For a quick demo of it, do some searches here.

  7. Re:From the article on Nuclear Subs 'Collide In Ocean' · · Score: 1

    > That quote is more likely to be

    Fair enough, thanks for the correction!

  8. From the article on Nuclear Subs 'Collide In Ocean' · · Score: 1

    > The Campaign for Nuclear Disarmament described the
    > collision as "a nuclear nightmare of the highest order".

    The problem with this sort of overblown rhetoric is that it uses up the effect of these words. Had both submarines detonated all their warheads, that would have been "a nuclear nightmare of the highest order". This incident is just part of having a Navy. As Grace Hopper said, "A ship in port is safe, but that's not what ships are built for".

  9. Re:top-10 list: Anonymous so I'm not Karma whoring on UC Berkeley Lab Examines Cloud Computing Obstacles · · Score: 1

    > 1 Availability of Service Use Multiple Cloud Providers; Use Elasticity to Prevent DDOS

    They should add another one:

    11 Use Hard Limits to Prevent Bank Account from Being Drained During Prolonged Slashdotting

  10. I'd consider calling in Bruce Perens on How To Argue That Open Source Software Is Secure? · · Score: 3, Interesting

    He may be lurking hereabouts, but if not, here's his bio. I've been doing open source for a fair while - 10 years or so - but he's been talking to companies and coming up with good answers to various arguments against open source for much longer.

  11. Re:USSR on Russia's Operating System May Be Fedora Based · · Score: 3, Funny

    Er, Austin... we won!

  12. Re:mod_security on Website Security Without Breaking the Bank? · · Score: 2, Informative

    > I recommend mod_security

    One thing to watch for with mod_security is that it will block certain requests even when it's in 'logging only' mode. Still a useful tool, but keep a close eye on it.

  13. Re:Thank you, Monty. on MySQL Co-Founder Monty Widenius Quits Sun · · Score: 3, Interesting

    > Yeah, I use Postgresql a lot these days, but I also still use MySQL.

    I'm a big fan of PostgreSQL; I recently upgraded RubyForge to PostgreSQL 8.3 and have been quite happy with the performance.

    That said, I kind of feel like MySQL still has an edge on PostgreSQL in terms of replication - I know Slony is out there, but my perception of it is that it doesn't handle schema changes easily, and MySQL replication via binary log shipping is pretty straightforward. I hear the PostgreSQL guys are working on something for out of the box replication though, so we'll see....

  14. Re:Makes you wonder on US Becomes Top Wind Producer; Solar Next · · Score: 1

    > Kinda makes you wonder if government intervention is really necessary.

    I think the government already has, and with predictable effects; for example, see this post about 'negative pricing' in the Texas wind farms.

  15. Re:About to move to the Java port of Lucene... on Lucene and SOLR Get Commercial Support · · Score: 1

    > I recently switched to sphinx (http://www.sphinxsearch.com/) its written in C

    Minor nit - it's in C++. But yeah, it's totally awesome - fast when indexing, easy to scale horizontally, powerful query language, custom stop word lists, etc, etc. The APIs (I use the Ruby one, Riddle) make it easy to do nifty excerpt formatting (for example, note the highlighting around the word 'battle'), and there are a couple of different ways to integrate it into a Ruby on Rails app.

    Speaking of Sphinx and Rails, here's a code snippet for escaping extended mode Sphinx queries. This will probably make its way into Riddle at some point, but, until then, there it is.

  16. Re:Project is on RubyForge... on Visualizing Complex Data Sets? · · Score: 1

    ...and, back online; here's the Ruby/ASP project which also hosts ruby-graphviz.

  17. Project is on RubyForge... on Visualizing Complex Data Sets? · · Score: 1

    ...which I just took offline for a quick database upgrade. Er, sorry, will be back online soon!

  18. Re:Eh Sonny? on The Zen of SOA · · Score: 1

    > What is the weird fascination with "eastern" stuff among upper middle management?

    That extends to military leadership too; "The Art of War" is on both the Army and the Marine Corps reading lists. It's a little more appropriate in those cases, though...

  19. Notice the changes in the latest... on The Unmanned Air Force · · Score: 1

    ...Air Force reading list. Several books about counterinsurgency, only one about flying airplanes and that's a historical piece (Fast Tanks and Heavy Bombers: Innovation in the U.S. Army, 1917-1945). That's the CSAF's reading list, and he would know where they're going...

  20. The Dilbert cartoon on "Director of Green" on Green Is In At CES, But Is It Real? · · Score: 1
  21. Regarding the "SaaS kills developers" article... on Amazon S3 Adds Option To Make Data Accessors Pay · · Score: 4, Insightful

    ...I'm not sure how accurate that is. In my experience S3 and EC2 enable small companies to do things they might not otherwise hassle with.

    The article also says "The glory days of the UNIX system administrator and the Java programmer are dead and buried". Really? From what I've seen, good Unix sysadmins are in high demand - whether the servers are in your colo rack or in a RackSpace facility, you still need someone to mind the farm and twiddle the Puppet manifests. Not sure about Java programmers, but demand for Ruby (especially Rails) programmers is quite high.

  22. Re:We're seeing an uptick on Linux In 2009 — Recession vs. GNU · · Score: 1

    > One of the biggest aces in the hole was PostgreSQL.
    > The cost for us to come in, set up and install everything
    > was cheaper than some other well known DB vendor's cost of database software alone.

    Right on. Same goes for Sphinx vs any proprietary text indexing setup I've used. And it's fast, and there's good Rails/Ruby support via UltraSphinx and Riddle.

  23. Re:Curse of the Cursed Cursor on Tales From the Support Crypt · · Score: 4, Insightful

    > the power cable had fallen out of the adapter.

    A good way to overcome this is to say "sometimes some junk gets in the plugs... unplug your adapter and then plug it in again." That way if the adapter is indeed unplugged, the person doesn't have to admit it - they can just plug it in and save face by saying "oh yes, it must have gotten loose or dirty or something". Seems like a good strategy.

  24. Re:This would make OSS look bad on Campaign to Open Source IBM's Notes/Domino · · Score: 1

    And speaking of Rails, check out this job posting. Requirements are TS/SCI, Lotus Notes, and... Ruby on Rails experience. Seems like some high security clearance government folks may be converting some things from Notes to Rails.

  25. Re:Good lord, what is with the taggers? on Rails and Merb Ruby Web Frameworks Merge · · Score: 1

    > I much prefer a pure-Ruby solution
    > which I can throw behind any old load-balancer

    Right on, yup, that sounds better to me too. But, for now, Passenger is a vast improvement over mongrel_cluster.yml and all that.