Viewing profile — marc_omorain
marc_omorain
HN member- Joined
- Thu, Jan 29, 2009, 4:27 PM UTC
- HN karma
- 142
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About marc_omorain
No profile information was provided.
Recent public activity
- story
- story
-
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 …
-
comment
Comment #46096925
Clojure works really well for AOC. A lot of the problems involve manipulating sets and maps, which Clojure makes really straightforward.
- story
- story
- story
-
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…
-
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…
- story
-
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…
-
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, …
- story
-
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'.
- story
-
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.
-
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 …
- story
- story
- story
-
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.
- story
-
comment
Comment #12209973
I have 8 copies.
-
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…
-
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...