๐ Unison 1.0 has landed!
After years of engineering, design, and community collaboration, weโre excited to announce this milestone!
Spread the word!
๐ Unison 1.0 has landed!
After years of engineering, design, and community collaboration, weโre excited to announce this milestone!
Spread the word!
Watching @pchiusano.bsky.social Using Unison MCP server for coding assistance. Two examples:
- a simple function with tests and docs
- an HTTP echo server
#LLM #AI #unison-lang
www.loom.com/share/c4f76e...
UCM Desktop 1.1.0 is out: github.com/unisonweb/uc...
- Tauri to Electron migration
- Light mode colors in the Finder
- Ensure a definition is scrolled to when opened
- Hittingย `shift+x` now closes all open definitions
More on the Tauri to Electron migration in ๐งต
A challenge we often hear from new Unison devs is around reading function signatures. Our syntax is common to ml-style languages (Haskell, Elm), but it can look intimidating when new to those langs. In this ๐งต I break down the syntax. First up, a function that is used to create an html div. 1/7
Backend engineer ยท 20+ย yrs delivering products. #Rust,ย #Scala,ย Go,ย Python,ย #TypeScript โ recently building ultraโlowโlatency data systems. Looking for a remote contract or hybridย (Barcelona). Known for fast, reliable delivery & product mindset. DMs open. #OpenToWork #BarcelonaTech #Remote
Nice. There's an old Bruce Schneier book, "Beyond Fear", touching on this sort of thing, written in wake of 9/11: www.schneier.com/books/beyond...
Our minds evolved to pay attention to unpredictable events, but now we live in a hyperconnected world of competing for eyeballs and ad impressions...
Portland, Oregon friends! Check out the latest community organized meetup in PDX.
A lot of the incidental complexity of software can be traced back to people using something other than a real programming language to get computers to do a thing.
More here: www.linkedin.com/posts/pchius...
I've only watched a few of his videos, but enough to get the idea.
Even though he's famous, I feel like if Mr. Beast's content vanished, a month later no one would even care, not even his superfans. It's garbage that's just been hyperoptimized to hijack your attention. Once you stop engaging, the spell is broken and you realize you're better off without it.
Yeah. They donโt get the big budgets though.
Imagine being excited to go to the movies again. Excited for the possibilities. Instead of: "oh, look, guess they made another cash grab".
Imagine if for 1 year, everyone making movies, tv, books agreed not to make anything based on pre-existing franchises.
And the money and creativity poured into the same 6 franchises could instead go to making new things.
Even superfans of these franchises could survive a yr w/out another spinoff.
DOGE in practice: Disabled Army veteran who has 4 kids and did 3 tours overseas is fired from his job at Bronx VA hospital
Doing some blogging on LinkedIn, discovering principles for efficient and scalable distributed data structures atop object storage: www.linkedin.com/feed/update/...
Suspension Bridge xkcd.com/3048
theonion.com/trump-announ...
โOur beautiful system of channels and locks is finally coming home, folks!โ
I realized while reading that I can imagine exactly how he'd say this... probably a million neurons in my brain have taken up the sad task of modeling what DT's voice sounds like.
We're looking for design partners to work with us on a free POC to test this out and give feedback.
If you've ever wanted to try prototyping Unison for work, this is the way. Scope for initial project could be just a few days, and we'd work with you to make it a success! unison.cloud/byoc
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..
I think itโs like many other things, Sturgeonโs Law applies. I quite like some podcasts ๐
I feel like you can replace "road trip" here with "D&D session" #ttrpg
If cats had podcasts www.youtube.com/watch?v=d_4m... by @theryangeorge.bsky.social
This was my biggest tweet over in the bad place. It will live here now. ๐งโโ๏ธ๐
A foot of snow in New Orleans last week. Today: 75 degrees and sunny. Makes sense.
incredible things are happening on the federal employee subreddit
"Sorry, your game sold millions of copies but our projections said it should have sold at least fifteen trillion for shareholders to be satisfied, so we're going to have to fire all of you. Now watch the news unquestioningly report that your game was a commercial failure. Probably because of woke."
Disturbing New Study Finds American 5th-Graders Only Absorbing Targeted Advertisements At 1st-Grade Level
Disturbing New Study Finds American 5th-Graders Only Absorbing Targeted Advertisements At 1st-Grade Level
theonion.com/disturb...
โจ Here's our 2024 Unison Wrapped!
We've had an unforgettable year of Unison features, contributions, and achievements. Take a look back at what we've accomplished and get a peek at whatโs to come. ๐ฎ
Check out the full experience: www.unison-lang.org/wrapped2024/
`Each` is one of more magical-seeming abilities in Unison, lets you write straight line code to express nondeterminism. Example -
each [1,2,3] + 1000
Ends up as a lazy mapping over the list. share.unison-lang.org/@unison/base...