Automation is an interesting thing. Some things are just easier and faster done manually. Other things are easier and faster done by a computer. The science of discovering which really is better is left up to common sense. Sadly, common sense is commonly uncommon*. That's where today's design system comes from. I decided during a research session on Seattle buildings' architecture that automation of building design in Cell would be wasteful and that I could simply design buildings using very simple architecture techniques that I found during my research.
* If you get my cliche, laugh, it's not meant to be insightful.
A modest attempt at development on AltSci Cell can be viewed below. Months now with very little progress is disappointing, but I suppose I'll continue on. A rant about how easy laziness is would probably not advance progress any better than the past rants, so I'll spare you.
Today, I came up with a few ideas on the way to and from Uwajimaya Asian market. The first is that the sky has a quantifiable set of properties even though it is very complex and interesting in reality. But complete quantification of every meteorological property of the sky is not my plan. I want a fairly reasonable dynamic sky so that the player is not faced with 24 hours of daylight and something to break up the blue sky and black night. Adding a sunrise and sunset is not the only thing that a developer can do. Adding a gradient to the sky also helps. Artists will tell you that the sky has a white part near the horizon. Some days the sky is very deep blue, some days it is very light blue. How can we decide? First lighten and darken the sky randomly by day. Secondly, use the time of day to decide the deepness of the color. The next thing is clouds. It's obvious that the sky will have clouds in it some days. How do you properly add clouds? One way is by adding the clouds to the texture. Another way is by having a transparent layer with different types of clouds. This way if you really want to have fun, you can make moving clouds. Of course you can make textured clouds move, but it might require extra work. The final thing is stars. Of course, it's easy to add stars to a sky, right? Well, you are going to have a bit of trouble depending on your choice of UV coordinates or if your sky is a box. It's possible to do it correctly, it's just a matter of work.
by Javantea aka. Joel R. Voss
Analysis: Jan 9-Aug 26, 2006
Write-up: Sept 8, 2006
Botnets
Spam Server Analysis 0.6
[sig]
Spam Server Analysis 0.4
[sig]
Spam Server Analysis 0.1
[sig]
50 MB of Test Spam
[sig]
Spam servers are generally accepted to be among the worst netizens currently residing on the net. Most are zombie botnets, some are open relays or proxies, but some are legitimate businesses in foreign countries. Since spam is illegal in the US, any server sending spam (with quite a few exceptions) is committing a crime. Of course, legislators have no concept of legitimate enforcement, so the fact that spam is a crime does not affect the level of spam that users receive.
Detection, analysis, and blacklisting of spam servers is the proper method to eradicate spam servers. While certain methods of unblacklisting will be required, blacklisting has no downsides. Occasional spammers will not be blocked until they make themself a nuisance.
Read more »Hi,
I thought I'd update this blog with some actual AltSci Cell information. It's been over a month since my last post. But actually, I've only gotten a few days of work done on AltSci Cell, so it hasn't been very long.