
They also bought the Bun JS company, didn’t they? Maybe they actually can improve the spp a bit by replacing Node with Bun.
🙏🏽
I write software (C++) for a living.
#Emacs #Prolog #Erlang #SelfHosted
anti-witchhunt, see https://stallmansupport.org/

They also bought the Bun JS company, didn’t they? Maybe they actually can improve the spp a bit by replacing Node with Bun.

There has been the “4opens” criteria, that has been more on point than free/libre/open source.
In hindsight, defeating corporate and AI piggery might have needed single-maintainer closed source with open protocols. Software components? Maybe it would have led to the compound document model instead of the app model, architecturally enforcing openness.
“The code I produce using AI is mine.”
Isn’t it actually of the people on whose code the LLM was trained on?

Delta chat uses e-mail securely https://delta.chat/
I think it is intellectual laziness to do Python just for its ecosystem when saner options abound.
hmm. Are you atleast getting credit for fixing all that?

LLMs defacto seem resource guzzlers, and are continuously overloading websites.
This is great. Overdue if you consider the values they espouse. Quite feasible for a compiler project to ignore the network effects of Github. Is their Discord usage next :-)
There is https://tauri.app/ coming up to let Electron app developers debloat their offerings.

Do try Delta Chat, and Sourcehut if you have more time. They use e-mail as a transport very well.

I believe relying on Github for an account, rather than on a not-yet-existing code commons organization, is the trouble. E-mail accounts are used left and right, and Sourcehut apparently makes it easy to collaborate on code via e-mail. Delta Chat even makes chat and webapps work over e-mail!

My ₹1. It may depend on what you plan to write in it (for fun). The BEAM sounds great for long-running processes, but not as much for point tools; Erlang and co supposedly run slower than Python, which isn’t fast either.
My other ₹ ;-) if you stick to the BEAM: OCaml sort of runs on it, as there is the Caramel project to replicate it (https://caramel.run/). One of the Erlang creators also ported Prolog to the BEAM (erlog), as well as Lua (erlua) and Lisp (LFE). Elixir is probably great, as it is inspired by Ruby (I found Ruby very pleasant, other languages have so much semantic noise).
Freebie! The BEAM inspired an inspirational design for parallel programming, the Pony language. I am somewhat sad development slowed down, it is a Rust killer.

By the vague looks of it, he has tried Rust for something he would use C for. His impression of Rust’s utility in that domain seems unsurprising.
Beyond that
I used to not question why we build anything other than “system software” in C/C++. Once I questioned that, I quickly got past the “Why not Ada/D/etc.” stage and reached the “why is so much of large software written in mid-level languages” stage. For anything bigger than, say, a Unix CLI tool, it probably is, and has always been, wrong to use anything at the level of C (C++, Ada, D, Nim, Rust, Zig, etc.).
This choice of language level for “application software” seems to be a commercial choice. The software commons is using such languages probably because contributors want to hone their job-oriented skills. It got better with Python and Ruby uptake in open projects. But, efficient, safe but simple languages, say, OCaml and Erlang, have been available for decades. Crystal is also looking good right now.

Ruby/Crystal seem to have P … Q for inclusive ranges and P … Q for right-exclusive ranges.
What kind of programs do you, or would you, write in C? For most programs, writing in C would leave you, as you put it, stuck.
Having all these amazing worked-through ideas by Bret Victor available in the open is itself amazing!
And was on the ActivityPub committee before that.
And created GNU MediaGoblin before that.

I sympathize. Using a neovim GUI should make things just work. Terminal and graphics never played well together, although you found nano to behave well.
That is what Delta Chat and Monocles do on different protocols, with WebXDC. https://webxdc.org/
Also, which native UIs do people like coding up? Most UI toolkits have JS bindings, don’t they? So only HTML/CSS is the bad fit?