sahat
|
12 years ago
|
on: Announcing Two Scoops of Django 1.6
Is Django still relevant in the web community? I watched "Making Disqus Realtime" a year ago, where they were talking about building a real-time system using Django, gevent, gunicorn, Redis, Flask, nginx, haproxy. The entire stack could be condensed into node.js + socket.io.
sahat
|
12 years ago
|
on: React: Finally, a great server/client web stack
Downloaded rendr, fired up the first example simple_00, opening links - Users and Repos, was painfully slow. With server MVC frameworks at least there is an indication by the browser that page you clicked on is currently loading. With client-side MVC frameworks pages usually load instantly and data arrives shortly after. In rendr, maybe it's just a terrible example, you wait 2+ seconds for a page to load and there is zero indication that page is loading.
sahat
|
12 years ago
|
on: React: Finally, a great server/client web stack
I would be interested to know what exactly React solves when we already have so many options - Ember, Angular, Backbone to do the same thing.
Why would one want to increase the complexity of the application by introducing "yet another new thing" on an already complex architecture.
I am just not sold on React. If someone could show a demo of why should we use React instead of, Backbone.View for example, then we can talk.
sahat
|
13 years ago
|
on: Ember.js or Angular.js?
Take a look at source code examples of Angular and Ember Todo apps:
http://addyosmani.github.com/todomvc/Some interesting facts about Todo apps:
Angular.js: 10 requests, 41.94kb transferred.
Ember.js: 17 requests, 334.12kb transferred.
sahat
|
13 years ago
|
on: Ember.js 1.0 RC1 released
sahat
|
13 years ago
|
on: Facebook's 2012
I deleted my Facebook this summer and haven't looked back.
sahat
|
13 years ago
|
on: I love you, dad
You know what they say - "you'll never miss, what you never had".
sahat
|
13 years ago
|
on: IntelliJ IDEA 12 Released
It has already been unchecked. But then I found View > Navigation Bar. That's exactly what I was looking for.
sahat
|
13 years ago
|
on: IntelliJ IDEA 12 Released
sahat
|
13 years ago
|
on: WebSockets and WebGL used to create multiplayer shoot'em up
Impressive. This is the most fun HTML5 games that I played.
sahat
|
13 years ago
|
on: Why it is Awesome to be a Girl in Tech
"That looks like sexism to me."
That's reality.
sahat
|
13 years ago
|
on: Why developers are allergic to job opportunities
Monster.com is a joke.
sahat
|
13 years ago
|
on: Amazon Officially Announces The New Kindle Paperwhite
Probably one of the most interesting features of the new Kindle Paperweight is this: "The display has 62 percent more pixels, and it’s super sharp with excellent contrast". There haven't been any new breakthroughs in the eInk department since B&N Nook Simple Touch and Kindle 4.
sahat
|
13 years ago
|
on: Ask HN: How to learn Backbone
Maybe it's just me, but watching Peepcode screencasts puts me to sleep, even at 1.5x speed.
sahat
|
13 years ago
|
on: Asteroids in under 600 lines of Common Lisp (uses SBCL and SDL)
I didn't know what a beautiful code was, until I looked at this project.
sahat
|
13 years ago
|
on: Customize Twitter Bootstrap To Not Look Bootstrap-y
Thank you sir. SexyMap was one of my must-have add-ons in World of Warcraft.
sahat
|
13 years ago
|
on: Typing Practice for Programmers
This is the best project I've encountered at Hacker News so far. Thank you.
sahat
|
13 years ago
|
on: Vim and Vi Tips: Essential Vim and Vi Editor Skills, free on Amazon today only
nerdtalk!
sahat
|
13 years ago
|
on: Amazing CSS3 3D popup book
Works smoothly on Safari 6.0 (8536.25) in Mountain Lion 10.8.
sahat
|
13 years ago
|
on: Dojo JavaScript Toolkit 1.8 Released
What is the fundamental difference between this and jQuery? And why some random pre-beta MVC javascript frameworks are more popular than Dojo?