Friday, December 29, 2023
To Hell and Back
Friday, December 22, 2023
T-Mobile Installs Spamware on Devices
Wednesday, December 13, 2023
A Map Shaper
My new favorite GeoJSON editor that just enabled me to have another layer in a Power BI Azure map (and make it look how I want) without going through a lot of hoops.
Monday, December 11, 2023
Just Habits and a Template
"Journal when you feel like you need to. And try to clarify your thoughts:What is bothering me right now?Why am I stressed or have anxiety about?What am I feeling good about?What am I feeling grateful for right now?How I am feeling lately?The purpose is to understand you better and process feelings and emotions."
Thursday, December 7, 2023
Power Automate Desktop Date Conversion
Put together a little Date Conversion template for Power Automate Desktop that I need to save out. Copy/paste the quote block areas and you are on your way.
Date Conversions
DateTime.GetCurrentDateTime.Local DateTimeFormat: DateTime.DateTimeFormat.DateAndTime CurrentDateTime=> CurrentDateTime
Text.ConvertDateTimeToText.FromCustomDateTime DateTime: CurrentDateTime CustomFormat: $'''MM/dd/yyyy''' Result=> CDT_Formatted
DateTime.Add DateTime: CurrentDateTime TimeToAdd: -1 TimeUnit: DateTime.TimeUnit.Days ResultedDate=> CDTminus1
Text.ConvertDateTimeToText.FromCustomDateTime DateTime: CDTminus1 CustomFormat: $'''MM/dd/yyyy''' Result=> CDTminus1_Formatted
Text.ConvertDateTimeToText.FromCustomDateTime DateTime: CurrentDateTime CustomFormat: $'''MM/01/yyyy''' Result=> FirstDayCurrentMonth
Text.ConvertDateTimeToText.FromCustomDateTime DateTime: CurrentDateTime CustomFormat: $'''01/01/yyyy''' Result=> FirstDayCurrentYear
Text.ConvertDateTimeToText.FromCustomDateTime DateTime: CurrentDateTime CustomFormat: $'''12/31/yyyy''' Result=> LastDayCurrentYear
Text.ConvertDateTimeToText.FromCustomDateTime DateTime: CurrentDateTime CustomFormat: $'''MM''' Result=> ThisMonth_MM
Text.ConvertDateTimeToText.FromCustomDateTime DateTime: CurrentDateTime CustomFormat: $'''yyyy''' Result=> ThisYear_yyyy
# End Day Last Month = First Day This Month - 1 day
DateTime.Add DateTime: FirstDayCurrentMonth TimeToAdd: -1 TimeUnit: DateTime.TimeUnit.Days ResultedDate=> EndDayLastMonth
# First Day Last Month = First Day This Month - 1 month
DateTime.Add DateTime: FirstDayCurrentMonth TimeToAdd: -1 TimeUnit: DateTime.TimeUnit.Months ResultedDate=> FirstDayLastMonth
Monday, December 4, 2023
Artificial Not Intelligence
Popular Variations
-
Enjoyed an opportunity to escape the drudgery for a couple of hours this morning and take a look at a couple of trails that I had not ...
-
Trying a new version of the Sunflower this year. This one promises to reach 16 ft. It is planted now. We shall see.
-
Destruction of one of the last remaining forested areas in the northern realm of Kansas City is well underway along Barry Road. Trees have ...