Live data from Hacker News

Viewing profile — cjp

cjp

HN member
Joined
Sun, Feb 17, 2008, 4:32 AM UTC
HN karma
75
Public activity
37 items

About cjp

No profile information was provided.

Recent public activity

  1. comment
    Comment #47442021

    direnv, .envrc, "layout uv" https://github.com/direnv/direnv/wiki/Python#uv

  2. comment
    Comment #46714070

    Judging by the responses here, it's functionally a nerd snipe.

  3. comment
    Comment #46631258

    Have a look at code mode mcp. https://github.com/universal-tool-calling-protocol/code-mode

  4. comment
    Comment #45725512

    https://github.com/jdx/mise It's a generic version manager (replacing nvm/pyenv/etc). It also does direnv and tasks.

  5. 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-…

  6. 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 …

  7. comment
    Comment #15758994

    A hilarious pun at Accenture's expense.

  8. comment
    Comment #13072548

    The Git Parable: http://tom.preston-werner.com/2009/05/19/the-git-parable.htm...

  9. comment
    Comment #12074533

    Same here. I recall a "give pokemon go access to your google contacts" dialog (or similar), which I denied.

  10. 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…

  11. 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…

  12. comment
    Comment #10993867

    All your base! Those were some good times.

  13. 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…

  14. 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.

  15. 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 …

  16. 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…

  17. comment
  18. 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…

  19. comment
    Comment #6929116

    You can split hunks down to individual lines. Also git-gui can stage individual lines.

  20. 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…

  21. comment
    Comment #6462074

    Or Tars Tarkas sleeping.

  22. 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 …

  23. 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…

  24. comment
    Comment #6170397

    https://www.ncbi.nlm.nih.gov/pubmed/11858448 Wouldn't want to actually stfw or anything.

  25. 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…