Slashdot Mirror


User: dealmaster00

dealmaster00's activity in the archive.

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

Comments · 37

  1. Re:or just get a hybrid drive on An SSD for Your Current Computer May Save the Cost of a New One (Video) · · Score: 1

    he means 32GB of NAND flash, not 32MB.

  2. Don't want to be targeted? on Why Gay Men Are Worth So Much To Facebook · · Score: 5, Insightful

    Don't want to be targeted? Don't use Facebook.

  3. Re:Wall Street Should Be Afraid on Occupy Wall Street Protests Go Global · · Score: 1

    give it a rest. the preview takes ages to come back, most people just click through it, especially when you are in a hurry like the OP.

  4. Re:WHAT!?!?!?! on Coming Soon, Shorter Video Games · · Score: 1

    The $10 you pay for 2 hours at the movies is the premium for going out. You can also spend $1 on a Redbox film, or watch hours upon hours of streaming TV/Movies for $8/month using Netflix. These latter examples would be more appropriate cost comparisons to gaming.

  5. Re:The things they will NOT learn are interesting on Stanford CS101 Adopts JavaScript · · Score: 1

    Linked lists. Recursion. Calling by reference. Strong typing. Explicit declaration (or at least the need of it). There are some ways around those, but these hacks are even going to warp their minds worse than not learning those things would.

    You certainly don't need to learn those things in your first semester of programming.

  6. Re:Google totally dropped the Social Networking ba on Google's Schmidt Says He 'Screwed Up' On Social Networking · · Score: 1

    "...less-capable Twitter."

    Now that's impossible.

  7. Re:Phishing trip on Google Is Serious, Chrome 13 Hides URL Bar · · Score: 1

    Not really...you should mouseover links to see where they point before clicking them. No need for a URL bar for that.

  8. Re:MP3 players, too. on Magical Chinese Hard Drive · · Score: 1

    forums.anandtech.com - I use their for sale/for trade forum. Everything I list there I have sold. No fees make it even better (except for paypal).

  9. Re:Hmmm ... on CMU Eliminates Object Oriented Programming For Freshman · · Score: 1

    As a recent CMU alum, I can testify that the Java language is not stressed by any means at the University. There are 2 introductory programming classes that are Java based. If you scored a 4 or 5 on the AP computer science exam, you can get credit for 1 or both of these, respectively. Java is a perfectly acceptable programming language to begin learning with. I studied it in high school and was able to pass out of both of these classes, so I took C classes next. If one has a solid understanding of the Java language they will see that it is in fact very similar to C, and any C class should be a breeze. Then there is an algorithms class (15-211) which is Java based. After this, every other standard undergraduate computer science class is not Java based, but more focused on systems/functional programming (if one wishes to take a programming route). After freshman/sophomore year, you will be hard pressed to find significant Java work in a CS class. Note that the above was true when I attended CMU, things may be slightly different now.

  10. Re:A practical article on My $200 Laptop Can Beat Your $500 Tablet · · Score: 1

    Get a reader with the new e-Ink display (better contrast). I just got a kindle 3, it is a lot better than my old 1st gen Sony eReader. Page turns are much faster and the improved contrast makes a big difference in readability. I've seen the kindle 3 used go for $110.

  11. Re:Are the Ivies and top10 any different? on Can For-Profit Tech Colleges Be Trusted? · · Score: 1

    You must have done something wrong. It shouldn't take 20 years to get out of a student loan debt. After having some money in a liquid account for emergency funds, clearing up debt is the next highest priority when it comes to investing.

  12. Re:can't expense that much? on Quad Core, Thunderbolt In New MacBook Pros · · Score: 1

    With win7 you don't have to install drivers, don't need to reinstall the OS, and don't need to use IE. Building a PC is way cheaper (and I daresay more satisfying) than buying a premade mac. You can be just as productive with win7 as with a mac. Don't see your point here or a compelling reason to get a Mac.

  13. Re:Americans with Disabilities Act? on Portal On the Booklist At Wabash College · · Score: 1

    You've got to be kidding me. What a troll post...and one that is modded insightful, at that. If a student is unable to play for a legitimate reason they can take it up with the professor and work something out. Professors are human too, you know.

  14. Re:I KNEW there was a Lawsuit. on Dell Selling Faulty PCs · · Score: 1

    On my knees under a desk, up under a cabinet, upside down behind a shelf, etc. I used to think its more work moving it from the location its in to a table. Amazing what 5 years teaches you:P

    kinky.

  15. Saw a similar demo at Carnegie Mellon on Why Intel Wants To Network Your Clothes Dryer · · Score: 1

    Last semester, in my Embedded Systems senior design class, one group of 4 students did something very similar to this. It was essentially a wireless, distributed Kill-A-Watt for the home; for each device you want to monitor, you plug it into a small power adapter which then plugs into the wall outlet. These adapters wirelessly transmit power usage statistics to a base station, which connects to your wireless router. Then you can view statistics online, and shut off power to any adapter to "truely" turn off a device. I thought it really improved on the Kill-A-Watt concept and was one of the coolest projects (besides mine, of course; we made a bluetooth-enabled vibrating alarm clock pillow cover). Anyway, here's a link to their website if anyone is interested: http://jeules.org/.

  16. Firefox ages with JavaScript code on Firefox 3.6 Alpha 1 Released · · Score: 1

    Much like a fine wine.

  17. Re:Very interesting article on this subject on Staying In Shape vs. a Busy IT Job Schedule? · · Score: 1

    It all depends on your goals and your level of fitness for those goals. Short, intense workouts may be optimal for someone who wants to excel at general fitness, but are probably not sufficient for, say, an intermediate strength trainer, or a professional tennis athlete.

  18. Re:What "cloud?" on InfoWorld's Crystal Ball Predicts the Future of Microsoft · · Score: 1

    The day is probably coming when "Google Apps" won't be free.

    If that day is coming, it's pretty far off in the distance. Google is primarily an advertising company. You use their apps, they make cash from the ads. I use their search and mail apps the most, I don't see them charging the individual for those for a very long time (or, worst case, there will be a free, fully functional version in addition to a paid version).

  19. One tip: on (Useful) Stupid Vim Tricks? · · Score: 1

    Shift + ZZ will save and quit.

  20. Stronglifts on How Do Geeks Exercise? · · Score: 1

    Check out www.stronglifts.com . It is the perfect site for a beginning strength trainer. You can lose fat and gain muscle quite rapidly with the correct diet in place (which is also detailed at this site). I've been doing it for 4 months and have gotten noticeably stronger and bigger.

  21. Head First makes some great beginner books. on Head First C# · · Score: 1, Informative

    A few years ago, when I was relatively new to programming, I read Head First Java and that really helped me understand the Java language and OOP in Java. Even if you aren't a beginner, the Head First books are still pretty decent, but make sure you have patience because most of the explanations/examples are "dumbed down" for the beginner. Also the harder stuff tends to be at the end of the book, so you can hold out for that.

  22. Re:Thanks, media, on 550 Metric Tons of Uranium Removed From Iraq · · Score: 0

    Is it really the case that oil was supplied for Americans as a direct result from the war in Iraq? Because as far as I have heard America has not been getting free or cheap oil from Iraq.

  23. Re:New Firefox is Good and Bad on Firefox Breaks 8 Million, Gets Into Guinness · · Score: 0

    I can't remember the last time Firefox crashed in the first half hour for me, and I've been using it since it used to be called Firebird. Not sure what extensions/add-ons you've been using. And FF3 doesn't insist on being a default browser any more than Opera or IE7.

  24. Re:Green Text! on OMG Did U C What U R Paying 4 Texting? · · Score: 0

    I don't think that it's price fixing; rather, the company presents other offerings to you where they don't necessarily make a profit (free rollover minutes, free calling for mobile-to-mobile on the same carrier) but what is unadvertised and subsequently where the carrier makes a big profit is texting. If the carrier advertised free texting but hid in the fine text the cost of the actual calling plan, I'm not so sure many people would take them up on the offer.

  25. Re:Stable plugins on What Do You Want On Future Browsers? · · Score: 0

    Or you could just not browse those pr0n sites.