Viewing profile — drk4
drk4
HN member- Joined
- Tue, Jan 10, 2017, 9:16 AM UTC
- HN karma
- 11
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About drk4
No profile information was provided.
Recent public activity
-
comment
Comment #20335286
Mostly a frontend web developer, but with some backend and mobile experience as well. Looking for an interesting development position where I can do some cool stuff. Location: Port…
-
comment
Comment #17157312
Also adding new APIs quickly means people end up using the browser just to play with them.
-
comment
Comment #16772522
That looks like a lot of work to make a movie, all hand drawn.
-
comment
Comment #16706181
This is the tragedy of it. They are trying so hard to only get the "best of the best" that the only way you can possibly be interested in that position and quality for it is by lyi…
-
comment
Comment #16139349
It tells what type of commit it is (a bug fix, a test related change, etc). Its not automated.
-
comment
Comment #14652314
You mean because of using the same string for a key/value? I guess I see the potential problem. Anyway just think that it might be a bit confusing to have the enum work slightly di…
-
comment
Comment #14649770
That seems like a much minor situation compared to not being able to reverse map. You could have a situation where you have a string as a code, and then the display name for exampl…
-
comment
Comment #14648108
The string enums don't seem to work the same way as the number enums, there's no 2 way access. For example. enum Test { a } let a = Test.a; let b = Test[ 0 ]; // isn't available on…
- story
-
comment
Comment #13676503
Its always a tough decision, either you make no changes but then have to live with a less than ideal situation, or make changes but forces everyone to update their code. Personally…