2024-01-15 Weekly Links

Artists are driven by the tension between the desire to communicate and the desire to hide. It is a joy to be hidden... but disaster not to be found.” - DW Winnicott

1. Scientific Method + Data Science = Better Results

A Data Scientific Method. How to take a pragmatic and goal-driven… | by Peter Turner | Towards Data Science - Link - DB

This article grabbed me from the get-go:

The main aim of data science is simple: it is to extract value from data.

I could not say it better myself. But to extract value from data, you gotta get yourself organized, man.

And to get organized, you gotta have a framework; an overarching template that you can ask the right questions, measure the results in a systematic way and reproduce the results in the future. If this sounds a lot like elementary science class, you would be right.

The author proposes to modify the stages of the scientific method for data science projects into 6 identifiable stages:

  1. Identify
  1. Understand
  1. Process
  1. Analyze
  1. Conclude
  1. Communicate

Additional References

2. Quit the NFL and Sell Pokemon Cards? A Story in 2 Parts.

Blake Martinez quit the NFL to sell Pokémon cards, brings in millions - Link - DB

Blake Martinez Attempts NFL Comeback After Allegations of Pokémon Business Scam - Sports Illustrated - Link - DB

I had originally posted the first link with the feel-good and out of the ordinary story: NFL player quits the league to focus on a booming Pokémon card business foregoing future bodily harm while simultaneously earning more money.

Recent allegations indicate the story might not be what I first thought: “amid allegations by customers who claimed they were scammed by the [player’s] company” he was subsequently banned from the Whatnot marketplace and is now attempting an NFL comeback.

Nothing but allegations but certainly puts the first part in context.

The real lesson from this story? Double check your sources, and don’t believe everything you read.

Additional References

3. Scheduling Functions on DigitalOcean

How to Schedule Functions :: DigitalOcean Documentation - Link - DB

Similar to Github Actions, Digital Ocean functions are “blocks of code that run on demand without the need to manage any infrastructure.” They can be scheduled to run at a given time using cron.

Other cron schedulers

Additional References

4. Automatically Annoying a Teenager: Building a “Back in My Day” Machine

Simple Telegram Bot with Python and AWS Lambda | by Daniils Petrovs | Level Up Coding - Link - DB

Guide: Telegram bot powered by GPT & DigitalOcean function | by Kuba Płoskonka | JavaScript in Plain English - Link - DB

I was reminiscing that it had been about 30 years since Snoop Dogg’s album Doggystyle hit #1 on the charts.

I drop this kind of musical knowledge on my 14 year old at random and it annoys him to no end.

So methinks: how could I automate this?

And so blossomed the idea to create a Telegram bot that automatically sends out notifications on the anniversary of an album hitting #1 on the Billboard charts.

A crappy Chat-GPT mockup of the app (Generated by the Author).

Goal

Tools

Process

Additional References

5. Pre-Admissioning

Even if They Didn’t Apply, Some Students Get College Admission Offers - The New York Times - Link - DB

Just sit back, and let the offers roll in kids! Offers to go to school AND go six-figures in debt? Sign me up!

Apparently “direct” admission is a thing now. But whether pre-admission works to get more asses in the lecture hall is still up in the air. “A study published last year looked at six four-year colleges offering automatic acceptance through the Common App. It found that students offered direct admission were about 12 percent more likely to apply to college but were no more likely to enroll than students who applied through traditional channels — in part because of the cost of attending.”

But what else can you apply this “pre-admission” thinking to (other than credit cards)?

How about churches (thou hast been chosen!), doctors offices (we hear you get sick a lot…), jobs (we heard you were killer at chopping onions; you’re now the executive chef at Spago) or shopping (you are probably out of ketchup so here is a bottle. Love, Target. ps you owe us $5.99).

Whatever the reasoning, when barriers to entry start dropping by the wayside, you should start questioning the value of the product.

Additional References