Difference between revisions of "Scratchpad"

From Family History Book
 
(52 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<!-- This page is for transferring content between my OPi4 and my PC Wiki. Content will be erased quickly. -->
 
<!-- This page is for transferring content between my OPi4 and my PC Wiki. Content will be erased quickly. -->
  
==Friday, 25 November 2022==
+
[[Private|Back to Private]]
  
: I forgot to mention that while I was on my way to Florida I got a call from [https://devoted.com Devoted Health], wanting to set up an appointment with their remote nurse practitioner. While I explained I had just seen my primary physician a couple of weeks ago, they said that was ok, that the NP can offer other benefits, so I agreed. The appointment is for 2 p.m. next Thursday, 1 December. That gives me plenty of time to get home beforehand. I also need to reschedule my appointment with the allergist, but I'll wait until next week to call about that.
+
<!-- Write below this point -->
  
: For now, I want to text David to see when he's coming over today, and Pete to see if we can get together this weekend if they're in town.
+
=Learning=
  
: I just created a folder in Dropbox to use for transferring these journal entries to my PC Wiki. It's called /writing/PCWikiTxfrs and I already uploaded yesterday's entry there to put in my PC next time I have it connected to the internet.
+
==Courses to Take==
  
===Decision===
+
* [https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke Linux & Bash for Data Engineering]
 +
* [https://learn.onshape.com/courses/fundamentals-navigating-onshape Navigating OnShape 3D design software]
 +
** [https://www.youtube.com/watch?v=gEDRb67-HfQ YouTube video about OnShape vs Blender]
  
: After considering the hotel's policy regarding housekeeping, and the shabby decor with no available electric outlets without unplugging lamps, I will not be staying here again, and plan to leave them a negative review. Requiring guests to ''ask'' for room cleaning only after staying 3 nights is just absurd!
+
=Tech Stuff=
  
===Plans===
+
==MacOS==
  
: I heard back from David and Pete. David will be over here mid-afternoon, but without the kids since they both have a bad cough and don't want to share that with us old folks. That's a shame! Maybe I can talk him into letting me come over to Christy's this evening after visiting with Craig & Dad so I can see them before we all go our separate ways.
+
* [https://osxdaily.com/where-download-macos-installers/ MacOS Installers]
  
: Meanwhile, Pete says they will be here this weekend, aside from a planned trip to Orlando. He's going to check with Beth on the schedule, but it looks like we ought to be able to get together sometime before I go home. Meanwhile, I'm going to go find some lunch somewhere, and maybe shop for some sandals.
+
==Wio Terminal Links==
 +
* GitHub for Wio Terminal SenseCap project:  https://github.com/Seeed-Studio/SenseCraft
 +
* Seeed Studio wiki for Wio Terminal built-in light sensor project: https://wiki.seeedstudio.com/Wio-Terminal-Light/
 +
** When CircuitPython is loaded on Seeeduino Wio Terminal, all you need to do is to write your python program and name it main.py and drag it onto the CIRCUITPY drive.
 +
* [https://wiki.seeedstudio.com/K1100-quickstart/ Sensor Prototype Kit wiki] using Wio Terminal & Grove sensors
  
----
+
==SenseCap Indicator==
 +
* [https://wiki.seeedstudio.com/SenseCAP_Indicator_How_To_Flash_The_Default_Firmware/ How to flash the firmware]
 +
* [https://github.com/Seeed-Solution/sensecap_indicator_esp32 Firmware on GitHub]
  
<!-- special categories -->
+
==LoRaWAN Helium Network==
  
[[Category:Family]]
+
* [https://www.nytimes.com/2022/02/06/technology/helium-cryptocurrency-uses.html Article recommended by BingAI]
[[Category:Health & Medicine]]
+
* [https://docs.helium.com/faq/helium-network Helium Network FAQ]
[[Category:Shopping]
+
* [https://www.seeedstudio.com/SenseCAP-M2-Light-Hotspot-and-Software-License.html SenseCAP M2 Light Hotspot] usingLoRaWAN & Helium Network
[[Category:Travel]]
 
[[Category:Web Work]]
 
  
<!-- usual categories -->
+
==TinyML==
 +
* [https://www.hackster.io/mjrobot/tinyml-made-easy-image-classification-cb42ae Image Classification with TinyML] using ESP32S3
 +
* [https://www.hackster.io/taunoerik/capture-images-with-grove-vision-ai-sensor-c8906c Image Capture with Grove Vision AI Sensor]
 +
* [https://wiki.seeedstudio.com/Train-Deploy-AI-Model-Grove-Vision-AI/ Train & Deploy AI Model with Grove Vision AI]
 +
* [https://docs.edgeimpulse.com/docs/~/revisions/WOgRGOTQBrFnmbtextkF/development-platforms/officially-supported-mcu-targets/seeed-grove-vision-ai Edge Impulse official support for Grove Vision AI module]
  
[[Category:History]]
+
==Discord Tips==
[[Category:Journal]]
 
[[Category:Writing]]
 
  
  [[November 2022|Back to November]]
+
* To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
 +
* You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
 +
<pre>
 +
`​`​`py
 +
# Check for equals.
 +
if a == b:
 +
    print("Match")
 +
`​`​`
 +
becomes:
 +
# Check for equals.
 +
if a == b:
 +
    print("Match")
 +
</pre>
 +
* More information about formatting posts in Discord is here: https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-
 +
 
 +
-----
 +
 
 +
==Maker Projects==
 +
 
 +
* [https://www.hometalk.com/posts/build/shelves/how-i-doubled-my-kitchen-counter-space-thanks-to-a-2x4-14749165 2x4 shelf]
 +
* [https://www.canva.com/design/DAFksgwUYUc/xm0xNA7za_56Ul1vpQcf3A/view?utm_content=DAFksgwUYUc&utm_campaign=celebratory_first_publish&utm_medium=link&utm_source=celebratory_first_publish Kat's Sandbox logo]
 +
* [https://www.ilikeknitting.com/collections/knitting-baby-patterns/aloha-stripes-beach-dress/?t=14997 Sundress for Alessia]

Latest revision as of 16:53, 23 June 2023


Back to Private


Learning

Courses to Take

Tech Stuff

MacOS

Wio Terminal Links

SenseCap Indicator

LoRaWAN Helium Network

TinyML

Discord Tips

  • To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
  • You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
`​`​`py
# Check for equals.
if a == b:
    print("Match")
`​`​`
becomes:
# Check for equals.
if a == b:
    print("Match")

Maker Projects