Viewing profile — r4mbini
r4mbini
HN member- Joined
- Tue, Feb 14, 2017, 1:52 PM UTC
- HN karma
- 3
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About r4mbini
No profile information was provided.
Recent public activity
-
comment
Comment #23433292
Interesting. I’ve only read the blue one, will get a copy of red. Thank you!
-
comment
Comment #23402468
Are these books Evans(blue) and Vernon(red)?
-
comment
Comment #22980038
Thank you for your reply. 'Make linux type like a mac, the zero effort solution'. Exactly what I'm after!
-
comment
Comment #22980027
I'm running Ubuntu on my custom build desktop PC but with a wired apple keyboard. I also use Macs quite a lot. If I could get consistency between the two with key bindings it would…
-
comment
Comment #22977063
Do you know of a way to get OSX key bindings on Ubuntu?
-
comment
Comment #22269475
Congratulations on publishing! I'm looking at picking up some Go best practices. What level of Go/coding experience do you feel your book is pitched at?
-
comment
Comment #20493062
This is the context I’ve used it in
-
comment
Comment #20492942
Ah ok, they’re saying don’t use a new promise to do async logic not don’t use them for more sync things later down the chain. Thank you!
-
comment
Comment #20492805
> In JavaScript, this is often indicated by new Promise inside a .then(). I have found myself doing this sometimes, why is it considered bad practice?