links, baby, and csips

This commit is contained in:
2022-04-02 07:58:51 -06:00
parent 4ecb818249
commit b6339fbeb1
3 changed files with 150 additions and 0 deletions

View File

@@ -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

View File

@@ -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/

View File

@@ -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