As someone who develops in PHP, and continues to be generally annoyed by the way many HN commenters will dismiss the language out of hand, I really hate to be the one saying this. However, while PHP has come a long way and modernised significantly in terms of development practise, WordPress is really not an example of that modernisation. It may have applications for a basic blog, but I find it very difficult to take…
Show HN: Projects Made with Code
51–60 of 61 posts
Re: Show HN: Projects Made with Code
#52"a place for developers to collect and share open source projects made with code." - If you are looking for this, I'd recommend giving a try to LibHunt https://www.libhunt.com/ Disclaimer, I'm the creator of LibHunt :)
Re: Show HN: Projects Made with Code
#53As someone who develops in PHP, and continues to be generally annoyed by the way many HN commenters will dismiss the language out of hand, I really hate to be the one saying this. However, while PHP has come a long way and modernised significantly in terms of development practise, WordPress is really not an example of that modernisation. It may have applications for a basic blog, but I find it very difficult to take…
Agreed with everything except the last sentence, which I do not understand. Why shouldn't WordPress include authorization and signup? Are there higher quality PHP facilities for it or what?
Once you're taking signups, the quality and security record of the underlying software is worth considering more carefully, and I just personally would not choose WordPress where those are requirements.
Re: Show HN: Projects Made with Code
#54Earlier quoted context omitted.
Agreed with everything except the last sentence, which I do not understand. Why shouldn't WordPress include authorization and signup? Are there higher quality PHP facilities for it or what?
Using WordPress for a simple read-only blog is OK: security is not as major a concern. Once you're taking signups, the quality and security record of the underlying software is worth considering more carefully, and I just personally would not choose WordPress where those are requirements.
Re: Show HN: Projects Made with Code
#55Earlier quoted context omitted.
Using WordPress for a simple read-only blog is OK: security is not as major a concern. Once you're taking signups, the quality and security record of the underlying software is worth considering more carefully, and I just personally would not choose WordPress where those are requirements.
Auth code looks ok to me but I am not a PHP expert. Could find no major recent breaches--am I missing something? (Not being snarky, just trying to understand the issue.)
Auth code might look OKish (haven't looked closely recently), but any general vulnerability in any part of the app as a whole or in any 3rd-party plugins potentially opens you up to data breaches.
Re: Show HN: Projects Made with Code
#56Re: Show HN: Projects Made with Code
#57Not entirely related to the product, since I am midway through the signup but something about the Auth that I thought you should take a look at right away; more so when you say Pinterest for "programmers" :) A password field that's a text field? http://i.imgur.com/xNP4XHA.png
possibly intentional: https://www.nngroup.com/articles/stop-password-masking/
And there the point to stop taking that article seriously.
The MS Solution is good though. I think it is the best. Better than the android/iphone flash up the last char for a second thing.
Re: Show HN: Projects Made with Code
#58As someone who develops in PHP, and continues to be generally annoyed by the way many HN commenters will dismiss the language out of hand, I really hate to be the one saying this. However, while PHP has come a long way and modernised significantly in terms of development practise, WordPress is really not an example of that modernisation. It may have applications for a basic blog, but I find it very difficult to take…
Re: Show HN: Projects Made with Code
#59Earlier quoted context omitted.
I've even registered in this project because I thought it would be literally "Pinterest for code". I'm sorta GitHub star hoarder, have starred 1.9K repos at the moment. I use that to track libraries I'm interested in (and their counterparts in other languages, for inspiration), projects addressing the same niche as the ones I'm working on... GitHub star-search is good, but can be made even better. And also some proje…
You could store all your projects on codemade and arrange them into collections. The search function would help you find them. Is that what you want or something more? I built cm to collect my favorite projects and to share with others. I'm all for making it even more useful to other programmers.
Also, will it make the full READMEs of the projects searchable? Astral (the one from the comment above) seems to search only in projects' taglines, which is definitely not enough for me...