Baptiste Dupuch

@BaptisteDupuch
38 Followers
32 Following
33 Posts
Programming enthusiast. ClojureDart co-author. Independent contractor.
Gooo @plexus !
πŸ‘‹ #ClojureDays

πŸ“’ New Essay: The Boring Internet

The internet you grew up on isn’t dying.

A commercial veneer glued on top of it is.

https://www.terrygodier.com/the-boring-internet

The Boring Internet

The internet you grew up on isn't dying. A commercial veneer glued on top of it is. A visual essay about what actually persists.

Terry Godier
Kudos to wevre for shipping transit-dart & transit-cljd (it passes all tests). Thanks a lot 🀘
https://github.com/wevre/transit-cljd
https://github.com/wevre/transit-dart
GitHub - wevre/transit-cljd: Transit for ClojureDart

Transit for ClojureDart. Contribute to wevre/transit-cljd development by creating an account on GitHub.

GitHub
I’m on the lookout for new dev gigs. #clojure

Beyond `swap!`: Encapsulation sans Abstraction, the Transactor Pattern

https://buttondown.com/tensegritics-curiosities/archive/beyond-swap-encapsulation-sans-abstraction-the/

by cgrand (πŸ¦‹ 🦣 𝕏) As Clojure developers we love the simplicity of putting almost all application state under a single atom. You get isolation (as long as you don't deref twice) thanks to immutable (persistent) collections and transactional...

#clojure #clj #cljs [email protected] @clojure

Beyond `swap!`: Encapsulation sans Abstraction, the Transactor Pattern

by cgrand (πŸ¦‹ 🦣 𝕏) As Clojure developers we love the simplicity of putting almost all application state under a single atom. You get isolation (as long as you...

Curiosities by Tensegritics
Far behind the excellent #babashka from @borkdude but still very happy with the growth of @ClojureDart πŸ₯³
We've been asked many times how to configure a CI for building iOS/macOs/Android apps with ClojureDart. Here is a repo using Github Actions with a full working configuration. https://github.com/Tensegritics/cljdeploy
GitHub - Tensegritics/cljdeploy: Empty ClojureDart repository used to illustrate how to configure Github Actions CI locally.

Empty ClojureDart repository used to illustrate how to configure Github Actions CI locally. - Tensegritics/cljdeploy

GitHub
The asymmetry in composability between on one side ->, cond-> and on the other side ->>, cond->> has always bugged me.
Recommend article "Everything I've learned so far about running local LLMs". It summarise pretty well my own XP. If you don't want to hack you can also skip to the last part "So what are LLMs good for?" which is relevant (and funny) https://nullprogram.com/blog/2024/11/10/
Everything I've learned so far about running local LLMs