Slashdot Mirror


User: icebraining

icebraining's activity in the archive.

Stories
0
Comments
7,351
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7,351

  1. Re:Just a label. on Trying to Untangle Anarchist Attacks On Scientists · · Score: 1

    Well, I'm definitively an animal. You can be a fungus or something if you want.

  2. Re:"Anarchists Are Idiots?" Get The Popcorn, Sally on Trying to Untangle Anarchist Attacks On Scientists · · Score: 2

    Alan Moore did nothing of the sort. The V from the comics is shown to have very personal motivations for his killings.

    The Wachowski brothers, on the other hand, achieved that by writing a completely twisted version as a screenplay, which loses all the context of the character and of country's situation.

    The central question is, is this guy right? Or is he mad? What do you, the reader, think about this? Which struck me as a properly anarchist solution. I didn't want to tell people what to think, I just wanted to tell people to think and consider some of these admittedly extreme little elements, which nevertheless do recur fairly regularly throughout human history. (...)

    [The movie] has been "turned into a Bush-era parable by people too timid to set a political satire in their own country.... It's a thwarted and frustrated and largely impotent American liberal fantasy of someone with American liberal values standing up against a state run by neoconservatives â" which is not what the comic V for Vendetta was about. It was about fascism, it was about anarchy, it was about England.

    -- Alan Moore

  3. Re:Wouildn't his kids inherit his money anyway? on Hans Reiser Sued By Own Kids For $15 Million · · Score: 4, Insightful

    The bank didn't "earn" that money either. The only earned whatever fees and/or interests contracted with the account holder. If they hold it for 30 years, then they have 30 years of fees to subtract from the account, nothing more.

  4. Re:C Programming Language on Objective-C Overtakes C++, But C Is Number One · · Score: 1

    Linus:

    I don't actually know the details. I mean Java I really don't care about. What a horrible language. What a horrible VM.

    :)

  5. Re:C Programming Language on Objective-C Overtakes C++, But C Is Number One · · Score: 4, Interesting

    From: Linus Torvalds
    Subject: Re: [RFC] Convert builin-mailinfo.c to use The Better String Library.
    Newsgroups: gmane.comp.version-control.git
    Date: 2007-09-06 17:50:28 GMT (2 years, 14 weeks, 16 hours and 36 minutes ago)

    On Wed, 5 Sep 2007, Dmitry Kakurin wrote:
    >
    > When I first looked at Git source code two things struck me as odd:
    > 1. Pure C as opposed to C++. No idea why. Please don't talk about portability,
    > it's BS.

    *YOU* are full of bullshit.

    C++ is a horrible language. It's made more horrible by the fact that a lot of substandard programmers use it, to the point where it's much much easier to generate total and utter crap with it. Quite frankly, even if the choice of C were to do *nothing* but keep the C++ programmers out,  that in itself would be a huge reason to use C.

    In other words: the choice of C is the only sane choice. I know Miles Bader jokingly said "to piss you off", but it's actually true. I've come to the conclusion that any programmer that would prefer the project to be in C++ over C is likely a programmer that I really *would* prefer to piss off, so that he doesn't come and screw up any project I'm involved with.

    C++ leads to really really bad design choices. You invariably start using the "nice" library features of the language like STL and Boost and other total and utter crap, that may "help" you program, but causes:

    - infinite amounts of pain when they don't work (and anybody who tells me that STL and especially Boost are stable and portable is just so full of BS that it's not even funny)

    - inefficient abstracted programming models where two years down the road you notice that some abstraction wasn't very efficient, but now all your code depends on all the nice object models around it, and you cannot fix it without rewriting your app.

    In other words, the only way to do good, efficient, and system-level and portable C++ ends up to limit yourself to all the things that are basically available in C. And limiting your project to C means that people don't screw that up, and also means that you get a lot of programmers that do actually understand low-level issues and don't screw things up with any
    idiotic "object model" crap.

    So I'm sorry, but for something like git, where efficiency was a primary objective, the "advantages" of C++ is just a huge mistake. The fact that we also piss off people who cannot see that is just a big additional advantage.

    If you want a VCS that is written in C++, go play with Monotone. Really.
    They use a "real database". They use "nice object-oriented libraries". They use "nice C++ abstractions". And quite frankly, as a result of all these design decisions that sound so appealing to some CS people, the end result is a horrible and unmaintainable mess.

    But I'm sure you'd like it more than git.

                Linus
    - - -
    From: Linus Torvalds
    Subject: Re: Compiling C++ kernel module + Makefile
    Date: Mon, 19 Jan 2004 22:46:23 -0800 (PST)

    On Tue, 20 Jan 2004, Robin Rosenberg wrote:
    >
    > This is the "We've always used COBOL^H^H^H^H" argument.

    In fact, in Linux we did try C++ once already, back in 1992.

    It sucks. Trust me - writing kernel code in C++ is a BLOODY STUPID IDEA.

    The fact is, C++ compilers are not trustworthy. They were even worse in 1992, but some fundamental facts haven't changed:

    - the whole C++ exception handling thing is fundamentally broken. It's _especially_ broken for kernels.
    - any compiler or language that likes to hide things like memory allocations behind your back just isn't a good choice for a kernel.
    - you can write object-oriented code (useful for filesystems etc) in C, _without_ the crap that is C++.

    In general, I'd say that anybody who designs his kernel modules for C++ is either
    (a) looking for problems
    (b) a C++ bigot that can't see what he is writing is really just C anyway
    (c) was given an assignment in CS class to do so.

    Feel free to make up (d).

            Linus

  6. Re:The chicken and egg problem all over again on Cat Parasite May Increase Risk of Suicide In Humans · · Score: 1

    How did you manage to read misogyny in parent's post? Do you consider having no sexual inhibitions to be a positive thing?

  7. Re:Kill Patents on Apple Forces Google To Degrade Android Features · · Score: 1

    The government should stop them - by not enabling them with software patents.

  8. Re:six hundred dollars? on Apple Forces Google To Degrade Android Features · · Score: 1

    Mobs sometimes fight each other.

  9. Re:financial accounts' passwords on Ask Slashdot: How Do You Securely Store Private Information For Posterity? · · Score: 1

    Why do you assume they only have one account? They might have some joint account(s) and some separate ones.

  10. Re:Isn't IE embedded into the OS where possible on Firefox Notably Improved In Tom's Hardware's Latest Browser Showdown · · Score: 4, Informative

    Your knowledge is outdated. Firefox has separated plugins like Flash into their own processes using plugin-container multiple versions ago. You can kill the process without bringing Firefox down, and in fact I've done just that many times.

  11. Re:A bit late methinks on University Sues Student For Graduating Early · · Score: 1

    Lrn2Slashdot. My parent is hidden because it's at -1. The one you're talking about is my grand-parent.

  12. Re:A bit late methinks on University Sues Student For Graduating Early · · Score: 5, Insightful

    Apparently you can't read. I'll help you try again: "The schools says (...) "its fees are the total price for the studies, independent of how long the studies last."".

    So, someone who takes much longer to graduate should pay the same, since the fees are independent of how long the studies last.

  13. Re:So what? on Ron Paul's New Primary Goal Is "Internet Freedom" · · Score: 1

    I believe you are confusing the USian corporatist system with a socialist system. Last time I went to the doctor, I paid $4, and I don't have health insurance.

  14. Re:So what? on Ron Paul's New Primary Goal Is "Internet Freedom" · · Score: 1

    If you took what I wrote seriously, you need a sarcasm doctor.

  15. Re:So what? on Ron Paul's New Primary Goal Is "Internet Freedom" · · Score: 5, Funny

    So, how exactly can a patient be assured that a medical practitioner is competent?

    Well, you go by their track record. Obviously new doctors don't have one, so they offer very low prices, so poor people go there, and if they die you know you should avoid it later. The Free Market(tm) works!

  16. Re:No doubt... on First iOS Malware Discovered In Apple's App Store · · Score: 2

    So they finally caught up to Symbian? That's nice.

  17. Re:I just registered youtube-mp3.de on YouTube-MP3 Ripper Creator Takes On Google · · Score: 1

    You can't grab videos from a domain. A domain is just a name you give to some IP. The physical machine can be everywhere from Germany to Cambodia.

  18. Re:Another Apple first on App Store Bug Corrupts Binaries; Angry Birds Crash · · Score: 1

    Why would they encrypt the package? Do you mean sign? Because then the whole packages does need to be hashed.

  19. Re:So how educated are you? on Texas Scientists Regret Loss of Higgs Boson Quest · · Score: 1, Interesting

    Where exactly in that post did PopeRatzo implied anything about religion or religious people? I think you have a bit of a persecution complex.

  20. Re:igoogle gone? .... meh! on Google Killing Off Mini, Video, and iGoogle · · Score: 1

    You mean the Apple who launched a phone without so much as copy-paste, not to mention third-party apps and many other features that were considered standard in every smartphone at the time?

  21. Re:I don't think it's a matter of "ignorance" on Google Killing Off Mini, Video, and iGoogle · · Score: 1

    Seriously? Google is evil because they don't want to support a free service that is probably burning cash?

    Sigh. And people call file sharers entitled.

  22. Re:There is not even a way to remove it! on Facebook Says Your Email Is @Facebook · · Score: 1

    That's an argument against leaving them lying on the original device, not for printing them. I don't care if I can read my original IDE drive, because all the data worth saving is already in two SATA drives and on Tarsnap, and when we move to a new storage technology, they'll come along, as will the videos, audio recordings, etc.

  23. Re:Dunno, might help but not solve problem on Google Proposes Fighting Piracy By Blocking Ad Money · · Score: 1

    Mobile phones can't generally make adhoc connections.

    Both the iPhone and at least some Android models can connect using ad-hoc, though at least in the former case the app can't set up itself the connection.

    But in any case, nobody said it had to be over ad-hoc: public APs (with and without passphrases) are common, and syncing over them is equivalent to an ad-hoc connection for the purpose.

    it's The Laws of Physics, and they are suing you for defamation.

    And what Laws would those be, considering that IBM has already achieved storing 1 bit in just 12 atoms, which would just take 10^-6 cm3 to store a petabyte?

    Sure, it's far from practical - for now. But it's certainly possible.

  24. Re:people who use ubuntu are linux posers anyways on FSF Criticises Ubuntu For Dropping Grub 2 For Secure Boot · · Score: 1

    There's no "Java" part in the OS (the part that actually runs on the machine).

    Android has Dalvik, which is a very different VM with a different bytecode. The only Java part runs in the developer's desktop.

  25. Re:Meanwhile, in the sensible part of the Internet on Twitter Clampdown Could Impede Anonymous Tweets · · Score: 1

    I don't go to /b/. The only boards I go to - and even those, it's rare - are /hr/, /lit/ and /wg/.