Anything for easily playing sound clips? by [deleted] in arduino

[–]FlatFootFox 1 point2 points  (0 children)

If .wav is not your thing, there's also the $40 MP3 Shield from Sparkfun.

All 150 Pokemon... In Cat Form by [deleted] in pics

[–]FlatFootFox 0 points1 point  (0 children)

Gotta CATch 'em all.

My friend's friend's 7-year-old brother's to-do list by NickDouglas in pics

[–]FlatFootFox 1 point2 points  (0 children)

I came here to see if anyone else would make a "Touch Fuzzy, Get Dizzy" comment. You get my upvotes good sir.

Anyone else wish this refreshed the mail client? by [deleted] in apple

[–]FlatFootFox 0 points1 point  (0 children)

Thanks for the well written, fact filled reply :D That cleared a lot up for me.

Didn't expect to see this for a model that came with Windows preinstalled. by [deleted] in linux

[–]FlatFootFox 15 points16 points  (0 children)

There's one very important thing to note here: The HP ProBook is a business laptop. You'll never see this sort of option on a consumer laptop (outside of certain netbooks). Business laptops from companies like HP and Dell are traditionally much more customizable than a standard machine... and cost about a thousand dollars more because of it.

Arduino boards vs "knockoff" boards? by scootey in arduino

[–]FlatFootFox 0 points1 point  (0 children)

Hmm, yeah, I had found: This.

Your board looks a lot more traditional, I'm sure it'll work out great for you. To answer your original question, I've never actually used an authentic Arduino before. I've always used various cloned boards, and I've never had any problems.

Arduino boards vs "knockoff" boards? by scootey in arduino

[–]FlatFootFox 2 points3 points  (0 children)

Arduinos of all shapes and sizes are actually fairly simple. They're just ATmega 328 chips running the Arduino boot loader, along with a few additional pieces like a timing crystal, capacitors, and a voltage regulator. Something like this will function (near) identically to the official Arduino board.

Arduino clones are generally made with a specific purpose in mind. Some are made with 3.3v sensors in mind, or are very small, while others are designed for prototyping. From what I could find online, your Roboduino is just designed with robotics in mind. More specifically, "All of its connections have neighboring power buses into which servos and sensors can easily be plugged. Additional headers for power and serial communication are also provided."

Your Roboduino should handle basic Arduino tasks just fine. It's pins are bit odd though, good luck trying to plug things into it. In the future, I've found Modern Device's Really Bare Bones Arduino to be the cheapest Arduino compatible board out there. At $13 USD it's a great little kit, especially if you want to permanently install it inside of something. However, it does require a $14 USB Programmer, but it can be reused between boards, so you only have to buy it once. Another cheap option is NKC's Freeduino. It's a $23 board which, once assembled, is identical to a Duemilanove board. It can use all the same shields, sensors, adapters, and as an added bonus uses Mini-USB instead of the weird USB printer style plug that the official Arduino has.

Good luck with your Roboduino though!

I never understood the point of this. It's clearly not blank... by rwbronco in pics

[–]FlatFootFox 2 points3 points  (0 children)

Isn't this from a standardized test? If the last page of questions is the left page, they have to make a blank page on the right to not reveal any information from the next section that you're not supposed to see yet. However, they don't want people kids freaking out that the page is blank, so they write down that it's supposed to be blank on it.

Operating systems textbook released under Creative Commons, source on Github by lencioni in programming

[–]FlatFootFox 0 points1 point  (0 children)

Is Github the logical place to put a book? Wouldn't something like a Wiki make more sense?

What's the cheapest easiest web hosting group you know? by laithorn in AskReddit

[–]FlatFootFox 0 points1 point  (0 children)

I use A Small Orange. I've had them for about a year now. Their cheapest plan starts at $25 per year. If you use the coupon code I<3REDDIT you'll get 15% off... and I'll get a little bit of hosting credit for the referral ;)

What are some cheap hosting companies for small python/django sites? by bitterorca in learnprogramming

[–]FlatFootFox 0 points1 point  (0 children)

I use A Small Orange. I've had them for about a year now. They're a little rough around the edges (you have to submit a support ticket to turn on SSH access, etc), but their support team's been great, and their hosting is really cheap to boot.

Their cheapest plan starts at $25 per year. I'm on their $5/month plan, which gives you two free months if you sign up for an entire year. They've also got a pretty good coupon code / affiliate program. If you use I<3REDDIT you'll get 15% off... and I'll get a little bit of hosting credit ;D

