Workflow engines, data engineering, genomics, phylogenetics, note taking.
Web: http://mattrasmus.com/
ARGweaver: https://github.com/mdrasmus/argweaver
redun: https://github.com/insitro/redun
KeepNote: http://keepnote.org
www.biorxiv.org/content/10.1...
(1/n)
www.biorxiv.org/content/10.1...
(1/n)
I love papers like this, that take a well-known, messy, unloved area and propose a useful organizing principle for it.
I love papers like this, that take a well-known, messy, unloved area and propose a useful organizing principle for it.
>>> {{}: {}}
TypeError: unhashable type: 'dict'
>>> x = lambda y={}: y
>>> x()[1] = 2
>>> x()
{1: 2}
>>> {x: {}}
{<function <lambda> at 0x000001E45E80E440>: {}}
>>> {{}: {}}
TypeError: unhashable type: 'dict'
>>> x = lambda y={}: y
>>> x()[1] = 2
>>> x()
{1: 2}
>>> {x: {}}
{<function <lambda> at 0x000001E45E80E440>: {}}
Waste my time, I’m gonna waste yours.
Waste my time, I’m gonna waste yours.
www.cell.com/hgg-advances...
Visit www.insitro.com/people/.
Visit www.insitro.com/people/.
I'll keep updating this thread as the last 10 talks hit camera-ready.
I'll keep updating this thread as the last 10 talks hit camera-ready.
www.romaglushko.com/blog/jupyter...
www.romaglushko.com/blog/jupyter...
It now uses CodeMirror instead of Monaco, thus working on mobile now, too. As well as an update to Perspective v3 and moving to Shadcn UI sidebar from a custom one…
It now uses CodeMirror instead of Monaco, thus working on mobile now, too. As well as an update to Perspective v3 and moving to Shadcn UI sidebar from a custom one…
www.geoffreylitt.com/2024/12/22/m...
www.geoffreylitt.com/2024/12/22/m...
treecalcul.us
A very simple intensional calculus. A simple, privileged programming language where functions can be analyzed, serialized, etc.
treecalcul.us
A very simple intensional calculus. A simple, privileged programming language where functions can be analyzed, serialized, etc.
- declares that a prompt is some function of state that produces an output
- then invents a convoluted DSL
So why is this not the obvious way to do it?
- self-documenting
- typed inputs and outputs
- easy separation of template from context
- declares that a prompt is some function of state that produces an output
- then invents a convoluted DSL
So why is this not the obvious way to do it?
- self-documenting
- typed inputs and outputs
- easy separation of template from context
We've stared drafting a little thing for you: dasl.ing
We've stared drafting a little thing for you: dasl.ing
observablehq.com/@tomlarkwort...
observablehq.com/@tomlarkwort...
acko.net/blog/reconci...
acko.net/blog/reconci...