Dejan Miličić - Unison: A New Programming Paradigm
Unison is a pure functional language introducing a groundbreaking concept: content-addressed code. On top of the well-known advantages of functional programm...
🎥 New conference recording from the Unison community!
A deep dive into content-addressed code and how it changes refactoring, dependency management, and remote code execution.
🌟 Dejan's keynote is one to watch!
www.youtube.com/watch?v=mQHo...
26.02.2026 18:10
👍 11
🔁 7
💬 0
📌 0
Unison Computing now has a consulting group · Unison programming language
We are spinning up a consulting group, now open to work in a variety of languages, including Scala, Haskell, Rust, Elm, and of course Unison. Our goal is a self-sustaining model in which a mix of consulting and product revenue funds development of Unison-based tech well into the distant future. We aim to be cash flow positive as a business in the next 12 months and could use your help in getting there.
We have a consulting group, now open to work in a variety of languages, including Scala, Haskell, Rust, Elm, and of course Unison. More details here: www.unison-lang.org/blog/consult...
Please boost to help get the word out. And we'd love to hear from you if you're interested in working with us!
19.02.2026 17:16
👍 19
🔁 10
💬 0
📌 1
Introducing the Threads ability for safer structured concurrency
The latest Base upgrade contains the Threads ability, for safer structured concurrency. This video talks about the problems that the Threads ability solves a...
🧵🪡 Our latest release of the standard lib includes a new `Threads` ability for structured concurrency.
Why is it an improvement over our existing primitives? Here's a video with some comparisons.
youtu.be/xU_MRNNo4kg
10.02.2026 16:00
👍 9
🔁 3
💬 0
📌 0
“Mr. Beast Salesforce ad” - they’re calling it the least appealing phrase ever assembled in any language. They finally did it
09.02.2026 02:32
👍 7159
🔁 880
💬 54
📌 37
I remember one conversation with Theodor
Adorno when, after I'd said what I'd done that morning (checking out
some books from the library, going to the laundromat, etc.), and asked
"What about you," I was slightly chilled when he answered: "I have been
meditating on erotic and musicological problems."
While in California, Ian Watt asks Theodor Adorno how his day went
31.01.2026 16:10
👍 30
🔁 9
💬 1
📌 2
How to Film ICE
Filming federal agents in public is legal, but avoiding a dangerous—even deadly—confrontation isn’t guaranteed. Here’s how to record ICE and CBP agents as safely as possible and have an impact.
NEW: The @wired.com Security desk put together a comprehensive guide to filming ICE—with tips for reducing risk at the forefront. No paywall, but please consider subscribing to help find these kinds of resources. And stay safe out there. www.wired.com/story/how-to...
www.wired.com/v2/offers/wi...
31.01.2026 10:55
👍 3681
🔁 2409
💬 44
📌 91
Three ceramic whistles shaped like melting ice cubes at the greenware stage.
Very WIP, but these ceramic whistles depict what happens to ICE in the fires of hell. 👹
26.01.2026 09:52
👍 5
🔁 0
💬 0
📌 0
It appears that this legend owns a little bookstore — and you can order books from him instead of Bezos. Link in next post.
25.01.2026 17:45
👍 12952
🔁 3862
💬 107
📌 97
People at taken to Whipple are released into the cold in whatever they were wearing without their phones and IDs. Volunteers meet them at release (or find them left in parks and the woods) get them a burner, warm clothes, food, a ride home, etc
(GFM in next post)
www.instagram.com/reel/DTzJde9...
26.01.2026 01:39
👍 4939
🔁 2164
💬 8
📌 1
Ah, I see we have reached the cultural void that is "All Art is now Propaganda." Cool cool cool...
12.02.2025 01:28
👍 7
🔁 0
💬 0
📌 0
This is like Kendrick and Drake if both of them were Drake.
10.02.2025 21:32
👍 13950
🔁 2286
💬 77
📌 27
A `main` function in Unison showing a postgres configuration and simple query for the birth date of some users.
```
main : '{IO, Exception} [LocalDate]
main = do
config =
PostgresClientConfig.default
(HostName "localhost")
(UserName "postgres")
(DatabaseName "userDB")
singleIO config do
Query.execute
(sql "SELECT birthday from users" |> typedQuery (Codec.date))
```
🐘 The new Unison Postgres library features typed queries, prepared statements, and support for custom decoders!
`lib.install` it here: share.unison-lang.org/@runarorama/...
06.02.2025 20:01
👍 10
🔁 4
💬 0
📌 0
Also worth contacting the governor and asking him to publicly reaffirm his commitment to this extremely vulnerable group.
governor.wa.gov/contacting-g...
360-902-4111
05.02.2025 19:39
👍 543
🔁 125
💬 9
📌 2
The Unison™ Cloud Platform
Deploy to the cloud with a function call. Call services as easily as local functions, verified by the typechecker. Access typed storage as easily as in-memory data structures.
Coming soon: create Unison Cloud clusters in minutes on your own infra, anywhere. www.unison.cloud/byoc/
🔐 All data stays with you. We don't see service requests or data in storage.
⚡️ Services deploy in seconds, service calls in 1 LOC, and more..
31.01.2025 13:00
👍 20
🔁 7
💬 0
📌 1
Fellow NSA - National Security Agency veterans. Look at what’s happened at the National Cryptologic Museum. They covered up with brown paper the photos of Women in American Cryptology. All in response to President Trump’s anti-diversity executive order.
02.02.2025 04:51
👍 12455
🔁 6706
💬 922
📌 1418
I was led to believe by R.E.M. that I would feel a lot better about this.
01.02.2025 23:17
👍 15769
🔁 3357
💬 304
📌 197
😆 Don't let @kylegoetz.com fool y'all! He single-handedly deciphered Unison's grammar for the Tree-sitter Unison implementation and that's not even captured in this list! 🔥
30.01.2025 06:05
👍 5
🔁 0
💬 0
📌 0
Unison Roadmap · Unison programming language
A friendly programming language from the future.
🫶 Anyways, we've been busy. Unison has shipped more features than I can remember and has even more planned.
www.unison-lang.org/roadmap/
🪄🐇🎩
30.01.2025 01:17
👍 2
🔁 0
💬 0
📌 0
Distributed Streaming on Unison Cloud — Fabio Labella
YouTube video by Unison Language
⛅ Cloud functionality has expanded to support blob-based storage, daemons for long-running processes, WebSockets, etc. From simple distributed computing primitives, we're bringing event-streaming libraries to Unison:
www.youtube.com/watch?v=cdn5...
30.01.2025 01:17
👍 1
🔁 0
💬 1
📌 0
💜 It's hard to remember all the progress that @unison-lang.org has made, since most of the time we're heads-down, building the plane and flying it.
But to put all this in context, at the start of 2024 here's where we stood <takes giant breath>...
30.01.2025 01:17
👍 7
🔁 3
💬 1
📌 0
Working in tech is cool because you can lose half a day to "rectangle sometimes too big."
27.01.2025 23:40
👍 268
🔁 25
💬 8
📌 2