Fork me on GitHub
#announcements
<
2023-12-01
>
Crispin09:12:55

bbssh 0.6.0 released. • Fixed Babashka script with bbssh pod gets stuck on exit • Fixed Attempt to use passphrase encrypted ED25519 key to login results in bcrypt error • Easy way to silence any SSH Banner from being echoed https://github.com/epiccastle/bbssh/releases/tag/v0.6.0

babashka 8
borkdude11:12:35

https://github.com/babashka/http-server: Serve static assets with https://babashka.org/ 0.1.12 • Add default :headers option (https://github.com/rafaeldelboni) • Allow omitting .html in paths (https://github.com/anderseknert) • Add .wasm mime type (https://github.com/hahahahaman) • Move router to top level definition for re-use (https://github.com/keychera)

babashka 8
Ingy döt Net15:12:23

YAMLScript is live today! https://yamlscript.org/posts/advent-2023/dec-01/ I've been working on YAMLScript nonstop since my https://www.youtube.com/watch?v=9OcFh-HaCyI about it when @pez noticed and invited me here. YAMLScript is billed as a new programming language that can be use for general purpose programming or embedding in YAML data files for dynamic transformation of the content. In reality YAMLScript compiles/transpiles to Clojure code and is evaluated with SCI. The ys runtime binary CLI is GraalVM compiled and libyamlscript.so can be bound to almost any programming language. YAMLScript plans to ship as a dynamic YAML config loading module/binding to dozens of programming languages. The language is written in Clojure of course. Please join #yamlscript if you to discuss it further.

🎉 19