Elliot Murphy's Avatar

Elliot Murphy

@elliotmurphy.bsky.social

debugging vintage code

438 Followers  |  235 Following  |  4 Posts  |  Joined: 15.11.2024
Posts Following

Posts by Elliot Murphy (@elliotmurphy.bsky.social)

so thrilled about this launch! it’s been really fun working with the connect cloud team this year.

19.12.2024 20:04 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Posit Careers - Job Listing

I’m hiring a senior engineering manager for the cloud operations team at Posit and would really love to talk to you if this looks like a good fit. Please be patient, I’m personally reviewing applications. posit.co/job-detail/?...

13.12.2024 18:08 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

why would you care to do that? here is the delta config to make all the matches hyperlinks that open in positron
```
#.gitconfig
[delta]
hyperlinks = true
hyperlinks-file-link-format = β€œpositron://file/{path}:{line}”
```

06.12.2024 03:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - dandavison/delta: A syntax-highlighting pager for git, diff, grep, and blame output A syntax-highlighting pager for git, diff, grep, and blame output - dandavison/delta

here is a function for your .zshrc that changes ripgrep to format the output with github.com/dandavison/d...
`rg() { command rg --json "$@"|delta; }`.

06.12.2024 03:03 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
GitHub - jart/json.cpp: JSON for Classic C++ JSON for Classic C++. Contribute to jart/json.cpp development by creating an account on GitHub.

I built a new JSON library. It runs fast, builds fast, is easy to modify, fully passes JSONTestSuite, and is fuzzed by AFL. github.com/jart/json.cpp/

16.11.2024 21:28 β€” πŸ‘ 41    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0