Jeff Triplett

Jeff Triplett

5 thoughts; 4 streams
last posted June 15, 2016, 9:30 p.m.
2
Joined on Jan. 3, 2015, 6:48 p.m.
get recent cards as: atom

Discover Weekly for June 15, 2016

1 thought
updated June 15, 2016, 9:30 p.m.

TIL

To prevent Homebrew packages from being accidentally upgraded use brew pin $FORMULA and brew unpin $FORMULA respectively. This fixes a long standing issue that I've had with Postgres databases being accidentally upgraded.

1 thought
updated Jan. 26, 2015, 5:55 p.m.

How do download APK files to sideload them?

This problem took me a while to figure out.

Look on the Google Store: https://play.google.com/store

Once you find the app that you want to download, copy the url and paste into: http://apps.evozi.com/apk-downloader/ which will create a download link for you to use.

2 thoughts
updated Jan. 3, 2015, 9:16 p.m.

College basketball stat websites should track player consistency. Start with tracking how well a player does during their non-conference, conference, and top-25 (50, 100, or just strength of opponent) match-ups and then combine them in some ratio and track it. This seems like a metric for predicting future player performance within reason. I suspect there's a trend there where a player has a good or bad game ratio based on the number of games they've played.

Random related thoughts:

  • Perhaps some players are consistently more reliable when it comes to playing bigger ranked teams?

  • Does time of day impact player's performance?

  • What's the likelihood that one player pulls the rest of the team down when they are having a bad game?

These all seem like possible factors in future performances or at least interesting points to study.

1 thought
updated Jan. 3, 2015, 7:36 p.m.
1 thought
updated June 15, 2016, 9:30 p.m.

TIL

1 thought
updated Jan. 26, 2015, 5:55 p.m.
2 thoughts
updated Jan. 3, 2015, 9:16 p.m.
1 thought
updated Jan. 3, 2015, 7:36 p.m.

Streams by this user that have been favorited by others.

No favorited streams yet.

0

Discover Weekly for June 15, 2016

0

To prevent Homebrew packages from being accidentally upgraded use brew pin $FORMULA and brew unpin $FORMULA respectively. This fixes a long standing issue that I've had with Postgres databases being accidentally upgraded.

twbennett favorited webology
9 years, 3 months ago
jtauber favorited webology
9 years, 3 months ago
0

How do download APK files to sideload them?

This problem took me a while to figure out.

Look on the Google Store: https://play.google.com/store

Once you find the app that you want to download, copy the url and paste into: http://apps.evozi.com/apk-downloader/ which will create a download link for you to use.

0

How to sideload apps on an Amazon Fire TV/Stick with a Mac.

Enable ADB Debugging mode

  1. Settings > System > Developer Options
  2. Enable "ADB Debugging"

Find your IP Address

  1. Settings > System > About
  2. Network (Write down for later)

Set up ADB on your Mac

From your Mac Terminal:

    wget http://www.mediafire.com/download/yum9gn1wdx855x0/platform-tools-osx.zip
    unzip platform-tools-osx.zip`
    cd platform-tools

Start the ADB server and connect to your Fire TV:

    ./adb connect IPADDRESS

Sideload Apps

Download an app's .APK file and type in:

    ./adb install filename.apk

The application will now be located in Settings > Applications.

0

College basketball stat websites should track player consistency. Start with tracking how well a player does during their non-conference, conference, and top-25 (50, 100, or just strength of opponent) match-ups and then combine them in some ratio and track it. This seems like a metric for predicting future player performance within reason. I suspect there's a trend there where a player has a good or bad game ratio based on the number of games they've played.

Random related thoughts:

  • Perhaps some players are consistently more reliable when it comes to playing bigger ranked teams?

  • Does time of day impact player's performance?

  • What's the likelihood that one player pulls the rest of the team down when they are having a bad game?

These all seem like possible factors in future performances or at least interesting points to study.

Thoughts by this user that have been liked by others.

No liked thoughts yet.