dotborg's comments

dotborg | 13 years ago | on: Employees leave managers, not companies

Being able to earn some money on the internet does not make you any smarter from any other profession. So it's just the internet what makes you feel so special. Good luck software engineering your bilion dollars without it.

dotborg | 13 years ago | on: Why the Fuck?

"the smartest guys" didn't want to work on health problems, ok, however

Google Search is pretty much crap lately, AdWords/Facebook ads campaigns are expensive and ineffective

maybe it's not that bad after all

dotborg | 13 years ago | on: Try JavaScript macro expansion using Sweet.js in the browser

I see at least two problems:

- debugging such code is a nightmare(node.js itself makes it hard enough)

- static analysis of such code is not possible.. yet?

JS and programmers should target Java-like experience imo, static analysis, code assist, dependency check - all of it performed on-the-fly. We won't get it by creating yet another layer above main language, because IDE vendors simply can't cope.

dotborg | 13 years ago | on: Ask HN: Web app architecture

use window.pushstate instead of urls with hashes,

you can change URL in window address without reloading entier page

Google will index "hashbangs", but they will rank poorly and you will get only small amount of traffic from search

page 1