Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ziahamza
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
The good parts of ES8
(medium.com)
3 points
by
ziahamza
9y ago
|
0 comments
2.
▲
Hybrid Teams are the future
(medium.com)
2 points
by
ziahamza
9y ago
|
0 comments
3.
▲
2018 is the year of remote
(medium.com)
2 points
by
ziahamza
9y ago
|
0 comments
4.
▲
The death of outsourcing software
(medium.com)
3 points
by
ziahamza
9y ago
|
0 comments
5.
▲
Hire Leaders in the Making
(medium.com)
4 points
by
ziahamza
9y ago
|
0 comments
6.
▲
Hackathon on a plane from HKG to LDN
(hackhorizon.com)
5 points
by
ziahamza
10y ago
|
0 comments
7.
▲
by
ziahamza
11y ago
Should now be fixed! The discussions appear on the top right :)
8.
▲
by
ziahamza
11y ago
The proxy can be generated from the Parle Browser extension which overlays HN and Reddit discussions directly on the page. You read more about it at https://www.parle.co
9.
▲
by
ziahamza
11y ago
I don't think its just China. Horns used to be one of the ingredients in classic chinese medicine, but its drastically reduced next to none after horns were banned a couple of decades ago. India itself is a big importer of horns and I
10.
▲
by
ziahamza
11y ago
The project has come a long way,since the early days of the Monaco code editor. Really happy seeing it finally come to the open!! :D
11.
▲
by
ziahamza
11y ago
I wonder by Babel was ruled out, in conjunction with Flow. DefinatelyTyped was a game changer for us, as it already has a large repository for popular libraries. But except that, typescript has some catch up to do in terms of typesystem wit
12.
▲
by
ziahamza
11y ago
The only reason why Node is taken seriously is the fact that beginners only have to learn one language and switching languages initially can be a deal breaker for many. I have personally taught programming to a few people, and most people a
13.
▲
by
ziahamza
11y ago
React is a pain to use with web components. The event handling in React blows up when it is rendered under shadow DOM, so building chrome extension through React can be a bit of pain. They are aware of the issue, but too slow in responding
14.
▲
by
ziahamza
11y ago
Its not just about being a helper. All peers have complete access to each other's machine, not just to initiate http requests. It even allows peers to download files from each other, and steal other personal information. Its just insan
15.
▲
by
ziahamza
11y ago
Sure, they have complete right to safe guard customer data with authentication checks. But the situation here is that the customer is offering its consent to use their data on another platform or application. The same holds for rooting andr
16.
▲
by
ziahamza
11y ago
I am not sure why they modelled their pricing model on a per node basis rather then the total data storage. I guess the nodes will be isolated from every other cluster, but that makes the initial price to setup a cluster a lot higher then l
17.
▲
by
ziahamza
11y ago
I wrote a very neat web ui client for managing remote downloads in angularjs. It has a simple codebase to learn from: http://github.com/ziahamza/webui-aria2
18.
▲
by
ziahamza
11y ago
On a side note there is already the Edge project that allows NodeJS and .Net to run in the same process. So you can run Asp.Net MVC websites with NodeJS side by side. And it runs on all platforms using Mono Runtime https://github
19.
▲
by
ziahamza
11y ago
I also use i3 with vim and a browser as my setup, but I would always go for SSD more then anything. The whole machine feels snappier when compiling and running stuff, although I do back it up with 8GB of ram.
20.
▲
by
ziahamza
11y ago
Its a bit funny, when they state that it turns on instantly, They then back it up with 12 second cold boot and 3-5 second from sleep
21.
▲
by
ziahamza
12y ago
Games in js have had similar requirements, or even tougher. expectation out of a game has been increasing for a long while, and there are games being built on js (even full fledge games using asm.js and webgl), So i dint think the requireme
22.
▲
by
ziahamza
12y ago
I dont think kqueue fulfils the need of listening on file system events. Mac OSX has FS Events, to fill the need of inotify. Kqueue is more of a replacement for Epoll and works consistently across all file descriptors, not necessary for lis
23.
▲
by
ziahamza
12y ago
I agree. Xamarin guys have done a great job at delivering cross platform UI, making C# first class on most platform, but their API's still lag behind .Net official framework and are stuck to the .Net 4.0 era.
24.
▲
by
ziahamza
12y ago
The biggest reason why I still dont use coffeescript is that most compile javascript tooling doesnt work. I cant use types from TypeScript, or use JSX extentions with coffeescript.
25.
▲
by
ziahamza
12y ago
Yeah, BTW I am also super curious how they merged the tabs UI with the top window bar. That also seems to be a pending issue in atom. I have a feeling it may just be nwjs.
26.
▲
by
ziahamza
12y ago
Its changed now with IOS 8, JIT is enabled for WKWebkit
27.
▲
by
ziahamza
12y ago
C# already has basic support for computation expressions which they implemented to support LINQ and later extended for DLR, but I cant see why they couldnt extend it further for async tasks.
28.
▲
Apple HomeKit reverse engineered
(github.com)
3 points
by
ziahamza
12y ago
|
0 comments
29.
▲
by
ziahamza
12y ago
The author here. The project contains a lot of hacks to make sure the page works even if you save it to the local desktop! Cross origin requests with HTTP authentication while being served as file:// is an incredibly constraint en
30.
▲
Show HN: Webui-Aria2 – Remote download manager built with AngularJS
(github.com)
2 points
by
ziahamza
12y ago
|
1 comments
More ›