Using Google App Engine without invitation

April 14, 2008 By Vingel

How to use:
1. svn checkout svn://vingel.com/data/svn/read read
2. write your own code then svn commit.
3. visite http://read.appspot.com, that’s all.

ps: Google App Engine is really a amazing production :)

Posted in Python | 5 Comments »

The Cave of Time

December 14, 2007 By Vingel

Cave is my second django application.
It’s a simple CMS.
With Feed, Sitemap support.

I am trying to make Cave a Search Engine Optimize friendly CMS. So cave will be test in the first month for seo purpose.

Posted in Internet, Python | No Comments »

VPSLink Sucks

December 13, 2007 By Vingel

Here is my experience with VPSLink:

I ordered a Link-2 plan VPS, which has 128M ram, 5G disk.

I try to compile apache & mysql in this server, but the system told me meromy is not enough.I was suprised because I had compiled successful in others vps with the same config. At last,I found out the reason is that VPSlink dont’ have burstable memory, and COMPLETELY DISABLE SWAP space in their server.

So I asked them why, after a long while, they reply:
“There is no SWAP partition in a virtualized environment. You won’t be able to use swapon to compile your software. You pay what you gain”. So I have to use apt-get to install LAMP, but is very very slow.

Last month, VPSLink has announced a new Xen plan with swap space support, and the price is the same as what I am useing now(OpenVZ). So I ask them if they can transfer my server to Xen, I will restore the data myself.
They say: “The only way you can switch to Xen is to order a new Xen plan. and you can transfer data manually by yourself. Once your new VPS is set up, you can request the credit to be transferred to your xen account we will transfer it and shut down the server immediately.”

and They told me my money wont’ be pay back.

I know VPSLink is cheap, but there server is useless.

Posted in Internet | 3 Comments »

An OpenSource Django Blog: Vill

November 23, 2007 By Vingel

I wrote an django blog  last days,  which based on python and django. It’s simple and easy to use.

You can get code by svn:

svn checkout http://vill.googlecode.com/svn/trunk/ vill

It’s hosted by Google:

http://code.google.com/p/vill/

download from here:

http://vill.googlecode.com/files/vill.zip

Posted in Vingel | No Comments »

Anyone can code

November 5, 2007 By Vingel

If you use python

Posted in Python | No Comments »

What Are You Doing?

March 30, 2007 By Vingel

Twitter
See what am I doing now with Twitter

Also, now I am using a Twitter Clone: Fanfou

Posted in Vingel | No Comments »

Hackintosh Now!

March 27, 2007 By Vingel
Hackintosh Now

Yes, I installed Mac OS X 10.4.8 for x86 in my notebook: HPV3183TU.It seems running very well.

V3183TU Hardware Information:
CPU: Intel® Core(TM)2 CPU T5200
Memory: 512*2 DDR2 533
Conexant High Definition Audio
Intel PRO/100 VE Network Connection
Intel PRO/Wireless 3945ABG Network Connection ( not working, still waiting for driver.

Posted in Tips | 4 Comments »

New WordPress Theme

March 25, 2007 By Vingel
Indigo themes by Vingel

Today I spent five hour to make a new wordpress theme, which base on Indigo and Fresh. It’s simple and fast, and have a nice look. How do you feel? Is it nicer than the old look? :P

If you like this theme, tell me and leave your email address here, I will send it to you.

update:
There’s a lot of Indigo Wordpress Themes on the internet, faint.
The Gods Must Be Crazy.

Posted in Tips | 2 Comments »

Hello 2007

January 1, 2007 By Vingel

Happy New Year, 2007!

Happy New Year to all our friends. May you all have a healthy and prosperous time. I know I didn’t have time to mention everyone and for that I apologize. Please know you’re in my heart.And I wish all of my bloggy friends much health and happiness in 2007.

Vingel’s Wish List 2007

  • Become a Python expert
  • Do a UI/UE Research
  • Learn English Well
  • Finished a web 2.0 OpenSource App

Posted in Vingel | No Comments »

Opera’s scroll bar disappeared

December 2, 2006 By Vingel

The scroll bar of Opera is disappeared. I think it is because this CSS definition:

* { overflow: hidden; }

And this problem did not appear in IE/Firefox, so I delete this definition in My CSS, then the problem fixed. I’ve reported this bug to Opera.

At this moment, I did’t delete that definition because I wanted to test bug when the bug will be fixed in Opera.

If you also see the opera’s scrooll bar is blank, you can use my method to handle it.

Posted in Tips | No Comments »

Next Page »