Live data from Hacker News

Viewing profile — dotborg2

dotborg2

HN member
Joined
Wed, Jul 04, 2012, 12:42 PM UTC
HN karma
14
Public activity
27 items

About dotborg2

No profile information was provided.

Recent public activity

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

  2. comment
    Comment #4732589

    Google Web Toolkit and hundreds of various projects made in Google available on code.google.com.

  3. comment
    Comment #4722406

    just like DDG, lack support for languages other than english, something you should start from when creating a search engine

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

  5. comment
    Comment #4683210

    so from advertiser POV effective CPC will be above 1$ ? that's very expensive

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

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

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

  9. comment
    Comment #4511262

    Apache Cocoon, MVC framework designed for RAD

  10. comment
    Comment #4506071

    > So far, Java seems like a stinker to me. I've never written a Java program

  11. comment
    Comment #4499655

    yet it will not cease comparsions of postgres to mysql

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

  13. comment
    Comment #4469325

    apparently they are doing it wrong

  14. comment
    Comment #4416929

    All those people, who helped in generating data for machine learning algos, now may feel fooled, like suckers.

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

  16. comment
    Comment #4395672

    ok, sounds like a lot of boilerplate code to write, because "Its only dependency is on jQuery."

  17. comment
    Comment #4395459

    what if I don't use jQuery in my project?

  18. comment
    Comment #4390506

    games are not only about graphics, at least not all of them lol

  19. comment
    Comment #4365402

    AI, machine learning and a digital version of the universe.

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

  21. comment
    Comment #4360238

    How does current set of responsibilities determine state of your knowledge?

  22. comment
    Comment #4360110

    "client-side javascript engineer" without any server-side experience.. is that even possible?

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

  24. comment
    Comment #4271116

    table inheritance is cool, but it's also incomplete, docs are pretty clear on that

  25. comment
    Comment #4271049

    - functional index - index partitioning some great features of postgres, which were not mentioned so far