Live data from Hacker News

Jurassic Park computer system in the browser

jurassicsystems.com

51–60 of 89 posts

Re: Jurassic Park computer system in the browser

#51
post #30
post #11

Wow! This is cool. The computers in Jurassic Park is what got me into programming when I was young. I saw their 3D weather overlay when the storm was approaching and thought "THAT IS IT!". I was 8 years old at the time. I was determined to learn and create that system - I started learning C, so that I could open and close files. I learnt OpenGL so that I could create the 3D scene. I learnt socket programming so that…

> The computers in Jurassic Park is what got me into programming when I was young. I saw their 3D weather overlay when the storm was approaching and thought "THAT IS IT!". I was 8 years old at the time. I'm guessing you would be around 28-30 years old, so I'm a couple of years or more older ... but I started learning C when I was 31, currently I'm interested in stuff like parsers and data structures (I really should…

Warning: anecdotes and unsubstantiated speculation ahead

Did you do any programming at all before 31?

I don't think you're ever too old to do anything, personally. I was 26 (which isn't terribly old, admittedly, but definitely past the little kid age) when I talked to a friend who was a professional programmer and decided "huh, I like computers and solving problems. I'm going to do that." I hadn't programmed before then, though I was computer savvy, I guess. I also have a degree in sociology, heh.

Took me about four years, but now I have a corporate job doing full stack .net work in C#/MVC, I've done side projects in ruby, and I do some C, Haskell, and python on the side. I'm also working my way through The Algorithm Design manual and have Concrete Mathematics to work through later on.

I always got really discouraged because I constantly see and hear about people who started programming when they were five, or eight, or something like that, and I'd think "no way could I get into it that deeply, starting so late" but that's just totally untrue. I'm finally at a point where I think "given the desire and time, I can learn whatever comp sci topic I want," so I get discouraged less.

I think part of it has to do with notions of talent, and natural abilities. When I was a kid, I took for granted that something would be hard until I learned it. I don't remember learning most of the basic skills I have, so I forget that things can be difficult starting out. Every topic I've started learning and stuck with in programming has pretty fully integrated itself into the core of how I think about the topic. One for-example would be immutable data structures as they're implemented in Clojure, or functional programming in general.

Anyway, that's a rambling tl:dr for: stick with it. You're never too old. You just have to try that much harder to catch up initially, but if you can teach yourself to keep learning now, you've got an extra skill a lot of people don't have, which is learning how to learn as an adult. I think it's the most valuable skill I have right now.

(ps I'm making a lot of assumptions in this post; sorry if any of them are way off base)

Re: Jurassic Park computer system in the browser

#52
post #42
post #17

The Jurassic Park Computer System...created and maintained by Newman. Credit where credit is due: it takes a lot of skills to keep a bunch of velociraptors pent up using a Macintosh LC II. What always amused me is that in order to trigger the locks, the "computer whiz" girl had to navigate some sort of 3d control environment, probably the most ineffective way possible to control something that should be random access…

>Macintosh LC II It's actually a Quadra 700. Business class all the way at Jurassic Park.

We spared no expense.

Re: Jurassic Park computer system in the browser

#53
post #45

SGI IRIX operating system: http://en.wikipedia.org/wiki/IRIX I used that at my first programming internship at university. Even then (1999) it was a dated OS, but it was still fun it. I wonder if they used IRIX in the movie because the VFX guys making the movie, ILM, were doing all the VFX work using Softimage on SGI machines running IRIX at the time.

Apparently the specific "It's a Unix system" scene used an experimental fsn (file system navigator) that SGI developed but which was never released as a product.

It was released on one of the Indie demo disks that SGI liked to hand out at conferences and subscribers and so on .. the source is still around, and of course there are a few clones by now: http://fsv.sourceforge.net/

Re: Jurassic Park computer system in the browser

#54
post #30
post #11

Wow! This is cool. The computers in Jurassic Park is what got me into programming when I was young. I saw their 3D weather overlay when the storm was approaching and thought "THAT IS IT!". I was 8 years old at the time. I was determined to learn and create that system - I started learning C, so that I could open and close files. I learnt OpenGL so that I could create the 3D scene. I learnt socket programming so that…

> The computers in Jurassic Park is what got me into programming when I was young. I saw their 3D weather overlay when the storm was approaching and thought "THAT IS IT!". I was 8 years old at the time. I'm guessing you would be around 28-30 years old, so I'm a couple of years or more older ... but I started learning C when I was 31, currently I'm interested in stuff like parsers and data structures (I really should…

> Perhaps I'm just too old to hack.

No such thing.

Re: Jurassic Park computer system in the browser

#55
post #45

SGI IRIX operating system: http://en.wikipedia.org/wiki/IRIX I used that at my first programming internship at university. Even then (1999) it was a dated OS, but it was still fun it. I wonder if they used IRIX in the movie because the VFX guys making the movie, ILM, were doing all the VFX work using Softimage on SGI machines running IRIX at the time.

Apparently the specific "It's a Unix system" scene used an experimental fsn (file system navigator) that SGI developed but which was never released as a product.

It was included with IRIX 5 but dropped in IRIX 6.

Re: Jurassic Park computer system in the browser

#56
The cool thing about Jurassic Park is that it showcases all this high-end tech (at the time) to set the mood. The setting of this movie made a huge impact on me as a kid.

In the computer room scene you can see a CM-5 [1] from Thinking Machines in the background (or at least, only the front panels with the futuristic blinking red leds). Those were very interesting computers when launched, with a fundamentally different architecture for parallel computing.

Also, fun story: the company hired Richard Feynman [2].

[1] http://www.sgistuff.net/funstuff/hollywood/images/hwd_jpark9...

[2] http://longnow.org/essays/richard-feynman-connection-machine...

Re: Jurassic Park computer system in the browser

#57

SGI IRIX operating system: http://en.wikipedia.org/wiki/IRIX I used that at my first programming internship at university. Even then (1999) it was a dated OS, but it was still fun it. I wonder if they used IRIX in the movie because the VFX guys making the movie, ILM, were doing all the VFX work using Softimage on SGI machines running IRIX at the time.

Yeah, good memories. SGI machines were beautiful, full stop.

I have an SGI Octane at home. It weighs 55 pounds.

Re: Jurassic Park computer system in the browser

#60
post #30

Earlier quoted context omitted.

> The computers in Jurassic Park is what got me into programming when I was young. I saw their 3D weather overlay when the storm was approaching and thought "THAT IS IT!". I was 8 years old at the time. I'm guessing you would be around 28-30 years old, so I'm a couple of years or more older ... but I started learning C when I was 31, currently I'm interested in stuff like parsers and data structures (I really should…

Warning: anecdotes and unsubstantiated speculation ahead Did you do any programming at all before 31? I don't think you're ever too old to do anything, personally. I was 26 (which isn't terribly old, admittedly, but definitely past the little kid age) when I talked to a friend who was a professional programmer and decided "huh, I like computers and solving problems. I'm going to do that." I hadn't programmed before t…

This is exactly my situation as well. I was always into computers when I was young but didn't really have access to any until high school. I always envied people that started learning how to code when they were kids, I still do. Like you, I always thought my chance to code had come and gone because I'd only ever heard of people that started when they were young. Like you, I always felt discouraged.

A couple years ago I figured I would try anyways, so I started looking up good books to read through and do the exercises. Started with Python and I've read books on and written assembly and C. Now I'm an independent contractor doing webmaster/web developer.

Any books you'd recommend other than The Algorithm Design/Concrete Mathematics? Those look interesting and I'll probably go through them.

Post reply on HN