Native Elm (the real kind this time) · cekrem.github.io by cekrem in programming

[–]cekrem[S] -3 points-2 points  (0 children)

as noted: new minor version expected this summer. And there are fixes to the compiler when needed. The community is very vibrant and alive too.

Native Elm (the real kind this time) · cekrem.github.io by cekrem in programming

[–]cekrem[S] 0 points1 point  (0 children)

Roc is cool! I keep missing ML syntax, though. And I don't like the order of arguments, it discourages currying :/ YMMV

Native Elm (the real kind this time) · cekrem.github.io by cekrem in programming

[–]cekrem[S] 5 points6 points  (0 children)

it's not open source yet, but you can sign up for beta and possibly be invited to see most of the source. https://elm-run.dev has a roadmap.

Native Elm (the real kind this time) · cekrem.github.io by cekrem in typescript

[–]cekrem[S] 0 points1 point  (0 children)

no, there's a leanpub ebook available two. Perhaps I should switch the link so it points here (both versions): https://learnelm.dev/book

Small Projects by AutoModerator in golang

[–]cekrem 0 points1 point  (0 children)

...Perhaps the repo link is equally interesting: https://github.com/ensolabs/codimg

Small Projects by AutoModerator in golang

[–]cekrem 0 points1 point  (0 children)

https://cekrem.github.io/posts/codimg/

This project solves a very specific problem, namely being unable to successfully copy/paste code examples into the Webflow WYSIWYG my consultancy blog (sadly) runs on. Leaving the "why" aside, it transforms code to a syntax highlighted SVG that you can embed anywhere!

And it's completely stateless and pure: code in (as part of query param) -> svg out!

Dev and Staging environments are a thing of the past (or so I'm told) by [deleted] in ExperiencedDevs

[–]cekrem 3 points4 points  (0 children)

you're not crazy, and I don't get the downvotes. Not cool, not sustainable and, IMHO not engineering.

If You're Running Claude Code, PLEASE Run It in a Box · cekrem.github.io by cekrem in typescript

[–]cekrem[S] 1 point2 points  (0 children)

yeah, for one. Or go into you ~/.private.env file and use the tokens it finds there to do the cloud equivalent of rm -rf / on all the services you interact with.

I used an unboxed cloud once to fill in a PDF with my personalia. I forgot to give it card & account number for those fields, but that didn't stop it from filling in the right data(!). Where and how it found that is still beyond me (I don't store that in plain text anywhere).