Viewing profile — fetbaffe
fetbaffe
HN member- Joined
- Mon, Apr 29, 2013, 11:45 AM UTC
- HN karma
- 949
- Public activity
- 489 items
- HN profile
- View on Hacker News ↗
About fetbaffe
No profile information was provided.
Recent public activity
-
comment
Comment #25943908
I think that todays terrorism is mainly state sponsored, terrorist organisation use different types of resentment when recruiting new members, however many of the terrorist organis…
-
comment
Comment #24877901
Correct, OOP in itself it’s not bad. I use it every day, but I mostly use composition rather than inheritance. What I was trying to say was that the inheritance based OOP was sold …
-
comment
Comment #24868403
Early web was written in Perl, I guess it was the classic approach of lets borrow what is already successful and in end PHP won over Perl so it worked too. Bill Gates would have be…
-
comment
Comment #24868305
$ was taken from Perl https://stackoverflow.com/a/3073818 but because early PHP was more simplistic than Perl it only has $. Powershell also uses $ for variables. Regardless of ety…
-
comment
Comment #24868111
I learned Spring, one of the worst frameworks I ever worked with (note that I have worked with Laravel too). Spring is a bloated mess with lots of legacy & misuse of annotations, a…
-
comment
Comment #24867957
Because the alternatives is actually not good, it just a fallacy. There will always be something negative regardless of what you pick, problem is to decide what your core values ar…
-
comment
Comment #24867861
PHP is filled to the brim with bad frameworks with one size fits all type of mentality. Just avoid them and make your life easier. If you need a framework, look for something small…
-
comment
Comment #24867614
It was because every developer in the West was taught that inheritance based OOP was the one thing to rule them all. And that unfortunate school of thought created the Java mythos …
-
comment
Comment #24867467
Nothing is stopping you of writing PHP the "old" way, all new stuff is optional.
-
comment
Comment #24788274
If you haven't realized it yet, your ideology liberalism is dying.
-
comment
Comment #24788002
If social media is poising the country, why give social media (YouTube) more powers? If it is the case then you have two options, ban YouTube or add more government regulation. Let…
-
comment
Comment #24787671
Because the neighbors were Romans.
-
comment
Comment #24766394
I find it easier to handle multiple PHP versions on Windows than on Linux. As you say just download zip,unpack somewhere copy php.ini-development to php.ini, and you can do this fo…
-
comment
Comment #24738327
I can’t escape Apple even I would change to Android according to this decision done by Apple against Telegram.
-
comment
Comment #24720034
It usually begins as let’s split our project into multiple libraries so it can be reused within the company or even better if we put it on GitHub everyone can use it. After a few m…
-
comment
Comment #24706793
PHP, Apache, MySQL (or MariaDB), Bootstrap CSS and jQuery. Very good setup that will solve your problems relatively fast and can be running for years without much maintenance. Ther…
-
comment
Comment #24698479
The mix of Excel & Access as a new application would be a killer app. Hasn’t someone already built that in the cloud?
-
comment
Comment #24698445
How do you share the spreadsheet? Shared network drive? By email? With Excel?
-
comment
Comment #24662136
Sure, but you always have to ask, to what degree? If it is more prevalent than in other societies then you can definitely call it a phenomenon.
-
comment
Comment #24662065
Pattern is high trust societies vs low trust societies.
-
comment
Comment #24637856
Most common XML parsers in PHP uses libxml which is written in C, so it should be relatively fast, however I haven't used it for super large XML-files and not for every request. It…
-
comment
Comment #24629697
Sure, but how is it ironic? That is what I'm trying to figure out.
-
comment
Comment #24628901
So basically you never become a native regardless how many generations you stay in a country, thus nationalism is valid point of view.
-
comment
Comment #24628287
How is that ironic?
-
comment
Comment #24627259
In the old days many things that were XML when it should have been JSON, today it is the opposite, many things that are JSON when it should be XML.