The Next Step
Every project has unique challenges that require unique solutions. Let us understand your business objectives, set up initial milestones, and analyze your risks.
Every project has unique challenges that require unique solutions. Let us understand your business objectives, set up initial milestones, and analyze your risks.
There was a post on Hacker News not long ago about a color, and it was just a link to wikipedia. Not long after, some wizard removed this handy infobox from that page. I'm posting it here. That's it.
Eigengrau (German: "intrinsic gray"), also called Eigenlicht ("intrinsic light"), dark light, or brain gray, is a term for the uniform dark gray background that many people report seeing in the absence of light. The term dates back to the nineteenth century[1], but has rarely been used in recent scientific publications. A literature search finds that the most recent mention of the term in a scientific journal article dates from the year 2000.[2][original research?] Nowadays the phenomenon is more commonly referred to as "visual noise" or "background adaptation".[3]
Eigengrau is perceived as lighter than a black object in normal lighting conditions, because contrast is more important to the visual system than absolute brightness.[4] For example, the night sky looks darker than eigengrau because of the contrast provided by the stars.
| Eigengrau | |
|---|---|
![]() | |
| Hex triplet | #16161D |
| sRGBB (r, g, b) | (22, 22, 29) |
| CMYKH (c, m, y, k) | (24, 24, 0, 89) |
| HSV (h, s, v) | (240°, 24.1%, 11.4%) |
| Source | [citation needed] |
| B: Normalized to [0–255] (byte) H: Normalized to [0–100] (hundred) | |
| Lighter sample | |
Drupal does a lot of things, sometimes calling it a content management system does not do it justice. Morrison Multimedia Inc. recommends Drupal for building dynamic, scalable web sites. Backed by a worldwide community of developers who are making it better everyday, Drupal can be used in a wide range of scenarios as part of your overall web strategy. Drupal is the choice for many great web sites because it does a lot of different things very well, and allows different kinds of information to interact through its flexible, open architecture. Compared with commercial or custom solutions, Drupal's feature set is far more economic and practical for most organizations. One major strength of a Drupal platform is its flexibility; offering unparalleled customization, scalability, stability, and integration with other software. Plus, because it's open-source, you're not restricted to working with a particular vendor.
Launched brochure website for a home staging services company based in Alberta, Canada.
Home staging is a (kind of) new and growing industry. Mr. Colin Bush employed Morrison Multimedia Inc. to "build a website" and that - we did. C4 Productions should have their phone on ice for the next year so it doesn't overheat while enjoying the traffic reaped from the search engine optimization built-in to the website.
Leduc, AB - WetBlast.ca provides professional blasting and surface preparation services for industries like oil & gas, aviation, construction, and marine operations.
Including:
I have a basic nginx (pronounced Engine EX) configuration on github. This is a basic version of perusio's nginx configuration in more of a stand-alone set up - and it uses unix sockets in the PHP connection configuration to do the processing instead of an upstream configuration (where the processing could optionally be coming from another server that has PHP), that can include Apache web servers. perusio's config is an advanced configuration with multiple failover backup servers that just wasn't necessary in my case so I decided to make another example config on github. Instead of having PHP connect to itself using TCP/IP, this setup eliminates the need for communication with itself using the TCP network layer. Data does not have to be "converted" into a standardized network layer format as it's processed from the file system through PHP. A performance enhancement side effect for stand alone nginx web servers.
For stand-alone-ish servers, doing this processing via a regular Unix socket is basically more the norm. Certainly a chance to get more out of your stand-alone nginx server versus using TCP. As mentioned, Perusio's set up includes upstreams for other webservers balancing the giant enterprise load it's configured for. My set up is one small server and a really, really fast website. I am now very pro-nginx since setting up and seeing the difference in just my browser load times.
There is support for Drupal 6 and 7, just use the appropriate include file in your virtual host configuration file. See the example.conf. I like to keep virtual host configs in separate files in the conf.d folder. With all the defaults set throughout the operational files in the root of the config, the individual config files per virtual host are small, easy to read, and easily identifiable (any .conf file in the conf.d/ folder will be parsed on nginx start up; so call it good practice to name your config files after the sites they represent - like mysite.conf or mysite.ca.conf). The files in the configuration directory "conf.d" can also be linux soft links - so if you need to allow users to make edits to their own config files they can - without letting them into the main nginx directory.
Mixing this config with perusio's micro-caching stanzas has been left as an exercise to the reader!
Also, worth a look is yhader's boost-compatible nginx configuration. While dated, it was built for Drupal and supports the Boost module, and it also proves the simplicity of a standard nginx set up. Nginx.org has a very good wiki and clear documentation. If you're doing anything with nginx, start there. This configuration is a work in progress. Check back for updates or follow me on Twitter! @slozzy
Copyright © 2026. All rights reserved.