Skip to main content

Posts

My takeaways from JavaOne 2013

This year I attended the JavaOne at Novotel HICC Hyderabad. I attended mainly the sessions on Java. J2EE, and JavaFX, with a bit of extremely innovative enhancements to Oracle DB sessions. Here's the main takeaways from the sessions I attended: 1. Lambda operator and closure coming to JDK8. This is an outright change, a change to all the 4k+ classes in the java libraries. Code will become simpler, neater, and also improve in performance. This is not just a cosmetic sugar coating change, there have been performance improvements as well with these new features. 2. Going by their philosophy of less boiler plate code (which also includes the closure introduction), they have introduced simpler ways to code and work with various J2EE components like the JMS2.0, etc. 3. JavaFX can now be programmed from any of the languages that run on JVM, such as Groovy, Scala, Clojure, etc. I was amazed by the language Groovy! even learning it our of my own interest :) 4. A brand new JavaScript engine...

My experiements with rooting wildfire!

Method 1: Only unrevoked3 Steps followed: http://forum.xda-developers.com/showthread.php?t=788776 Result: Failure First I tried with unrevoked3 It didn't work out. The reflash_package.exe program gave the message "Error: unable to get root. Is your firmware too new?" The same issue is mentioned in comments to this page . I saw it after I got the error :( Method 2: Revolutionary (also uses GoldCard and unrevoked3) Steps followed: http://forum.xda-developers.com/showthread.php?t=1145035 and http://www.aritrasen.com/2011/09/17/how-to-root-htc-wildfire-2-2-1-and-install-cyanogenmod/ Result: Success! Revolutionary does not work with HBOOT 1.02.0000 that my Wildfire has. I need to downgrade it to HBOOT 1.01.0001 :( Followed mainly the link ( http://www.aritrasen.com/2011/09/17/how-to-root-htc-wildfire-2-2-1-and-install-cyanogenmod/ ) and was able to do these: a) Downgrade HBOOT from 1.02.0000 to 1.01.0001 b) Getting S-OFF One note here: The abov...

Install Hiccups - Tips for Linux!

1. X11 Login issue on Fedora Ever encountered a login problem on Fedora? The graphical login screen gets stuck, refreshes, and always comes back to the login screen, even when you entered the correct credentials? If yes, then you might also be facing an issue same as I faced, on my fully setup, customized Fedora 17 XFCE spin! I tried my luck many times. The command line login session (Ctrl+Alt+F# key) works flawlessly though. The issue is only with the graphical login. I got an error once when my repeated trials: Could not create ICE listening socket: Cannot establish any listening sockets" Fedora Bug: https://bugzilla.redhat.com/show_bug.cgi?id=829324 Solution: Try login in to the command line session (press Ctrl+Alt+F3 Key for example). Clear the X11 graphics lock rm - r / tmp /. X11 - unix / tmp /. ICE - unix / tmp /. X0 - lock     But, this might not work! It did not work for me. I have posted a comment on the above open redhat bug. Update...

Part-time courses from IIIT Hyderabad

Let me paste here some details of the PGSSP course offered by IIIT-H for the working professionals in Hyderabad, and on the future route that one may wish to take (either a MTech, MS, or PhD). I had written this to one friend who was interested in PhD, but I feel that the same should give anyone (a working professional, looking for a part-time course) a good idea about the PGSSP programme, and a later MTech/MS, as well. [Disclaimer: The information and the opinion presented here are based on my personal opinion and experience. While I have tried to be as correct and unbiased as possible, the following can not be taken as the ultimate or the final word or information for the part-time courses offered by IIIT Hyderabad. For official information, please go to iiit.ac.in and also enquire from IIIT-H's admission office before taking any decision. ] Q. The offer says that u have to enroll in few courses max of two per semester. Does this course offer a degree of Master? If...

Useful commands and howtos at your finger tips

Useful commands and howtos at your finger tips linux | unix | dos | windows | mac jdk | regex |... 1. How to find files and operate some command on that file list Example (a) Find all files updated within the last 11 minutes, and copy them to another directory: find . -mmin 11 -exec cp '{}' /home/temp/ \; 2. How to read a file line by line through a unix/linux shell script http://www.bashguru.com/2010/05/how-to-read-file-line-by-line-in-shell.html 3. How to extract only the file names after you have figured out which files from the ls -ltr listing Assume filelist.txt contains the ls- ltr output redirected cat filelist.lst -rw-r-----  1 oraxxxx emsxxxx     2119 Dec  5 02:50 sid_ora_5565.trc -rw-r-----  1 oraxxxx emsxxxx    11591 Dec  5 02:50 sid_ora_24464_TEST.trm -rw-r-----  1 oraxxxx emsxxxx   469796 Dec  5 02:50 sid_ora_5565_TEST.trc -rw-r-----  1 oraxxxx emsxxxx ...

Not a bye, but an additional home

I recently bought a domain for myself at bhaskarghosh.in , and created my first wordpress driven blog cum site there. I have been, since then, fighting with my wits, to stop duplicatability of efforts and naturally of posts and resources. But, I can simply not leave the beautiful look and feel of Google's Blogger, even when wordpress.org gives me much more control. Please visit my new blog. I am not stopping my love for first house, but I have decided to share it with a new home. Musical Poet bhaskarghosh.in

Sync Facebook events with Google Calendar?

Ever missed events on Facebook, because there is no app that reminds you of your Facebook events? Almost all Android phones are very well integrated with Google Calendar. So if we sync up the Facebook events with Google Calendar, our problem is solved!!! Go to Facebook events Select Export events Facebook pops up a dialog where it displays an URL. Copy that URL. Now go to Google Calendar. Add a new Calendar (Select Add by URL) Paste the URL copied earlier... And BANG! All Facebook events are imported and always synced with the Google's Calendar! Courtesy: How to Sync Facebook Events with Google Calendar