diff --git a/notesToIngestIntoDendron/CIO-RDIT-PickNPlace b/notesToIngestIntoDendron/CIO-RDIT-PickNPlace deleted file mode 100644 index 65b4ca9..0000000 --- a/notesToIngestIntoDendron/CIO-RDIT-PickNPlace +++ /dev/null @@ -1,11 +0,0 @@ -# RdIT: PCB Assembly/rework workflow - -## Pick N Place Machine - -- -- -- -- -- - -Some combination of the above is arriving (currently projected) in March 2022 from a kickstarter campaign. \ No newline at end of file diff --git a/notesToIngestIntoDendron/DiscordMove.txt b/notesToIngestIntoDendron/DiscordMove.txt deleted file mode 100644 index 3b5956e..0000000 --- a/notesToIngestIntoDendron/DiscordMove.txt +++ /dev/null @@ -1,54 +0,0 @@ -################################# - -Outreach capture - - -https://www.reddit.com/r/sysadminjobs/comments/p51mu1/pre_revenue_bootstrap_flo_startup_coop_seeking/?utm_source=share&utm_medium=ios_app&utm_name=iossmf - - - -## Locate and move to Nextcloud: - -https://git.turnsys.com/TSG/PitchDeck/src/branch/master/SbirPitch -https://git.turnsys.com/TSG/PitchDeck/src/branch/master/RFIResponse-W56KGY-18-R-AISR.pdf -https://git.turnsys.com/TSG/PitchDeck/src/branch/master/SBIR-STTR%20Submitted%20Project%20Pitch.pdf - - -https://arstechnica.com/information-technology/2021/08/excerpt-the-history-of-android-as-written-by-a-longtime-android-developer/ -https://www.cnx-software.com/2022/02/21/low-power-satellite-iot-soc-works-with-totums-low-earth-orbit-leo-network/ -https://newsletter.spacedotbiz.com/p/starship-really-going-revolutionize-launch-costs - - -################################# - - -################################# - -Subo devlog capture - -https://www.openfoam.com/ -https://www.google.com/search?q=open+source+wind+tunnel+&rlz=1CDGOYI_enUS945US945&hl=en-US&sourceid=chrome-mobile&ie=UTF-8 -https://sourceforge.net/directory/science-engineering/mechcivileng/ -https://github.com/jetsonhacks/installGrinch - -https://github.com/TomasTT7/Heat_Sealer -https://github.com/TomasTT7/Pre-Stretching_Rig -https://github.com/TomasTT7/SuperpressureBalloonsNotebook -http://tt7hab.blogspot.com/2017/04/the-superpressure-balloons.html -http://flatcam.org/ - -https://connectivity-staging.s3.us-east-2.amazonaws.com/s3fs-public/2019-03/Pre-Scan-White-Paper-v1_0.pdf -https://erainstruments.com/ -http://eor.berkeley.edu/wp-content/uploads/2011/09/p004.rbradley.pdf - -https://www.instructables.com/Thermal-test-chamber-for-edge-of-space-testing.-D/ - - -https://github.com/osqzss/gps-sdr-sim - -https://cpham.perso.univ-pau.fr/LORA/RPIgateway.html - - - -https://github.com/INTI-CMNB/kicad_auto - diff --git a/notesToIngestIntoDendron/DiscourseMove.md b/notesToIngestIntoDendron/DiscourseMove.md deleted file mode 100644 index e9cd857..0000000 --- a/notesToIngestIntoDendron/DiscourseMove.md +++ /dev/null @@ -1,316 +0,0 @@ -- [Discourse-Mov e](#discourse-mov-e) - - [Target : Handbook CIO](#target--handbook-cio) - - [Camera](#camera) - - [SSH to systems](#ssh-to-systems) - - [SSH config snippet](#ssh-config-snippet) - - [access tester script](#access-tester-script) - - [Factory as Product](#factory-as-product) - - [Supporting infrastructure](#supporting-infrastructure) - - [Inventory](#inventory) - - [Component Inventory](#component-inventory) - - [Tool Inventory](#tool-inventory) - - [Equipment Inventory](#equipment-inventory) - - [Bench top Equipment List](#bench-top-equipment-list) - - [Target: KNEL Discourse](#target-knel-discourse) - - [Target: Nextcloud](#target-nextcloud) - - [Target : Handbook CTO](#target--handbook-cto) - - [Avionics Mock up](#avionics-mock-up) - - [Avionics Test bed](#avionics-test-bed) - -# Discourse-Mov e - - -## Target : Handbook CIO - -### Camera - -(screen cap of the stream) - -admin/subodev -click server push mode - -you’ll have access to the live lab cam. this is useful for working on hardware remotely when you need to checkout antenna movement, parafoil movement etc - -it’s also infrared, so works in the dark (i keep a few constant low light sources going in the garage as required by code) - -plus the camera has infrared led that auto activate/de-activate with light off/on - -### SSH to systems - -If you are working on suborbital development for tsys, this article contains all the access particulars. - -## SSH config snippet - -``` -####################################################################################################### -#Development systems - Suborbital Systems/MeetMorse -####################################################################################################### - -####################################################################################################### -#raspberry pi units for groundstation/avionics test/etc -####################################################################################################### - -Host subopi1 - Hostname 10.251.10.4 - User pi - -Host subopi2 - Hostname 10.251.10.5 - User pi - -Host subopi3 - Hostname 10.251.10.6 - User pi - -Host subopi4 - Hostname 10.251.10.7 - User pi - - -Host subopi5 - Hostname 10.251.10.8 - User pi - - -Host subopi6 - Hostname 10.251.10.9 - User pi - - -####################################################################################################### -#support systems for lab equipment control, dev/qa/prod infra -####################################################################################################### - -Host subobench - Hostname 10.251.10.3 - User pi - -Host subodev - Hostname 10.251.10.240 - User subodev -Host suboqa - Hostname 10.251.10.241 - User subodev - -Host suboprod - Hostname 10.251.10.242 - User subodev - -Host buildbox - User localuser - Hostname 10.251.30.82 - -``` - -## access tester script - -``` -#!/bin/bash - -IFS=$'\n\t' - -suboNodeList=( -"subopi1" #MorsePod m6 -"subopi2" #seeduino lora gateway hat -"subopi3" # no hat -"subopi4" #dragino hat -"subopi5" #pi sense hat -"subopi6" #pi sense hat -"subodev" #develop workloads -"suboqa" #test workloads -"suboprod" #run actual workloads here -"buildbox" #build all the things -"subobench" #benchtop computer -) - -for suboNode in ${suboNodeList[@]}; do - #COMMAND="$(ssh $suboNode md5sum .ssh/authorized_keys)" - #echo "Testing ssh authorized_keys on $suboNode" $COMMAND - #COMMAND="$(ssh $suboNode date )" - #echo "Testing on $suboNode" $COMMAND - COMMAND="$(ssh $suboNode uptime)" - echo "Testing load on $suboNode" $COMMAND -done - -``` - -### Factory as Product - -In the spirit of : - -1) reproducibility -2) factory as product - -We are documenting the TSYS shop/lab in detail, so that others can build out a lab. We hope this document becomes the premier internet "one stop shop" resource for lab builders . It took us quite a bit of time/experimenting/reading/working on projects to figure out what was needed. We have documented the results of all that here, to save you the effort! - -Below please find the individual articles on various sub module topics that we've written. - - -#### Supporting infrastructure - -* https://community.turnsys.com/t/tsys-electronics-lab-supporting-infrastructure/155 (was just an outline, deleted the topic and will re-create from scratch in handbook) - -#### Inventory - - -##### Component Inventory - -TODO - -* https://community.turnsys.com/t/tsys-electronics-lab-component-inventory/156/2 - -Ah yes.... this is probably the most controversial topic in our lab series. What components to stock. The short answer: depends on what you are doing. However many projects need common items. So we will only include things we consider essential for a wide majority of projects. We will do separate posts in a separate series for anything suborbtial prototype/production specific. - -(link to nextcloud hosted spreadsheet here) - - -##### Tool Inventory - -TODO Add pics of all the drawers - - -Inputs we used to build the list: - -* https://predictabledesigns.com/electronic-lab-setup-tools-and-equipment-requirements/ -* https://www.engineersgarage.com/tutorials/articles-beginners-guide-to-setup-electronics-lab/ -* https://www.instructables.com/Electronics-Workbench-Equipment-List/ -* https://www.jaysonjc.com/diy/how-to-set-up-an-electronics-labworkshop-at-home.html - -and just a general google of "electronics workbench setup" "electronics lab build" etc. - -Our list contains everything in common between the above lists, as well as the unique items from each list, and a few additional items we've found to be useful. - -This is a wiki post, and will be updated by everyone as we go forward. Since I did the initial build, I am doing initial documentation. - -* Fire Suppression : https://www.firstalert.com/fire-extinguishers/ez-fire-spray/ -* PCB vise: https://www.panavise.com/index.html?pageID=1&page=full&--eqskudatarq=503 -* Hand Tool Storage (see next section for documentation of contents) - - -from bottom drawer to top drawer (with toolbox last) (we consider the drawers/toolbox a single unit) (see next section for the links to the drawers/toolbox containers we use) - -Optics Drawer: - -* Handheld standard magnifying glass -* Headband LED magnifier: https://www.jensentools.com/eclipse-proskit-ma-016-headband-led-magnifier/p/711in016 - -Screwdriver Drawer: - -* Precision screwdriver set: https://www.geekbuying.com/item/JVMAC-2408A-16-in-1-Toolset-Screwdriver-Repair-Tools-Kit-Set-For-Mobile-Phone-Electronics-366037.html -* Misc screwdrivers (jewelers set, pen multi tip screwdrivers) - -Cut / File / Strip Drawer: - -* Hand file set: https://www.homedepot.com/p/Husky-Multi-Purpose-File-Set-10-Piece-H10PCFS/206313272 -* Utility Shears: https://www.harborfreight.com/6-inch-utility-shears-67145.html -* Hole Punch Set: https://www.walmart.com/ip/Hyper-Tough-Ht-6pc-Pin-Punch-Set/17325866 -* Wire Strippers: https://www.walmart.com/ip/Hyper-Tough-6-Inch-Wire-Stripper-with-Non-Slip-Grips/296832054 - -Precision Tools Drawer: - -* Precision Knife Set: https://www.harborfreight.com/56-piece-precision-knife-set-36410.html -* non esd tweezers: https://www.harborfreight.com/6-pc-fine-point-tweezer-set-93598.html?_br_psugg_q=tweezers - -* esd safe tweezers: -https://www.adafruit.com/product/421 -https://www.adafruit.com/product/422 -https://www.ifixit.com/Store/Tools/Precision-Tweezers-Set/IF145-060?o=3 - -* Flush cutters: https://www.altex.com/xuron-micro-shear-flush-cutter-with-lead-retaining-clip - -Measuring Drawer - -* Tape Measure: https://www.walmart.com/ip/Hyper-Tough-12-Foot-Tape-Measure-with-Large-Markings/792496412 -* Level: https://www.walmart.com/ip/Hyper-Tough-9-Inch-Level-with-90-Degree-Quick-Check/624249115 - -Soldering Drawer - -* Solder: https://www.altex.com/mg-chemicals-4900-18g-21-gauge-lead-free-solder-pocket-pack -* Soldering Flux: https://www.altex.com/caig-rosin-soldering-flux -* Liquid Soldering Flux: https://www.altex.com/gc-liquid-solder-flux-2-oz. -* No clean flux paste: https://www.altex.com/m.g.-chemicals-no-clean-flux-paste-10ml -* Paste Flux: https://www.altex.com/qualitek-paste-flux-2-oz. -* Hakko 599B : https://www.hakko.com/english/products/hakko_599b.html -* Digital Calipers : (don’t remember where mine came from. Frys?. Available from many retailers). - - -Prototyping Drawer - -* Breadboards: https://www.amazon.com/gp/product/B07DL13RZH/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1 -* SOIC Clip: https://www.amazon.com/CPT-063-Test-Clip-SOIC8-Pomona/dp/B00HHH65T4/ref=sr_1_3?dchild=1&keywords=soic+clip&qid=1612814963&sr=8-3 -* BS1 Serial Adapter: http://www.efx-tek.com/topics/bs1-sa.html - -Test Leads/ESD (some moved to Craftsman toolbox for space reasons) - -* Anti ESD Mat / Strip : https://www.ifixit.com/Store/Tools/Portable-Anti-Static-Mat/IF145-202 -* Multi meter leads http://www.extech.com/products/TL831 -* Bitscope leads: http://my.bitscope.com/store/?p=list&a=list&i=cat+probe - -Toolbox (1,2,3) on shelving above bench - -* Screwdriver set: https://www.altex.com/eclipse-62-piece-security-bit-set -* Multi meter: https://www.harborfreight.com/11-function-digital-multimeter-with-audible-continuity-61593.html -* Screw Gun: https://www.harborfreight.com/48v-14-in-cordless-screwdriver-kit-56544.html -* Test Leads: https://www.harborfreight.com/18-inch-low-voltage-multi-colored-test-leads-66717.html -* Non contact voltage tester: https://www.harborfreight.com/non-contact-voltage-tester-63919.html?_br_psugg_q=voltage+tester -* Pliers set (stored to right of bench): https://www.harborfreight.com/pliers-set-with-comfort-grips-5-pc-64136.html (stored in : https://www.harborfreight.com/15-compartment-adjustable-plier-rack-56399.html) (a bit fiddly to adjust, have to sweet talk it a bit) -* Hook/pick set: https://www.walmart.com/ip/Hyper-Tough-4-Piece-Hook-and-Pick-Set-with-Soft-Grip-Handles-9909/42350189 -* Rivet: https://www.walmart.com/ip/Hyper-Tough-9-5-inch-Rivet-Tool-with-40-Assorted-Rivets-TN12556J/812577370 -* Drill bits: https://www.homedepot.com/p/DEWALT-Black-and-Gold-Drill-Bit-Set-29-Piece-DWA1189/205952650 -* Wrenches: https://www.harborfreight.com/hand-tools/wrenches/12-piece-stubby-combination-wrench-set-97383.html - - Shelving to right of bench - -* Small Fridge (solder paste long term storage) : http://www.walmart.com/ip/Frigidaire-Portable-Retro-12-Can-Mini-Fridge-EFMIS462-Black/279103768 -* Personal Cooler (solder paste immediate/short term use): http://www.walmart.com/ip/Personal-Chiller-Mini-Fridge-Small-Space-Cooler-Black-K4105MTBK/641746796 -* Lab Power Supplies (couple of high volt/amp donor wall warts, and multiple RocketFish AC/DC with tips) - -Closet storage - -* Storage Bags: Plastic (scavenged) -* Storage Bags: (scavenged) - -Storage on wall/Containers - - -* Tool drawers: (container store, tracking down product link) - -* Shoebox Totes: - -* Component Storage Drawers (large): https://www.lowes.com/pd/CRAFTSMAN-Bin-System-9-Compartment-Plastic-Small-Parts-Organizer/1000578349 -* Component Storage Drawers (small): https://www.lowes.com/pd/CRAFTSMAN-Bin-System-30-Compartment-Plastic-Small-Parts-Organizer/1000578345 - - - -##### Equipment Inventory - -###### Bench top Equipment List - -* Small circulation fan (solder fume removal): (Standard USB 5v , available from many retailers) -* Large circulation fan (solder fume removal): (9v dc barrel jack or battery operated, I bought it at HomeDepot, cant find the product on the website now, of course I'm sure many retailers sell desktop fans) -* Rework / solder station: http://www.aoyue3d.com/en/pro/default.asp?id=52 -* Bitscope USB oscilliscope : https://www.bitscope.com/product/BS05/ -* Lumens Document Camera (great for looking at PCB on screen and doing documentation) : https://www.mylumens.com/en/Products_detail/41/DC172 -* Multimeter: https://www.cnx-software.com/2014/10/19/50-uni-t-ut61e-digital-multimeter-supports-data-logging-to-a-windows-computer/ and https://www.uni-trend.com/meters/ (take your pick for price/features) (we have the https://www.uni-trend.com/meters/html/product/NewProducts/UT61%20161%20Series/UT61E+.html ) -* Bus Pirate (jtag and other low level bit twiddling) : https://www.sparkfun.com/products/12942 -* USB microscope: https://www.adafruit.com/product/636 -* DC Power Supply: https://usa.banggood.com/KORAD-KA3005D-0~30V-0~5A-Precision-Adjustable-DC-Power-Supply-DC-Digital-Control-with-Test-Leads-p-944574.html?cur_warehouse=CN&ID=43101&rmmds=buy -* Desktop magnifying lamp: https://www.harborfreight.com/desktop-magnifying-lamp-60642.html -* Windows 8 PC , running various software packages (cheese, sigrok, openocd, etc etc ) Docs on bench top computer soon. TODO document the software load out - - - -## Target: KNEL Discourse - -### Target: Nextcloud - -## Target : Handbook CTO - -### Avionics Mock up - -TODO Pics/text - - -### Avionics Test bed - -TODO Pics/text \ No newline at end of file diff --git a/notesToIngestIntoDendron/OrgDesign20.txt b/notesToIngestIntoDendron/OrgDesign20.txt deleted file mode 100644 index 948e0bb..0000000 --- a/notesToIngestIntoDendron/OrgDesign20.txt +++ /dev/null @@ -1,41 +0,0 @@ - -Organizational Update: - - -Board Of Directors (putting board candidate book together Tuesday and will host an initial meeting very soon ) . - -Committes: - - -TSYS Wide C-suite: - - -Chief Fundraising Officer -Chief Investment Officer -Chief Marketing Officer -Chief Revenue Officer -Chief Commons Officer -Chief Technology / Product Officer -Chief Science Officer -Chief Research Officer -Chief Operations/Finance Officer -Chief Information Technolgy / Security Officer - -The C-Suite will be equal footing and will report to the board directly (into various BoD committees). - -No CEO. No central power broker. - -Each C exec will have a single VP reporting to them for day-to-day decision making and overseeing the 100% computerized middle management system (Redmine). - -The middle management system is fully public by the way: (with exception of ITAR restricted information, TS/SCI material, all things envelope as that's our trade secrets). - -https://projects.knownelement.com/projects?query_id=8 - -All company communications will happen via Discourse (and to a certain extent via Redmine in ticket discussions) - -https://community.knownelement.com/ - -I need to update the handbook: https://handbook.turnsys.com/ to reflect the new reality. - -We will do everything in the open. Stakeholders of every level can participate. We are not our customer. The more that we have community interaction on a constant basis at every level -of the organzation, the better. \ No newline at end of file diff --git a/notesToIngestIntoDendron/ScratchNotes.txt b/notesToIngestIntoDendron/ScratchNotes.txt deleted file mode 100644 index a3a8b81..0000000 --- a/notesToIngestIntoDendron/ScratchNotes.txt +++ /dev/null @@ -1,106 +0,0 @@ - - -# Charles Scratch notes - -Land here before perm capture to Dendron - - - -### Server room power expenses - - -outlet 1 (compute load) - -Uptime 30T02:15:42 -Total power consumed: 1458.674 kWh -Curent: 8amps - -AC load was 8 to 13 amps. I will be conservative in my estimate and say 8 amps sustained and same kwh (1458). - -1458 *2 = 2,916 kwh - - -Reliant per kwh cost: $0.090942/kWh , so let's call it 10c comes to 291.60 - -12 months at 291.60 is $3,499.20 - -I am going to round up to 300.00 per month for $3,600.00 - - - -``` - - -## att reverse dns - -prov-dns@att.com - -## brendan public key - -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHwZmYKM1NrlX4maWvvB53SQ5QqeZLc6aAvzcgGd7WRL brendan@tsys-work - - - -Central HVAC: Goodman GSZ130601AD - - - This app is set up to authenticate with the Cloudron User Directory. Cloudron users can login and use it immediately. - -This app is pre-setup with an admin account. The initial credentials are: - -Username: admin -Password: changeme123 -Email: admin@cloudron.local - -Please change the admin password and email immediately. - -Users from Cloudron have to be synced into Dolibarr manually by running sync-users.sh in a webterminal into the app, those can use Dolibarr but the pre-setup admin account has to be used to delegate rights to those users. -Please see the Dolibarr documentation for helpful information and common topics on this app. If you need further help, refer to Cloudron's Dolibarr forum section. - -Missing Parts List For Ballon Manufacturing Prototype - -########## -BOM review conducted 1/15/2022 - -########## Vaccum chamber - -* Qty 1: Diode 1 amp - -########## Heat Sealer - -Check Stock and/or order/review: - -12 2 Yageo MFR-25FBF52-100K Digikey 100KXBK-ND (100K) RES 100K OHM 1/4W 5% AXIAL $0.10 https://www.digikey.com/en/products/detail/yageo/MFR-25FBF52-100K/13473?s=N4IgTCBcDaIIwAYEGkAaAhZBaAcgERAF0BfIA - - -15 1 Don’t buy yet ARCOL / Ohmite Mouser 284-HS15-8.0F HSC100 100W, Power resistor Wirewound Resistor - Chassis Mount 15W 8.0 OHM1% - -Needs review: -* 14 1 HVR2500006983FR500 Mouser 594-HVR2500006983FR5 (380K resistor) Metal Film Resistors - Through Hole 1/4watt 698Kohms 1% $0.27 https://www.mouser.com/ProductDetail/Vishay-BC-Components/HVR2500006983FR500?qs=7DG%2Fna1Fp6uaZGlKK2m6Cg%3D%3D&mgh=1&gclid=EAIaIQobChMI_7jH84n98AIVrD6tBh2qfgucEAQYAiABEgJ5svD_BwE - -Already delivered, however may be wrong item. - -14 https://www.digikey.com/en/products/detail/nte-electronics-inc/QW3360BR/11650180 - -# RSS Feeds - -https://www.sevarg.net/ - - -## CEO Todo - -https://www.aha.io/blog/vision-vs-strategy-vs-roadmap -https://online.hbs.edu/blog/post/what-is-value-chain-analysis -https://www.cio.com/article/3526687/an-introduction-to-wardley-value-chain-mapping.html -https://review.firstround.com/set-non-goals-and-build-a-product-strategy-stack-lessons-for-product-leaders -https://www.reforge.com/blog/set-better-goals-with-ncts-not-okrs -https://apps.dtic.mil/sti/pdfs/ADA589438.pdf -http://www.nwlink.com/~donclark/leader/LMCC.html -https://valeriefleonard.medium.com/what-is-organizational-capacity-and-why-should-you-care-e2b90255df52 -http://www.dodccrp.org/files/IC2J_v3n2_06_Alberts.pdf - - -Re-install to D drive - -go -Storyboarder diff --git a/notesToIngestIntoDendron/TheCharlesWybleShow.md b/notesToIngestIntoDendron/TheCharlesWybleShow.md deleted file mode 100644 index 37caa84..0000000 --- a/notesToIngestIntoDendron/TheCharlesWybleShow.md +++ /dev/null @@ -1,56 +0,0 @@ -- [The Charles Wyble Show](#the-charles-wyble-show) - - [early years](#early-years) - - [Tenant 1 - exclusive expert](#tenant-1----exclusive-expert) - - [the first time](#the-first-time) - - [the second time](#the-second-time) - - [the third time](#the-third-time) - - [Tenant 2 - Get comforable being right](#tenant-2----get-comforable-being-right) - - [Tenant 2 - OODA is all](#tenant-2----ooda-is-all) - -# The Charles Wyble Show - -## early years - -### Tenant 1 - exclusive expert - -#### the first time - -become an exclusive expert at something. it's key. - -from 14 to 18 years old i spent 10,000+ hours develping deep expertise in the micrsofot file formats. excel specfically. i am a co-author of the only comprehesive documentation outside -micrsoft. i was the very first person to request the formats after the consent decree. - - -9/11/2001 was the first day of my senior high school year - -less than a year later at 17 i was recruite by the department of defense to support global counter terrorism operations. - -why? i was the worlds expert on microsoft file formats (specifically excel). - -yes terrorists use excel. i supported sensitive site operations (SSE) pipelines that sourced, colated, processed, exploited intelligence -in country to support industrial scale, stovepope counter terrorism ops - - -#### the second time - -I .... "helped people do stuff". We will simply say "offensive cyber" , but you know before 2010. No , it's not on my linkedin. Only people who are glorified metasploit operators put "NSA Cyber Ops" on linkedin. Because that's not useufl OSINT for our enemies. I was there in the beginning and I was an early pioneer. - -#### the third time - -This little balloon project. It's nothing big and profesisonal like (insert co name here) #TODO , just some 30/40 somethings in a garage with a dream and a world -class leadership/founding engineering team drawn from our mid career rolodexes and relenteless pounding of the pavement. - -### Tenant 2 - Get comforable being right - -9 billion in capital spend for TWDC in 52 weeks -Thre people being my gatekeepers and nothing under 10 million in rev impact was worth my time - -I was 25 . It was scary and exhiliarting - -Critical path shot caller for million/billon revenue/capex make/break decisions my whole career -Took companies public. Lots of firing. -Make decisions quickly and own em. YOLO is real. Fime only moves forward - - - -### Tenant 2 - OODA is all \ No newline at end of file diff --git a/notesToIngestIntoDendron/TheCharlesWybleShow.pdf b/notesToIngestIntoDendron/TheCharlesWybleShow.pdf deleted file mode 100644 index a832484..0000000 Binary files a/notesToIngestIntoDendron/TheCharlesWybleShow.pdf and /dev/null differ diff --git a/notesToIngestIntoDendron/community-rules-notes.txt b/notesToIngestIntoDendron/community-rules-notes.txt deleted file mode 100644 index fa37f0d..0000000 --- a/notesToIngestIntoDendron/community-rules-notes.txt +++ /dev/null @@ -1,29 +0,0 @@ -Welcome to the channel! -Please agree to the rules by clicking the green checkbox. -You can view all the channels afterward. -Welcome aboard and glad to have you here! - -===Rules - Chat, share, help each other. We're all interconnected. - Ask or report about anything to a human janitor. - Nothing here is financial advice. Do your research and due diligence. - No hate, racism, or prejudices tolerated. This is a kickable offense. Please report to a human janitor. - No scammers, spammers, or bots tolerated. This is a bannable offense. Please report to a human janitor. - Don't interact with anyone asking you for your credentials. Janitors (moderators) will never ask you for your password. - Don't give access to your private keys, download anything, or control your computer. Janitors (moderators) will never ask you. - Watch out for giveaway, prize, or lottery scams. The Nydus channel does not have this. - -===Channels -#📌welcome - become a member by agreeing to rules. -#📌announcements - janitor messages about important happenings for the channel. -#📌new-content - releases of new content such as youtube videos, music, or platforms. ---- -#💬general - chat about cool stuff. -#💬defi - chat about cryptocurrency, dapps, dexes, etc. -#💬cefi - chat about ETFs, IRAs, 401k, banking, etc. -#💬refi - real estate hustles, shipping containers, international real estate. -#💬coding - chat about web development, blockchain, etc. -#💬jukebox - MEE6 can play music if you ask it nicely. ---- -#💬general voice - chat and share screens with friends. -#💬jukebox voice - listen to music and hang out. diff --git a/notesToIngestIntoDendron/core-pitch-prefund.txt b/notesToIngestIntoDendron/core-pitch-prefund.txt deleted file mode 100644 index 5f2e883..0000000 --- a/notesToIngestIntoDendron/core-pitch-prefund.txt +++ /dev/null @@ -1,22 +0,0 @@ -Seeking those who want to go on a grand adventure, help build the future we need. - -I’m Charles N Wyble, founder of The TSYS Group and CEO of RackRental.Net and Suborbital Systems Development Company. - -Do you want to connect the unconnected? Solve the digital divide? Bring internet to everyone for 5.00 a month per subscriber? - -Then join us! - -To be up front: We can't currently pay you. Hence we are posting in the volunteers section. - -We are open to offering membership in the LLC , or contracting with deferred payment contingent on funding . We are actively working on our capital raise. What we can offer you is unparalleled control/delegation of authority/responsibility in your operational area. Seeking those who wish to have an outsize impact and have the skills todo so and want to shine! Seeking those who want to build resumes, practice skills, build infrastructure, do things the right way from the beginning. - -We are hard at work getting our key IT/business systems deployed into production, and are preparing to scale up/out. - -Please visit our forum (which is our sole corporate information repository) at: https://community.turnsys.com/ - -And feel free to join our discord: https://discord.gg/BzbsWque - -We are a self funded, for profit LLC. Find more at : https://www.turnsys.com . - -Our global headquarters is located in the heart of central Texas, with directors/advisors/volunteers/LLC members all over the world . -We strive to actively cultivate and maintain a highly diverse , skilled, engaged set of LLC members and volunteers/associates. \ No newline at end of file diff --git a/notesToIngestIntoDendron/data-ownership-uuascMarch2010.odp b/notesToIngestIntoDendron/data-ownership-uuascMarch2010.odp deleted file mode 100644 index 0f37291..0000000 Binary files a/notesToIngestIntoDendron/data-ownership-uuascMarch2010.odp and /dev/null differ diff --git a/notesToIngestIntoDendron/data-ownership.odp b/notesToIngestIntoDendron/data-ownership.odp deleted file mode 100644 index 748f5d1..0000000 Binary files a/notesToIngestIntoDendron/data-ownership.odp and /dev/null differ diff --git a/notesToIngestIntoDendron/data-security-uuasc-Jan2011.odp b/notesToIngestIntoDendron/data-security-uuasc-Jan2011.odp deleted file mode 100644 index 2312d65..0000000 Binary files a/notesToIngestIntoDendron/data-security-uuasc-Jan2011.odp and /dev/null differ diff --git a/notesToIngestIntoDendron/slide-HFNOC.PDF b/notesToIngestIntoDendron/slide-HFNOC.PDF deleted file mode 100644 index 4d7e4e5..0000000 Binary files a/notesToIngestIntoDendron/slide-HFNOC.PDF and /dev/null differ diff --git a/notesToIngestIntoDendron/slide-Redwood1.PDF b/notesToIngestIntoDendron/slide-Redwood1.PDF deleted file mode 100644 index fffba45..0000000 Binary files a/notesToIngestIntoDendron/slide-Redwood1.PDF and /dev/null differ