WIKI SECTION LAYOUT

A place to store random, seemingly, unconnected notes. Always working on interlinking notes together, so there will be constant updates. Don’t expect to find the same article next time you come back.

  • Unable to resolve reference to m-qg84nh28 from wiki/_index.mdKubernetes
  • Unable to resolve reference to m-bu9bq9z8 from wiki/_index.mdVim
  • Unable to resolve reference to m-bgommmb3 from wiki/_index.mdGolang
Wiki Posts

Showing all previous posts in section

  • Oct 26, 2024 HF Frequencies
    HF frequencies offer diverse communication options, ranging from long-distance DX to local Nets, with varying band characteristics, modes, and optimal usage times.
  • Sep 29, 2024 Yaesu FT-857D Custom Bluetooth/USB Module
    Trying to use the Unable to resolve reference to 644qfar4 from wiki/t1agybfi.mdHC-06 as the module for CAT control - proof of concept Able to get FLRig, and WSJTX working on Laptop/linux Cannot get Unable to resolve reference to qnwrodqv from wiki/t1agybfi.mdChirp to work, getting error when connecting Daily Operation # search function (Smart Search) -> write to memory -> use memory Using JDY-67 SSP and Audio bluetooth Module # Unable to resolve reference to r9csi2sc from wiki/t1agybfi.
  • Mar 22, 2023 Quick Greenhouse
    Inspirations # Unable to resolve reference to r-053v5qm2 from wiki/r-vf3dcjxz.mdTimber-Frame Designs Here are some newss. take it away lean to style caption goes here Designs # 3D printed Arc design, makes it easy to scale Picked PETG from Unable to resolve reference to r-7q6htg2g from wiki/r-vf3dcjxz.md3D Print Filament Types Final Design Final Design Framing # easy ground anchor
  • Feb 2, 2023 Patching Release branches with Git
    Given two branches master and personal. You made some changes in your personal branch, and because the changes are very personal, you cannot create an Merge Request and push it to the public master branch. So you need to create a patch file that you can apply to master whenever it gets updated. Create a brand new branch git diff master personal > ../master-personal-patchfile git checkout patched master # checkout new branch from master git apply .
  • Jan 21, 2023 Kobo Reader Modifications with Koreader
    Purchasing Options Kobo Clara 2E: 300 ppi - random freeze issues Koko Libra 2 Kobo Sage - stylus support Use Unable to resolve reference to r-1srxq3rl from wiki/r-60vlyxpa.mdNickelMenu mod to enable 3rd party software to run on reader. One of those testing software is KoReader. Integration Kobo lines of ereaders are fully supported ko NickelMenu and Koreader. Optional # back up your sd card – Unable to resolve reference to r-be6b5mm9 from wiki/r-60vlyxpa.
  • Jan 5, 2023 Getting Nvidia GPU to work on Ubuntu
    THIS IS THE MOST IMPORTANT ARTICLE TO READ! - https://devblogs.nvidia.com/gpu-containers-runtime/ The basics of Dockers # docker images - the actual file for the container, this shows all the images that have been downloaded docker containers - the instance of the images docker ps -a - list all the containers, even the ones that are stopped docker start <container-name> - will start a stopped container docker stop <container-name> - will stop a running container the --rm - argument will destroy the container as soon as it is stopped Docker compose # docker-compose up - spin up a docker container using docker-compose.
  • Jan 5, 2023 Embedded Scratchpad
    Embedded Things to Consider # Extremely useful article - https://www.embedded.com/design/prototyping-and-development/4006649/Real-time-debugging-101 Tools # Source-level debugger Let your step through code, stop it, and examine memory content and program variables Simple printf statement Flexible and primitive tool clumsy to use In-circuit emulators (ICE) and JTAG debuggers Allows you to carefully control the execution of the running chip indispensable for the early development Can use to debugger the second processor turn on
  • Oct 9, 2020 Ubuntu vs Arch Linux
    Goals # Been a long time Ubuntu user and like the interface. Nothing to really complain about. - want to see which is better as a learning platform - take this opportunity to struggle with Linux, configurations, and files - Learn to document process better Learning Objectives # better understanding of how Linux work concentrate on backend coding; closer to hardware programming Long term goals to learn about MCU and Computers for other technical projects Considerations # Looking for Vanilla Linux Windows Installation on Pixelbook Latest info for Chromebook and Windows here For Pixelbooks and Windows If on windows, will need a Live Linux USB to do the firmware update - Linux has access to the hardware Breakdown of Linux Distributions # Arch Debian Ubuntu - Debian unstable release
  • Apr 27, 2017 Github Awesome
    scan through this awesome list!! https://github.com/sindresorhus/awesome https://gitlab.com/groups/pages?%5Fga=1.52981480.1147043140.1493223695
  • Oct 13, 2016 code-snippets
    plink.exe tunnel-home -N -ssh -2 -P 2223 -l root -C -i C:\.ssh\MyEnTunnel\keyfile.ppk -v Markdown # ![]() allows you to upload images to ghost Python # Useful design patterns for Python: Link GIT # Some help snippet from gist ## Workflow - Helpful site for the GIT workflow: here - Successful git branching model: here ## Settings - Keep branch history from flatten, use --no-ff while merge - or set git config --global merge.