This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-08
Channels
- # adventofcode (49)
- # announcements (2)
- # architecture (4)
- # babashka (48)
- # babashka-sci-dev (4)
- # beginners (7)
- # biff (1)
- # calva (14)
- # cider (6)
- # clj-kondo (1)
- # clj-yaml (1)
- # cljsrn (3)
- # clojure (14)
- # clojure-art (12)
- # clojure-europe (62)
- # clojure-nl (1)
- # clojure-norway (35)
- # clojure-uk (5)
- # clojurescript (18)
- # clr (4)
- # community-development (9)
- # conjure (2)
- # core-async (3)
- # cursive (2)
- # datomic (2)
- # emacs (8)
- # events (3)
- # graalvm (1)
- # helix (6)
- # holy-lambda (3)
- # jobs (1)
- # off-topic (16)
- # polylith (30)
- # practicalli (11)
- # reitit (5)
- # shadow-cljs (14)
- # slack-help (10)
- # xtdb (6)
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.
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)
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.
That could work :thinking_face: I'll think about it
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.
Yep. This is trivially easy to do. So I'm thinking about what I can do about it.
Maven repos are just static website structures - so you can host a maven repo anywhere.
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
) 😕
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.
Hah 😄 I don't do that but thanks.