Live data from Hacker News

Viewing profile — stn

stn

HN member
Joined
Sun, Dec 09, 2012, 1:37 PM UTC
HN karma
16
Public activity
14 items

About stn

No profile information was provided.

Recent public activity

  1. comment
    Comment #17417042

    I believe there could be ORMs (or DB libraries) that makes this separation clear. Ecto gets this right although it's not an ORM: an SQL query is a composable data structure that sh…

  2. comment
  3. comment
    Comment #13075898

    What about unwanted parts which are removed intentionally? Wisdom teeth and appendicitis come to mind. Or body parts intentionally modified by surgery. Basically, unless there is s…

  4. comment
    Comment #10969615

    I found it to be a huge productivity boost. In highly interactive apps, templates and code are connected so much, trying to pretend that they are not and switching back and forth a…

  5. comment
    Comment #10931780

    Meanwhile I find myself somewhat worrying about my unique, 32-character passwords because quantum computers

  6. comment
    Comment #10880462

    It might also has something to do with the fact that not all good music is simply radio-friendly. That is, it's hard to appreciated it in a similar way it's hard to appreciate a go…

  7. comment
    Comment #10880356

    I guess it's also amplified by the fact that people tend to accept things as true by default, until it's proven otherwise. In other words, insertion of data is the way cheaper then…

  8. comment
    Comment #10879004

    That's why every time with a new piece of software is coming to my toolbox, I find myself eagerly documenting all the hoops I had to jump through.

  9. comment
    Comment #10424789

    Static typing doesn't have to require typing substantially more characters though (ML-family languages are good example, other examples I can think of is Nim), the syntax choice is…

  10. comment
    Comment #10303502

    I tried some popular quotes, there is an example: "Whenever you find yourself on the side of the majority, it is time to pause and reflect." was transformed to: Every time you log …

  11. comment
    Comment #9981217

    Enjoyed the article, it describes most of the issues I had with ActiveRecord.

  12. comment
    Comment #9416158

    Not sure if it helps but you can always jump to the top with just the "Home" button press

  13. comment
    Comment #8970553

    'is' is also very cool: makes it harder to write '=' instead of '=='

  14. comment
    Comment #4894723

    It would be awesome to have this in Rails 4 by default.