Slashdot Mirror


User: Caine

Caine's activity in the archive.

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

Comments · 240

  1. Re:I would take C++ over Java/C# anytime on C Alive and Well Thanks to Portable.NET · · Score: 2, Informative
    The way I see it, the benefit of garbage collection is nearly canceled by the lack of stack variables and guaranteed destructor calls.

    In both languages you can force a garbage collection of an object, and also specify code to be run att finalization.

    By contrast, memory management problems in C++ can be mitigated by destructors, reference counting and containers that automatically free members. Not ideal, but usually doesn't disfigure your code.

    Are you kidding me? Ugly hacks like refcounting doesn't make your code ugly? Heh, yeah, sure.

    Now add other things missing from Java and/or C# - preprocessor, templates, multiple inheritence, operator overloading, unsigned types - and the new languages are really not that compeling for large projects that need heavy-duty, "dirty" features to manage complexity and can afford a regression suite that runs under Purify to fix memory corruption or leaks.

    Seriously, do you have any clue what you're talking about? The need for preprocessor and templates are some of the largest faults with C++, introduced to try to keep backwards-compatability with C. A real OO-language as Java or C# doesn't need for example templates since all objects inherit Object as they should. They also both have usigned types. Multiple inheritance is usually seen as A Really Bad Idea and should be done with interfaces.

    To conclude, you're a moron.

  2. Don't kid yourself on We Are All Nerds Now · · Score: 2, Funny

    You're still a big nerd if you like those things. And you're definitely not cool.

  3. *sigh* People are morons on Sweden To Outlaw File Sharing, Crypto Breaking? · · Score: 5, Informative
    This is what happens when a major swedish newspaper prints a completly incorrect article. In reality what's proposed doesn't change much, i.e it's still allowed to backup for private use (those laws are much more generous in Sweden than in for example the US) and all the other things Swedes all love and use.

    In fact, it actually widens some rights, for example, the right to copy digital materials to help disabled people and easing the process for schools to make digital copies of material. But alot of people read the article and got up in arms. *Rabble rabble rabble*. The real proposal from the Justice department (in Swedish):


    Press release

    Part 1 of the proposal

    Part 2 and appendixes

  4. Re:Too hard? on XML Co-Creator says XML Is Too Hard For Programmers · · Score: 1
    I've been programming for 16 years...here is a short list of the languages I have used in real-world (i.e. I got paid) applications:

    C, C++, COBOL, VB (eventually rewritten in C when it hit the scalability wall), Intel x86 ASM, Motorolla 6809 ASM, and Motorolla 6502 ASM.


    You've been programming for 16 years in all those languages? Mighty impressive. Strange you don't know things like it's Motorola (since you wrote it twice, I assume it wasn't a mis-spelling).


    Proprietary. Proprietary. Proprietary, but at least somewhat portable; however, waaayyy too expensive unless you are dealing with massive amounts of data/users or are coding for government/businesses that require namebrand stuff


    Yes, people use proprietary programs, and no, they aren't that expensive. Shocking huh?

    This is true. However, I have yet to run into anything that I couldn't replicate in C/C++ using RFC standards. Some of the more nifty features of Exchange would need some reverse engineering, but I've never had the need to provide them.


    I don't know what to say. None of those sentences make any sense. "in C/C++ using RFC standards"...wtf are you supposed to mean by that? You can implement things totally unrelated to any RFC by using RFC standards? That would be impressive. "Here I'm using IP over Aviation carrier RFC standard to access the database".

    However, I code for US DOD and the security issues with both of those as well as a general distrust of anything open source has prevented their use on a general basis.

    First you complain about proprietary software and now open source? You're one fun troll aren't you :)

    most of which is copy and pasted loops and if statements

    Why the hell would you want to copy loops and ifs? The reason you ever copy code is to AVOID branching.

    If so, read your input one character at a time and COUNT them

    Never ever fucking read something one character at a time.

    Seriously, fun troll.

  5. Re:rootkit redundant. on Windows Rootkits · · Score: 1

    Run as:

    Hold in shift, right-click on the item, choose "Run-as", type in administrator, type in password. Enter.

  6. What are you smoking? on IsoNews Ostensibly Shut Down By The DOJ · · Score: 1

    I get the site fine just as it's always been.

  7. Re:Whining? on Why Nerds Are Unpopular · · Score: 1

    There you are whining again...

  8. Whining on Why Nerds Are Unpopular · · Score: 1

    If "nerds" just stopped whining so goddamn much about being unpopular, perhaps they would be a bit more popular.

  9. Original report on Graphing Randomness in TCP Initial Sequence Numbers · · Score: 5, Informative
  10. Re:What a deal! on Broadband via Power Cables trials in Scotland · · Score: 1

    My state-financed line is a realiable 100Mbps (not that many other sites can match that, but I reach over 2mb/s even to the US). And I pay about 16$ a month (Sweden). So as the previous poster, anyone care to immigrate? :)

  11. Been around a long time. on Internet-enabled Robot to Mow Lawns · · Score: 2, Informative

    Hmm, the family which we traditionally celebrate midsummer eve with have had one of these for ages (at least 5 years). As far as I know it wasn't internet connected though, but could navigate their yard without problems, cutting the grass suitably as it went (and they have a big yard with lots of trees). They do live near Huskvarna, Småland in Sweden though (where the mower in the article was manufactured) so it's possible it was some kind of prototype they've gotten their hands on.

  12. Re:Still should have been better on How Yoda Became an Action Star · · Score: 1
    I've have fenced, practiced multiple martial arts and teach a type of Kung Fu featuring more than 50 weapons (not that I can use even 4 of them in a sensible way ;)), I've also done a fair amount of live RPG fight-training not to mention a streetfight now and then.

    I never said you can't overcome reach, but doing as the first poster suggested, which was just standing still blocking etc, is gonna get you hurt. And if you are a jedi-master with good forcepowers and precognition, bouncing around might be a good technique. Who knows? It's not like anyone can try it :) However, doing Obi-Wanesque spin-arounds is (obviously) a surefire way to get killed.

    Another important point to consider is that the lightsaber basically weighs nothing, making it radically diffrent from a sword.

  13. Re:Still should have been better on How Yoda Became an Action Star · · Score: 1

    You've never actually fought with anyone have you? If you're just 10 cm:s (approx 4 inches) shorter, you're gonna have a hell of a time. There's no way you can stand still, since the other person has a much further reach, especially when the diffrence is this big and he can just keep you away, and drop hits from any direction (including above) with equal speed and ease.

  14. Re:Which Is Only Half Of It on Game Developers Cracking Down on Cheating · · Score: 1
    On an RTS i was working on recently it was my job to eliminate the map cheat, whereby the user made the entire map visible, giving them a huge advantage. I did this by having each system report the state of its map to the other players and synchornizing that value. It was still possible to cheat and clear the map, but doing so imemdiatly caused you to be booted from the game.

    What prevents a hacked client from reporting one thing, and displaying another thing to the user? As always, you can't trust anything coming from a client.

  15. Actually... on Eminem #2 on Gracenote... Before Release · · Score: 1

    It's a great album. Haven't listened much to him before, but it really got me going. I think I'm even going to buy the album, which is something I don't do often. If it weren't for mp3s, I'd never hear this, and I would make one cd purchase less.

  16. Re:Is this appropriate? on Mozilla 1.0 Release Parties · · Score: 2, Insightful

    First of all, see the comment above.

    Second of all, JWZ may be an arrogant prick at times, but I'm highly doubtful that Mozilla would exist without him. He's a very fine coder, and put a lot of work into it. I can understand if he gets pissed off at Netscape and AOL, when they don't listen to the coders, and hires new people that really aren't that good and just throw them in with the old team.

  17. Re:Unbelievable on Microsoft Expert Witness Stumbles · · Score: 1

    And so emf spoke:

    "The whole idea that an operating system (Windows) is dependent on an application (Internet Explorer) is a complete joke."

    The whole idea that an operating system (Hurd) is dependent on an application (File System Server) is a complete joke. See the problem? What is or is not an operating system is very vague. You can view an OS as no different than for example, winamp, a program swallowing plugins that do different tasks.

  18. Re:Where's NORDUNET? on A GEANT Leap Forward In Networking For Research · · Score: 1

    It's clearly connected to SUNET through Stockholm, but the map just shows the GEANT-backbone. Check out Nordunet's own maps for the connection details.

  19. Re:I can see the point... on Andromeda To Become Less Complex? · · Score: 1

    *cough* In sweden B5 runs on the "normal" channels ;), looping it every other year or so. But the easiest way is to get Direct Connect (www.neo-modus.com) and jump around between the hubs. There's always someone (like me) who was all the episodes you need.

  20. Talk about double-moral on Mplayer Charges License Violation · · Score: 1

    A software project, which uses codecs from another operative system and binary code from lots of different companies, not to talk about the DivX codecs which is hacked microsoft codecs (yes, there are alternatives nowadays) are angry at someone else for using THEIR fake-GPL code. Yeah, that's not two-faced. Really.

  21. Re:Blah! on Black Hole Sans Donut Puzzles Astronomers · · Score: 1

    First of all, it wasn't meant as a serious comment, and second of all, as you can read in this by Mr. E himself there's nothing that exactly prohibits energy from going faster.

  22. Blah! on Black Hole Sans Donut Puzzles Astronomers · · Score: 2, Funny

    When will they stop fooling around with this kind of lame stuff, and give me hyperspace or warpdrives. I'm getting restless!

  23. Re:*cough* on DirectFB: A New Linux Graphics Standard? · · Score: 1

    Remote desktop. Enough said.

  24. *cough* on DirectFB: A New Linux Graphics Standard? · · Score: 1
    Basically what every comment here i saying is either "People want Alpha blending, 3D windows, etc, etc" or "X network transparency is great, I can run my apps on other stuff". May I then suggest something that fullfills both of these needs:

    I present to you *cough* Windows XP.

    I'm a microsoft bitch, so feel free to mod me down.

  25. Re:People should try as hard to stop the SSSCA on LOTR Campout Begins · · Score: 1

    As I'm not living in a state where I see the government as an enemy I feel no such need. Though I realize that even my little poor socialist state will be affected by anything being passed in the U.S, I fear that US senators aren't very likely to listen to me, as I'm not a US citizen. And quite frankly, I'm quite happy here in Sweden, where I can spend my time waiting for LOTR tickets instead of having to fight my government.