summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/bluesky-for-the-rest-of-us.md2
-rw-r--r--posts/daq.md1
-rw-r--r--posts/gui.md1
-rw-r--r--posts/meta.md1
-rw-r--r--posts/open-hardware.md1
-rw-r--r--posts/plotting.md1
-rw-r--r--posts/releasing-pypi-gitlab.md1
7 files changed, 8 insertions, 0 deletions
diff --git a/posts/bluesky-for-the-rest-of-us.md b/posts/bluesky-for-the-rest-of-us.md
index 02d347a..8a666ab 100644
--- a/posts/bluesky-for-the-rest-of-us.md
+++ b/posts/bluesky-for-the-rest-of-us.md
@@ -1,6 +1,8 @@
title: bluesky-for-the-rest-of-us
date: 2020-11-06
+This is a work-in-progress post.
+
[Bluesky](https://blueskyproject.io/) is an awesome Python package for hardware orchestration.
Really, it's amazing.
It's an abstraction layer allowing scientists to easily define and carry out almost any experiment.
diff --git a/posts/daq.md b/posts/daq.md
index fe05e8c..faa1f31 100644
--- a/posts/daq.md
+++ b/posts/daq.md
@@ -1,5 +1,6 @@
title: data acquisition hardware
date: 2020-04-12
+tags: instrumental
This post is a roundup of data acquisition hardware that I want to keep track of.
This includes both analog-to-digital, digital-to-analog, and multifunction.
diff --git a/posts/gui.md b/posts/gui.md
index 8d08568..e8015bf 100644
--- a/posts/gui.md
+++ b/posts/gui.md
@@ -1,5 +1,6 @@
title: graphical user interface
date: 2020-05-23
+tags: instrumental python
This is a roundup post of links to graphical user interface projects that I find relevant.
diff --git a/posts/meta.md b/posts/meta.md
index 0e5bcb8..65534ca 100644
--- a/posts/meta.md
+++ b/posts/meta.md
@@ -1,5 +1,6 @@
title: meta
date: 2020-04-11
+tags: meta
What is a "blog" to me, and why have I decided to create one?
What technologies enable this blog?
diff --git a/posts/open-hardware.md b/posts/open-hardware.md
index 7fcbc14..0331636 100644
--- a/posts/open-hardware.md
+++ b/posts/open-hardware.md
@@ -1,5 +1,6 @@
title: open hardware
date: 2020-05-23
+tags: instrumental
This post is a roundup of open source hardware projects that I find relevant.
diff --git a/posts/plotting.md b/posts/plotting.md
index 0e5d870..5acdc19 100644
--- a/posts/plotting.md
+++ b/posts/plotting.md
@@ -1,5 +1,6 @@
title: plotting scientific data
date: 2020-05-23
+tags: instrumental python
This post is a roundup of interesting ideas about plotting scientific data.
diff --git a/posts/releasing-pypi-gitlab.md b/posts/releasing-pypi-gitlab.md
index db0cc70..c40372b 100644
--- a/posts/releasing-pypi-gitlab.md
+++ b/posts/releasing-pypi-gitlab.md
@@ -1,5 +1,6 @@
title: releasing: gitlab to pypi
date: 2020-05-17
+tags: python
This post contains my notes for how I release a Python project from GitLab to PyPI.
I love hosting projects on GitLab since I can use the built-in runners to release automatically.