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).
- 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...")
- 12:26, 21 June 2023 Razzi talk contribs created page Blog: 2023-06-21 (Created page with "Created desktop file for alacritty, there's one in the github repo. Put it in ~/.local/share/applications. Disabled overview at startup in debian by gnome extension. Clicking...")
- 11:45, 16 June 2023 Razzi talk contribs created page How to install experimental rust version on debian (Created page with "Currently rust is 1.63 on debian, but alacritty wants 1.64. So I enable the "experimental" repository: echo deb https://deb.debian.org/debian experimental main | sudo tee /e...")
- 10:57, 16 June 2023 Razzi talk contribs created page How to adjust mouse scroll speed for libinput (Created page with "The default scroll speed for libinput which is used by debian is really fast. To slow it down, install https://gitlab.com/warningnonpotablewater/libinput-config and add a line...")
- 18:08, 15 June 2023 Razzi talk contribs created page Blog: 2023-06-16 (Created page with "Convert git repository to shallow: https://stackoverflow.com/questions/4698759/converting-git-repository-to-shallow")
- 22:40, 13 June 2023 Razzi talk contribs created page Blog: 2023-06-14 (Created page with "Got php redirects to work, what a hassle... Solution was to put the following in <code>/etc/apache2/sites-available/000-default.conf</code>: <pre> RewriteEngine On Rewri...")
- 10:32, 13 June 2023 Razzi talk contribs created page Blog: 2023-06-13 (Created page with "Using vim as a terminal manager = Open vim with terminal = vim -c ':term ++curwin' This also hints at how to open the terminal "fullscreen": :term ++curwin = remap <C-w...")
- 13:07, 7 June 2023 Razzi talk contribs created page Blog: 2023-06-07 (Created page with "Ok, I'm finally customizing ubuntu. Switching from the default `x-terminal-emulator` to the more performant and sleeker alacritty. Did this using `ccsm`, use the search funct...")
- 10:43, 6 June 2023 Razzi talk contribs deleted page Super google fit (content was: "== super google fit == http://google.fi/ http://google.fi/", and the only contributor was "172.69.65.33" (talk))
- 02:03, 5 June 2023 Razzi talk contribs created page Project ideas (Created page with "* store typo fixes and apply these in command line, browser, editor * editor extension to read a file in whatever syntax it is, then use a formatter to edit in your preferred...")
- 09:50, 15 April 2023 Razzi talk contribs created page Hidden shell tips (Created page with "* comma trick to rename")
- 20:04, 12 April 2023 Razzi talk contribs created page Blog: 2023-04-13 (Created page with "Idea: a nontechnical guide to web presence, about how stuff like hostgator is wack, how you want a domain with a registrar that doesn't suck, how that could be your only cost...")
- 22:14, 9 April 2023 Razzi talk contribs created page Blog: 2023-04-10 (Created page with "LINK ROLL UP! https://github.com/justinbarclay/parinfer-rust-mode https://icsummerleague.weebly.com/about.html https://github.com/ctford/vim-fireplace-easy https://github.com...")
- 21:31, 9 April 2023 Razzi talk contribs created page How I got the latest clojure, java, leiningen versions on ubuntu (Created page with "Installing the latest jdk in the ubuntu packages, with the clojure there, with leiningen also from apt, gave a warning every time I invoked leiningen. No good! Following the...")
- 20:38, 9 April 2023 Razzi talk contribs created page Problem: vim packages (Created page with "Vim has some plugins that are for managing plugins, to solve this bootstrapping problem. In the past I've used and liked Plug.vim. However these days I manage vim plugins in...")
- 11:02, 9 April 2023 Razzi talk contribs created page How to go to root terminal screen in ubuntu (Created page with " ctrl+alt+f1 Then to get back to the desktop environment ctrl+alt+f3")
- 23:10, 7 April 2023 Razzi talk contribs created page Blog: 2023-04-08 (Created page with "farming... it spans the most bougie and the most primitive thinking about starting to collect temperature data in the greenhouse etc cool https://www.soulfirefarm.org/get-in...")
- 03:14, 22 March 2023 Razzi talk contribs created page Blog: 2023-03-22 (Created page with "Ok new app: leaderless file backup system Will it have versions backed up? probably not https://radicle.xyz is a github competitor, I like the sourcehut design pretty good e...")
- 00:40, 22 March 2023 Razzi talk contribs deleted page Google francja (content was: "== google francja == http://google.fr/ http://google.fr", and the only contributor was "172.69.65.36" (talk))
- 01:07, 17 March 2023 Razzi talk contribs deleted page Reduslim - Kann Eine Kleine Kapsel Beim Abnehmen Helfen (content was: "<br> Darüber hinaus gibt es keinerlei Aussagen seitens des Herstellers von Reduslim oder des Produzenten der Sendung zu diesem Thema. 98% stellten fest, [https://mediawiki.erabakerydesign.com/index.php/Utilisateur:EdgardoLundgren Reduslim] dass übergewicht nicht zurück, auch nach einem halben Jahr nach Abschluss des Kurses. Dabei gibt es keine Einschränkung...", and the only contributor was "WilbertTubb0" (talk))