Viewing profile — tef_
tef_
HN member- Joined
- Sat, Oct 09, 2010, 5:17 PM UTC
- HN karma
- 17
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About tef_
No profile information was provided.
Recent public activity
-
comment
Comment #1825407
here is a quick outline of some issues in php through the years: http://phpxmlrpc.sourceforge.net/#security early and naive implementations of xml parsers in php used eval, and as …
-
comment
Comment #1825390
the syntax seems regular but the grammar for php isn't. this is why you can't do $a = foo(1,2,3)[0] in php. also why this won't happen any time soon.
-
comment
Comment #1819333
tbh, php excels at being a templating engine. it is very easy to get data in and out of the database and into the browser. however, the implementation of php itself is buggy and of…
- comment
-
comment
Comment #1777701
You missed the bit where I said having a standard way of calling a script would be an improvement. (and The bits where I asked how you would deal with keeping them in sync) (and I …
-
comment
Comment #1777039
Using the sqlite db as the canonical configuration is a nice idea, but reminds me of the fun of bind, editing one file to re-generate another. It is as if he is ignoring the advice…
-
comment
Comment #1775364
Python for 1,2 with a little bit of manual pasting into wolfram alpha And for part 3 I used prolog. About ~6 lines or so.