It seems that all the simplified syntaxes for writing html out there fail to consider eficiency. They seem to consider blindly only usability. One of the relevant syntax example is the link. Both markdown and creoele (the syntax for wikipedia like wiki), fail to provide the simplest form for link that is [this is a link] or [http://mobiphil.com]. One of the mos frequent syntax elements on html pages are the links itself, so why should we not allocate that syntax element ([this is i link]) for that. Creole wants to force me to use double “[", that is [[this is a link]], markdown even more complicated syntax [name][http://this is a link].
Again I would preffer the creole way, but with one “[”. There were excuses that “[” is used alone. My answer is do it as it is done in computing for ages. Invent an escape character, that can be easily “\” and use “\[” if you want a “[”
I think nobody doubts that watching a colorized text file helps finding information a lot. I was using vim for that purpose, but often opening huge files is not very productive. I am using sometimes http://supercat.nosredna.net/, however I am always dissapointed that I do not file syntax config files for all output types. For example, often I examine the ouput of strace, but I never had time to write a config file for it nor I found any on internet, so … wait to load it in vim…
this is for now an incomplete post. By looking for net VOIP software for windows XP, I found new ones for windows mobile. I am listing them so that I do not loose the links
email has to go console. Linux powerfull tools are needed to process them faster, to find old emails etc. So far I started to use intensivelly the following tools:
- mbsync (will have a look also at offlineimap as alternative) for synchronising imap with maildir
- mutt for reading email. I tried pine earlier, but mutt is much much better
- tagging??? since I learned the tagging of gmail, I find it very powerfull. I wish mutt would implement that. Unfortunatelly, gmail imap does not seem to share the tagging information on the imap interface. Maybe one day they will add the X-Label tag to the emails. Mutt can process the X-Label see this article. So far I found people with similar problems/wishes:
link1, link2
- listing of tools for maildir: http://www.qmail.org/top.html#maildir
- this link contains an overview of available mail tools for linux
simple measurement of indexing a code base of a total of 3471527 lines 10477733 words 114906510 charaters in 9478 files (mixed c++ and C, but mainly C++)
* cscope: 63 s
* ctags: 55 s
* mkid: 36 s
there are old but gold tools out there. So are the id utils. I wanted to give a try already for longer, but one of the handicaps of the tool, that you cannot specify a large number of files.
Enough from complaining, fixed it, added a new option -L listname, where listaname contains a list of filename separated by newline. The tool now will read this file and generate the id database for all files.
Here is the patch, good luck! mkidmobiphilpatch
When trying to understand why the xorg sources on the recent ubuntu distro do not contain the tiny neomagic xserver, it turned out, that somewhere in the source code repository of freedesktop the secret lies. By doing a query:
http://cgit.freedesktop.org/xorg/xserver/log/?qt=grep&q=neo
The following occurrences come up:
Somewhere on 2007-09-02, Eric Anhot removed the backend, due to some licensing issues.The comments are the following:
“Licensing issues of these files include: - They claim to be licensed under the GPL, yet we haven’t allowed that in the xserver repository in the past. - They refer the user to the top of the tree for GPL license text, yet it isn’t there. - They claim to be derived from the (MIT-licensed) ati kdrive code, yet don’t follow the licensing terms of those files.”
So a nice peace of software disappeared. Luckily I could recover from the git history a working version. I wonder if the issue could have not been resolved another way…
It seems that other drivers were removed… So owners of old laptops… you get less and less chance to use them… I think big brother is watching the market and is removing drivers so that you buy those new laptops…
If you would need however the drivers this is the last version that contain them:
http://cgit.freedesktop.org/xorg/xserver/snapshot/xserver-78d01d1008973899d931ef44b47d5f0b5f220b0d.tar.gz