markfischer

- friends
64 link karma
-5 comment karma
send messageredditor for
what's this?

TROPHY CASE

  • dust

What is this clause saying exactly? by markfischerin legal

[–]markfischer[S] 0 points1 point ago

That worries me because I should be able to create and own things that are not related to the company and not created on the companies dime. The company does not down my life.

Implementation of Mongo in a new PHP Framework by markfischerin mongodb

[–]markfischer[S] 0 points1 point ago

Thanks for the motivation :)

Correctly securing a user's password on a site with hashing and salt. by edarein PHP

[–]markfischer -1 points0 points ago

I don't think its utterly useless, and I don't think reddit does either.

http://news.ycombinator.com/item?id=46406

Correctly securing a user's password on a site with hashing and salt. by edarein PHP

[–]markfischer -1 points0 points ago*

https://fafsa.ed.gov/FAFSA/app/fafsa?locale=en_US

It requires First Name, SSN, And DOB, and when I was using it years ago, a pin was required.

I've always wondered how sites like these keep their records and do there login authentication. I know there has to be some sort of two way encryption implemented.

Correctly securing a user's password on a site with hashing and salt. by edarein PHP

[–]markfischer -1 points0 points ago

Is this why sites such as banks or FASFA require 3 credentials to login(password, pin, and ssn?)

60 Open Source PHP CMS for Developers by [deleted]in PHP

[–]markfischer 0 points1 point ago

Nice list

What are your thoughts on the implementation of this php routing system? by markfischerin PHP

[–]markfischer[S] -2 points-1 points ago

Again, there is a statement without a definitive and absolute reason. Why is it bad? Because your believe its layer bleeding. There is nothing written in stone that you cannot remove certain functionality from the controller.

I follow the methodology of fat models, skinny controllers. So giving the router extra responsibility is not necessarily a bad thing unless there a concrete reason why this is bad. And if it follows the same pattern through the application, there would not be layer bleeding.

What are your thoughts on the implementation of this php routing system? by markfischerin PHP

[–]markfischer[S] -1 points0 points ago

Idk, that sounds more like "this is the way I was taught mvc so this is the way it should be" rather than "ok, thats different. Lets evaluate and give sound reasoning why it is better, worse, or neutral".

What are your thoughts on the implementation of this php routing system? by markfischerin PHP

[–]markfischer[S] 0 points1 point ago

LOL, I love how to describe it as voodoo. But there is no cause where you would want ssl checking to happen before any logic hits the controller?