Difference between revisions of "Scratchpad"

From Family History Book
 
(45 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. -->
  
==Saturday, 26 November 2022==
+
[[Private|Back to Private]]
  
: I woke up extra early, around 5:30 a.m., after going to bed early. So I ought to make it downstairs in time for breakfast this morning. It's nearly 7:45 now, so I'd better get dressed and do that soon.  Then I'll wait for David to let me know when to head over to Lake Mary. It takes over an hour to get there, and I want to make it before Alessia needs her nap, so maybe it will be before lunchtime.
+
<!-- Write below this point -->
  
: Yesterday I called the front desk and asked to have the room "refreshed", so that ought to happen today, hopefully while I'm out. When I complained to the family about this hotel's policy of only providing housekeeping after 3 nights, and then only if requested, I was told all hotels seem to be doing that these days, taking advantage of the pandemic. But of course they don't adjust their rates to compensate. Grrrr. Next time I travel, I told them, I'll simply bring my own accomodations, and while I'll have to clean up after myself, at least I won't have to pay a premium for the privilege. At any rate, I won't stay at this hotel again unless they redecorate. It's stupid in this day and age to not provide available electrical outlets. You'd think it was 1980 or something. Oh, well, at least it's clean and the AC works.
+
=Learning=
  
===After Breakfast===
+
==Courses to Take==
  
: I did make it down in time to grab a bagel and cream cheese, and a glass of OJ, then grabbed some tea bags to bring back upstairs. So that's done. I think I'll text David and let him know I'm moving around, and ready to come over whenever they're ok with that. OK, that's done. So now I'll just wait to hear from him. I have Christy's address, so no problem with finding them.
+
* [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]
  
: In the meantime, I had trouble saving yesterday's journal file, and realized I'd filled up the limited eMMC with a couple of downloads. I moved those files to the SD card, so there's space available now, but I need to remember to avoid saving big files on the internal drive.
+
=Tech Stuff=
  
: I just heard back from David. He said to get there between 11 & 12, so I'll leave here about 10:00. I set my alarm, not that I'm worried about forgetting, but it's a habit. I think I'll plan to stop at Publix and get some flowers to take to Christy on the way, so that should add another 15-30 minutes to my travel time. So I'll leave in about 30 minutes.
+
==MacOS==
  
 +
* [https://osxdaily.com/where-download-macos-installers/ MacOS Installers]
  
----
+
==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
  
<!-- special categories -->
+
==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]
  
[[Category:Family]]
+
==LoRaWAN Helium Network==
[[Category:Food]]
 
[[Category:Travel]]
 
  
<!-- usual categories -->
+
* [https://www.nytimes.com/2022/02/06/technology/helium-cryptocurrency-uses.html Article recommended by BingAI]
 +
* [https://docs.helium.com/faq/helium-network Helium Network FAQ]
 +
* [https://www.seeedstudio.com/SenseCAP-M2-Light-Hotspot-and-Software-License.html SenseCAP M2 Light Hotspot] usingLoRaWAN & Helium Network
  
[[Category:History]]
+
==TinyML==
[[Category:Journal]]
+
* [https://www.hackster.io/mjrobot/tinyml-made-easy-image-classification-cb42ae Image Classification with TinyML] using ESP32S3
[[Category:Writing]]
+
* [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]
  
  [[November 2022|Back to November]]
+
==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.
 +
<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