Categories
Current Events Tampa Bay Uncategorized

What’s happening in the Tampa Bay tech/entrepreneur scene (Week of Monday, October 2, 2017)

Every week, I compile a list of events for developers, technologists, nerds, and tech entrepreneurs in and around the Tampa Bay area. We’ve got a lot of events going on this week, and here they are!

Do you have an tech or entrepreneurial event in or around the Tampa Bay area that you’d like to see listed here? Drop me a line about it at joey@globalnerdy.com!

Monday, October 2, 2017

Tuesday, October 3, 2017

Wednesday, October 4, 2017

Thursday, October 5, 2017

Friday, October 6, 2017

Saturday, October 7, 2017

Sunday, October 8, 2017

Categories
Uncategorized

3 things that were unexpected: Ikea buys TaskRabbit, Bill Gates ditches his Windows Phone, Microsoft joins OSI

Hand holding up 3 fingers.

Here’s another installment of a new regular feature on Global Nerdy: 3 things, in which I take a programming or technology topic and post three things that I found of interest on that topic. Today’s topic: three recent developments in the tech world that you might not have expected.

Ikea gets into the software business, buys TaskRabbit

After decades of being the official unofficial furniture vendor for software companies (upon reflection, my desks at home and at the Sourcetoad office are from Ikea), Ikea now is a software company. First, there was the Ikea Place app, which harnesses Apple’s ARKit augmented reality framework to see what their furniture would look like in your living room…

Now, they’ve just announced that they’ve acquired TaskRabbit, which can be summarized as “Uber for odd jobs”.

Ikea already had a relationship with TaskRabbit where people in the U.K. and U.S. could use the app to help them find local people who could help with assembling their Ikea furniture.

Bill Gates ditches his Windows Phone, switches to Android

Let me remind you of some predictions about Windows Phone that were made by respected tech pundits no more than six years ago. Here’s what IDC had to say about the future of Windows Phone back in 2011:

To quote their press release:

“The new alliance brings together Nokia’s hardware capabilities and Windows Phone’s differentiated platform. We expect the first devices to launch in 2012. By 2015, IDC expects Windows Phone to be number 2 operating system worldwide behind Android.”

And here’s how Gartner thought the mobile OS market would be in 2015:

However, the prize for the most tragicomically-wrong prediction about the 2015 smartphone market has to go to Pyramid Research, who predicted that Windows Phone would take over the number one spot:

What happened instead? This:

Actually what would’ve been surprising would’ve been his getting an iPhone. He’s publicly stated that he and Melinda keep an Apple-free house.

Microsoft joins the Open Source Initiative as a Premium Sponsor

And how times have changed, from Microsoft’s CEO deriding Linux and the GPL as “a cancer” in 2001 to becoming a Premium Sponsor of the Open Source Initiative in 2017.

Categories
Uncategorized

Build an augmented reality painting app at tomorrow’s Tampa iOS Meetup!

Perhaps you’ve seen videos of Google’s Tilt Brush VR-painting rig and software in action:

How would you like to code a simple version that lets you do something similar, on an iPhone 6S or later, in about 15 minutes? Here’s what it would look like:

I used the app that I’ll show you how to write at Tampa iOS Meetup to draw “AR rules” in the middle of the Sourcetoad boardroom. Then, I walked to the right of my artwork:

And then its left:

And then behind it:

Do you want to learn the basics of ARKit so that you can start coding your own augmented reality apps for iOS? Come to Tampa iOS Meetup tomorrow, Tuesday, September 26th at 6:30 p.m. at the Sourcetoad office, bring your Mac, and I’ll show you how!

Want to know more? The details are here.

Categories
Uncategorized

The New York Times left lots of empty space in James Damore’s glamor shots. Use them well.

James Damore, writer of bigoted screeds, The Google ManifestBRO”, “Darth Chad”, defender of straight white male mediocrity, and first and hopefully last of his name.

The attempted glamor shots of James Damore in the New York Times article Push for Gender Equality in Tech? Some Men Say It’s Gone Too Far are wasted on a permanently rumpled guy who’s not enough of a goddamned grown-up to put on a pressed shirt for an appearance in one of the world’s most-read publications. At least they had the decency to leave lots of room in the shots to add insightful commentary, as I did in the examples above and below.

The article is packed with stories of male nerds bereft of all common sense. One of the bits that made me laugh out loud is this quote from Nvidia engineer James Alitzer, who somehow both agreed to be named in the article and said this (the emphasis on the stupid bits is mine):

