wrongnotes.blogspot.com
Wrong Notes: May 2010
http://wrongnotes.blogspot.com/2010_05_01_archive.html
Writing my symphony with all the wrong notes. Caringorm is Architectural Poison. No one has ever accused me of shying away from sensational titles, and now's not the time to get timid. I must confess I've never been a fan of Caringorm. My first impression of Caringorm was it's over engineered. Why are there so many layers? Isn't that going to just slow you down having to develop a View, Command, Delegate, Service, etc for every round trip I make to the backend? Why is that a problem? You can't. And t...
wrongnotes.blogspot.com
Wrong Notes: September 2010
http://wrongnotes.blogspot.com/2010_09_01_archive.html
Writing my symphony with all the wrong notes. Now supports running Flexjson on Android. So I thought I'd show a quick example of using Flexjson in an Android application. Hopefully this will spark some ideas about what you can use Flexjson for in your own application. I'm going to start simple creating a quick Android app that pulls recipes from Puppy Recipe. Parses it using Flexjson, and displays it in a list. Let's get started. Http:/ www.recipepuppy.com/api/? Title":"Chicken Barbados r n r n",. This i...
bveedu.blogspot.com
Byju Veedu's technology blog: January 2010
http://bveedu.blogspot.com/2010_01_01_archive.html
Byju Veedu's technology blog. On programming science and life. Sunday, January 24, 2010. Coming from the Ant world it took sometime for me to digest the basics of Maven and it is difficult to get into any tool or technology without getting its basics. So I am putting down my thoughts/understanding of maven for newbies.Also I request to point out and correct any mistakes as I am not an expert of Maven. Why Maven and how is it different from Ant? 2) Project Object Model or POM. To share them.Also it ma...
peerdal.blogspot.com
Peerdal: 10/2012
http://peerdal.blogspot.com/2012_10_01_archive.html
October 30, 2012. Lessons learned at UWaterloo (2nd part): research organization. Here is the second post about my experience at University of Waterloo. After the ode to the co-operation education program. Here is another positive observation related to research organization. All in one, I have the feeling that the time spent in meetings by researchers in North-America is four times less than their European counterparts. I wish statistics could support this claim. Why so? I found this research organizati...
bveedu.blogspot.com
Byju Veedu's technology blog: Some thoughts on a language neutral web
http://bveedu.blogspot.com/2010/07/some-thoughts-on-language-neutral-web.html
Byju Veedu's technology blog. On programming science and life. Monday, July 26, 2010. Some thoughts on a language neutral web. Have a browser interface in local language. The user should be able to search in his local language.That means a search interface in local language where he can type in his local language and do search. Yes this is possible as Google has a option to choose your local language and search in that language.Of course there are many other search engines with same capability. When the ...
peerdal.blogspot.com
Peerdal: Ten years as an academic scientist: preamble of my HdR
http://peerdal.blogspot.com/2015/03/ten-years-as-academic-scientist.html
March 24, 2015. Ten years as an academic scientist: preamble of my HdR. Here is the preamble of my HdR. Which I will defend on April the 7th 2015 at Rennes. I hope you will have as much fun reading this document as I had writing it. Subscribe to: Post Comments (Atom). Ten years as an academic scientist: preamble of my. The rate-of-living theory is wrong. I have consulted four times. Really! Book review: The Only Rule is it Has to Work. Michael Trick's Operations Research Blog. Touring the Rio Olympics.
wrongnotes.blogspot.com
Wrong Notes: May 2015
http://wrongnotes.blogspot.com/2015_05_01_archive.html
Writing my symphony with all the wrong notes. Jenkins, S3 Copy Artifact, Deploy Plugin, and ROOT Context Tricks. I have two jobs. One builds my application which uses a post build step to Publish artifacts to S3 bucket. The second job is used to remotely deploy the artifacts from the first job to the Tomcat 7.x server. The 2nd job is a parameterized build with the following configuration:. Step as "Manage Artifacts". Once that was checked it finally recognized the artifacts and I got the following! Javai...
wrongnotes.blogspot.com
Wrong Notes: Jenkins, S3 Copy Artifact, Deploy Plugin, and ROOT Context Tricks
http://wrongnotes.blogspot.com/2015/05/jenkins-s3-copy-artifact-deploy-plugin.html
Writing my symphony with all the wrong notes. Jenkins, S3 Copy Artifact, Deploy Plugin, and ROOT Context Tricks. I have two jobs. One builds my application which uses a post build step to Publish artifacts to S3 bucket. The second job is used to remotely deploy the artifacts from the first job to the Tomcat 7.x server. The 2nd job is a parameterized build with the following configuration:. Step as "Manage Artifacts". Once that was checked it finally recognized the artifacts and I got the following! Javai...
wrongnotes.blogspot.com
Wrong Notes: February 2014
http://wrongnotes.blogspot.com/2014_02_01_archive.html
Writing my symphony with all the wrong notes. Simplest Explanation of Ivy Configurations. What does Ivy do? Ivy downloads dependencies and put them into directories your Ant script will use when compiling, packaging, etc. The important part of that is Ivy downloads dependencies and organizes them. It's up to your Ant script to use them appropriately. An ivy-module (ie ivy.xml file) has two main parts:. What dependencies do you need? How do you want them organized? Ok that was easy right? This comes from ...
wrongnotes.blogspot.com
Wrong Notes: March 2011
http://wrongnotes.blogspot.com/2011_03_01_archive.html
Writing my symphony with all the wrong notes. How Failing Fast allows you to reframe the problem. In so many ways this is really what agile software development is trying to get you to. Agile demands a lot from your team, and the only way you can live up to the promises of agile development is to create this environment. Without it you'll just fail, or worse just survive on far less productivity. Http:/ www.fastcodesign.com/1663488/wanna-solve-impossible-problems-find-ways-to-fail-quicker. Javascript:var...