Slashdot Mirror


User: dcam

dcam's activity in the archive.

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

Comments · 1,958

  1. Re:I just don't get it.... on Interview Update With Bjarne Stroustrup On C++0x · · Score: 1

    2. Can't you just do this with a void pointer? Seems like a bad idea anyway
    3. autopointers.
    6. IMO well written C++ is the most readable code, YMMV

  2. Re:Perl IS the problem on Why Corporates Hate Perl · · Score: 1

    But that is just the point, in C++ they are weird little corners. In perl they are displayed front and center. Sure you can do some pretty weird stuff in C++, but generally that is the domain of people who know the language well.

  3. Re:What's killing Perl... on Why Corporates Hate Perl · · Score: 1

    Close but no cigar. TMTOWTDI is killing perl.

  4. Re:This article is full of errors and bad advice on Debian's Testing Branch Nears Completion · · Score: 1

    Good call.

    The other problem I have with installing things like this is you have to manage updated manually. It becomes your problem to monitor the patches for the apps you have installed, rather than say adding a daily cron job to manage it for you.

    I'd much prefer managing apps through additions to sources.list.

  5. Re:advice for upgrading a server? on Debian's Testing Branch Nears Completion · · Score: 1

    Every new stable is really well tested, I would expect it to work just fine.

    The last move from sarge to etch caused some issues for me, specifically the postfix-mysql authentication. I sorted them all out within about an hour or two after the upgrade, but it does happen.

  6. Re:advice for upgrading a server? on Debian's Testing Branch Nears Completion · · Score: 3, Informative

    I am by no means an expert, however I have upgraded a couple of servers that I don't have physical access to.

    I've normally tried to upgrade a server that I do have physical access to before upgrading the offsite server(s). So long as the server comes back up and ssh is still running pretty much everything else can be sorted out after a little time, the logs and google.

    Ideally similar hardware.

    Oh and googling around to see if anyone has hit problems doing the upgrade.

  7. Re:Null = Void on Non-Compete Clauses Thrown Out In California · · Score: 1

    On the contrary, I come to slashdot and hear people comment on subjects in which they have no expertise and only slight experience.

    The fact that they do it with such certainty and seeming authority is ... amusing.

  8. Re:Better topics on Lucas Researching Concept For New Indiana Jones Film · · Score: 1

    No, a better idea: George Lucas - the search for intelligent life.

  9. Better topics on Lucas Researching Concept For New Indiana Jones Film · · Score: 1

    Lucas could research better topics, namely why have all of his movies for the last 10 years sucked horribly?

  10. Re:Huh on New Olympics Scoring: No More Perfect 10.0 · · Score: 1

    Wtf is an ephebophile?

    SatanicPuppy, let me introduce you to google. Using this tool you can appear all knowing.

  11. Re:And watch the "discussion" devolve... on Sen. Ted "Tubes" Stevens Is Indicted · · Score: 1

    I don't care if it's the far left party(the republicans) or the center-left party(the democrats) doing it.

    I find this odd. From a global perspective democrats are right and republicans are far right. What is your personal political scale?

  12. Re:Shocked on Logged In or Out, Facebook Is Watching You · · Score: 1

    So, what is that ideal picture? Personally, I've met programmers and math types that are all over the map, personality-wise. And, frankly, I would consider avoiding the overly bookish, socially inept types, given that one's job as a programmer is, above all things, to communicate with others and to, you know, socially interact with them.

    Two things. I'm not sure I'd say that a programmers jos is "above all things, to communicate with others". Secondlt, I'm not sure that a picture of a programmer "at the end of a beer bong" shows their social interaction skills.

  13. Re:Schizophrenic Mac Hardware on Apple Climbs Into Third Place In U.S. PC Market · · Score: 1

    Possibly, I have fairly large hands.

  14. Re:Schizophrenic Mac Hardware on Apple Climbs Into Third Place In U.S. PC Market · · Score: 3, Informative

    You missed one.

    If you are resting your left finger on the shell and you right click, it left clicks.

  15. Re:Yes and both sides are happy with that on Cuba Getting Internet Upstream Via Venezuela · · Score: 1

    US politics has no left and right anymore as far as the major political events are concerned.

    The US has not had a left and right for quite some time. There has only been the right and extreme right.

  16. Re:Ask for a test problem on How To Show Code Samples? · · Score: 1

    Absolutely.

    Writing code on paper or a whiteboard is a terrible idea. Good programming practices make it harder to write code well. For example, it is a good idea to write the closing brace when you write the opening brace for a block of code (or whatever delimits blocks in your language). Now, when you write the closing block, you may not have a good idea as to the size of the block that it will contain.

    In general it is better to code by writing the skeleton first and filling it in later. That you cannot do on a whiteboard.

  17. Re:They did on Nasa Details Shuttle's Retirement · · Score: 1

    Nazi Germany was deterred from using chemical weapons due to fears of massive Allied retaliation. They didn't even use them towards the end as the Red Army was encircling Berlin.

    There was another reason for that. Hitler was gassed during WWI and he didn't like it. Hence the nazis didn't use chemical weapons.

  18. Re:Mercs run just fine on used chip-fat - TODAY! on Mercedes To Phase Out Gasoline By 2015 · · Score: 1

    Quite hard. You'd need to build a lot more chip shops for one thing.

  19. Re:I like Vista on There's a Sucker Converted Every Minute · · Score: 1

    FAT doesn't support delayed writes like NTFS does, so all writes to a FAT drive are immediate. You can just pull a USB flash drive out and walk away once the little light stops flashing. Selecting "remove drive" is asking Vista to perform an unnecessary step. There is no problem here--- unless you're formatting a flash drive with NTFS, in which case that's your problem.

    My bad, I meant write behind caching, which is the reason you you select safely remove hardware (or unmount on linux).

    In the end that is beside the point. If this is an unneccessary step, Vista should not fail and say the drive cannot be unmounted. If it is a neccessary step, vista should not fail.

    Short version: Vista -> Fail.

  20. Re:I like Vista on There's a Sucker Converted Every Minute · · Score: 1

    My use of Vista is limited to some quick experience with a collegue's laptop, but it is clear to me that it is pretty rough around the edges. Case in point, plug in a flash drive, copy a (very small) file on, select remove drive, it says the drive is in use. Wait 10 seconds, file still in use. I understand the issues with FAT drives and delayed writes, however XP does not show the same issues for similar sized files.

  21. Re:No. They'd get sued on Thinking of Security Vulnerabilities As Defects · · Score: 1

    Wow. You'd never expect a significant software company to do anything like that.

    Wait... That process is *exactly* the Microsoft process.

  22. Presents? on Gates' Last Day At Microsoft · · Score: 1

    A book on business ethics? Never too late to learn something new.

  23. Re: libel/slander on Indefinite Imprisonment For Web Site Content · · Score: 1

    I imagine that is the kind of thing that you would argue in court. I think that is it something that would be dependent on the person. So if someone was a gay activist and it was revealed that they were secretly married (to a woman) with 2.5 kids etc, that might lower your opinion of the person.

  24. Re:Free speech. on Indefinite Imprisonment For Web Site Content · · Score: 1

    Sorry, you are correct. Doh.

  25. Re:No stomach for reality. on Wikileaks Gets Hold of Counterinsurgency Manual · · Score: 1

    Wars only end when one side loses the stomach to fight it. That is done by demoralizing the populace which supports it. Unfortunately that means raining death and destruction on what is a civilian population.

    I suggest you go back and read some history. Vietnam may have been lost by the US as a result of demoralising the population, however that was not the case for WWI or WWII. In WWI, despite the blockade of German ports (something that hit the civilian population directly) it was the German army that collapse. In WWII, both Japan and Germany were defeated by force of arms and greater productive capacity, not due to any impact on the civilian population. The bombings of the German civilian population did not have the effect you are describing, indeed it may have strengthened their resolve.