Live data from Hacker News

Viewing profile — andreas_bak

andreas_bak

HN member
Joined
Thu, Oct 21, 2010, 3:42 AM UTC
HN karma
31
Public activity
11 items

About andreas_bak

http://hndiary.com

Recent public activity

  1. comment
    Comment #1919902

    Yes I agree. But, I believe that it is just a perversion. In any project that involves RDBMS writing queries is just a small part of development. Surely you could modify queries wi…

  2. comment
    Comment #1919877

    I am not against new ways of querying RDBMSes but until today SQL seems the most simplest and clean way to do it. Most realistic solution will be not to abstract SQL but develop a …

  3. comment
    Comment #1919826

    1. Why to write an ad-hoc sql parser in Clojure. The result of query is a JDBC ResultSet (on JVM). You may define some functions that transform rows from ResultSet to Clojure terms…

  4. comment
    Comment #1919678

    I read the article. The guy claims that SQL is hard -- yes it is hard for real life cases and there are limitations imposed by underlying theory (relational algebra). Joining the t…

  5. comment
    Comment #1919531

    I can not understand what problem this library solves ? Why to write SQL in Clojure and translate it back to SQL ? Examples on website are quite simplistic. They are far away from …

  6. comment
    Comment #1917753

    As long as you making plans and analyze why to do something or not, you are losing your time on over-analysis. Instead of reading super-analytical and pseudo philosophical 'less wr…

  7. comment
    Comment #1915327

    Yes you are right. I did not notice it. HTTP cache is effective on resources that are same for all users. One possible solution is to decouple the personalized data and load it sep…

  8. comment
    Comment #1915106

    It is slow for me as well. It seems that page needs some optimizations in order to be served and rendered faster when the server is under heavy loads. 1. I checked responses using …

  9. comment
    Comment #1910323

    I must mention that The slide idea is taken from ( http://hackerslide.com ) by `peterc'

  10. story
    Hacker news for busy people

    Hello HN. I've made yet another HN app that helps people to to browse best HN articles of previous hours, days, weeks etc. Additionally it has a "slide" feature (a.k.a time machine…

  11. comment
    Comment #1862030

    I like to see others people work. Sometimes RMSes are linking to things that are just weekend small projects, but still it is nice to publish them and ask for opinions of other mem…