All public logs
Jump to navigation
Jump to search
Combined display of all available logs of razwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:21, 20 September 2023 Razzi talk contribs created page Blog: 2023-09-20 (Created page with "Virtualization deep dive is wrapping up, here's the link roll up. https://wiki.alpinelinux.org/wiki/QEMU <pre> qemu-img create alpine-disk.qcow2 -f qcow2 10G qemu-system-x86...")
- 17:22, 19 September 2023 Razzi talk contribs created page Blog: 2023-09-19 (Created page with "Software projects I use all the time source control * git text editing * vim * emacs code navigation * ripgrep administration * fish * ssh * apt application development *...")
- 01:59, 18 September 2023 Razzi talk contribs created page Blog: 2023-09-18 (Created page with "Working on using expect to set up ssh on a fresh debian vm https://phoenixnap.com/kb/linux-expect phoenixnap with the good articles as per usual")
- 23:02, 16 September 2023 Razzi talk contribs created page Blog: 2023-09-17 (Created page with "Great quotes in code > Magit is an interface to the version control system Git, implemented as an Emacs package. Magit aspires to be a complete Git porcelain. While we cannot...")
- 00:28, 15 September 2023 Razzi talk contribs created page Blog: 2023-09-15 (Created page with "Setting up debian with qemu First I made a larger qcow disk than the default cloud image: qemu-img resize debian-12-larger-disk-amd64.qcow2 10G Then I ran the installer...")
- 22:22, 14 September 2023 Razzi talk contribs created page Blog: 2023-09-14 (Created page with "Link roll up as I transition to working on weave deployment https://git.sr.ht/~emersion/soju/tree/HEAD/doc/getting-started.md https://ircv3.net/specs/extensions/account-regi...")
- 01:36, 13 September 2023 Razzi talk contribs created page Blog: 2023-09-13 (Created page with "qemu... at long last... even under wsl qemu-img create -f qcow2 alpine.qcow2 16G Then I downloaded an alpine ISO from their website, then qemu-system-x86_64 -enable-kvm -...")
- 10:10, 11 September 2023 Razzi talk contribs created page Blog: 2023-09-11 (Created page with "Having some fun getting up and running with sway. The funny thing for me has been: when it first opened, I literally couldn't do anything... my usual keyboard shortcuts ctrl-a...")
- 21:18, 8 September 2023 Razzi talk contribs created page Signal cli (Created page with "Interested in making a signal cli. Ok so there is this one: https://github.com/AsamK/signal-cli let's try it")
- 23:35, 7 September 2023 Razzi talk contribs created page Blog: 2023-09-08 (Created page with "Small link roll up https://nullprogram.com/blog/2018/01/17/ https://www.masteringemacs.org/article/whats-new-in-emacs-29-1")
- 10:08, 6 September 2023 Razzi talk contribs created page Blog: 2023-09-06 (Created page with "How pass decryption password to weechat using expect $ env WEECHATPASS=(pass weechat) expect -c ' spawn weechat expect "=> " send -- "$env(WEECHATPASS)\r" interact'")
- 23:23, 31 August 2023 Razzi talk contribs created page Blog: 2023-09-01 (Created page with "September is here so how bout an august LINK ROLL UP ?!? https://www.freeipa.org/ https://serverfault.com/questions/669321/alternatives-to-kerberos-for-passwordless-server-a...")
- 21:26, 30 August 2023 Razzi talk contribs created page Blog: 2023-08-31 (Created page with "This will be cool when it comes to wayland https://github.com/autokey/autokey/issues/600")
- 09:42, 29 August 2023 Razzi talk contribs created page Blog: 2023-08-29 morning (Created page with "Thinking about https://github.com/jdx/rtx Does it work like n where it installs things to the system default spot?")
- 22:46, 28 August 2023 Razzi talk contribs created page Blog: 2023-08-29 (Created page with "Ok I got my starfive visionfive2 to boot, using their official 202306 debian image. Unzipped the image from the SD folder and flashed it with BalenaEtcher. I wasn't seeing any...")
- 11:45, 28 August 2023 Razzi talk contribs created page Blog: 2023-08-28 (Created page with " set -Ua fish_features ampersand-nobg-in-token,qmark-noglob")
- 20:46, 23 August 2023 Razzi talk contribs created page Blog: 2023-08-24 (Created page with "Trying to figure out how to run single test in fish Makefile: <pre> .PHONY: test test: build/fish $(CMAKE) --build build --target test </pre> Tests.cmake: <pre> # CMake b...")
- 22:19, 22 August 2023 Razzi talk contribs created page Blog: 2023-08-23 (Created page with "Legendary comment https://github.com/hashicorp/vagrant/issues/1673#issuecomment-28287711")
- 21:37, 21 August 2023 Razzi talk contribs created page Blog: 2023-08-22 (Created page with "ok I want to have a decent irc client! Let's start from scratch on debian Maybe even in a virtual machine, why not. sudo apt install weechat sudo apt install znc znc --ma...")
- 00:58, 21 August 2023 Razzi talk contribs created page Blog: 2023-08-21 (Created page with "<pre> fish $ docker run -it -p 5000:5000 \ -e BASIC_AUTH_USERNAME=local \ -e BASIC_AUTH_PASSWORD=local \ -e SECRET_KEY=localsecret \...")
- 20:38, 16 August 2023 Razzi talk contribs created page Blog: 2023-08-17 (Created page with "In other news, https://github.com/pechorin/any-jump.vim/issues/92")
- 22:09, 15 August 2023 Razzi talk contribs created page Blog: 2023-08-16 (Created page with "Want to split apart fish config into 3 directories: fish-functions and config-fish I was thinking of having a 3rd for abbrs but that's too many >_< Anyways I'm trying to...")
- 08:45, 15 August 2023 Razzi talk contribs created page The kids today shouldn't learn hoisting (Created page with "Hoisting is an obsolete javascript concept. I'm not even going to describe it. `let` and `const` cover 100% of the use cases of javascript, unless you're using `var` to suppor...")
- 08:12, 15 August 2023 Razzi talk contribs created page Blog: 2023-08-15 (Created page with "Found this lightweight emacs clone qe: https://bellard.org/qemacs/ However its configuration is not in lisp... https://bellard.org/qemacs/qe-doc.html#SEC14")
- 11:46, 14 August 2023 Razzi talk contribs created page Blog: 2023-08-14 (Created page with "Setting up a fresh debian server on digitalocean to be a python application server. Upon login it prompted for the password, which was having trouble pasting any method other...")
- 20:57, 12 August 2023 Razzi talk contribs created page Blog: 2023-08-13 (Created page with "Trying to get asdf working in docker, this example is useful to get rid of all the hacks: https://github.com/asdf-community/asdf-ubuntu")
- 23:25, 11 August 2023 Razzi talk contribs created page Blog: 2023-08-12 (Created page with "up late... have some progress in weave replacing docker with podman, didn't feel like pressing forward with docker's bespoke installer. Podman seems to be working ok as a drop...")
- 23:08, 10 August 2023 Razzi talk contribs created page Blog: 2023-08-11 (Created page with "I got vagrant running on wsl using virtualbox as a provider - the problem was my firewall https://github.com/Karandash8/virtualbox_WSL2/issues/1 Disabling the firewall entire...")
- 11:24, 9 August 2023 Razzi talk contribs created page Weave technologies reflection (Created page with "If I were to make weave again, I'd definitely make the application functional without javascript. That's probably the biggest change, and it'd be end user facing. Other than...")
- 22:50, 6 August 2023 Razzi talk contribs created page Blog: 2023-08-07 (Created page with "Currently waiting on nushell to download, straight from cargo. Apparently it hasn't been packaged for debian/ubuntu, which is a bit surprising. That might be a worthwhile proj...")
- 00:37, 1 August 2023 Razzi talk contribs created page Blog: 2023-08-01 (Created page with "Hacking on rust and having fun, while trying to debug this fish issue https://github.com/fish-shell/fish-shell/issues/7944 In this commit https://github.com/fish-shell/fish-s...")
- 12:03, 31 July 2023 Razzi talk contribs created page Blog: 2023-07-31 (Created page with "Stumbled upon this fish issue with tab completions and files with uppercasing: https://github.com/fish-shell/fish-shell/issues/7944 My use case was to view a CODE_OF_CONDUCT....")
- 07:55, 21 July 2023 Razzi talk contribs created page Blog: 2023-07-21 (Created page with "Incredible... I finally have the vim terminal editor functionality working. First I fixed the pwd issue by looking into autoshelldir. Then I realized I learned about :enew and...")
- 21:17, 19 July 2023 Razzi talk contribs moved page Talk:How to Deploy a Website in 3 Ways to Presentation: How to Deploy a Website in 3 Ways without leaving a redirect
- 21:16, 19 July 2023 Razzi talk contribs moved page How to Deploy a Website in 3 Ways to Talk:How to Deploy a Website in 3 Ways without leaving a redirect
- 19:04, 19 July 2023 Razzi talk contribs created page Blog: 2023-07-20 (Created page with "Sort bug is know, I guess: https://stackoverflow.com/questions/58852181/linux-whole-line-sort-does-not-sort-correctly I was seeing it on lines like: tnoremap <C-@>[ <C-@>N...")
- 00:18, 19 July 2023 Razzi talk contribs created page Blog: 2023-07-19 (Created page with "It's getting late ~~ and I'm stuck trying to scratch a particular itch, yet one I have felt many times... clone-cd git clone <somerepo> The problem is I copy urls from the...")
- 16:51, 18 July 2023 Razzi talk contribs created page Blog: 2023-07-18 (Created page with "List installed debian packages by size dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n [https://unix.stackexchange.com/questions/40442/which-installed-software-pa...")
- 12:28, 17 July 2023 Razzi talk contribs created page Blog: 2023-07-17 (Created page with "Discovered diskernet today, looks aight though rough, and there seems to be an associated commercial product browserbox")
- 16:18, 14 July 2023 Razzi talk contribs created page Blog: 2023-07-14 (Created page with "Finally got the vim terminal integration thing working, with a hardcoded arg, but should be easy from the shell side to make it use a $variable. fish function vcall echo...")
- 16:48, 12 July 2023 Razzi talk contribs created page Blog: 2023-07-12 (Created page with "Still hacking on vim as a terminal window manager. Think it'll work well enough to open a new file in a new tab, rather than in the same window as the terminal. Then when the...")
- 16:30, 10 July 2023 Razzi talk contribs created page Blog: 2023-07-10 (Created page with "Adding a control+b feature to fjord. As I do so I realize that the vim terminal opens a nested vim instance which makes the vim command line really confusing. Looks like one...")
- 18:05, 5 July 2023 Razzi talk contribs moved page Quest: run unmodified Debian on Framework to Completed Quest: run unmodified Debian on Framework
- 17:49, 5 July 2023 Razzi talk contribs created page Guide to pass (Created page with "Pass (https://www.passwordstore.org/) is solid, has some rough edges but it's free and the best password manager I've used so far. I have a wrapper that does get-or-create for...")
- 12:15, 5 July 2023 Razzi talk contribs created page Guide to vim (Created page with "Specifically this is about how to use vim as a window manager, since I'm tired of tmux First open a file and a vim terminal in 1 command: vim file +term then control+space...")
- 11:39, 5 July 2023 Razzi talk contribs created page Guide to alacritty (Created page with "Alacritty is great, it's performant and a simple application: defaults are ok and the config uses a file on disk rather than a gui. The config file is changing from yaml to t...")
- 11:35, 5 July 2023 Razzi talk contribs created page Guide to ruby (Created page with "I don't really use ruby but here's some info because projects I use, use ruby. When I install jekyll I get a warning about the user gem directory not being on path: $ gem i...")
- 22:04, 28 June 2023 Razzi talk contribs created page Blog: 2023-06-29 (Created page with "Ok I got emacs compiled learned about pkg-config, use this to get the flags for c compiler: <pre> gtk-learn $ cat Makefile all: hello-world-gtk hello-world-gtk: hello-world...")
- 13:07, 28 June 2023 Razzi talk contribs created page Technology takes (Created page with "Here is an alphabetical list of technologies and how I feel about them. Python - solid, has some unfortunate legacy holdovers c - amazing, some of the best software I use us...")
- 19:30, 27 June 2023 Razzi talk contribs created page Blog: 2023-06-28 (Created page with "Reading up on https://www.nushell.sh/book/, it's got the nice structured-data approach from powershell. But I like fish's interactivity. Maybe it has a good user interface too...")