Archives

👋 Welcome Clojurians!

This is a public archive of the Clojurians Slack community.

@plexus handles hosting and system administration.

Despite a number of measures we've taken, we still occasionally get overwhelmed by aggressive scrapers, have a look at the Server Monitoring page to see the current situation.

Under /stats you can see how much traffic gets through to the app.

This archive is served by a Clojure application backed by PostgreSQL. You can help make it better! Find the source code, create issues, or contribute at github.com/clojureverse/clojurians-log-v2

Searching the entire archive

Use the top right box to search over ~2 million messages from the logs! The search queries supports some special syntax like:

  • Search for `clojure` for a simple search
  • Search for `clojure spaghetti` for messages containing both clojure and spaghetti (PS: you won't get back any results 😉)
  • Search for `plant OR soil` for messages containing either plant or soil
  • Search for `macro -magic` for finding a macro which isn't magical
  • Search for `"macro magic"` for finding the most magical macros