mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

745
active users

#clojure

14 posts12 participants0 posts today

Typename syntax and resolution in ClojureCLR

dmiller.github.io/clojure-clr-

Wherein we describe the significant enhancements to typename syntax and resolution in ClojureCLR effective with version 1.12.3-alpha2. TL;DR Several significant improvements have been made to typename syntax and resolution in ClojureCLR. ...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

ClojureCLR - Next! · Typename syntax and resolution in ClojureCLRWherein we describe the significant enhancements to typename syntax and resolution in ClojureCLR effective with version 1.12.3-alpha2.

Story time. A function returning a list of some business entities. Each object has a method getContractId. I get a runtime error that java.lang.Character doesn't have a method getContractId. WTF?

Turns out that first function was sometimes returning an error as a string. It was treated as a list of characters, mapped and filtered through many layers. Somewhere deeper some code finally wanted to access getContractId, but instead of an object, it got... the first character of the string

Annually-Funded Developers' Update: July/August 2025

clojuriststogether.org/news/an

Hello Fellow Clojurists! This is the fourth report from the 5 developers receiving Annual Funding in 2025. Dragan Duric: Apple M Engine Neanderthal, Deep Diamond CPU Eric Dallo: ECA, clojure-lsp, clojure-lsp-intellij Michiel Borkent: clj-kondo,...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

www.clojuriststogether.org · Annually-Funded Developers' Update: July/August 2025Dragan Duric, Eric Dallo, Michiel Borkent, Oleksandr Yakushev, Peter Taoussanis

Giving Foundation Models a Notion of Now

building.nubank.com/giving-fou

Author: Fabio Souza At Nubank, we are constantly pushing the boundaries of how Artificial Intelligence can help us better understand our customers’ financial journeys. Our previous posts have detailed how we leverage transformer-based foundation...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

Building Nubank · Giving Foundation Models a Notion of Now - Building NubankExploring how encoding transaction timestamps as time deltas rather than absolute dates boosts AI model performance and generalization.

When I saw #Python code like:

processed = map(normalize, map(clean, filter(is_valid, items)))

I immediately realized why Pythonistas believe that list comprehensions read better. I'm really surprised they didn't add some form of pipeline chaining to make such transformations more natural.

Not a big deal, but after so much #Ruby, #Clojure and #OCaml my mind really struggles to parse such code.

Muon for Improved Foundation Model Pretraining Data Efficiency

building.nubank.com/muon-for-i

Authors (alphabetical order): Aman Gupta, Arissa Yoshida, Daniel Braithwaite and Rafael Celente, In previous blog posts [1,2,3], we introduced Nubank’s approach for using transaction data-based foundation models to solve predictive problems...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

Building Nubank · Muon for Improved Foundation Model Pretraining Data Efficiency - Building NubankWe explored how the Muon optimizer, an innovative alternative to AdamW, helps us build more efficient foundation models, with faster convergence and reduced costs.