Email or username:

Password:

Forgot your password?
Federico Mena Quintero

How times change. Long ago programs tended to have fixed limits for things. Then the GNU Coding Standards came along and recommended avoiding arbitrary limits, and using things like dynamic allocation instead.

Now that everything is under attack and fuzzing and etc., we are putting limits back in everything. Flexible software, able to take advantage of huge machines, but with safety valves.

1 comment
Thomas

@federicomena Honest fixed limits were better than dishonest no limits. But honest flexible limits are better still.

Go Up