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).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 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....")
  • 17:23, 31 July 2023 David talk contribs created page Reporting, Paperwork, and Busy-work (Created page with " Often Learship / Management wants staff to "report" data. Surveys, timesheets, self assessments. For staff that can feel lke busy work, or boring paperwork. So had this idea of an agrement between staff and management: If you want me to do some data entry / reporting / survey then I want something in return. If I give you the data so that you can make a report, then the agreement would be that you _share_ that report back to the staff that entered it. It seems only...")
  • 01:56, 27 June 2023 David talk contribs created page Logi Skirm Loki (Created page with "<pre> [Loki, magena1's Loki] Co-Processor II Damage Control II Power Diagnostic System II Power Diagnostic System II Power Diagnostic System II 100MN Y-S8 Compact Afterburner Dread Guristas Large Shield Booster Multispectrum Shield Hardener II Multispectrum Shield Hardener II Republic Fleet Large Cap Battery Pithum C-Type Medium Remote Shield Booster Pithum C-Type Medium Remote Shield Booster Pithum C-Type Medium Remote Shield Booster Pithum C-Type Medium Remote Shield...")
  • 23:58, 9 June 2023 David talk contribs created page Duplicate Finder Script (Created page with " finder.py <pre> #!/usr/bin/env python3 import os import hashlib def get_file_checksum(filename): """ Returns the SHA-256 hash of the contents of a file """ sha256 = hashlib.sha256() with open(filename, 'rb') as f: while True: data = f.read(1024) if not data: print("x", end = '') break sha256.update(data) print("!", end = '') return sha256.hexdigest() def fi...")
  • 03:43, 29 May 2023 David talk contribs created page Tomcat 4.0.3 Notes (Created page with "installs: rpm -i ant-1.4.1-4.noarch.rpm rpm -i regexp-1.2-1.noarch.rpm rpm -i servletapi4-4.0.3-1.noarch.rpm rpm -i tomcat4-4.0.3-1.noarch.rpm rpm -i tomcat4-webapps-4.0.3-1.noarch.rpm got http://download.sourceforge.net/junit/junit3.7.zip unzipped , dropped: "junit.jar" in /usr/share/java/ cd /usr/include/ ln -s /usr/local/apapche/include apache cp /usr/local/apache/libexec/mod_jk.so /usr/local/apache/libexec/mod_jk.so.3.x edit /usr/local/apache/conf/httpd....")
  • 21:06, 9 May 2023 David talk contribs created page ESP32 Wi-Fi Signal Strength (Created page with " refernce / source: https://randomnerdtutorials.com/esp32-cam-connect-external-antenna/ <pre> #include "WiFi.h" const char* ssid = "REPLACE_WITH_YOUR_SSID"; const char* password = "REPLACE_WITH_YOUR_PASSWORD"; void setup(){ Serial.begin(115200); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi connected."); delay(100); } void loop(){ Serial.print...")
  • 04:42, 8 May 2023 David talk contribs created page Gemmology toronto (Created page with " ; Canadian Gemmological Association : https://canadiangemmological.com/education/professional-gemmology-program-2/ ; George Brown Program: : https://www.georgebrown.ca/programs/gemmology-program-f105 ; George brown course : gem settings : https://coned.georgebrown.ca/courses-and-programs/gem-setting")
  • 23:47, 7 May 2023 David talk contribs created page File:Wrl-18036-pinout.jpg
  • 23:47, 7 May 2023 David talk contribs uploaded File:Wrl-18036-pinout.jpg
  • 15:45, 29 April 2023 David talk contribs created page Gen Z Terms (Created page with "as per my eve alliance ( DWH ) 1. "Lit" - A word used to describe something that is exciting or amazing. 2. "Lowkey" - A word used to describe something that is not well-known or not talked about often. 3. "Highkey" - A word used to describe something that is very well-known or talked about often. 4. "I can't even" - A phrase used to express disbelief or shock. 5. "Yeet" - A word used to express excitement or enthusiasm. 6. "Stan" - A word used to describe someon...")
  • 03:28, 11 April 2023 David talk contribs created page Weatherstation/Weather Station April 2023 (Created page with "<pre> #include <Wire.h> #include <SPI.h> #include <Adafruit_Sensor.h> #include "Adafruit_BME680.h" #include <WiFi.h> #include <ESPmDNS.h> #include "wifi_secrets.h" #define HOSTNAME "weatherstation3" #define SEALEVELPRESSURE_HPA (1013.25) #define I2C_SDA 0 #define I2C_SCL 1 char ssid[] = SECRET_SSID; char password[] = SECRET_PASS; String hostname = HOSTNAME; String mylocalip ; String mymacaddr ; WiFiServer server(80); // Variable to store the HTTP request String...")
  • 00:59, 4 April 2023 David talk contribs created page File:Temperaturedata.png
  • 00:59, 4 April 2023 David talk contribs uploaded File:Temperaturedata.png
  • 13:22, 3 April 2023 David talk contribs created page Weatherstation/Weatherstation Talk (Created page with " == Slide 1 Who == ; Speaker David THornton I play a tech enthusiast on TV. : Sysadmin / Devops/ SRE / Scientist / Statitician / Breaker of things Weather stations == Slide 2 Idea == Idea: COllect data about "this old house". Temerature Humidity Also collect air pressure data to better understand various physiological resonses. Use linux, use IOT. == Slide 3 THe idea == Some sensors sprinkled around the house so I can make a "data picture" of the house. Learn...")
  • 05:11, 1 April 2023 David talk contribs moved page Weatherstation1 to Weatherstation/Weatherstation1
  • 05:10, 1 April 2023 David talk contribs created page Weatherstation/Weather Station March 2023 (Created page with " Features / improvements # MDNS for discovery of web service. # Moved Secrets to include file. # removed serial requirement, so it can run "headless" <pre> #include <Wire.h> #include <SPI.h> #include <Adafruit_Sensor.h> #include "Adafruit_BME680.h" #include <WiFi.h> #include <ESPmDNS.h> #include "wifi_secrets.h" #define HOSTNAME "weatherstation3" char ssid[] = SECRET_SSID; char password[] = SECRET_PASS; #define SEALEVELPRESSURE_HPA (1013.25) #define I2C_SDA 0...")
  • 01:19, 19 March 2023 David talk contribs created page Eve-online/Fitting/Catalyst (Created page with " == t2 longbow / mediumg shield no point == <pre> [Catalyst, t2longbow] Magnetic Field Stabilizer II Magnetic Field Stabilizer II Co-Processor I Medium Shield Extender II 5MN Y-T8 Compact Microwarpdrive 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II 150mm Railgun II Small Hyperspatial Velocity Optimizer I Small Ancillary Current Router I Small Polycarbon Engine Housing I Caldari Navy Iridium Charge S x240 </pre>")
  • 05:04, 9 March 2023 David talk contribs created page Orbitofrontal Christmas Poem (Created page with "Orbitofrontal Christmas Poem 'Twas the night before finals, when all through my brain all the neurons were stirring and firing again. The cerebellum was hung by the pons with such care, in hopes that basal ganglia soon would be there. The colliculi were nestled all snug in their tectum, while visions of hippocampi danced with tegmentum. The lobes in the cortex, serotonin in their lap, were settling my brain for a long winter's nap. When out of the hypothalamus there...")
  • 03:58, 8 March 2023 David talk contribs created page Bank's faith in Linux pays dividends (Created page with "Bank's faith in Linux pays dividends By Liesbeth Evers [24-04-2002] Credit Suisse replaces Unix with Linux on mission-critical financial system Financial giant Credit Suisse First Boston has increased system performance twenty-fold by moving its mission critical application infrastructure from Risc-Unix to a Lintel environment. While incumbents continue to dismiss Linux as unfit for serious enterprise applications, the bank has proved the opposite by trusting its glob...")
  • 02:00, 8 March 2023 David talk contribs created page How to make an FM wireless BUG (Created page with " This handy little device can be used for two purposes. The first is a FM bug, which transmits on the FM frequency, thus making it extremely easy to pick up. The second is a FM station blocker (which can be really fun if you are pissed at someone who just happens to be listening to the radio. In this case, you can do 1 (or both) of these: A) announce through the bug (on their station) that Fred (whoever is listening) has just won 1 years supply of orthopedic shoe pads, o...")
  • 05:42, 6 March 2023 David talk contribs created page Linux in Banks (Created page with "A director once told me that the banks would never use linux. Here are my notes from that. ( all pretty much dead, but I challenge you do see wherethis stuff went to. ) http://www.people.hbs.edu/delfenbein/ Ownership and control rights in Internet portal alliances, 1995-1999 http://www.people.hbs.edu/delfenbein/PortalDeals1.pdf Explaining the Recent Wave of Total IT Outsourcing by Global Banks http://www.people.hbs.edu/delfenbein/Larkin11192003.doc http://www.peo...")
  • 16:06, 28 February 2023 David talk contribs created page Terraform Defaults and Local (Created page with " Now you tfvars file can have only defaults for larger groups of vars. <pre> variable "liveness_default" { type = map default = { health_threshold = 1 interval = 5 logging = true path = "/health" timeout = 1 unhealth_threshold = 2 } } variable "liveness" { type = map default = {} } locals { liveness = merge(var.liveness_default, var.liveness) } resource google_liveness_thing...")
  • 18:54, 26 February 2023 David talk contribs created page Htttest.sh (Created page with "smash apache with ab. <pre> #!/bin/sh # this test the performance of apache alone based on various concurrency levels. #URL="http://66.46.148.83/" COUNT="10000" AB="/usr/local/apache/bin/ab" CONCURS="300" PID=$$ #CONCURS="100 200 300 400 500 600 700 800 900 1000" # sample size N=10 for i in `seq 1 $N` do for CONCUR in $CONCURS do echo Processing run $i CONCUR $CONCUR echo $AB -n $COUNT -c $CONCUR $URL...")
  • 18:41, 26 February 2023 David talk contribs created page Showsize (Created page with "a c program to tell you what the size of data types are: showsize.c <pre> #include <sys/types.h> #include <stdio.h> int main(void) { printf("In bits:\n"); printf("%d <-unsigned long\n", sizeof(unsigned long)*8); mul8 to get it in bits: printf("%d <-unsigned long\n", sizeof(unsigned long)); mul8 to get it in bits: printf("%d <-long long\n", sizeof(long long)*8); mul8 to get it in bits: printf("%d <-int\n",...")
  • 18:37, 26 February 2023 David talk contribs created page Test http pl (Created page with " test_http.pl <pre> #!/usr/bin/perl -w # $Author: staradm $ # $Date: 2006/03/28 14:07:00 $ # $Id: test_http.pl,v 1.3 2006/03/28 14:07:00 staradm Exp $ # $Name: $ # $Revision: 1.3 $ # $State: Exp $ use strict; require HTTP::Request; require LWP::UserAgent; my $ua = LWP::UserAgent->new; $ua->credentials( '192.168.1.30:443', 'Restricted Files', 'staradm' => 'XXX' ); my ( $sec, $min, $hour, $day, $month, $year ) = ( localtime ) [ 0, 1, 2, 3, 4, 5 ]; # my...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)