This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-04
Channels
- # announcements (4)
- # beginners (110)
- # boot (6)
- # calva (23)
- # cider (14)
- # cljdoc (5)
- # cljs-dev (50)
- # cljsrn (3)
- # clojure (105)
- # clojure-europe (3)
- # clojure-italy (46)
- # clojure-nl (6)
- # clojure-spec (19)
- # clojure-sweden (1)
- # clojure-uk (78)
- # clojurescript (66)
- # core-async (5)
- # cursive (19)
- # data-science (16)
- # datomic (3)
- # events (2)
- # fulcro (11)
- # hoplon (53)
- # jobs (4)
- # jobs-discuss (6)
- # keechma (51)
- # leiningen (3)
- # nrepl (25)
- # off-topic (95)
- # parinfer (8)
- # precept (1)
- # reitit (61)
- # remote-jobs (1)
- # rewrite-clj (75)
- # ring-swagger (2)
- # robots (3)
- # shadow-cljs (43)
- # tools-deps (28)
- # vim (2)
I was awoken this morning at 3:30(ish) by the lovely sound of a police helicopter buzzing the local area
morning... no helicopters here... but I still woke up several times, probably due to the heat.
Letās be honest, āThe Unmarked Helicoptersā would be a great name for a band @lady3janepl š
morning
which is weird, since I never watched the series (cue "whaaaat") but managed to wear out the soundtrack cassette š
@thomas you know how some animals migrate to find cooler climate? Yeah, you should be doing that and coming over to the islands for health in summer XD
but.... but... I just left @lady3janepl...
That was your first mistake š Only joking
Yeah that's what migration means. "But moooom, why are we flying there again, we've only just left and I like the fish here much better?!" "Keep flapping, it's tradition "
are you sure @yogidevbear ? š
TBH, I have very mixed feelings with the current political landscape and the heavily polarised public opinion around "B" š
The grass may very well be greener where you are right now š¤·
That said, my lawn does literally look pretty green
no lawn? whereabouts are you?
http://bi.gazeta.pl/im/3c/97/14/z21593660Q,Rzezucha-jest-doskonala-ozdoba-wielkanocnego-stolu.jpg
my sister-in-law covered her back yard in astroturf
for the low maintainance solution
from seed?
you have an incubator and then they go into a tower with a time controlled grow light
what greens do you grow?
Haha the answer that most people were probably thinking. I'm guessing he meant coriander, but you never truly know
I like to cook š
And coriander is great
well, my wife does. Iām clumsy and sometimes over or under water things and kill them
coriander is picky
morning
@ben.hammond We have a tiny garden at the front, but no lawn and at the back it is tiled. So hence no lawn.
We have a small patch of astroturf under the trampoline in the back garden. Best investement ever (well, in that particular context anyway)
@alex.lynham maybe you can automate the watering with an arduino or something like that.
yeah, you can get pretty complicated but then itās more stuff to maintain
we have timers on the lights and thatās kind of enough to take the main hassle out
It seems__ to be VERY expensive, and I am trying to figure out why anyone would use it...
@maleghast No I hadnāt seen itā¦ but it looks pretty coolā¦ I was surprised to see it billed per hourā¦ can you dynamically spawn them to handle requests?
@maleghast: Iād imagine the main reason to use it is that sftp uses public key crypto; so you can leverage your ops key management infrastructure; without having to use IAM in addition to it. Iād imagine things like ssh forward agent would probably work with this, allowing you to read and write files backed on S3 in various operational scenarios. Though I have no idea if this is really the caseā¦ just taking a guess.
Also itās probably a way for amazon to hoover up users who are running sftp servers; without putting any burden on their clientsā¦ i.e. you could seamlessly migrate to this with minimal client changes
oh just seen this is mentioned on their diagram
mainly looks to be an SFTP front end to s3
@maleghast we're using it - it's relatively expensive, but it's trivial to configure and zero-cost to maintain, stuff always ends up on S3 and i can give the user-admin away to someone in customer-support so no need for dev/ops support
yeah - FWIW I love SFTP ā itās pretty easy to manage and deploy informally if youāre using ssh alreadyā¦ however not having to patch your server and worry about unix style permissioning, groups, etc would be niceā¦ Not that IAM permissions are easier, thoughā¦ lol.
but if itās wrapped up ā that would be great for some use cases
and having backed onto infinite s3 storage; means no need to worry about managing volumes etc
IAM permissions and policies are kinda mind-numbing - but very flexible, and only need setting up once
yeah definitely
SFTP itself is pretty easy, but authorized_keys
management, permissions, and patching i'm very happy to swerve
we just have a single AWS Transfer instance, with many users each with their own S3 upload directory on the backing S3 bucket - it works pretty nicely
yeah sftp
is great if itās for just a few users and you have the box & accounts there anywayā¦ but if youāre managing it for non unix users itās a painā¦ and you need to be careful you lock the accounts to deny unix login etcā¦ so Iād totally consider this.
also the fact you can then also easily get SNS notifications etc from SFTP clients opens up new options
OK, thanks chaps - you've persuaded me that the cost is worth it for the zero-conf / hands-free aspect š
At the old place I believe a team was using that for wrangling with some legacy systems. Kind of what ric and craig described in terms of painful setup and cost but back of the envelope dev time saved more than made up for it