Posts Tagged ‘mahshelf’
Am I not skillful enough?
This is a post expressing my thought and criticism on myself.
After attending the arctic startup event in Helsinki, I have seen lots of cool company and noticed what is their development stage, what is the development method and how talented they are … I also realized that our team is at the very beginning stage and indeed we are not cool. And if we can not survive or evolve, we are doomed.
A serious start-up company will not take normal people, in fact the company decreases the failure risk percentage by hiring (extremely) talented people. However, I am more or less a normal person, I did go to school every day, did play games every week, and programmed as a hobby… Sometimes, I ask myself how serious I am in this project, and what is the situation I am facing now if I continue living like I did before. Will I fail ?
I am facing a chance, yes it is a chance to completely change my life. Never before have I realized that I almost catch up with the web 2.0 trends, and if I do not do anything, I am losing it. Never before have I realized that this is the only chance to be popular and rich and to let my beloved mom know that she can be proud of her son. Yes, by the time I left that bar, I realized it well and suddenly I knew that my team was far behind race, we are somehow losing the battle because of the development process is too slow.
A friend made a joke that he definitely will not work for a start-up company like us because of the risk. However, I did take it seriously, I know that we are bearing the risk but in order to minimize it, we should change the way we work. In my point of view, if we do not change then we will certainly fail. Don’t be too optimistic.
I spent so much time on trivial thing, I should stop surfing non-sense or unrelated websites. I should focus on coding and do not afraid of refactoring or modifying to improve code quality, do not afraid of applying new features.
I should narrow down what I should learn, and hire other persons to handle with their profession instead of trying to do it myself. I admit that I can not handle a real production server and my knowledge on Linux is limited . I admit that I am not a web designer. In the future I only want to be a pure web developer. And that will be my only focus.
PS: Like scred team, I will try to work 12 hours a day.


Silently a new flash reader has come
This evening I went to mahshelf.com to read my favorite books and immediately I was surprised by the new fancy flash reader. It looks neat and some features have been added to make it more convenient for the users, i think. I really like the new one and perhaps the quality of images has been improved too, or something happens to my eyes :p
Meanwhile, I am speding time developing some new features and reading more books. I just can’t help reading books, I am so addicted. Hope I one day will come up with the best and most optimized algorithm to serve PDF file in the system.
A week of Memphis #1 (13->20 April 2008)
Yeah, this type of blogging is copied from other blog but I think it’s cool to remind what I have done or at least my friends can keep up to my work. Make a comment if anything went wrong here
. Ok, in the previous week, I did:
- Deploy a new production server.
- Write a php script to clean redundant files on that server.
- Solve DNS problem with the domain.
- Install memcache on my test server.
- Convert real link from text in the book description, for example: mahshelf.com now becomes http://mahshelf.com.
- Change page title dynamically to improve page SEO.
- Make a presentation about Web 2.0 user interface at EVTEK school and receive lots of criticisms about that
. - Think about my mom, forex rates showed 1 Euro = 26,058.5 Vietnamese Dong yesterday, my currency lost its value for the last 5 years. Being a Vietnamese is tough.
Moreover, I also write a quick note here as a to-do list, if you find sth missing, inform me through the comment.
- Make a good benchmark on how memcache can really save the day.
- Although the link is automatically linked, it still breaks the layout if the URL is too long, need to truncate the URL (not easy with those php preg_replace functions
) - Need to add dynamic meta keywords to improve page SEO as well.
- Improve URL routing system.
- Fix current CSS tooltip, an alternative is using an AJAXed one to save bandwidth.