Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dier
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
dier
2y ago
short answer: yes it's recognition from the individual's perspective. think love languages. one person's recognition might be salary because they make $35,000/yr and another's isn't financial. they are doing th
2.
▲
by
dier
3y ago
> Dropbox is also harvesting your data for various purposes. I hope your code isn't valuable, because it could be leaked or stolen by employees of Dropbox. I always thought the encrypted repositories was a neat feature but never rea
3.
▲
by
dier
3y ago
> although I suppose it should let you know whether you could hope to change anything by changing human activity This is the discussion. As I understand "climate change deniers" aren't denying things like the increase glob
4.
▲
by
dier
3y ago
I've found worktrees[1] are a great tool for this use case. "oh. i should fix this, but it doesn't have anything to do with what i'm currently solving." cd ../worktree-checkout, make a branch, do the fix, push
5.
▲
by
dier
3y ago
I think the preference to squash and rebase instead of merge is because of Github, honestly. It flattens the history out when the history is not flat at all. If Github's UI showed branches diverging, commits being made to that branch,
6.
▲
by
dier
3y ago
If you find commit messages useless, it's because you're making them useless. It seems like the workflow where you get 20 "stuff" commits in a PR is to: git commit -am "stuff", test it, see that it doesn't
7.
▲
by
dier
3y ago
Conflict: https://news.ycombinator.com/item?id=29170375
8.
▲
by
dier
3y ago
people who don't want to watch the video: it's a pomodoro timer, but your "win" (with confetti) if you do the task in less time.
9.
▲
by
dier
3y ago
Like the other comments, the risk of losing data/access/etc is not enough. The article even actively suggesting you DO NOT make backups of things. Now you’re ready to generate a new set of OpenPGP keys on the YubiKey, using
10.
▲
by
dier
3y ago
> This effectively makes paying consumer debts basically optional in the United States, contingent on one being sufficiently organized and informed. That is likely a surprising result to many people. Is the financial industry unaware of
11.
▲
by
dier
3y ago
That's the joke. https://en.wikipedia.org/wiki/False_memory#Mandela_effect
12.
▲
by
dier
3y ago
It is picking the adventure over playing it safe. "You only live once so you just as well pick the once in a lifetime, most exciting, or whatever experience." What an author finds exciting and YOLOs may be above your risk toleranc
13.
▲
by
dier
3y ago
This post is more than a month old. Twitter announced pricing tiers yesterday (March 29). From the first link on the blog post: > Today we are launching new Twitter API access tiers! We’re excited to share more details about our new plan
14.
▲
by
dier
4y ago
I had assumed your comment as the standard hn opinion of "RSS is the greatest thing since sliced bread" but you literally mean "TLDR: use RSS".
15.
▲
by
dier
4y ago
Traditional goal setting doesn't take into account trade-offs. You should be aware and discuss those while goal setting. From the example: Company Goal: Make more money Sales: We'll help make more money by focusing on closing deal
16.
▲
by
dier
4y ago
With regard to rebase and fossil vs git when you have a small team of trusted developers rebase is harmful because you lose information that could help you understand the _why_ of something. In contrast if you are working with thousands of
17.
▲
by
dier
4y ago
the devs seem to blame go-imap ( https://github.com/emersion/go-imap ). at a quick glance the library itself doesn't seem to have an open issue describing the problem. curious if that author's (deprecated) prot
18.
▲
by
dier
4y ago
i disagree. more of my data has been compromised due to attacks/leaks/etc on the host than has been compromised due to someone having access to my machine.