Reality Me

A juggling technophile shares personal stories, challenges, humor and perhaps some political commentary.

  • Home
  • Rebuilding Reality
  • Shop
  • Cart
  • Checkout
  • My account
  • About
  • Employers READ ME
  • That Stuff
jump to navigation

NOTE: The spam filter is being unusually aggressive. If you comment does not immediately appear, it has simply been placed in moderation and I will approve it as quickly as possible. Thank you for your patience.

"Murphy was an optimist!"

  • Welcome new readers!

Yup. Don’t need this book anymore May 30, 2022 3:25 pm

Posted by Doug McCaughan in : Daily Life
, add a comment
add a comment

Another book to let go May 30, 2022 2:22 pm

Posted by Doug McCaughan in : Daily Life
, add a comment

Just don’t think Cathy and I need this anymore.

add a comment

Someone paid $19.95 for a book of royalty free pictures May 30, 2022 11:51 am

Posted by Doug McCaughan in : Daily Life
, add a comment
add a comment

Cleaning and found this magazine one to this page…don’t think I need this anymore May 30, 2022 11:46 am

Posted by Doug McCaughan in : Daily Life
, add a comment
add a comment

Anyone need a copy of Reader Rabbit for your Windows 95 or Windows 3.1 pc? May 30, 2022 11:07 am

Posted by Doug McCaughan in : Daily Life
, add a comment
add a comment

Time to let it go May 29, 2022 10:40 pm

Posted by Doug McCaughan in : Daily Life
, add a comment

For the life of me, I have no idea why I’m holding onto this book.

add a comment

Protected: It would be easier May 28, 2022 1:42 pm

Posted by Doug McCaughan in : Daily Life
, Enter your password to view comments.

This content is password protected. To view it please enter your password below:

Enter your password to view comments.

Upgrading the hard drive May 27, 2022 9:23 am

Posted by Doug McCaughan in : Daily Life
, add a comment
add a comment

Of Grasshoppers May 25, 2022 8:58 am

Posted by Doug McCaughan in : Daily Life
, add a comment

Student: Why is my life so difficult?
Master: Why do you choose to make it difficult?

add a comment

What do you do to stay sharp? May 16, 2022 11:18 am

Posted by Doug McCaughan in : Daily Life
, add a comment

In addition to my regular programming study for work, I do some daily mental exercises. I am practicing Spanish daily. I am practicing Morse code daily. I try to work a non-work related programming challenge daily https://www.codewars.com/ I’m studying ham radio to upgrade to my Amateur Extra class license. I try to get some daily reading in even if it is just a paragraph or listening to an audiobook. And I’m now adding a daily math problem from https://www.mathopolis.com/questions/day.php where I’m doing one math problem from every grade (yes, I got cocky and missed the 2nd grade math problem) and topic. I want to see math like Neo sees the Matrix. I’m failing a bit at my daily physical exercise but motivated to change that.
What do you do to stay sharp?

add a comment

Such a beautiful Saturday! May 14, 2022 7:15 pm

Posted by Doug McCaughan in : Daily Life
, add a comment

So, I worked on a client’s website all day.

add a comment

An active mind is a healthy mind May 4, 2022 10:48 am

Posted by Doug McCaughan in : Philosophy, Programming, Technology
, add a comment

Knocking the plaques off the brain. Began the day with some Spanish practice and some Morse code practice. Then jumped into codewars.com and the first challenge I was given was…”write a Morse code decoder!”
Here’s my passing code (wordpress stripped the indentions):
function decode_morse(string $code): string {
$returnstring = ”;

//break the input string into words based on three spaces between words
$morsewords = explode(‘ ‘,$code);
foreach($morsewords as &$word){

//translate each letter of each word from Morse using the built-in library
$morse = explode(‘ ‘,$word);
foreach($morse as &$value){
$returnstring .= MORSE_CODE[$value];
}
$returnstring .= ‘ ‘;
}

//clean up return string by removing any leading or trailing spaces we added or that were in the original input string
return trim($returnstring);

}
Now to return to becoming a PowerApps and Azure expert. Light the incense, dim the lights, and turn up the cyberpunk. I’m going in!

add a comment

Communing with nature May 2, 2022 7:33 am

Posted by Doug McCaughan in : Philosophy, Poetry
, add a comment

When I was a child
I used to sit in the woods
I fell asleep in a tree
One time more than I probably should’ve
I’d awake slowly
Fifteen feet above the ground
Calm in the breeze
With no one around
My mind at peace
My life calm
Then I’d leave nature
To find everything wrong.

-dm2022-04-30

add a comment

  • Feeds

  • Full
  • Comments
  • Email
  • Code Monkey Sigil
  • Search posts

  • Archives

  • Categories

  • djuggler

    djuggler

    Husband to one wonderful wife, father to five fantastic children, juggler, technophile, freelancer, DIYer, adventurer, volunteer, KO4NFA (2m/70cm), WRMJ225 (GMRS)

    View Full Profile →

  • Follow me on Twitter

    My Tweets
  • Disclosure: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for me to earn fees by linking to Amazon.com and affiliated sites.


  • © 2005-2007 Reality Me
  • Regulus by Ben @ Binary Moon
  • Created with WordPress
  • Top

Notifications