logoalt Hacker News

tomberttoday at 3:58 AM4 repliesview on HN

When I was sixteen I got one of the earlier digital HD cameras (Canon VIXIA HF100) and Sony Vegas Movie Studio for my birthday. It was a neat camera and I liked Vegas, and I was grateful that my parents got them for me, but an issue that I had with it was that my computer wasn't nearly powerful enough to edit the video. Even setting the preview to the lowest quality settings, I was lucky to get 2fps with the 1080i video.

I still made it work. I got pretty good at reading the waveform preview, and was able to use that to figure out where to do cuts. I would apply effects and walk through frame by frame with the arrow keys to see how it looked. It usually took all night (and sometimes a bit of the next day) to render videos into 1080i, but it would render and the resulting videos would be fine.

Eventually I got a job and saved up and bought a decent CPU and GPU and editing got 10x easier, but I still kind of look back on the time of me having to make my shitty computer work with a certain degree of fondness. When you have a decent job with decent money you can buy the equipment you need to do most tasks, but there's sort of a purity in doing a task that you really don't have the equipment you need.


Replies

PaulRobinsontoday at 11:07 AM

I learned to code on my school's BBC Micro. [0]

8-bit. 16KiB of RAM. BASIC as the programming language. 640x256 resolution in 8 colours.

I could make that thing sing in an hour. It was hard to get it to do much, but then the difficulty was the fun thing.

By the time we got to the early 2000s and I could buy something with more RAM, CPU and storage than I could ever reasonably max out for the problems I was interested in at the time, I lost something.

Working within constraints teaches you something, I think. Doing more with less makes you appreciate the "more" you eventually end up with. You develop intuitions and instincts and whole skillsets that others never had to develop. You get an advantage.

I don't think we should be going back to 8-bit days any time soon, but in the context of this post, I want novices to try and build software on an A18 chip, I want learners to be curious enough to build a small word game (Hangman will do at first, but the A18 will let them push way, way past that into the limits of something that starts to feel hard all of a sudden), to develop the intuition of writing code on a system that isn't quite big enough for their ideas. It'll make them thirsty for more, and better at using it when they get it.

[0] https://en.wikipedia.org/wiki/BBC_Micro

show 4 replies
curiousigortoday at 6:01 AM

I had a similar experience but with design software (which I pirated at the time since I just didn't have the money to buy stuff from Adobe).

I'd install Photoshop and Illustrator on my shitty computer I put together from spare parts my dad didn't have the use of anymore from his business computers. It was horribly slow, but I kinda made it work slowly.

The thing is that I think this is what made me think a bit differently, since everything was slowed down and took more time than I would want it to, I had to make deliberate decisions on what to add/edit. I still work the same way today to pa point, but that's because I'm both faster, more experienced and the computers have gotten more performant (and because I can afford better devices sure).

When I look at my half-brother and his teenage generation I wonder if they can still have such an experience. The personal devices have gotten better and faster, most things are really convenient and you sometimes even don't have to think a lot to do something also because they're cheap to do... they probably won't have the experience of "grinding it out" just for the sake of producing something they like...maybe sports is the closest...no idea, but have been thinking about this quite a lot recently...

m463today at 4:48 AM

At some point the limitations can flip around.

when you're young, time is infinite, money is scarce.

Older, and time seems to take over. The limitations are - when can you free up the time? Is relaxing allowed?

show 1 reply
neonstatictoday at 4:01 AM

It's a great example of going the extra mile due to external limitations. I bet you developed skills and intuitions you wouldn't have if you started with great hardware from the get go.