RSS Feeder .NET

Finally an RSS Feeder,which using effectively. Its
RSS Feeder
.NET
.

The way I manage my mails is, I have two folders in OUTLOOK, one for
Internal and another for External.I download the mails to my
local system and read it offline at home also.
So, OUTLOOK is the software, I use major part of the day and have a
setup to work offline.

RSS Feeder .NET does both.


  • Integrates with Outlook.
  • Downloads the posts, to read offline.


Isn't it helpful?

Hello, GPRS

I am posting this via my Nokia 6600 connected via GPRS.
Trying this for the first time and its very interesting.

scrmabled

scrmable.py

Tihs is a pelicaur pproetry that if the fsirt and the lsat ltteer of the wdros rmiean the smae, and the rset is scbelmard, then you mhigt siltl be able to ierreptnt it. Tihs is very fnnuy. :-)


Inrpeisd from jwz scrmable: http://www.jwz.org/hacks/scrmable.pl

How do you manage multiple passwords?

Hi,
I have a question. How do people manage multiple passwords?
I for e.g, have same for many sites which I dont mind losing.
Different passwords for serious ones:
- Admin account for my office comp.
- Citibank account.
- Airtel bill payment.
- Different TPIN
- etc..

but many a times my passwords are within a group which I use.
My problem is, I often forget passwords if I employ a new one.
For e.g I forgot the Airtel site password again yesterday and did the forgot password thing ( this is the third time). I have lost citi TPIN as I have never used it.

What your ways of userid/password maintainence?

Annoucement- pyljvim-0.0.3 Released.

pyljvim is a a Livejournal Plugin for Vim. One can post to the Livejournal directly from vim! :)
Just as I am posting this entry from vim.
It is available at: http://www.vim.org/scripts/script.php?script_id=1724

Installation is pretty easy and so is the usage.

Thanks,
Senthil


Contemptuous lights flashed across the computer's console.
-- Hitchhiker's Guide to the Galaxy

So, posting from vim Successful

So, I can successfully post a complete entry to LJ from vim. This is using a python utility called pyljvim. It loads up the LJInterface for the post and when run LJPost, calls a python script which takes up the interface and contents and publishes it to Livejournal. Simple is'nt it?
Okay, I did not write it. I was searching and found it in the deep web. I think it was not working as well. So I fixed it,made it work and after analyzing various failures on windows due to file enconding issues with vim and cmd.exe, I decided to drop the encoding support on windows and its finally working now.

Okay, todays highlight then!

TLPC


TLPC stands for Ten Laptops Per Child. V4Vijaykumar is the mind behind this concept as he finds OLPC is not the optimum yet and prices can be further reduced!

Join the TLPC discussion group if you wish to discuss on Ten Laptops Per Child concept ( not the initiative,remember!).

Posting from vim

I am posting this entry directl

read at /.

The following comment on lisp from /. attracted my interest.

An ideal world would run on LISP...


It's amazing and somwhat sad that programming languages and runtime environments from Smalltalk to Java to Python to C#/.NET keep reinventing the wheel while a language from the 1950s has it all and does it even better - the most elegant syntax thinkable, powerful paradigms for code reuse, dynamic typing, modern memory management with no buffer overflows, and, with Common Lisp, one robust, industrial-strength language with a rich standard library that can both interpreted and compile code, obsoleting the difference between "programming" and "scripting" languages...

It was discussion on Practical Common Lisp book.

Quote of the day

not wanting to solve a problem is a pretty lousy problem-solving strategy, really.
~Fredrik Lundh
. I was at the receiving end of this quote at comp.lang.python.

Article on Maths

jwz posted an entry on Maths for Programmers. That article is a very insightful. It analyzes how maths can be useful to any programmer at any time. We have all lost touch of basic mathematics and need to gear up. His suggestion is Maths should be learned breadth-first and not depth-first, as knowing different mathematical solutions we come to know about which section the problem belongs to and we might approach it correct. Another suggestion for all of us is to start with any math section at wikipedia and follow it till we understand it and do it daily.
Anyway, that article is a good read.