We went to see John Luther Adams’ Sila: The Breath of the World on Saturday July 26, 2014. Pictures are shown in time order. Click on the images to see them bigger. Photos taken on my phone. Lincoln Center OutofDoors.
Lenovo ThinkServer RD330 – Danger Danger Danger
Last year my employer purchased a ThinkServer RD230 for a server consolidation virtualization project. This was the most competitively priced server I found matching my specs after a reasonably careful search. My plan was always to purchase a second server as a backup, but my manager delayed the second purchase for a year.
By the time the second server was approved, RD230’s were discontinued. I ordered an RD330 4304E3U, thinking it would be about like the ‘230, only somehow less expensive, with six, not four cores. I order servers without hard drives when I have a choice because it is almost always a better deal.
When I opened the box, I had a surprise. The server arrived with no hard drive trays. One bay was empty and the other three contained fillers that look just like a hard drive tray from the front but have no tray on the back of the bezel. Provantage, my supplier of choice and generally very good, does not sell the trays or even trays with drives.
The parts manual lists the 3.5″ tray as 03X3969. The best price I found on the web from non-Ebay sources for the tray was $89. Times four trays would add $356 to the price of the server. The manual lists about 40 hard drives, presumably with trays. Part numbers for 1 TB SATA 3.5″ are: 03X3950 (HS) and 91Y1655 (WD). Searches on the Web on these part numbers and the word price do not produce any useful results. Needless to say, this server is going back.
css text-outdent
Outdented list items are useful for lists of links where some links wrap. When the links are outdented visitors get a good indication of which lines are continuation lines and which lines are new links.
Use the css text-indent property with a negative number. Add the same amount of positive left padding or left margin to move the whole outdented paragraph or li to back to where it should be. The outdented items must be block level or have display: block; set.
Here is a sample ul:
- some link to somewhere…
- some link to somewhere far far away, over the hill and through the valley, in another land where raspberries grow on bushes, not on trees
- some link to my cousin’s business selling grasshoppers to unsuspecting tourists in Ithaca, NY. He sets one foot after the other, stepping like a tight rope walker
Here is the css for the samples above:
.outdent li, .outdent p{
padding-left: 1.5em;
text-indent: -1.5em;
}
.outdent li{
list-style: none;
line-height: 1.3em;
margin: 0;
}


















