Viewing profile — dotborg2
dotborg2
HN member- Joined
- Wed, Jul 04, 2012, 12:42 PM UTC
- HN karma
- 14
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About dotborg2
No profile information was provided.
Recent public activity
-
comment
Comment #4747584
Front end developer should rather work on his designer skills rather than backend stuff. Not being able to design cool interface makes frontend dev boring to work with.
-
comment
Comment #4732589
Google Web Toolkit and hundreds of various projects made in Google available on code.google.com.
-
comment
Comment #4722406
just like DDG, lack support for languages other than english, something you should start from when creating a search engine
-
comment
Comment #4721720
what about copying other website layouts and designs? it seems like everyone do that, unique design is something very rare why pay for design if I can copy something(+small modific…
-
comment
Comment #4683210
so from advertiser POV effective CPC will be above 1$ ? that's very expensive
-
comment
Comment #4659798
yet you did not fix your mistake in your article title, guess you have a lot of fun imagine yourself having fun with your ignorance of some jewish scientist, it's exactly the same …
-
comment
Comment #4627546
so programming is your hobby, have some fun while researching and solving some problem using some random solution found on the internet which might work or not professional coding …
-
comment
Comment #4536995
Is it possible to make coffeescript code auto formatting tool? Does the lack of such tool make working with cs code harder? Specifically I mean maintaining and refactoring such cod…
-
comment
Comment #4511262
Apache Cocoon, MVC framework designed for RAD
-
comment
Comment #4506071
> So far, Java seems like a stinker to me. I've never written a Java program
-
comment
Comment #4499655
yet it will not cease comparsions of postgres to mysql
-
comment
Comment #4469380
Postgres has feature called index partitioning, it solves such problems. There is also table partitioning. Creating/merging such tables and indexes should be done by your app autom…
-
comment
Comment #4469325
apparently they are doing it wrong
-
comment
Comment #4416929
All those people, who helped in generating data for machine learning algos, now may feel fooled, like suckers.
-
comment
Comment #4407574
You always can use JS/Python/whatever in your java application as a scripting language. In such case like web crawler, the main issue with Java is the scalability or rather lack of…
-
comment
Comment #4395672
ok, sounds like a lot of boilerplate code to write, because "Its only dependency is on jQuery."
-
comment
Comment #4395459
what if I don't use jQuery in my project?
-
comment
Comment #4390506
games are not only about graphics, at least not all of them lol
-
comment
Comment #4365402
AI, machine learning and a digital version of the universe.
-
comment
Comment #4365184
So after year of developing this product, they finally realized that each page should have an unique URL. It's called lack of vision. ps. ajax content does not rank in Google SERPs…
-
comment
Comment #4360238
How does current set of responsibilities determine state of your knowledge?
-
comment
Comment #4360110
"client-side javascript engineer" without any server-side experience.. is that even possible?
-
comment
Comment #4360098
Looks like author is not aware of some cuncurrency problems, deadlocks etc. Backend/database might not scale to 100k concurrent connections so easily.
-
comment
Comment #4271116
table inheritance is cool, but it's also incomplete, docs are pretty clear on that
-
comment
Comment #4271049
- functional index - index partitioning some great features of postgres, which were not mentioned so far