Show HN: Natika – Simple PHP Forum for Developers
1–10 of 27 posts
Re: Show HN: Natika – Simple PHP Forum for Developers
#2Re: Show HN: Natika – Simple PHP Forum for Developers
#3Great naming, reads like "Half-ass" in italian. Other than that, great stuff
Re: Show HN: Natika – Simple PHP Forum for Developers
#4Re: Show HN: Natika – Simple PHP Forum for Developers
#5FWIW I chose discourse as my last forum software because it's written in technologies I prefer, ruby/postgres.
Even though I prefer the UI elements of xenforo or Invision PowerBoard- I can't ever go back to using mysql after administering oracle, mssql and postgres.
MySQL is the mongodb of relational database design.
And PHP is the equivalent in scripting languages, unfortunately.
Edit;
I wasn't clear apparently, I was saying while I like the configuration system, I do not like the UI, or the UI trend and I additionally do not like to tie in with mysql, we should be deprecating mysql from personal things so that in 10 years business can follow.
Re: Show HN: Natika – Simple PHP Forum for Developers
#6Interesting, similar configuration format to discourse, and /somewhat/ similar UI. FWIW I chose discourse as my last forum software because it's written in technologies I prefer, ruby/postgres. Even though I prefer the UI elements of xenforo or Invision PowerBoard- I can't ever go back to using mysql after administering oracle, mssql and postgres. MySQL is the mongodb of relational database design. And PHP is the equ…
>MySQL is the mongodb of relational database design
Care stating why?
Re: Show HN: Natika – Simple PHP Forum for Developers
#7Re: Show HN: Natika – Simple PHP Forum for Developers
#8Interesting, similar configuration format to discourse, and /somewhat/ similar UI. FWIW I chose discourse as my last forum software because it's written in technologies I prefer, ruby/postgres. Even though I prefer the UI elements of xenforo or Invision PowerBoard- I can't ever go back to using mysql after administering oracle, mssql and postgres. MySQL is the mongodb of relational database design. And PHP is the equ…
Re: Show HN: Natika – Simple PHP Forum for Developers
#9Interesting, similar configuration format to discourse, and /somewhat/ similar UI. FWIW I chose discourse as my last forum software because it's written in technologies I prefer, ruby/postgres. Even though I prefer the UI elements of xenforo or Invision PowerBoard- I can't ever go back to using mysql after administering oracle, mssql and postgres. MySQL is the mongodb of relational database design. And PHP is the equ…
>I can't ever go back to using mysql after administering oracle, mssql and postgres >MySQL is the mongodb of relational database design Care stating why?
But as an example:
https://www.youtube.com/watch?v=emgJtr9tIME MySQL vs PostgreSQL - Why you shouldn't use MySQL
https://dev.mysql.com/doc/refman/5.5/en/glossary.html#glos_a...
http://grimoire.ca/mysql/choose-something-else
https://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql/
the fact that https://dev.mysql.com/doc/refman/5.6/en/mysql-real-escape-st... has to exist because https://dev.mysql.com/doc/refman/5.6/en/mysql-escape-string.... doesn't work properly. (this is actually blamed on PHP a lot)
My favorite MySQL gotcha is that if you issue a GRANT statement with a typo in the user's name instead giving a "user does not exist" error it simply creates a new user with the misspelled name.
Re: Show HN: Natika – Simple PHP Forum for Developers
#10What about it is specifically "for developers"?