Live data from Hacker News

Viewing profile — ziahamza

ziahamza

HN member
Joined
Sun, Feb 23, 2014, 8:24 AM UTC
HN karma
23
Public activity
31 items

About ziahamza

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #10823240

    SEEKING WORK - HONG KONG, but remote preferred. Full Stack developer. Highly Experienced JS, GoLang, C, C# Environments: NodeJS, React, Cassandra, Docker Experience: 6 years Github…

  8. comment
    Comment #10615803

    Should now be fixed! The discussions appear on the top right :)

  9. comment
    Comment #10613871

    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

  10. comment
    Comment #10613830

    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 deca…

  11. comment
    Comment #10588413

    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

  12. comment
    Comment #10423232

    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, t…

  13. comment
    Comment #9755952

    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 pers…

  14. comment
    Comment #9751912

    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 pa…

  15. comment
    Comment #9634354

    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 othe…

  16. comment
    Comment #9580661

    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 anot…

  17. comment
    Comment #9497751

    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 ma…

  18. comment
    Comment #9418843

    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

  19. comment
    Comment #9374120

    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 o…

  20. comment
    Comment #9365560

    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…

  21. comment
    Comment #9332339

    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

  22. comment
    Comment #9119605

    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 …

  23. comment
    Comment #9063551

    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 con…

  24. comment
    Comment #8995541

    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 ar…

  25. comment
    Comment #8970966

    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.…