Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pragueexpat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
pragueexpat
6y ago
Take a look at these articles - they start with first principles: http://amasci.com/ele-edu.html
2.
▲
Amazon’s Alexa Calls 911
(thesun.co.uk)
1 points
by
pragueexpat
7y ago
|
0 comments
3.
▲
by
pragueexpat
8y ago
Deep clone objects
4.
▲
by
pragueexpat
8y ago
Also curious if someone has anything to say about Vue/Nativescript. That would be my choice as well. I'm constantly wondering why React Native gets all the attention when Nativescript seems to have so much going for it.
5.
▲
by
pragueexpat
10y ago
OK, some stuff is nice (async), but seems like the standard keeps adding syntactic sugar while not addressing more pressing daily challenges, i.e. deep cloning (Object.assign does not go deep).
6.
▲
by
pragueexpat
10y ago
My kids to go Meridian, which so far has been a fantastic school and is about 1/3 the price of a private school in the U.S. (I see that PBS is almost as expensive as ISP, which is very high). What is your citizenship? Any issues with m
7.
▲
by
pragueexpat
10y ago
I'm an American who grew up on the East Coast, went to USC (Los Angeles) for university (left in 1990), later worked for a San Fran company and have been living in Prague for 15 years so I may have some perspective for you. Long story
8.
▲
by
pragueexpat
11y ago
I know of 2 in Prague. One in Těšnov 5 and the other in Komerční bank on Václavské Náměstí. Surprising how many people are scared to ride the whole loop.
9.
▲
by
pragueexpat
12y ago
> "I'm glad I'm not the only one" You're not the only one, but we're being steamrolled by the Java crowd and I'm afraid that we're in a losing position. Angular is the first of many to come.
10.
▲
by
pragueexpat
12y ago
As someone who works in this field, there actually are government standards and working groups that involve all the vendors. I'm talking about in the U.S. - Europe has a much more varied ecosystem and standards appear harder to agree u
11.
▲
by
pragueexpat
12y ago
New Jersey - REMOTE from within U.S. (most of team is remote) Heavy AngularJS, Node.js, SQL Server Healthcare IT position, Contract to full-time if desired Help build front-end components for an established and very successful Health IT com
12.
▲
by
pragueexpat
13y ago
Agree. For me, best practice is to use JSON-RPC for our client to server communication and expose a REST interface for 3rd party CRUD operations.
13.
▲
by
pragueexpat
13y ago
What about jsonrpc ( http://json-rpc.org/ )? I am using it in a project and I really appreciate the simplicity. Would be curious to hear from others who have experimented with it.