Slashdot Mirror


User: vtavares

vtavares's activity in the archive.

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

Comments · 12

  1. Re:Medical... on Why Are Digital Hearing Aids So Expensive? · · Score: 1

    Uh, bluetooth headsets for $100 anyone? Seriously, hearing aids don't have anything more advanced than a top of the line Jawbone.

  2. University is about learning how to learn on What Knowledge Gaps Do Self-Taught Programmers Generally Have? · · Score: 1

    One thing I haven't seen mentioned is what the whole university experience is supposed to be fundamentally about learning how to learn. Yes, in Computer Science/Software Engineering you will get a broad brush of skills and training, from computing concepts, mathematics, and sciences. But you will also be exposed to other knowledge domains at a high level - economics, business, psychology, philosophy, languages - no, not programming but spoken, etc.

    Some of the best programmers I have ever worked with had little to no real training in daily programming skills. Instead, they had degrees in other fields that allowed them to be free thinkers. This helps with solving complex problems, thinking "outside the box" and having a broad experience in things other than programming language details. Anyone can read books on advanced C++ techniques and other "learn how to program in 21 days" types of books and do a decent job at coding. However, I want people who have been through a difficult university program and not only survived, but excelled and had a broad experience. Sure, they might take a bit longer to get up to speed on the "design patterns" and "agile programming" methodology du jour, but they will probably be more likely to excel in a challenging, free thinking, problem solving work environment. Sure, some exceptional, self-taught people can also be amazing, but that's usually the exception.

    If you just need coders that write php code to spec, stick to self-taught or community college grads - they are cheaper.

  3. Re:Makes Sense on Mentioning Android Is a No-No In iPhone App Store · · Score: 1

    uh...replied to the wrong parent....getting my coat....

  4. Re:Hmmm on Mentioning Android Is a No-No In iPhone App Store · · Score: 1

    Read between the lines. Why should he remove the reference to Android? Just because Apple said so? Why doesn't Apple remove all references to Windows from its site, then? Stupid argument, huh?

    Apple's polite request to remove the reference to the Android content is a subtle threat. Look, the dude has a niche app that nobody would probably ever notice. Most apps suck balls. His app maybe doesn't suck as bad because some people who use the Android version thought it was decent enough to recognize. That's probably the only praise he'll ever get for it. So, if he wants to sell the Apple version, why not mention that other people didn't think it totally sucked. It just so happens that the other people use the Android version. Is that considered advertising the competitive platform? Or is he just trying to market his app with third-party recognition. Why would he be trying to sell the Apple version if he was pumping Android? Duh....

    See http://apple.slashdot.org/comments.pl?sid=1538920&cid=31035778 above.

  5. Re:Let's See if I understand on Mentioning Android Is a No-No In iPhone App Store · · Score: 1

    You are missing the point. The comment about Android is not to promote Android. It's to declare that the app doesn't suck since the Android version won an award. It's like saying that a book is a NY Times Best Seller. Does that mean go buy the NY Times? No. It means that the book probably doesn't suck.

  6. Re:Hmmm on Mentioning Android Is a No-No In iPhone App Store · · Score: 4, Insightful

    Sure, of course he'll say that. He needs to sell his app. Would you say bad things about someone who just threatened you?

  7. Re:Makes Sense on Mentioning Android Is a No-No In iPhone App Store · · Score: 1

    Really? I take it mean that it's a good app. But then again, I don't drink the Apple Kool-Aid.

  8. What must the cops be thinking about this? on Woman Filming Sister's Birthday Party Gets Charged With Felony Movie Piracy · · Score: 1

    I can't imagine police officers being too impressed with the theater forcing them to arrest a giddy girl at an event theater (that is what they do) who filmed her group watching Twilight on her birthday and caught a few minutes of the film.

    It's finally come to this - corporate police.

    Not much better than being a mall cop, if you ask me.

  9. Re:Not a black mark on Is Working For the Gambling Industry a Black Mark? · · Score: 1

    Shame your post went over most people's heads...

  10. Re:Translation on IPv6 Adoption Will Grow With Smart Grid Adoption, Hopes Cisco · · Score: 1

    That would be true 10-20 years ago, and on small routers, because they were/are purely software driven. However, most interesting routing platforms today have IP stack primitives implemented in hardware (FPGA, ASIC) and they would lose their ability to process IPv6 in the so-called "fast path" forwarding plane if they were designed with IPv4 only.

  11. Why is this news? on Google Using DoubleClick Tracking Cookies · · Score: 5, Insightful

    Did anyone really believe Google wasn't doing this?

  12. Take a look at Eclipse on Test Driven Development Examples? · · Score: 1

    Besides being an excellent development environment with support for XP (unit testing, refactoring, etc), it's developed with Unit testing galore. See http://www.eclipse.org and look at the downloads section. There are source downloads as well as complete tests. Excellent examples of Java development with patterns, testing, and refactoring.