58 Followers
257 Following
211 Posts
empty homepagehttps://martijn.at/

I don't think I'll stop using Firefox anytime soon.
Yes, their management are fucking idiots and it's annoying that I'll have to disable new AI features whenever they release them..

But the alternative is to use something Chromium-based, which would make Google's domination of web technology absolute - and Google is 100x more evil than Mozilla ever could be.

I hope this fucking bubble pops before Mozilla fucks up Firefox so badly that it becomes completely unusable

๐ŸŽ‰ Some important #CrossBorderRail news! ๐ŸŽ‰

After thinking about the idea for more than a decade (yeah, this is later than a DB train!) I am finally starting to plan building a railway organisation for lobbying work, and @patrick @partim & @redjives are in from the start. We're sort of soft launching today

Details ๐Ÿ‘‡
https://jonworth.eu/european-rail-passengers-union-lobbying-for-passengers-cross-border/

This week Iโ€™m in Vienna for my first *ACL conference! ๐Ÿ‡ฆ๐Ÿ‡นโœจ

Today l will present our new dataset for evaluating language models on Dutch syntactic minimal pairs and human acceptability judgments:

๐ŸŸ  BLiMP-NL: A Corpus of Dutch Minimal Pairs and Acceptability Judgments for Language Model Evaluation
๐Ÿ‘ฅ Michelle Suijkerbuijk, Zoรซ Prins, Marianne de Heer Kloots, Jelle Zuidema @wzuidema , Stefan Frank @stefanfrank
๐Ÿ—“๏ธ Tuesday, July 29th, 16:00-17:30, Hall X5, board 3

those #nokings protests seemed pretty big, but now I'm seeing people here literally falling in line and cheering him on the second they see a monarch #bloomscrolling

New blog post: "Going for robustness: science".

How can we make scientific findings and scientific processes more robust?

https://blog.khinsen.net/posts/2025/03/25/robustness-in-science.html

Konrad Hinsen's blog

Oh and to be clear I don't really count someone selling things they made by talking about them, or saying "I wrote this book" or whatever as "offensive" advertising.

In fact, it is the only way that promotion should function along side people talking about stuff and criticism.

The ability to hold a big audience in the millions of a predictable demographic is deeply sought after. To me that just seems like trying to wind the clock back to the 80s when things were simple.

Social media plays a huge role here, and that is exactly why I think we should promote the idea that advertising on social media is as rude as advertising at a funeral or bat mitzvah.

lol
martijn finished reading Little Fuzzy
Little Fuzzy - BookWyrm

Little Fuzzy is the name of a 1962 science fiction novel by H. Beam Piper, and is now in public domain. Synopsis: One day Jack Holloway, prospector on the planet Zarathustra, finds what seems to be a small monkey with golden fur; these new introductions (for the first brings a family) are tiny hunters, and prove to be curious and capable tool users. Why is this so important to the new human settlers? - Because a planet inhabited by a sapient race cannot be monopolized by the Zarathustra Company. Little Fuzzy is generally seen as a work of juvenile fiction. It was nominated for the 1963 Hugo Award for Best Novel. More on Wikipedia at http://en.wikipedia.org/wiki/Little_Fuzzy

Gah! Why does like every other ML paper copy an unspecified commit of the transformers library into their repo? At least clone it, and make your changes in the cloned repo, so it's easy to see a) what's different b) how out-of-date your copy is. (git submodule gets it in your repo) But if you're just creating a custom transformer, it doesn't *need* to live in the transformers repo (Auto*.register() lets you register your classes so they will still be found by e.g. AutoModel.from_pretrained())