Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
C0d3r
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
C0d3r
4y ago
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.
▲
by
C0d3r
4y ago
People associate OCD with what actually is OCPD https://www.msdmanuals.com/professional/psychiatric-disorder...
3.
▲
by
C0d3r
5y ago
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 you should compare with REST APIs, Kafka is
4.
▲
by
C0d3r
6y ago
Previous discussion: https://news.ycombinator.com/item?id=20603567
5.
▲
by
C0d3r
6y ago
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 can fuzzy search, select and it outputs to STDOUT. So
6.
▲
by
C0d3r
7y ago
It's exactly like that, the page runs itself on TiddlyWiki
7.
▲
by
C0d3r
7y ago
Which tablet are you talking about just out of curiosity?
8.
▲
by
C0d3r
7y ago
> 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 not responsible for other people's sensitiv
9.
▲
Britain's first private police force to go nationwide
(standard.co.uk)
11 points
by
C0d3r
7y ago
|
4 comments
10.
▲
by
C0d3r
7y ago
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 what it's supposed to. With the added
11.
▲
by
C0d3r
7y ago
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 speed to learn something. Pairing and mobbing are not f
12.
▲
by
C0d3r
7y ago
> 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, but it's harder to learn new things working by your
13.
▲
by
C0d3r
7y ago
Easier on the eyes, at least for me.
14.
▲
by
C0d3r
7y ago
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 paged, so you don't have to do the whole: `cat
15.
▲
by
C0d3r
7y ago
Here you go: https://escholarship.org/uc/item/8806z01m
16.
▲
by
C0d3r
8y ago
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 horizontal line in your terminal) A lightning
17.
▲
by
C0d3r
8y ago
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.
▲
by
C0d3r
8y ago
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.
▲
How to use Photon-pump (python client for eventstore)
(io.made.com)
1 points
by
C0d3r
8y ago
|
0 comments
20.
▲
by
C0d3r
8y ago
Git helps you with those mistakes, otherwise, yes, very unforgiving
21.
▲
by
C0d3r
9y ago
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 favour of it.
22.
▲
by
C0d3r
9y ago
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.
▲
Ports and Adapters Parts III and IV
(io.made.com)
4 points
by
C0d3r
9y ago
|
0 comments
24.
▲
by
C0d3r
9y ago
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.
▲
by
C0d3r
9y ago
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 body than fat. But we're all different, so, y
26.
▲
by
C0d3r
9y ago
Companies who are already using a technology such as Perl usually already have both some senior people who only know that technology and/or have a big codebase on that, such that migrating the code would take considerable resources. Ba
27.
▲
by
C0d3r
9y ago
http://www.theregister.co.uk/2012/09/11/kindleberry_pi/
28.
▲
by
C0d3r
9y ago
https://en.wikipedia.org/wiki/Uzbl
29.
▲
by
C0d3r
10y ago
OH I understand now, thanks!
30.
▲
by
C0d3r
10y ago
"echo "tmpfs DIR tmpfs rw,nosuid,nodev,noatime" | sudo tee -a /etc/fstab" Is this command correct? Shouldn't it be something like: "/tmp DIR tmpfs rw,nosuid,nodev,noatime"?
More ›