Viewing profile — j13z
j13z
HN member- Joined
- Fri, Apr 04, 2014, 11:00 PM UTC
- HN karma
- 5
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About j13z
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #9830195
> Node is a tool for running Javascript on the server. Your desire to use it will stem entirely upon your desire to write javascript to perform server side tasks. Now that's often …
-
comment
Comment #9441711
> You need to prevent associating search queries with your logged in social accounts Every 3rd party HTTP request can already be used to track you -- being logged into a social acc…
-
comment
Comment #9274459
This is also a great tool to play around with / construct regexes: http://regex101.com/
-
comment
Comment #9075765
Maybe think about it this way: Loops are not expressions . (Where I assume that you are talking about for-loops and the like.)
-
comment
Comment #8552454
I agree, the crawling / indexing problems you describe are definitely true for Linked Data . But there are still other use cases for semantic web technology. > The use case many pe…
-
comment
Comment #8541690
> That said, C++/Java-style class-based o.o. is no panacea either and having both things in a single language is just crazy. Actually, there is just prototypal inheritance. The who…
-
comment
Comment #8484609
I'm surprised no one mentioned single page web applications -- that's where I see JavaScript's strength at the moment, compared to the other server-side frameworks you named. JavaS…