~wezm

~wezm/envelopes

Last active 3 years ago
View more

Recent activity

Re: GitHub Copilot and open source laundering 9 months ago

From Wesley Moore to ~sircmpwn/public-inbox

Good post Drew, I agree with your thoughts and I appreciate the measured tone of the article. Just thought I'd mention in case you hadn't seen it: after complaining about Copilot to a friend they sent me this screen shot of a setting GitHub added to (try) prevent the regurgitation of existing (public) code verbatim:

https://files.wezm.net/Screenshot%202022-06-22%20at%2011.58.52%20am.png

Of course this requires a Copilot user to enable this versus the more desirable option of allowing code owners to opt their code out. And I'm not sure how it handles minor variations of the code but thought I'd point it out.

WM

[PATCH] Improve layout on small displays 3 years ago

From Wesley Moore to ~spacekookie/public-inbox

---
 crumbs/static/css/crumbs.css  | 11 +++++++++++
 crumbs/templates/article.html |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/crumbs/static/css/crumbs.css b/crumbs/static/css/crumbs.css
index 9322926..a544ed8 100644
--- a/crumbs/static/css/crumbs.css
+++ b/crumbs/static/css/crumbs.css
@@ -167,3 +167,14 @@ body {
.colour13 { background-color: #6997c8; }
.colour14 { background-color: #ca98c9; }
.colour15 { background-color: #ce7b59; }

[message trimmed]