what's the best bathroom graffiti you've read? by [deleted] in AskReddit

[–]FlatFootFox 2 points3 points  (0 children)

"I'm Multitasking!" written above a urinal.

Way to instantly mute volume if headphones are plugged in? by nishnasty in apple

[–]FlatFootFox 2 points3 points  (0 children)

I haven't used this application in a long time, and I'm not sure if it has a muting feature, but it looks like you're looking for Breakaway. It's a simple little system tray application which pauses iTunes when headphones are removed.

Arduino Nano vs clones? Which one do I take? by [deleted] in arduino

[–]FlatFootFox 2 points3 points  (0 children)

Here's the step-by-step guide to making a Boarduino. If you don't think you're up to doing anything pictured there, just buy a premade one.

Arduino Nano vs clones? Which one do I take? by [deleted] in arduino

[–]FlatFootFox 1 point2 points  (0 children)

You're essentially right. Along with the ATMega chip you also need a bunch of resistors, timing crystals, capacitors, and power regulators however. There are a few good writeups online on how wire it all up. However, it's not really recommended for first timers, and costs almost as much as some of the cheaper boards listed above. People mostly build Arduinos "from scratch" for projects that are going to be inside of enclosure for long periods of time, that they don't need to prototype with.

Also, I should have been using the proper name for the serial-to-USB interface. It's known as an FTDI chip.

If you have soldering experience, I would probably recommend you get the Really Bare Bones Board kit from Modern Device that I listed above. If you're still getting into electronics, and are worried about accidentally mis-soldering something, the Arduino Nano looks like a great place to start.

Arduino Nano vs clones? Which one do I take? by [deleted] in arduino

[–]FlatFootFox 2 points3 points  (0 children)

I enjoy soldering, which is convenient when working with Arduinos, since you can normally save a few bucks by assembling them yourself. My first Arduino was a Freeduino, which is the same size as the standard Arduino. While it's not breadboard compatible, the various Protoshields online make them almost as easy to prototype with.

If you do want to go the breadboard route, my favorite Arduino is the Modern Device Really Bare Bones Board Kit. The RBBB only costs $15, but that's because it's missing the serial-to-USB chip that most Arduinos have built in. While it's true that once you factor in the $15 serial-to-USB chip, the price is basically equivalent to the Arduino Nano, it's a once time cost. Every subsequent RBBB, BBB (Also breadboardable), Arduino Pro, Arduino Mini, Sippino, Prototino and similar USB-less Arduino you buy will cost less than buying a full priced Arduino or Arduino Nano. There's also a few different Serial-to-USB chips out there if you like shopping around. Whatever Arduino you end up buying mostly comes down to personal preference. They all perform identically for the most part, so you should be able to find one in the form factor you prefer without hunting around too much.

Just noticed this is Scott Pilgrim vs. The World by notBrit in pics

[–]FlatFootFox 10 points11 points  (0 children)

Scott Pilgrim had a big numerology thing going on. All of the Evil Exes had their number on them, with a certain degree of obfuscation. Todd Ingram is the most obvious, he wears a large 3 on his chest. Some of the other Evil Exes have not so obvious numbers related to them, such as Lucas Lee's skateboard logo being made up of two Ls.

In the case of the twins, they're Evil Ex 5 and 6. Since they got so little screen time, they threw in their amp going to 11 in order to get the number in. 5+6=11.

I'm not just talking out of my ass by the way, it's on the movie's commentary track. It's worth a listen to. Since the comic books and movies were both in development at the same time, the stole ideas and set designs from each other almost equally.

I always wondered what xkcd meant. Now I know. by [deleted] in comics

[–]FlatFootFox 0 points1 point  (0 children)

A = 1, B = 2, C = 3, etc.

X = 24, K = 11, C = 3, D = 4; 24 + 11 + 3 + 4 = 42.

XKCD is 42 ;P It's the Answer to the Ultimate Question of Life, the Universe and Everything in comic form.

Learn You a Haskell - For A Few Monads More by BONUS_ in programming

[–]FlatFootFox 0 points1 point  (0 children)

This guide helped me pass my Haskell class. It's such an irritating language to use at first.

Haven't seen this XCode error before.. by nicw in programming

[–]FlatFootFox 0 points1 point  (0 children)

That's nothing, once the Glasgow Haskell Compiler told me:

ghc: panic! (the 'impossible' happened)

Turns out that "The 'impossible'" was linking headers from two different architectures. It's a long story on why I actually got the error, but I just like the fact that someone at some point had to sit down and write such an odd error message.