Skip to content

Commit

Permalink
Quartz sync: Sep 13, 2023, 9:24 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Sep 13, 2023
1 parent 267379b commit ae77d79
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 72 deletions.
1 change: 1 addition & 0 deletions content/algorithms/oc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# OCR
47 changes: 0 additions & 47 deletions content/algorithms/ocr.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/assets/img/tiered_prom.svg

This file was deleted.

20 changes: 0 additions & 20 deletions content/infra/Victoria Metrics.md

This file was deleted.

1 change: 1 addition & 0 deletions content/posts/I just want to get shit done.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: 2019-11-19
permalink: posts/i-just-want-to-get-shit-done
title: I just want to get shit done
---
Once upon a time, I would tinker with everything.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ date: 2020-01-29
permalink: posts/lessons-learned-with-swift-ios-development
tags:
- swift
title: Lessons learned with Swift and iOS development
---
I'd like to start this off by saying that I am _in no means an expert_. While I have been programming for a long time, I'm new to the world of Swift and iOS, and have never built a mobile app :) This is everything I've stumbled upon and learned while building the first iOS version of [Pillion](https://pillion.bike/?ref=ellie.wtf)!

Expand Down
1 change: 1 addition & 0 deletions content/posts/My backup script.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: 2020-01-08
permalink: posts/my-backup-script
title: My backup script
---
I recently bought a 1TiB Samsung T5 SSD - pretty damn surprised I can get something of such capacity in something about the same size as a credit card! The last SSD I bought cost about the same but was 120GiB 😂

Expand Down
1 change: 1 addition & 0 deletions content/posts/Rest APIs and SwiftUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ date: 2020-02-23
permalink: posts/rest-apis-and-swiftui
tags:
- swift
title: Rest APIs and SwiftUI
---

I recently had someone ask me how I handled fetching and rendering data from a REST API in a SwiftUI view.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
permalink: posts/dont-forget-the-human
date: 2020-07-27
title: Don't forget the human
---

Computers are cold and heartless. They don't lie, and they don't care if you scream and swear at them. You can abuse them all day long, and they'll still efficiently flip bits and push pixels.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ permalink: programming/exporting-prometheus-metrics-with-axum
draft: false
tags:
- rust
- til
date: 2023-09-13
title: Exporting Prometheus metrics with Axum
---
Expand Down
1 change: 1 addition & 0 deletions content/programming/geospatial queries with mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: 2019-07-25
permalink: programming/geospatial-queries-with-mongodb
tags:
- python
- til
---
I'm currently playing with MongoDB and its [geospatial queries](https://docs.mongodb.com/manual/geospatial-queries/?ref=ellie.wtf). It’s pretty interesting so far, so I just thought I'd write something up to show how I'm using it with PyMongo!

Expand Down
1 change: 1 addition & 0 deletions content/programming/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A collection of programming notes. Some are regular-updated snippets (labeled evergreen), while others are more of a one-off (labeled til)
1 change: 1 addition & 0 deletions content/programming/python snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
permalink: programming/python-snippets
tags:
- python
- evergreen
title: Python snippets
---
I don't spend as much time building actual large projects in Python any more (though I was paid to write Python for a few years in my early career). These days it's mostly just for random glue scripts on a variety of systems.
Expand Down

0 comments on commit ae77d79

Please sign in to comment.