fuentesjr

2,302
reputation
238 views

Registered User

name fuentesjr
member for 1 year
seen 2 days ago
website
location US
age
i am rogue...
1d
awarded  Notable Question
Dec
15
awarded  Notable Question
Dec
14
awarded  Popular Question
Dec
9
awarded  Nice Question
Oct
23
awarded  Popular Question
Oct
23
answered What is O(N) and/or O(1)?
Oct
23
comment What is O(N) and/or O(1)?
for a comprehensive description see en.wikipedia.org/wiki/Big_O_notation
Oct
22
comment Why NOT use PHP as a desktop programming language?
@nathan In retrospect, I agree that my comment came off insulting. I don't mean to insult you. However, I do strongly oppose using PHP (or other tools for that matter) for problems/tasks it wasn't designed for, especially when there are alternatives. Furthermore, I wasn't calling you out directly, so I'll rephrase again. "However, perhaps it would suite everyone if one has a clear picture of the problem domain and toolset." Lastly, this was simply a comment and not a formal answer, so that's why I didn't provide any specifics to your question.
Oct
22
comment Why NOT use PHP as a desktop programming language?
Well technically you are asking two questions so you might want to choose one. Second, Why NOT use a hammer to screw a tiny bolt? With enough effort, you might just get it to hold together. If you squint your eyes enough, that bolt might look like a nail. However, perhaps it would suite everyone if you have a clear picture of the problem domain and toolset. I think we call those people professionals and engineers.
Oct
22
comment Why NOT use PHP as a desktop programming language?
Well put my friend :) I'm getting tired of sanding corners myself.
Oct
20
comment XMPP web client for commercial web application
Strophejs has an MIT license, with some BSD code/files: github.com/metajack/strophejs
Oct
18
comment is there a book on php for socket programming? or a general programming language?
I can't imagine any good reason why you would want to do this
Oct
13
comment Prototypal vs Functional OOP in JavaScript
Thanks for the great answer. Personally I'm fine with not having true private members since I come from a Python background where everyone is assumed to be a responsible adult.
Oct
13
answered What is the worst function in PHP?
Oct
13
comment Prototypal vs Functional OOP in JavaScript
Isn't it also a disadvantage that the prototype style exposes any desired "private" members?
Oct
13
comment Google App Engine: Is it possible to do a Gql LIKE query?
To be fair, GAE was never designed to be a relational system. After all, we don't expect Tokyo Cabinet to support JOINs either. Perhaps you don't like GAE because it doesn't use a Relational system then.
Oct
12
comment Google App Engine: Is it possible to do a Gql LIKE query?
The continued problem revolves around people trying to use GAE Datastore as if it were a Relational/~SQL database. By Google introducing GQL, it further leads people into thinking in terms of SQL systems. However I understand that Google is trying to make the transition for everyone much easier even though I'm not sure this is the right approach.
Oct
12
asked Prototypal vs Functional OOP in JavaScript
Oct
10
comment How can I return AJAX response text?
Maybe if your accept rate goes up you'll have better luck :/
Oct
9
answered Is there a way to maintain a 200MB immutable data structure in memory and access it from a script?
Oct
1
answered Favourite Open Source Google App Engine apps (Java or Python)
Oct
1
answered PHP vs Python, worth the investment in Python?
Oct
1
comment PHP vs Python, worth the investment in Python?
"Ruby is challenging Lisp and Smalltalk on the ..." That is HIGHLY subjective. Personally, I would consider Lisp in another league.
Sep
30
answered php rand() array
Sep
30
comment Bigtable database design theory
+1 Glad to see you on here, Nick. I'm a fan :)
Sep
30
comment Is there a function to extract a ‘column’ from an array in PHP?
I don't mean to sound like a jerk, but this isn't really a complicated question that in a few days will reveal an amazing solution.
Sep
30
accepted Bigtable database design theory
Sep
30
answered Bigtable database design theory
Sep
30
comment Is there a function to extract a ‘column’ from an array in PHP?
Would you mine accepting one of the answers given if you don't mind.
Sep
30
comment Is there a function to extract a ‘column’ from an array in PHP?
Yeah I think mine is the most elegant given PHP's features and the first complete example. :)
Sep
29
answered Is there a function to extract a ‘column’ from an array in PHP?
Sep
17
awarded  Yearling
Sep
14
awarded  Popular Question
Sep
6
awarded  Notable Question
Aug
31
awarded  Nice Answer
Aug
25
accepted What is the relationship between GvR’s Rietveld and Android’s Gerrit?
Aug
24
accepted Project structure for Google App Engine
Aug
18
awarded  
Aug
4
awarded  Popular Question
Jul
26
awarded  Nice Question
Jul
18
awarded  Nice Answer
Jul
14
awarded  Popular Question
Jul
2
comment I need a Python class that keep tracks of how many times it is instantiated
No need to waste time implementing any other way
Jul
1
answered Google App Engine datastore does not support operator +