New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 14:14, 17 September 2024Blog: 2024-09-17 (hist | edit) ‎[3,759 bytes]Razzi (talk | contribs) (Created page with "More editor ideas: either don't clear scrollback, or if you do clear scrollback, output the changes as a diff </pre> $ edit ronin diff --git a/ronin b/ronin index 2805e3b..5cdfd6d 100755 --- a/ronin +++ b/ronin @@ -50,8 +50,8 @@ ronin_launch() { -hda "$RONIN_DISK" \ -m 4096 \ -nic hostfwd=tcp::2022-:22 \ - -daemonize \ </pre> or <pre> $ edit ronin #!/bin/sh # Create a virtual machine and log in set -e test ! -z "$RONIN_DEBUG" && set -x RONIN_HOME="...")
  • 10:51, 16 September 2024Blog: 2024-09-16 (hist | edit) ‎[14,630 bytes]Razzi (talk | contribs) (Created page with "Trying to install sci https://github.com/babashka/sci?tab=readme-ov-file to use for a clojure-esque based editor ... oh yeah to get https://github.com/babashka/babashka?tab=readme-ov-file Anyways https://clojars.org/org.babashka/sci Gives [org.babashka/sci "0.8.43"] It'd be nice to have a way to "pip install" this kind of dependency. Though I must remember that this is a clojure dependency, not a babashka one etc (so it wouldn't work quite like this in my editor) S...")
  • 01:13, 30 August 2024Blog: 2024-08-30 (hist | edit) ‎[4,460 bytes]Razzi (talk | contribs) (Created page with "Whoops cleaned some stuff by mistake! Gone are some junks that I forgot about <pre> editor-testing $ git clean -xdn Would remove .pytest_cache/ Would remove .yarn/ Would remove __pycache__/ Would remove constant.py Would remove headless_emacs.py Would remove poetry.lock Would remove pyproject.toml Would remove test_open_emacs_and_quit.py Would remove vim_experiment.py editor-testing $ git clean -fxd Removing .pytest_cache/ Removing .yarn/ Removing __pycache__/ Removing...")
  • 14:44, 29 August 2024Blog: 2024-08-29 (hist | edit) ‎[216 bytes]Razzi (talk | contribs) (Created page with "Starting to put together a specification for testing editors: https://git.sr.ht/~razzi/simple-editor This actually looks a really useful start of an editor: https://github.com/babashka/nbb?tab=readme-ov-file#reagent")
  • 17:04, 27 August 2024Blog: 2024-08-27 (hist | edit) ‎[3,779 bytes]Razzi (talk | contribs) (Created page with "Got some interest in downloading planck clojurescript repl, as a more approachable runtime for a command line lisp editor that's not emacs. Anyways... elisp isn't that bad as a language really. But I got stuck on installing planck from source, I guess cause I don't have a `jar` command. Here's what I tried to do to make it not have all these weird errors ``` planck $ git diff diff --git a/script/get-closure-library b/script/get-closure-library index aeedb61..b745168 10...")
  • 23:12, 9 July 2024Blog: 2024-07-09 (hist | edit) ‎[523 bytes]Razzi (talk | contribs) (Created page with "Ok so there's a lot of redstone tutorials, but they tend to be either youtube videos or try to go for real-world style things like vending machines... but I just want primitives like inverter and cycling power... for now... Set your game mode to creative and give yourself - redstone dust (this is what makes the "wires") - redstone torch (not to be confused with "torch", which is always on and doesn't respond to redstone) - things that activate redstone, like buttons /...")