positivecomment | 8 years ago | on: XS7 – A compact JavaScript engine for embedded applications
positivecomment's comments
positivecomment | 8 years ago | on: XS7 – A compact JavaScript engine for embedded applications
positivecomment | 8 years ago
positivecomment | 8 years ago
positivecomment | 8 years ago
https://www.google.de/publicdata/explore?ds=d5bncppjof8f9_&m...
Also, I searched for the Kurdish support: https://i.imgur.com/bWnm5Sb.png
I can say that I wasn't surprised.
positivecomment | 8 years ago | on: Unknown Mozilla dev addon "Looking Glass 1.0.3" on browser
positivecomment | 8 years ago | on: Unknown Mozilla dev addon "Looking Glass 1.0.3" on browser
positivecomment | 8 years ago | on: Ask HN: Best tech for a web site 2018? (PHP, Rails, Django, Node, Go, etc.)?
positivecomment | 8 years ago | on: Couple Proves Facebook Listens in on Conversations with Simple Experiment
positivecomment | 8 years ago | on: Face ID beaten by mask
positivecomment | 8 years ago | on: Ask HN: Best tech for a web site 2018? (PHP, Rails, Django, Node, Go, etc.)?
It was very easy to develop, test and deploy. Npgsql has support for most of the postgres features (except complex types but that's planned).
I deployed everything on Ubuntu servers and runs like a champ. (I'm saying prototype and it is indeed, but it has 100-something users across the globe testing their workflows continuously and it has a lot of CPU-intensive stuff which is child's play with .NET to manage asynchronously. A production app would have two orders of magnitude more users but I think I'll be able to get away with a single server if it comes to that).
positivecomment | 8 years ago | on: Face ID beaten by mask
But you don't even use HTTPS. Why?
positivecomment | 8 years ago | on: Show HN: Orange Forum – Web 1.0 style forum written in Go
My point is, you can write any kind of app with almost any kind of server-side tech. If you don't like the culture, you may be right, but please be explicit about it.
positivecomment | 8 years ago | on: Sick of Ruby, dynamic typing, side effects, and object-orientation (2014)
C#'s type system is usually better except from the times that I feel creative. Works perfectly for large codebases with many changes. Not fun for side-projects.
positivecomment | 8 years ago | on: Sick of Ruby, dynamic typing, side effects, and object-orientation (2014)
I don't like node.js, but I occasionally use Typescript like a more powerful C#.
positivecomment | 8 years ago | on: Write tests. Not too many. Mostly integration
Best solution would have been a pipe operator if you ask me.
positivecomment | 8 years ago | on: Netflix: Removing client-side React.js improved performance by 50%
positivecomment | 8 years ago | on: Netflix: Removing client-side React.js improved performance by 50%
positivecomment | 8 years ago | on: Netflix: Removing client-side React.js improved performance by 50%
Sorry for being sarcastic but don't you also find this too obvious?
positivecomment | 8 years ago | on: Write tests. Not too many. Mostly integration
Duly noted! Although I'll try talking to her first, I'm sure there's more behind the decision :)
One of the methods that was inside takes a request, extracts the body and returns the parsed graph from the body. It's used by many controllers from many projects. I don't know where to put such a thing, hence the request extension.