Archive for the ‘I Explore!(technostuff)’ Category
Emacs for NonStop!!
I had a bad time using TEDIT (an old full screen block mode editor)with minimal features.So I was typing programs in a linux machine(emacs) and transferring it to a Nonstop system.
My manager helped me in finding this emacs port for nonstop.
http://www.emacswiki.org/cgi-bin/wiki/TrampMode
Hope it helps others as well.
Don cal it yet another teck talk!!
here are details about the tech talk Angelo Rajadurai an alumnus from Sun gave us on 29th July.
Here are the pictures,,
recovering deleted digital data
here is a software that i found out after some googling , to recover data which got deleted accidentally (may be pictures , songs ). As i had to search for such a software to recover the deleted pics in a mobile,
http://www.freedownloadscenter.com/Utilities/Disk_Maintenance_and_Repair_Utilities/Stellar_Phoenix_Digital_Media_Recovery.html
seems to be cool , but i got to pay for it
Unununium!!!
I was quite amazed to read about unununium a new OS which aims at running all processes in the same address space without seperate kernel and user spaces…ie no single part of it lies in the main memory always.Well it also increases interconnection between components…The OS will not be a set of applications anymore rather a set of components which can be interconnected by any pattern , they say “Why can I not use my favorite text editor to edit text input fields on a webpage? The notion that an application is a “box”, and this application may use “libraries” but not other “applications” is absurd. “
It is more interesting that they use Python for implementing this…