Live data from Hacker News

Viewing profile — r4mbini

r4mbini

HN member
Joined
Tue, Feb 14, 2017, 1:52 PM UTC
HN karma
3
Public activity
9 items

About r4mbini

No profile information was provided.

Recent public activity

  1. comment
    Comment #23433292

    Interesting. I’ve only read the blue one, will get a copy of red. Thank you!

  2. comment
    Comment #23402468

    Are these books Evans(blue) and Vernon(red)?

  3. comment
    Comment #22980038

    Thank you for your reply. 'Make linux type like a mac, the zero effort solution'. Exactly what I'm after!

  4. 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…

  5. comment
    Comment #22977063

    Do you know of a way to get OSX key bindings on Ubuntu?

  6. 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?

  7. comment
    Comment #20493062

    This is the context I’ve used it in

  8. 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!

  9. 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?