Hacker Newsnew | past | comments | ask | show | jobs | submit | zsupalla's commentslogin

This is a perfect example of confusing correlation with causation.


The WHO report is very clear: red meat and processed meat cause an increase in risk of some cancer. And they're very clear that it's causal, not just correlation. And they're clear that the risk is increased by 15-20%. But that increase is on a very low risk.


"This is a perfect example of confusing correlation with causation." You are confusing two different fields of science. This isn't physics where an action causes a reaction. This is biology and the human body is a massive ecosystem. The 800 studies that "eventually" reached the WHO is the best way to determine a connection between two things. This is decades of research and maybe around 1million human subjects that were studied in total.


Exactly! I'm always disappointed by reporting on scientific research; reading the research helps, but how many people are going to do that? A lot of people will probably change their diets based on this research, assuming that eating meat is as bad as smoking.


siavosh, this looks great - I think this would be super useful for a team (especially with slack integration), are you or will you be looking for beta testers for a corporate solution?


Definitely, please send us your contact information: hello@faqt.co


Awesome, this is a great resource; thanks for publishing it. How did you find the Crazyflie's autopilot? I've got to order one to test it out.


My experiences with the Crazyflie come from a newbie's perspective since it's my first (nano) quad-copter.

There isn't any autopilot with the Crazyflie, but it does come with an Xbox/PS3 key mapping that that lets you control the quad. I learned this the long way, but you have to take extraordinary amount of precision when building it to make sure, the battery is centered, the propellers are balanced, and there is minimal vibrations (messes with the gyros). This is mainly because it's a nano-copter so these variables add up to a lot and you'll struggle with flying.

TIP: Map the XYAB keys to change the pitch/roll so when you hover, you can trim it inflight.

The python code is a bit raw and seems a bit hacky imo (they still update the software, so it's getting better). I learned how to use it from the examples which were good enough.

It's a ton of fun though because you get to muck about with anything that you want since it's made to be hackable. The downside however is that the price is pretty steep.


The cloud back-end is open source so you can do that:

http://www.github.com/spark/spark-server


How hard is it to reprogram the device to use your own server using that back end? How about if you wanted to do your own back end?


I believe that to do this without using any of the existing firmware you would just want to grab a JTAG programmer and flash your own version of their firmware, or a custom blend of something. Flashing it is easy and they've got plenty of instructions on the web.


You can actually do this with a usb cable, or flash your own firmware over the air, you'd only need a jtag programmer if you wanted to replace the open-source bootloader :)


I'm assuming it's just one function call?


Yep that's right! It's an Arduino-like microcontroller development board, but with built-in Wi-Fi and an open source cloud back-end


So does it basically a wifi interface for REST commands and custom functions? (for devices)


Yep, that's pretty much exactly what it does, just tied into their ecosystem instead of being standalone/DIYish like an Arduino. You see people above comparing ElectricImp because it's very similar - simple way to get REST or simple net connectivity for a thing.


Is the device capable of pushing information out too? Or do I need to ping it at regular intervals to get an update or status change in something?

It just seems like it would be great for push tasks, but what about when I want it to send notification or device info.

(I've put together R Pis for exactly this type of thing, and having an entire OS for it is a little overkill)


Very easy to publish an event stream from your code, and to pipe those wherever :) http://docs.spark.io/firmware/#spark-publish


Less marketing jargon, more actual content. What I find particularly fascinating is that bitcoin is mentioned a bunch of times passively without anyone ever saying "this is a bitcoin bank". It's like your supposed to just intuit the function of the site from a bunch of vague adjectives and adverbs like "everywhere" and "instant".


Actually it's not down, just needs a www (the link on the site points to https://spark.io, which doesn't resolve, but https://www.spark.io works fine)


Thanks for pointing that out, I tried following the author's link and assumed it had gotten the HN hug.


Don't forget Autodesk's open source 3D printer platform Spark! So you can print the enclosure for your Spark devices with Spark too.


Zach here, also from Spark. We're definitely working on next-gen hardware now, haven't selected a final chipset yet.

Our hosted cloud is somewhat different from the open source version, and the differences will grow over time. As an open source company, the question always comes to "how do we make money?" Our open source thesis is to give away basic technology and sell advanced technology. Right now the biggest differences between our hosted cloud and the open source version is scalability; our system is designed to scale horizontally whereas the open source one is a single instance (although it could, of course, be modified). We are still deciding which features that are still in development will be open sourced, and which won't. We've learned from other for-profit open source companies (like MongoDB, for instance), that even after being on the market for years they're still trying to figure out which features to give away and which to sell.


Thanks for answering Zach! Your answer certainly helps make it more clear.

To use your feature rich cloud, would one have to use your spark core board or one can roll own CC3000 based board + your open source firmware but pay you and have it talk to your closed cloud for scale? When is your plan to announce pricing for this feature rich cloud?


You've got it- you can build your own board using our reference design and pay us a minor fee to use our lovely cloud. Pricing isn't public yet, but we can discuss it privately if you have a need. Thanks!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: