Viewing profile — asmdev
asmdev
HN member- Joined
- Wed, Nov 16, 2016, 5:38 AM UTC
- HN karma
- 25
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About asmdev
No profile information was provided.
Recent public activity
-
comment
Comment #16400216
After we merge a pull request with rebase + fast forward merge, there is no merge commit created. This leads to a linear commit history. Does anyone know anyway to look at the line…
-
comment
Comment #15561152
@jonandersense Honestly, I prefer doing a 1 day onsite interview. The equation is different here. Here, the company is investing as much time in interviewing me as I am putting in …
-
comment
Comment #15561064
In that case, we agree. I too believe that a 1 hour coding interview is reasonable although I am not too sure if it is ethical to do so without paying. But if it is a 4 hour coding…
-
comment
Comment #15561029
A 4 hour coding assignment is half a day of work. I don't care if it is a toy project and if there is no business value in the work. But a 4 hour coding assignment is still half a …
-
comment
Comment #15560734
You're okay doing a coding project for a few hours? Good for you! I like to get paid by the hour.
- story
-
comment
Comment #15560386
I had a similar experience with a company in Bangalore.[1] I wish there were a law to prevent such exploitative hiring practices. [1]: https://github.com/surya-soft/Interview/issue…
-
comment
Comment #15557229
The number of commands you show may not be unreasonable. But after spending many years in the industry, I think it is far easier for me to learn C++ with all its different types of…
-
comment
Comment #15556316
To be fair to the people whose merges failed, I believe this is a shortcoming of git (the tool) and not the people using it. It is fair to expect a developer to invest sometime in …
-
comment
Comment #15556239
> I'd much rather have a well rounded individual who isn't moonlighting on other things but rather can bring his clear focused mind to the office. I don't understand how you equate…
-
comment
Comment #15463616
Saka Key seems to be using different keybindings than VimFx, Vimium, Vimperator, etc. For example, Saka Key uses `n` to open a new tab[1] whereas others use `t` to open a new tab. …
-
comment
Comment #15463315
Is there a good alternative for VimFx?
-
comment
Comment #15462934
No, you won't be as productive as me. The fact that you were not aware how Vim is different than other editor (editing language vs. keyboard shortcuts) shows that you use your curr…
-
comment
Comment #15328270
Or imagine a surgeon being asked to perform a fake surgery before being offered a job. If my degree does not mean anything at all in the software field, I wonder why we spend so mu…
-
comment
Comment #15328257
A toy problem to be solved in an hour is quite reasonable. Anything more than 2 hours and I would expect to be paid by the hour!
-
comment
Comment #15328252
From their interview problem page at https://github.com/surya-soft/Interview/blob/master/WS.md : "The point of this exercise is to benchmark your writing skills. Write an approxima…
-
comment
Comment #15325625
Here is the link to the CEO's response for those interested: http://etherrag.blogspot.in/2013/07/duck-duck-go-illusion-of...
-
comment
Comment #15069636
You cannot remap Caps Lock key with Microsoft Keyboard Layout Creator. If it were really that straightforward, then Vim users would not be forced to rely on registry hacks or tools…
-
comment
Comment #12964791
I expose struck definitions in header files too. What is a better or alternative way to do it?