clojure-austin

https://www.meetup.com/Austin-Clojure-Meetup/
camdez 2018-01-09T16:21:21.000847Z

@clojuregeek I’m not sure if you know this, but I’m pretty sure the Jira issue you included in your presentation last night (RE eastwood finding misplaced docstrings) was mine. 😜 https://dev.clojure.org/jira/browse/CLJ-2170

clojuregeek 2018-01-09T16:23:15.000694Z

oh haha you should have said that ... should run eastwood to see if it found anything else missing.. i'm sure not .. but .. just to see

clojuregeek 2018-01-09T16:25:26.000756Z

a few years ago i helped with a patch to add a few more functions to string library and it was reviewed and got to Rich who said ... "Add doc strings" ... gee i felt stupid 🙂

camdez 2018-01-09T16:25:45.000068Z

@clojuregeek I checked all of core before I wrote that patch. I didn’t do it in a super clever way, but I traversed all of the loaded Clojure files, read them in as s-exps, and looked for def-type forms that had strings in the first body position. Homoiconicity helps again!

camdez 2018-01-09T16:26:02.000031Z

Heh, there’s much worse feedback to receive 🙂

clojuregeek 2018-01-09T16:26:20.000680Z

🙂

clojuregeek 2018-01-09T16:26:44.000002Z

clojure is so awesome

camdez 2018-01-09T16:27:08.000319Z

Indeed.

camdez 2018-01-09T16:27:56.000995Z

Some of us last night were talking about how great it would be if we, as a group, could get a seriously useful Clojure project going. To give back to the community, and put the Austin Clojure community on the map a bit more.

👍 2
camdez 2018-01-09T16:28:57.000661Z

We were playing with the idea of a batteries-included Clojure / (maybe?) Datomic PaaS, but that’s pretty ambitious.

camdez 2018-01-09T16:30:16.000229Z

I keep toying with the idea of a package repository hosted on IPFS, but I haven’t really considered this enough to be confident that it’s a good idea.

camdez 2018-01-09T16:32:13.000130Z

It just seems odd to me that we constantly fetch packages from centralized authorities (who must have massive hosting bills!) when we could use distributed technologies and get massive locality boosts. I mean, who is super likely to be using the same JARs you are? Your coworkers. If you could download JARs from the machines of people sitting next to you (a la IPFS), that would be fantastic.

camdez 2018-01-09T16:39:34.000715Z

Clearly I’m not the first person to think of this: https://github.com/ipfs/ipfs/issues/246 But it would be neat to have Clojure be the first language with solid support for this.

clojuregeek 2018-01-09T16:51:35.000312Z

cool, I've been wanting to do something like this for a long time (group project)

clojuregeek 2018-01-09T16:51:48.000735Z

like http://www.seattlerb.org/ .. they have authored quite a few ruby libs that are popular

clojuregeek 2018-01-09T16:51:57.000425Z

i got the domain http://austinclojure.com

clojuregeek 2018-01-09T16:52:21.000341Z

for awhile i had a site up.. but then took it down when nobody helped me with it and i stopped clojure (😭) for awhile

clojuregeek 2018-01-09T16:52:33.000287Z

but the domain expired... but i got it back 🙂

clojuregeek 2018-01-09T16:53:57.000826Z

i made a trello board for the website - https://trello.com/b/FdHP3cXm/austinclojure-website

camdez 2018-01-09T16:56:47.000524Z

Nice! We should all be on the lookout for gaps in our Clojure dev workflows that represent a good opportunity to build a useful tool / library.

camdez 2018-01-09T16:57:52.000287Z

Seattle.rb had (has?) Aaron Patterson—unfair advantage! 😛

clojuregeek 2018-01-09T16:57:56.000686Z

Seattle Ruby Brigade (not sure if they still do) met every week. I would like to do something like that, maybe not in person every time but meet online and work on group projects

clojuregeek 2018-01-09T16:58:00.000695Z

🙂 well

clojuregeek 2018-01-09T16:58:04.000673Z

we got Sam

clojuregeek 2018-01-09T16:58:05.000232Z

🙂

camdez 2018-01-09T16:58:40.000674Z

:thumbsup:

camdez 2018-01-09T17:00:21.000676Z

One thing I’m lacking in my day-to-day Clojuring is a good job service (like Resque or Sidekiq). I’m curious what others are using.

clojuregeek 2018-01-09T17:05:40.000385Z

Hmm.. haven't had to need that yet. I think i've seen Quartz used before ??

camdez 2018-01-09T17:07:56.000771Z

@clojuregeek Thanks. Maybe I should be looking at Quartzite (http://clojurequartz.info/) more seriously.

clojuregeek 2018-01-09T17:08:52.000036Z

yeah thats it!

clojuregeek 2018-01-09T17:11:29.000444Z

we've attempted a few group projects in the past .. https://github.com/austinclojure groops and i got a few people to help me with updates to ClojureBridge material

camdez 2018-01-09T17:39:07.000237Z

@clojuregeek Ah, right! I forgot to mention I’m very interested in helping out with ClojureBridge. I taught some RailsGirls sessions in Dallas and it was really a great experience. I’m happy to volunteer time for the cause.

clojuregeek 2018-01-09T17:43:37.000382Z

Cool.. i think the next workshop will be for anyone (male or female), if you are still interested in that .... i think for Austin, we aren't really having a diversity problem for Clojure, we just need more people 🙂 .. it will of course be friendly to women and I'll promote it to my Women Who Code groups so I hope to have a mix

camdez 2018-01-09T17:50:55.000101Z

@clojuregeek Sure, willing to contribute to that as well. 🙂

camdez 2018-01-09T17:52:12.000502Z

Austin startups definitely have a diversity problem—a group of us at Capital Factory are working to characterize this right now—but if that’s not reflected in the Clojure community, that’s great.

camdez 2018-01-09T17:52:29.000615Z

Or maybe the sample size is too small to know… 😕

clojuregeek 2018-01-09T17:54:58.000189Z

We've done 2 clojure bridge workshops in austin, one was 14 ladies and one was 4

clojuregeek 2018-01-09T17:55:26.000174Z

And i did the same material (as the second) for anyone and we had 24 (1 lady, who came again to the clojurebridge workshop)

clojuregeek 2018-01-09T17:56:33.000603Z

i did the second clojurebridge and the workshop for anyone 1-2 month before the Conj came to Austin, and Lynn said of all the conferences she has done, Austin had the most people using the local discount code (which she also gave to houston folks)

clojuregeek 2018-01-09T17:56:54.000412Z

we had 22 ppl use the code

🆒 1