Fork me on GitHub
#off-topic
<
2022-11-17
>
Cora (she/her)05:11:19

hey, y'all, not sure where to post this but I wanted to point out, in case you weren't aware, that it's transgender awareness week, culminating in the transgender day of remembrance on sunday. it's pretty important to me personally so I felt like it would be good to share. 🏳️‍⚧️

🏳️‍⚧️ 24
❤️ 15
seancorfield05:11:27

A trans friend of mine from university has been regularly posting remembrance lists: https://annajayne.medium.com/ -- she wasn't the first trans person I knew (that was a colleague in the mid-'90s) but she was the first whose complete transition and personal story I read online.

❤️ 2
borkdude11:11:40

Load ClojureScript (#nbb) in Github comments via robobun :) https://github.com/babashka/nbb/issues/277#issuecomment-1318492648

😄 2
😂 2
stand17:11:00

So I'm curious, is hammock-driven development "hardcore"? [asking for a very wealthy friend]

😂 4
respatialized19:11:12

Define "hardcore"

souenzzo19:11:49

i have a hammock in my office. is it hardcore?

jlcapps19:11:25

No, definitely "shoegaze."

👍 1
1
😂 3
stand19:11:24

@U2J4FRT2T I guess if it has spikes in it or something?

😂 1
ilmo20:11:34

It is if you get yourself an aerial yoga hammock

eggsyntax21:11:28

It's the most hardcore, because you've transcended the crutch of the physical machine. It's like the difference between mental chess and regular chess; only the most brilliant can do hammock-driven development. (LMK if your friend needs my venmo address to thank me for my insight)

😂 1
stand03:11:57

@U077BEWNQ I wish to subscribe to your newsletter.

😆 2
Faris05:11:18

only if you fall out of it methinks 😆

dpsutton21:11:13

is there a general name for an s3 bucket that hosts a maven repository? Is that a wagon or is that the code that knows how to connect to it? If we were to host some jars in a bucket is there a name for that?

hiredman22:11:50

a wagon is what maven calls the plugins that talk to different kinds of respositories

hiredman22:11:10

there are actually multiple ways make a maven repo on s3

hiredman22:11:24

the simplest is to just use s3 a dumb http server

hiredman22:11:32

no wagon required

dpsutton22:11:43

i see. i think we haven’t found a “right” way so we’re just trying to follow other directory layouts, the metadata and let it be public

dpsutton22:11:51

and just want a good name for the bucket

hiredman22:11:28

maven-repo-{uuid}

dpsutton22:11:08

i wasn’t sure if maven was a particular website, a protocol, or what. thanks that is helpful

Alex Miller (Clojure team)22:11:00

wagons are the old api, transporters are the current api. But the thing you’re making is a maven repo.

dpsutton22:11:33

nice. thanks. i wasn’t sure if maven was a company, a particular repo, or a generic name for repo. appreciated

Rupert (All Street)22:11:51

I used to use a lein plugin to be able to read + deploy jars to maven - was probably https://github.com/pjstadig/lein-maven-s3-wagon.