All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 14:16, 20 September 2023 Will talk contribs created page Javascript octokit (Created page with "rest-js based github api client = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://octokit.github.io/rest.js/v20 |- |} </blockquote><!-- documentation -->")
  • 23:45, 17 September 2023 Will talk contribs moved page Ffsend to Send without leaving a redirect
  • 23:45, 17 September 2023 Will talk contribs created page Ffsend (Created page with "Fork of firefox-send; Browser based file sharing. Neat! = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/timvisee/send |- |} </blockquote><!-- Documentation -->")
  • 23:25, 17 September 2023 Will talk contribs created page Say (Created page with "A MacOS text-to-speech cli utility that ships with the OS. = Documentation = <blockquote> {| class="wikitable" |- | <code>man say</code> || https://ss64.com/osx/say.html |- |} </blockquote><!-- Documentation -->")
  • 23:20, 17 September 2023 Will talk contribs created page Espeak (Created page with "A text-to-speech engine that ships with a variety of voices/accents. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/espeak-ng/espeak-ng |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S espeak-ng </syntaxhighlight> </blockquote><!-- Install --> = Usage = <blockquote> <syntaxhighlight lang="bash"> espeak --voices # list available voices espeak -v en-gb 'hi there...")
  • 16:18, 17 September 2023 Will talk contribs created page Termdown (Created page with "A customizable count-up or count-down timer program.<br> perfect for excercise, or time management. = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S termdown # optional pacman -S espeak </syntaxhighlight> </blockquote><!-- Install --> = Usage = <blockquote> == Cli == <blockquote> <syntaxhighlight lang="bash"> termdown \ -b `# blink screen when timer ends` \ -v en-gb `# espeak voice to countdown with` \ '90s' `# duration (ex. 1d5m)` </synt...")
  • 22:34, 4 September 2023 Will talk contribs created page Orgmode configuration (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | <code>org-archive-location</code> || http://doc.endlessparentheses.com/Var/org-archive-location.html |- |} </blockquote><!-- Documentation --> = Example = <blockquote> <syntaxhighlight lang="elisp"> ;; set org files, excluding a directory (setq org-agenda-files (seq-filter (lambda(x) (not (string-match "/.stversions/"(file-name-directory x)))) (directory-files-recursively "~/mnt/org-mode" "\\.org$"))) ;...")
  • 15:29, 3 September 2023 Will talk contribs created page Openssh user config (Created page with " = Locations = <blockquote> {| class="wikitable" |- | <code>~/.ssh/rc</code> || commands executed on login before starting user's shell |- |} </blockquote><!-- Locations -->")
  • 00:05, 3 September 2023 Will talk contribs created page Sun Haven (Created page with "A farming game. = Controller Setup = <blockquote> Use <code>KENDRE's SUN HAVEN LAYOUT</code> instead of the officially supported.<br> It does a much better job of binding mouse movements to the controller. </blockquote><!-- Controller Setup -->")
  • 22:50, 2 September 2023 Will talk contribs created page Gocryptfs gec (Created page with "Wrapper for git in gocryptfs encrypted repos. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/impredicative/gec |- | gitee || https://gitee.com/impredicative/gec |- |} </blockquote><!-- Documentation -->")
  • 14:17, 2 September 2023 Will talk contribs created page Windows network (Created page with " = Get current wifi password = <blockquote> <syntaxhighlight lang="yaml"> # https://support.microsoft.com/en-us/windows/find-your-wi-fi-network-password-in-windows-2ec74b2e-d9ec-ade1-cc9b-bef1429cb678 - run: control.exe /name Microsoft.NetworkandSharingCenter - Click your connection - Click Wireless Properties - Security Tab: - Show Characters </syntaxhighlight> </blockquote><!-- Get current wifi password -->")
  • 17:12, 31 August 2023 Will talk contribs created page Gnu ps (Created page with " <source lang="bash"> # show the **current** environment for a pid (more accurate than /proc/${pid}/environ which shows only the STARTING env) ps -xep ${PID} </source>")
  • 21:38, 28 August 2023 Will talk contribs created page Toxiproxy (Created page with "A tool to help test your application for points of failure,<br> by simulating down/bad-network conditions. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/shopify/toxiproxy |- |} </blockquote><!-- Documentation --> = Usage = <blockquote> <source lang="bash"> toxiproxy-cli create \ -l localhost:26379 \ `# proxy` -u localhost:6379 \ `# upstream` my_redis </source> </blockquote><!-- Usage -->")
  • 01:11, 28 August 2023 Will talk contribs created page Steam performance (Created page with "See Also nvidia configuration. = max_map_count = <blockquote> Increase the amount of memory a process is allowed to use. <syntaxhighlight lang="bash"> # see current setting cat /proc/sys/vm/max_map_count # 65530 by default # see all applied settings sudo sysctl --system </syntaxhighlight> <syntaxhighlight lang="bash"> # /usr/lib/sysctl.d/99-vm-max_map_count.conf # 512 * 1024 (choose based on hardware) # I've seen higher amounts listed online as well vm.max_map_c...")
  • 01:05, 28 August 2023 Will talk contribs moved page Steam programming to Steam configuration without leaving a redirect
  • 21:38, 27 August 2023 Will talk contribs created page Steamtinkerlaunch (Created page with "shellscripts to shoehorn reshades and various mod managers into steam on linux = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/sonic2kk/steamtinkerlaunch |- |} </blockquote><!-- Documentation -->")
  • 19:47, 27 August 2023 Will talk contribs created page Gvim (Created page with "A graphical interface for vim.")
  • 19:31, 27 August 2023 Will talk contribs created page Salt (Redirected page to Saltstack) Tag: New redirect
  • 19:29, 27 August 2023 Will talk contribs moved page Salt to Salt game without leaving a redirect
  • 19:22, 27 August 2023 Will talk contribs created page Batch arguments (Created page with "= Arguments = <blockquote> Arguments to a batch-script are accessible as <code>%1</code> to <code>%9</code>.<br> The script itself is <code>%0</code><br> To repeat all params passed to the script, <code>%*</code>. </blockquote><!-- Arguments -->")
  • 17:22, 27 August 2023 Will talk contribs created page Git platform notes (Created page with " = Windows = <blockquote> == git-bash == <blockquote> === Overview === <blockquote> git-bash is an msys2 based environment that ships with enough tools to get productive with git on windows.<br> It includes some common unix tools like: * vim * find-utils * coreutils * linux-utils It runs in the mintty terminal, which is customizable. </blockquote><!-- Overview --> === Adding tmux === <blockquote> You could compiles tmux, or install it to another msys2 envi...")
  • 16:03, 27 August 2023 Will talk contribs created page Gnu column (Created page with "Part of utils-linux, aligns text into columns based on a delimiter = Usage = <blockquote> <syntaxhighlight lang="bash"> # align into columns by whitespace cat << EOF | column -t mediawiki: https://website.com/mediawiki game: https://website.com/game/home EOF # align into columns by delimiter ',' cat << EOF | column -t -s ',' fiona, 6 mom, 22 alex, 7 EOF </syntaxhighlight> </blockquote><!-- Usage -->")
  • 03:12, 27 August 2023 Will talk contribs created page Ascii art (Created page with "= Inline = <blockquote> == Faces == <blockquote> <pre> =^_^= \_(-_-)_/ (=____=) = _ = <(^_^)> (x_x) </pre> </blockquote><!-- Faces --> </blockquote><!-- Inline --> = Complex = <blockquote> == Game Controllers == <blockquote> === PS2 Controller === <blockquote> <pre> _=====_ _=====_ / _____ \ / _____ \ +.-'_____'-.---------------------------.-'_____'-.+ / | | '. S O N Y .'...")
  • 02:35, 27 August 2023 Will talk contribs created page Palia (Created page with "A farming game.")
  • 00:53, 27 August 2023 Will talk contribs created page Xone (Created page with "A driver for the xbox one acessories (including microsoft wireless dongle).<br> Apparently, more modern than xow. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/medusalix/xone |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="bash"> sudo aura -A xone-dkms </syntaxhighlight> </blockquote><!-- Install --> = Setup = <blockquote> </blockquote><!-- Setup -->")
  • 20:47, 26 August 2023 Will talk contribs created page Gnu comm (Created page with "<code>comm</code> lets you operate on differences between two files.<br> ex. * only lines that appear in file1 * only lines that appear in file2 * only lines that appear in both file1 and file2 = Usage = <blockquote> <syntaxhighlight lang="bash"> comm -1 file1.txt file2.txt # only lines unique to first file comm -2 file1.txt file2.txt # only lines unique to second file comm -3 file1.txt file2.txt # only lines shared by both first/second file </syntaxhighlight> </blo...")
  • 01:55, 26 August 2023 Will talk contribs created page Rofi (Created page with "Window-switcher, dialog-runner, dmenu alternative. = Install = <blockquote> <syntaxhighlight lang="bash"> sudo pacman -S rofi </syntaxhighlight> </blockquote><!-- Install -->")
  • 01:18, 26 August 2023 Will talk contribs created page Monica (Created page with "Monica is CRM software built for remembering personal details.<br> {{ NOTE | They are working towards a new codebase '''chandler''', but it is still pre-release. }} = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/monicahq/monica |- |} </blockquote><!-- Documentation -->")
  • 01:12, 26 August 2023 Will talk contribs created page Corteza (Created page with "Corteza is low-code CRM software written in go. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/cortezaproject/corteza |- |} </blockquote><!-- Documentation -->")
  • 01:18, 12 August 2023 Will talk contribs created page Pacman aurutils (Created page with "scripts for working with aur, sharing built packages over local network. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/AladW/aurutils |- |} </blockquote><!-- Documentation -->")
  • 00:06, 11 August 2023 Will talk contribs created page Cheese (Created page with "Cheese lets you capture videos, images from a webcam. = Documentation = <blockquote> {| class="wikitable" |- | home || https://wiki.gnome.org/Apps/Cheese |- |} </blockquote><!-- Documentation --> = Locations = <blockquote> {| class="wikitable" |- | <code>~/Pictures/Webcam/*.jpg</code> || images saved here |- |} </blockquote><!-- Locations --> = Usage = <blockquote> <syntaxhighlight lang="bash"> cheese # starts program </syntaxhighlight> </blockquote><!-- Usage -->")
  • 00:53, 8 August 2023 Will talk contribs created page Emacs: simpleclip (Created page with "Simplified access to system clipboard in emacs. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/rolandwalker/simpleclip |- |} </blockquote><!-- Documentation -->")
  • 18:32, 29 July 2023 Will talk contribs created page VimPlugin: vim-matchup (Created page with "highlight and navigate between various language open/close syntax. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/andymass/vim-matchup |- |} </blockquote><!-- Documentation -->")
  • 01:25, 29 July 2023 Will talk contribs created page Zeitwerk outside of rails (Created page with "= In Gems = <blockquote> == initializing zeitwerk== <blockquote> <syntaxhighlight lang="ruby"> # my-project/lib/my_project.rb # load gems that may not load otherwise (ex.) require "sorbet-runtime" require "active_support/all" # load zeitwerk require "zeitwerk" loader = Zeitwerk::Loader.for_gem loader.enable_reloading loader.setup loader.eager_load # define your root module module MyProject end </syntaxhighlight> </blockquote><!-- initializing zeitwerk--> == console s...")
  • 01:16, 29 July 2023 Will talk contribs moved page Ruby zeitworks to Ruby zeitwerk without leaving a redirect
  • 01:14, 29 July 2023 Will talk contribs created page Sorbet syntax (Created page with "The docs for sorbet are really, really good.<br> I'd probably just go there. = Basics = <blockquote> <source lang="ruby"> # person.rb class Person def create(name:, age:, object:); end def speak; "foo"; end end </source> = Common Cases = <blockquote> == attr_reader/writer/accessor == <blockquote> <source lang="ruby"> sig { returns(String) } attr_reader :name </source> </blockquote><!-- attr_reader/writer/accessor --> == include module == <blockquote> {| class="wi...")
  • 01:11, 29 July 2023 Will talk contribs created page Sorbet confguration (Created page with "= Locations = <blockquote> {| class="wikitable" |- | <code>sorbet/config</code> || config |- | <code>sorbet/rbi/shims/*.rbi</code> || add your own custom stubs |- |} </blockquote><!-- Locations --> = Shims = <blockquote> In addition to ruby tapioca, you can write your own shims for your code.<br> Simply add whatever methods you want sorbet to know about.<br> Optionally add sigs to them. </blockquote><!-- Shims --> = Disable sorbet-runtime = <blockquote> You may w...")
  • 01:07, 29 July 2023 Will talk contribs created page Sorbet usage (Created page with " * sorbet-runtime runs with your code * sorbet-static reads your code without evaluating it = Commandline = <blockquote> Static typechecking <source lang="bash"> bundle exec srb tc --help 2>&1 | less -Ri # show help in less bundle exec srb tc 2>&1 | grep -C5 ClassICareAbout # check for errors in specific class </source> </blockquote><!-- Commandline --> = Code = <blockquote> Within your code, syntax is provided by <code>sorbet-runtime</code>. <syntaxhighlig...")
  • 01:14, 27 July 2023 Will talk contribs created page Programming: Language Servers (LSP) (Created page with "= Implementations = <blockquote> {| class="wikinotes" |- | index implementation || https://www.youtube.com/watch?v=ks3tQojSJLU |- |} </blockquote><!-- impelementations -->")
  • 19:06, 25 July 2023 Will talk contribs created page Ruby filesystem (Created page with "= Tempfiles = <blockquote> <source lang="ruby"> Dir.mktmpdir("some_prefix_") do |dirpath| # ... end Tempfile.create("some_prefix_") do |fd| fd.write("hello") end </source> </blockquote><!-- Tempfiles -->")
  • 15:21, 20 July 2023 Will talk contribs created page Portainer (Created page with "A web-UI for docker containers. = Documentation = <blockquote> {| class="wikitable" |- | home || https://www.portainer.io/ |- |} </blockquote><!-- Documentation -->")
  • 23:41, 13 July 2023 Will talk contribs created page Ruby parser (Created page with "An AST parser for ruby, in ruby https://github.com/whitequark/parser")
  • 23:41, 13 July 2023 Will talk contribs created page Ruby rubocop-ast (Created page with "A DSL for ruby parser that simplifies matching AST nodes. = Documentation = <blockquote> {| |- | All AST nodes || https://github.com/rubocop/rubocop-ast/blob/master/docs/modules/ROOT/pages/node_types.adoc |- | official docs || https://docs.rubocop.org/rubocop-ast/ |- |} </blockquote><!-- documentation -->")
  • 14:43, 8 July 2023 Will talk contribs created page VimPlugin: surround (Created page with "Add/Change/Remove markers/tags around text-objects (ex. quotes, html elements, parentheses, ..) = Documentation = <blockquote> {| class="wikitable" |- | repo || https://github.com/tpope/vim-surround |- |} </blockquote><!-- Documentation -->")
  • 18:13, 3 July 2023 Will talk contribs created page Golang echo (Created page with "A minimalist web-server, that is similar to python flask.<br> Some notable features: * middleware * routing * tmeplates = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/labstack/echo |- | official docs || https://echo.labstack.com/guide/ |- |} </blockquote><!-- Documentation -->")
  • 01:36, 25 June 2023 Will talk contribs created page Emacs: neotree (Created page with "A filetree, inspired by VimPlugin: NERDTree. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/jaypei/emacs-neotree |- |} </blockquote><!-- Documentation --> = Configuration = <blockquote> <syntaxhighlight lang="elisp"> (use-package neotree :ensure t) (global-set-key [f3] 'neotree-toggle) </syntaxhighlight> </blockquote><!-- Configuration -->")
  • 01:28, 25 June 2023 Will talk contribs created page Emacs: fzf (Created page with "An emacs plugin that wraps fzf. = Install = <blockquote> <syntaxhighlight lang="lisp"> ;; auto-install fzf (use-package fzf :ensure t) </syntaxhighlight> </blockquote><!-- Install --> = Configuration = <blockquote> <syntaxhighlight lang="elisp"> ;; bind to 'C-t' in evil-mode (define-key evil-normal-state-map (kbd "C-t") 'fzf-find-file) </syntaxhighlight> </blockquote><!-- Configuration -->")
  • 01:01, 25 June 2023 Will talk contribs created page Emacs melpa (Created page with "MELPA is a package index for emacs. = Documentation = <blockquote> {| class="wikitable" |- | getting started || https://melpa.org/#/getting-started |- |} </blockquote><!-- Documentation -->")
  • 01:14, 14 June 2023 Will talk contribs created page Pacman pacredir (Created page with "share pacman packages over local network.<br> Appears to be built overtop of pacman pacredir. = Documentation = <blockquote> {| class="wikitable" |- | repo || https://github.com/eworm-de/pacredir |- |} </blockquote><!-- Documentation --> = Ports = <blockquote> {| class="wikitable" |- | <code>TCP:7078</code> || pacredir coordinates this way |- |} </blockquote><!-- Ports --> = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S pacredir </syntaxhighlight>...")
  • 15:39, 11 June 2023 Will talk contribs created page Pacman pacserve (Created page with "Share downloaded pacman packages over local network. = Documentation = <blockquote> {| class="wikitable" |- | repo || https://xyne.dev/projects/pacserve/ |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="bash"> </syntaxhighlight> </blockquote><!-- Install -->")
  • 17:17, 10 June 2023 Will talk contribs created page Influxdb concepts (Created page with " = Timeseries Data = <blockquote> Influxdb deals with timeseries data.<br> Any data with a timestamp is timeseries data. * datapoints at random intervals are '''events''' (ex. set temp at noon, 4pm, 4:30, 9pm) * '''metrics''' sample '''events''' at regular intervals (ex. check temp every n min) </blockquote><!-- Timeseries Data --> = Components = <blockquote> <syntaxhighlight lang="yaml"> bucket: # a bucket contains multiple measurements. is where data is store...")
  • 22:59, 2 June 2023 Will talk contribs created page Bluebubbles (Created page with "An imessage client for linux, android, linux.<br> Very neat, needs a macos-or-vm for install though. = Documentation = <blockquote> {| class="wikitable" |- | home || https://bluebubbles.app/ |- |} </blockquote><!-- Documentation -->")
  • 22:41, 27 May 2023 Will talk contribs created page Refind (Created page with "An opensource boot manager. = Documentation = <blockquote> {| class="wikitable" |- | home || http://www.rodsbooks.com/refind/ |- | repo || https://sourceforge.net/p/refind/code/ci/master/tree/ |- |} </blockquote><!-- Documentation -->")
  • 01:12, 26 May 2023 Will talk contribs created page Sixels (Created page with "Sixels let you render images, graphs, etc. alongside your work in a terminal. = Documentation = <blockquote> {| class="wikitable" |- | list of terminal emulators supporting sixels || https://www.arewesixelyet.com/ |- |} </blockquote><!-- Documentation --> = Programs = <blockquote> {| class="wikitable" |- | sixel-tmux || intercepts and renders sixels within tmux, never passing them to terminal |- |} </blockquote><!-- Programs -->")
  • 16:03, 16 May 2023 Will talk contribs created page Ruby faraday (Created page with " = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://lostisland.github.io/faraday/usage/ |- |} </blockquote><!-- Documentation -->")
  • 13:50, 13 May 2023 Will talk contribs created page Animal Crossing New Horizons (Created page with " = Tools = <blockquote> {| class="wikitable" |- | NHSE savegame editor || https://github.com/kwsch/NHSE |- |} </blockquote><!-- Tools --> Change your name etc.")
  • 00:06, 7 May 2023 Will talk contribs created page VimPlugin: vim-localvimrc (Created page with "project-specific vimrc files. * all directories in the current CWD are checked for a <code>.lvimrc</code> file to load * they are loaded in order of rootmost-CWD * you are asked for confirmation before loading, allowlists can be created = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/embear/vim-localvimrc |- |} </blockquote><!-- Documentation -->")
  • 17:24, 16 April 2023 Will talk contribs created page Influxdb usage (Created page with "= Commandline Interface = <blockquote> <syntaxhighlight lang="bash"> influx -h </syntaxhighlight> </blockquote><!-- Commandline Interface -->")
  • 17:21, 16 April 2023 Will talk contribs created page Influxdb configuration (Created page with "= Locations = <blockquote> {| class="wikitable" |- | |- |} </blockquote><!-- Locations --> = Environment Variables = <blockquote> <syntaxhighlight lang="bash"> </syntaxhighlight> </blockquote><!-- Environment Variables -->")
  • 14:01, 10 April 2023 Will talk contribs created page Podman troubleshooting (Created page with "= Error: OCI runtime error: crun: writing file `/sys/fs/cgroup/cgroup.subtree_control` invalid argument = <blockquote> Temp Workaround: <code>sc --user stop mpd.service</code>, then podman, then can start mpd Issue/Cause: * https://github.com/containers/crun/issues/704 * https://github.com/lxc/lxc/issues/3545 </blockquote><!-- Error: OCI runtime error: crun: writing file `/sys/fs/cgroup/cgroup.subtree_control` invalid argument -->")
  • 13:38, 10 April 2023 Will talk contribs created page Containerfile syntax (Created page with " = Documentation = <blockquote> {| class="wikitable" |- | <code>man Containerfile</code> || https://man.archlinux.org/man/community/containers-common/Containerfile.5.en |- |} </blockquote><!-- Documentation -->")
  • 13:29, 10 April 2023 Will talk contribs created page Containerfile usage (Created page with "= Basics = <blockquote> <syntaxhighlight lang="bash"> # build image from Containerfile # `sudo podman images` podman build -f path/Containerfile -t ${IMAGE_NAME} # build container form image podman run \ --name ${CONTAINER_NAME} `# podman ps` \ -v /home/progs:/progs `# mount /home/progs in container as /progs` \ -p 80:8080 `# expose container port 80 as 8080 on host` \ -ti ${IMAGE_NAME} /bin/bash # use container sudo podman star...")
  • 13:24, 10 April 2023 Will talk contribs created page Containerfile (Created page with "Containerfile is podmans equivalent to dockers Dockerfile.<br> Create an image with incremental builds and build instructions. = Notes = <blockquote> {| class="wikitable" |- | containerfile usage |- | containerfile syntax |- |} </blockquote><!-- Notes -->")
  • 13:00, 10 April 2023 Will talk contribs created page Influxdb containers (Created page with "= Docker/Podman = <blockquote> <syntaxhighlight lang="bash"> podman pull docker.io/library/influxdb:latest </syntaxhighlight> </blockquote><!-- Docker/Podman -->")
  • 12:53, 10 April 2023 Will talk contribs created page Studying (Created page with "= Techniques = <blockquote> {| class="wikitable" |- | effective spaced repetition || https://borretti.me/article/effective-spaced-repetition |- |} </blockquote><!-- Techniques -->")
  • 12:44, 10 April 2023 Will talk contribs created page Comet 64 (Created page with " = Documentation = <blockquote> {| class="wikitable" |- | manual || <code>~./share/Steam/steamapps/common/Comet 64/Comet 64_Data/StreamingAssets/Documentation/Comet 64 - Operators Manual.pdf </code> |- |} </blockquote><!-- Documentation -->")
  • 23:27, 8 April 2023 Will talk contribs created page Physlock (Created page with "physlock is a tool that locks all linux consoles.<br> the screen will be blanked, Xorg/Wayland hidden behind a TTY login prompt for the root user. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/xyb3rt/physlock |- |} </blockquote><!-- Documentation --> = Usage = <blockquote> <syntaxhighlight lang="bash"> physlock # return to TTY, prompt for root password # logging in returns to your user session </syntaxhighlight> </blockquote><!-...")
  • 01:51, 7 April 2023 Will talk contribs created page Podman configuration (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | <code>man containers.conf</code> || https://man.archlinux.org/man/community/containers-common/containers.conf.5.en |- | <code>man containers-mounts.conf</code> || https://man.archlinux.org/man/containers-mounts.conf.5 |- | <code>man containers-policy.json</code> || https://man.archlinux.org/man/community/containers-common/containers-policy.json.5.en |- |} </blockquote><!-- Documentation --> = Locations = <blockquo...")
  • 00:55, 7 April 2023 Will talk contribs created page Influxdb install (Created page with "<syntaxhighlight lang="bash"> pkg install influxdb # FreeBSD pacman -S influxdb # Archlinux </syntaxhighlight>")
  • 00:53, 7 April 2023 Will talk contribs created page Influxdb (Created page with "A timeseries database, used as the backend for grafana.")
  • 00:51, 7 April 2023 Will talk contribs moved page Monbodb to Mongodb without leaving a redirect
  • 00:05, 7 April 2023 Will talk contribs created page Mongodb install (Created page with " = Install = <blockquote> <syntaxhighlight lang="bash"> pkg install mongodb60 # FreeBSD aura -A mongodb # Archlinux </syntaxhighlight> </blockquote><!-- Install -->")
  • 00:03, 7 April 2023 Will talk contribs created page Monbodb (Created page with "A featureful NoSQL database. * timeseries data * map/reduce search * replication * indexing = Documentation = <blockquote> {| class="wikitable" |- | home || https://www.mongodb.com/ |- |} </blockquote><!-- Documentation -->")
  • 23:18, 6 April 2023 Will talk contribs created page Tabby (Created page with "A self-hosted ML completer inspired by github-copilot. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/TabbyML/tabby |- |} </blockquote><!-- Documentation -->")
  • 13:33, 6 April 2023 Will talk contribs created page Google docs (Created page with " <source lang="yaml"> Tools --> Preferences --> Automatically detect Markdown </source>")
  • 23:29, 2 April 2023 Will talk contribs created page GoodReader (Created page with "Plaintext files can be registered (inplace, not copied),<br> and program supports autoscrolling.<br> Good for lyrics.<br> Purchased. = Documentation = <blockquote> {| class="wikitable" |- | app store || https://apps.apple.com/us/app/goodreader-pdf-editor-viewer/id777310222 |- |} </blockquote><!-- Documentation -->")
  • 16:04, 1 April 2023 Will talk contribs created page Distributed Systems: Event Order (Created page with " = Guides = <blockquote> {| class="wikitable" |- | Ordering Events in Distributed Systems || https://www.exhypothesi.com/clocks-and-causality/ |- |} </blockquote><!-- Guides -->")
  • 15:53, 1 April 2023 Will talk contribs created page Ruby google-cloud-storage (Created page with " = Usage = <blockquote> <syntaxhighlight lang="ruby"> project = Google::Cloud::Storage.new(project_id: "foo") bucket = project.bucket("my_bucket") bucket.upload_file(StringIO.new("hi"), "/some/path.txt") bucket.create_file("/some/path.txt") bucket.file("/some/path.txt").download # => StringIO </syntaxhighlight> </blockquote><!-- Usage -->")
  • 15:49, 1 April 2023 Will talk contribs created page Gcs (Created page with "Google Cloud Services.")
  • 15:48, 1 April 2023 Will talk contribs created page Ruby red-arrow (Created page with "A library for serializting/deserializing and interacting with various columnar data formats (ex. parquet). = Documentation = <blockquote> {| class="wikitable" |- | api docs || https://www.rubydoc.info/gems/red-arrow/11.0.0 |- | github || https://github.com/apache/arrow/tree/main/ruby/red-arrow |- |} </blockquote><!-- Documentation --> = Usage = <blockquote> <syntaxhighlight lang="ruby"> # instantiation table = Arrow::Table.new( "name" => ["luke", "leia", "anakin"],...")
  • 22:03, 26 February 2023 Will talk contribs created page Statistics central tendency (Created page with "You may be interested in math operators. = Mode = <blockquote> The most common number in a dataset.<br> (like french a-la-mode). </blockquote><!-- Mode --> = Median = <blockquote> The 50% percentile of the dataset.<br> 50% of the points are above, and 50% of the values are below. 1. order data from smallest to largest <syntaxhighlight lang="yaml"> # sort 7 2 13 5 1 11 3 #> 1 2 3 5 7 11 13 </syntaxhighlight> 2. if the number is odd, use the value at the middle-mo...")
  • 21:51, 26 February 2023 Will talk contribs created page Math operators (Created page with "= Sigma (sum) = <blockquote> sigma (<math>\sum</math>) means the sum of all values. <math> \begin{align} & \sum{x} & \text{// sum of all x values} \\ & \sum{(1 2 3 4 5)} = 15 & \text{// sum of all values in list (1 2 3 4 5)} \\ \end{align} </math> </blockquote><!-- Sigma (sum) -->")
  • 20:05, 26 February 2023 Will talk contribs created page Statistics distributions (Created page with "= Tutorials = <blockquote> {| class="wikitable" |- | StatQuest Youtube Channel || (percentiles, normalization, etc) || |- |} </blockquote><!-- Tutorials --> = Histograms = <blockquote> A Bar graph to reveal the distribution of the data.<br> Info is clumped in equal size chunks of your data. <pre> | | Frequency | | of | | ${X} | | | | | | | | | | | +--------------...")
  • 20:05, 26 February 2023 Will talk contribs created page Statistics sampling (Created page with "On methods of sampling, and pros/cons. = Terminology = <blockquote> <syntaxhighlight lang="yaml"> sampling-frame: Part of population you'd like to draw a sample from undercoverage: Omitting population members from a sampling-frame when they should have been included. </syntaxhighlight> </blockquote><!-- Terminology --> = Sampling Methods = <blockquote> == Simple Random Sampling (SRS) == <blockquote> Choosing N items at random (ex. choosing from a hat) Issues: * ca...")
  • 20:04, 26 February 2023 Will talk contribs created page Statistics studies (Created page with " = Conducting a Study = <blockquote> Steps in conducting a study # State a hypothesis # Identify individuals of interest # State variables to measure # Choose entire-population VS sample # Address ethical concerns before collecting data # Collect Data # Use descriptive or inferential stats to answer hypothesis # Note concerns about data collection/analysis </blockquote><!-- Conducting a Study --> = Study Types = <blockquote> <syntaxhighlight lang="yaml"> Experimental:...")
  • 20:04, 26 February 2023 Will talk contribs created page Statistics terminology (Created page with " = Terminology = <blockquote> <syntaxhighlight lang="yaml"> individual: The item under study (object, person, etc) variable: Characteristic of individual being studied # types of populations population: A group of `individuals` that all share a theme. (ex. subset of individuals that live in urban areas) sample: A small portion of a `population` (ex. subset of individuals that live in urban areas, between 30-40) # study...")
  • 20:03, 26 February 2023 Will talk contribs created page Statistics (Created page with "Make hypothesis, informed by data. = Documentation = <blockquote> {| class="wikitable" |- | statistics terminology |- | statistics sampling |- | statistics distributions |- |} </blockquote><!-- Documentation -->")
  • 17:43, 26 February 2023 Will talk contribs created page Mediawiki extensions: graph (Created page with "Render vega powered bar charts, pie charts, timelines, histograms. = Documentation = <blockquote> {| class="wikitable" |- | home || https://www.mediawiki.org/wiki/Extension:Graph |- |} </blockquote><!-- Documentation -->")
  • 19:45, 12 February 2023 Will talk contribs created page Cadaver (Created page with " = Usage = <blockquote> <syntaxhighlight lang="bash"> cadaver 'http://foo.com:8080/path' </syntaxhighlight> Use similar to a shell <code>ls/cd</code> etc. </blockquote><!-- Usage -->")
  • 19:44, 12 February 2023 Will talk contribs created page Davfs2 (Created page with "<syntaxhighlight lang="bash"> # UNTESTED aura -A davfs2 sudo mount.davfs https://foo.com ~/mnt -o rw,uid=username </syntaxhighlight>")
  • 17:03, 12 February 2023 Will talk contribs created page Sftpgo (Created page with "An SFTP/WebDav provider, with a UI, rest-API, and user/permission scheme, metrics etc.<br> It looks a bit heavyweight for just managing access to org files.. = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://github.com/drakkan/sftpgo/blob/main/docs/full-configuration.md |- | github || https://github.com/drakkan/sftpgo |- |} </blockquote><!-- Documentation --> = Locations = <blockquote> {| class="wikitable" |- | <code>/usr/local/etc/sftpg...")
  • 15:31, 12 February 2023 Will talk contribs created page Bandcamp (Created page with " = Clients = <blockquote> I've had issues using bandcamp in the browser lately, but thanks to [https://steemit.com/linux/@manero666/play-bandcamp-content-from-the-command-line this tip] you can do it on the cli. I'll need to look into writing a client for this. <syntaxhighlight lang="bash"> nvlc $(youtube-dl -g https://sighphy.bandcamp.com/album/limewired) </syntaxhighlight> </blockquote><!-- Clients -->")
  • 20:01, 11 February 2023 Will talk contribs created page Lighttpd config (Created page with "= Locations = <blockquote> {| class="wikitable" |- | <code>/usr/local/etc/lighttpd/lighttpd.conf</code> || config |- |} </blockquote><!-- Locations --> = Validation = <blockquote> <syntaxhighlight lang="bash"> lighttpd -tt -f /usr/local/etc/lighttpd/lighttpd.conf # validate syntax valid </syntaxhighlight> </blockquote><!-- Validation --> = Example = <blockquote> <syntaxhighlight lang="dosini"> # global options are configured outside of a block server.document-root =...")
  • 19:40, 11 February 2023 Will talk contribs created page Lighttpd webdav (Created page with "Let's create an authenticated webdav server, hosted by lighttpd. = Tutorials = <blockquote> {| class="wikitable" |- | lighttpd webdav on debian || https://www.howtoforge.com/tutorial/how-to-install-webdav-with-lighttpd-on-debian-jessie/ |- |} </blockquote><!-- Tutorials -->")
  • 19:28, 11 February 2023 Will talk contribs created page Mod webdav (Created page with "Serve files over webdav. = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://redmine.lighttpd.net/projects/lighttpd/wiki/Mod_webdav |- |} </blockquote><!-- Documentation -->")
  • 19:25, 11 February 2023 Will talk contribs created page Lighttpd (Created page with "A fast/lightweight webserver. = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://redmine.lighttpd.net/projects/lighttpd/wiki |- | home || https://www.lighttpd.net/ |- |} </blockquote><!-- Documentation -->")
  • 04:51, 11 February 2023 Will talk contribs created page Rust operators (Created page with "= Arithmetic = <blockquote> </blockquote><!-- Arithmetic --> = Result Operators = <blockquote> <syntaxhighlight lang="rust"> let foo = get_result()?; // bind 'Ok-val' to foo, if 'Err-val', return-early with Err(Err-val) </syntaxhighlight> </blockquote><!-- Result Operators --> = Operator Overloading = <blockquote> </blockquote><!-- Operator Overloading -->")
  • 01:05, 11 February 2023 Will talk contribs created page Cgit (Created page with "A fast web interface for git. = Documentation = <blockquote> {| class="wikitable" |- | home/repo || https://git.zx2c4.com/cgit/ |- |} </blockquote><!-- Documentation -->")
  • 03:56, 10 February 2023 Will talk contribs created page Rust threading (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | rust book: concurrency || https://doc.rust-lang.org/stable/book/ch16-00-concurrency.html |- |} </blockquote><!-- Documentation --> = Basics = <blockquote> Since rust already manages ownership semantics, you don't really need to deal with thread affinity.<br> Simply pass a closure to a thread, move any params to it, and call it a day. thead without outer scope access <syntaxhighlight lang="rust"> use std::thread;...")
  • 03:19, 10 February 2023 Will talk contribs created page Rust debuggers (Created page with "{{ TODO | Apparently you can just use your platform's native debugger.<br> ex. gdb, lldb, .. }}")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)