Live data from Hacker News

Viewing profile — C0d3r

C0d3r

HN member
Joined
Mon, Sep 03, 2012, 8:35 AM UTC
HN karma
162
Public activity
74 items

About C0d3r

No profile information was provided.

Recent public activity

  1. comment
    Comment #31952336

    Push --force-with-lease is part of my muscle memory since I `rebase -i` so much in my workflow. Why do you think the article should mention it?

  2. comment
    Comment #31207864

    People associate OCD with what actually is OCPD https://www.msdmanuals.com/professional/psychiatric-disorder...

  3. comment
    Comment #27548414

    I'm sorry you're getting downvoted, but I think this question is legitimate because the book is peddling Kafka as if it's the only way to do event sourcing . Event sourcing is what…

  4. comment
    Comment #25713295

    Previous discussion: https://news.ycombinator.com/item?id=20603567

  5. comment
    Comment #25399996

    fzf can be used as a cool selector in the terminal, it just outputs what you picked from the list, so if you run `ls | fzf`, it will pass the list of files/dirs into fzf, where you…

  6. comment
    Comment #22344055

    It's exactly like that, the page runs itself on TiddlyWiki

  7. comment
    Comment #22248546

    Which tablet are you talking about just out of curiosity?

  8. comment
    Comment #21691862

    > To a large extent, becoming professional is about becoming less sensitive to being wrong. I agree, but there's nothing to lose in trying to become a better communicator, you're n…

  9. story
  10. comment
    Comment #21544097

    I do, TDD gives me such a sense of confidence that now that I'm used to, it's hard not to use. > Can you describe the practical benefit? Confidence that the code I'm writing does w…

  11. comment
    Comment #21508292

    Interesting, I guess it depends on the person and on the thing you're learning like someone else mentioned. I do think you need some time by yourself to really go deep at your own …

  12. comment
    Comment #21505995

    > At the same time, real work is not getting done. Meaningful work is usually done quietly and in solitude. You can do great work by pairing or mobbing too. Being isolated is good,…

  13. comment
    Comment #21026523

    Easier on the eyes, at least for me.

  14. comment
    Comment #21015658

    Bat works the same way as ls when it's being piped. But it has better default features than cat, the syntax, numbers and the pager. if the file doesn't fit the screen, it becomes p…

  15. comment
    Comment #20921761

    Here you go: https://escholarship.org/uc/item/8806z01m

  16. comment
    Comment #18487285

    Useful tool replacements that some people have already mentioned: - ls -> exa - cat -> bat - find -> fd - top -> htop -> glances - grep -> ack -> ag -> rg - hr (to draw a horizonta…

  17. comment
    Comment #18439669

    Does anyone have a recommendation for just simply printing a book (epub or pdf) that I'm not interested in selling? Just to print a copy for me?

  18. comment
    Comment #17880252

    If your terminal is big enough, it will just output like cat, otherwise, you get a pager. You can disable it with `bat --paging never`

  19. story
  20. comment
    Comment #17448306

    Git helps you with those mistakes, otherwise, yes, very unforgiving

  21. comment
    Comment #16122357

    The name of one the articles is: Cory Doctorow says fight against DRM laws is more important than his blogging So, no, he won't change your mind about DRM because he is not in favo…

  22. comment
    Comment #16122345

    My Makefiles usually have one line per directive, can I still call my Makefiles simple? I mainly use them to replace scripts to run tests/linters/formatters/containers/etc

  23. story
  24. comment
    Comment #15173228

    There are some pills which contain lots of minerals, you could supplement with those. They have no calories or hardly any (and you apparently need more than 10 kcal to break a fast…

  25. comment
    Comment #15173219

    Wouldn't recommend fasting for HIIT or any super intense activity, but the long runs may improve. I'm saying this since sugar is a lot quicker to be transformed into energy by the …