Slashdot Mirror


User: techprophet

techprophet's activity in the archive.

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

Comments · 349

  1. Re: If you can't be the best on Microsoft, Apple and Others Launch Huge Patent Strike at Android · · Score: 1

    Sad but effective

  2. Re: Wondering... on Root of Maths Genius Sought · · Score: 1

    Mod parent up

  3. A Mathematicians Lament on Root of Maths Genius Sought · · Score: 2
  4. Re: Hmmm on Drone-Mounted Laser Weapons Are On the Way · · Score: 1

    I came here to say exactly that. Your acronym is better than mine was, though.

  5. Re: Personally on Most IT Workers Don't Have STEM (Science, Tech, Engineering, Math) Degrees · · Score: 1

    True enough. I'm going to a simple state school, but there is still much to learn that I won't have the time for.

  6. Re: Personally on Most IT Workers Don't Have STEM (Science, Tech, Engineering, Math) Degrees · · Score: 2

    The really interesting (note: not necessarily useful) classes didn't start for me till the 4th semester. Prior to that, it was mostly gen ed and basic cs/math. Now I'm getting into the more advanced and interesting topics. Really though, university class content is worthless in most contexts. It serves two purposes in my mind: to entertain the intellectual and to promote the usage of the mass between our ears.

  7. Re: This on Facebook Comment Prompts Arrests In Cyberbullying Suicide Case · · Score: 4, Insightful

    All the parents involved bear responsibility for this travesty. The parents of the dead girl needed to be there to support her, while the parents of the bullies needed to pay enough fucking attention to see how cruel their daughters are. Cruelty is not easily hidden if you pay attention to how people act to each other. I see it far too often even on a college campus, though still far less than in high school.

  8. Re: Not all choice is tinkering on Is Choice a Problem For Android? · · Score: 1

    Exactly. I used the stock launcher until someone showed me the awesome stuff you can do with a custom one, then I did some hunting and found one that I liked. I've not changed launchers since then. This isn't tinkering; this is taking the time to understand one's options and then picking one.

  9. Re: Old news on How To Develop Unmaintainable Software · · Score: 1

    How often are the things done by frameworks performance critical? Last I developed a site in django, the most time consuming operations were database queries (which are easily done outside of the Model system if one so desires), but writing the sql manually would take much more time for very little benefit. Likewise, rolling your own templating system is virtually worthless when dealing with your average site: the db queries simply dwarf the render time and a half decent caching system will further reduce the impact of writing your own. In my experience most programmers cannot easily write code that is both maintainable and faster than a library version. They (and I) can do one easily, but not both. Writing the absolute fastest code is worthless for 99% of software, as most software is not limited by the hardware. That time is better spent on robust testing and feature development.

  10. Re: There have been classified documents since 191 on CPJ Report: the Obama Administration and Press Freedoms · · Score: 1

    This just in: journalists equated with the Soviet Union. More at 11

  11. Re: Nice! on EU Court Holds News Website Liable For Readers' Comments · · Score: 4, Insightful

    Asphalt?

  12. A Man Can Dream on If Java Is Dying, It Sure Looks Awfully Healthy · · Score: 0

    A man can dream, can't he?

  13. Re:"Apple, Apple, Apple"! on Samsung Creates Phone With Curved Display · · Score: 1
    You missed this bit:

    (And Gore never claimed he was the inventor of the Internet, either.)

  14. Re:Why? on Samsung Creates Phone With Curved Display · · Score: 1

    Astrologically.

    What, what were we talking about?

  15. Re:Economic segregation? on South African Education Department Bans Free and Open Source Software · · Score: 1, Interesting

    As an American college student, I use MS Office for the classes that require output in that format and LaTeX+Emacs for everything else. I find the interface of Libre/OpenOffice highly distracting and will not use them.

    One thing that I have noticed: more and more professors are starting to say "submit a word document or a PDF". This is no surprise in my department (CS/Math; which actually will not accept word documents because holy shit the equation formatting sucks), but it is a bit more surprising coming from the mouth of a Sociology or Media Communications professor.

  16. Advertising in its purest form on No FiOS In Boston? We'll Make an Ad Anyway · · Score: 1

    Advertising in its purest form: outright lies

  17. If there is one thing you could go back and change on Ask Author David Craddock About the Development of Diablo, Warcraft · · Score: 3

    If there is one thing you could go back and change in any of Blizzard's games, what would it be?

  18. I'd love to ask a question on Ask Author David Craddock About the Development of Diablo, Warcraft · · Score: 1

    I'd love to ask a question, if only I knew one to ask!

  19. Re:Changing culture on Sick of Your Local Police Force? Crowdfund Your Own · · Score: 1

    I'm curious what laws are in place that would result in the 'Residents' getting pissed about getting arrested. Drug laws? Or are you trying to insinuate that some not-insignificant segment of the given population is involved in muggings?

  20. Re:Google? on Could IBM's Watson Put Google In Jeopardy? · · Score: 1

    Does it scale? Who cares if it scales? The real question is does it run linux?

  21. Re:Random homicidal moments on Slashdot Asks: How Does the US Gov't Budget Crunch Affect You? · · Score: 2

    This guy has it. It saddens me to see people still finger-pointing at the 'lefties' or the 'right-wingers' or the 'tea-baggers' or the republicans or democrats or any political group you want to name: the rich rule them all because all desire power and from money comes power.

    The fact of the matter is that the USA is if not outright run then strongly manipulated by those with the money to buy power.

  22. Re: Apple likes censorship on Activists Angry After Apple Axes Anti-Firewall App · · Score: 1

    Phone completely butchered my formatting and removed all html tags. gg /.

  23. Re: Apple likes censorship on Activists Angry After Apple Axes Anti-Firewall App · · Score: 1

    for c in us_tech_companies: if c == lavabit: continue printf("%s likes censorship", c) Is more clear imo

  24. Apple likes censorship on Activists Angry After Apple Axes Anti-Firewall App · · Score: 4, Insightful

    But we already knew that

  25. Re: I heard from a teacher in NC on Students Hack School-Issued iPads Within One Week · · Score: 1

    They're easy for us to use because we're familiar with the paradigms. Third graders have a problem with them for the same reason my grandparents do: they're unfamiliar with the paradigms.