Live data from Hacker News

Viewing profile — marc_omorain

marc_omorain

HN member
Joined
Thu, Jan 29, 2009, 4:27 PM UTC
HN karma
142
Public activity
35 items

About marc_omorain

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #46180730

    I just bought it. It’s a really nice game. I have red/colour blindness and I find that the contrast between the red and green borders on cells is very low (they look quite similar …

  4. comment
    Comment #46096925

    Clojure works really well for AOC. A lot of the problems involve manipulating sets and maps, which Clojure makes really straightforward.

  5. story
  6. story
  7. story
  8. comment
    Comment #34355993

    The recursive anchors seemed to be user-error. Either copy+paste bugs, or an anchors places in the wrong position. The null character would appear when people try to write a string…

  9. comment
    Comment #34351951

    At CircleCI, we have had to handle many strange YAML documents. Two that come to mind: A recursive document: key: &anchor - *anchor The `~` character represents null: ~: - ~ This p…

  10. story
  11. comment
    Comment #32248789

    You would be surprised at how little of the code in a CI product, like CircleCI, deals with git. On the other hand, there is a lot of code required to integrate with the VCS - auth…

  12. comment
    Comment #20172810

    I have a few qualms with this app: 1. For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, …

  13. story
  14. comment
    Comment #15562848

    You can still download the tools from here https://developer.android.com/studio/index.html#downloads - see the section named 'Get just the command line tools'.

  15. story
  16. comment
    Comment #13813197

    What's the difference between grids and flexbox? To the untrained eye, they look like two alternate layout systems where one should suffice.

  17. comment
    Comment #13480481

    > "Slightly cleaned-up Java with a bit of syntax sugar" This is not an accurate description of Kotlin. Kotlin has many features that make it better than Java. Most importantly, it …

  18. story
  19. story
  20. story
  21. comment
    Comment #12738998

    Calls to mutate state, such as changing the name field, should be rare. I don't see the value in adding syntactic sugar to make it easier to mutate state.

  22. story
  23. comment
    Comment #12209973

    I have 8 copies.

  24. comment
    Comment #11717794

    I've had good success in the past adding @deprecated annotations to the old code when adding new code behind a feature flag. It makes it much easier to come along later and know wh…

  25. comment
    Comment #11682868

    This reminds me of Shutterstock's open-source List of Dirty Naughty Obscene and Otherwise Bad Words: https://github.com/shutterstock/List-of-Dirty-Naughty-Obscen...