Viewing profile — ahmelsayed
ahmelsayed
HN member- Joined
- Thu, Jan 27, 2011, 7:00 AM UTC
- HN karma
- 33
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About ahmelsayed
No profile information was provided.
Recent public activity
-
comment
Comment #11401553
You certainly can do this. Though keep in mind that your functions are running on Windows, so make sure to compile your native binaries to target Windows.
-
comment
Comment #11399056
Right now we're using node 4.1.1, we're still looking into handling language versions.
-
comment
Comment #11398775
It's on the road map, yes. There is already an experimental support for it but it needs a lot more polishing https://github.com/Azure/azure-webjobs-sdk-script/blob/807cf...
-
comment
Comment #8631977
that's not really the actual timeline. here is the pull request for adding union types. https://github.com/Microsoft/TypeScript/pull/824 I believe all 3 teams, TypeScript, Flow, an…
-
comment
Comment #8408054
and the "how can this happen?" https://github.com/search?utf8=%E2%9C%93&q=%22how+can+this+h...
-
comment
Comment #8128946
It's just very inconsistent. It just happens sometimes and I either restart firefox or close and open the tab and it goes away. I can try to take a memory dump when that happens. I…
-
comment
Comment #8128867
I primarily use Firefox for browsing, but for development I usually use a mix of Firefox and Chrome. It might be just me, but it's very common when I use the JavaScript debugger in…
-
comment
Comment #7756735
how long ago was that? I can see it supported now[1] but I don't know if that was something recent or not. [1] http://azure.microsoft.com/en-us/documentation/articles/comm...
-
comment
Comment #7749985
While that is absolutely true for IIS and the Shared tier in Azure Websites (although it's fully configurable if you own the IIS box[1]), Dedicated tiers (when you own the whole VM…
-
comment
Comment #7733778
I think he is referring to running different versions with different CLRs side-by-side. It means Platform-as-a-Service friendly. Since in PaaS you usually don't own the machine, yo…
-
comment
Comment #7701757
print in Arabic should be اطبع not إتبع إتبع means "to follow" while اطبع means "to print"
-
comment
Comment #5770220
thanks for the link. I always thought this must be some form of bias, but never knew there is a formal name for it.
-
comment
Comment #4429279
do you know of any issues with backlight bleeding? The Amazon reviews got me worried
-
comment
Comment #4415535
also - right click on the running instance in the task bar and select Visual Studio - middle click on the already running instance in the task bar same as with Windows 7
-
comment
Comment #3974494
push notification and uploading photos are probably the only reasons I use the facebook app. I also think they have a nice UI ideas in the app, it just doesn't work that well. but …
- story
-
comment
Comment #2353828
I like notepad++ on Windows and vim on linux. for IDE I really like VS, and when did HTML become a programming language??