Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matijs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
matijs
11d ago
Ah fair enough, I've got commit.verbose set to true for that.
2.
▲
by
matijs
11d ago
Ban `git add .` for sure, but what’s so bad about `git commit -a`? It only adds/removes what was already under version control.
3.
▲
by
matijs
11d ago
That would be `git add -u/--update`
4.
▲
by
matijs
6mo ago
pnpm since v10.19.0 allows excluding specific dependencies from minReleaseAge by version.
5.
▲
by
matijs
1y ago
Could it have been a Dependabot security update? These are different from normal Dependabot updates and do not require `.github/dependabot.yml`.
6.
▲
by
matijs
1y ago
Absolutely matches your experience! Also curious about the delightful type generation Astro uses.
7.
▲
by
matijs
2y ago
`event.detail` [1] is 0 for keyboard “clicks” and 1 for pointer clicks. 1: https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/det...
8.
▲
by
matijs
2y ago
I have this set as an alias: difft = -c diff.external=difft diff I may add a similar alias for delta
9.
▲
by
matijs
2y ago
I’ve been planning a prodcast for a while now.
10.
▲
by
matijs
3y ago
Oh! Thanks for clarifying!
11.
▲
by
matijs
3y ago
! Is for external commands. You can drop the !git from that alias.
12.
▲
by
matijs
3y ago
> because the global excludes file needs a config setting for it to even be considered Using `~/.config/git/ignore` requires no extra setting.
13.
▲
by
matijs
4y ago
Out of curiosity, what editor do you use and how do you make sure 4. happens when for example using ‘save all’?
14.
▲
by
matijs
4y ago
GitHub does the same. There is a compare button that appears after a force (with-lease) push of a rebased branch.
15.
▲
by
matijs
4y ago
And `ignoreboth` to combine the two.
16.
▲
by
matijs
5y ago
Those files (and components) still need sensible names (that would make very nice class names).
17.
▲
by
matijs
5y ago
You’re not wrong. Once it’s in there, it’s not easy to remove/replace again.
18.
▲
by
matijs
5y ago
> Tap to click should _always_ be turned off It’s off by default, so someone at Apple seems to agree :) It’s the first thing I usually turn on. The next being “dragging (without drag lock)” which has been hiding in Accessibility for a wh
19.
▲
by
matijs
5y ago
As far as I know, edge is the default mode [1], no need to set it explicitly, especially not for sites that target modern browsers. [1]: https://docs.microsoft.com/en-us/archive/blogs/ie/living-on-...
20.
▲
by
matijs
5y ago
You both made me laugh. Thanks :)
21.
▲
by
matijs
6y ago
Remove your phone number from your account.
22.
▲
by
matijs
6y ago
Eloquent JavaScript [1] by Marijn Haverbeke [1] https://eloquentjavascript.net/
23.
▲
by
matijs
6y ago
There is a pretty cool bet [1] on longbets.org about exactly this. [1] http://longbets.org/601/
24.
▲
by
matijs
6y ago
TechCrunch apparently force a 307 Temporary Redirect to some advertising.com domain first :/
25.
▲
Food Irradiation
(en.wikipedia.org)
1 points
by
matijs
6y ago
|
0 comments
26.
▲
by
matijs
7y ago
⌘-] and ⌘-[ to navigate between items like conversations in messages or Slack. Seem to be a fairly de facto shortcuts.