Good morning
Good Morning!
Morning!
👋
morning
mogge
“Warning of extreme cold” :thinking_face:
Hey guys and galls and others, What is your take on core.match? Essential or fancy? Over the weekend I got it working with babashka, which is cool. But I want more evidence that this could be useful for scripting, or that it is just a fancy feature which we could live without.
Goedemorgen btw
Good Morning!
morning
I've used core.match before when I've needed to check lots of things on a rest interface. Seemed OK
Good morning!
I always had the idea to use core.match for my PPC emulator... but never got round to it. seems like a cool tool though. but never used it in anger.
Can someone explain this expression with “used in anger” to me? I’ve seen it used now and then lately, but am still a bit unsure about what it means.
not just played with, but actually building something that will go into (or has gone into) production. It implies that the person is experienced enough with it that they've started to see some of the shortcomings and frustrations
Thanks. I haven’t completely missunderstood it then. What do we know about the origins/etymology of the expression?
I have to admit that the first times I saw the phrase I took it quite literally, and got very confused. 😃
most google searches seem to show it being a military thing. used/fired in anger rather than in practice
Morning
I always thought it meant to use something out of actual anger, like “I used/switched to Clojure in anger at Java”. TIL 🙂
Yeah, so until you see it used in context where it can’t mean that… 😃
morning @matlux
hey @matlux!
@pez https://english.stackexchange.com/questions/30939/is-used-in-anger-a-britishism-for-something is an interesting discussion
@pez I always just interpreted it as a strange synonym for “in production code”
Unrelated: St. Anger is also one of the worst Metallica albums.
Except for that one with Lou Reed
Thanks for that link @orestis. Just what I needed!
Today I have been experimenting by using a Phillips-branded wake-up light from the bedroom (that we never use) as a SAD lamp on my desk. I have to say, I feel much less tired than usual this afternoon.
I've barely ever used it. Almost always ended up preferring destructiring + either ordinary conditionals or polymorphism.
fancy.
I like it but never had to use it
not for the lack of trying, but does anyone have an example of loading a picture from S3 and showing it on a website? I have searched and I can get a signed URL, but that doesn't show me a picture. Any helpers would be greatly appreciated.
I take it the issue is with mime types @thomas ?
Not sure... when I get the signed url and set it to download, it seems I don't get the actual data.
And when I just use the signed url as such for the image nothing happens
actually @orestis I think you are right... having just changed a few things
With js you can work around that. Back in the days you could create an Image object and just set the url to whatever then use that object
looking at the docs/google it seems that I need to do my own fetch, and convert that to an image. I'll try that later... first I have to look at dinner. ttfn
@thomas I did this by using the pantomime library (I think) and store the blob on s3 with metadata in a local db and then combine this to produce a link that can be shown in HTML