Slashdot Mirror


User: Goaway

Goaway's activity in the archive.

Stories
0
Comments
4,507
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,507

  1. Re:Oops, forgot the C compiler part. on Vision and Sound From the Ideally Bare Numeric Impression giZmo · · Score: 2

    You don't need a dev account to develop for OS X, just for putting things on the Mac App Store. Xcode is available for download without an account, or you could just install your own gcc.

  2. Re:Weather, not climate on New Record High Temperature At South Pole · · Score: 2

    That's not true. An air conditioner is a heat pump, it moves heat from one place to the other, doesn't create it.

    It does both, by necessity.

  3. Re:Looks like drones aren't just for governments. on Anti-Whaling Group Using Drones To Find Whalers · · Score: 1

    No, politicians support the whaling program because it makes them look good to their voters, who support the whalers.

  4. Re:Looks like drones aren't just for governments. on Anti-Whaling Group Using Drones To Find Whalers · · Score: 1

    You really want whaling to continue that much?

    Here's the thing: Japan keeps whaling, because whalers are popular. Whalers are popular because they are standing up to outside pressure, and standing up to bullies, and nobody likes a bully. Sea Shepherd are bullies, and they keep whaling in the news, building more and more support for whaling in Japan.

    It doesn't matter one bit what people outside of Japan think about whaling, because they have no say in whether or not whaling in Japan should continue or not. The only people whose opinion matters is that of Japanese politicians, and Japanese voters. And whaling would likely be forgotten and dying out if Sea Shepherd didn't keep it in the news, and keep building support for it.

  5. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    Currently I am bogged down with projects, and Cocotron does already support native exceptions on Windows, so I am pretty much set. I'd like to move to GNUstep so I could build on Windows itself, but that's obviously low priority.

  6. Re:Propaganda on The Bitcoin Strikes Back · · Score: 1

    Miners create the blockchain, without which there is no bitcoin.

  7. Re:solidcoin on The Bitcoin Strikes Back · · Score: 1

    Don't bother, it will just make your head hurt. The short version is, an angry internet guy wanted to cash in on the bitcoin boom so he created his own version by making random arbitrary changes and tilting the whole thing in his own favor, and got some people fooled into following him. Then there was drama, and hacking, and a re-launch, and more drama and hacking, and lots and lots of angry internet people yelling at each other.

    It is not something sane people should subject themselves to.

  8. Re:Propaganda on The Bitcoin Strikes Back · · Score: 3, Informative

    Miners dont make the network;

    Actually, it is the miners that literally make the network.

  9. Re:Criminal uses? on The Bitcoin Strikes Back · · Score: 2

    Regular wallets can not be stolen with a computer program. Stealing money from a bank account is possible for a program, but there are ways to recover it after the fact, unlike with bitcoin.

  10. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    Well, I kind of have a pretty large codebase full of @try and I am not about to rewrite it, so as long as they are not supported GNUstep is useless to me.

  11. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    I didn't mean Win64 exceptions, I meant Objective-C exceptions like @try/@catch, on any version of Windows.

  12. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    Well, it was a year or so since I last tried GNUstep on Windows, but back then it didn't even support native exceptions, and I got the impression after asking around that nobody was in the least interested in doing anything about it. Hopefully that has changed since.

    Anyway, ideally I don't want to build anything, I want something to install and get going. It's not like I can't get it built if I really need to, but if I have to keep building things myself, any increase in convenience is going to evaporate pretty quickly. (And I'd really like to have something I can tell other people to install, too, when they need a compiler.)

    And if there's one thing I've learned after all these years, it's that the bigger the project, the less I want to try and build it, because something will break.

  13. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    Even for a function of a handful of lines, it is much more readable if variables are declared where they are used.

  14. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    Maybe it isn't.

  15. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    (I'd also like to build Objective-C on Windows, but that is probably a taller order. Getting GNUstep to play nice with it might take some doing, I suspect, especially since GNUstep on Windows seems to be pretty neglected.)

  16. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    I'd really like to set up a stand-alone clang for building Windows C applications, but apparently there are no binaries of 3.0, and all the instructions assume you want to build on mingw and then install it in the mingw environment.

    Do you have any pointers to how to go about ditching mingw entirely?

    It sure would be nice if someone would take the time to package it up for standalone use on Windows...

  17. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 2

    Declaring variables at the beginning of their scope makes the code more readable and easier to debug.

    Not even a little! It does the absolute exact opposite!

    Why on earth would it make code more readable to declare a variable away from the place where it is actually used? That makes no sense whatsoever.

  18. Re:Let's get C99 right first on ISO Updates C Standard · · Score: 1

    Oh god is that true? If there is one thing I want in this world, it's to ditch Mingw once and for all.

    It used to be a good and simple C compiler for Windows. It was actually "minimalist". Now it's trying to replace cygwin, and it spews DLLs everywhere, and it can not even be normally downloaded with a reasonable amount of effort, you have to use their custom downloader.

    It's a fucking joke, is what it is.

  19. Re:Time-consuming... on The Large Hadron Collider Has Been Recreated In Lego · · Score: 2

    81 hours is pocket change for a hobby. That's a couple of hours a day for a month.

    Is your life seriously so devoid of creativity that a little bit of effort like that makes you feel the need to mock him?

  20. Re:Correction on The Large Hadron Collider Has Been Recreated In Lego · · Score: 2

    One detector, out of many.

    The original articles explain this, but apparently geek.com isn't quite bright enough to understand all those WORDS.

  21. Re:Not a huge surprise... on Mozilla and Google Sign New Agreement For Default Search · · Score: 1

    I've heard that NaCl actually contains code under a license that forbids redistribution

    Well, you heard wrong.

    The only solution to implementing Dart seems to be...

    You are not supposed to implement Dart now, it is nowhere near finished.

  22. Re:How does this benefit Google long-term? on Mozilla and Google Sign New Agreement For Default Search · · Score: 2

    Google's relationship to Mozilla is basically, "We like what you're doing, but we think we can do better". They have no reason to want Firefox gone, at least not as long as it uses them as the default search engine.

  23. Re:Not a huge surprise... on Mozilla and Google Sign New Agreement For Default Search · · Score: 4, Informative

    Chrome is proprietary, dart, NACL, SPDY, and special javascript extensions,

    All of these things are entirely open and unencumbered, and free for use by anyone.

  24. Re:Simple "will I buy it" test. on Sony's Next-Generation Portable Is Out, In Japan · · Score: 1

    Yes, it's just so hard to find someone who hates Sony on Slashdot!

  25. Re:And OpenJDK still not working on Canonical To Remove Sun Java From Repositories, Users' Machines · · Score: 1

    Remember when they used to call C a portable programming language?

    Remember when they used to call Java a portable programming language?