…the unsubsidized price is starting from EUR 499 o_o
[ Source ]
…the unsubsidized price is starting from EUR 499 o_o
[ Source ]
2nd Kara no Kyoukai movie DVD will be released on 25th this month…
Will [gg] sub it again at incredible speed?
So it apparently includes “what-if” stories for each classes.
Too bad it’s arcade only for now
I just realized that there’s this animu titled “Mission-E” that’s going to be broadcasted this summer.
Sounds familiar, I checked on wikipedia and found that it really is what I thought o_O
Yea, it’s a sequel to Code-E (lol obvious).
I think I need to finish watching the first season after all…
about:code-e
Chinami Ebihara is a highschool student who emits electromagnetic waves when her emotions run wild. The waves affects electronics such as cell phones, televisions, and computers. Her ability forces her family to move from one location to another. In the year 2017, the Ebihara family moves yet again. At school, a boy named Kotaro Kannagi notices her ability and asks if he can study her. Sonomi Kujo, the daughter of a wealthy family who has loved Kotaro since they were very young reacts with jealousy to his interest, while Yuma Saihashi, a miko with powers of her own tries to guide and warn her. Soon, two foreigners arrive to spy on her.
Source: Wikipedia
Sil3112 (SiliconImage SATALink RAID PCI Card) is not properly supported by FreeBSD. The installer halted successfully on all my three attempt at installing it. (First one even stopped when formatting – said that it can’t find the hard disk drive LOL).
OTOH, NetBSD and OpenBSD can use that piece of hardware just fine albeit the claim of the card as “crappy” on certain mailing lists.
I mean, the title is “Clannad ~ Tomoyo Edition”
I wonder how long this OVA will be…
Mark your calendar! June 16 is the release date.
Or better, start pre-order it… when the pre-order starts, that is.
[ Source ]
PS: no, it doesn’t involve Tomoyo After’s story at all.
WTF. Pure-FTPd uses WAY TOO HIGH processor cycles. <_<
The server’s CPU usage gone like 90% just for pure-ftpd processes. So I decided to uninstall it and replace with vsftpd… and the CPU usage is now topped at 20% on vsftpd.
Conclusion: Pure-FTPd sucks (or perhaps it’s my system’s configuration. Whatever, lol).
PS: <3 Chihiro.
If you find “No file specified” error message disturbing (as I did), here’s the configuration to remove it!
location ~ .php$ {
try_files $uri =404;
include /etc/nginx/fastcgi_params;
fastcgi_pass 127.0.0.1:55555;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
Don’t use `if (-f $request_filename)` – it won’t work and if is evil. Also the `try_files` will ensure that the file actually exists – effectively disabling possible vulnerability with public file upload on certain conditions.
_Last update 2011-07-10 20:16: working version, markdown-fied_