Daniel is a web developer, system programmer and software architect with 12 years of experience...
web developer & system programmer
coder . cl
here you can find daniel's articles on programming, software development and ramblings on his current projects...
development commandments
by Daniel Molina Wegener on 08.01.2010I don’t use recipes to ensure the quality of my software. Most of those development tasks to make the software a reliable tool are techniques learned along the time, without considering the methodology behind the software development. I can’t stand for any methodology as the better methodology that you can use. I just follow few commandments or rules on software development, and all of them bring me good results.
source code optimization in c
by Daniel Molina Wegener on 31.12.2009"…premature optimization is the root of all evil".
— Donald Knuth
I agree with the fact that we must do our source code level optimizations when we have finshed the construction stage or it is almost complete. I was searching articles and papers about optimizing C source code to be applied on my programs and libraries. I’ve collected some of those optimizations. But you must not confuse algorithm optimization, source code optimization and compiler optimization, since the first one refers to algorithm design and the second one just refers to the algorithm implementation, and both are sharing just few common approaches to formal reductions.
[ann] pyxser-1.4r is available
by Daniel Molina Wegener on 26.12.2009As you have seen in my last post, I’ve been working on some strong changes on pyxser. Today I’ve released pyxser-1.4r and the announcement message:
incomming changes for pyxser-1.4
by Daniel Molina Wegener on 22.12.2009pyxser, my Python-Object to XML serializer is suffering few changes, but important ones. The main change is the fact that I will add a type map optional parameter for deserialization functions. How should it work?
the next book in my reading list
by Daniel Molina Wegener on 20.12.2009Paul Graham, a famous hacker, painter and a terrific writer — hacker in terms of programming with its origins at the MIT — who created the Arc programming language, co-founder with Robert Morris of Viaweb, bought by Yahoo! and now known as Yahoo! Store the first Web Based Application, programmed in Lisp. Also founder of Y Combinator, a seed-stage startup funding firm, which also hosts the Hacker News social bookmarking site — again hacker in terms of programming — has written a book about his perspective on how computers are changing and will change some aspects of our lifes called "Hackers and Painters: Big Ideas From the Computer Age" — with hacker in terms of computer programming, for third time…
You need to log in to vote
The blog owner requires users to be logged in to be able to vote for this post.
Alternatively, if you do not have an account yet you can create one here.
Powered by Vote It Up

