Not all of us draw or make music so I though a thread for people to post their technological tinkering was in order.
I haven't done much recently, other than hook an iPod dock up to the TV but, building a series of scrap home servers and running a computer help business is what I'm usually up to.
I also, recent-ish-ly, set Churba up with an stereo I had lying around and the end result looked and sounded pretty good.
Comments
A slight update is I have categorized about 8 computers as working and I got one that can actually output to my computer and no be slow as asssssss....
Go me. Why is it that all my sub-Pentium 3 computers all work but everything beyond that does not.
Today I worked out how to hook my iPod and PC up to my speakers, at the same time (Using RCA stack jacks.) and worked out an easy way to hook my iPod up to the TV and the amp in the living room, ordering parts tomorrow, if I have the money.
Anyway, here's my latest oldschool tech project:
LukeBurrageRoom105 on Vimeo - password: room105
It's a big geeky in ways that readers of this forum might not immediately appreciate, but you'll probably find it fun.
Let's say I get in bed at 10pm. I lay in bed with my eyes closed for awhile, but I don't fall asleep immediately. I actually have no idea what time I actually fell asleep. It could have been 10:30pm, it could have been 11:30pm. If I try to remember to wake up and look at a clock or push a button, I'm going to ruin my sleeping.
Ideally we need some sort of heart rate monitor or some other biological monitor that can detect when you've actually entered a sleep state.
1) We're definitely not going for EXACT measurements of sleep. If you input your sleep through the website, you'll notice that we round it to every 15 minutes of the hour. If you were to do something biological though, I think that this is the closest someone's come: http://www.sleeptracker.com/ (It's a crazy watch, btw.)
2) If you want to record multiple sleeps, then you just record them. The daily sleep amount is calculated from midnight to midnight, so instead of recording sleep periods, the graph tracks no. of hours of sleep per day.
1) You can be like most business people where you learn enough to be dangerous. You will learn to create your macros, and they will work. However, they will be horrifying under the hood. Much like a machine that works, and you open it up to see a jumble of wires.
2) You can learn to do things "the right way". In this case you can make beautiful and powerful Excel macros with ease. However. you will also become aware of and frustrated with the inherent problems in the VB scripting itself. At that point, you will fully comprehend the hatred of Microsoft and open source ftw.
There was a thread on the subject where Sail posted a link to How to Think Like a Computer Scientist, which uses Python to teach principles of coding. It seems like a good place for me to start, seeing as how the most programming I've ever done has been in the Codex of Alchemical Engineering. Any thoughts on that?
If you want low-level system access, you can't go past it. What language would you use to do embedded systems programming? Assembly? It's also pretty much the best way to get something that runs fast. Sure, it might be harder to program in, but you can't call it garbage just for that...
However, WindUpBird, just stick with Python. Not only is it easy, it's extremely useful.