Slashdot Mirror


User: HonIsCool

HonIsCool's activity in the archive.

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

Comments · 168

  1. Re:Why is this news? on Sony's Official Statement Regarding PS3 Hacking · · Score: 1

    Well, no, the last piece of PS2 hardware (and hence PS2 compatibility) was removed with the release of the CECHG-model (40GiB fat model). But the poster claimed Sony removed PS2 support from new firmwares like OtherOS was removed. I wouldn't know because I didn't actually boot my 60GiB PS3 for a long time, and it still has 3.41 firmware with PS2 support. I bought a bunch of PS2 games for my PS3 (and I don't own a PS2) so I wouldn't be happy if newer firmwares had it removed, even if I haven't had time to use it lately!

  2. Re:Why is this news? on Sony's Official Statement Regarding PS3 Hacking · · Score: 2

    Wait a minute, wait a minute. Sony has removed PS2 compatibility in the new firmwares? Really?

  3. Re:Chinese pirates cracked it first on Why Sony Cannot Stop PS3 Pirates · · Score: 1

    Assuming the usb-hack was developed by Chinese as opposed to merely sold to them... And it very likely built on geohot's hypervisor hack (which was the first hack, not counting the RSX incident, and it was splendidly successful by the way)

  4. Re:eFUSE on Why Sony Cannot Stop PS3 Pirates · · Score: 1

    Please don't bring back the old efuse again...Everytime Sony did anything, there was always the ignorant "OMG! They blown an EFUSE!!!111" comments being tossed around, of course without the slightest evidence of it being true (because it of course wasn't)

  5. Re:probably not on Why Sony Cannot Stop PS3 Pirates · · Score: 1

    I'm not up-to-date on the PS3 hack status, but fail0verflow talked about a hardware downgrade during their conference talk. This is what allowed them to claim game-over for Sony, even though metldr wasn't compromised at that point. Is this downgrade also dependent on metldr (or lower) being non-updatable?

  6. Starting to release? on Houston We Have a Problem · · Score: 4, Informative

    The transcripts of the Apollo missions have been available online for a long time. Apparently these are new "multimedia" transcripts, or at least transcripts with hyperlinks or whatnot, but the actual text in the transcripts have been available. I know because I read a fair few of them before...

  7. Re:It's not easy on The Challenge In Delivering Open Source GPU Drivers · · Score: 1

    Really? I thought maybe you wrote that too?

  8. Re:It's not easy on The Challenge In Delivering Open Source GPU Drivers · · Score: 2

    Reads a lot like one Linux Hater's Blog post :) Minus some foul language :)

  9. Re:It's the other way around actually.. on Interpol Issues Wanted Notice For Julian Assange · · Score: 2

    She is a Christian SOCIAL democrat. All Swedish parties, including the Swedish "right-wing" are to the left of the US democrats.

    The social democratic party are real socialists by the way, not something like Obama. So, no, I don't think the rest of the world views Swedish social democrats, even the Christian subset that might belong to the right of the social democratic party, as being particularly "right wing".
    Unless the rest of the world is communistic...

  10. Re:It's the other way around actually.. on Interpol Issues Wanted Notice For Julian Assange · · Score: 1

    It is simply a Swedish translation of this. Be pleased to note that it doesn't say anything about using "rape accusations to destroy man". Also curious how a Swedish social democrat can be regarded as right wing?

  11. Re:Damn it Sweden! on Swedish Man Fined For Posting Links To Online Video Feeds · · Score: 2, Insightful

    Yeah...Big win. The US of A says "Jump!", Sweden asks "How high?". Big win, big win...

  12. Re:I dunno man on Swedish Court Orders Detention of Wikileaks Founder Assange · · Score: 2, Informative

    I was going write something similar, so I'll just add some comments here instead.

    I'm a bit peeved with all the comments alleging that a "girl can have consentual sex and change her mind the next day and it is accepted as rape in Sweden". This is not what the courts have decided, where in fact they do seem a lot more willing to acquit than convicted in hairy cases. Which might not necessarily be the worst of things.

    I'll say though that the "Was she drunk, has she had many boyfriends, is she a slut?" is not regarded as a reason to acquit by the court, although the defense attorney might be too happy to trot out that line.

  13. Re:"Because You're Popular, You Get a Free Pass!" on Swedish Court Orders Detention of Wikileaks Founder Assange · · Score: 2, Informative

    Moreover, rape is absurdly loose in this country. You can have consensual sex with a girl, but she can still change her mind the next day and claim you "got her drunk" or "talked her into it". Personal responsibility pretty much goes flying out the door in such cases (precedents abound).

    [citation needed]

     

    But he allegedly had an "attitude problem" with women. That's not rape in my book. I don't care what the law says, it is simply immoral to prosecute a man for rape on such bullshit.

    It depends on what the "attitude problem with women" consisted of. According to one woman, it was that it started off consentual but turned into non-consentual and that Assange had a problem with accepting that. Allegedly of course.

  14. Re:Legal response on Swedish Court Orders Detention of Wikileaks Founder Assange · · Score: 1

    It's a different charge in Sweden as well.

  15. Re:Legal response on Swedish Court Orders Detention of Wikileaks Founder Assange · · Score: 1

    Except it's not seen as "culturally ok to claim rape several days after the fact - even if it was consentual at the time)".

  16. Re:I dunno man on Swedish Court Orders Detention of Wikileaks Founder Assange · · Score: 1

    Rape in Sweden means sexual intercourse without consent from one of the parties.

  17. Re:What about C++? on The Coming War Over the Future of Java · · Score: 1

    Well, those things are probably nice and all, but I was hoping for a compiler where the C++ standard undefined behaviour was actually defined, and in the general case and not just a few special cases :)

  18. Re:Why Go? on The Coming War Over the Future of Java · · Score: 1

    2) Because the JVM is aware of the runtime environment it is currently executing in, it has the capability to perform additional optimizations at runtime. The JVM has the capability to decide how best to convert the bytecode into inline native instructions based on available resources such as memory and CPU. C++ does not have this luxury. Once the C++ compiler generates it's executable code, that code is static and unchangeable.

    I would just like to point out that this is not strictly true: There is nothing (standard-wise) preventing C++ code from being compiled for a JVM in exactly the same manner as Java. I think Clang + LLVM is able to do it?

  19. Re:What about C++? on The Coming War Over the Future of Java · · Score: 1

    What compiler offers this?

  20. Re:What about C++? on The Coming War Over the Future of Java · · Score: 1

    Why is that? Is the application using only pure C++ and nothing outside the standard?

  21. Re:What about C++? on The Coming War Over the Future of Java · · Score: 1

    Perhaps the biggest problem with C++ is the extreme ease with which one finds oneself lost in the dreadful land of undefined behaviour...

  22. Re:What about C++? on The Coming War Over the Future of Java · · Score: 2, Informative

    Not really. By itself C++ is more portable than Java et al. In fact, the problem is rather that C++ is too portable (ie general)!

    For example, for I/O there is the basic notion about files for example, but anything more specific (like, directories or how to get a list of files etc. And don't even mention graphical thingies!) the standard is completely silent, precisely too keep things as portable as possible.

    That means if one wants non-general things, one has go outside the C++ standard. Preferably there is some other standard to follow then, such as POSIX, or maybe QT.

  23. Re:The thing with ASCII on Mr. Pike, Tear Down This ASCII Wall! · · Score: 2, Insightful

    When I think of, por ejemplo, the word pronounced as 'hait' [*], I don't have to "translate" that at all. No, sir! Just type it straight in, exactly as it is pronounced: "height" of course! =)

    [*] IPA doesn't work on /.

  24. Re:A tool for when you need to get the job done on Bjarne Stroustrup Reflects On 25 Years of C++ · · Score: 1

    If true, g++ is broken and needs to be fixed.

  25. Re:A tool for when you need to get the job done on Bjarne Stroustrup Reflects On 25 Years of C++ · · Score: 1

    You are certainly insistent about the badness of that missed return statement :) But it is certainly not true that in plain C such a bug can only cause data corruption (if that were even desireable); just imagine the consequences if the return value is a pointer...