I quoted your comment in the original post if you’re ok this, thanks for your comment
Models could be run offline and/or free, e.g. gpt4all, starhugger for emacs, huggingchat… Also, this is a fast-pace changing industry, we can only try and adapt using such tools at our disposal. You might use a tool or service that uses AI and don’t even notice it.
Hahahah actually this in conjunction with Lex’s talks/interviews is probably what got me thinking more about all this. Masterpiece anyway
Lol don’t take me wrong, I’m still using Emacs alongside other editors. Case closed then.
Maybe you’re talking from easy to use way. But Guix and Guile documentation are more cohesive in my experience, given that you’re into GNU Emacs. But I don’t think running GNU Guix System to be worth it.
I’ve done some small extension development for vscode and hated it
I respect your argument
Commercial arguments are a thing, but a bit reductive no?
I meant you’re putting into practice a language/tech that has real and great demand than one that has little to none outside the specific domain of a text editor. Not that it automatically lands you money
Maybe they will pay a little fine—and you won’t be getting the money either—while their profits skyrocket. It’s always like this, so I don’t even bother.
Why so? Do you work with lisp languages? I’ve been recently fiding learning [e]lisp a con since it’s basically a domain specific language. Only Clojure has a bit of commercial opportunities, but even then it’s better to learn JavaScript/TypeScript for its greater use cases. Also, if I wanted to play with functional programming I’d go Haskell, Lean, or even Shen.
How do you see these solutions by third-party? Wouldn’t that likely lead to go far away from the community and do commercialization and proprietary solutions?
I also think this is the way. Glad to know I am not alone. Thank you!
PS: I have a pretty nice and modularized GNU Emacs config, but it’s to me just as Lex we are missing a ton by constraining only on GNU Emacs.
Guess I’ll be using GNU Emacs, VSCode, Helix, Eclipse hsha
I’m actually sad since acnkowledging that as I invested too much in GNU Emacs
Just do it like me and listen to nature sounds like gentle rain.
Not really… Many are just devs used to say Windows who happened to get to work in a linux environment.
Nix files are Nix [function] expressions to declare and set your system; there are many options you can set for example. You just need to learn a few chapters of https://nixcloud.io/tour/ and https://nixos.org/manual/nix/stable/language/, also modularization using imports.
For user/de configuration, you can either do the usual way or use home-manager.
Basically all that. The unfinished part IMO is mostly for use in developer use cases, and that some ecosystems like JVM are not as well supported.
Can run yes, given that you have to spend some time learning Nix and NixOS specifics. I do that myself.
You either package the software if it is easy to do so—take a look a at nix-init which eases the process—or use Flatpack, containers, steam-run…
It all began with Nix software build system and package manager; they needee a way to build, compile software in a reproducible way. That is, if it builds on my machine, it should build on yours too given some constraints. Then they build a whole package repository for such sofware or package definitions, Nixpkgs, that can be build or retrieved using Nix package manager. Nixpkgs grew to be a repository for enabling runnig an GNU Linux OS on it: NixOS. It is declarative in the sense you write what it should contain like packages and behaves like system services. For example, see https://git.sr.ht/~misterio/nix-config.
Atomic in the sense that when you want to change system’s configuration or state, everything should suceed in that update, otherwise fails; it is everything or nothing. This enables storing previous and current system revisions, so can rollback to previous state.
Nix plus things like flakes, nix shell, enables a build inviroment akin to containers, but much better, correct, and flexible.
Haskell is just an ecossytem Nixpkgs support.
GNU has interviews and more clarifying all the way back to MIT AI lab, lisp machines the printers proprietary code triggering free software movement, etc.
Linux just happened because GNU hand’t developed a proper kernel yet; Linus wrote that himself on an mail to the Linux Kernel or Minix mailing list IIRC.
NixOS for declarative system configuration.
for appimage, see e.g. https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/networking/mockoon/default.nix