Slashdot Mirror


User: mypalmike

mypalmike's activity in the archive.

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

Comments · 706

  1. Re:Offtopic, I know, sorry on EU Extends Music Copyright to 70 Years · · Score: 1

    > Funny, but it's not like it makes sense to express an integer as an IEEE float to begin with...

    There are unfathomably many cases where it makes sense to express an integer as a IEEE float. Certainly if you want to perform floating point math between a float and an int, you have to get the int into IEEE float format. And heck, the scripting language for the (wildly successful) original Quake used floats to represent everything from integers to booleans. :-)

  2. Re:Slackers on EU Extends Music Copyright to 70 Years · · Score: 5, Insightful

    More to the point:

    1. Most people face an income gap at the end of their lifetimes.
    2. Record label execs, who don't face such a gap, are the ones who will actually benefit from this.

  3. If hapless employees are your problem... on Was This the Phishing E-mail That Took Down RSA? · · Score: 1

    All you need to do is provide a hap to every employee on their first day of work. Then, later just have an annual hap screening to make sure everyone still has one. Haps can be expensive, but the cost of employees being hapless is much higher.

  4. Re:that's not enough! on UK To Shut Down Social Networks? · · Score: 1

    > Most of what I see posted on Facebook doesn't scream "literacy".

    If you want to see smarter things posted on Facebook, the solution is simple: get smarter friends.

  5. OK then on Debt Deal Reached · · Score: 1

    Is this where I complain about the government, and in particular, the political party that I hate?

  6. Re:A better question.. on Ask Slashdot: Do We Need Pseudonymous Social Networking? · · Score: 1

    Would social networking sights break if people used a handle instead of a real name? To date, none have.

    Myspace and friendster are quite broken, in part, for this very reason.

  7. Breakfast Cereals on What Happens After the Super-Hero Movie Bubble? · · Score: 1

    The next movie bubble will be based on breakfast cereal brands. There is precedent, of course: Super Mario Brothers the Movie was based on the tasty breakfast cereal of the same name. I hear they've just started filming Frosted Lucky Charms.

  8. Re:How about another question? on What Happens After the Super-Hero Movie Bubble? · · Score: 4, Funny

    Is anyone else tired of hearing the term 'bubble' being used so ubiquitously and loosely now?

    Yes, it's quite annoying.

    Also... bubble.

  9. Re:Looking at the /. poll... on What Happens After the Super-Hero Movie Bubble? · · Score: 1

    [Uma Thurman] was definitely 'IT' when Pulp Fiction came out, but her attractiveness isn't timeless.

    Also, she has sharp knees.

  10. Google didn't miss anything. on Security Expert Slams Google+ Pseudonym Policy · · Score: 1

    "What they seemed to have missed is that the very foundation of privacy is identity."

    They didn't miss it at all. The value of their social network comes from their ability to sell its information to advertisers. The more closely the social network resembles reality, the higher the value. Simply look at myspace for an example of low-quality social network from a general advertising perspective. Nobody uses their real names, a large percentage of "friends" are internet-only "friends" (not representing in-person relationships, which have much higher value to advertisers), and the overall culture of the site is ugly and spammy. Google already has orkut, and they are doing everything in their power not to create another one.

  11. Re:Police state on NH Man Arrested For Videotaping Police.. Again · · Score: 2

    "the moment you give random assholes the ability to ruin my career and get me locked up for trying to do my job to the best of my ability is the moment I find something less dangerous to do"

    Being accountable is a bitch, ain't it?

  12. Re:Unsustainable growth on Earth's Population To Hit 7 Billion This Year · · Score: 3, Interesting

    Humanity does not make decisions. People make decisions. Just as overpopulation in other species leads to resource starvation (typically food and/or water), so it has been happening and will continue with humans. 18 million humans starve to death each year. The parents of those 18 million quite clearly did not adjust breeding patterns to match available resources.

  13. RTFA on Pastafarian Wins Right To Wear Colander In License Photo · · Score: 1

    "Clearly some sort of Eastern/Byzantine Orthodox Pastafarian."

    I believe you are mistaken. The article specifically mentions that his religious headgear was "unorthodox".

  14. And jocks are "football geeks"... on Are Fake Geeks Dooming Real Ones? · · Score: 1

    A geek is an outcast. Having interests does not make you a geek. Everyone has interests.

    Here's a quick acid test: If you've never been shoved into a [trashcan, school locker, schoolbus floor], or given a [wedgie, bag of human feces, punch in the face], or otherwise been routinely mistreated by "cool kids" (3 years or more of this sort of daily harassment might suffice), you're not a geek. You are a normal person who has interests.

  15. Re:But I like volatility! on 'Universal' Memory Aims To Replace Flash/DRAM · · Score: 2

    Also, we lose the "just reboot it" fix for all the crappy software we write.

  16. Re:Mugabe on Wikileaks and Democracy In Zimbabwe · · Score: 1

    Seriously, the parent post is 4 sentences long and you apparently read just the first one.

  17. Re:I completely agree with Edsger W.Dijkstra on Why Teach Programming With BASIC? · · Score: 1

    Many of the best programmers I have worked with over the years started with old-school BASIC at a young age. The simplicity of having every variable being global and having control flow explicit with line numbers makes it easy to become quickly confident and competent at some of the basic tools every good programmer needs. After that, it's a bit of a leap to get to procedural programming, but I've known many who have done it without much fuss. On the other hand, I've seen many college students utterly fail to make the much larger leap from knowing nothing about programming to being taught a language like C, where you can't write reasonable code without understanding the call stack, memory allocation, etc.

  18. Re:huh on Mr. Pike, Tear Down This ASCII Wall! · · Score: 1

    > No, but I think the idea of being able to draw flowcharts on the screen and attach code to each of the boxes could be an idea that has mileage.

    There are quite a few such things:

    http://en.wikipedia.org/wiki/Visual_programming_language

    The one I am most familiar with is Prograph, now apparently "Marten" (see www.andescotia.com). It's neat in concept, but somehow you end up with code that's harder to "read" than C.

  19. Re:As the author of RFC 2100... on Falsehoods Programmers Believe About Names · · Score: 1

    If I had mod points, you'd have a "Funny". I hope that was the intent.

  20. Re:Are they just worse drivers to begin with? on "Supertaskers" Can Safely Use Mobile Phones While Driving · · Score: 1

    I didn't ATFS*, but my guess is that the 5 people who showed no deterioration were just bad drivers to begin with.

    * Analyze The Fantastic Study

  21. Re:Good programmers aren't easily ruined on The Value of BASIC As a First Programming Language · · Score: 1

    The irony is that under the covers, it's all done with jump instructions anyway.

    How do you think "if", "else", "switch", "for", and "while" are implemented? Jump instructions are used in each of these constructs. Exception handling is an additional construct that allows code to be written so that the flow of control within a function is inherent in the structure of the code rather than through explicit jumping.

  22. Re:Why. on Mock Cyber Attack Shows US Unpreparedness · · Score: 1

    Why.... would the U.S. Government release results of an attack simulation is beyond me....

    The U.S. government was not involved. The "simulated attack" was essentially a play put on by a non-profit organization, the "Bipartisan Policy Center".

  23. Re:We're all mind readers on Mentioning Android Is a No-No In iPhone App Store · · Score: 1

    Saying that Steve Jobs needs to be kicked in the dick is "insightful", but pointing out that he probably had nothing to do with this decision is "flamebait"? Welcome to the new Slashdot.

  24. Re:We're all mind readers on Mentioning Android Is a No-No In iPhone App Store · · Score: -1, Offtopic

    > Steve Jobs deserves to be kicked in the DICK for this, hard.

    Right, because obviously Steve Jobs personally reviewed this app, as he does all submitted apps. Indeed, everything Apple does, good or bad, is because Steve personally did it. He personally tests every iPod that gets sold, codes up bugs in Safari, and runs the cnc machine that bores out unibody Aluminum MacBook Pros.

  25. Re:One small step for man on Obama Choosing NOT To Go To the Moon · · Score: 4, Insightful

    In the wrong direction. We should have spent the 60's on healthcare reform, increasing national spending, polarizing our government between the political parties, and copyright enforcement.

    Guess what? All these things did happen in the 60's. Including healthcare reform (Medicare and Medicaid were created in 1965 under LBJ).