Search
1000 results for “DrHyde”
-
I've been playing with #Github #Copilot as more than just fancy tab-completion in my editor. This will annoy many people. I agree with most of them on most things. I agree that people responsible for the production of code should think carefully about the code. They should value #readability, #maintainability, #testability etc. I agree that some ways of using #AI for coding are just terrible practice. I just don't think that all AI use is inherently evil.
https://dev.to/drhyde/god-is-my-copilot-copilot-is-my-new-god-5h6i
-
I've been playing with #Github #Copilot as more than just fancy tab-completion in my editor. This will annoy many people. I agree with most of them on most things. I agree that people responsible for the production of code should think carefully about the code. They should value #readability, #maintainability, #testability etc. I agree that some ways of using #AI for coding are just terrible practice. I just don't think that all AI use is inherently evil.
https://dev.to/drhyde/god-is-my-copilot-copilot-is-my-new-god-5h6i
-
I've been playing with #Github #Copilot as more than just fancy tab-completion in my editor. This will annoy many people. I agree with most of them on most things. I agree that people responsible for the production of code should think carefully about the code. They should value #readability, #maintainability, #testability etc. I agree that some ways of using #AI for coding are just terrible practice. I just don't think that all AI use is inherently evil.
https://dev.to/drhyde/god-is-my-copilot-copilot-is-my-new-god-5h6i
-
I've been playing with #Github #Copilot as more than just fancy tab-completion in my editor. This will annoy many people. I agree with most of them on most things. I agree that people responsible for the production of code should think carefully about the code. They should value #readability, #maintainability, #testability etc. I agree that some ways of using #AI for coding are just terrible practice. I just don't think that all AI use is inherently evil.
https://dev.to/drhyde/god-is-my-copilot-copilot-is-my-new-god-5h6i
-
I've been playing with #Github #Copilot as more than just fancy tab-completion in my editor. This will annoy many people. I agree with most of them on most things. I agree that people responsible for the production of code should think carefully about the code. They should value #readability, #maintainability, #testability etc. I agree that some ways of using #AI for coding are just terrible practice. I just don't think that all AI use is inherently evil.
https://dev.to/drhyde/god-is-my-copilot-copilot-is-my-new-god-5h6i
-
@kevie Thank you for the reminder that I should drink beer. I am sticking with your monkish theme.
-
@kevie Thank you for the reminder that I should drink beer. I am sticking with your monkish theme.
-
@kevie Thank you for the reminder that I should drink beer. I am sticking with your monkish theme.
-
@kevie Thank you for the reminder that I should drink beer. I am sticking with your monkish theme.
-
@kevie Thank you for the reminder that I should drink beer. I am sticking with your monkish theme.
-
I got annoyed at having to know how many lines I want to `head` or `tail`, and having to write the same stuff over and over again using `cat -n` / `grep` (or even worse an awk script) to figure them out on the fly, so ... two new scripts, `ignore-after` and `ignore-up-to` which are basically content-based versions of `head` and `tail`.
You're welcome.
https://github.com/DrHyde/shellscripts/commit/73b79e211ebaacbb9bc4f296fd1db6d2174b6f9e
-
I got annoyed at having to know how many lines I want to `head` or `tail`, and having to write the same stuff over and over again using `cat -n` / `grep` (or even worse an awk script) to figure them out on the fly, so ... two new scripts, `ignore-after` and `ignore-up-to` which are basically content-based versions of `head` and `tail`.
You're welcome.
https://github.com/DrHyde/shellscripts/commit/73b79e211ebaacbb9bc4f296fd1db6d2174b6f9e
-
I got annoyed at having to know how many lines I want to `head` or `tail`, and having to write the same stuff over and over again using `cat -n` / `grep` (or even worse an awk script) to figure them out on the fly, so ... two new scripts, `ignore-after` and `ignore-up-to` which are basically content-based versions of `head` and `tail`.
You're welcome.
https://github.com/DrHyde/shellscripts/commit/73b79e211ebaacbb9bc4f296fd1db6d2174b6f9e
-
I got annoyed at having to know how many lines I want to `head` or `tail`, and having to write the same stuff over and over again using `cat -n` / `grep` (or even worse an awk script) to figure them out on the fly, so ... two new scripts, `ignore-after` and `ignore-up-to` which are basically content-based versions of `head` and `tail`.
You're welcome.
https://github.com/DrHyde/shellscripts/commit/73b79e211ebaacbb9bc4f296fd1db6d2174b6f9e
-
I got annoyed at having to know how many lines I want to `head` or `tail`, and having to write the same stuff over and over again using `cat -n` / `grep` (or even worse an awk script) to figure them out on the fly, so ... two new scripts, `ignore-after` and `ignore-up-to` which are basically content-based versions of `head` and `tail`.
You're welcome.
https://github.com/DrHyde/shellscripts/commit/73b79e211ebaacbb9bc4f296fd1db6d2174b6f9e
-
Oh how wonderful! I got a feature request for Number::Phone, asking me to add support for the #MSISDN format which is standardised in ITU-T #E164. The request is in Github issue 164!
https://github.com/DrHyde/perl-modules-Number-Phone/issues/164
-
Oh how wonderful! I got a feature request for Number::Phone, asking me to add support for the #MSISDN format which is standardised in ITU-T #E164. The request is in Github issue 164!
https://github.com/DrHyde/perl-modules-Number-Phone/issues/164
-
Oh how wonderful! I got a feature request for Number::Phone, asking me to add support for the #MSISDN format which is standardised in ITU-T #E164. The request is in Github issue 164!
https://github.com/DrHyde/perl-modules-Number-Phone/issues/164
-
Oh how wonderful! I got a feature request for Number::Phone, asking me to add support for the #MSISDN format which is standardised in ITU-T #E164. The request is in Github issue 164!
https://github.com/DrHyde/perl-modules-Number-Phone/issues/164
-
Oh how wonderful! I got a feature request for Number::Phone, asking me to add support for the #MSISDN format which is standardised in ITU-T #E164. The request is in Github issue 164!
https://github.com/DrHyde/perl-modules-Number-Phone/issues/164
-
I've been playing with #ntfy. It seems nifty, but if I'm going to use it to get notifications from a #cron job I want more reliability - I want cron to email me if there's an error sending the notification. And so I wrote a thing: https://github.com/DrHyde/shellscripts/blob/c8ac050e4e1284f6b17d4a20dcdcf5a1d75d2c69/cronntfy.
After pushing I noticed some dead code, left over from an earlier version. And I noticed the "ask #Copilot" thing on Github. So I asked it if all the code was reachable. See follow-up for the impressive results.
-
Re earlier toot ... as soon as I'd finished dealing with #dependabot's PRs, I wanted to use the script to view other peoples' PRs against my code (there are only two that I've not dealt with because I'm a good boy, although one has been festering for 7 years because I'm a bad boy), and then to see all my PRs against other peoples' code that are still open. And so the script got just a teensy bit bigger.
-
RE: https://fosstodon.org/@DrHyde/115774852044573240
Arising from this ... overnight, #dependabot shat approximately 15,000 pull requests at me, all of which I needed to look at. I could have written a small script to parse them all out of my mailbox, but a script that uses #GitHub's CLI tool and API is always gonna be more reliable. https://github.com/DrHyde/shellscripts/blob/1f29bf86aa143703e7f1f89d1c58215c68d57e3d/gh-open-dependabot-prs
Version 2 might save me having to look at them, by only showing me PRs which touch unexpected files or have test failures, and just auto-merge the rest. Need to look at the API in more depth.
-
Re earlier toot (https://fosstodon.org/@DrHyde/115179529973975161) the release was further delayed by #OFCOM being bastards and breaking my CI by not letting me grab their data from within #Github workflows, so I had to work around that. So that's more crawling horrors accreted onto the 20 years old #ShellScript that builds it all. Yay! But we have a release! The only changes are data updates and a tweak to cope with the #DominicanRepublic's new weirdness.