Slashdot Mirror


User: gbutler69

gbutler69's activity in the archive.

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

Comments · 757

  1. Huh! on Inkscape 0.47 Released · · Score: 2, Insightful

    What you said sounds really, really, really stupid to me.

  2. Re:Glad we got that covered. on Program To Detect Smuggled Nuclear Bombs Stalls · · Score: 2, Insightful

    Yes. That's the idea. These things can scan traffic for nuclear materials as you drive through at 30 mph.

  3. Hey Wicked Cool! on Program To Detect Smuggled Nuclear Bombs Stalls · · Score: 2, Interesting

    I just finished working on this project a year ago. I worked as a sub-contractor for Thermo-Fisher Scientific, one of the prime contractors, to DNDO, DHS, and CBP. It was an interesting project. My team was responsible for developing the command and control software for these systems. Had a lot of ups and downs. The technology works fairly well. We did A LOT of testing of the system in both laboratory and field conditions in order to validate the software. Got to travel to great and wonderous places like Nevada Test Site, Southampton, UK, and Antwerp, Belgium. Who'd a thought something like this would put a monkey in the works?

    Funny anecdote: When we installed the system in Southampton, UK, the British and Eurpoean Union representatives were most interest in if it could detect "Cigarettes"? Man, they wanna make sure they collect that tax on your smokes!

  4. Yes, this is correct. on 1977 Star Wars Computer Graphics · · Score: 1

    I used to be a technician in the U.S. Army for the HAWK (Homing All-the-Way Killer -- gotta love that name, oh, and LASHE mode (Low-Altitude Simultaneous HAWK Engagement) -- YAY, takes me back!) and i had to diagnose and repair the RADAR display systems (TDECC - Tactical Display/Engagement Control Console) [among others systems and sub-systems] and this is EXACTLY how the display worked. It had a green phosphorescent display that "drew" the glyghs representing air-craft etc on the screen in real-time based on digitial inputs representing positions and vectors (shapes) to draw that were converted in A/D converters into voltage levels to drive the "Yoke" thereby deflecting the beam to the correct position on the phosphor.

    I used to love figuring out problems with that system and fixing them. What fun! Even better was the refridgerator-sized Tactical Computer that had a RAM drawer the about 5 feet tall and 18 inches wide by about 36 inches deep with (count 'em) 16kiB (yes, virgnia that's Kilo-Bytes -- 16 x 1024 bytes) of "Magneto Core" memory cells.

    AMERICA! FUCK YA!

  5. Re:Dials for manipulating 3D objects on 1977 Star Wars Computer Graphics · · Score: 1

    Mouse wheels have shitty resolution, though. They click to individual stops, they're sent to the host as if they were button presses...

    Ummm....you do realize that means that the application can treat each "Click" as whatever amount of movement it chooses and is appropriate for the task at hand? Right? In other words, INFINITE resolution.

  6. Yes. on Tracking the World's Great Unsolved Math Mysteries · · Score: 1

    There exist no empty sets in the Universe! We can construct all of Mathematics beginning only with the Empty set. So, all of mathematics can be constructed from something that does not exist in the real world. Hmm? Makes you think.

  7. Wow! on We Really Don't Know Jack About Maintenance · · Score: 1

    This sounds like a familiar story. You've got the right attitude now.

  8. I don't think you know what a "Strawman" is. on Chinese Court Rules Microsoft Violated IP Rights · · Score: 1

    Seriously.

  9. Survivorship Bias. on If the Comments Are Ugly, the Code Is Ugly · · Score: 1

    Hmmm.....that sounds a lot like "Evolution". Maybe the I.D. folks should take note.

  10. Roman Aquaducts? on If the Comments Are Ugly, the Code Is Ugly · · Score: 1

    They've stood for greater than 1,000 years. Do you think they fully understood all the physics? HINT: No, they didn't.

  11. Re:*First post.. on Public School Teachers Selling Lesson Plans Online · · Score: 2, Insightful

    Who says Teachers make piss for money? Every teacher I know makes in excess of $40,000 per year. Most experienced teachers make more than $ 50,000 per year. They only work 9 months of the year. They have LOTS of vacation and days off (way more than most jobs).

    If the teacher developed the lesson plan on their own time, it belongs to them. If they developed it on school time, it belongs to the public. Simple as that.

  12. Really? on Are You a Blue-Collar Or White-Collar Developer? · · Score: 1

    What percentage of successful books are written by English Majors?

  13. No. on Google Under Fire For Calling Their Language "Go" · · Score: 1

    No, it isn't even a "Trademark Thing®" The Author of "Go!" does not have a trademark on "Go!". He never applied for one.

  14. Policy Kit! on Microsoft Patents Sudo's Behavior · · Score: 0, Redundant
  15. Policy Kit on Microsoft Patents Sudo's Behavior · · Score: 0, Redundant
  16. Policy Kit! on Microsoft Patents Sudo's Behavior · · Score: 0, Redundant
  17. POLICY KIT! on Microsoft Patents Sudo's Behavior · · Score: 1
  18. POLICY KIT! on Microsoft Patents Sudo's Behavior · · Score: 1
  19. POLICY KIT! on Microsoft Patents Sudo's Behavior · · Score: 2, Interesting
  20. POLICY KIT! on Microsoft Patents Sudo's Behavior · · Score: 0, Redundant

    http://hal.freedesktop.org/docs/PolicyKit/

  21. This IS already being done in Linux on Microsoft Patents Sudo's Behavior · · Score: 2, Interesting

    And I'm not just talking about sudo/gksudo etc....look at "Policy Kit". This is EXACTLY what this Patent describes. EPIC FAIL Microsoft! The FREE SOFTWARE WORLD has OUT INNOVATED YOU AGAIN! Been doing this for at least more than a year. Been in design/documentation/talked about for even longer.

  22. ARE YOU KIDDING? on Microsoft Patents Sudo's Behavior · · Score: 1

    Look at Ubuntu 8.04, 8.10, and 9.10 and tell me how this is different? It isn't.

  23. Re:And I am missing it greatly on Linux on The NoSQL Ecosystem · · Score: 1

    To elaborate further...If there are N entries in the above table and ID is in a b-Tree index to iterate over all N records you wish to retrieve would involve N * LOG(N) time complexity, whereas simply getting the whole list (or a proper sub-range) would involve only LOG(N) time complexity. The difference between N * LOG(N) and LOG(N) is DRAMATIC!

  24. Re:And I am missing it greatly on Linux on The NoSQL Ecosystem · · Score: 1

    You, sir, have a fundamental misunderstanding. Running that query over and over again, simply incrementing the ID, is not "small", "light", "efficient", nor "fast"! That would be a 100% retarded thing to do.

  25. Yes, true. on Oracle Outlines Plans for Sun Products, Casts Doubt on NetBeans · · Score: 1

    But, you do realize that something that is BSD licensed can also be forked into a GPL version? Simply keep the BSD license notifications and ALL future additions to the fork are licensed GPL/LGPL, GLPv3 etc. You now have a GPL fork. So, if someone (who by the way?) abandons the BSD licensed version and begins solely working on a proprietary fork, the rest of the community can simply take the last BSD licensed version, create a GPL fork, and lock-out future proprietary forks and prevent the proprietary company from using the now GPL contributions to the GPL fork in their proprietary product.