Viewing profile — C0d3r
C0d3r
HN member- Joined
- Mon, Sep 03, 2012, 8:35 AM UTC
- HN karma
- 162
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About C0d3r
No profile information was provided.
Recent public activity
-
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?
-
comment
Comment #31207864
People associate OCD with what actually is OCPD https://www.msdmanuals.com/professional/psychiatric-disorder...
-
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…
-
comment
Comment #25713295
Previous discussion: https://news.ycombinator.com/item?id=20603567
-
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…
-
comment
Comment #22344055
It's exactly like that, the page runs itself on TiddlyWiki
-
comment
Comment #22248546
Which tablet are you talking about just out of curiosity?
-
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…
- story
-
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…
-
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 …
-
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,…
-
comment
Comment #21026523
Easier on the eyes, at least for me.
-
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…
-
comment
Comment #20921761
Here you go: https://escholarship.org/uc/item/8806z01m
-
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…
-
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?
-
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`
- story
-
comment
Comment #17448306
Git helps you with those mistakes, otherwise, yes, very unforgiving
-
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…
-
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
- story
-
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…
-
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 …