Forgot your password?

typodupeerror

Comment: We've all been sloppy programmers (Score 1) 177

Null pointers are great, assuming you actually write tests for code coverage. Otherwise you potentially have many of the typical C bugs lurking, not just null pointer dereference.

I remember using sentinel structures for a linked list in Pascal, just like it was recommend in my old computer science texts. And I had a bug where I would sometimes return the sentinel and the rest of my program would happily write to it. So instead of a crash, It would silently write data and lose track of it. I don't remember how many days it too me to track that bug down.

Comment: Re:Gun control however... (Score 1) 856

by OrangeTide (#43699337) Attached to: California Lawmaker Wants 3-D Printers To Be Regulated

Once you create a black market, though poorly crafted bans on an easily transported good, you empower criminals and plant the seeds for organized crime. We saw this with Prohibition. We see it with the War on Drugs. And some countries have seen it with bans on guns.

I challenge the assumption that the US is most like the UK and Australia. What if the US is culturally more like Latin America, or Ukaraine.
What if we're like Greece? They have 3000 legally registered private gun owners in the entire nation, but an esimated 2.5 million guns. And this discrepency is from a country that has a relatively low rate of private firearm ownership (about 25 in 100) compared to the US.

Firearms in the US is a much bigger problem than firearms in Australia. And I mean bigger in terms of scale. I'm not ready to accept a solution to a problem that worked on a small scale on the hunch that it will work on a large scale or that the US is even culturally or politically similar to countries that have successfully implemented bans on guns.

Comment: but is apt/dpkg perfect? (Score 2) 466

by OrangeTide (#43669499) Attached to: Ubuntu Developing Its Own Package Format, Installer

Arch's pacman is has some significant improvements over apt/dpkg, especially when it comes to creating new packages. And gentoo portage/emerge has lots of useful features that don't exist in dpkg/apt either.

Debian is solid and has an excellent package system. But it isn't the pinnacle of achievement. We can take package management further still, I am certain.

When it is incorrect, it is, at least *authoritatively* incorrect. -- Hitchiker's Guide To The Galaxy

Working...