Slashdot Mirror


User: bugs2squash

bugs2squash's activity in the archive.

Stories
0
Comments
2,196
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,196

  1. Re:"operating system" on University of Cambridge Offers Free Online Raspberry Pi Course · · Score: 4, Insightful

    What do you mean by simple ? It's as complex to program as anything else, the development environment is as rich as any other and it has the backing of a sophisticated community. Or are you one of those people who think real comp sci is all about using excel and word.

  2. Compress it on Ask Slashdot: How Do I De-Dupe a System With 4.2 Million Files? · · Score: 1

    Even if each file is "uncompressible", a good compression system should almost eat the dupes and won't break anything that relies on the dupe actually being where it is in the file system plus it is a more "standard" solution and if your processor outpaces your disk it may even make things run faster.

  3. But by what measure are they worth $300Bn ? The art has moved on, there are better ways to use the spectrum, $300Bn would put 1000 new satellites into Geostationary orbit.

  4. Drive to the pool on Ask Slashdot: Keeping Personal Tech Cool In Extreme Heat? · · Score: 1

    there will be an air conditioner outdoors next to the sun loungers, park the car under one.

  5. Re:Size matters... on Gamma-Ray Photon Observations Indicate Space-Time Is Smooth · · Score: 1

    Protons are supposedly not elementary particles, since they are made of quarks, hence, to my mind, dimensions make sense for protons since their constituent quarks presumably range around some nominal volume.

  6. Size matters... on Gamma-Ray Photon Observations Indicate Space-Time Is Smooth · · Score: 1

    " theories suggest the pixels should measure the size of the "Planck length," or about a billionth of a billionth of the diameter of an electron"

    I thought electrons and all truly elementary particles had no size whatsoever, they were ideal points

  7. Secrets on Is an International Nuclear Fuelbank a Good Idea? · · Score: 1, Interesting

    So states will line up for their handouts and conduct enrichment programs in secret, denying that they do so. Where's the difference from today ?

  8. So it has nothing to do with graphics then... on AMD Preps For Server Graphics Push · · Score: 1

    They want a co-processor, so build one, or add extensive FPGA capabilities. Don't just put in a GPU and disconnect the monitor, make something more specifically applicable to the task at hand.

  9. I don't need no stinking device driver on Haiku OS Ported To Intel 64-Bit Architecture · · Score: 1

    Really, in this day and age. why do we need separate device drivers for every device. Surely there are only a few ways in which data are transferred and parameters are updated for almost all possible devices. I can see the need for a device driver for really specialized and rarely found hardware, but almost everything else should have had standard interfaces defined for it by now, at least so far as the kernel is concerned.

  10. Re:CAFE Kills on White House Finalizes 54.5 MPG Fuel Efficiency Standard · · Score: 1

    Exactly, and when the truck is raised even higher with larger wheels and fitted with bull bars it's even less of your problem.

  11. I don't get it on First Pictures of Apple's New Mini Connector · · Score: 1

    why does it need a dock connector at all ? I'd prefer a totally waterproof / dust-proof phone and it seems far more "Apple".

  12. It seems easy to fool on The Rapid Rise of License Plate Readers · · Score: 2

    I always imagine that these tools, and it seems there are more of them each day, will lead to complacency, the evidence seems so very compelling when it comes from such a fancy system. However, one day someone will game the system; maybe the villain just bolted his license plates onto the back of some unsuspecting stooge's car, or had a second set of plates, or even put out a dozen sets of duplicate plates, or put different plates on the front and the back of the car or do any number of things that simply makes the system unreliable.

    Then the system will wind up providing an alibi for someone we would all have rather seen in gaol and its veracity will go unchallenged because it is so whiz-bang.

  13. What we need is the human equivalent of license plate "protectors". I foresee a new fashion trend...

  14. Re:I think I've heard of this kind of warfare befo on War By Remote Control, With Military Robots Set To Self Destruct · · Score: 1

    When designing the communication system, be sure to arrange it so that it can send back high framerate full motion HD video even when it is far beyond the range at which it can receive control commands (eg the kill switch).

  15. Re:really??? on Man Orders TV On Amazon, Gets Shipped Assault Rifle · · Score: 2

    Seems to me that the "bogey man" keeping liberals up at night was the image of a lonely guy obsessed with butch looking guns. The ban seems to me to have been more about demonizing a section of the public than about controlling weaponry, and to me that's just an unsavory as the right wing demonization of welfare recipients.

    I am pro gun control, but the old ban does not seem to me to have been the right way to go about it.

  16. Re:Sounds like win-win to me! on Man Orders TV On Amazon, Gets Shipped Assault Rifle · · Score: 5, Funny

    I don't understand; from the tone of your comment you would seem to claim to be knowledgeable about guns, from which I infer that you perhaps have an interest in guns and perhaps are "pro-gun", but your signature message seems to indicate that you disapprove of this particular manufacturer. Would you have preferred he got the TV instead ?

  17. Re:It's NOT Henry the VI, Act IV, Scene II today on NASA's Own Video of Curiosity Landing Crashes Into a DMCA Takedown · · Score: 1

    Actually the phrase is (c) Scripps Local News so please stop using it.

  18. If I want you to know me by it on Google+ Account Suspended? You Won't Find Out Why · · Score: 1

    It is my real name

  19. Re:Use the right tools for the job at hand on IT Support Pro Tells Why He Hates Live Chat · · Score: 1

    I n78d 4 r8pl8cm7T Weyb0ard !

  20. Re:Chat has its place, but shouldnt be primary on IT Support Pro Tells Why He Hates Live Chat · · Score: 1

    One thing that always surprises me is that the chat clients don't have a "hand over control of my PC to the service representative" button. I would have thought that would be a basic thing for the service rep to want to be able to do and I know the tech is available to do it.

  21. transmission losses on Existing Solar Tech Could Power Entire US, Says NREL · · Score: 1

    I thought transmission losses went up when it is hot, maybe the power companies could put solar in their power-line easements and somehow "top up" the voltage as it drops along the power line run.

  22. time from get set to gun on Speed of Sound Is Too Slow For the Olympics · · Score: 1

    I would have thought that world record times would fall if there was a standard time from "get set" to bang. It seemed like there might have been such a thing in the swimming, the time periods seemed so uniform. Presumably the Olympics could simply send out a CD recording of the message that will be played at the start of a race from speakers behind each athlete, that way false starts would be reduced, the reaction time issue would be replaced by a requirement to be able to judge the delay accurately. It may not be "the sport" but if it causes records to fall it would be welcomed by the event's promoters. I wonder if there is anything in the rules about it.

  23. MSP430 state machines on Ask Slashdot: Good Books and Tools For a Software/Hardware Hobbyist? · · Score: 3, Interesting

    I really liked MSP430 state machine programming by Tom Baugh. I learned a lot about state machines, and they are basic to many applications.

  24. Re:yes on Political Science Prof Asks: Is Algebra Necessary? · · Score: 1

    I'm pretty sure I was doing compound interest calculations as part of my math curriculum in 8th or 9th grade. (with a book of logarithms, not a calculator) I think the main purpose was to find an application for raising values to the nth power.

  25. How convenient on New Mac Trojan Installs Silently, No Password Required · · Score: 3, Funny

    that a new version of OSX has just become available to purchase, better rush out and buy it.