Slashdot Mirror


User: Chees0rz

Chees0rz's activity in the archive.

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

Comments · 203

  1. CA - Drop off Mail in Ballot on U.S. Election Day In Progress: What's Been Your Experience? · · Score: 1

    Filled out ballot last night/ this morning. Drove down the street to the local fire station. Skipped the line and put my ballot in a pink bag (matched the envelope color so it Just Made Sense). Drove to work.


    this was around 8:30 am... line was only about 10 people deep.

  2. Re:Hardcore geeks don't make me feel comfortable on Is Sexual Harassment Part of Hacker Culture? · · Score: 1

    I've started to call my friends out on this - they don't appreciate it.

    Whenever I detect a nerd battle brewing, I stand between the two contestants and wave my hand down between them crying "Nerd Battle - GO!!!"


    They don't appreciate it. But they also don't appreciate how dumb, arrogant, and unfriendly they sound.

  3. Re:My little sister picked my BB gun's trigger loc on How a 3-Year-Old Can Open a Gun Safe · · Score: 1

    Or the neighbor kid killed YOUR son.

  4. Re:Poor guy on Minecraft Map of Northwestern Campus Printed In 3D · · Score: 3, Interesting

    Beware of this. As an RIT alumn I can tell you that this causes a very strange social dynamic. It's kind of creepy. (OK - it is continually getting better)

    One time... i witnessed a group of students walking towards GCCIS (the computing college). This group was composed of about 10 guys, and 1 female (very typical at RIT). The girl was in the back of the pack.

    The first two guys reach the doors and grab the handles. They pull the doors open and stand to the side. One by one, the guys stand to the side until the single female is directly in front of the door in an aisle of 'gentlemen.' With a look of horror, she walks through.

    She was BEHIND them all, but they all knew she was there and being geeks had no idea how to act. Creepy shit like this happened all the time.

  5. Re:Problem on Soda Ban May Hit the Big Apple · · Score: 1

    You eat your whole grains and let me know how that works for you. But I can tell you - whole grains are NOT "healthy" They are SUGAR.

  6. Re:Hell, even my dog plans ahead. on Stone-Throwing Chimp Back In the News With Better Plan · · Score: 1

    The problem is that most dog owners are NOT the alpha... :P

  7. Re:Or the other way around: GET A LICENSE on North Carolina Threatens To Shut Down Nutrition Blogger · · Score: 1

    It's not just one man. It's a community.
    Best place to start as he has a background in Molecular Biology.
    http://robbwolf.com/

  8. Re:What are his qualifications? on North Carolina Threatens To Shut Down Nutrition Blogger · · Score: 1

    So you have government agencies fueled by the political profit machine of grains, corn, and drugs determining the curriculum for certified nutrition experts and dieticians. These certified dieticians can preach high carb, low fat OR high fat, low carb - whichever they want (but they are TAUGHT high carb, low fat)

    And you have a guy who makes a website, explicitly says - I am not certified nor a doctor but this is what worked for me and a fuckton of other people - and he gets in trouble.

    I think California has similar laws about not being able to make "food plans" for people unless you're certified... so if that is what he was doing... I guess he should be punished - but it's disheartening. I have to wonder, though - Would he get in trouble if he were spreading the ADA misinformation they preach?
    If not... then he needs to be let off the hook.

  9. And so what if he WAS Certified? on North Carolina Threatens To Shut Down Nutrition Blogger · · Score: 0

    If anybody ventures to his page, they'd see that he is preaching the Paleo / Primal lifestyle. I have friends that follow this diet strictly. I, myself, will occasionally do a 30-day stint of strict paleo. The rest of the time I try, try, try to be fairly processed food and gluten free. There is a whole community built around this (a lot of Crossfitters...)

    The number one complaint I see is from people who love the Paleo life style and have seen many people succeed with it - from just weight loss to getting a handle on symptoms of autoimmune diseases - yet have to go through years of "misinformation" when becoming a dietician or nutritionist.

    So what do they do? they go through the motions of learning about how great whole grains (and high carb) are for you only to cast the information aside and preach their own Paleo beliefs. There are many blogs regarding the same topic. I haven't really scoured his website to see how his is any different... it doesn't seem to be. Maybe he's just the only one without a disregarded nutritionist cert.

    I think the real question is why do we put so much faith in the government created food pyramid and ADA? In seems more like a profit machine - keeping people sick.

    Maybe this is more of a rant because i'm an avid supporter of the Paleo life style... but I find it disgusting that people are tossing around the word "fraud." Nutrition in America is broken - and this is NOT the man doing the harm.

  10. 2 years for a Master's degree, or 2 years working? on Is the Master's Degree the New Bachelor's? · · Score: 1

    In 2 years, I made it to the Grade Level of Entry Level Masters (from Grade level of a Bachelor's). And I have 2 years of salary, and 2 less years of loans. I think I came out ahead.

    Now, if I want to switch companies... okay... I may be in trouble?

  11. Re:Audio Pipeline API!! on Details of Android 3.0, SIP, Video Chat · · Score: 2, Funny

    I to hope your post has effected the masses to provide a positive affect on they're children in relaying this all to important information that will someday determine weather or not there SAT scores will be effected.

  12. Re:Creator and Overseer of Android Responds on Steve Jobs Lashes Out At Android · · Score: 3, Informative

    My principle complaint of the Android devices when I had one was that a simple OS update meant reinstalling all of my apps! Why in the world would someone allow that to be shipped?

    Were you an early adopter? I did not need to do this on my HTC Incredible when moving from 2.0 to 2.2 (froyo). Of course, I did have to wait for HTC to release it.

    My roommate went the other approach and installed it himself. Not sure what he ran into...

  13. Re:What Android needs... on Many More Android Apps Leaking User Data · · Score: 2, Interesting

    What's interesting is that if an Android app doesn't have permission an exception is raised, but you're taught to make sure to add the permission flag instead of catching the exception. (Which makes sense, because as it stands right now, if you don't set the flag you'll -never- get the permission). But if they had told you to catch the exceptions, applications would be ready for user-flippable permissions.

    Exactly. Take Camera.open for instance. According to the javadocs...

    Throws
    RuntimeException if connection to the camera service fails (for example, if the camera is in use by another process).

    What about a permission exception?!?!

    No - instead they say - "If you want to use the camera, include this catch all crap!"
    <uses-permission android:name="android.permission.CAMERA" / >
    <uses-feature android:name="android.hardware.camera" / >
    <uses-feature android:name="android.hardware.camera.autofocus" / >


    That's been my biggest pet peeve so far in developing. It can turn into a "add permission until it works" game for lazy developers.

  14. Re:This is why OSS is so important on Many More Android Apps Leaking User Data · · Score: 1

    If a simple card game asks for fine-grain location information or full internet access, that should be a red flag to anyone paying attention.

    Unless of course the card game advertises a global high score list. I haven't gone through all the Android permissions - but I think you'd have to grant it full internet access. This is where trust comes in to play...

  15. Re:Two from around Richmond on The Great Typo Hunt · · Score: 1

    Try growing up in Maine. I do NOT have a Maine accent (adding/dropping Rs to the ends of words) in my normal speech patterns but I have been confused on some words I've never read.

    For instance-
    Acadia national park...
    My mom always said "Arcadier," so my Maine->English filter figured it was "Arcadia." Nope.

  16. Re: Fifth of Android Apps Expose Private Data on Fifth of Android Apps Expose Private Data · · Score: 1

    I find myself becoming desensitized to these warnings... Especially if I am updating, rather than installing for the first time. I used to make sure the "features/warnings" matched up with my expectations of the App; now, I either don't care, or it's a case of- "I don't think it means what you think it means"

    The fault is on me. But it's an easy habit to slip into.

  17. I am okay with this... on Verizon Hints At Scrapping Unlimited Data Plans · · Score: 1

    If they have multiple tiers to choose from, all less than what I am currently paying for unlimited.

    I pay $30 a month (before discounts) for unlimited. I've used 620MB of data with 1 day left in my billing cycle.

    Put me on a 1-2GB plan for half the price, and I'll be happy as a clam. I have heard way too many times that smart phones and data plans are too expensive. This is going to open a market for a lot of people to have connected devices. This may foster competition, forcing networks to build out infrastructure. And before you know it... unlimited could be back on the table for the masses, someday. Or am I blindingly naive and optimistic?

    Of course, then there is always that one month you go over, and they charge you up the ass. They need to rework this to be a little more fair IMHO. I am too lazy to do the math and see how much markup they drill you with if you go over your subscription, but something tells me it's around 500%.

  18. Re:Self-fulfilling prophecies on Econophysicists Develop and Test "Bubble Index" · · Score: 1

    Does no-one see the problem here? If this becomes accurate to predict anything of actual use, the markets themselves will start using it... which renders the predictions themselves useless.

    It's like seeing into the future and acting upon what you see - by doing that you alter the future itself, making the initial prediction invalid.

    What was that, Ben Affleck? I couldn't understand you behind that rough and tough Bwastin accent.


    WHAT'S MY FAVORITE BASEBALL TEAAAAM?!!?

  19. Re:this is gonna be interesting on Google Audits Street View Data Systems · · Score: 1

    I'm really looking forward to the comments. When BP lets the oil spill continue day after day, the /. crowd goes asking why we let them handle it at all, after all they're the ones responsible for the mess.

    Now Google has a mess, and is doing an internal audit. I'm curious if we will apply the same reasoning, or a different standard. And what justifications we'll see for it.

    I'm willing to let Google hold the reins during this and let the Gov officials only monitor because when google sits on their thumbs, or their data, or plans for the best way to do this without affecting the bottom line, or save face, the problem isn't getting worse, or hurting wildlife, tourism, livelihoods, families, and various economies.

    BP's interests only slow down the response effort and exacerbate the problem - the problem that has far reaching, immediate, effects.

  20. Re:What's the scariest part of this? on Oil Leak Could Be Stopped With a Nuke · · Score: 1

    It doesn't matter HOW MUCH we "conserve" if we don't stop breeding like rabbits, the J curve is going to happen. But in the mean-time I have a lot of hardwood to sell to humanity.

    Maybe if you didn't have so much hard wood we wouldn't be in this predicament, now would we?

  21. Re:tough shit on TV Networks Don't Want DMCA Protection For YouTube · · Score: 0, Troll

    you can't point this out and not be a douche bag, too.

  22. Re:Has anybody read a modern game manual? on Ubisoft Says No More Game Manuals · · Score: 1

    The only manual that really touched me was the original Zelda for NES. I still have the manual and map tucked away in the game box somewhere, worn to hell.

    I think I may have flipped through my Fallout 3 manual while on the crapper. It just wasn't the same, but I suspect it actually had a superior manual to most games out there.

  23. Re:How many ways are there to do simple things? on Why Computer Science Students Cheat · · Score: 1

    The only people I ever caught cheating, during my time as a student lab instructor, were when they would all do the same thing incorrectly, or ass backwards.

    Usually good code is very simple, and many people will write it. I would hardly need to inspect it. It's the bad code that you have to dig into trying to find where they should/shouldn't get credit. And when you find yourself trying to scrounge another student some points in the same mangled mess of a function, it sets off flags.

    Keep in mind, I only graded. I did not inspect labs for cheating. It is very obvious when it's wrong..

  24. Re:How many ways are there to do simple things? on Why Computer Science Students Cheat · · Score: 1

    No. But if this was the coursework beyond, say, week 1, I'd recommend you go to a real school.

    I was a student lab instructor while in school and taught CS1-4 (Java in CS1-3, C++ in CS4). Cheating was more noticeable on the labs where students would have to create classes+functions from scratch. The cookie cutter "here are your header/stubbed out files, fill in the functions" labs were hard to detect. But anything w/ class variables and comments and 'do it yourself' spacing, it becomes fairly evident.

    But the real kicker? It doesn't really matter. We always ended w/ a HUGE project where the students wrote ALL the lines themselves. If they did not know what they were doing, and cheated on the labs, they would struggle like crazy. If they cheated (read copied) on this larger project, it would be detected, because the implementation of a function would depend on their design.

  25. Re:if you're in the intersection and it's red on Red-Light Camera Ticket Revenue and Short Yellows · · Score: 1

    Depends on jurisdiction. A friend of mine failed his driver's test for doing exactly what you described (Ontario, Canada)

    annnd end quote.