All public logs
From Federal Burro of Information
Jump to navigationJump to search
Combined display of all available logs of Federal Burro of Information. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:17, 14 November 2024 David talk contribs created page Pottery (Created page with " == links of note == * https://akirasatake.com/kohiki-gallery")
- 03:24, 8 November 2024 David talk contribs created page Donald Trump Campaign Promises - Circa Nov 2024 (Created page with "sources: * https://www.bbc.com/news/articles/cev90d7wkk0o * https://www.politico.com/news/2024/11/06/donald-trump-second-term-policies-00187157 --- "Day one [...] We're closing the border, and we're drilling, drilling, drilling."")
- 04:20, 6 November 2024 David talk contribs created page File:Esp32-c3.png
- 04:20, 6 November 2024 David talk contribs uploaded File:Esp32-c3.png
- 00:57, 3 November 2024 David talk contribs created page Recipes To Try (Created page with " ; Cannelés de Bordeaux : https://www.adamwitt.co/allrecipes/z68a5tgnm8njf6j-hfxcw-k78ex-x49as-tc9dx-b8jff-f3mn6-e4t8a-l35wt-gwttg-l652p-5msm9-262fp-g3748-mccje-nlj4y category:recipes")
- 00:47, 3 November 2024 David talk contribs created page DAC for ESP32 or any arduino (Created page with " good video: https://www.youtube.com/watch?v=HQVSznvnHh8")
- 23:06, 26 October 2024 David talk contribs created page Comparing ESP32s (Created page with " {| class="wikitable" style="margin:auto" |+ Caption text |- ! Header text !! Header text !! Header text |- | Chip || ESP32-C3-WROOM-02 || Example |- | Board || ESP32-C3-DevKitC-02v1.1 || ESP32-C3-DevkKitM-1-v1.6 |- | Example || Example || Example |}")
- 15:43, 2 September 2024 David talk contribs created page DIY Electronic Synth (Created page with " I've been using mozzi to make a synth. https://sensorium.github.io/Mozzi/ something simple: https://sensorium.github.io/Mozzi/examples/#01.Basics IUt was easy enough with the Arduino UNO . It has a DAC I have a several; esp32 c3 which do not have a dac, and so I ask is a DAC requisite?")
- 23:54, 7 August 2024 David talk contribs created page File:2024 garden3.jpg
- 23:54, 7 August 2024 David talk contribs uploaded File:2024 garden3.jpg
- 23:53, 7 August 2024 David talk contribs created page File:2024 garden2.jpg
- 23:53, 7 August 2024 David talk contribs uploaded File:2024 garden2.jpg
- 23:53, 7 August 2024 David talk contribs created page File:2024 garden1.jpg
- 23:53, 7 August 2024 David talk contribs uploaded File:2024 garden1.jpg
- 23:51, 7 August 2024 David talk contribs created page File:Eveonline fighers summary.png
- 23:51, 7 August 2024 David talk contribs uploaded File:Eveonline fighers summary.png
- 18:23, 7 August 2024 David talk contribs created page Zsh Notes (Created page with " .zshrc going slow? perf it! .zshrc: <pre> zmodload zsh/zprof ... somestuff ... zprof </pre> I foudn that nvm was really bogging things down.")
- 14:24, 24 July 2024 David talk contribs created page Machine Learning/Dynamic Time Warping (Created page with " sample script: <pre> import numpy as np import mlpy # Example sequences sequence1 = np.array([1, 3, 4, 9, 8, 2, 1]) sequence2 = np.array([1, 2, 4, 7, 8, 2, 1]) sequence3 = np.array([1, 2, 4, 7, 8, 2, 5]) # Compute DTW distances between sequences dist12, cost12, path12 = mlpy.dtw_std(sequence1, sequence2, dist_only=False) dist13, cost13, path13 = mlpy.dtw_std(sequence1, sequence3, dist_only=False) print("DTW distance between sequence1 and sequence2:", dist12) print("...")
- 20:15, 21 July 2024 David talk contribs created page Our Bob who art in Nullsec (Created page with " Our Bob who art in Nullsec,<br> Hallowed be your name,<br> Your wormhole come,<br> Your static be done,<br> In k space as it in in j space.<br> Give us today our daily kills<br> Forgive us our ganks,<br> as we forgive those who gank against us.<br> Lead us not into high sec,<br> But deliver us from concord<br> For thine is the CPU, the powergrid,<br> and the calibration,<br> from now until downtime<br> Amen <br>")
- 19:51, 22 May 2024 David talk contribs created page Jekyll Notes (Created page with " reference: https://stackoverflow.com/questions/39381360/how-do-i-install-ruby-gems-on-mac <pre> brew update brew install ruby # If you use bash echo 'export PATH=/usr/local/Cellar/ruby/2.4.1_1/bin:$PATH' >> ~/.bash_profile # If you use ZSH: echo 'export PATH=/usr/local/Cellar/ruby/2.4.1_1/bin:$PATH' >> ~/.zprofile However, I suggest using an Environment Manager for Ruby. You have rbenv and RVM. IMO go for rbenv: brew install rbenv ruby-build # bash echo 'export...")
- 01:35, 4 May 2024 David talk contribs created page Category:Corporate (Created page with "where I've been.")
- 01:34, 4 May 2024 David talk contribs created page Tripstack Values (Created page with " Tripstack ( ETG ) Values ;Playing to Win We aspire to be the best in the world at what we do while enjoying the ride. We know we can be #1 in the industry. Our ambition motivates us to improve ourselves continuously, and we are ready to walk the extra mile. In this exciting ride, we are here to make an impact in our customers’, partners’, and our own lives while having fun doing it. ;Sense of Urgency to be Excellent We act swiftly and strive for excellence det...")
- 01:32, 4 May 2024 David talk contribs created page Category:Business (Created page with "The Bizznaz")
- 01:24, 4 May 2024 David talk contribs created page Category:Garden (Created page with "That dirt")
- 05:04, 23 March 2024 David talk contribs created page Kubernetes/k8s2d2.py - Diagram with python and D2 (Created page with " This python script will read your kubernetes and write a D2 file from which you can make a diagram. So far: service -> deployment -> hpa Missing: sts, cron, ingress, gateway, configmaps, secrets, mounts, pvc. <pre> #!/usr/bin/env python3 from kubernetes import client, config import argparse import pprint from py_d2.connection import D2Connection, D2Diagram, D2Shape pp = pprint.PrettyPrinter(indent=4) config.load_kube_config() parser = argparse.ArgumentParser() pa...")
- 20:04, 16 March 2024 David talk contribs created page Catalyst - Shooty (Created page with "<pre> [Catalyst, shooty] Magnetic Field Stabilizer II Micro Auxiliary Power Core I Damage Control II 5MN Microwarpdrive I Medium Shield Extender II 150mm Prototype Gauss Gun 150mm Prototype Gauss Gun 150mm Prototype Gauss Gun 150mm Prototype Gauss Gun 150mm Prototype Gauss Gun 150mm Prototype Gauss Gun Small Processor Overclocking Unit I Small Core Defense Field Extender I Antimatter Charge S x2760 </pre>")
- 20:01, 16 March 2024 David talk contribs created page Coercer Beam Long Point Active (Created page with " <pre> [Coercer, beam_long point] Small Ancillary Armor Repairer Compact Multispectrum Energized Membrane Nanofiber Internal Structure II 5MN Quad LiF Restrained Microwarpdrive J5 Enduring Warp Disruptor Small Focused Beam Laser II Small Focused Beam Laser II Small Focused Beam Laser II Small Focused Beam Laser II Small Focused Beam Laser II Small Focused Beam Laser II Small Focused Beam Laser II Small Focused Beam Laser II Small Ancillary Current Router I Small Poly...")
- 15:30, 9 February 2024 David talk contribs created page On software development (Created page with " start with the end in mind. make a list of the things you want it to do. if you come across things you want to do , but not now, put it into a todo list at the bottom of your README.")
- 06:04, 1 February 2024 David talk contribs created page File:Image.png
- 06:04, 1 February 2024 David talk contribs uploaded File:Image.png
- 05:09, 31 January 2024 David talk contribs created page 1/72 OV-10 Bronco (Created page with " == Notes == good data in navair0160gcb22airframeov10aocr.pdf * page 125 - for markings")
- 03:15, 21 January 2024 David talk contribs created page Prince (Created page with "I'm a fan. Also I found this that I like and can dig. From [https://www.youtube.com/@makeartnotcontent Make art not content] I have some notes from "The Creativity Of Prince" https://www.youtube.com/watch?v=ECGcTM_gk4s 4 line items to be as prolific as him: 1. Work fast. Don't wait don't hesitate, just make stuff. 2. Become a finisher. Get to the end of your projects. Get to done. don't be afraid to add and add, and then pare away what doesn't 3. Stop trying to b...")
- 18:41, 20 January 2024 David talk contribs created page Ricotta (Created page with "I took a class. Here are my notes: == Things you will need == * Temperature Controlled electric hot plate == Notes == The cheese they used was from, [https://monforteonline.ca/ Monforte dairy in Stratford]")
- 05:04, 18 January 2024 David talk contribs created page Sehen, Entscheiden, Angreifen, Abdrehen (Created page with " German: : Sehen, Entscheiden, Angreifen, Abdrehen English: : See, decide, attack, turn away Alternate: : Sehen Entscheiden Angreifen Umkehren : See Decide Attack Reverse doctrine of german fighter pilots. also see * [Basic fighter maneuvers https://en.wikipedia.org/wiki/Basic_fighter_maneuvers] * [Boom and Zoom https://wiki.warthunder.com/Boom_%26_Zoom]")
- 21:44, 31 December 2023 David talk contribs created page Japanese Style Originator (Created page with " https://www.reddit.com/r/NHKWorldFans/comments/mtax3c/comment/gvmxxsv/?utm_source=share&utm_medium=web2x&context=3")
- 16:51, 8 October 2023 David talk contribs created page Circuits (Redirected page to Category:Electronics) Tag: New redirect
- 16:50, 8 October 2023 David talk contribs created page Circuit (Redirected page to Category:Category name) Tag: New redirect
- 02:42, 6 October 2023 David talk contribs created page Freecodecamp GPT from scratch (Created page with " reference: https://www.youtube.com/watch?v=UU1WVnMk4E8&t=307s <pre> cd cd work mkdir fcc-gpt-course cd fcc-gpt-course python -m venv cuda cuda/bin/activate pip install matplotlib numpy pylzma ipykernel jupyter pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 python -c "import torch; print(torch.rand(2,3).cuda())" </pre>")
- 03:18, 26 September 2023 David talk contribs created page Our Disgusting PM (Created page with " ;@JustinTrudeau : Let me make one thing very clear: Transphobia, homophobia, and biphobia have no place in this country. : We strongly condemn this hate and its manifestations, and we stand united in support of 2SLGBTQI+ : Canadians across the country you are valid and you are valued. 18:53 20 Sept 18.1M Views' ;Ursula Comardi : So this is our disgusting PM calling the parents who protested for their children homophobic, transphobic and biphobia!! 😠 : Really Justi...")
- 23:28, 23 September 2023 David talk contribs created page Esp32c3-liquidcrystaldisplay-powermeter.ino (Created page with "<pre> /* LiquidCrystal Library - Hello World Demonstrates the use a 16x2 LCD display. The LiquidCrystal library works with all LCD displays that are compatible with the Hitachi HD44780 driver. There are many of them out there, and you can usually tell them by the 16-pin interface. This sketch prints "Hello World!" to the LCD and shows the time. The circuit: * LCD RS pin to digital pin 12 * LCD Enable pin to digital pin 11 * LCD D4 pin to digital pin 5 *...")
- 20:23, 23 September 2023 David talk contribs created page Esp idf projects (Created page with "I was having trouble "doing" arduino on an ESP32 C3 Dev board. So I went to the vendor and asked: how do? https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html the code is here: https://github.com/espressif/esp-idf including examples and support for all their chips. I learned some stuff. == For every example project == . $HOME/esp/esp-idf/export.sh alias get_idf='. $HOME/esp/esp-idf/export.sh'")
- 00:08, 20 September 2023 David talk contribs created page GRPC Test App - Bookstore (Created page with "<pre> #!/bin/bash curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null apt-get install -y docker tree mlocate vim lsof net-tools sudo apt install apt-transport-https ca-...")
- 15:50, 14 September 2023 David talk contribs created page Concourse Notes (Created page with "== cool resources == <pre> - name: registry-image type: registry-image source: repository: concourse/registry-image-resource tag: "1.6.0" username: teamsre password: ((dockerhub.token)) - name: helm type: registry-image source: repository: typositoire/concourse-helm3-resource tag: v1.24.2 username: teamsre password: ((dockerhub.token)) - name: bitbucket-build-status type: registry-image sour...")
- 02:34, 6 September 2023 David talk contribs created page Esp32/ESP32-C3 (revision v0.3) flash output example (Created page with "<pre> Sketch uses 237016 bytes (7%) of program storage space. Maximum is 3145728 bytes. Global variables use 13636 bytes (4%) of dynamic memory, leaving 314044 bytes for local variables. Maximum is 327680 bytes. esptool.py v4.5.1 Serial port COM10 Connecting.... Chip is ESP32-C3 (revision v0.3) Features: WiFi, BLE Crystal is 40MHz MAC: 58:cf:79:e3:1d:d8 Uploading stub... Running stub... Stub running... Configuring flash size... Erasing flash (this may take a while)... Ch...")
- 21:53, 4 September 2023 David talk contribs created page File:Esp32-c3-devkitm-1-v1-pinout.png
- 21:53, 4 September 2023 David talk contribs uploaded File:Esp32-c3-devkitm-1-v1-pinout.png
- 03:19, 9 August 2023 David talk contribs created page Health Science Startups Toronto (Created page with " {| class="wikitable" ! Startup !! Description !! Founded !! Funding |- | BenchSci || Uses AI to empower scientists to run more successful experiments to accelerate drug discovery || 2012 || Over $45 million |- | ACTO || An omnichannel education platform for life sciences companies || 2014 || Over $11 million |- | Nanology Labs || A pharmaceutical company that harnesses advanced nanotechnology to detect and treat cancers at the early stages || 2016 || Over $3 million |-...")
- 22:07, 8 August 2023 David talk contribs created page 3d printing (Created page with "== intro == I wanna do this. Imma prolly go with a those inverted resin uv printers. 4k or better. manufacturers? * elegoo? * anycube? == ideas == * soap moulds * mould for pouring metal. - negative moulds. * brackets for dollar store solar panels. == calibration == amerilabs town test https://ameralabs.com/blog/town-calibration-part/")
- 16:59, 1 August 2023 David talk contribs created page Category:Corporate Culture (Created page with "On living in an organism that masquerades as a person.")
- 16:46, 1 August 2023 David talk contribs created page On Spin (Created page with "Do execs realize that when folk _know_ they are getting a "spun" answer it erodes respect? Conversely clear answers earn respect. One might wonder why do they do it if it leads to a bad outcome? Because the direct answer would lead to a worse outcome? Example: Staff: Can we get a copy of the report that came out of the staff survey from last month? Spin: "That report went to senior leadership", "It had very little data in it". "It's not important to you." Clear: No....")