Is anyone using ocicl as a systems manager in Common Lisp? Have a look at https://github.com/ocicl/ocicl - I only discovered it now, but it seems to be slightly more modern than quicklisp and it is actively maintained.

#commonlisp #asdf #lisp

GitHub - ocicl/ocicl: An OCI-based ASDF system distribution and management tool for Common Lisp

An OCI-based ASDF system distribution and management tool for Common Lisp - ocicl/ocicl

GitHub

Curious about people's local dev setups.

I've used #asdf and #just for tool versioning and task management, but seeing mise-en-place ( #mise ) be able to handle both and env vars is really tempting.

Anyone with experience with one or the other, or both? Would be great to hear stories.

New blog post > Migrating from asdf and direnv to mise | Masutaka's ChangeLog Memo https://masutaka.net/en/2026-03-29-1/ #mise #asdf #direnv #emacs
Migrating from asdf and direnv to mise

For managing versions of development tools like Ruby and Node.js, I had gone through *env tools like rbenv and nodenv , then switched to asdf in 2019. For environment variable management, I had been using direnv since even earlier—2014. Recently, a tool called mise has been gaining attention. I wasn’t particularly having issues, but out of curiosity and the motivation to reduce the number of tools—since I heard mise also has direnv-like functionality—I decided to make the switch. My environment is macOS.

Masutaka's ChangeLog Memo
Prime Minister Sanae Takaichi will not send any Cabinet minister to an annual ceremony for the South Korean-controlled Takeshima islets, as she looks to keep improving ties with Seoul on an even keel. https://www.japantimes.co.jp/news/2026/02/17/japan/politics/takaichi-ministers-takeshima-ceremony/?utm_medium=Social&utm_source=mastodon #japan #politics #sanaetakaichi #takeshima #shimane #southkorea #southkoreajapanrelations #asdf
Takaichi won't send Cabinet ministers to Takeshima Day ceremony

The prime minister has ruled out sending senior-level official to the event, as she looks to keep improving ties with Seoul on an even keel.

The Japan Times
"Just as long as it isn't the fish hat again." #pomni #theamazingdigitalcircus #tadc #asdfmovie #asdf #art #digital #fanart #fish
It's the fish hat again!
Has anyone seen the new asdfmovie yet?
#asdfmovie #asdf #fish #pomni #jax #fanart #art #digital #theamazingdigitalcircus #tadc

I made a thing, https://gist.github.com/maxnordlund/18a289c1dbcc6639e40af4819d39beda

It's a script to adjust/fix Elixir beam files from asdf so that LSP go to definition works.

Download it and run it like so `elixir adjust_beams.exs`, just make sure you use the elixir binary you want to fix.

#elixir #asdf #otp

An Elixir script to fix/adjust source location in all Elixir beam files so that elixir_ls got to definition works. The sources must be present, e.g. asdf installtions works but brew does not.

An Elixir script to fix/adjust source location in all Elixir beam files so that elixir_ls got to definition works. The sources must be present, e.g. asdf installtions works but brew does not. - adj...

Gist

It’s using the pre-compiled Static PHP artifacts, but if this works well, and there’s interest, I’ll set up my own build system and hosting, so I’m not taxing their resources and can offer different combinations of extensions.

#PHP #asdf #StaticPHP

So, I decided to re-work it to use Static PHP, and after struggling with differences between versions of bash, I've finally got it working and ready for others to try out.

Be warned, it’s experimental!

https://github.com/ramsey/asdf-php

#PHP #asdf #StaticPHP

GitHub - ramsey/asdf-php: PHP plugin for the asdf version manager

PHP plugin for the asdf version manager. Contribute to ramsey/asdf-php development by creating an account on GitHub.

GitHub