Fork me on GitHub
#off-topic
<
2022-12-08
>
Martynas Maciulevičius09:12:51

Can one deploy a private jar to clojars? Or do I need to use some other service for this? I made a library but I don't really want to share it with internet anymore. At least until Copilot and ChatGPT litigations properly take place. Until then I may share the library with selected people. Maybe.

mpenet09:12:07

not possible no

mpenet09:12:44

you can host your own maven repo, there are plenty solutions (nexus, archiva, etc), or just use tools deps and skip maven altogether (using git)

Martynas Maciulevičius09:12:12

The thing is that I don't want to neither share the JAR or share sources at all. Because from what github has shown us it's that they don't care whether it's Apache or AGPLv3. Then simply use it as they wrote the code.

mpenet09:12:54

you don't have to use github

mpenet09:12:06

tools.deps works fine with private git repos

Martynas Maciulevičius09:12:44

That could work :thinking_face: I'll think about it

Rupert (All Street)10:12:48

I imagine Open AI etc are scraping the public Git repos for code text in all programming languages rather than downloading and extracting jar files (which is specific to just JVM languages). You can share jar files by email/web/dropbox etc and then download them and add the file path as a dependency to lein/deps.edn.

Martynas Maciulevičius10:12:52

Yep. This is trivially easy to do. So I'm thinking about what I can do about it.

👍 1
slipset12:12:55

there is also an s3 wagon that you can use to deploy stuff to your own s3 things?

Rupert (All Street)12:12:49

Maven repos are just static website structures - so you can host a maven repo anywhere.

mpenet12:12:34

s3 compatible object store is also a possibility yes (we do that at work)

Martynas Maciulevičius14:12:30

Today I upgraded my arch and my cursor is suddenly large. And I can't change it using mate-appearance-properties which I used previously. What could be the problem? Solved this one: https://reddit.utsav2.dev/r/i3wm/comments/edz4a5/mouse_cursor_size/ But that's a bad solution. Also bash autocompletion only produces 15 characters. (when writing pgrep mate-sett<tab> and it completes to pgrep mate-settings-d) 😕

Stuart14:12:16

On my work machine (Windows) I use a giant cursor and have it pink. It actually annoys me on my home machine, Ubuntu, that I can't see seem to get it to be as visible as is it is on windows.

Martynas Maciulevičius14:12:53

Hah 😄 I don't do that but thanks.