By Chris on May 30, 2021
At the beginning of 2020, I wanted to read more than my abysmal 2019 three books total. I’ve already read my 2019 total before the whole 2020 ‘situation’ hit. This made it harder for me to read since I was stuck at home most of 2020 and I usually read in my commute. Nonetheless, I […]
Posted in book | Tagged 2020, book, books, List, reviews |
By Chris on November 18, 2013
Posted in inspiration | Tagged inspiration, motivation |
By Chris on September 16, 2013
I’ve stumbled upon that problem recently and couldn’t remember how to do it. Has you except it’s trivial to do and like most of what can be done in programming there more than one way to do it. 1- Good old jdk String 🙂 Since Java 1.5 you have the new String format method do […]
Posted in java, tips | Tagged Apache, format, Guava, java, String, StringUtils |
By Chris on September 5, 2013
They’re always a question that comeback either in interview or when you are playing old code. Why the hell are they using Vector over arrayList ? Vector is a class that exists since the beginning of java (aka Java 1.0) it’s implement List. It seems to pollute old code and still use programmer that don’t […]
Posted in prog, tips | Tagged arraylist, collections, java, java.util.List, List, synchronization, synchronizedList, vector |
By Chris on September 2, 2013
http://blog.foundersnetwork.com/2013/01/how-quora-sent-us-82-10-of-our-visitors/ Story of a startup and how quora helped them bring visitors to the site. http://slant.co/topics/what-is-the-best-architecture-for-building-a-web-service/ soap vs rest… basicly every new provider use rest now a day… http://antjanus.com/blog/seo/running-a-blog-what-i-did-wrong-and-right-in-2012/ incredible journey from 0 to 20k visitor/month. What really interesting is how he self-evaluate himself, that really important. Many point are really good to […]
Posted in link, prog, tips | Tagged blog, quora, rest, seo, soap, star, startup, webservice |
By Chris on August 29, 2013
Microsoft study: Linux migration cost Munich €60.7 million (h-online.com) This article really caught my attention, because a government agency (Munich city administration’s) want to get rid of Microsoft and they’re not replacing it with the bloated IBM or Oracle solution and because Microsoft did a study to show how much it cost them (that stink […]
Posted in link, prog, tips | Tagged brain, focus, lifehack, linux, meditation, Microsoft, motivation, munich |
By Chris on August 26, 2013
I had a problem setting up my styleclass in struts, here how I fixed it. I hope the code come nicely in that theme. In struts class is not recognized but styleClass is : http://struts.apache.org/1.x/struts-taglib/tlddoc/html/checkbox.html you can check the source the styleClass is generated class. <script language=”JavaScript”> $(function () { $(‘#checkall’).toggle( function() { $(‘#resultTable .tf’).prop(‘checked’, […]
Posted in error, prog, tips | Tagged struts, struts tag, styleClass, tags |
By Chris on August 19, 2013
On Finding Ideas http://nathanbarry.com/finding-ideas-project/ Post on Finding Ideas For Your Next Project, which Nathan describes what do to find a idea that solve a painful problem. http://sivers.org/multiply Nathan linked this in the previous post, I’ve read this post in the past but it’s always worth revisiting good post. The basic behind this, is that […]
Posted in link, prog | Tagged addiction, ideas, programing, self help |
By Chris on August 13, 2013
That one is easy, on linux use netstat : netstat -tlnp | grep 9998 replace 9998 with the port you want to check. More on net stats here : http://www.thegeekstuff.com/2010/03/netstat-command-examples/ On windows : netstat -an |find /i “9998” replace 9998 with the port you want to check. More info on netstat on Microsoft site or […]
Posted in prog, tips | Tagged linux, netstat, port, windows |
By Chris on August 7, 2013
http://www.passeportsante.net/fr/Actualites/Dossiers/DossierComplexe.aspx?doc=ameliorer_memoire_do (Note: The article is in french) How to have a better memory during the day by having a good diet. 20% of student use stimulant or drugs (legal one) to get a better memory, however study show that eating a good breakfast, reducing and distributing energy intake through your day, sleeping and exercise can help […]
Posted in link | Tagged 4hww, dating, icon, memory |
Recent Comments