One Byte Explainer: the Halting Problem
Explains the Halting Problem using Alan Turing’s 1936 proof that we cannot know if a...
Posted by
David Haley
on June 22, 2024 ·
1 min read
#compsci
·
#dev.to
·
#external
·
#software
One Byte Explainer: Big O notation
Explains Big O notation as a way to represent how code runtime grows at scale....
Posted by
David Haley
on June 22, 2024 ·
1 min read
#compsci
·
#dev.to
·
#external
·
#software
Running DeepCell on Google Batch with node pools
We benchmarked running DeepCell on Google Batch and found that using node pools reduced runtimes...
Posted by
David Haley
on June 14, 2024 ·
1 min read
#ai
·
#bioinformatics
·
#cloud
·
#external
·
#medium
·
#serverless
·
#software
Using TensorFlow 2.8 on an Apple Silicon arm64 chip
Due to dihydrogen monoxide interfacing with my computer, I bought a new Mac. That meant...
Posted by
David Haley
on June 05, 2024 ·
1 min read
#ai
·
#dev.to
·
#external
·
#hardware
·
#software
Rebuilding TensorFlow 2.8.4 on Ubuntu 22.04 to patch vulnerabilities
TLDR: The official TF 2.8.4 container is missing a bunch of patches. Let’s rebuild TF...
Posted by
David Haley
on June 01, 2024 ·
1 min read
#cloud
·
#dev.to
·
#external
·
#security
·
#software
Google Cloud Build + personal GitHub repos?
Question: how to connect Google Cloud Build to personal GitHub repos with a service account?...
Posted by
David Haley
on May 20, 2024 ·
1 min read
#cicd
·
#cloud
·
#dev.to
·
#external
·
#software
Container size analysis: TensorFlow 2.8 base image vs Deep Learning
TLDR, building our DeepCell container from a base TensorFlow image is 50% faster to load...
Posted by
David Haley
on May 07, 2024 ·
1 min read
#ai
·
#bioinformatics
·
#cloud
·
#dev.to
·
#docker
·
#external
·
#software
First impressions: GPU + GCP Batch
We tried (and failed) to run GPU jobs using Google Batch.
Posted by
David Haley
on April 26, 2024 ·
1 min read
#ai
·
#bioinformatics
·
#cloud
·
#dev.to
·
#external
·
#serverless
·
#software
Algorithm edge cases vs notation
I spent 2.5 hours debugging an infinite loop in this algorithm, caused by an edge...
Posted by
David Haley
on February 10, 2024 ·
1 min read
#compsci
·
#dev.to
·
#external
·
#software
reading: Wrangling a Python monorepo
Been a long time since I’ve wrangled a Python deployment let alone a Python monorepo....
Posted by
David Haley
on January 27, 2024 ·
1 min read
#dev.to
·
#external
·
#python
·
#software
Running a Vertex AI custom container
First steps running a Vertex AI custom container job.
Posted by
David Haley
on January 26, 2024 ·
1 min read
#ai
·
#cloud
·
#dev.to
·
#external
·
#software
How to debug Cython C?? 🤔
I’m writing Cython, but how do I debug it?
Posted by
David Haley
on January 25, 2024 ·
1 min read
#dev.to
·
#external
·
#python
·
#software
Benchmarking project update: new issue views
Providing better visibility into issue status.
Posted by
David Haley
on January 25, 2024 ·
1 min read
#dev.to
·
#external
·
#management
·
#software
Building a Vertex AI custom job container
First steps creating a Vertex AI custom container.
Posted by
David Haley
on January 24, 2024 ·
1 min read
#ai
·
#cloud
·
#dev.to
·
#external
·
#software
Using chaos to build confidence in software rewrites
A little chaos can create a lot of certainty.
Posted by
David Haley
on January 22, 2024 ·
1 min read
#architecture
·
#dev.to
·
#external
·
#software
Language types for integration safety
How language types provide built-in integration safety.
Posted by
David Haley
on January 15, 2024 ·
1 min read
#architecture
·
#dev.to
·
#external
·
#software
The cost of types
Even though types are great, there’s no free lunch.
Posted by
David Haley
on January 15, 2024 ·
1 min read
#architecture
·
#dev.to
·
#external
·
#software
Kotlin in the browser
Explorations using Kotlin to write web apps.
Posted by
David Haley
on January 04, 2024 ·
1 min read
#dev.to
·
#external
·
#software
·
#webdev
Get GPU names + counts with TensorFlow API
How to get information on available GPUs, using the TensorFlow API.
Posted by
David Haley
on December 06, 2023 ·
1 min read
#ai
·
#cloud
·
#dev.to
·
#external
·
#software
Getting notebook's machine type on Vertex AI
How to get the active machine type, from a Vertex AI notebook.
Posted by
David Haley
on November 20, 2023 ·
1 min read
#cloud
·
#dev.to
·
#external
·
#software