Slashdot Mirror


User: Tyler+Eaves

Tyler+Eaves's activity in the archive.

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

Comments · 741

  1. Re:um, no on Grafedia Elevates Graffiti To Art · · Score: 1

    At which time these twits will be the first with their backs against the wall...

  2. Re:um, no on Grafedia Elevates Graffiti To Art · · Score: 4, Insightful

    Sounds like a bunch of pricks trying to pretend they are intelligent...

  3. Re:Well, actually I would think Hasbro is right on e-Scrabble gets Cease and Desist Order from Hasbro · · Score: 1

    Well, if something is truly abandonware, who could sue you?

  4. Re:why the concrete? on Instant Buildings - Just Add Water · · Score: 4, Insightful

    Ever pop a hole in a ballon?
    Ever pop a hole in a sidewalk?

  5. Urm.... on Ultimate RPG Gaming Table · · Score: 4, Interesting

    Wouldn't it just be easier to run a multiplayer neverwinter nights session and project THAT on a table?

  6. Re:I'm Confused, Tell Me what to Think on FTC Shuts Down Fraudulent Antispyware Company · · Score: 5, Insightful

    You're confused. The FTC is probably one of the most useful and generally non-sucky government agencies. It's like the various state attorney generals offices on a larger scale. Bascailly all they do is shut down scams and the like. You're thinking of the evil that is the F*C*C. No relation, other than both being government agencies.

  7. Re:What about the Silmirilion? on Hobbit Movie in Four Years? · · Score: 4, Insightful

    He has the sense to make movies people will actually WANT to see.

  8. Re:Voting with Tax Dollars on Astronauts Face Bleak Odds For Spaceflight · · Score: 1

    Well, it'd be self correcting. If, say, the roads started to suck (even more), that would lead the people most annoyed to allocate money towards them.

  9. Re:NASA does things "rigorously" on Astronauts Face Bleak Odds For Spaceflight · · Score: 1

    My point is they get so mired down in doing everything "by the book" and overspecing everthing 3000% that they actually DECREASE safety by making things overly complex and adding new failure modes that wouldn't exist in a simpler system.

  10. Re:Useful contact info on Astronauts Face Bleak Odds For Spaceflight · · Score: 1

    It's rather ironic I think. NASA does things "rigoursly" in the name of safety, but in the end I think safety is compromised because systems are so complex. No one person can have a high level view of such as system.

  11. Re:Pardon me for asking... on Opensource Apple Lossless Decoder Released · · Score: 2, Interesting

    Huh? I could encode flac at over 15x realtime on my old Athlon 900.

  12. Re:Python Version of RoR on Part 2 of Ruby on Rails Tutorial Online · · Score: 1

    Haven't done any ruby in a while, so I don't have any code handy, but blocks are great for things like GUI callbacks. You can put the code right where it would logically fit, and you don't end up with a 1001 quitButtonOnClick() type functions cluttering your namespace.

  13. Re:Wow... on Intelligent MIDI Sequencing with Hamster Control · · Score: 1

    The problem is not usually, as is often thought, bandwidth. So even fairly large static files are okay as long as your own a decent link (Say, at least 10mbp/sec upstream). Problems are usually poorly coded dynamic sites, where either the DB shits itself, or the server grinds to a halt from the cpu load.

  14. Re:MIDI on Intelligent MIDI Sequencing with Hamster Control · · Score: 1

    More like 1000 times the file size...

  15. Pretty Good... on Intelligent MIDI Sequencing with Hamster Control · · Score: 4, Funny

    If by pretty good you mean "Sounds like a malfunctioning japanese fairground organ..."

  16. Re:I wonder... on Experts Suggest Replacing Definition of Kilogram · · Score: 1

    From what I understand there isn't "A" kilogram, but really something like 80 or 100 of them at various institutions all over the world.

  17. Re:Project Management on Project Management Methodology for IT Operations? · · Score: 3, Funny

    Really?

    Seems like every time I see a UK govt IT project in the headlines, words like "Disaster", "Overbudget", "Late", and "Useless" tend to appear with alarming frequency.

  18. Well.... on Free SSL Certificate Project · · Score: 2, Insightful

    I thought the whole point of SSL is that not just anyone could get a cert...

  19. Re:Mersenne Primes - Definition on 42nd Mersenne Prime Probably Discovered · · Score: 1

    Not Quite.

    A MP in binary would look like 10000000001, where the total number of binary digits is equal to the power of two.

  20. Re:Speed isn't everything on More Cell Processor Details And First Pictures · · Score: 1

    No it's not. It's 4ghz x 10. Most tasks are NOT parrelell in nature, and saying it's equivilant to a single 40ghz chip is incredibly misleading.

  21. Re:What happend to using Dongles? on Steam Users Steamed · · Score: 1

    The "problem" with dongles is that it's quite possible to emulate them in software.

  22. Re:Program Installation Locations on What's Wrong with Unix? · · Score: 1

    Shared libs aren't used much in practice, although because so much is built into the OS (Cocoa, etc) there is less need. The needed libs are part of the bundle. Causes a bit of bloat, maybe, but harddrives and RAM are cheap, and it side steps the whole dependency / DLL|RPM Hell issue.

  23. Re:Program Installation Locations on What's Wrong with Unix? · · Score: 2, Informative

    The best approach I've seen to this is Mac OS X's "App bundles". Basically these are directories with a name that ends in .app, with a certain internal layout. To the user in the file manager, it looks and acts like a file. If you click on it it launches the app. Easy drag-and-drop installation/removal, and the program can include as many support files as it needs, without even NEEDING an installer.

  24. Re:I mostly agree. They are both too corporatist on Washington Post Buys Slate From Microsoft · · Score: 1

    That's a dangerous attitude to take. If the Post went under, then that would increase the influence of the RIGHT-WING corporate media.

  25. Re:Random question.. on GIMP 2.2 Released · · Score: 2, Informative

    Well, for that kind of stuff you really should be using a vector-based editor like Inkscape.