Teaching Self-Defense and Policing

Massad Ayoob is hoping this video makes the rounds, and I agree it’s something everyone needs to see.

You have too much being taken out of context these days. Every time I hear someone bitch that sumdood shouldn’t have been shot because he was unarmed, I want to scream. Bob Owens, for instance, highlights an undercover officer who drew his pistol on an unruly crowd after a person in that crowd assaulted him. Disparity of force aside, in all states that I’m aware of, it’s legal to use deadly force on riotous persons.

You couldn’t pay me to embed in a protest that has a high degree of likelihood of turning violent. You definitely couldn’t pay me to do it with anything less than a submachine gun for protection. If this officer was being hounded by the crowd, he’s perfectly justified in drawing his side arm. Though, I admit to not knowing what the gangsta grip is all about.

Alternative Background Check Systems

Stories I’m hearing of Black Friday sales being interrupted by outages at NICS, PICS, and other state POC systems raises the question of whether we could do better. Can we think up systems that work better, overall, than the NICS/POC system? I should note that I absolutely agree that background checks are a feel-good measure, and we’d be better off without them. See Clayton Cramer’s research that shows they are essentially useless. But for the foreseeable future, we’re stuck with them.

I’ve argued previously that I think there are issues with BIDS system, because it offers counter arguments to our opponents when trying to argue with lawmakers that we ought to modernize the system. But I think BIDS is an interesting system that I’m going to use as a basis for one of two ideas about how to make a less intrusive and more reliable system.

Modified BIDS

The chief problem with the BIDS system, as it is explained, is that in order to be able to uniquely identify a person, you generally need a least the person’s name and date of birth. If you have a common name, often that will not be enough, so you might need other data, such as a driver’s license number, or social security number as well. The problem is the more data you distribute, the more opportunity you give to identity thieves. Encryption is no solution, since if the BIDS client can decrypt the database, the key for decrypting it is in that system somewhere, and someone will find it. If everyone who was in the system was an axe murderer, maybe that wouldn’t be too much of a concern. But as we all know, there are plenty of people who end up prohibited for technical and often petty offenses.

The solution is not encryption, but hashing. Hashing allows you to go one way, but not back. If you had the NCIC, for every prohibited person, generate two hashes, one of first name, last name, date of birth, and the other the same plus a DL/ID number, you would effectively eliminate the identity theft problem. You wouldn’t even need to encrypt the data because there would be no way to take the hashes back to personalized data. This would solve the privacy issue with BIDS.

But BIDS, being a distributed system, still has a lot of other potential faults that are hard to counter. Here are arguable points opponents of this will use when trying to persuade lawmakers:

  • The government doesn’t know who is buying guns, but they also don’t know when prohibited people are buying guns in order to prosecute them. You and I both know this never happens, but it will likely persuade lawmakers, especially the tough on crime, law and order types.
  • There is no means by which to certify the dealer actually ran the check. You could propose a certification program, which would allow certified BIDS apps to give unique verification, but the distributed nature of the system would make this problematic, since you’d also be distributing the means by which to forge certifications.
  • The nature of the distributed system creates a lot more potential for false negatives, meaning people passing a check when they shouldn’t. You can do a lot technologically to mitigate this, but much of what you’d need to do would make the system frustrating for dealers. The distributed nature of the system would mean more points of failure. That can’t be argued against.
  • Right now all dealers need to run checks is a functioning telephone, copies of ATF Form 4473, and a working pen. With BIDS, they will also need a functioning PC and a reliable and constant connection to the Internet. Also consider that for ever 10 million prohibited persons, you’re talking about a database that is about 2.5 gigabytes. Today this is a lot easier than it was when people thought up the BIDS system, but this would be a problem for rural FFLs.

One possible solution is to maintain the call in system for dealers that have to use it. You could have certified call centers, run by private parties, that process a call in using BIDS data on their end.

Modified Hashing NICS

An alternative to a distributed system like BIDS is to have a the NCIC generate the same hashes, except only distribute them to NICS. In this case NICS public facing interface would accept only hashes, would check those hashes against its database, and would clear or deny a person. If the person is cleared, the system would return back a cryptographically signed response. The FBI would publish API code for running background checks, and certify applications that are permitted to act as a front end for NICS. Basically if you can pass FBI’s unit testing, you can get a certification. All the API code and unit tests would be open source, so you can be sure there isn’t any funny business going on. You could build background checks into any FFL software, or Smart Phone App. You could have certified third parties that run call centers for rural FFLs, and mail them the certificates for people who clear for the dealer’s records.

