elm-run — Run Elm anywhere

elm-run executes Elm on the command line and the server. Run Elm outside the browser without JavaScript, with analysis-friendly bytecode and enforceable capability boundaries.

Elm just hit record highs in both codebase size and weighted stars. Code size reached 692 M LOC (up from 687 M), while its #GitHub score climbed to ~73.4 k (from ~73.0 k), marking the strongest monthly gains ever. #Elm

Notice

Google mail client in Android refuses to login on other addresses than gmail.com!!!

I noticed a while back that the Google client fights back when I want to login on my email addresses which deviate from the Google domain. The client started with putting delays, before opening those accounts. It also randomly injected that those accounts were not safe while all standard Open Source safety measures are taken on both the servers and the clients.
When scaring you into using your {own hosted} email server fails, the gmail Android client degrades to the following behavior

The Google mail client in Android blatantly refuses to open the mails on those addresses.

##The Android client fakes, hallucinates, out of memory errors...

...even when all other programs on the phone have been taken out of memory. It's like someone put in LLM hallucinated slop code in that part of the gmail client

Very anti-consumer this Behavior

Of course I have an Open Source e-mail client running 🎽 on my Androids

I've seen this behavior coming years before. No I'm not going to recommend any open source email client to you, to use on your Android, to fetch and process your mail.
There are enough choices to make your own

Just remember that Google hates all of us

Google hates their clients

Google as a company hates their consumers never forget that

jump ship.

Google is now the Bell Phone Company of the 1960s

Sent you insisted I use

  • pine
  • elm
  • Thor on M68k
  • OWM {offline waffle mailer}
  • thunderbirdacross my installations. Use your own email client needs to select one, suitable for you; don't go with mine just because I use it

sources:

moi

man elm

man pine

man thunderbird

https://en.wikipedia.org/wiki/Email

https://en.wikipedia.org/wiki/Gmail

https://en.wikipedia.org/wiki/Smtp

https://en.wikipedia.org/wiki/Mime

https://en.wikipedia.org/wiki/MIME

#Google #email #client #elm #pine #OWM #Thor #Amiga #M68k #Android #Alphabet #programming #Enshittification #OpenSource #Thunderbird

Email - Wikipedia

I explored the idea of having elm apps built using two-way bindings. If interested check https://package.elm-lang.org/packages/bcardiff/elm-rad/1.0.0/ and its source for examples. Cells, computed, debounce, validation, and local persistence supported. #elm #elmlang
corpus: self-hosted listenbrainz and last.fm frontend https://lobste.rs/s/qxhzxh #elm #haskell #vibecoding
https://github.com/mtmn/corpus
corpus: self-hosted listenbrainz and last.fm frontend

0 comments

Lobsters

The Draft Is Done. Now I Need Reviewers and Feedback!

https://programming.dev/post/48910105

The Draft Is Done. Now I Need Reviewers and Feedback! - programming.dev

Lemmy

New blog post: “elm-simple-icons: Another #Elm package”.
https://blog.agj.cl/2026/04/elm-simple-icons-another-elm-package

«I released a new Elm package: agj/elm-simple-icons, an Elm conversion of a project called Simple Icons. It's a collection of icon versions of many logos for brands and projects. This is a practical tool to have lying around to, say, put a little Wikipedia icon next to a link pointing to a Wikipedia article, or otherwise visually annotate content related to external services.»

#functionalprogramming

elm-simple-icons: Another Elm package [agj's blog]

I released a new Elm package: agj/elm-simple-icons, an Elm conversion of a project called Simple Icons. It's a collection of icon versions of many logos for brands and projects. This…

agj's blog
🌘 在最不適合的程式語言中實作 Z-Machine
➤ 當純函數式編程撞上記憶體堆疊:一場不可能的技術實驗
https://whitebeard.blog/posts/building-a-z-machine-in-elm/
本文記錄了作者挑戰使用「純函數式語言」Elm 來構建 1980 年代 Infocom 經典文字冒險遊戲引擎「Z-Machine」的過程。由於 Z-Machine 本質上是基於直接記憶體存取與狀態修改的虛擬機,這與 Elm 強調資料不可變性(Immutability)與無副作用的設計哲學背道而馳。然而,作者透過利用 Elm 底層高效的持續性資料結構(RRB-tree),成功克服了頻繁修改記憶體可能導致的效能與記憶體災難,最終完成了一套能執行 Z3 版本遊戲並通過一致性測試的模擬器,為網頁端互動式小說開發提供了新的可能。
+ 讀到作者說要用 Elm 寫 Z-Machine 時我捏了一把冷汗,但不得不佩服他對 RRB-tree 的運用,這完全翻轉了我對純函數式語言處理模擬器效能的刻板印象。
+ 這篇文章完美詮釋了
#程式設計 #互動式小說 #Elm #模擬器開發
Building a Z-Machine in the worst possible language

In which a 1980s virtual machine for text adventures is reimplemented in a pure functional language, against all better judgement, and somehow emerges working.

Whitebeard's Realm