Slashdot Mirror


User: beakerMeep

beakerMeep's activity in the archive.

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

Comments · 706

  1. Re:Needs more data on Obama Administration Withholds FoIA Requests More Often Than Bush's · · Score: 1

    The original article also continues: "They denied FOIA requests in their entirety based on exemptions 20,005 times last fiscal year, compared with 21,057 times the previous year."

    Damming indeed.... *rolls eyes*

  2. Re:Biased much? on Obama Administration Withholds FoIA Requests More Often Than Bush's · · Score: 1

    They denied FOIA requests in their entirety based on exemptions 20,005 times last fiscal year, compared with 21,057 times the previous year.

    I think all that can be said from these numbers is that they don't add up to a conclusion.

  3. Re:Biased much? on Obama Administration Withholds FoIA Requests More Often Than Bush's · · Score: 1, Insightful

    Who's comparing? I asked a question based on his comment that where an article is posted is "utterly irrelevant."

  4. Re:Biased much? on Obama Administration Withholds FoIA Requests More Often Than Bush's · · Score: 4, Informative

    For whatever it's worth HuffPo posted the AP article.

  5. Re:Biased much? on Obama Administration Withholds FoIA Requests More Often Than Bush's · · Score: 1, Interesting

    Devil's advocate: If a good story came out of Stromfront, would you link to it?

  6. Re:Biased much? on Obama Administration Withholds FoIA Requests More Often Than Bush's · · Score: 1

    You are correct it is interesting and warrants further reading but maybe some of use don't want to give clicks to a website so ridiculous he has a whole dedicated "bighollywood" subdomain? AP is no bastion of journalistic integrity either. People should learn they are a coop of newspaper writers that pushes controversy on both sides.

  7. Re:He's paying for it? on 3-D Printer Creates Buildings From Dust and Glue · · Score: 1

    You have 3 extra question marks. :)

  8. Comodo on What Free Antivirus Do You Install On Windows? · · Score: 1

    Comodo has always had a wonderful firewall, and lately I have been thinking of trying their AV for my less than tech savvy relatives on windows. Avast has bothered me lately with their voice updates, though generally I still like Avast. AVG is the only one I think is not so good.

  9. Re:He's paying for it? on 3-D Printer Creates Buildings From Dust and Glue · · Score: 3, Funny

    Maybe it prints money too?

  10. Re:Lack of credibility on XML Co-Founder Joins Google, Blasts iPhone · · Score: 1

    A lot of those "fancy phones" weren't worth buying until recently.

  11. Re:Faster than you think on Good Language Choice For School Programming Test? · · Score: 1

    Where's the Logo love?

  12. Re:That sounds great. on Key Web App Standard Approaches Consensus · · Score: 1
    Yeah, about that. From that site:

    1 Introduction This section is non-normative. This specification introduces two related mechanisms, similar to HTTP session cookies, for storing structured data on the client side. [COOKIES] The first is designed for scenarios where the user is carrying out a single transaction, but could be carrying out multiple transactions in different windows at the same time.

    Hokay...

    Someday the W3C is going to learn how to write I think. You know, in a human language, where the laws of physics apply. Non-normative indeed.

  13. Re:Wow on NY To Replace IT Vendors With State Workers · · Score: 1

    It's illegal in the private sector too. Microsoft got dinged for $100M for doing that. MTV / Viacom too iirc. It gave rise to the term "permalancer."

  14. Re:Um why on A Sad Day For the New Zealand Internet · · Score: 1

    Nevermind, I see some mod decided to rank as many comments as troll as possible if you look further down the page. Time to meta-moderate I guess.

  15. Re:Two words on A Sad Day For the New Zealand Internet · · Score: 1

    Indeed, one has 67% more letters in it's acronym than the other.

  16. Re:Um why on A Sad Day For the New Zealand Internet · · Score: 1

    Why was this moderated troll? Do you mods not remember the crusade in the US against newsgroups because of alt.binaries.erotica etc? Or the current crusade on bittorrent? Remember napster?

  17. Debugging and documentation on Code Bubbles — Rethinking the IDE's User Interface · · Score: 3, Interesting

    This looks nice as a way of exploring, debugging, and documenting code especially. I like how you can save layouts by date. But I feel like I would want to step back into eclipse to do the writing. I would be nice if they made a way to integrate with other IDEs.

  18. Re:Start with scripting on The Value of BASIC As a First Programming Language · · Score: 1

    If you think my post was about compile or execution time, you perfectly missed the point. And, I really mean no offense by this (hope you dont take it personally), but quite frankly you epitomize what I meant when I spoke of developers who don't understand how people learn, and instead guage arbitrary factors like compile time or execution time. Hence your defense of QBasic's 3D capabilities which are wholly irrelevant to someone writing their first for loop.

  19. Going for fanboy of the day are we? on Ex-Sun Chief Dishes Dirt On Gates, Jobs · · Score: 5, Insightful

    If you read that as a friendly reminder between CEO pals, you really have to take the Apple colored glasses off.

  20. Re:This is College on Professors Banning Laptops In the Lecture Hall · · Score: 4, Funny

    You sound like Alliance.

  21. Re:This is College on Professors Banning Laptops In the Lecture Hall · · Score: 1, Insightful

    Indeed, the professors work for the students, not vice versa. It always perplexed me why some college profs took attendance. They are there to teach not to babysit. If some schmo wants to blow his 30 grand a year tuition playing bejeweled, what does the professor care? I mean does the professor have some high score and he's hoping to eliminate the competition for the next international bejeweled tournament? Well actually, if that's the case, I guess it's ok.

  22. Re:Start with scripting on The Value of BASIC As a First Programming Language · · Score: 2, Insightful

    That's just nonsense. JavaScript is great for learning simply because it's good at giving immediate results that users can see, in a format they can all relate to (web pages). It's also a very nice language that doesn't throw too much IO stuff or memory addressing at the beginner. It adds a bit of "fun" to the coding process. Something that was sorely lacking when I wrote my first hello world in fortran.

    A lot of the older coders hate it though because it's easy and flexible and gives the programmer much rope to hang themselves, but that's just "get off my lawn" nonsense. The reality is, and I'm surprised no slashdotter has mentioned this yet, is we all feel like we cut our teeth on the best programming language. And those other guys who do stuff differently must be wrong.

    I swear I hear Foghorn Leghorn's voice when reading some of these comments. "I say, I say, a those new-fangled curly braces languages are an abominations boy! An abominable snowman, I say!"

    This attitude is pervasive in the developer world and if you dont believe me, re-read all these comments. Developers need a bit more self reflection about what it means to be a good developer. It's not just about what crazy hard language you started with, or what perfect cohesion, or design pattern mastery you have. Rather nowadays, it's also about teamwork, problem solving, readability, modularity, and user experience. I know a few guys who might be masters of the command line, wizards at writing regex, and zen-like in their ability to do bit shifting math. But, for most projects, I wouldn't want them anywhere near my team/code.

    People forget that learning isn't all about what the "right way" is. Learning is about accumulating knowledge in steps, and then retaining it. Making the process fun means better retention. I'd hope that more of the developer world groks this soon, as the machismo bullshit that comes out of these conversations is what drives smart and nice people away from developing.

  23. Re:Technically, not installed... on HTC Android Phones Found With Malware Pre-Installed · · Score: 2, Insightful

    Or maybe the "colleague" already had these viruses and they hopped over to the USB? Or maybe Panda just made it all up? Kinda hard to say when it's a single phone. But time to get out the pitchforks regardless! I like pitchforks.

  24. C'mon slashdot. 1 phone, uncorroborated on HTC Android Phones Found With Malware Pre-Installed · · Score: 4, Insightful

    Dont go the way of kdawson, soulskill.

    Next we'll be reading stuff like "My best friend's sister's boyfriend's brother's girlfriend heard from this guy who knows this kid who's going with the girl who saw Ferris pass out at 31 Flavors last night. I guess it's pretty serious. He might have Mariposa, or Confiker or something. Better get Ferris some AntiVirus software from PandaAV"

  25. Seems low, doesn't it? on Cybercrooks Surpassed Old School Bankrobbers In '09 · · Score: 2, Insightful

    Compared to the GDP of the US in 2009 ($14.26T) that's what, like 0.0007% ? *


    *Disclamer: that's internet math, some of the logic could have been stolen/pilfered.