Slashdot Mirror


User: NightHwk1

NightHwk1's activity in the archive.

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

Comments · 129

  1. Re:Is Loon not innovative? on Don't Panic, But We've Passed Peak Apple (and Google, and Facebook) · · Score: 1

    This is the first I've heard about the Loon project, and at first I thought it was just a site left over from April 1st. But it's actually a very cool idea for rural connectivity.

  2. A big mess to clean up on Github Kills Search After Hundreds of Private Keys Exposed · · Score: 4, Informative

    git rm id_rsa*; git commit -a -m "problem solved\!"

    Not quite. They're already out there. The keys are still in the revision history. People have forked and cloned it.

    Hopefully the developers who created these keys know that besides removing them from the repo, the keys can no longer be used. They must be removed from every .ssh/authorized_keys file, every service like Github that uses them for deploying code, etc.

  3. Re:So far on Firefox 18 Beta Out With IonMonkey JavaScript Engine · · Score: 4, Insightful

    What sites are so damned slow? It's not the Javascript in most cases, it's the asset loading. The tubes are still the bottleneck on the web.

    If anything, Javascript is speeding things up. AJAX content updates without a full page refresh are commonplace now, and there are more and more sites that are mostly client-side, using frameworks like Backbone.

  4. Re:go faster by going slower? on Drupal 8 Development Begins — 15 Bugs At a Time · · Score: 1

    They would get a lot more done when they finish their transition over to Git (although they should seriously consider Github instead of whatever custom thing they're building). I've had things to contribute, mostly bugfixes for modules, but the whole community is still stuck on CVS and patch files, so it was too much of a pain to do.

  5. Re:Offtopic, but I'm really curious on Anonymous Knocks Out Ministry of Sound Website · · Score: 1

    There's one here in the US called the Franklin Mint that does the same thing.

  6. A book for content administration? on Drupal 6 Content Administration · · Score: 2, Insightful

    There is something *seriously* wrong with a Content Management System if it prompts someone to write a book on how to use it for editing content.

    Never mind the nightmarish coding practices that developers have to deal with, the always-one-version-behind modules, views in the database, or all the other things that make Drupal a pain to work with. The first thing a CMS should do is make content administration simple.

    Hopefully Drupal 7 will solve some of these problems...

  7. Re:Broken? More like fixed. on J. P. Barlow — Internet Has Broken the Political System · · Score: 1

    Being able to amend the Constitution is exactly what is meant by the term "living document".

  8. I don't care about Flash on the iPhone... on Flash Is Not a Right · · Score: 1

    I'd rather have Adobe create a 64bit browser plugin for non-Linux platforms. The x64 build of Firefox (Minefield) on MacOS 10.6 was nice and fast, but I couldn't use it for a surprisingly high number of sites just because of the lack of Flash support.

    And the alpha version for Linux has been "in development" for what, 3 years now?

  9. Re:Dead Forests... on Paper Manufacturer Launches "Print More" Campaign · · Score: 1

    I know this is a bit late for a response, but...

    They don't just mow down the field and turn it all into Cheerios, otherwise you'd have lots of leaves and stalks from the wheat plants in your cereal bowl.

    Anyway, such monoculture is unsustainable, especially when combined with our current industrial agriculture practices. It ruins and erodes the soil, is dependent on petroleum and herbicides, and is beginning to require plants with genetic modifications.

  10. Re:Dead Forests... on Paper Manufacturer Launches "Print More" Campaign · · Score: 2, Insightful

    I was shocked at the absolute lack of biodiversity the last time I walked through a wheat field. Imagine it: A huge field, hundreds of acres, where they've managed to grow almost nothing but wheat! What a waste.

    It works much better without the sarcasm tags. Repeat that over and over, and perhaps you'll get it.

    There is something wrong with such a lack of biodiversity, especially when you consider that approximately 40% of the land in the US is currently cultivated like this.

  11. Re:Make a Scene on Funeral Being Held Today For IE6 · · Score: 1

    Somebody should go there and wave "God hates IE6" signs.

    If only I had mod points today...

  12. But what about...? on Caffeinated Alcoholic Drinks May Be Illegal · · Score: 1

    Would this affect legality of "normal" drinks like coffee porters/stouts? How about Irish coffee?

  13. Mail client support on Thawte Will End "Web of Trust" On November 16 · · Score: 1

    Maybe now that Thawte is making email certification less useful (and more expensive), clients like Thunderbird and Mail.app will start to prefer GPG/PGP. That's all I can hope for anyway, since GPGMail for Mail.app is now broken under Snow Leopard for the foreseeable future.

  14. Re:free upgrades? on Apple To Ship Mac OS X Snow Leopard On August 28 · · Score: 1

    Only if you purchased a new computer from Apple after June 8th.

  15. Intelligent life and tribal societies on Fewer Than 10 ET Civilizations In Our Galaxy? · · Score: 1

    Are we so sure that intelligent life on distant planets will follow the same path as us? Especially after reading Daniel Quinn's books, it seems far more likely that intelligent beings are living in a similar way that ancient humans did. Complex monocultures like ours seem to be the exception, not the rule, and they are relatively very short-lived (ours was started about 10k years ago, according to Quinn, while the modern human species has been around for much longer).

    I don't think there's any reason to assume that other beings will wipe themselves out so quickly (why shouldn't they survive and adapt for millions of years?), but since great technological achievements seem to require an unsustainable lifestyle of conquest and over-use of resources, we might not have much luck contacting or being contacted by them.

    (As I'm posting this, I realized that this post is similar to mine, and is probably better written...)

  16. Re:The birth part is silly. on Are Women Getting More Beautiful? · · Score: 1

    more than 3 children should be illegal

    Why? Because you have to oppress someone else because you do not want to have children of your own to compete?

    Competition isn't the reason -- it's that we have far too many people on the planet at the expense of other species and our own well-being. I don't see the reason for specifying more than three, though, when the average is already below that, and it still results in population growth. Two should be the maximum.

    However, according to people like Daniel Quinn, laws such as this would not do much good. Instead, the food supply must stabilize and slowly shrink.

  17. Re:This should be a lesson... on Hacker Destroys Avsim.com, Along With Its Backups · · Score: 1

    You must have never tried using /dev/random to wipe a drive. You could easily run it through many passes of /dev/urandom in the same amount of time.

    Additionally, I'm not an expert at this, but I think the quality of the random number isn't really important anyway, since you aren't encrypting the existing data. There is no problem in having someone guess the next bit of random data, since that random data is right there on the disk, no matter how it was generated.

  18. Re:Why not using the "object" tag? on Theora 1.0 Released, Supported By Firefox · · Score: 1

    The point of the object tag is that it can fall back on a nested element if the preferred object can't be displayed.

    A video tag sounds like a terrible idea, when XHTML is heading in the direction of replacing image tags with objects.

  19. Re:Police thugs on "War On Terror" Board Game Confiscated In UK · · Score: 1

    However, the article does not say that all of these things were taken from the same person, or even on the same day.

  20. Re:While we're at it... on Average Web Page Size Triples Since 2003 · · Score: 2, Informative

    It will of course need a modified design, but it can still all be handled by CSS. Just change the background-image URL, or remove the background altogether and do it with text.

  21. Re:I'm Siding with MS on This on Microsoft Offers IE7 to All, Pirates Included · · Score: 1

    Luckily, these days not "supporting" a browser no longer means putting up some kind of error message that says "This site is optimized for X; your browser sucks!" It's more a matter of simply not testing it in IE6.

  22. Apple's recycling program on Texas Makes Green Computing Mandatory · · Score: 1

    I recently bought a Mac Pro, and noticed that I could box up my old PC and send it to Apple for recycling for no charge. Of course I didn't send it in, since it's not completely dead yet...

  23. Re:Obvious arrogance. (IE dependence war story...) on Why are Websites Still Forcing People to Use IE? · · Score: 1

    There might be something else out there, like an Acrobat Reader style OOo plugin, but this extension looks interesting: http://wiki.services.openoffice.org/wiki/Firefox_O DFReader_extension

    I only glanced at it, but it seems to send the ODF file through an XSLT stylesheet, effectively turning your document into a web page. It's still in development, though.

  24. Re:Confirms quantum theory on Researchers Chill Mirror to Near Absolute Zero · · Score: 4, Informative

    It seems like it's the same effect as noise cancellation... firing pulses at the exact opposite frequency of the atom.

    And about the mirror versus using an actual dime or something else--a perfectly smooth, very thin object probably makes atomic-level laser targeting much easier than a relatively rough object such as a coin.

  25. Re:Convenience on At Least 25 Million Americans Pirate Movies · · Score: 1

    The Drafthouse is definitely one of the best things about Austin. I live next to two mega-theaters, and I still prefer to go downtown (or S Lamar) for a movie. Pitchers of local beer, decent food for the price of candy and soda at other places, and they don't run ads for 20 minutes before the show.

    The Open Projector night is pretty cool, too.