clerk

manas_marthi 2025-01-17T08:33:02.685079Z

So, why is it called “clerk”. what’s the rationale for choosing the most boring word to name your creation.

Samuel Ludwig 2025-01-17T15:03:50.165759Z

i think it sounds more 'business-y' than boring personally, and more of like, "a helper that works with numbers", so I think its fitting

Alex 2025-01-17T18:34:10.391039Z

Ever heard of Maxwell equations?

manas_marthi 2025-01-17T18:43:32.813889Z

Got it. thanks.

mathpunk 2025-01-17T20:07:10.082179Z

I like this question because it made me look up a word, which I love doing: > A clerk is a white-collar worker who performs various administrative and record-keeping duties in different professional settings. The role encompasses several key functions: Maintaining and creating records, Conducting general office tasks, Filing documents, Staffing service counters, Screening calls Another name could be helper but that'd be confusing. If I redefine 'clerk' myself I might say, "One who labors at the information work not intrinsically-related to the business at hand."

mathpunk 2025-01-17T20:11:50.886649Z

"White-collar" being a term for work that is done in an office or similar rather than a mechanic's shop or farmer's fields.

Alex 2025-01-17T20:13:06.979529Z

I'm pretty sure it's called after James Clerk Maxwell, though I don't have a reference at the moment.

Samuel Ludwig 2025-01-17T20:14:14.873479Z

it could very well be both :^)

mathpunk 2025-01-17T20:18:25.432119Z

Everything happens for a reason we make up later

2025-01-18T16:41:56.335679Z

There are actually several references we had in mind. Maxwell, yes, but also: “In such a future working relationship between human problem-solver and computer ‘clerk’, the capability of the computer for executing mathematical processes would be used whenever it was needed.” – Douglas Engelbart And the idea that a clerk works with files, and we wanted a notebook system in which everything was simply a source file in the background. 😊

mathpunk 2025-01-17T20:10:19.315429Z

I love this program so much. I'm using it at work extensively for exploratory data analysis. Could anyone help me figure out where to read about, • layering in some style changes -- I would like to ask one of my css-savvy coworkers but i don't know what to ask them to look at / provide • what's the SOTA on Clerk for Slideshows? I tried something and it was a little touch-and-go, but that was 2 years ago

Ellis 2025-01-17T20:13:42.060279Z

So for styling, tailwind is pulled in but you can provide your own CSS file https://github.com/elken/aoc/blob/master/src/index.clj#L27-L32

mathpunk 2025-01-17T20:19:23.396709Z

Tailwind is a "nice defaults" CSS inclusion, right? So presumably providing additional css is, "the cascade" which I have heard spoken of respectfully and I think I understand, abstractly

Ellis 2025-01-17T20:20:44.271989Z

Yeah, you can hook into tailwind neatly when writing custom viewers say but for customising the overall layout of what's built-in I don't think there's a better option. As for slideshows btw, https://www.youtube.com/watch?v=07k0IFviazg

1