Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Bug free software (Score 1) 280

I do know 'anythin' about OpenBSD. And yes, I was already aware of the things in the online presentation. But OpenBSD is not unique on this matter. Other OSes offer the same functionality. OpenBSD is quite unique on his strong focus on writing correct code. But that alone is not enough for being a 'secure OS'. OpenBSD has security features that other OSes lack, but the same counts for any other OS. If you call OpenBSD secure just because they focus on writing correct code, then you're missing the point about what good security is all about.

Comment Re: Yeah, it's those politicians who are corrupt (Score 0) 177

"It isn't stealing. When I steal, you don't have what I took from you."

That's not the definition of stealing. It's taking what is not yours without getting permission or paying for it, while you should have. This is also the case with pirating.

Btw, congrats TPB and I hope you live many more years!!

Comment Laravel, more of the same... (Score 1) 219

Taken a quick view at Laravel, it's again a framework like one in a dozen.

All such PHP projects can be divided into to groups: frameworks and CMS-es. A big problem with all those PHP frameworks is that you have to write stuff like user administration, authentication, static pages from the database, etc yourself. In my opinion, in many cases the MVC architecture is not implemented in a clean way and it's often too complex to translate an URL to an actual file on disk.

A big problem with most CMS-es (like Wordpress, Joomla and TYPO3) is that it's one big chunk of code. There is no clear separate framework layer. It's quite a torture to add or change functionality by writing code. And don't even get me started about security!

That's why I wrote the Banshee PHP framework. Clear MVC implementation, easy routing, strong focus on security and clear separation between framework layer and CMS. Clear the controller, model, view and css directory and what's left is the framework. Although I call it a framework, it's more of a framework / CMS hybrid.

It is not my intention to spam about my framework, but I realize this post can be seen as such. Sorry for that. I only want PHP developers to know there is more than those minimalist frameworks or bloated CMS-es.

Comment This proves why TSA is failing (Score 3, Insightful) 525

Good security is not about making clever rules. It's about dealing properly with the exceptions of those rules. Banishing liquids from airplanes is nothing more than a rule. Its level of security depends on how you deal with the situations in which you must, or at least should, allow a bottle of liquid on an airplane. If you don't have rules for that, if your personel is not trained and aware for those situations, your whole security setup is vulnerable for social engineering and it becomes nothing more than security theater.

Slashdot Top Deals

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...