Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:IoT (Score 1) 191

entire internet -> cafe wifi -> trigger is not 20 meters and not easy to trace unless you know to look for cafe's polling HTTP or IRC or XMPP on a frequent basis.

But who says you can't tie the trigger to a facebook update? I change my profile picture and suddenly a bucket of pigs blood dumps on Carrie's head.

Comment IoT (Score 5, Interesting) 191

in a day and age that local cell phone jamming is relatively easy, it seems like the obvious construction is to have a device that must get a text message every interval (1 hour, 1 day, 1 week, whatever) or it triggers.

an cheap FM radio could be put on a frequency that is not used, and be triggered by a strong signal on that frequency (a bit dangerous, but you're a terrorist, you probably don't give a fuck), or a DTMF decoder-on-a-chip could be packed inside of the radio for a slightly more secure deliver.

Another option is a rather inexpensive RC toy, or a slightly more expensive hobbyist RC transmitter/receiver combo (not as portable as above). Range can be a few miles if you get the VHF receiver (normally required a HAM license, but terrorists wouldn't care about that)

802.11 wifi and the passwords for the coffee shops and hotels in range should do the trick and work anywhere. Plus, no need to dial in. You can have it triggered online. Welcome to the Internet of Things, where Things include bombs.

Comment Re:Like Coca Cola, git is the real thing (Score 1) 203

I write serious code all the time without git. In other tools it was easier to avoid branching or merging by keeping the teams small and only track a "dev" branch and several release branches that are rarely updated. Apply the same patch to each release branch to avoid having to do any complicated merges between branchs. Yes it's all kind of silly and painful, but it doesn't take a long time if you avoid the weakness in other tools. Plenty of time left over to write "serious code".

The easiest of course is to not have any teammates at all. Then you can code up everything and keep it in a serious of .zip files, or RCS or do nothing at all. I use git for everything today of course, even for single developer projects. But if I didn't have git, I would simply do the extra leg work that I've done in the past.

Comment Y'all are pro-discrimination, but it seems legal (Score 1) 1168

You're free to exercise your religion, you're just not free to acquire a business license and operate under any hocus pocus framework you want.
But it seems that there is no federal law, as written, that prohibits discrimination of customers are a business based on sexual orientation. Not even federal employment laws seem to protect LGBT, except for federal employees

But the Supreme Court can establish a precedent that the existing federal laws that protect the enumerated classes of race, national origin, religion, sex, age, and disability also cover classes not enumerated (what criteria?). Doing so would then prevent states from operating pro-religion/anti-LGBT laws until the federal laws are modified to overturn the precedent by specifically excluding LGBT. It's not so unusual, Reed v. Reed (1971) extended the reach of this clause, and Romer v. Evans (1996) is a case that is strikingly similar to the current issue.

But until that happens, the issuing of business licenses is controlled at the State and County level and remains at their discretion as long as the federal guidelines are follow with regard to the enumerated protected classes. So if your State Assembly and Governor are into the same hocus pocus as you, you can all hold hands and triumphantly expel all the gays from your community. (no, not really going to play out that way. but that's what the end goal appears to be)

(that's how this arm-chair non-lawyer sees it)

Comment Re:Tim Cook is a Pro Discrimination Faggot (Score 1) 1168

The Founding Fathers were well aware of long traditions of the early colonies to attack other Christians of the wrong sect. Puritans hanging Quakers was an early American tradition, and much of the Constitution is written so that various religious groups can coexist.

When I say "various religious groups", let's not forget that while some might consider one group to just be another denomination of Christianity, there are plenty of people who may not agree. It is unlikely that we could unanimously agree that Mormons are Christians, and I've heard plenty of bad things said by various Protestants and Catholics about the Jehovah's Witnesses. Some of the more extreme Protestants claim that Catholics build false idols of Mary and their Saints and choose to pray to them instead of worshiping God. (I'm not interested in debating what Catholics do or do not believe, I was only stating the opinion of a minority of people, as I understand it)

Comment Re:Without the software, Arduino is not interestin (Score 1) 92

That's fair. There is some real value in not having to write libraries and drivers from scratch for every project. I forgot that a shield isn't just a block of hardware that convenient interfaces, but usually someone has written some software for that shield that makes it pretty easy to integrate into a project.

Comment Re:Without the software, Arduino is not interestin (Score 2) 92

I don't agree. I've used Code Red, Launchpad, and others. And the tools they give you pretend to be professional tools, and seem to have a steep learning curve. Especially with Code Red wanting to upsell to a better version. But most of these free IDEs are more like trial versions to me. Adruino's crippling was done to make the process of making little gizmos more accessible, most other tools are crippling so they don't cut into other markets.

That said, I never really was much of a fan of Arduino because I don't have much use for AVR. This is me finally admitting that Adruino was pretty good, and that I may have been a little stubborn to have resisted it all these years.

Comment Without the software, Arduino is not interesting (Score 1) 92

Sure, all the little shields and things are convenient. But most folks with a search engine and some jumper wires already find out how to connect things not designed for the Arduino to their boards.

But it's the software that has made it easy for everyone to get started immediately. I've used a dozen or so development environments for embedded, and Arduino's has the easiest learning curve I've seen. It's not particularly powerful or flexible, it's not super great at debug/ICE/ICD stuff. But you can type in the few line example C program, and flash your first blinking LED program in a matter of minutes.

For platform that is not commercial and not really for industrial purposes, the software seems to aim for the best user experience. And in software development, instant gratification is the biggest motivator there is.

Slashdot Top Deals

If you want to put yourself on the map, publish your own map.

Working...