Viewing profile — cjp
cjp
HN member- Joined
- Sun, Feb 17, 2008, 4:32 AM UTC
- HN karma
- 75
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About cjp
No profile information was provided.
Recent public activity
-
comment
Comment #47442021
direnv, .envrc, "layout uv" https://github.com/direnv/direnv/wiki/Python#uv
-
comment
Comment #46714070
Judging by the responses here, it's functionally a nerd snipe.
-
comment
Comment #46631258
Have a look at code mode mcp. https://github.com/universal-tool-calling-protocol/code-mode
-
comment
Comment #45725512
https://github.com/jdx/mise It's a generic version manager (replacing nvm/pyenv/etc). It also does direnv and tasks.
-
comment
Comment #21730942
Of course, no one can understand everything, but he said, "pick a subject". Just one, not everything. I'm reminded of this description of a PhD: http://matt.might.net/articles/phd-…
-
comment
Comment #16595675
> for any codebase > Supports over 15+ languages & environments (JavaScript, Java, Ruby, Golang, PHP, etc...) The title here is overly broad, bordering on click bait. I suggest it …
-
comment
Comment #15758994
A hilarious pun at Accenture's expense.
-
comment
Comment #13072548
The Git Parable: http://tom.preston-werner.com/2009/05/19/the-git-parable.htm...
-
comment
Comment #12074533
Same here. I recall a "give pokemon go access to your google contacts" dialog (or similar), which I denied.
-
comment
Comment #11511234
> So any task with `Parent-Id` will be a sub-task. If User owns the tasks he can see the subtasks tree also. but if you own the sub task alone, for you it is like a normal task wit…
-
comment
Comment #11511067
An ambitious idea. Some questions immediately spring to mind. > Task is owned by a Project. Project belongs to a User. User is a member of Domain. Can Tasks have subtasks? Recursiv…
-
comment
Comment #10993867
All your base! Those were some good times.
-
comment
Comment #8994392
http://en.wikipedia.org/wiki/North_American_beaver#Behaviour Beavers are best known for their dam-building. They maintain their pond-habitat by reacting quickly to the sound of run…
-
comment
Comment #8636504
No you can't. Tapping on the month shows you the days in the month, not your calendar events for the month.
-
comment
Comment #8636435
Nope. The three dot menu has Schedule, Day, 5 Day, Search and Refresh. There is no Month there. By the way, limiting to 5 days is at best inflexible. Many people want to look at 7 …
-
comment
Comment #8384997
> To me this is a major flaw in the design of Windows. As much as possible, I use PortableApps on Windows. When I migrate to a new machine, all I need to do is copy the PortableApp…
- comment
-
comment
Comment #7000532
Here [1] is a good but necessarily incomplete summary of version control tool history, written by ESR. Tom Lord does deserve much credit for DVCS concepts, but so do Larry McVoy (B…
-
comment
Comment #6929116
You can split hunks down to individual lines. Also git-gui can stage individual lines.
-
comment
Comment #6486668
A front facing camera already flips the image so that the user sees what they usually see when they look in a mirror. So one mirror would end up being right. Except when you open t…
-
comment
Comment #6462074
Or Tars Tarkas sleeping.
-
comment
Comment #6291687
Each docker RUN command is like a git commit. See those cache keys? Those are the commit sha1sums. According to the article, you can roll back to a (any?) cache key and branch off …
-
comment
Comment #6170557
What is it that you think sowhatquestion means by "sugar rush"? My guess is you think he means hyperactivity. What is the difference between a diabetic glycemic excursion (what you…
-
comment
Comment #6170397
https://www.ncbi.nlm.nih.gov/pubmed/11858448 Wouldn't want to actually stfw or anything.
-
comment
Comment #6016189
In a packed repo, git grep can mmap the pack file once and search through it in one fell swoop. If the pack file isn't already in the filesystem buffer, mmap will get it there quic…