orangemile.blogspot.com
Pons Asinorum: October 2013
http://orangemile.blogspot.com/2013_10_01_archive.html
Tuesday, October 22, 2013. Java so fast it blows women's cloths off! The question I am trying to answer is what does it take to get Java to perform so fast it blows women's cloths off. The goal is not to understand what is fast - but simply to look at techniques which are faster than anything else available. 1 Never use java.util (collections). They generate tremendous amount of garbage and are slow. 2 Avoid garbage collection. Http:/ docs.oracle.com/cd/E19900-01/819-4742/abeik/index.html. Library implem...
thisisnotaprogrammersblog.blogspot.com
This is not a programmer's blog.: April 2012
http://thisisnotaprogrammersblog.blogspot.com/2012_04_01_archive.html
This is not a programmer's blog. Computers, technology, games. And other ramblings. And sometimes in Swedish. Monday, April 9, 2012. Universal answer about optimization. When reading through questions on Stackoverflow.com. Related to optimization ("is X faster than Y"), I often want to reply with the same answer. Regardless of what the question was about:. When optimizing you should always follow these steps:. Don't optimize until you have a nice, clean, and working. Version of your code. Several times I...
jamessugrue.ie
jamessugrue.ie | Mobile Development and Growth Hacking | Page 2
http://www.jamessugrue.ie/page/2
How To Be The Next Big Thing. November 20, 2012. Everyone wants to be the next big thing, but few of us are fortunate enough to know where to start. Luckily, Paul Graham gave some insight into this in his latest post, How To Get Startup Ideas. There’s one piece of advice that keeps coming up, whether it’s in this latest post from Paul, or the Steve Jobs biography – build something that you would want to have. At least this way you have a customer from day 1, right? Paul mentions one more point that reson...
jamessugrue.ie
Java | jamessugrue.ie
http://www.jamessugrue.ie/category/java
Project Nashorn: JavaScript’s Second Chance on the JVM. December 21, 2012. Throughout 2012, JavaScript seems to be solving problems across the industry, causing some justifiable hype across a number of libraries and frameworks. Oracle’s. Was recently announced, due for release with Java 8 in late 2013, which will allow JavaScript to be embedded in Java applications and to develop standalone JavaScript applications. DZone: Where did the motivation for Nashorn come from? No The goals have remained the same...
mchr3k-coding.blogspot.com
Mchr3k - Coding: April 2012
http://mchr3k-coding.blogspot.com/2012_04_01_archive.html
A blog about my open source projects and other coding subjects. Wednesday, 18 April 2012. I wanted to blog about some of the most exciting Java tools which I have come across. Sadly none of these tools are free but the technology which they implement is really impressive. Http:/ www.chrononsystems.com/. Chronon records a complete trace of the execution of a Java program. There are a couple of reasons why this is really cool. The Sun Hotspot JVM includes support for a cool feature called Hotswap. This...
davidshepherd.weebly.com
Impacting Practice - David C. Shepherd
http://davidshepherd.weebly.com/blog/previous/2
David C. Shepherd. Top Reasons You're Sorry You Missed ICSM 2013. You Missed the Mother of All Demos. Gergő Balogh demonstrated his prototype, CodeMetropolis, which visualizes software systems. As cities using the MineCraft engine (actually at SCAM. A co-located event). While this work is obviously influenced by earlier work on CodeCities,. As well as the Source Viewer 3D project. You Missed srcML's Coming Out Party. And so this year Jonathan Maletic and Michael Collard are getting serious about publiciz...
davidshepherd.weebly.com
Impacting Practice - David C. Shepherd
http://davidshepherd.weebly.com/blog/archives/08-2013
David C. Shepherd. Devlinkers, Stop Searching Like a Bozo. Are you an aimless poker? Are you a random scroller? Are you a hopeless grepper? If you recognize any of these MO's from your own work, stop. Come by my 1pm talk on Friday and learn what I've learned from the best. The search and navigation strategies I'll demonstrate should shave off 20-40% of the time it takes to complete an average task. And bring you're laptop, we'll have fun squashing a bug together! Accepted tools get 25 minute presentation...
davidshepherd.weebly.com
Impacting Practice - David C. Shepherd
http://davidshepherd.weebly.com/blog/dear-testers-in-industry-save-academia-from-itself-by-crashing-icst
David C. Shepherd. Dear Testers in Industry, Save Academia from Itself by Crashing ICST. For those of you unfamiliar with academic research on software engineering, let me explain. Research in software engineering has generally consisted of ".inventing new tools or processes, describing their application to toy problems in academic journals, and then wondering why practitioners ignored them.". Why Industry Professionals Should Submit:. I realize that presenting at academic conferences is not the norm in ...
SOCIAL ENGAGEMENT