Slashdot Mirror


User: leaen

leaen's activity in the archive.

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

Comments · 77

  1. Re:Neither on Ask Slashdot: Is Tech Talent More Important Than Skill? · · Score: 5, Interesting

    I'm going with Coolidge on this one. "Nothing in the world can take the place of Persistence...

    This is not true, to quote Kurt von Hammerstein:

    I divide my officers into four groups. There are clever, diligent, stupid, and lazy officers. Usually two characteristics are combined. Some are clever and diligent -- their place is the General Staff. The next lot are stupid and lazy -- they make up 90 percent of every army and are suited to routine duties. Anyone who is both clever and lazy is qualified for the highest leadership duties, because he possesses the intellectual clarity and the composure necessary for difficult decisions. One must beware of anyone who is stupid and diligent -- he must not be entrusted with any responsibility because he will always cause only mischief.

    I seen plenty of programmers that are persistent but their code is flawed on so many levels that if I wrote that code myself it would save me time over convincing managers that their code needs fixing and fixing it.

  2. Re:Dispute - not often at all on SF Airport Officials Make Citizen Arrests of Internet Rideshare Drivers · · Score: 2

    How much would someone have benefited from having a car that cost 1/10th of what you paid but without many of those safety features? Someone then able to get to a job, who could then earn more, save more, and eventually afford a nice, safe car like yours. But now he can't, because the price of a car is too much.

    That type of car is called motorcycle.

  3. Re:I'm still reading the paper on... paper on News Worth Buying On Paper · · Score: 1

    Either way, the younger generation isn't stupider than yours; it's just younger.

    Badger jizz. I can do calculus, kinematics and statistics. My kids can barely count to twenty.

    And how good you could do calculus when you were five?

  4. Re:Finally Fixing the Date stuff on Love and Hate For Java 8 · · Score: 1

    why not

    do {
    foo();
    bar();
    } while (baz())

    Am I missing something?

    You missed ... Actually it continues with:

    l4: if (baw()) goto l2;
    ...

    With generic proof you can just append

    else if (line==4) {
    if (baw())
    line=2;
    else
    line=5;
    }

    without resorting to ad-hoc constructs.

  5. Re:Finally Fixing the Date stuff on Love and Hate For Java 8 · · Score: 1

    find your gratuitous slur against "academic types" unwarranted and unfair. Academia has produced much innovation in programming. Do you forget the proof that Structured Programming is sufficient, and GOTOs are not necessary?

    Nice now I can write

    l1: foo();
    l2: bar();
    l3: if (baz()) goto l1;
    ...

    as

    line=1;
    while (1) {
    if (line==1) {
    foo();
    line=2;
    }
    else if (line==2) {
    bar();
    line=3;
    }
    else if (line==3) {
    if (baz())
    line=1;
    else
    line=4;
    }
    ...

  6. Re:Forcing strong passwords in the first place. on Mitigating Password Re-Use From the Other End · · Score: 5, Funny

    My passwords all come in the following variations

    yyyyyy
    xxxxxxxxxx
    Xxxxxxxxxx
    Xxxxxxxxxx1
    Xxxxxxxxxx_1

    You missed one of variations. I tried them all but I cannot login

  7. Re:I always follow Scotty's law on Overconfidence: Why You Suck At Making Development Time Estimates · · Score: 1

    This is how this works at microsoft:
    Janitor to junior programmer: On windows these two buttons are close together and I frequently misclick. It should take day to fix.
    junior programmer to senior programmer: I got idea how improve windows, it should only take three days.
    senior programmer to manager: Could our team work on this? It will take only nine days.
    ...
    VP to Ballmer: I received project proposal to improve core windows functionality. It will take 165 years to complete.
    Ballmer: 165 years? (Throws a chair.)

  8. dupe? on How Mobile Devices Kill Your Creativity · · Score: 1

    I remember that same post was at slashdot few months ago. I do not remember exact wording, google just shows links to ths article.

  9. Re:how much does it cost to research? on What Does It Actually Cost To Publish a Scientific Paper? · · Score: 1

    I don't get your point, so you agree with me is that what your're saying? It's super expensive to write a journal article. If it costs a little bit to publish it in a good place then so what? A small fraction of the total cost and better than free posting on a website.

    I agree that writing article is expensive.
    However this makes second part contrary to what you say. Direct cost are small and payed by university so this is not big factor. However if you add editing and administrative costs they easily sum up to quarter of total cost.
    And because you did not negotiate you will pay that from your pocket.
    You have good to sell(article) and can move to investment banker for example. You should determine terms of contract not other way around.

  10. Re:how much does it cost to research? on What Does It Actually Cost To Publish a Scientific Paper? · · Score: 1
    I also find misleading title where they by cost mean publishing cost.

    I find the argument over pay-for-placement journals kind of silly. I estimate it costs me $50,000 to write a journal article. This includes research, grad students, overhead, etc. Based on that, no big deal if it's an extra $3k to get it published!

    Also grad students heavily subsidy your journal article. Add extra $25,000 per student if they found job instead.
    What concerns me most is that proofreading/editing/typography is burden of researcher.
    My optimistic estimate of proofreading/editing s about $5000 including revisions. Here you again subsidy journal/university as you ineffectively do what professional editor could do better with half of time and budget.

  11. Re:Shocking... on Evernote Security Compromised · · Score: 1

    Well it is movie plot plan. Hacker A: gets access to evernote Hacker B: Look these passwords are hashed and salted Hacker A: Never mind. We issue password reset and send passwords to evil.com

  12. Re:broken metaphor on Crysis 3 Review: Amazing Graphics, Still a Benchmark Buster, Boring Gameplay · · Score: 1
  13. Re:"Elegant jails" on Richard Stallman Answers Your Questions · · Score: 2

    n a forum not flooded by RMS shills, the above would have been modded 'insightful'. On one hand, the FSF crowd, particularly RMS himself, love sermonizing about how the world would be better if everybody had the source code and was free to do whatever they liked w/ it. But since the majority of people out there are not experts in C/C++/Java/Perl/Python/CGI/Bison/Guile/Lisp/what have you, they can't do squat w/ the source code. It's like opening up my car trunk and expecting me to know everything about the engine and how it's connected, so that I can replace a 4 cylinder engine w/ a V6 if I so desire.

    But since the majority of people out there are not experts in Tort Law/Contract Law/Louisiana law/what laws have you, they can't do squat with politics. It''s like voting for one canditate out of two and expecting me to know everything about him to get reform if I so desire

  14. Finally on DRONENET: An Internet of Drones · · Score: 5, Funny

    If internet goes down then we can use RFC 1149.

  15. Anonymous Coward is a Pussy on GNU Grep and Sed Maintainer Quits: RMS and FSF Harming GNU Project · · Score: 1

    He didn't master the tool called "C++", so he got himself a toy called "C#". Now he bitches about the tool when in reality his own conceptual and practical incompetence is to blame.

    Basic advice on trolling: Follow hyperlinks to get superficially correct posts and avoid mistakes like writing about embedded guy that he exclusively uses C#

  16. Re:How do they do it? on The State of In-Flight Wi-Fi · · Score: 1

    There exists a conspiracy theory that phones were forbidden to monetize in-plane calls for 10$ per minute.

  17. Re:Sorry to be frank but what did he think on Hit Game Makes £52 In First Week On Windows RT · · Score: 1

    His plan was simple:
    1. Make crappy game.no Windows RT
    2. Write blog how bad Windows RT is
    3. Get $1000000 from microsoft and write how awasome Windows RT is
    4. Profit

  18. Re:ANY SORT has "upsides" &/or "downsides" on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1

    Which is theoretically correct but completely different in practice.
    When you do not care about sorting performance using library function is best.
    When you care about performance then optimized radixsort almost always wins by huge margin.(Using radixsort on floats is typical exercise.)
    Exception is when you require wild sorting order which does not happen often.
    Unless your data does not fit into memory where variant of quicksort is best.

  19. Re:Or.. teach devs to use threading as appropriate on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1

    Even the best of C or C++ compilers are terrible at vectorization of code.

    The 1990s just called. Seymour Cray is on the phone laughing at you.

    Really? Even simple examples like this:

    int sum(int *s){long i;
    int su=0;
    for(i=0;i<128;i+=2) su+=s[i]*s[i+1];
    return su;
    }

    Results in 765 byte monstrosity by latest icc and 1095 bytes with gcc

  20. incorect header on What Nobody Tells You About Being a Game Dev · · Score: 3, Funny

    should be What Internet Nobody Tells You About Being A Game Dev

  21. Re:Yes on The Coming Internet Video Crash · · Score: 1

    > Free market monopolies" are a misnomer, as the company that has provided such a high quality, low cost product that no-one can compete with them must continue to provide such quality, or risk new competition arising. Like quality and cost of U.S. Steel and Standard Oil products in 19. century?

  22. obligatory reference on Modest Proposal For Stopping Hackers: Get Them Girlfriends · · Score: 3, Funny

    I dated a robot

  23. They do not support HURD

  24. Re:What? on Chatbot Eugene Wins Biggest Turing Test Ever · · Score: 2

    Obligatory encyclopedia dramatica reference http://encyclopediadramatica.se/Bucket

  25. We go applying genetic programing to music as homework assignment at GP class