Slashdot Mirror


User: SomeStupidNickName12

SomeStupidNickName12's activity in the archive.

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

Comments · 107

  1. Re:CS is part of IT on Ask Slashdot: CS Grads Taking IT Jobs? · · Score: 1

    Spot on, only advice I could ever give to a fresh out of college kids is hold out for the right job. If you can make ends meet working as tutor at college then do that.

    Seen loads of pontentially promising careers destoryed by people accepting positions in call centers to make ends meet.

    That first job you take will define your career unless you are prepared to resign and start again from scratch.

  2. Re:Now you have it, now you dont. on SUA Deprecated In Windows 8? · · Score: 1

    Haha, no! HTML5 is there as a presentation layer and is not going to replace any backend processing. Webservices/Database processes etc will still be a written in .net/C# etc frontends change.

    HTML5/Javascript is effectively replacing silverlight.

  3. Re:Odd as it may sound on Ask Slashdot: Best ccTLD To Avoid Confiscation? · · Score: 1

    Not funny, rather sad - shows you how screwed peoples priorities are when they believe that compare to the US China is the less of the two evils.

  4. Re:I'll give it a chance on Google To Introduce New Programming Language — Dart · · Score: 1

    Hibernate has provided this type of functionality to Java for ages and with a decent framework you should have at most a couple of XML for your entire solution. With a decent framework everything is annotated - added an @Entity to your class and you done.

    EntityManager em;

    Persisting an object to a database:

    Location loc = new Location();
    em.persist(loc);

    Getting an object from:
    Location loc = em.find(Location.class, id);

  5. Re:So what does this do different? on Google To Introduce New Programming Language — Dart · · Score: 1

    Huh? I came from a heavy PHP background and over the last 5 years moved across in the java world. Stuff like JBoss Seam and Richfaces is awesome - remembering the days of PHP is like remembering an abusive marriage

  6. Re:Great, another fucking language to learn on Google To Introduce New Programming Language — Dart · · Score: 1

    umm... You know modern day java web frameworks support that as well? Its called hot-deploy - save and reload the browser.

    PHP has zero benefits over some of the modern day java web frameworks. Speed of development, maintainability, scalability. Hell when you start comparing it to ASPX/.net, Ruby on Rails, Python - PHP has zero benefits over any modern web frameworks.

  7. Re:Planned obsolescence treadmill accelerating on Gut-Check Time For Windows 8, Microsoft · · Score: 1

    Nothing, your average slashdot user doesn't deal with change well.

    If slashdot had been around at the time we would be having the same debate re windows 3.1 migration to windows 95

  8. Re:In related news on World Population Expected To Hit 7 Billion In Late October · · Score: 1

    Of course it can, the only thing stopping us from creating long chained hydrocarbons artificially is the power cost and practical large scale production capabilities. Cheaper to just extract it from the ground

    You could theoretically use the output of a large nuclear plant to artificially create a replacement and compatible form of petroleum. Fly airplanes, produce fertilizers etc

  9. Re:God forbid on 'Cosmo' — a C#-Based Operating System · · Score: 1

    Well said, I wrote a java to native code compiler in java because I wanted to see if I could do it not because I wanted something to replace the offical JDK.

    People here don't get the whole let me see if I can do something different for the fun of it - sometimes different is good and sometimes its a waste of time.

  10. Re:Full Kernel without C* on 'Cosmo' — a C#-Based Operating System · · Score: 1

    Mono in the C# world is no different to OpenJDK or GCJ in the java world - they will always be second class citizens and as you put it have an uphill battle.

  11. Re:So, no current needed? on Alloy Could Produce Hydrogen Fuel Using Sunlight · · Score: 1

    Umm.... I think alot of people would tend to disagree with you on the drawbacks. http://www.circumcision.org/adults.htm

  12. Re:What's the point of a Python IDE? on Microsoft Wants Your Feedback On Its New Python IDE · · Score: 1

    Any decent IDE will provide all of that for even the most bizare dynamically typed language. Hell the old PHP IDE from Zend offered this level functionality and I last used that 5 years ago

  13. Re:Paging Darth Vader on Microsoft 'Ribbonizes' Windows 8 File Manager · · Score: 1

    Spot on, people on /. hate change!

    I am convinced that if we were all around during the invention and adoption of the light bulb the /. equivalent of the time would be complaining how much better the candle is.

  14. Re:Thanks on Rob "CmdrTaco" Malda Resigns From Slashdot · · Score: 1

    whats a perl programmer? is that kind like an old person that can still read morse code?

  15. Re:Bicycling! on The Least Amount of Exercise Needed To Extend Life · · Score: 1

    Maybe you talking about quick vigorous activity, but any endurance race I do gives me the munchies.

    I do a lot of triathlons and in the last few miles of the run I start fantasizing about eating pizza. Its really odd!

  16. Re:Improvements on Java 7: What's In It For Developers · · Score: 1

    Its still the best tool for the job, I agree that something like C++ has better scalability from a pure language perspective but java far more scalable from an environmental perspective.

    There is no such things as a clustered app server in the C++ world, MQ servers that can push through millions of message a day within the bounds of a full XA transaction.You either build them yourself which would take years or you use Java.

    And part from the 3 possible contenders to the enterprise crown (C++, java, .NET) nothing else even comes close.

  17. Re:Improvements on Java 7: What's In It For Developers · · Score: 1

    Haha, if java doesn't scale why is it the defact standard for any large enterprise?

    Probably not the best language to write a ray tracer or an on the fly 3D engine but the stuff I seen java do is pretty impressive. Go take a look at throughput of something like Websphere MQ.

  18. Re:For learning on C++ 2011 and the Return of Native Code · · Score: 1

    What?? Please indicate which studies?

    I am a java programmer by trade and 95% of java development I see is developed on a windows desktop and deploy on a linux server. No rewrite, no it doesn't work on that platform. Write on windows, deploy to linux.

  19. Re:Ahhh, the care free office. on Symbolic Violence Beats Lava Lamps All To Pieces · · Score: 1

    Grow a back bone! The rubbish only happens if you put up with it.

  20. Re:It's already happened. on What If Aliens Came To Save the Galaxy From Mankind? · · Score: 1

    Haha, if this your work please write a book!

  21. Re:All languages are about the same on Ask Slashdot: Am I Too Old To Learn New Programming Languages? · · Score: 1

    No you think you are a PHP expert who probably knows PHP syntax really well. Unless your 500 google searches later includes design paterns and architectual design descsions then you probably have made one or two dumb descsions through no fault of your own that will come back to haunt you later on.

    writing php vs .net vs java vs c++ is more than just syntax

  22. Re:At 40!? on Ask Slashdot: Am I Too Old To Learn New Programming Languages? · · Score: 1

    you and me both, think everybody else likes to complain and have new languages spoon feed to them.

    I am in a heavy consulting environment and I need to learn new business models on top of new lanaguages/environment/frameworks. Find the more I need to learn, the quicker I pick up stuff.

  23. Re:Stay Put on Ask Slashdot: Am I Too Old To Learn New Programming Languages? · · Score: 1

    What? Of course its a liability, any person worth their salt will jump ship as soon as an apporiate paying job comes along. The only way to make it worthwhile or a bargain to the company is to the bring the developer on for a fixed term contract. Say 6 months, with penately clauses on both sides for early termination. That way the company knows they are getting a senior resource at a bargain who will stick around and the developer has work for the next 6 months.

  24. Re:Stay Put on Ask Slashdot: Am I Too Old To Learn New Programming Languages? · · Score: 1

    Anybody who says that the differences between lets say java and C# are just syntactic sugar are retarded. There is a lot more to developing a solution than just the syntax used. Design patterns, frameworks, choices etc are very different when build large scalable solutions in a Java world vs a C#/.net world.

  25. Re:Burn the ethics committee on Hybrid Human-Animal DNA Experiments Raise Concerns · · Score: 1

    When did he once say that he was advocating scientific research unrestricted by ethics/morals? He said and I repeated, that the scientitic research without ethical guidelines tends to speed up the research process but it doesn't make it right.

    Try having a logical arguement without your emotions getting in the way. Stating a fact and agreeing with it are not the same thing!