This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-29
Channels
- # aleph (3)
- # announcements (29)
- # babashka (99)
- # beginners (30)
- # calva (46)
- # cider (9)
- # clara (1)
- # cljsrn (4)
- # clojars (10)
- # clojure (41)
- # clojure-dev (4)
- # clojure-europe (45)
- # clojure-nl (3)
- # clojure-norway (13)
- # clojure-uk (5)
- # clojurescript (61)
- # community-development (11)
- # cursive (10)
- # data-science (1)
- # events (1)
- # fulcro (17)
- # graphql (1)
- # gratitude (1)
- # holy-lambda (1)
- # jobs (4)
- # jobs-discuss (5)
- # meander (22)
- # off-topic (50)
- # pedestal (3)
- # re-frame (3)
- # reagent (3)
- # reitit (82)
- # releases (2)
- # rewrite-clj (14)
- # shadow-cljs (3)
- # spacemacs (14)
- # tools-deps (7)
- # xtdb (33)
yeah between jiu jitsu and programming i have always been impressed i haven't had any issues with tendon pain
Then you end up with a messed up tendon for months because you were holding something in a wrong orientation for too long 🙃 Do you have an ergonomics advisor in your workplace?
No joke about clojure.core/meta
so far?
lol, be the first then?
ok I see what you did there @U8MJBRSR5, nice one lol
hi, I’m new here and I noticed that some ppl prefer to respond in the channel but not in the thread. I personally think threading makes the conversation more organized and easy to follow. I’m curious what are the reasons behind responding to the channel?
Sometimes it seems that some people use alternative Slack clients that simply don't support threads. E.g. when someone @
you outside of a thread you started but still continues the thread narrative.
good one haha
Anyone explain this:
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Toy ASM</title>
<link rel="stylesheet" href="css/all.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/main.css"/>
</head>
<body>
<div>
<i class="fas fa-caret-down"/>
</div>
</body>
</html>
Displays:Per https://dev.w3.org/html5/html-author/#tags: > In HTML, the use of this syntax is restricted to void elements and foreign elements. If it is used for other elements, it is treated as a start tag. Not sure why treating it as a start tag yields that result. Maybe it's styling a subsequent text node the same way? Either way, as I understand it, self-closing tags are generally not used in modern HTML, and are mostly an XML thing.
I think the only reason they're even supported in void elements is for compatibility with XHTML, but XHTML is also not much of a thing anymore.
> as I understand it, self-closing tags are generally not used in modern HTM Had no idea about this, I don't really ever write html
Does anyone know what the etiquette is for robots.txt crawl-delay
with respect to keep-alive
? Can I do more than one request on a persistent connection in a crawl-delay
interval or is this considered impolite?
OMG, this channel... Diving in headlong... for those who like limericks, https://github.com/adityaathalye/slideware/blob/master/Clojure_By_Example_LambdaWorld_Seattle_2018.pdf to introduce people to Clojure. It begins thusly: > It all began with darkness, > Cold, unforgiving starkness. > Life evolved, > And creatures crawled, > Till Church did Lambda Calculus. 🤪 😁
Then came John McCarthy, Eyebrows thick and swarthy. Who's S-Expressions, Made lasting impressions, As LISP, before he was forty.
Friedman appeared left-field, Plus, a Guy who Steeled, They not only Schemed, They Virtual Machined, For with Java, also, they dealed.
In continuation, here’s Rich Hickey, A fellow fairly tricky, An errant C-sharp composer, Who since invented Clojure, Now Java keeps taking the mickey.
😄 what does taking the mickey
mean
"https://idioms.thefreedictionary.com/take+the+mickey" is British slang for joking around, teasing in a friendly way etc. (Context is one make jokes about Java, but one doesn't think Java itself is a joke, because truthfully we're all using Java under the hood.)
Oh man, no errors with this
(js/Math.sqrt (* dx dx) (* dy dy))
when I actually needed this
(js/Math.sqrt (+ (* dx dx) (* dy dy)))
Just in case you write CLJ-compatible code or just prefer this way, CLJS has a "magic" Math
namespace that you can use as if it was the Math
Java class in CLJ:
cljs.user=> (Math/sqrt 2)
1.4142135623730951
Today probably can be considered the birthday of the Internet: > First ARPANET IMP log: the first message ever sent via the ARPANET, 10:30 pm PST on 29 October 1969 (6:30 UTC on 30 October 1969). This IMP Log excerpt, kept at UCLA, describes setting up a message transmission from the UCLA SDS Sigma 7 Host computer to the SRI SDS 940 Host computer. https://en.wikipedia.org/wiki/ARPANET
you're thinking about it the wrong way, we should be thanking Mark for endorsing Clojure this way. Really big of him.
the worst part is “that’s so meta” will no longer be an allowable phrase. although it seemed to have fallen out of fashion ~5-10 years ago anyway, that’s still a disappointment
cannot believe the Zuck was the one to finally kill Aristotelianism
real nice how zuck's vision of the future is identical to how people 30 years ago thought the "smart homes of the future" would look by now, except holograms were too hard so we gave up on them and just made everyone wear special glasses
In what way has Zuck killed Aristotelianism? Sorry, I'm probably missing the context here.
@U0CMVHBL2 A joke, and a bit of a reach. Originally the Greek word transliterated as "meta" just meant "after". Our modern sense of it is ultimately Aristotle's fault. He wrote a book called "Physics", and then he wrote the book his students were to study afterward, "After Physics" – aka "Metaphysics". This gave the field of metaphysics its name, and from there the prefix was reinterpreted to denote a kind of abstraction, which is how we use it today.
I actually knew a lot of that context already 🙂. Thanks for explaining anyway. Zuck might kill philosophy in the modern mind of people who spend too much time using his platforms, but he isn't alone in that regard.
And I've heard that it wasn't Aristotle who called it "After Physics", but later scholars/monks/etc. who called it that since in its usual arrangement it came after the one he called "Physics".
but I don't have any authoritative quote for that.
Yes, that's correct afaik – I simplified to be brief