Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Read the transcript (Score 1) 279

for insance:

What 4K is doing, and 8K will be even worse, is totally preventing costume designers from using certain clothing. Because of moire, you can no longer have certain stripes. You can’t have checks. You can’t have hounds tooth. Before we put any costume on any actor we test fabric now, which we never had to do. But so much of it is moireing now because of 4K, and 8K is going to make those stripes even wider before you can use them.

At least we can look forward to a lot more early 1900s prison films!

Comment Re:TRS80 (Score 1) 226

This is exactly how I learned computers. I was in 5th grade and our little school in the southwest of Virginia got a TRS80 that was sitting in the library. None of the adults knew what to do with it. I was the kid that liked taking things apart and figuring out how things worked, so they let me go play with it during school. It had a cassette drive and there were a couple of programs, but otherwise I taught myself BASIC on it. My parents got me a subscription to BYTE magazine and I learned everything else from that.

Comment Re:Pissing off people for pennies (Score 1) 291

Isn't it obvious?

$10M doesn't seem like much, but if he can cut several small programs like this he can make enough room in the budget for that $650M homeless shelter Melania has been helping out with.

It's pretty clear his old buddy Murray Blum has been helping out with these cuts.

Comment Indigo Magic (Score 1) 103

I learned UNIX, Motif, and "gl" (the precursor to OpenGL) on a purple Indigo 3000 in 1993. A year later I got the teal Indigo 2 and then they rolled out the Indigo Magic desktop. I shipped the first commercial application (called Elastic Reality) that was fully Indigo Magic style compliant. At the next SGI dev conference the IM folks gave me a cool (at the time) purple Indigo Magic jacket. It was quite the honor! I remember very fondly my days of working on the Indigo, Indigo 2, OCTANE, and eventually an Infinite Reality. It was quite the shame when I had an I2, OCTANE, and O2 in my basement that were essentially worthless. I gave them away.

(sorry this is a duplicate - I posted this before accidentally as an AC)

Comment Computer things from my memory (Score 1) 615

The TRS-80 was the first computer I ever got my hands on, in our school library when I was in 5th grade. Taught myself BASIC on that.
My first home computer was the Atari 400. BYTE magazine would have programs in it I could type in, including ones consisting of many pages of just numbers - machine code. That membrane keyboard was tough on the knuckes after hours of typing!
My first "real computer" was a Sanyo MBC-550 - a clone of the IBM PC but it had a high-resolution mode (640x200) that could do 8 colors. Way better than CGA at the time! I wrote a music sequencer (in BASIC) on it and got it published in a magazine dedicated to that computer, when I was in 7th grade. The speaker could only be driven by a small bit of assembly which pulsed the speaker directly at whatever frequency you wanted, and for a specific amount of time (because it tied the CPU up completely - you couldn't abort it). To make a sequencer where you could "play" notes on the keyboard, I had to make musical notes as very short pulsed sounds, which created a sort of warbling effect. When you played back a recording, it would "compile" the short pulses into full notes of the appropriate duration, and play back without the warbling.
My first modem was 300 baud, but it wasn't an acoustic coupler. I'd log onto BBSs and could read the text as it came over the wire at 30cps.
In 1985, our school only taught Pascal, but I wanted to learn to program the Amiga computer which I heard was coming out soon. So I tought myself C in a directed study, using K&R and the Amiga ROM Kernel Manuals which were already available).
One of the most valuable programming lessons I ever learned was not to leak memory. The Amiga OS didn't have protected memory, and processes didn't keep track of memory use, so anything you wrote could leak and steal resources from the rest of the system. I'd have to reboot every now and then to get it back. The memory tracking tool "memtool" was my friend, and I'd run it before and after each run to see if I leaked anything.
My first real programming job was working on OCR of Russian books. We were using very high resolution 2 bit grayscale displays, which only had support for DOS. We wrote our own display library to draw lines, rectangles, and text, and I wrote my own windowing system with support for Unicode 1.0, which had just come out. But I had to make all my own fonts, which meant writing a tool in the windowing system I had made to make Unicode fonts for the windowing system.
Man, those were the days!

Slashdot Top Deals

"Look! There! Evil!.. pure and simple, total evil from the Eighth Dimension!" -- Buckaroo Banzai

Working...