ladyada | 15 years ago | on: Why the Arduino Won and Why It's Here to Stay
ladyada's comments
ladyada | 15 years ago | on: The iPhone killer - well, probably not.
also, most people just think capacitive touch screens are better because apple told them. they are not significantly more precise, dont have Z-axis readings & multitouch is not that useful on a DIY device
ladyada | 15 years ago | on: Knuth TAOCP, Volume 4A Arrives. Pre-Order Your Copy
ladyada | 15 years ago | on: Kinect + Chrome * MIT / Minority Report = DepthJS
ladyada | 15 years ago | on: The best investment advice you'll never get
ladyada | 15 years ago | on: Microsoft: Kinect wasn't hacked, USB port left open 'by design'
this is almost certainly not because microsoft loves us, but because their authentication scheme is done in hardware and the security of it is that the keys are in a chip that is a pain to decap and read. if they ever want to use the kinect with windows, they'll want to avoid any required authentication scheme where the keys are stored in software.
ladyada | 15 years ago | on: Hacking the Kinect - How to hack USB device drivers
ladyada | 15 years ago | on: Hacking the Kinect - How to hack USB device drivers
ladyada | 15 years ago | on: Hacking the Kinect - How to hack USB device drivers
ladyada | 15 years ago | on: Kinect reverse-engineered; open driver available
http://www.adafruit.com/blog/2010/11/09/kinect-hacking-video... (demo of analyzer)
http://github.com/adafruit/Kinect (USB log dump)
ladyada | 15 years ago | on: Ask HN: What are you reading right now?
Be OK with the fact that you really aren't going to understand what happens the first time though, like at all. The book -must- be read twice, the first time in a bit of a haze, since even basic acronyms aren't expanded till 200 pages after they are first used. Its enjoyable the second time because there are hundreds of references you'll get from events that are expanded upon much later.
It really is a fantastic book, and its not nearly as confusing as most people think when read twice. :)
ladyada | 15 years ago | on: Groupon’s Success Disaster
If you try to get new customers with quality goods at a fair price, you will get customers who will pay a fair price for quality goods.
ladyada | 15 years ago | on: Why Arduino is a hit with hardware hackers
that said, i think the svideo thing is a 50/50 linuxwiki/TI problem. on one hand, the linux community loves to say "oh you know, just recompile the kernel" and on the other hand, TI should have made a completely ready-to-go bootimage one could download that demos -everything- on the board.
ladyada | 15 years ago | on: Why Arduino is a hit with hardware hackers
In the end what i really wanted to do is use the S-Video port on the BB and after much googling, determined that there was no driver, no easy way to do it and i was basically SOL especially without onboard ethernet/wifi.
The BB is a great embedded SBC, it completely slaughters the (hopefully now completely dead) PC104 but right now I'm tinkering with a Chumby: Its not nearly as powerful but for $110 you get a full retail package, LCD, composite video out, speaker, wifi, & power adapter. In 2 seconds i was ssh'ed in and porting SDL-based graphical apps with ease.
ladyada | 15 years ago | on: WakeMate Update
(http://www.ladyada.net/wiki/mdcpickandplace)
its great for the "first 1000 or so" - if something gets popular i can send it off for manufacture - but only because i can bridge manufacture thru the never-ending-leadtimes. having trouble getting a fantastic oven tho. the apsgold's look nice but we dont have 220 :( had great luck with some common reflow plates if you can deal with single sided
ladyada | 15 years ago | on: For Many, a Grad-School Stint Doesn't Pay Off in Job Market
Getting into the MEng program is not done by application and decision, its purely 'decided' by your ugrad GPA. The theses dont have any sort of committee, just your advisor signing off. Many advisors cant/wont pay for your tuition unless you are the Bomb so the key is if you can get a TAship, just keep doing that. 1.5 to 2 years later, write a 40 page LaTeX paper about something and you get an MEng
Personally, I did it because you get to polish off your ugrad degree with a bunch of fantastic grad classes and if you play it right, the whole thing is free and comes with a stipend. its a bit more education and lets you stick around but I wouldn't say its thought of as a way to boost income or job status.
ladyada | 15 years ago | on: Planning for Failure - Greyhound Knows How to Fail
ladyada | 15 years ago | on: PayPal Upgrade Calculator
Also, we have encountered institutions (schools and businesses mostly) where there is strict policy that they may not use paypal.
ladyada | 15 years ago | on: PayPal Upgrade Calculator
ladyada | 15 years ago | on: PayPal Upgrade Calculator
Going with a merchant account probably wont save you money, but it does increase your purchase rate since many people may not have a paypal account and don't want to deal with getting one.
by winning, 'this guy' means that it has become a standard development platform and test bed EVEN FOR people who do not in general use AVRs. not having a standard test bed for devices is such a massive annoying failure in electronics, its difficult to explain how much not having it sucks. its like you know how every programming language has stdin/stdout with print(f)? ok, then Arduino is the printf.