diff --git a/content/post/20220401-link/index.md b/content/post/20220401-link/index.md new file mode 100644 index 0000000..8d57b86 --- /dev/null +++ b/content/post/20220401-link/index.md @@ -0,0 +1,50 @@ ++++ +title = "Interesting Links from March" +date = 2022-04-01T00:00:00 +lastmod = 2022-04-02T00:00:00 +draft = true + +# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. +authors = ["Carl Pearson"] + +tags = ["links"] + +summary = "" + +# Projects (optional). +# Associate this post with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = [] + +# Featured image +# To use, add an image named `featured.jpg/png` to your project's folder. +[image] + # Caption (optional) + caption = "" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Center" + + # Show image only in page previews? + preview_only = true + + +categories = [] + +# Set captions for image gallery. + + ++++ + +Here are some interesting things I read this month. +Presented without comment or endorsement. + +https://news.ycombinator.com/item?id=30783391 +https://planetscale.com/blog/generics-can-make-your-go-code-slower +https://www.science.org/content/blog-post/uselessness-phenylephrine +https://patrickcollison.com/fast + diff --git a/content/post/20220402-baby/index.md b/content/post/20220402-baby/index.md new file mode 100644 index 0000000..53c19c8 --- /dev/null +++ b/content/post/20220402-baby/index.md @@ -0,0 +1,51 @@ ++++ +title = "Resources for Baby" +date = 2022-04-02T00:00:00 +lastmod = 2022-04-02T00:00:00 +draft = true + +# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. +authors = ["Carl Pearson"] + +tags = ["links"] + +summary = "" + +# Projects (optional). +# Associate this post with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = [] + +# Featured image +# To use, add an image named `featured.jpg/png` to your project's folder. +[image] + # Caption (optional) + caption = "" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Center" + + # Show image only in page previews? + preview_only = true + + +categories = [] + +# Set captions for image gallery. + + ++++ + +## Sleep + +## Physical Activity + +## Food & Allergens + +https://brightfutures.aap.org/Bright%20Futures%20Documents/BF4_PhysicalActivity.pdf + +https://www.aap.org/en/patient-care/healthy-active-living-for-families/ \ No newline at end of file diff --git a/content/post/20220402-csips/index.md b/content/post/20220402-csips/index.md new file mode 100644 index 0000000..fba1246 --- /dev/null +++ b/content/post/20220402-csips/index.md @@ -0,0 +1,49 @@ ++++ +title = "Implementation of a Simple Integer Program Solver" +date = 2022-04-02T00:00:00 +lastmod = 2022-04-02T00:00:00 +draft = true + +# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. +authors = ["Carl Pearson"] + +tags = ["python"] + +summary = "" + +# Projects (optional). +# Associate this post with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = [] + +# Featured image +# To use, add an image named `featured.jpg/png` to your project's folder. +[image] + # Caption (optional) + caption = "" + + # Focal point (optional) + # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight + focal_point = "Center" + + # Show image only in page previews? + preview_only = true + + +categories = [] + +# Set captions for image gallery. + + ++++ + +## Problem Formulation + +## Linear Program Relaxation + +## Branch and Bound + +## User-friendly Interface \ No newline at end of file