Slashdot Mirror


User: RockGrumbler

RockGrumbler's activity in the archive.

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

Comments · 42

  1. Boring opinion : Pebble 2 was ok on Former webOS, Pebble Design Lead, Who Just Left Andy Rubin's Essential, Heads To Google (variety.com) · · Score: 1

    This is good. I've really enjoyed my Pebble 2 and can see the potential for a smart watch that has more functionality, and a long battery life by not needing energy intense screens. It's too bad Pebble went under.

  2. Re:Math on 'To Live Your Best Life, Do Mathematics' (quantamagazine.org) · · Score: 1

    I have a math minor and work in software. It's not particularly useful in my day to day job, but it is a useful tool when I indulge my curiosity about other things. I built a 3D game engine once, and I had a basic knowledge in vector / math. I used that to go and learn further, the base made it feasible.

  3. Re:"Easy to read" is non-sense on The Reason For Java's Staying Power: It's Easy To Read · · Score: 1

    I do not think english is particularly good at unambiguously specifying the steps necessary for algorithms. I do not think that making computing languages resemble english is intrinsically good.

  4. They are not using StringBuffer or StringBuilder on No, It's Not Always Quicker To Do Things In Memory · · Score: 1

    One of the first optimizations you learn when writing Java in a moderate load environment is to use StringBuffer or StringBuilder when concatenating Strings. There is probably a similar construct in Python. The test was not written from a place of experience or was purposely constructed this way to prove their pre assumed point.

  5. Quantum Computing on The New-ish Technologies That Will Alter Your Career · · Score: 2

    Quantum computing is the only thing I could imagine altering software development drastically.

  6. think of the artists on Physicist Claims Black Holes Mathematically Don't Exist · · Score: 5, Funny

    I felt a great disturbance in the Force, as if millions of CGI Artists for science documentaries suddenly cried out in terror, and were suddenly silenced.

  7. Public frequencies on Big Telecom: Terms Set For Sprint To Buy T-Mobile For $32B · · Score: 2

    If the FCC doesn't have power to regulate the internet, then it shouldn't have power to prohibit people from transmitting on any crazy frequency they want.

  8. Demon under the microscope on Imagining the Post-Antibiotic Future · · Score: 1

    The book "Demon under the microscope" looks at the creation and popularization of the first widely used antibiotic, sulfa. It does a good job of describing all the horrible problems society was dealing with before sulfa came about. It's pretty scary to imagine a scenario where antibiotics don't work anymore.

  9. Sante Fe Institute on Physicist Proposes New Way To Think About Intelligence · · Score: 1

    I don't have the background to judge the novelty of this approach or not. But the quote from the Sante Fe institute fellow would imply that the chaos/complexity folks find it interesting.

  10. I would like to see a pro plankton platform.

  11. Re:Double Take on Dr. Richard Dawkins On Why Disagreeing With Religion Isn't Insulting · · Score: 1

    This is very true.

  12. My experience on Ask Slashdot: What's Your Take On Stand-Up Desks? · · Score: 1

    My experience has generally been positive with standing desks. I have the 'IKEA' solution at home and in the winter months I turn my work desk into a standing desk. This helps keep my core and back strong enough for biking in the constructions months. But I can't do it for eight hours, I usually end up sitting on a tall stool at the end of the day. Remember that a lot of people HAVE to stand all day at work and have a myriad of problems from doing so. Damaged knees and joints are probably at the top of the list of problems you might incur. Make sure you have a gel standing mat, good shoes, and a way to turn your desk back into a sitting desk quickly or a tall stool.

  13. context is vital on Social Robots May Gain Legal Rights, Says MIT Researcher · · Score: 1

    I can find some common ground with this opinion. The rights of social robots would depend heavily on the context of the treatment. For example, if you decide you want to dissect your robot and see how it works, you would do so in a controlled manner similar with the way a scientist might dissect a dog or rabbit. Smashing it apart with a baseball bat and laughing at it's artificial misery might be synonymous with doing the same to a pet, something modern society heavily frowns upon.

  14. I hope I'm not ... on Mexico Kills 8 Million Chickens To Contain H7N3 Virus · · Score: 1

    I hope I'm not secretly a cibopath

  15. exciting times on Is It Time For an OpenGL Gaming Revolution? · · Score: 1

    I am excited to see valve putting resources behind opengl and linux.

    Hopefully the distro de jour can keep up with increased attention and excitement.

  16. Is Phoenix the next Silicon Valley? on Is Phoenix the Next Silicon Valley? · · Score: 1

    Nope. It's actually Silicon Valley 2, NV. Sorry Phoenix.

  17. cross platform on Ex-Sun Employees Are Taking Java To iOS · · Score: 2

    I'm always happy to see an attempt at making good cross platform frameworks. Good luck to the team.

  18. similar situation , use jquery on Ask Slashdot: Making JavaScript Tolerable For a Dyed-in-the-Wool C/C++/Java Guy? · · Score: 1

    I have a similar background. More Java then c however. The one thing that makes JavaScript semi readable and maintainable across people and time, is a good framework like jQuery.

  19. Re:As a Javascript developer... on Ask Slashdot: Making JavaScript Tolerable For a Dyed-in-the-Wool C/C++/Java Guy? · · Score: 2

    ActionScript 3 supports static typing, objects, and function pointers. It's honestly a nice language compared to JavaScript.

  20. Find some people in meatspace who are passionate on How Do I Get Back a Passion For Programming? · · Score: 1

    I was in a similar spot for quite a while. During the last couple of years at my unhappy job, I found some other programmers who were already passionate about programming and involved in at home projects. Talking to them about their projects made me want to program at-home projects myself. Every day became a treat as we compared war stories and talked about the challenges we were dealing with. Passion can be just as contagious as negativity, the company you keep can make all the difference.

  21. Re:New Google Strategy on Oracle Thinks Google Owes $6.1 Billion In Damages · · Score: 2

    http://royal.pingdom.com/2010/03/17/how-much-big-tech-companies-have-in-the-bank/

    oracle is worth more then google on paper.

  22. the key ingrediant on Soldier Re-Grows Leg Muscle After Experimental Procedure · · Score: 1

    The article forgot to mention the key ingredient to the substance, Tiberium.

  23. on boolean logic, and zealotry on Book Review: The Clean Coder · · Score: 1

    "Saying, "We'll try" means that you, or your team, isn't already giving it their best"

    In my experience, it means "We don't know, let us go off and research it more."

    On a side note. I'm sick of the attitude that programming process and dogma is the one true way to make yourself a better programmer. Just attend one more conference or buy one more book to acquire your true path to coding nirvana from someone else.

    The edge cases that aren't covered by pre-ordained process are REAL LIFE, and you are often the only person who has enough context to make good calls about process and procedure. Spending your whole life fine-tuning your work flow to imitate the sub-deities of agile seems wasteful and quite UN-JOYFUL. I wish more folks would just pick and choose the things that work for their group based of of honest experimentation, and go about their life BUILDING COOL THINGS.

  24. No need for Desmonds. on Researcher Claims Magnets Can Affect Blood Viscosity · · Score: 1

    Good, next time I need to shut down a magic/magnetic time volcano to keep an unspeakable evil from escaping the island me and my friends have been stranded on for 3 years, then this should keep me immune from the effects of aforementioned time volcano.

  25. Qlass Aqtion on 77 Million Accounts Stolen From Playstation Network · · Score: 1

    Cancelled my card last night. I hope sony gets the q's sued of it for this.