<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Chiisana.net Down Until The 15th</title>
	<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/</link>
	<description>News, Information, Summaries and Reviews on the Latest Anime Fansubs as well as Anime-related Downloads.</description>
	<pubDate>Wed, 19 Nov 2008 11:59:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: ZMAng</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-289</link>
		<dc:creator>ZMAng</dc:creator>
		<pubDate>Sun, 26 Feb 2006 18:41:53 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-289</guid>
		<description>Hehe, true enough, though I did play quite a few MMOGs in the past.</description>
		<content:encoded><![CDATA[<p>Hehe, true enough, though I did play quite a few MMOGs in the past.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiisana</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-281</link>
		<dc:creator>Chiisana</dc:creator>
		<pubDate>Sat, 25 Feb 2006 11:43:33 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-281</guid>
		<description>I know a few ZM's from different MMOs, but I doubt I know this ZM in particular :p</description>
		<content:encoded><![CDATA[<p>I know a few ZM&#8217;s from different MMOs, but I doubt I know this ZM in particular :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZMAng</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-275</link>
		<dc:creator>ZMAng</dc:creator>
		<pubDate>Wed, 22 Feb 2006 14:43:24 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-275</guid>
		<description>Lol, probably not.</description>
		<content:encoded><![CDATA[<p>Lol, probably not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justice/InFamous</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-271</link>
		<dc:creator>Justice/InFamous</dc:creator>
		<pubDate>Wed, 22 Feb 2006 08:44:28 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-271</guid>
		<description>hazzzah hi alfy, look me you and mrpc sites in the blog, cool xD i wonder if i know who runs this blog</description>
		<content:encoded><![CDATA[<p>hazzzah hi alfy, look me you and mrpc sites in the blog, cool xD i wonder if i know who runs this blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiisana</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-262</link>
		<dc:creator>Chiisana</dc:creator>
		<pubDate>Sun, 19 Feb 2006 21:24:17 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-262</guid>
		<description>Pimp
In php4, and php5, file handles are not using mmap function.  This ultimately makes fopen + buffered fread process resources not only cpu intensive but also disk process intensive.  This is because each time a buffered chunk is called, php loads that segment into ram / aux. buffer memory, and then deliver the content.  This ultimately lead to a -- perhaps false positive -- high load average, especially if you are using php as cgi as recommended by DH.  When I first started to code the module, I used 64kb buffered fread, and the load average I got was around 100 (well, it was 103 or something, but I rounded down) with just me calling that script.  I quickly killed it and it fall back down to around 2 (which I'm not impressed because DH claims that value to be normal &#62;_&#62;).  With php5, a new function called stream_copy_to_stream was introduced (or so it says on http://php.net/stream_copy_to_stream even though I heard from another person who said it works for php 4.0.1.3 as well).  This function uses mmap and thus provides better resources management.  I've tested this function on the very same dh account which gave me the high load average, and it seems to work okay with just a 0.2 load average increase.  I'll continue to see about what I can do to make things better.

As for MrPC...  I know him, almost personally...  I know his server... I've been in his server as root...  Even after giving him the .htaccess I used (which utilizes mod_rewrite to do referrer checking and mod_bandwidth to limit concurrent transfer rate etc.), the load averages are still litterally screaming for help.  We're talking about regular 30++ load average.  I hope, with proper configuration of my new script, his server's load average will decrease to a more acceptable sum.  I guess I'm just a number freak =]  But I really hate math in real life... especially class environments xD

Anyways, this is way off topic from the original blog entry.  If anyone is interested for further discussion about coding or distro script or server config etc. feel free to email me so we don't keep on spamming ZM's blog =]

Cheers.</description>
		<content:encoded><![CDATA[<p>Pimp<br />
In php4, and php5, file handles are not using mmap function.  This ultimately makes fopen + buffered fread process resources not only cpu intensive but also disk process intensive.  This is because each time a buffered chunk is called, php loads that segment into ram / aux. buffer memory, and then deliver the content.  This ultimately lead to a &#8212; perhaps false positive &#8212; high load average, especially if you are using php as cgi as recommended by DH.  When I first started to code the module, I used 64kb buffered fread, and the load average I got was around 100 (well, it was 103 or something, but I rounded down) with just me calling that script.  I quickly killed it and it fall back down to around 2 (which I&#8217;m not impressed because DH claims that value to be normal &gt;_&gt;).  With php5, a new function called stream_copy_to_stream was introduced (or so it says on <a href="http://php.net/stream_copy_to_stream" rel="nofollow">http://php.net/stream_copy_to_stream</a> even though I heard from another person who said it works for php 4.0.1.3 as well).  This function uses mmap and thus provides better resources management.  I&#8217;ve tested this function on the very same dh account which gave me the high load average, and it seems to work okay with just a 0.2 load average increase.  I&#8217;ll continue to see about what I can do to make things better.</p>
<p>As for MrPC&#8230;  I know him, almost personally&#8230;  I know his server&#8230; I&#8217;ve been in his server as root&#8230;  Even after giving him the .htaccess I used (which utilizes mod_rewrite to do referrer checking and mod_bandwidth to limit concurrent transfer rate etc.), the load averages are still litterally screaming for help.  We&#8217;re talking about regular 30++ load average.  I hope, with proper configuration of my new script, his server&#8217;s load average will decrease to a more acceptable sum.  I guess I&#8217;m just a number freak =]  But I really hate math in real life&#8230; especially class environments xD</p>
<p>Anyways, this is way off topic from the original blog entry.  If anyone is interested for further discussion about coding or distro script or server config etc. feel free to email me so we don&#8217;t keep on spamming ZM&#8217;s blog =]</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pimp</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-261</link>
		<dc:creator>pimp</dc:creator>
		<pubDate>Sun, 19 Feb 2006 20:35:13 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-261</guid>
		<description>Chiisana, I dont know how fread and fopen can use too much of your CPU just for 1 download, it works okie for me. BTW, you dont need to worry too much about CPU load actually, CPU-minutes is the thing you should worry about. I have experience with it, if you want I can help.
BTW, MRPC is on dedicated hst, he can use if I remember correctly he can pretty much use some apache mod to do such things without the use of PHP</description>
		<content:encoded><![CDATA[<p>Chiisana, I dont know how fread and fopen can use too much of your CPU just for 1 download, it works okie for me. BTW, you dont need to worry too much about CPU load actually, CPU-minutes is the thing you should worry about. I have experience with it, if you want I can help.<br />
BTW, MRPC is on dedicated hst, he can use if I remember correctly he can pretty much use some apache mod to do such things without the use of PHP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiisana</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-260</link>
		<dc:creator>Chiisana</dc:creator>
		<pubDate>Sun, 19 Feb 2006 18:31:37 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-260</guid>
		<description>First and foremost, thank you for your understanding.  There is no need for apology from your end as I did not outline the details in such detailed form in my initial announcement.  Miscommunication / misunderstanding is certainly the most common lead to unpleasant relationships.  I will be sure to be more detailed in my announcements in the future.

At this time, I would like to say that, after some calculation, I realized that I can take a bit more than 35 kick off users.  And due to lack of better candidates source to get the words out, the offer for the initial batch of invitations will still stand.  I think there are still room for 5 to 10 accounts with invitations attached.  If anyone wishes a first batch invitation, please feel free to contact me at the contact email listed in the above reply, be sure to mention that you read about it on ZM's blog, and I'll be sure to include you in the first batch.  I will also go to MrPC's forum later and offer a similar offer.  Once the spaces are filled up, I'll post back or let everyone know via email reply or something.  =]

Cheers!</description>
		<content:encoded><![CDATA[<p>First and foremost, thank you for your understanding.  There is no need for apology from your end as I did not outline the details in such detailed form in my initial announcement.  Miscommunication / misunderstanding is certainly the most common lead to unpleasant relationships.  I will be sure to be more detailed in my announcements in the future.</p>
<p>At this time, I would like to say that, after some calculation, I realized that I can take a bit more than 35 kick off users.  And due to lack of better candidates source to get the words out, the offer for the initial batch of invitations will still stand.  I think there are still room for 5 to 10 accounts with invitations attached.  If anyone wishes a first batch invitation, please feel free to contact me at the contact email listed in the above reply, be sure to mention that you read about it on ZM&#8217;s blog, and I&#8217;ll be sure to include you in the first batch.  I will also go to MrPC&#8217;s forum later and offer a similar offer.  Once the spaces are filled up, I&#8217;ll post back or let everyone know via email reply or something.  =]</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZMAng</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-257</link>
		<dc:creator>ZMAng</dc:creator>
		<pubDate>Sun, 19 Feb 2006 08:12:08 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-257</guid>
		<description>Arghh, this is where my trigger-happiness has reared its ugly head. With the unbelievably detailed explanations you have given - which, by the way, are really a bonus rather than a necessity for us leechers - I have to offer my sincerest apologies for any negative comments towards you that have appeared on this post.

On the subject of Dreamhost, I understand that bandwidth throttling is laggy (like all of their statistics packages for that matter), but I raised my arguments over your overage charges and your BW throttling because I truly doubted that would be possible to incur overages at Dreamhost without reaching their 60 minute CPU time ceiling. With your explanation, I finally understand why you never reached your CPU limit first, i.e. because you weren't using a PHP download script (like e107) to handle your downloads. I also thought that if you had a PHP download script employed, you could impose another layer of BW throttling. I apologize that I never bothered considering that you didn't utilise a download script.

Actually, I used to hit Dreamhost's CPU limit all the time when I was using it to transfer open source files, but I guess that was because of the PHP download script employed. So, it was probably just me bringing my own experience over and mashing it up with someone elses - which is clearly completely wrong.

And I fully understand your dislike for asking donations (especially when you're talking about co-located or personally owned servers because if you were to shut down your DDL site, you would still be able to keep your donor-paid upgrades), but not for advertising - since I run advertising on most of my blogs. But I have to admit that advertising is pretty difficult to implement for direct download sites since the only way you'll get someone to click is to force them to do it - which I don't like either. 

Personally, what I really dislike is what I call the "double-combo" - using both donations and advertising, yet not including your advertising gains into your total income - leaving you with net profit if your donations pay for all costs. I've seen this on a couple of direct download forums, but since I lack real data, I'm not going to talk to much about it and let my trigger-happiness screw me over again.

So, it seems that I got unnecessarily worked up over an impassioned announcement. I guess I should have considered the impact of a $293 overage bill on anyone before blasting you off. 

And thank you for the offer for invitations, but I do not believe that I deserve the opportunity to receive or allocate any given my rather unnecessary and harsh remarks on your service based on just one announcement. I'm quite sure some of my readers will want to kill me for saying this, but... I suggest that you reserve your invitations to those that actually helped you out during your troubles. 

Thanks for the time and effort you spent typing such a long explanation and apology over here, and for the offer too. 

&lt;strong&gt;P.S.:&lt;/strong&gt; I corrected your email address on your first post, so no problem there.</description>
		<content:encoded><![CDATA[<p>Arghh, this is where my trigger-happiness has reared its ugly head. With the unbelievably detailed explanations you have given - which, by the way, are really a bonus rather than a necessity for us leechers - I have to offer my sincerest apologies for any negative comments towards you that have appeared on this post.</p>
<p>On the subject of Dreamhost, I understand that bandwidth throttling is laggy (like all of their statistics packages for that matter), but I raised my arguments over your overage charges and your BW throttling because I truly doubted that would be possible to incur overages at Dreamhost without reaching their 60 minute CPU time ceiling. With your explanation, I finally understand why you never reached your CPU limit first, i.e. because you weren&#8217;t using a PHP download script (like e107) to handle your downloads. I also thought that if you had a PHP download script employed, you could impose another layer of BW throttling. I apologize that I never bothered considering that you didn&#8217;t utilise a download script.</p>
<p>Actually, I used to hit Dreamhost&#8217;s CPU limit all the time when I was using it to transfer open source files, but I guess that was because of the PHP download script employed. So, it was probably just me bringing my own experience over and mashing it up with someone elses - which is clearly completely wrong.</p>
<p>And I fully understand your dislike for asking donations (especially when you&#8217;re talking about co-located or personally owned servers because if you were to shut down your DDL site, you would still be able to keep your donor-paid upgrades), but not for advertising - since I run advertising on most of my blogs. But I have to admit that advertising is pretty difficult to implement for direct download sites since the only way you&#8217;ll get someone to click is to force them to do it - which I don&#8217;t like either. </p>
<p>Personally, what I really dislike is what I call the &#8220;double-combo&#8221; - using both donations and advertising, yet not including your advertising gains into your total income - leaving you with net profit if your donations pay for all costs. I&#8217;ve seen this on a couple of direct download forums, but since I lack real data, I&#8217;m not going to talk to much about it and let my trigger-happiness screw me over again.</p>
<p>So, it seems that I got unnecessarily worked up over an impassioned announcement. I guess I should have considered the impact of a $293 overage bill on anyone before blasting you off. </p>
<p>And thank you for the offer for invitations, but I do not believe that I deserve the opportunity to receive or allocate any given my rather unnecessary and harsh remarks on your service based on just one announcement. I&#8217;m quite sure some of my readers will want to kill me for saying this, but&#8230; I suggest that you reserve your invitations to those that actually helped you out during your troubles. </p>
<p>Thanks for the time and effort you spent typing such a long explanation and apology over here, and for the offer too. </p>
<p><strong>P.S.:</strong> I corrected your email address on your first post, so no problem there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiisana</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-256</link>
		<dc:creator>Chiisana</dc:creator>
		<pubDate>Sun, 19 Feb 2006 07:12:18 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-256</guid>
		<description>Oh, another note...
File downloading directly does not require much CPU / memory resource on it own.  However, part of the reason with the multistep phase in of the new system is that I'm doing a new download system which -- hopefully -- will be adopted by a few more http DDL providers (MrPC already showed interest, and I'll be meeting him personally and discuss some more functionality when time allows for both of us).  This new system will be 100% impossible to hotlink as it will utilize multiple securtiy methods as well as no public accessable unprotected files (*cough*e107*cough*), as well as queue system etc.  The pitfall with this is that it requires some interesting cpu/memory management before it rings a bell for DH.  If you try fopen + fread alone on your account with a 170mb anime, you will notice the load average spike to 50++ with just one concurrent download session.  The partial phase in will allow me to better test this script and find a good number of concurrent sends without causing spikes (currently, with resources I have accessable at home, two PCs works fine).

DH does NOT and WILL NOT suspend accounts due to bandwidth overage, unless you opt to not pay the bill on your billing date (for me, it was the 15th).  The more bandwidth you use, the more money they make.  They will not suspend you for that.  They will, however, temporarly lock your site up if someone on your server complains about having no CPU resource and you are using @#$%load of CPU resource.  I know this because another friend of mine had his account chown'ed by DH so that apache cannot access that directory until he recitify the issue...

Anyways, that's offtopic I guess...

PS: I also noticed a typo on my URL in the first post... oh wells, that's no biggy... Any of the distros who knows me will know that this is my speech pattern/style and this is indeed me posting about my site =]</description>
		<content:encoded><![CDATA[<p>Oh, another note&#8230;<br />
File downloading directly does not require much CPU / memory resource on it own.  However, part of the reason with the multistep phase in of the new system is that I&#8217;m doing a new download system which &#8212; hopefully &#8212; will be adopted by a few more http DDL providers (MrPC already showed interest, and I&#8217;ll be meeting him personally and discuss some more functionality when time allows for both of us).  This new system will be 100% impossible to hotlink as it will utilize multiple securtiy methods as well as no public accessable unprotected files (*cough*e107*cough*), as well as queue system etc.  The pitfall with this is that it requires some interesting cpu/memory management before it rings a bell for DH.  If you try fopen + fread alone on your account with a 170mb anime, you will notice the load average spike to 50++ with just one concurrent download session.  The partial phase in will allow me to better test this script and find a good number of concurrent sends without causing spikes (currently, with resources I have accessable at home, two PCs works fine).</p>
<p>DH does NOT and WILL NOT suspend accounts due to bandwidth overage, unless you opt to not pay the bill on your billing date (for me, it was the 15th).  The more bandwidth you use, the more money they make.  They will not suspend you for that.  They will, however, temporarly lock your site up if someone on your server complains about having no CPU resource and you are using @#$%load of CPU resource.  I know this because another friend of mine had his account chown&#8217;ed by DH so that apache cannot access that directory until he recitify the issue&#8230;</p>
<p>Anyways, that&#8217;s offtopic I guess&#8230;</p>
<p>PS: I also noticed a typo on my URL in the first post&#8230; oh wells, that&#8217;s no biggy&#8230; Any of the distros who knows me will know that this is my speech pattern/style and this is indeed me posting about my site =]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiisana</title>
		<link>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-255</link>
		<dc:creator>Chiisana</dc:creator>
		<pubDate>Sun, 19 Feb 2006 06:44:33 +0000</pubDate>
		<guid>http://animefield.is-there.net/chiisananet-down-until-the-15th/#comment-255</guid>
		<description>Wow, I never meant to cause such a huge rakus...  After reading this, I feel like I owe you guys a big appologie...  Anyways, lemme clear a few things up...

1) I have full intention in bringing the site back online...  This is not the first time I've encountered with difficulities.  I was originally an anonymous seeder / private http ddl before then.  About half an year ago, I started this project due to lack of bandwidth (local ISP started calling me about using too much bandwidth seeding etc.)  I started with an unmetered pipe with a a VPS which sets me back around 45USD per month (let's just say I have some connections for hosting).  However, due to uptime issues etc. it wasn't really well known.  Recently, around November, I was told of a real fancy story by my hosting provider, and so appearently I was billed for causing them to lose a server (!? you guess what happened yourself, I'm under NDA).  I decided that I was going to be gone from distro for good, but after a lot of people poking me about it, I went with a DH account to see how things will go... just because they were cheap... or so I thought...  In all cases, now that the bill is paid off, I'll continue until I'm unevitably get hit with another big bill or something...

2) Re: Donation plea'ing, banner, etc.  Personally, I _HATE_ asking for donation, and I _HATE_ banner clicking... because I don't believe that distro should take money from people for things they didn't do (IE: sub on their own), and if they did do it (IE: sub it themselves) they usually don't mind distributing their own work.  I'm saying the above from my own experience and from my friends' experience (other fansubbers who I know in reallife via school).  This is why you never really saw the donation button (I had it on the old grey looking site, just very unnoticable) and you never really saw advertising (I had it for about a week testing bidvertiser).  Bills really were covered from my own pocket until this one hit me...  Which, really, was a shame of me to had to ask for donations...  And you wouldn't believe how depressed I was for the few days while it was down and I was unsure how to pay off the bill...

3) Re: Dreamhost throttling.  Here's a real word of advice/warning for all other users.  As you may or may not notice, DH updates their logs once every 24 hours for their all-integrated-panel.  Their calculation tool then checks the logs on the next day.  And finally, their throttle bot throttle accounts that meets the throttle limit.  If you login to the panel now, you will likely see bandwidth details updated to the day before yesterday because yesterday's log is only rotated into the system and the calculation only picked up the day before's log.  The throttle does not kick in immediately after the logs are rotated and calculated, in fact, it kicks in a few hours later.  What happened is that on the billing month, my throttle was set to 850GB, and on the 2nd of Feb, I was coasting at 700GB, on the 3rd, I was coasting at 858702.55MB; which, after division by 1024MB per GB, works out to be 838GB, just a tiny bit shy of the throttle limit.  The day after, up to this point, I still don't know how it happened or how I managed, their panel claimed that I used 489989.55MB, even though their stats calculator claims I used only 200some odd GB.  Throttle kicks in the later portion of the 5th which added some more bandwidth usage.  Hence resulting the 293.75GB of overage.  After receiving the notice about it, I emailed back and forth with DH _A_LOT_ and their billing was unwilling to back down...  So, there's the reason of the big bill and the donation plea page...

4) Re: "leecher".  Leecher is a general term us fansubbers use to refer to those people that downloads off bots/http ddl, I use it all the time with no negative connotation / intention.  My sincere appolgies if you were offended by the term.  I ahd no intention what so ever in harming anyone's feeling by using that term.

5) Re: invitational only setup.  Due to the bill, I'm skipping a few meals this up coming month.  However, being the skinny geek that I am, I don't have as much weight as certain south park character to survive on only body fat... hence, I am being extremely careful this month.  After things go live again, I am looking at about sending out first batch of invitation to around 35 people, each with 3 or more invitations attached to it.  This means we're looking at least 140 ish people in the first week or two.  Bandwidth will be monitored carefully as to how the numerics sum up.  I will discuss with my associate as to how often we will issue new invitations until the system cannot accept more accounts.  At which point, if budgets allow, we will get another account or a full dedicated with more bandwidth / space.  The invitation system does not mean people will be un-able to download at all, but instead, just slightly more restrictive so the hotlinkers and heavy users will be more limited as to how much they can affect other users.  If the admin here -- ZMAng if I'm not mistaken -- wishes for it, please feel free to contact me via dmca(a)chiisana (you know what extension) with email addresses of 9 faithful readers here.  I'll include your email addresses in the first batch of invitation as token of appreciation and appologie.

6) Age factor...  Well, as much as I hate to say it, I am of age, and I'm a student / freelance web application developer.  So on usual cases, I can cover my bills no problem.  I'm not some random kid that stole his folks credit card and get hosted for a few weeks then get boot off because the folks discovered the credit card bill and issued charge back =]

7) Admin(s)...  Generally speaking, I'm the only person who run the site; but there is another being located in Asia who helps me with updating on very rare occations, as well as letting me of new updates so I can update the site...  He did give a huge loan for this incident as well, but I've already paid him back because I pulled a huge sum from my chequing account to paypal in case the donations did not cover the bill.  I would like to use this moment to thank him, and all the other donors for the support.

7) Additional questions/concerns?  Please feel free to contact me!  I'd be more than glad to answer your question/concerns for you!  I will not, however, unfortunetly, answer to invitation requests other than from ZMAng.  My contact is dmca(a)chiisana (you know the extension).  Even though strictly speaking, that address is used for copyright complaints etc. from the artist's publisher, I am allowing general contact on there for the time being so I can coordinate with people.  I'll put up a small forum or a shoutbox or something alike in the future in the new system so I can be reached easier.

That's all for now... hopefully the above will sort out a few things...</description>
		<content:encoded><![CDATA[<p>Wow, I never meant to cause such a huge rakus&#8230;  After reading this, I feel like I owe you guys a big appologie&#8230;  Anyways, lemme clear a few things up&#8230;</p>
<p>1) I have full intention in bringing the site back online&#8230;  This is not the first time I&#8217;ve encountered with difficulities.  I was originally an anonymous seeder / private http ddl before then.  About half an year ago, I started this project due to lack of bandwidth (local ISP started calling me about using too much bandwidth seeding etc.)  I started with an unmetered pipe with a a VPS which sets me back around 45USD per month (let&#8217;s just say I have some connections for hosting).  However, due to uptime issues etc. it wasn&#8217;t really well known.  Recently, around November, I was told of a real fancy story by my hosting provider, and so appearently I was billed for causing them to lose a server (!? you guess what happened yourself, I&#8217;m under NDA).  I decided that I was going to be gone from distro for good, but after a lot of people poking me about it, I went with a DH account to see how things will go&#8230; just because they were cheap&#8230; or so I thought&#8230;  In all cases, now that the bill is paid off, I&#8217;ll continue until I&#8217;m unevitably get hit with another big bill or something&#8230;</p>
<p>2) Re: Donation plea&#8217;ing, banner, etc.  Personally, I _HATE_ asking for donation, and I _HATE_ banner clicking&#8230; because I don&#8217;t believe that distro should take money from people for things they didn&#8217;t do (IE: sub on their own), and if they did do it (IE: sub it themselves) they usually don&#8217;t mind distributing their own work.  I&#8217;m saying the above from my own experience and from my friends&#8217; experience (other fansubbers who I know in reallife via school).  This is why you never really saw the donation button (I had it on the old grey looking site, just very unnoticable) and you never really saw advertising (I had it for about a week testing bidvertiser).  Bills really were covered from my own pocket until this one hit me&#8230;  Which, really, was a shame of me to had to ask for donations&#8230;  And you wouldn&#8217;t believe how depressed I was for the few days while it was down and I was unsure how to pay off the bill&#8230;</p>
<p>3) Re: Dreamhost throttling.  Here&#8217;s a real word of advice/warning for all other users.  As you may or may not notice, DH updates their logs once every 24 hours for their all-integrated-panel.  Their calculation tool then checks the logs on the next day.  And finally, their throttle bot throttle accounts that meets the throttle limit.  If you login to the panel now, you will likely see bandwidth details updated to the day before yesterday because yesterday&#8217;s log is only rotated into the system and the calculation only picked up the day before&#8217;s log.  The throttle does not kick in immediately after the logs are rotated and calculated, in fact, it kicks in a few hours later.  What happened is that on the billing month, my throttle was set to 850GB, and on the 2nd of Feb, I was coasting at 700GB, on the 3rd, I was coasting at 858702.55MB; which, after division by 1024MB per GB, works out to be 838GB, just a tiny bit shy of the throttle limit.  The day after, up to this point, I still don&#8217;t know how it happened or how I managed, their panel claimed that I used 489989.55MB, even though their stats calculator claims I used only 200some odd GB.  Throttle kicks in the later portion of the 5th which added some more bandwidth usage.  Hence resulting the 293.75GB of overage.  After receiving the notice about it, I emailed back and forth with DH _A_LOT_ and their billing was unwilling to back down&#8230;  So, there&#8217;s the reason of the big bill and the donation plea page&#8230;</p>
<p>4) Re: &#8220;leecher&#8221;.  Leecher is a general term us fansubbers use to refer to those people that downloads off bots/http ddl, I use it all the time with no negative connotation / intention.  My sincere appolgies if you were offended by the term.  I ahd no intention what so ever in harming anyone&#8217;s feeling by using that term.</p>
<p>5) Re: invitational only setup.  Due to the bill, I&#8217;m skipping a few meals this up coming month.  However, being the skinny geek that I am, I don&#8217;t have as much weight as certain south park character to survive on only body fat&#8230; hence, I am being extremely careful this month.  After things go live again, I am looking at about sending out first batch of invitation to around 35 people, each with 3 or more invitations attached to it.  This means we&#8217;re looking at least 140 ish people in the first week or two.  Bandwidth will be monitored carefully as to how the numerics sum up.  I will discuss with my associate as to how often we will issue new invitations until the system cannot accept more accounts.  At which point, if budgets allow, we will get another account or a full dedicated with more bandwidth / space.  The invitation system does not mean people will be un-able to download at all, but instead, just slightly more restrictive so the hotlinkers and heavy users will be more limited as to how much they can affect other users.  If the admin here &#8212; ZMAng if I&#8217;m not mistaken &#8212; wishes for it, please feel free to contact me via dmca(a)chiisana (you know what extension) with email addresses of 9 faithful readers here.  I&#8217;ll include your email addresses in the first batch of invitation as token of appreciation and appologie.</p>
<p>6) Age factor&#8230;  Well, as much as I hate to say it, I am of age, and I&#8217;m a student / freelance web application developer.  So on usual cases, I can cover my bills no problem.  I&#8217;m not some random kid that stole his folks credit card and get hosted for a few weeks then get boot off because the folks discovered the credit card bill and issued charge back =]</p>
<p>7) Admin(s)&#8230;  Generally speaking, I&#8217;m the only person who run the site; but there is another being located in Asia who helps me with updating on very rare occations, as well as letting me of new updates so I can update the site&#8230;  He did give a huge loan for this incident as well, but I&#8217;ve already paid him back because I pulled a huge sum from my chequing account to paypal in case the donations did not cover the bill.  I would like to use this moment to thank him, and all the other donors for the support.</p>
<p>7) Additional questions/concerns?  Please feel free to contact me!  I&#8217;d be more than glad to answer your question/concerns for you!  I will not, however, unfortunetly, answer to invitation requests other than from ZMAng.  My contact is dmca(a)chiisana (you know the extension).  Even though strictly speaking, that address is used for copyright complaints etc. from the artist&#8217;s publisher, I am allowing general contact on there for the time being so I can coordinate with people.  I&#8217;ll put up a small forum or a shoutbox or something alike in the future in the new system so I can be reached easier.</p>
<p>That&#8217;s all for now&#8230; hopefully the above will sort out a few things&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.436 seconds -->
