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:12, 24 March 2022 Razzi talk contribs created page Git fetch-rebase (Created page with "I realized I'd been doing a set of manual commands when a coworker called it out. From a feature branch, I'd switch back to the main branch, pull, then switch back to the fea...")
- 16:19, 25 February 2022 Razzi talk contribs created page How to install optional python dependencies in setup.py (Created page with "For a setup.py that has a section: extras_require = { # Test dependencies 'tests': [ 'bandit>=1.5.0', 'flake8>=3.2.1', 'pytest>=6.1.0',...")
- 20:31, 16 February 2022 Razzi talk contribs created page How to make fish treat question mark and ampersand as normal characters (Created page with " set -U fish_features qmark-noglob Then logout and log back in. To get the simpler ampersand, you have to compile fish 3.4: cd ~/forks/fish-shell make -j4 sudo make inst...")
- 15:52, 7 February 2022 Razzi talk contribs created page Emfy: vanilla emacs config with `em` cli (Created page with "https://github.com/susam/emfy")
- 14:58, 7 February 2022 Razzi talk contribs created page Projects (Created page with "Python version manager: pv")
- 12:51, 6 February 2022 Razzi talk contribs created page How to use framework ectool from their repo (Created page with "clone: https://github.com/FrameworkComputer/EmbeddedController Install dependencies sudo apt install libftdi-dev sudo apt install libusb-1.0-0-dev Build make utils But...")
- 12:37, 6 February 2022 Razzi talk contribs created page Mystery: unable to redirect stderr with strace (Created page with " strace echo hello 2>&1 > output.txt should redirect stderr to stdout, and then to a file, but it still prints to a terminal")
- 12:15, 6 February 2022 Razzi talk contribs created page How to find apt packages that provide a filename (Created page with " EmbeddedController $ sudo apt-file search ftdi.h libftdi-dev: /usr/include/ftdi.h Have to install apt-file first: sudo apt install apt-file And build the database: sud...")
- 13:59, 4 February 2022 Razzi talk contribs created page How to play music from the command line via vlc (Created page with "There are 2 options: cvlc is a command line basic interface, that can be configured to exit after playing: cvlc --play-and-exit and nvlc, which is a cmus-like interface....")
- 12:58, 2 February 2022 Razzi talk contribs created page How to get a tmp directory (Created page with " mktempt -d")
- 22:17, 31 January 2022 Razzi talk contribs created page How to get libvirt working on macos (Created page with "says to try qemu:///session Ok so do export LIBVIRT_DEFAULT_URI=qemu:///session With a vagrantfile that looks like Vagrant.configure("2") do |config| config.vm.defi...")
- 19:30, 31 January 2022 Razzi talk contribs created page Solved: the mystery of why puppet had puppet files I didn't write in it (Created page with " vagrant@bullseye:/vagrant$ ls /etc/puppet/ I had a synced folder to /etc/puppet with my custom modules which were going there, but since the sync went both ways, those files...")
- 00:46, 31 January 2022 172.69.68.121 talk created page How is ethernet hardware addresses 12 digits of hex in 6 bytes? (Created page with "https://csguide.cs.princeton.edu/hardware/setup/enet For example 0:40:5:1c:e:9f 9f is 2 digits of hex. Each of those digits goes from 0 to f (... 9 a b c d e f, so f is 15 e...")
- 03:31, 28 January 2022 172.69.69.91 talk created page Idea: Public Software Foundation (Created page with "https://www.gnu.org/licenses/ > Published software should be free software. To make it free software, you need to release it under a free software license. We normally use th...")
- 03:13, 28 January 2022 172.69.71.160 talk created page Issues to work on (Created page with "https://tickets.puppetlabs.com/browse/PUP-10666")
- 01:17, 28 January 2022 172.69.68.181 talk created page Technologies 2022 Edition: learn or pass (Created page with "Here are the technologies I'm familiar with vim emacs slack irc irccloud protonmail gmail email sms signal macos ios ubuntu debian linux nixos rust python javascript prettier...")
- 13:58, 26 January 2022 Razzi talk contribs created page Blog: 2022-01-26 (Created page with "Wow gradle's pretty powerful it looks like! thumb")
- 13:58, 26 January 2022 Razzi talk contribs created page File:Screenshot from gradle build of datahub.png
- 13:58, 26 January 2022 Razzi talk contribs uploaded File:Screenshot from gradle build of datahub.png
- 13:47, 26 January 2022 Razzi talk contribs created page Razwiki:Simple search that does not use regex (Created page with "so it's even faster than rg :)")
- 13:46, 26 January 2022 Razzi talk contribs created page Pv python version manager (Created page with "based on n, let's do this")
- 11:18, 26 January 2022 Razzi talk contribs created page Virtual machine dev env features (Created page with "easy ability to ssh rc to it sync directories (maybe even without reload) os state easily manipulable (perhaps as file) default of a few gigs of ram, the latest debian image,...")
- 01:58, 26 January 2022 Razzi talk contribs created page Installing java 8 (Created page with "Ok so sdkman can do this, and it installs to /home/vagrant/.sdkman/candidates/java/current/bin/java Even man pages work. But why? MANPATH is not set... Also what are the...")
- 02:24, 24 January 2022 Razziblog talk contribs created page A session where I got hive and hadoop to run (Created page with "Mistakes and everything. Used https://phoenixnap.com/kb/install-hadoop-ubuntu and https://cwiki.apache.org/confluence/display/Hive/GettingStarted 1 ssh-keygen -t ed25519...")
- 14:22, 22 January 2022 108.162.221.40 talk created page Pty (Created page with "What is a pty? "Pseudo terminal" ok but how does it work? Can look into https://www.brain-dump.org/projects/dvtm/ to see how they use it")
- 16:01, 21 January 2022 Razzi talk contribs created page Idea: store commands as they are run in a file (Created page with ".commands.log, gitignore it, store all commands run in that file. Per-directory history")
- 01:44, 21 January 2022 Razzi talk contribs created page Documentation that most likely exists (Created page with "Build instructions? check makefile, dockerfile Where does the build output? Check .gitignore Who wrote this? Check git log / git blame Note: not generally appropriate to em...")
- 02:58, 19 January 2022 172.69.71.160 talk created page Songs to learn (Created page with "Homesick by Dua Lipa has a nice piano bit")
- 02:35, 18 January 2022 Razziblog talk contribs created page Tomorrah (Created page with "Listen: Washed Out Paracosm Listen: https://www.youtube.com/watch?v=Gj5SD2zMivU See if I can get the old music from my phone to my compy Update keybase with my itunes")
- 02:14, 18 January 2022 Razziblog talk contribs created page The relationship between a self balancing system and a paradox (Created page with "So let's say somebody wants to optimize. They spend days recording all their actions, thoughts, outputs, expectations... however they have too much fun spending all their time...")
- 23:38, 17 January 2022 Razziblog talk contribs created page Blog: 2022-01-18 (Created page with "Doing some mixing today. Erik b is on the cut clocking in at 102. So is truffle butter. Jojo "leave" is 87 bpm with a strong beat. Scream and shout is a banger for sure at 1...")
- 21:36, 16 January 2022 Razzi talk contribs created page April 9 2019 technology progress update (Created page with "A couple years I laid out these technology goals. Let's see how I did: - Email address on own domain ([email protected]) - Personal computer with free software operating sys...")
- 21:16, 16 January 2022 Razzi talk contribs created page New password manager (Created page with "I use pass to manage password but it's got some usability flaws and I'd like to be able to use my ssh key with it. age seems to be a reasonable step in this direction. Maybe...")
- 02:27, 16 January 2022 Razzi talk contribs created page Blog: 2022-01-16 (Created page with "With the goal to get to bed before 2am, and to start tomorrow with a cleaner slate of projects, here are the tabs I'm closing. https://github.com/FiloSottile/age - want to re...")
- 00:33, 16 January 2022 Razzi talk contribs created page Why Buterin created decentralized money (Created page with "Buterin has stated that he was driven to create decentralized money because his World of Warcraft character was nerfed, specifically by patch 3.1.0. He went on to say in his a...")
- 00:13, 16 January 2022 Razzi talk contribs created page Game developers meetup jan15 notes (Created page with "The iowa city unofficial game jam start will be: jan 22 4pm central time Need to promote this, gauge interest etc. - post in the game jam channel - reach out to ???? who exp...")
- 04:01, 14 January 2022 Razzi talk contribs created page How to remap left alt to send escape when pressed alone in ubuntu (Created page with "Start with https://wiki.abuissa.net/wiki/How_to_get_intercept-tools_to_work Then use https://github.com/zsugabubus/interception-k2k <pre> $ cat default/interception-framewor...")
- 02:40, 13 January 2022 Razzi talk contribs moved page How to go below minimum brightness on ubunto framework laptop to How to go below minimum brightness on ubuntu framework laptop without leaving a redirect
- 02:40, 13 January 2022 Razzi talk contribs created page How to go below minimum brightness on ubunto framework laptop (Created page with " $ sudo python3 with open('/sys/class/backlight/intel_backlight/brightness', 'w') as f: print(f.write('1'))")
- 01:39, 11 January 2022 Razzi talk contribs created page Pager features (Created page with "copy to clipboard smart case for search good handling of colors (?) resume feature... maybe I have some LESS env var that I forget, maybe -R?")
- 01:28, 11 January 2022 Razzi talk contribs created page How to install jupyter-nbconvert with pipx (Created page with " pipx install jupyter doesn't work, but pipx install jupyter-nbconvert does. Then: jupyter-nbconvert")
- 02:12, 10 January 2022 Razzi talk contribs created page How to make vim copy to system clipboard (Created page with " sudo apt install vim-gtk Add to <code>~/.vimrc</code>: set clipboard=unnamedplus")
- 01:50, 10 January 2022 Razzi talk contribs created page How to make jupyter run in the background as systemd unit (Created page with "<pre> $ cat /etc/systemd/system/jupyter.service [Unit] Description=Jupyter server [Service] Type=simple ExecStart=/home/razzi/.local/bin/jupyter-notebook WorkingDirectory=/hom...")
- 19:53, 8 January 2022 Razzi talk contribs created page The distributed dns system I want (Created page with "Let's say I have a friend named fred. Then I want to be able to see their blog like so: fred.net Realistically though there's a lot of freds. so maybe the way I get to thei...")
- 04:20, 8 January 2022 Razzi talk contribs created page Arcane programming magics (Created page with "Software development has a high learning curve, in part due to the lack of discoverability of useful features. Here are some useful things that I either learned by accident o...")
- 02:41, 8 January 2022 Razzi talk contribs created page File:Secure boot set to on (bad).jpg
- 02:41, 8 January 2022 Razzi talk contribs uploaded File:Secure boot set to on (bad).jpg
- 02:20, 8 January 2022 Razzi talk contribs moved page How to turn off framework poewr led on ubuntu to How to turn off framework power led on ubuntu without leaving a redirect
- 02:19, 8 January 2022 Razzi talk contribs created page How to turn off framework poewr led on ubuntu (Created page with " sudo ./build/bds/util/ectool --interface=fwk led power off also had to mv /run/lock/cros_ec_lock ~/cros_ec_lock because I was getting error fw-ectool $ sudo ./build/bd...")
- 02:00, 8 January 2022 Razzi talk contribs created page Idea: some kind of automation to test vim / emacs (Created page with "Would be nice to be able to say "opening vim, pressing v$y should copy the first line onto the clipboard." Then I can make changes and still see that it works...")