Slashdot Mirror


User: vegiVamp

vegiVamp's activity in the archive.

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

Comments · 1,831

  1. Re:What? on Federal Judge Says Corps of Engineers Liable For Katrina Damage · · Score: 1

    Their southern neighbours, the Belgians, tend to have a distinct opinion on that. Not at all related to their living below sea level, though :-)

  2. Re:Good on EA Shuts Down Pandemic Studios, Cuts 200 Jobs · · Score: 1

    Planescape: Torment ?

  3. Re:Specifically... on Microsoft Applies For Patent On Tufte's Sparklines · · Score: 1

    A sparkline (or any graphic) is a matrix of points (pixels), that they in this case make proportional (resize to fit) the associated location (insertion point) in your document.

    Part of what they're trying to patent, is sizing an inline graphic to the same height as your font.

  4. Re:It's not a patent for Sparklines themselves on Microsoft Applies For Patent On Tufte's Sparklines · · Score: 1

    I'm not trying to patent NTFS. I'm patenting using NTFS on my computer.

  5. Re:Let me know when... on Intel Says Brain Implants Could Control Computers By 2020 · · Score: 1

    Can you run multiple independant instances of Girlfriend 2.0 with it ?

  6. Re:I have no problem believing MS this time... on Microsoft Denies It Built Backdoor Into Windows 7 · · Score: 1

    Because the NSA is out to collect intelligence, which means they have very little of it themselves.

  7. Re:obviously on FAA Computer Glitch Causes Widespread Airline Delays · · Score: 1

    So what you're saying is that this was the reboot halfway the upgrade process ?

  8. Re:She's often a fighter jock too. on Spaceworms To Help Study Astronaut Muscle Loss · · Score: 2, Funny

    Like you don't have any unusual fetishes.

  9. Re:Developers vs. Sysadmins on Fedora 12 Lets Users Install Signed Packages, Sans Root Privileges · · Score: 1

    This is why you have
      a) The development environment on the dev's local PCs, where they can fuck about as much as they want,
      b) The development SERVER, where you are willing to install stuff from time to time to get their committed code to run and get real testing,
      c) The staging server, which is kept as close as possible to your production environment, and where code is tested in production-like circumstances,
      d) The production server, surrounded with plenty of slow, painful deathtraps for developers.

  10. Re:I don't think you comprehend the problem on Engineered Bacteria Glows To Reveal Land Mines · · Score: 1

    > 'set it and forget it'

    Which makes for an interesting walk if you come by there yourself afterwards.

  11. Re:Wow. on NASA Attempts To Assuage 2012 Fears · · Score: 1

    Wormwood ? We're gonna get flooded by Absinthe when the endtimes come ? Damn, dude, count me in. How soon can we get there ?

  12. Re:The comment may also be complex.. on If the Comments Are Ugly, the Code Is Ugly · · Score: 1

    Sounds to me like one of you guys is coding business-critical stuff, while the other one is doing websites for marketing.

  13. Re:Good news for Slashdot crowd on Environmental Chemicals Are Feminizing Boys · · Score: 1

    eh. Girly boys are hot either way :-)

  14. Re:Pirates on MPAA Asks Again For Control Of TV Analog Ports · · Score: 1

    I like how you specify "life enriching".

  15. Bah. on Esquire Launches First Augmented Reality Magazine · · Score: 1

    Webcam and "magic" markers ? Have an eyepet: http://www.youtube.com/watch?v=aPENA1Bpm68

  16. Re:Bah on Esquire Launches First Augmented Reality Magazine · · Score: 1

    Shut up, voice in my head.

  17. Re:An Application? on NASA Reproduces a Building Block of Life In the Lab · · Score: 1

    > At this point the coffin is made entirely of nails.

    I guess it's being held together by sheer force of will, then, or possibly faith.

  18. Re:Thanks on Drupal Multimedia · · Score: 1

    We're still on 5, indeed. Work is currently ongoing to integrate our patches (in as far as necessary) into Drupal 6, and then upgrade site by site.

    We've looked at the Boost module, too, about a year ago, and found then that it wasn't what we needed. Again, the dev guys know better than I why :-)

    The cache interference issue was, as far as I can tell, to do with clear_cache calls or something of that ilk emptying the entire bin instead of just the keys it should. Don't know much details, but it got worked around by splitting the bins.

    And, yes, our sites are running on a cluster of by now 8 webservers, against two separate MySQL databases. One DB could handle the load, but we left the most troublesome site behind when we installed a new one :-)

    I agree that you can't do much cross-module optimizing of your queries, but I've got logs that show literally dozens of nearly-identical queries on a single cache table for a single pageview (not all of our sites already have all of our optimizations).

    Something I suspect may be an issue when moving to InnoDB is that the entire database layout and usage scheme might not be very optimal for InnoDB's clustered indexes. I haven't looked at that yet, though, so I don't know how big the impact would be.

  19. Re:Only half the story on Drupal Multimedia · · Score: 1

    When I say 'large', I don't mean data volume - that's something that databases are built to handle pretty well. I'm talking about the amount of pageviews, which runs into the millions per month for all our sites combined.

    I'm fully aware that Drupal already caches content - that very feature was the cause of quite some trouble: if you're gonna use caching tables, it's rather unwise to lock them for selects whenever you update them; which is at most every page request (that gets through the squid, of course), also true for the session table. This is why we've moved to memcache for caching, although that brought it's own challenges, especially for cache invalidations.

    We've looked at the block cache, but I'm not entirely sure wether we're using it, or why not. The block cache, like all of Drupal's cache layer, still requires PHP execution, though - I wish we could more easily relegate logged in pages to Squid. Nature of the beast, I suppose.

    We don't have shared content, every site has it's own codebase atm. We *are* considering moving to multisite,though, so our optimisations get implemented in all sites at once.

    You may not agree with focus upon a single DB, and you're right that you cut your potential public, but you'd also be much improving your out-of-the-box performance, which would gain you more, imo. This is of course a matter of personal preference - personally I would prefer a better product to a larger userbase. I'm not familiar with the SQL rewriting facility, but it feels wrong to have to bother re-writing something that's already in the application, however convenient you make the process.

    My DBA experience is the same any DBA would have seen: I found that the tables are mostly well-layed out and well-indexed, but the entire design of the application is so that you can't even gain any benefit from moving to row-locking InnoDB without modifications to the code.

  20. Re:Keep in mind... on China Bans Physical Punishment For Net Addicts · · Score: 0, Offtopic

    > Nothing in corporate America is illigeal or immoral; until caught that is.

    There, fixed that for you.

  21. Re:Water Torture on China Bans Physical Punishment For Net Addicts · · Score: 0, Offtopic

    Hmm... And here I was, thinking waterboarding was an american invention.

  22. Re:I read this as.... on China Bans Physical Punishment For Net Addicts · · Score: 1

    I was more thinking of Jesus Camp, but yeah.

  23. Re:Wow, that's impressive on China Bans Physical Punishment For Net Addicts · · Score: 1

    You're quite right. "Knowing about it but not caring enough to bother doing something about it" is not the same as "being sanctioned".

  24. Re:Wow, that's impressive on China Bans Physical Punishment For Net Addicts · · Score: 0, Offtopic

    Or beaten up, shot and/or murdered because you're gay. Or black. Or because the redneck over there just didn't like you.

    Oh, wait, we were talking about China, sorry.

  25. Re:Wow, that's impressive on China Bans Physical Punishment For Net Addicts · · Score: 1

    Is it in any way conceivable to your narrow mind that both premises may be possible *at once* in a nation of 1 billion ? Same as the US is generally good to live in for most citizens, but the state still commits atrocities like gitmo at times ?

    Yes, there's things in China that shouldn't be - and likely more and worse than in your and my parts of the world, but for the majority of the 1 billion people, life is reasonably good. They'll get there, eventually, and so will you.