User contributions for Razzi
Jump to navigation
Jump to search
15 October 2022
- 22:1022:10, 15 October 2022 diff hist +229 N Experiment: framework pc heat Created page with "Browsing the web on Windows 11 with the laptop on my lap, cpu cores are 39-42 deg celsius with occasional spikes up to 56. CPU package is the highest, at 43-44 and spikes up t..."
- 22:1022:10, 15 October 2022 diff hist +21 N File:Screenshot 2022-10-15 231022.png No edit summary current
12 May 2022
- 14:1814:18, 12 May 2022 diff hist +79 Some project ideas No edit summary current Tag: Visual edit
11 May 2022
- 10:5310:53, 11 May 2022 diff hist +125 Some project ideas No edit summary Tag: Visual edit
- 10:5310:53, 11 May 2022 diff hist +204 N Some project ideas Created page with "Long post about creatring a wikipedia on notwikipedia.org Syntax transformer for programming languages - allows editing without semicolons et cetera. Make screen sharing wor..."
24 March 2022
- 00:1500:15, 24 March 2022 diff hist +56 N How to check if ssh tunnel is open Created page with " nc -z localhost $port where port is the forwarded port" current
- 00:1200:12, 24 March 2022 diff hist +664 N 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..." current
25 February 2022
- 16:1916:19, 25 February 2022 diff hist +14 How to install optional python dependencies in setup.py No edit summary current Tag: Visual edit
- 16:1916:19, 25 February 2022 diff hist +320 N 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',..."
16 February 2022
- 20:3120:31, 16 February 2022 diff hist +375 N 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..." current
7 February 2022
- 15:5615:56, 7 February 2022 diff hist +58 Links No edit summary Tag: Visual edit
- 15:5215:52, 7 February 2022 diff hist +29 N Emfy: vanilla emacs config with `em` cli Created page with "https://github.com/susam/emfy" current
- 14:5814:58, 7 February 2022 diff hist +26 N Projects Created page with "Python version manager: pv"
6 February 2022
- 13:1913:19, 6 February 2022 diff hist +65 Main Page No edit summary
- 13:1213:12, 6 February 2022 diff hist +91 How to use framework ectool from their repo No edit summary current Tag: Visual edit: Switched
- 12:5112:51, 6 February 2022 diff hist −1 How to use framework ectool from their repo No edit summary
- 12:5112:51, 6 February 2022 diff hist +377 N 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:3712:37, 6 February 2022 diff hist +125 N 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" current
- 12:1512:15, 6 February 2022 diff hist +192 N 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..." current
4 February 2022
- 13:5913:59, 4 February 2022 diff hist +240 N 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...." current
- 13:2913:29, 4 February 2022 diff hist −38 How to go below minimum brightness on ubuntu framework laptop No edit summary current Tag: Visual edit
2 February 2022
- 12:5812:58, 2 February 2022 diff hist −1 How to get a tmp directory No edit summary current Tag: Visual edit
- 12:5812:58, 2 February 2022 diff hist +11 N How to get a tmp directory Created page with " mktempt -d"
31 January 2022
- 22:1722:17, 31 January 2022 diff hist +5,732 N 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..." current
- 19:3119:31, 31 January 2022 diff hist +88 Solved: the mystery of why puppet had puppet files I didn't write in it No edit summary current Tag: Visual edit
- 19:3019:30, 31 January 2022 diff hist +245 N 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..."
- 19:1219:12, 31 January 2022 diff hist +107 Links No edit summary Tag: Visual edit
- 18:3718:37, 31 January 2022 diff hist +86 Links No edit summary Tag: Visual edit
26 January 2022
- 16:0416:04, 26 January 2022 diff hist +57 Links No edit summary Tag: Visual edit
- 13:5813:58, 26 January 2022 diff hist +103 N Blog: 2022-01-26 Created page with "Wow gradle's pretty powerful it looks like! thumb" current
- 13:5813:58, 26 January 2022 diff hist +52 N File:Screenshot from gradle build of datahub.png No edit summary current
- 13:4713:47, 26 January 2022 diff hist +30 N Razwiki:Simple search that does not use regex Created page with "so it's even faster than rg :)" current
- 13:4613:46, 26 January 2022 diff hist +25 N Pv python version manager Created page with "based on n, let's do this" current
- 11:1811:18, 26 January 2022 diff hist +6 Virtual machine dev env features No edit summary current Tag: Visual edit: Switched
- 11:1811:18, 26 January 2022 diff hist +366 N 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,..."
- 02:1902:19, 26 January 2022 diff hist +333 Installing java 8 No edit summary current Tag: Visual edit
- 02:1102:11, 26 January 2022 diff hist +238 Installing java 8 No edit summary Tag: Visual edit
- 01:5801:58, 26 January 2022 diff hist +322 N 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..."
21 January 2022
- 16:0116:01, 21 January 2022 diff hist +87 N 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" current
- 13:3813:38, 21 January 2022 diff hist +15 It's time for more intuitive command line movements No edit summary current Tag: Visual edit
- 01:4401:44, 21 January 2022 diff hist +327 N 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..." current
20 January 2022
- 23:5623:56, 20 January 2022 diff hist +198 Main Page →TODO Tag: Visual edit
17 January 2022
- 00:3500:35, 17 January 2022 diff hist +1,904 April 9 2019 technology progress update No edit summary current Tag: Visual edit
16 January 2022
- 21:3621:36, 16 January 2022 diff hist +1,617 N 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:1621:16, 16 January 2022 diff hist +579 N 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..." current
- 02:2902:29, 16 January 2022 diff hist +86 Blog: 2022-01-16 →fin current Tag: Visual edit
- 02:2702:27, 16 January 2022 diff hist +5,232 N 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..."
- 01:4901:49, 16 January 2022 diff hist −34 Main Page No edit summary
- 01:4601:46, 16 January 2022 diff hist +157 Main Page No edit summary
- 00:3300:33, 16 January 2022 diff hist +507 N 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..." current