Viewing profile — chrishill89
chrishill89
HN member- Joined
- Fri, May 27, 2022, 8:37 AM UTC
- HN karma
- 88
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About chrishill89
No profile information was provided.
Recent public activity
-
comment
Comment #48597797
> After reading about the default mode network here a few times recently, I think missing out on all that critical "daydreaming" time is a bigger problem. Part of the reason why I …
-
comment
Comment #48538978
I write mostly for myself. That's a trite I guess observation considering that I happen to write a lot of private notes. But I think writing for broadcasting is overrated. Journali…
-
comment
Comment #48538905
If works/doesn't are semantic checkpoints, then I use that every day for myself with Git notes.
-
comment
Comment #48494894
Many years ago I helped a friend with some draft that had to do with him finishing his doctorate. It ended up being maybe 50-60 between three of us and as fine grained as possible.…
-
comment
Comment #48414865
Absolutely. You didn't have to make an account to remind me, at least. His relationship with Epstein was shameful and there is no excuse for it.
-
comment
Comment #48414804
IMO that is only a problem for those who demand that the issue key needs to go first in the subject (which again IMO is bad for readability). I don't see why you can't just stick i…
-
comment
Comment #48414734
Want machine-readable? Use the footers/trailers. I can not say anything nice about conventional commits. The format takes up space in the most-read part of the message. The categor…
-
comment
Comment #48389676
Does that show Jensen in a better light?
-
comment
Comment #48389652
It took me many years to even think of problems that I wanted to solve. Or were missing. But eventually it happened. And it seems that the more time passes the more that list of id…
-
comment
Comment #48382431
Setting up a Mac user account. What accessibility settings do you need? - [four options/catgories] - Remind me Later (or something) And I guess the Later option is technically accu…
-
comment
Comment #48381641
I wrote an essay and sent it to Chomsky once. He wrote back that he probably won't have time to read it. Some years ago I realized that I can just start sending emails to an OSS ma…
-
comment
Comment #48358586
I really like the Oracle tutorial on Java asserts. https://docs.oracle.com/javase/8/docs/technotes/guides/langu... And I'm pretty happy with its design considering its age. Notably…
-
comment
Comment #48313597
Pretty recent Git versions have git-last-modified(1) which can list all files along with the last modified commit.
-
story
Tell HN: Happy May Day
1st May is celebrated in many parts of the world as International Worker’s Day or Labor Day. The date was chosen by the American Federation of Labor to commemorate the strike that …
-
comment
Comment #47940585
> Maybe the worst part about this is that it can entirely come from a patch being exported by git and then imported straight back in to git. No one wants to apply diffs in commit m…
-
comment
Comment #47939991
git-am(1) (apply patches) delimits the commit message from the patch/diff by looking for (1) a line `---` or (2) a line that starts with `diff -` or (3) a line that starts with `In…
-
comment
Comment #47877905
> It's very widely remarked that the Git CLI is pretty miserable, and as soon as a better (so I hear) alternative comes along they suddenly realise and start improving it... This h…
-
comment
Comment #47877611
Yeah it’s a direct inspiration.
-
comment
Comment #47866868
I don’t know what the semantics of invoking Git means? These two commands operate on the same level of abstraction. And they should be equally powerful, which means that whichever …
-
comment
Comment #47865981
Neither of these two commands are any more really-operates than the other.
-
comment
Comment #47865522
The git-restore(1) implementation looks like about 35 lines of code. Then add a little more complexity for some apparent common functions that needed to be factored out. For a dedi…
-
comment
Comment #47865461
Didn't Go propose opt-out telemetry but then the community said no? Compilers and whatnot seem to suffer from the same problem that programs like git(1) does. Once you've put it ou…
-
comment
Comment #47865437
Git relatively recently got an `--i-still-use-this` option for two deprecated commands that you have to run if you want to use them. The error you get tells you about it and that y…
-
comment
Comment #47847651
Let's say that this is obsolete for professional programming. Can't us hobbyists be left alone to our hobby by the LLM demoralization patrol?
-
comment
Comment #47847047
> incorporated in Git.[1] Dangling footnote. I decided against adding one and forgot to remove it.