Finger Jello

Finger Jello, also known as Jello Jigglers, is a fun and colorful dessert that's easy to make. Here's a basic recipe for making Finger Jello:

Ingredients:

  • 1 (3-ounce) package of flavored gelatin (Jello)
  • 2 (1/4-ounce) envelopes of unflavored gelatin
  • 2 1/2 cups boiling water

Instructions:

Prepare Your Pan:

Choose a pan that is suitable for cutting the Finger Jello into squares. A 9x9-inch square pan or a similar-sized pan works well. You can also use silicone molds for fun shapes.
Optionally, you can lightly grease the pan or molds with non-stick cooking spray to make it easier to remove the Jello later.
Mix the Gelatin:

In a mixing bowl, combine the flavored gelatin and unflavored gelatin.
Slowly add the boiling water to the gelatin mixture while stirring constantly. Continue stirring until all the gelatin is completely dissolved, which should take a couple of minutes.
Pour into Pan:

Pour the gelatin mixture into your prepared pan or molds.
Chill:

Place the pan or molds in the refrigerator and let the Jello set for at least 2-3 hours, or until it's firm.
Cut into Shapes:

Once the Finger Jello is fully set, you can use cookie cutters, a sharp knife, or simply cut it into squares or rectangles, depending on your preference.
Serve:

Carefully remove the Jello shapes from the pan or molds, and they are ready to serve.
Finger Jello is versatile, and you can use various flavors and colors to make it appealing to kids and adults alike. You can also layer different colors or shapes for added visual appeal. Feel free to get creative with your Finger Jello by mixing and matching flavors and colors to suit your taste or a specific theme for your dessert.

Remember to handle the Jello shapes gently when removing them from the pan or molds to avoid breaking them. Enjoy your homemade Finger Jello!

FedEx SMS Order Tracking

FedEx® SMS Tracking lets you send an SMS message from any mobile device and receive the status of your shipment.

To get ongoing shipment status updates:

  1. Text. Text FOLLOW and your tracking number (e.g., “FOLLOW 123456789013”) to 48773.

  2. Confirm. Reply YES when you receive the welcome message. (Repeat Step 1 to follow another shipment.)

  3. Receive. Receive ongoing updates to your shipment’s status automatically via text. Text STOP to 48773 to cancel tracking updates, or HELP to 48773 for assistance. FedEx® SMS Tracking is supported by AT&T, Verizon Wireless, T-Mobile, Sprint Boost Mobile, Metro PCS, U.S. Cellular, NTelos, Cricket, and Virgin Mobile. Message and data rates may apply. Message frequency varies per user. View our Privacy Policy.

Refer: https://www.fedex.com/en-us/shipping/mobile.html

MacBook Keyboard Shortcuts to Position Window to Left or Right side of Screen

Refer: https://www.paulsahner.com/posts/window-movement

  • Apple Logo, Upper left hand corner
  • System Settings
  • Keyboard, Keyboard Shortcuts...
  • App Shortcuts
  • Choose "All Applications"

You are going to add two settings by clicking the plus key. I'm using [Ctrl]+[Windows]+[Alt]+[Right Arrow] and [Ctrl]+[Windows]+[Alt]+[Left Arrow] for my settings.

You will use the following menu titles, you need to type these EXACTLY, and copy and paste does NOT work, since it assumes you are setting your keyboard combination.

Move Window to Left Side of Screen
Move Window to Right Side of Screen

Save each setting and click "Done" to complete.

Graphical List of Directories using Tree

Use this to return a list of just the folders of current directory

Sample Usage

tree -L 1

Sample Output

├── Desktop
├── Documents
├── Downloads
├── Music
├── Pictures
├── Public
├── Templates
└── Videos

Example of using "prune" to show ONLY files container pom.xml files.

Refer: https://blog.mruckman.com/2019/10/tree-list-of-pom-xml-files/

tree --prune -P "pom\.xml"