dannyman.toldme.com

This page features every post I write, and is dedicated to Andrew Ho.

April 18, 2011
Photo-a-Day, Sundry

Hold’em

Link: https://dannyman.toldme.com/2011/04/18/holdem/

Playing Hold'em at a friend's house.

Feedback Welcome

April 17, 2011
Photo-a-Day

Ferntasm

Link: https://dannyman.toldme.com/2011/04/17/ferntasm/

Ferns in the sunlight.

Feedback Welcome

April 16, 2011
Photo-a-Day, Sundry

View from Twin Peaks

Link: https://dannyman.toldme.com/2011/04/16/view-from-twin-peaks/

A view from Twin Peaks

We found ourselves in the city with time on our hands, but no money. Mei had not been to Twin Peaks. I fixed that.

I was mucking with Gimp. The fog looks like smog.

Feedback Welcome

April 15, 2011
Photo-a-Day

The Coffee Man

Link: https://dannyman.toldme.com/2011/04/15/the-coffee-man/

As seen at the Dana Street Roasting Company.

Feedback Welcome

April 14, 2011
Photo-a-Day

Goose Goose Goose Goose Goose . . . . .

Link: https://dannyman.toldme.com/2011/04/14/goose-goose-goose-goose-goose/

Coming through . . . .

Feedback Welcome

April 13, 2011
About Me, Photo-a-Day

Rounding the Bend . . .

Link: https://dannyman.toldme.com/2011/04/13/rounding-the-bend/

VTA Light Rail Right of Way @ Tasman Drive, San Jose.

My commute, most days.

Feedback Welcome

April 12, 2011
Photo-a-Day

On the Right Track . . .

Link: https://dannyman.toldme.com/2011/04/12/on-the-right-track/

A Caltrain zooms off towards San Francisco.

Feedback Welcome

April 11, 2011
Photo-a-Day, Sundry

IMG_10000

Link: https://dannyman.toldme.com/2011/04/11/image-10000/

The 10,000th image captured on my Canon SD630.

I applied techniques covered in the Gimp Selective Colorization Tutorial. The green in the foreground is as captured by the camera, but the rest was run through Colors > Auto > Equalize and then I tweaked the curves a bit to get more dramatic colors on the sky.

The original thing that caught my eye, of course, being the workmen updating the sign.

Feedback Welcome

April 10, 2011
Photo-a-Day

Moving

Link: https://dannyman.toldme.com/2011/04/10/moving/

Our last morning on the road, at a Motel 6 in the central valley.

Feedback Welcome

April 9, 2011
Photo-a-Day

Park Place South

Link: https://dannyman.toldme.com/2011/04/09/park-place-south/

Feedback Welcome

April 8, 2011
Photo-a-Day

Maxwell

Link: https://dannyman.toldme.com/2011/04/08/maxwell/

Feedback Welcome

April 8, 2011
About Me, Biography, Free Style, Technical, Technology

Commodore 64

Link: https://dannyman.toldme.com/2011/04/08/c64/

You never forget your first computer.

For Christmas of 1984, Grandpa gave us a
Commodore 64.  A couple years later we
got a disk drive, and eventually we even
had a printer.  Before the disk drive we
had to buy programs on cartridge, or
type them in to the basic interpreter
line by line.  Mostly I just played
cartridge games. 

Eventually we got a modem, and I could
talk to BBSes at 300 baud in 40 glorious
columns.  (Most BBSes assumed
80-columns.)  I was happier when I got a
1200 baud modem for my Amiga, which
could display 80 columns of text.

In my second year of college I 
discovered the joy of C programming on
Unix workstations, which led to my
present career as a Unix SysAdmin.  I
spend my days juggling multiple windows
of text, generally at least 80x24.  /djh

After reading about the brand new Commodore 64, I downloaded a font from style64.org and played around in my style sheet:


   **** COMMODORE 64 BASIC V2 ****

 64K RAM SYSTEM  38911 BASIC BYTES FREE

READY.
 


















Here is the stylesheet markup:

/* C= 64 */
@font-face {
    font-family: "C64_User_Mono";
    src: 
    url("C64_User_Mono_v1.0-STYLE.ttf")
    format("truetype");
}
DIV.c64_screen {
    background-color: #75a1ec;
    color: #4137cd;
    min-height: 25ex;
    width: 40em;
    padding: 3ex 6em;
    margin: 0;
}
.c64 {
    font-family: "C64_User_Mono", 
    monospace;
    background-color: #4137cd;
    color: #75a1ec;
}   

The text is wrapped in:

<div class=”c64_screen”><pre class=”c64″>
</pre></div>

1 Comment

« Newer Stuff . . . Older Stuff »
Site Archive