Slashdot Mirror


User: countach

countach's activity in the archive.

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

Comments · 1,657

  1. Re:Not all that surprising on Intel Dev: GTK's Biggest Problem, and What Qt Does Better · · Score: 1

    I don't know that anybody was saying C was better than C++. What they might have been saying is that C libraries are better as system libraries because they are easier to integrate into various languages. It's easier and more sensible to make a Python or Java or Scheme or whatever interface to a C library than a C++ one.

  2. Re:Simple on Google Removes "Search Nearby" Function From Updated Google Maps · · Score: 1

    Good doesn't want you abandoning their mapping for.. oh say Apple maps. They want you coming for information from them. That's why this move makes little sense.

  3. US data on NSA Collects 200 Million Text Messages Per Day · · Score: 1

    Has there been a revelation that the NSA sends US data overseas to avoid the rules? I don't remember that revelation coming out, although I wouldn't put it past them.

  4. Re: So what happens to the hydrogen? That's usabl on Revolutionary Scuba Mask Creates Breathable Oxygen Underwater On Its Own · · Score: 1

    Aww come on, it was in a bond movie, and everything in Bond is true.

  5. Re: This is new? on Why Birds Fly In a V Formation · · Score: 1

    There was a slashdot article recently that most research is lost within 2 years, so expect the same discovery and story in another 2 years.

  6. Re:Perl on Source Code For 22nd IOCCC Winners Has Been Released · · Score: 1

    Yes there is, but nobody has ever been deemed worthy of winning.

  7. Re:Bullshit! on Snowden Says His Mission Is Accomplished · · Score: 1

    There's at least 3 problems with your post. 1. The NSA doesn't obey the law. 2. You can't believe anything written about them. 3. You're probably NSA, because who else would defend those jokers?

  8. Errm on Linux x32 ABI Not Catching Wind · · Score: 4, Interesting

    Won't this require a 2nd copy of the shared libraries in memory, which will negate the benefit of a slightly smaller binary?

  9. Re:Legality vs Enforceability on DoD Public Domain Archive To Be Privatized, Locked Up For 10 Years · · Score: 1

    It should be the courts, which is why the idea of secret courts is an abomination.

  10. Re:This was understood in Engineering projects too on Neglect Causes Massive Loss of 'Irreplaceable' Research Data · · Score: 1

    Are they really complete rockets? Is the documentation available to verify that they are 100% complete?

  11. Really? on Rough Roving: Curiosity's Wheel Damage 'Accelerated' · · Score: -1, Flamebait

    I know weight is important and all, but .75mm of aluminium? Really? Maybe they should have less scientists over there at NASA and more people with common sense who can raise their eyebrows.

  12. Re:If he wasn't giving her an iPad on Bill Gates Plays Secret Santa To Reddit User · · Score: 1

    Why check his business bigotry at the door, and get her the iPad she wanted?

  13. Eco-friendly? on Life-Sized, Drivable 500,000 Piece Lego Car Runs On Air · · Score: 5, Insightful

    The prospectus says he is building something eco-friendly. Is it really eco-friendly to build a car from 500,000 individual pieces, shipped from Denmark, one that has zero practical use, then ship it from Romania to Melbourne? And is the power efficiency of using electricity to fill an air tank and then power 256 plastic pistons really power efficient?

    Cool, yes. Eco-friendly? Nope.

  14. Re:Firmware on How a MacBook Camera Can Spy Without Lighting Up · · Score: 1

    You wouldn't think so, but in fairness to Apple, these were pretty old machines, which means they had pretty old versions of OS-X. My guess is Apple closed this bug a long time ago, which is why the researchers had to use old Macs.

  15. Re: If you've got good signal, digital is better, on Final Days For Australia's Analog TV · · Score: 1

    Come to that, since they're building an nbn with high capacity land based connectivity, all broadcast is unnecessary.

  16. Re:Who wants to prick the bubble? on Bitcoin Tops $1,000 For the First Time · · Score: 1

    With the rising difficulty, you can't make money now without it being near to $1000. If it was much less, people would stop mining it.

  17. Re: follow the money on NYT: Healthcare.gov Project Chaos Due Partly To Unorthodox Database Choice · · Score: 1

    If a database is good, it should be possible to use it for ALL problem domains.

    Of course, by this criteria, a relational database is NOT "good".

    But I would have thought an object database is good, and would work in any situation. Unfortunately, they never seemed to really take off.

    Anyway, I'd rather be using an object database for complex data of ANY kind than some crazy XML database. I can sort of see why a health application that might have tons and tons of fields might be tempted to use an XML storage, but I still think its a mistake. XML is ALWAYS a mistake.

  18. Re:Further proof that anti-GMO is all about the mo on Make Way For "Mutant" Crops As GM Foods Face Opposition · · Score: 1

    The organic industry was ALWAYS marketed as naturalness, not "better" (whatever that means).

  19. Re:Hail to the uninformed on Make Way For "Mutant" Crops As GM Foods Face Opposition · · Score: 2

    If that's true, it only reinforces that the article makes a good point that its no different to genetic engineering. In fact, then it really is genetic engineering using a different technique and should be regulated the same way.

  20. Errrrmm on Make Way For "Mutant" Crops As GM Foods Face Opposition · · Score: 3, Insightful

    If this is so "natural", they won't be patenting the result.... RIGHT????

  21. Re:don't be grandiose on NSA Infected 50,000 Computer Networks With Malicious Software · · Score: 1

    I don't know, those 50000 networks are probably no less secure than before. The NSA probably has an encrypted secure channel into them, which is no easier to hack than whatever exploit they originally used to get in. Who knows, they might have even closed the original exploit and made them more secure.

  22. Re:Money again... on Software Patent Reform Stalls Thanks To IBM and Microsoft Lobbying · · Score: 1

    Yeah, but it seems less objectionable to suffer under the will of the majority than under the will of the oligarchs.

  23. Re:And what good would that have done? on Feinstein and Rogers: No Clemency For Snowden · · Score: 2

    Yes well, you're assessing people in terms of victory to America vs victory to England, Germany, Russia etc etc. The rest of us are thinking about victory for the people vs the surveillance state, which we think is a more important battle than killing the occasional wild muslim.

  24. Re:And what good would that have done? on Feinstein and Rogers: No Clemency For Snowden · · Score: 5, Insightful

    Yeah, they ought to put up a statue of him in Washington Mall. The only difference between him and the founding fathers is the founding fathers got away with overthrowing the corrupt establishment, and he didn't.

  25. It's time on How Your Compiler Can Compromise Application Security · · Score: 2

    It really should be time that 99.9% of the code written ought not to be in languages that have undefined behaviour. It's time we all use languages which are fully defined.

    Having said that, if something in code is undefined, and the compiler knows it, then it should generate an error. Very easily solved. If this STACK program is so clever, it should be in the compiler, and it should be an error to do something undefined.