I’m sitting in a soundproof booth right now because I’m afraid someone will hear me. When you’re discussing gender issues, it’s almost religious, the response. It’s almost zealotry.”

If you really want to learn something about the controversy of which Damore is the slovenly, unkempt center, you’re far better served by taking a look at Jez Humble’s presentation at the recent Agile2017 conference in Orlando. Go to this video of his presentation, skip to the 49:25 mark, and hear some of the best rebuttals to the whiny claims of James Damore and his “women and coloreds ruin everything” ilk.

Categories
Current Events Tampa Bay Uncategorized

What’s happening in the Tampa Bay tech/entrepreneur scene (Week of Monday, September 25, 2017)

Every week, I compile a list of events for developers, technologists, nerds, and tech entrepreneurs in and around the Tampa Bay area. We’ve got a lot of events going on this week, and here they are!

Do you have an tech or entrepreneurial event in or around the Tampa Bay area that you’d like to see listed here? Drop me a line about it at joey@globalnerdy.com!

Monday, September 25

Tuesday, September 26

Wednesday, September 27

Thursday, September 28

Friday, September 29

Saturday, September 30

Sunday, October 1

Categories
Uncategorized

3 things about data science and Python: The best data science course on the internet, Donald Trump sentiment analysis, and Python podcasts

Here’s a new regular feature on Global Nerdy: 3 things, in which I’ll take a programming or technology topic and post three things that I found of interest on that topic. Today’s topic is a hot one: data science, which often goes hand in hand with Python.

The best data science course on the internet, according to someone who’s created an online master’s in data science

Visualization of data as interconnected nodes of varying sizes.

In the process of creating his own data science master’s program based on online resources, Udacity content developer David Venturi created a review-driven guide that recommends the best courses for each subject within data science, including:

And now, he’s got an article with a near-irresistible title (well, it’s near-irresistible if you’re the sort of person who reads this blog): I ranked every Intro to Data Science course on the internet, based on thousands of data points.

I’ll spare you the suspense: the top-ranked course in his list is Kirill Eremenko’s Udemy course, Data Science A-Z™: Real-Life Data Science Exercises Included.

I like to think of Eremenko as the Tim Ferriss of data science; both bill themselves as lifestyle entrepreneurs and have an empirical approach. If his name sounds familiar, you may have heard of his site, SuperDataScience, or his podcast, SuperDataScience Careers Podcast, or his set of Udemy courses related to data and statistics.

Gauge Donald Trump’s mood by using Python to do sentiment analysis on his tweets

Photo of Donald Trump on his smartphone: "Learn sentiment analysis in Python with the help of Donald Trump"

If you’ve been meaning to get started with Python and text analysis, here’s a fun way to do it: performing textual analysis on the tweets of the world’s first internet-troll-turned-head-of-state, as shown in this article, Sentiment analysis on Trump’s tweets using Python.

You’ll use:

  • Tweepy to access the Twitter API and fetch Donald Trump’s tweets
  • pandas to perform data analysis on those tweets
  • NumPy, matplotlib, and seaborn to perform statistical analysis and create visualizations
  • TextBlob to do sentiment analysis

To do this exercise, it’s strongly recommended that you use the Anaconda distribution of Python, as it comes will all sorts of useful tools specifically for data science.

Python podcasts

Headphones.

And finally, if you want to immerse yourself in Python while driving, walking, at the gym, or while away from the computer, you’ll want to check out Dan Bader’s Ultimate List of Python Podcasts.

Categories
Current Events Tampa Bay Uncategorized

What’s happening in the Tampa Bay tech/entrepreneur scene (Week of Monday, September 18, 2017)

Every week (okay, with the exception of last week, thanks to one Hurricane Irma), I compile a list of events for developers, technologists, and tech entrepreneurs in and around the Tampa Bay area. We’ve got a lot of events going on this week, and here they are!

Do you have an tech or entrepreneurial event in or around the Tampa Bay area that you’d like to see listed here? Drop me a line about it at joey@globalnerdy.com!

Monday, September 18

Tuesday, September 19

1776 Challenge Cup - A global competition for the world’s most promising startups tackling complex, regulated challenges to share their vision on a global stage, enbgage with industry leaders, and win grand prizes. Organized in conjunction with Tampa Bay WaVE - Tuesday, September 19 @ 6 p.m. - Tampa Theater.

Ybor Elixir - Intro to Dializer - Tuesday, September 19 @ 6:30 p.m. - KForce

Wednesday, September 20

Thursday, September 21

Friday, September 22

Saturday, September 23

Sunday, September 24