Forgot your password?

typodupeerror

Comment: It's all BS. (Score 4, Interesting) 509

by scorp1us (#43785111) Attached to: Do Developers Need Free Perks To Thrive?

I've been in software development for 15 years now and I never had any of the stuff provided. And I'm glad they didn't. I'd be a fat turd now with diabetes. And the caffeine rush only lasts for about 15 minutes. So it's a myth. You'd be better off putting the money towards better tools, or a in-house better tools program (unassigned work time) so developers can pursue pet projects.

Comment: Chia Pet your civilization (Score 1) 629

by scorp1us (#43560685) Attached to: Why We'll Never Meet Aliens

Currently, with the understanding we have, we find it hard to move matter. So why not just transport a minimum amount of yourself (DNA) to other worlds and set up a replication shop. Grow your own civilization at the destination. It's far cheaper and more interesting that way, because when you do meet in the middle, or finally make it there, you'll have close but not-quite distant relatives.

Also, I suspect at some time we'll be able to quantum entangle enough particles to construct our DNA remotely and initiate civilization by remotely.

Comment: We need better web tech PERIOD. (Score 1) 302

by scorp1us (#43537563) Attached to: Stop Standardizing HTML

I find it rather abhorrent that the "Web Development" has become a mish-mash of technologies: HTTP, HTML, JS, CSS and extensions: DOM, AJAX.

As a software developer this is a nightmare scenario. When we program computers, we should be programming for the web or directly on the client in a unified way that hides the intricacies of the base technologies from the developer. Imagine writing a program not knowing where it was going to run? Because you just wrote what it should do, and some compiler took care of mapping the concepts to whatever tech the client had available. C# kind of delivers this, but it is way too translucent that you're writing a web app when you are.

There is a toolkit called Wt (http://www.webtoolkit.eu/wt) that is C++. What is Wt doing with C++ on the web? It's allowing you to program your application in an object-oriented way, and the koolhit takes care of mapping things to HTML, JSS, CSS for you! Now, C++ isn't what I would have chosen, but it's a good start. But the fact that you can effortlessly write a WebApp in C++ is nothign short of amazing. And on top of that you can have your functions exported to JS for execution by the client for Ajaxing. (Not ideal that you see that, [leakage] but very cool that you don't have to know JS or AJAX)

If we stop standardizing, fine, but whatever we evolve to has to be (mandate, not conlcusion) a metric fuckton better than what er have now.

Comment: Re:Ask better questions, get better answers (Score 1) 273

You've got the best reply by far. I think you hit on a really good point - the operating system. With a Pi, I'm running standard linux. With Android/iOS I'm using their SDK. It could be good or bad. It's somethign to learn.

I'm comparing it against a RasperryPi because I'm aware of the Ardruino and the Pi and they are made for the hacking community. But the cellphones aren't and given the fact that we're returing these devices every two years there is a _HUGE_ market of very capable hardware out there.

I have several projects - from OBD2 projects to water control (on/off with a flow meter). I can do the water control except for configuring the device flow amounts. So add on some way, and with WIFI I can rig up some rudimentary web interface and write a file on the Pi. The ODB2 project needs GPS and WIFI and a display. I've been shopping around and I keep having to buy more and more addons and I realize, I have 2 iPhones and and Android (2.3.5). So why am I just not using them? Oh right, no hardware pins...

Others have suggested something called an IOIO, which looks to be exactly what I'm looking for.

My question isn't flamebait at all. If you're threatened by outdated cellphones being superior to hardware you like, then that's your problem. The irony here is that a six year old device with multiples of computing power and storage is going for $0.99/$1.25 on eBay (iphone 1g/Aria). The only thing it's missing are the IO pins and the open OS... The irony is that IO pins are cheap.

So let me as you this, wouldn't it be far better for you to get the IOIO and an Aria for your projects? You wouldn't be limited by your hardware. You could give a GUI, even a basic status one.

(Admittedly the IOIO is a bit expensive. I'd figure it'd run about $5, but there's a considerable amount of implementation to bring in USB OnTheGo, and all that to work around the manufacturers not implementing host mode in phones from 6 years ago...)

+ - Why by a Pi I when have a perfectly good cellphone? 1

Submitted by scorp1us
scorp1us writes "I've been looking into getting a Raspberry Pi, but I end up needing a case, a display, and some way to power it, and wanting some degree of portability. It seems to me that even the most outdated cellphone has far superior features (screen, touch screen, Wifi, 3g/4g camera(s), battery etc) in a much better form factor. (And I have several laying around) The only thing that is missing are the digital/analog in/out pins. So why not flip it around and make a USB or bluetooth peripheral board with just the pins? I've been looking for this and can't find any, but does anyone know of any in the corners of the internet? I don't care what phone platform."

If you have nothing to do, don't do it here.

Working...