Categories
Social Media Technology

How Social Media Needs to Change

I originally made this post on medium.com on January 9, 2018 and never copied it over to this blog, which I am doing. To view the post there click here.

You don’t have to look far for people who will tell you social media is bad for you. We can feel it reading through a friends posts about how wonderful and photogenic their life is, only to reflect on our own and feel like we’re not living the fulfilling lives of our peers. Whether it’s your own personal experiences, a friend or article ranting about it (hey, here’s another!), or the countless countless experiments that tell us unequivocally that social media is making us unhappy. We know something is fundamentally wrong with social media.

Categories
Machine Learning Technology

.NET-Core GoogleCloudMlV1PredictRequest Execture Method Returns null Response

Execute GoogleCloudMlV1PredictRequest gives a GoogleApiHttpBody object that has null fields

While creating a .NET-Core MVC API to interact with my Google Cloud ml-engine model, I came across a strange issue. For testing purposes, I used Google’s Census example to get up to speed and make sure what I wanted to do works.

Categories
Machine Learning Technology

The Basics of Machine Learning

Today, my brother-in-law asked me about machine learning and where it’s going. I’ve been really interested in the field lately, so I wrote a message to illustrate some of the basics. I decided I would post it on here for anyone else who might be interested in learning a bit more. Let me know your thoughts, questions, and any points I might have gone wrong too!

Categories
Technology

Are GUIDs actually unique?

No.

This could potentially be the shortest blog post ever written, and the short mathematically accurate answer is “no”. A GUID (globally unique identifier) is a 32 character sequence of  alphanumeric (letters or numbers). They are useful to developers because, in theory when generated, no GUID like this has been generated before, nor will another be generated again.