Bored? Why don't you try to solve the icube?
Bored? Why don't you try to solve the icube?
Just did something painful: decided to potentially kill an open-source project I've been working on for some years now. Not enough time and the fact that I'm not a user of my own project anymore: I've been trying to introduce new features from time to time, mostly things I fancied. But the fact is: if you don't scratch your own itches, it's hard to put in enough efforts to turn a proof of concept into a product.
Just started reading the D Programming Language website. Looks too good to be true: efficient language with high level constructs, native support for unittests and design by contracts, direct access to native C APIs... Has anybody here used it for something larger than a toy project, and would like to share his experience?
Pfewww, I really pushed hard to get a new version of Pybliographer out of the door. I'm still amazed at how much one can do alone when using the proper tools. In this case, the proper tool is Python.
Context: my pet project is a bibliography management tool. Its purpose is to help you organise references, search for new material on external databases, help you cite these references in documents,... I've been able to integrate my code with OpenOffice (thanks PyUNO), with LyX (I won't thanks unix pipes on this one), define a proper citation mini-language, put a GUI around part of it (thanks PyGTK) and test some parts of it (thanks, dogtail), send queries to PubMed, Web of Science, CrossRef (thanks Twisted), parse their results (thanks ElementTree), and even package the whole easily (thanks setuptools)!
A while ago, I said that the purpose of pyblio was not to replace tools like EndNote and the like. Maybe I should revise this. Areas where I'd like to push involve reference sharing and fulltext management. I've already a few ideas, but I need to see if the recent features help the project get more traction.
Thanks Raph, and thanks to all of you who posted so many interesting stuff here. It really has been a pleasure to read advogato.
(thanks to the contributors that brought my diary score almost at 3 :-))
Instead of simply documenting how to use pyblio, I've started working on simple demo code that actually use the framework, and are also immediately useful. The first one is an online PubMed to BibTeX converter. Maybe this will help people start using it.
(hello? don't know if anybody reads this, I'm the first to admit I don't write especially interesting stuff, but c'mon I don't think my entries deserve a score as low as our friendly chinese spammers, do I? so if anybody with a heart would be so nice and give me at least a score of 2??)
Pyblio has gained a nice feature. For the record, it's a python framework for handling publication references, but probably also your collection of books, dvds, tapes, whatever. In pyblio 1.3, you can now adapt a publication database format (from, say, PubMed) into another format (say, BibTeX). It's still more of a proof of concept, waiting for more extensive use. So far I have the following features:
What I need to complete is:
I would like to extend the data model a bit, but this will certainly wait until the rest consolidates.
Unfortunately, the community that lives around pyblio has a low ratio of developers / users. Worse, as I had not enough free time these last months for the project, I probably discouraged some potential developers. I really need to lower the barrier of entry into the project, but I don't know how so far. Perhaps by completing a few sample applications instead of adding new features? Writing documentation? Putting some simple web apps online, so that people can actually test some features?
New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!