Because the FBI never sees anything except a hash, they have no idea who’s buying guns, unless the person who is buying matches a hash in the prohibited list. This would preserve the possibility of prosecution for felons who try to buy guns, which would be a key argument our opponents would use against BIDS. While it’s true that a hash doesn’t allow you to go backwards, NCIC could still identify the person who’s data matches the hash.

Here’s how it would work in a sale. I believe it’s important to preserve the ability for an uninitiated person to walk into a gun shop and walk out with a purchase. So dealers can run a background check on a person right there, and print them a check certificate, to be ultimately retained by the seller. Alternatively, you could use a certified app to run your own check and print out a cryptographically signed certificate, which can be presented to and authenticated by the dealer when you go to buy, or can be presented and authenticated by anyone who has access to an certified app by which to authenticate your certificate.

You make the certificate valid for a period, say 30 days, after which it will no longer verify. It’s possible to revoke cryptographic signatures, so if the hash comes into the system, it would be possible to revoke the signature on an outstanding hash do it won’t authenticate when the seller checks it.

The big downside to this system is that the feds have the information to make a hash on everyone if they wanted to. Using a hashing system would raise the bar to keeping tabs on everyone buying guns, but it would not make it impossible. Storing the needed SHA512 hashes for everyone in the US would only be about 75 gigabytes, which is hardly big data by today’s standards. I’ve always thought this was something that could be dealt with by publishing NICS source code, and doing third party auditing of the NICS system to ensure there’s no funny business going on.

Conclusion

There are certainly better systems one can think up than what we have now, and one could imagine hybrids of the two systems I mentioned. The trick would be convincing lawmakers, who don’t understand any of this stuff, that it would work as well, and actually far better than the current system.

You would also need to deal with the state Point of Contact (POC) systems to integrate with the federal system, or do an outright preemption of state laws to eliminate the Point of Contact system entirely. In the new system, POCs would be the certified apps, which any non-governmental party could create. The biggest problem you’re going to have in any technically sophisticated system is that you’re dealing with implementation needing to be done by a government that can’t even get a website working. I also wouldn’t be surprised to find NCIC computers and the software that runs them were essentially silicon fossils. A regularly scheduled rehashing of up to 10 million names in the system might be far more than it can handle. Maybe you can’t bring in a DL/ID number with criminal records. Nonetheless, it wouldn’t be hard for volunteers to come up with an API specification that would allow a system like this to function. Technically, this is not complicated, but conceptually, it might be a bit hard for non-technical people to understand.

We Will be Sorry to See Him Go

Larry Weeks is retiring from Brownell’s. Larry was in the new media outreach game before it was cool, and was an early supporter of gun blogging. I share many of SayUncle’s sentiments on the matter, since I think we both first met him at the Gun Blogger Rendezvous in Reno, Nevada back in Fall of 2007. We hope we’ll still see Larry around NRA Annual Meeting from time to time, but wish him the best in his retirement.

Nevada Ballot Measure Certified

We’ll have another state ballot initiative for Bloomberg’s universal transfer ban, floating under the guise of “Universal Background Checks.” We have until the 2016 election to get ready for this.

Miller’s move served as an answer to a gun-rights political action committee, Nevadans for State Gun Rights, that filed a letter last week demanding Miller throw out the petition. The group said it found irregularities in petition filings in Storey County.

Since then, Don Turner, head of effort, said investigators identified “substantial compliance problems” in signatures filed in Lander County. Turner said a review of Washoe County signatures was just beginning. The state has 17 counties.

“There’s plenty of time to challenge the certification,” Turner said Monday. “We’re probably going to end up in court.”

So the challenge isn’t over, which is good. It’s going to be an uphill climb. The real problem we face is that Bloomberg has the money to keep making the hill higher and higher as we do. I don’t like being fatalistic, and I don’t like to lose. But the kind of money Bloomberg can throw at this movement can make a huge difference. I wish that weren’t the case, but it is. Most initiative laws have a germaneness requirement, and thank God, because if that were not the case he could float much worse hidden agendas under the guise of “background checks” than he is currently capable of doing.

