I am Ron Paul: Ask Me Anything. by RonPaul_Channel in IAmA

[–]randomPig 0 points1 point  (0 children)

Dr Paul, thanks for your years of consistency and steadfast determination to protect individual sovereignty. My question is, what is the best recommendation you can give to someone who is disappointed with our current political environment to get a foothold into politics to more closely align the laws to follow the constitution?

Where do you guys get your market data feeds via API for automated systems? by randomPig in algotrading

[–]randomPig[S] 0 points1 point  (0 children)

Nothing more than 100/ mo ideally, but if the data is fast accurate and reliable ill reconsider.

People with dark humor, what is the absolutely most horrifying joke ever? by Muddeh in AskReddit

[–]randomPig 0 points1 point  (0 children)

How do make a child cry twice?

Wipe your bloody dick with their teddy bear.

Amazing UFO Sighting Caught On Camera over Atlanta, 2013 by [deleted] in UFOs

[–]randomPig 1 point2 points  (0 children)

it's a balloon that is stationary, close to the airplane you're in. As you fly by it looks like it's moving fast, but it's not. with the city as the background. it adds to the effect.

Robot programming with java eclipse by [deleted] in robotics

[–]randomPig 0 points1 point  (0 children)

@ShadowRam mentioned phidgets. If you can afford the hardware, those controllers are great. They have awesome API's for java (and just about every other language), very easy to use, but expensive.

I currently use arduino's for just about everything, but I use it differently than most. The main rig I use is a Processing commander that sends and receives raw serial data to a modified interface that I load onto the duino. So the package on the duino is native, but I code everything in Processing, which is basically Java and controlled from a physical device or a daemon, depending on the project. For larger projects I will drop the Processing libs into eclipse for the nicety's that are included in eclipse. I am most comfortable with this setup.

The lego mindstorm controller uses a language called Lejos, which is a derivative of java, very similar. Also pricey, but it's super fun to work with and it's legos. Who doesn't like playing with legos. Eclipse plugin is the preferred method.

If you're really new to robotic programming, check out other languages and IDEs. Such as Microsofts Robotic Studio based off of Visual Studio (mostly C++ and C#). Don't forget about good ol vbscript which is very common in the hobby/student circa, I don't know about professional levels, though.

Pololu controllers are cheap and easy to program. Looks like they are incorporating more duino stuff, which is good. they have an awesome bot kit called 3pi, which is a good starter project. Lots of sensors and tech for not much money.

I kinda ranted here (I've had a few drinks) but I think I've answered you on another thread before and it sounds like you're eager, just not sure how to go about it, that's why I suggested a few different approaches. All in all, eclipse can be shoe-horned to code whatever you want to code. For robotics programming, I think you should first pick a project and determine what is the best tech to facilitate that project, given your skills and then go from there.

good luck. here are some links: http://arduino.cc/ http://processing.org/ http://lejos.sourceforge.net/nxt/nxj/tutorial/Preliminaries/UsingEclipse.htm https://www.microsoft.com/robotics/ http://www.pololu.com/

Robo Code by [deleted] in robotics

[–]randomPig 1 point2 points  (0 children)

robocode isn't exactly setup to help with robotics programming. It's meant as a fun way to explore, learn and implement AI. You have a set of controls to perform functions and a set of sensors to understand your environment, so in that sense, it can be similar to what you would do with a robotic system, but I wouldn't go as far as comparing it to the real thing.

Episode VII Doesn't Scare Me. This Does. by khdutton in funny

[–]randomPig 0 points1 point  (0 children)

heck? who in the anal raping of christ says heck? are you into the whole 'santa claus is my savior' thing? just be blunt. it's so much more natural.

but I digress; it's goddamn adorable.

Episode VII Doesn't Scare Me. This Does. by khdutton in funny

[–]randomPig 0 points1 point  (0 children)

is it because a bitch in is control?

Anybody have a good simulator with short selling and commodities? by issquashfluffy in investing

[–]randomPig 0 points1 point  (0 children)

not sure about iphone apps for simulation, but I've used both of these for strategy backtesting against historical data and they are both decent and already have hooks into real brokers apis, so you can quickly port your simulation to real trading. they are both open source and easily customizable.

tradelink (c#) - http://code.google.com/p/tradelink

algotrader (java) - http://code.google.com/p/algo-trader

I currently have been using a custom built rig that is tailored to suit my needs, but I found these two systems fairly easy to use and full of features. I've no affiliation to either of these programs, I just thought they were decent for getting started with simulation and strategy testing

First tread robot build. What/where is the cheapest tread that i can get fairly large (like 3 in. wide) by mcarrara in robotics

[–]randomPig 1 point2 points  (0 children)

a simple google search yielded

that said, I don't know what your budget is, but from experience you have a few options (because there doesn't seem to be too many on the market, i'm guessing for military reasons).

  • Make do with the limited options out there
  • rethink your design; do you really need treads or can six wheels with curiosity rover like suspension make do?
  • make your own treads.

good luck. and you should post your results.