Slashdot Mirror


User: againjj

againjj's activity in the archive.

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

Comments · 809

  1. Re:whats going on with the visible trolls? on Gaming Netflix Ratings? · · Score: 1

    If you load up a page that has too many comments, then not all the comments will be retrieved. As the default is to retrieve highly rated comments first, this prevents the trolls from showing. So, to get you old behavior, a workaround is to set your preferences to retrieve "few" comments, and to wait for there to be lots of comments in a story before viewing. Kind of sucky, but whatever.

  2. Re:behold on Gaming Netflix Ratings? · · Score: 1

    Yes, it is. Highest order bits first.

  3. Re:Not to disagree with your conspiracy... on Gaming Netflix Ratings? · · Score: 1

    I remember a movie advertised in the SF bay area being shown on a particular day. I watched it, loved it, and recommended it to my sister in another part of the state. She looked it up and was confused, since it was to be released two weeks later. I then noticed all the ads for the movie were giving the two-week-later release date here too. It turns out that they allowed the one day so that people could write reviews.

  4. Re:Objection on RIAA Walks Away From Another "Discovery" Case · · Score: 1

    That's Boobies.

  5. Re:Inflation... on Report Claims 95% of Music Downloads Are Illegal · · Score: 4, Informative

    Remember that the digital revenue increase is matched with a non-digital revenue decrease. That is, increased downloads come in part from people who used to buy CDs. So, total revenues are not up 25%.

  6. Re:$400 a month? on Switching To Solar Power — Six Months Later · · Score: 1

    The reason it doesn't matter which is because none of them will win. However, a third-party vote is another vote against the two-party system, which IMHO makes up for voting for someone who shouldn't (and won't) win.

  7. Re:When I was breaking in on More Than Coding Errors Behind Bad Software · · Score: 1

    Sorry, I have never met a person who said what you said and was not serious. My apologies.

  8. Re:Next step?? on Wireless Internet Access Uses Visible Light, Not Radio Waves · · Score: 2, Informative
  9. Re:The Universe As Cellular Automaton? on The Universe As Hologram · · Score: 1
  10. Re:Plato on The Universe As Hologram · · Score: 1

    Computer science once was a branch of mathematics, and people get PhDs in CS because people got PhDs in math. Math once was a branch of philosophy, and so people get PhDs in math because that's what they got in philosophy. Similarly with every other field that gives PhDs. Things like MDs, DDs, DDivs, etc. grew up independently, and so have different names.

  11. Re:And then what? on Trying To Find White House Missing E-mails · · Score: 1

    You misunderstood. Those mentioned by you were elected, just not as President. Ford was appointed to the Vice-Presidency, and so became President without an election. That is what was meant, though it was badly worded.

  12. Re:And then what? on Trying To Find White House Missing E-mails · · Score: 1

    "Now, therefore, I, Gerald R. Ford, President of the United States, pursuant to the pardon power conferred upon me by Article II, Section 2, of the Constitution, have granted and by these presents do grant a full, free, and absolute pardon unto Richard Nixon for all offenses against the United States which he, Richard Nixon, has committed or may have committed or taken part in during the period from July (January) 20, 1969 through August 9, 1974."
    http://www.ford.utexas.edu/library/speeches/740060.htm

  13. Re:Contempt of Court on Trying To Find White House Missing E-mails · · Score: 1

    Maybe someone accidentally typed `rm -rf /` and then didn't notice it until 18 1/2 minutes later.

  14. Re:$400 a month? on Switching To Solar Power — Six Months Later · · Score: 1

    I wrote in "None of the Above" on my Presidential ballot because I couldn't in good conscience vote for either Presidential candidate,

    "Either" implies only two options. There were more than two running for president, even though the others had no chance of winning. It is responses like yours that prevents them from having a chance of winning. Vote for a third party, doesn't matter which! That will get more candidates of quality.

  15. Re:When I was breaking in on More Than Coding Errors Behind Bad Software · · Score: 1

    Boy, that's myopic. Code is not written in {Pascal, Delphi, Java, C++, Perl, FORTRAN, LISP, Shell, Assembly, Python, Objective C, JavaScript, C#, COBOL, Ruby, Tcl, Basic, Ada}? Maybe one day you will grow up a bit more and have your horizons broadened. Meanwhile, take a look at Wikipedia's List of programming languages.

    Oh, BTW, Pascal was the favored programming language for a major OS at the time I was learning how to program. It's kind of hard to say you can't write code in Pascal when most of the initial OS was written in it. Another fun note on the page is that TEX was written in a language based on Pascal (new info to me).

  16. Re:Transporter? on IBM Creates MRI With 100M Times the Resolution · · Score: 1

    step 9: resurrect self.
    step 10: profit!!!

  17. Re:Reasonable compromise... on iTunes DRM-Free Files Contain Personal Info · · Score: 2, Informative
  18. Re:I own a consulting firm and I use these on Personality Testing For Employment · · Score: 1

    Do remember that the cost of a false negative (not hiring a good future employee) is much, much smaller than the cost of a false positive (hiring a bad future employee), at least assuming that you can find good future employees. That is why it is okay to have more false negatives. The problem with many tests is that they have such a high false positive rate.

  19. Re:When I was breaking in on More Than Coding Errors Behind Bad Software · · Score: 1

    I am thinking more along the lines of how many different ways there are for solving a problem. The 5050 solution is an optimization. Missing a place where an expensive calculation can be replaced with a cheaper one is one that often happens. Normally the replacement is not nearly so obvious as this one, nor as simple, but replacing an O(n^2) op with an O(n log n) op is something that happens, which is really what the loop to the formula is, but it can be taken one step further. Seeing how far you can go in a direction before turning back is valuable. Often people err on the side of false generality, which can be harmful.

    Oh, and for the record, I would answer it three times, giving the loop, the formula, and the constant, with the constant last. You never know what the person is looking for, and any of the three could be the answer.

  20. Re:Perfection Has a Price on More Than Coding Errors Behind Bad Software · · Score: 1

    The most common errors: SQL injection, command injection, cleartext transmission of Sensitive Information, etc.

    Interesting, for me I read: 10 out of 25 most common errors are using tainted data. (items 20, 89, 79, 78, 642, 73, 426, 94, 494, 665) Perl taint mode anyone?

  21. Re:Its all true on More Than Coding Errors Behind Bad Software · · Score: 1

    I will never work for you. Age bigots are no better than race bigots or gender bigot. Those who assume that they can know exactly the qualities that they will find based on an arbitrary trait are not people that I like to work for. Besides, I am 31.

  22. Re:Waterfall on More Than Coding Errors Behind Bad Software · · Score: 1

    an iterated waterfall (which is still a waterfall, duh)

    Waterfall is Requirements, Design, Implementation, Testing, Maintenence. An iterated waterfall is not a waterfall, it's a series of (possibly overlapping) waterfalls. Waterfall is bad precisely because you plan A to Z before doing A. Basically every model other than waterfall is an attempt to do something other than that, like only plan A before doing A.

  23. Re:When I was breaking in on More Than Coding Errors Behind Bad Software · · Score: 1

    "When did you code your first C application?"

    If it was any older than 12 (twelve), I'd reject them.

    Never. I wrote Pascal early on, and only learned C because I transfered into a school where CS1 used C. I very quickly went C++. Anyone older than I am will probably not be able to have done it either: home computers with C compilers were not exactly common in the 80's. Further, someone who has not found his passion in computer science until after becoming a teenager should be penalized why? Do note, I am assuming that when you say "application" you do not mean "program" -- applications are measured in KLOC, but programs are not necessarily.

    Second, you seem to be rather snobbish about school learning. While there are many people who learned their educated trade individually, most people went through school to do it. When skipping formal training in something, one risks forming bad habits that will haunt you through your life. Musical instrument teachers know this well. Often, those programmers that learn in a vacuum are those that cause so much grief later on when they do not understand best practices, or fail to bend to others' coding styles, or whatever.

    Last, yes, there are many people with a BS in CS that are incompetent. Similarly, there are many without them that are incompetent too. Making a snap judgment based on a degree or any other binary attribute is just stupid (unless it is "Do you plan to rip off our company?")

  24. Re:When I was breaking in on More Than Coding Errors Behind Bad Software · · Score: 2, Insightful

    "Write a function to return the sum of all the numbers from 0 to 100" is even more fun. Because many people, while getting the "return n(n+1)/2" solution, miss "return 5050".

  25. Re:That depends upon his job. on SCO Proposes Sale of Assets To Continue Litigation · · Score: 1

    What's worse is that those products are only worth maybe 5 million at book value, and worth much less than a million in in their current neglected state. You can't pay lawyers making $500 an hour very long on that kind of money. especially how Boise seems to charge SCO for every staple used.

    Don't you mean better? Then SCO will finally die, since it will run out of money.