Meanwhile, in Washington, Miguel notes that the Department of Licensing are essentially telling dealers they are on their own when it comes to interpreting I-594, but the Washington Department of Revenue has been quick to remind people that they still owe use tax on the value of the transfer. All these unintended consequences gun owners don’t think about need to be spread far and wide so that in the next state, maybe we have a chance to take Bloomberg’s margins down, with the aim to eventually educate enough gun owners to beat him. If not in Nevada, in another state.

Murthy May Get a Vote

Politico is reporting that anti-gun Surgeon General nominee Vivek Murthy may end up getting a confirmation vote in the lame duck session. I can believe there’s real pressure for it, given how many articles I’ve seen about Murthy in the media after a long run of silence about the nominee. The article explains that Senators Warner (D-VA) and Tester (D-MT) seem willing to vote for Murthy. I’ll be honest, ever since Jon Tester told everyone in 2008 that Obama wasn’t going to be any problem on guns, I haven’t trusted him on the issue. This is only further evidence that he’s not one to trust. His party certainly can’t be trusted on guns any longer.

Enhanced Preemption “State Sanctioned Terrorism”

According to Doylestown Borough Council President Det Ansinn, the new enhanced preemption bill recently signed into law by Governor Corbett is “state sanction terrorism.” There’s something to be said for upsetting the right people. CeaseFirePA is similarly incensed, given how hard they worked to convince municipalities to pass these illegal ordinances in the first place. Mr. Ansinn notes in his own comments:

 

 

 

It’s no secret that I own firearms. I also have a concealed carry permit. I grew up with guns.

With that understanding, a law that removes local control and empowers outsiders to litigate, at the cost of the local taxpayers, is batshit crazy.

HB80/Act 192 is offensive pandering to a single industry. It’s going to make lawyers rich and strips your communities of the right to make their own decisions.

The old, “I’m a gun owner, but” line. We accept plenty of context where local governments have no control, especially where Constitutional Rights are concerned. For instance, local governments can’t close down abortion clinics. They can’t limit freedom of speech only to residents. They have to issue permits for public demonstrations in a manner that’s compatible with federal court rulings. They can’t prohibit licensed drivers in Pennsylvania from driving on their own roads, or impose requirements that are incompatible with state law on the matter.

It’s exceedingly difficult to have discussions where your opponents lack an understanding of  how the law already works, and are unable to draw on other contexts to support their arguments. The fact is that Doylestown never had any ability to ban guns in parks. Those ordinances are already illegal, and have been from the moment Pennsylvania passed preemption (some time ago, if I recall). If Doylestown chose to try to enforce their ordinances, if the person charged fought the charge in court, they would win. But they would be on the hook to pay their attorneys fees to have the charges dismissed. HB80 changes that, and gives standing to challenge the law without having to first be charged under it. It is a fundamentally just law.

If it hadn’t been for local communities flouting the existing law, HB80 would have been entirely unnecessary.

Shannon Watts’ Bark Worse than her Bite

Bearing Arms picks up a piece from Breitbart which notes Kroger’s profits being up 21% over the same period last year. This is important, since it shows that no harm comes from telling busybodies like Shannon Watts and Mike Bloomberg to buzz off. Everytown and MDA has no real grassroots behind them by which to affect even a modestly successful boycott. Most companies have not caved to Everytown/MDA because they fear their grassroots backlash, they have caved because they fear what Mike Bloomberg’s money could do to their reputations in the media. Bob Owens notes:

 

Most lower-level Moms Demand protests draw less than a dozen activists, and these don’t appear to have much local interest, as the same handful of supporters tromps from city to city, forcing people to logically wonder if this “grassroots campaign” is nothing more or less than a small number of paid staffers in each state.

All that organization has going for it is Bloomberg’s money. Without it, it would be as impotent as every other gun control group that has come before them.

Kane’s Decision Not Going Over Well?

I’m rather surprised to see one of the local bird cage liners, hardly a friend to our issue, coming out against Attorney General Kathleen Kane’s refusal to defend a law she doesn’t like:

Our attorney general should not be deciding which laws she will or will not enforce. We should expect her to uphold all of the laws on the books, not just the ones she deems worthy.

