Comment Re:There's a reason this hasn't been made yet (Score 1) 86
Drunk driver attention getter. Ooooh, look at the pretty light display, wham!
Drunk driver attention getter. Ooooh, look at the pretty light display, wham!
How will this deter someone intent on trying to sneak something onboard a flight? Answer: it won't. Just like gun free zones prevent people from becoming victims. Someone intent on doing harm will ignore this law like they ignore the others. This law is a movie law, it dates back to Die Hard and the "invisible" glock. Schumer is a moron who thinks he knows what is best for you.
It's violence. Tighter gun laws disarm people who would only use a gun to save their lives. Some of the tightest "gun laws" in the US are in Chicago. I hear it's pretty save to walk the streets there.
So please, before the feel good "more gun laws == less gun violence" take a look at some numbers.
The problem is crime, not guns, and that's a human problem. Victim disarmament does nothing to prevent the crime, other than skewing the odds greatly in favor of the criminal.
The pipe/nail is called a zipgun and is "illegal" in some states. If you google, you'll find John Moses Brownings workshop. It's pretty basic and he developed the 1911 from scratch there. With CNC's it's not hard to make a real firearm and with the AR, the only thing with "paper" or background check is the lower receiver. I know tons of people who have "rolled' their own, and have done it legally. Heck, an AK47 can be made with hand tools and a hydraulic press.
There are already polymer lower receivers out there. http://www.lw15.com/ is one. I prefer to machine my lower receivers out of an 80% completed block of aluminium. I'm not seeing why everyone is up in arms (punny) over this.
Bring back the Astro City Rocket slide!
As a non-native Californian living in the PRK. I'm still amazed at the rights the state takes away from parents in the name of "It's for the children." Work permit from the school?!? As a parent of 3 teens, I'm the work permit, grades slip, work stops. Done. Just because some parents are slackers, the state tries to impose the "proper" way to raise children with rules and regulations often written by bureaucrats and legislators that have no children. My kids know the rules and know what's allowed, I do not need the STATE telling me how to raise them. This is a great ruling, the legislator here needs to get back to the basics and get off their social agenda. 60 cents a gallon gas tax and you need an offroad vehicle to drive down most major roads here.
You sometimes wonder if this should be a part time gig for these guys.
Oh, what a glorious way to waste tax dollars. First design a system, then require everyone to get on board with it. Price it through the roof and have a single vendor for all the gear. So some volunteer fire dept in Iowa that is on a shoestring budget has to spend thousands to upgrade radios. It will take years if it ever gets off the ground. This is _WHY_ amateur radio works, government has too many silos and too many important people that will push their system. Been there seen that, still paying the price.
Thank you for a sensible post. I agree that the only real solution has to be some abstraction or alternate mode for memory access that prevents the problem outright. C and C++ not only make it possible, but extremely easy to trash memory.
The people claiming that the problem is programmers who are incompetent or stupid and believing that they are superhuman genius programmers who are somehow immune from errors are living under a delusion. You are not a beautiful and unique snowflake. We are all human and imperfect. I have seen many intelligent and competent programmers write incorrect code. I have personally written code with errors. We need to move beyond unproductive blame assigning mentalities to achieve real solutions or we will never be able to advance the state of software. Realistically, the prima donnas will continue on and other people will actually do something.
memcpy_s is not a step forward for numerous reasons already mentioned. strncpy provides functionality that strcpy does not, namely a bound on its region of effect. memcpy was already bounded and neither memcpy_s or strncpy can prevent bad parameters from causing memory corruption. Hardware support like the NX/ED bits to mark pages as not executable are a good advancement on the security front, but still do not prevent data corruption. Complete removal of memory access like many languages do solves the problem with a high performance cost. Emerging techniques like STM may be able to incorporate data safety while maintaining hardware efficiency.
They reduced the timers to below the minimums to increase revenue. Most famous intersection is Aero Drive and Murphy Canyon, that one was raking in $$$ for the city.
I think the crooks running the city of San Diego originated this. They had the redlight cameras shut down in 2001 for doing it. They put them at intersections where there was a high percentage of people that would pay the tickets and not at "Dangerous" intersections. Then they tweaked the timing on the lights and started raking in the dough. Read about it here.
"In matters of principle, stand like a rock; in matters of taste, swim with the current." -- Thomas Jefferson