Chris Chalcraft
8.3K posts

Chris Chalcraft
@cchalc
interested in linux, functional programming, data science & geophysics. also love duplicate bridge. https://t.co/DyQUd6WNTu
Calgary, Alberta Katılım Şubat 2009
4.2K Takip Edilen757 Takipçiler
Chris Chalcraft retweetledi

we've released a CRDT extension for Postgres (experimental and open source)
why? A CRDT is a special data type used for collaboration - think of a Google Doc. The changes are merged even as people are typing simultaneously
these CRDTs are then serialized on a server and then stored in a database.
with a Postgres extension, we give the database a more "native" experience - they can be merged on the database, indexed, and searched.
In the future you should be able to do something like this:
create table blog_posts (
id uuid primary key,
title text,
body crdt default '{}'
);
then you can post the changes to the database and it will merge automatically (rather than overwriting eachother's changes)
you can use websockets (like our Realtime server) for very rapid changes between users, batching the changes to your database

English
Chris Chalcraft retweetledi

this is a fascinating approach to AI tools @josevalim :
a chat interface, running in your browser, so it can leverage all the browser tools/telemetry
it hooks into your dev server, so it has deep integration with your framework + logs + code
English

@zivergetech @alvinalexander wow that is amazing. each course has 30+ videos!
English

We've finally uploaded all ZIO courses of the brilliant @alvinalexander on our YouTube Channel 💪
Check out the courses available:
➡️ Introduction to Scala 3
➡️ Advanced Scala 3
➡️ Introduction to Functional Programming
➡️ Functional Programming in Depth
➡️ Functional Programming with ZIO
➡️ ZIO HTTP + Caliban
➡️ ZIO Streams
➡️ ZIO Kafka
Time for a #Scala spooky, weekend binge:
@Ziverge/playlists" target="_blank" rel="nofollow noopener">youtube.com/@Ziverge/playl…

English
Chris Chalcraft retweetledi
Chris Chalcraft retweetledi

Episode 107: Language Design Deep Dive with @josevalim! 🎉
I tried something different in this episode: we were both using @zeddotdev to write example code in realtime in shared buffers, Google Docs-style, as we talked about language design. It was really fun!
English

@SamRose nice. yeah all good. even elixir libraries like Nx are using polars (also rust based).
English
Chris Chalcraft retweetledi

.@AnthropicAI will support stateless remote MCP servers with “just HTTP” as transport.
We’re quite excited about this! So we gave a “lightning talk” at an MCP meetup hosted by @paulgb @CloudflareDev yesterday.
English

@grhmc I used to work for a company that made an internal clone of source fourge for us to use. pretty funny to think back
English
Chris Chalcraft retweetledi

@louispilfold could this be what you want - double-zero.cloud tag line is own your email..
English

@rawkode I have been using himitsu (sr.ht/~sircmpwn/himi…) and impressed with its use and simplicity. written with the Hare programming language.
English

@thorstenball @theprincessxena is bringing a lot of comedy to @flydotio .. so many references to 'capitalism objects'
Surrey, British Columbia 🇨🇦 English

@chiroptical preference for employees or moving the way down the wait-list ?
English

@SamRose @zmzlois @JuliaLanguage yeah. just some general open source and available model to download and use vs using a service.
Surrey, British Columbia 🇨🇦 English