I agree, but I do think if an official has a good-faith belief that a law is plainly unconstitutional, they have a duty to not defend or enforce it. Kane did not make her argument from a standpoint of constitutionality, however: she just doesn’t like the law. Probably more accurate is that Bloomberg put a lot of money behind her, and she needs to ensure he gets a good return on his investment.

Thursday News Link 03-04-14

I-594 is in full force in Washington State now, and is already attracting enterprising scofflaws. The media in Seattle are sad pandas that we aren’t just holding our nose and swallowing their snake oil.

A super soaker shotgun. Crap like that can get innocent people killed.

Bloomberg targeting twelve more states. Money quote from Andrew Arulanandam, “We have $38 billion reasons to take Mike Bloomberg seriously” He’s not even though his 50 million yet. In its history, gun control has never seen this kind of money at its disposal. Also, Washington state groups are preparing for more. Any victory gives them momentum. More gun owners need to be aware of this.

Key data withheld in California lead ammo ban. Turns out that lead levels in Condors haven’t dropped, which would suggest the contamination is from a different source. Of course, rather than apologizing for calling us all science deniers, the response is going to be we just need to spread the ban to other states, and double down on it in California. Colorado fortunately decided not to go down this path (for now).

Like baseball, there should be no crying in policing.

Dave Hardy finds one of the worst arguments against preemption I have ever seen, courtesy of one of the local (to me) cat box liners. He also points to some research in the area of whether people answer gun ownership surveys truthfully. Answer? Many don’t.

Doylestown, Pennsylvania is now also looking at getting rid of it’s illegal gun ordinances, now that our preemption law actually has some teeth.

The 5 most overrated guns of all time.

Miguel notes the media trying to drive a false narrative. This isn’t the only place I’ve seen there. There have been a few cases of the media portraying drivers who get surrounded and then push through the crowd as monsters, even though the police clear them after questioning. Personally, I view blocking busy roads as a form of kidnapping. I think the law should reflect that.

You’d think the police near Ferguson would be pleased that there are shops they don’t have to worry about. Nope! Fortunately, ignoring the police seems to be doing the trick. Charles C.W. Cooke pens a defense of ‘Antigovernment Militias.’

Maryland Governor Elect to Gun Owners: Thanks for all those votes guys, but I got more important things to do than worry about your constitutional rights. Still, it was useful to punish O’Malley’s hand picked successor, and to spoil any presidential ambitions he might have.

Austin Police Chief: Please tell us about gun enthusiasts you might know, so we can ‘vet’ them.

I used to be a hiker, but I hate the hiker culture, mostly because of crap like this. On a related note, can you believe that Ars Technica is doing positive stories about silencers? Not long ago I would have said getting silencers deregulated was a pipe dream. I think it’s getting a lot closer to possible.

USA Today manages to do an article on the AR-15 market going soft without being patently hysterical. Also from the article, Josh Sugarmann is a sad panda, but he really has been for some time now.

I had hoped that Mark Kessler’s 15 minutes were over, but apparently not. Apparently this has disappointed a lot of his supporters. I was disappointed 15 minutes into hearing him talk for the first time.

Stun gun rights in Massachusetts? I don’t see any reason the 2nd Amendment should be limited to firearms. It should apply to any personal weapon useful for self-defense.

Doctors keep prying into people’s gun ownership despite law. And they wonder why we think this law was needed in the first place.

Are the Tories in Canada actually following up on liberalizing some of Canada’s gun laws? I kind of figured they’d pull a “We got rid of the long gun registry for you, which you should be grateful for,” like you’d expect Republicans to do here.

Peruta Goes En Banc

Eugene Volokh reports that one to the judges of the Ninth Circuit has made the request, and Peruta will go to an en banc hearing. How will this turn out? Hard to say. In other federal circuit court, en banc means it gets heard in front of the every judge for the circuit court. The Ninth Circuit is so large that they only do limited en banc hearings, which includes Chief Judge Kozinski (who is friendly to the cause) and ten other judges selected at random. It’s a crapshoot basically. You can see here the list of federal judges by seniority, and who appointed them.

Prof. Volokh notes that this is specifically on the Second Amendment matter. The decision about the State of California and the Brady Campaign intervention is being considered as a separate matter.

UPDATE: I’m told that Judge Alex Kozinski is no longer Chief Judge. As of Dec 1st, that’s now Sidney Thomas, a Clinton appointee.