Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiaagarwal committed Mar 30, 2024
1 parent aa6c219 commit 1c8e281
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/computers/programming/linux/fcntl-atomic-locks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
tags:
- observation
- observations
description: File-locking on Linux is not atomic and FIFO, meaning readers and writers can claim locks in any order, running contrary to what the behavior should be.
title: File-locking is not atomic and FIFO.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Sending file descriptors through unix domain sockets
tags:
- observation
- observations
---
Unix domain sockets is the third type of socket (after TCP and UDP) which enables IPC. It also has a pretty unique power in that it can duplicate file descriptors across processes.

Expand Down
2 changes: 1 addition & 1 deletion content/computers/programming/macos/macos-native-docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
tags:
- docker
- observation
- observations
title: Docker on MacOS with close-to-native performance
---
I wanted to run Docker containers fast + close to native performance for working with Linux projects without dealing with the hassle of figuring out the equivalent dependencies on MacOS. This was trivial on Intel-based Macbooks, but is now a pain in the ass with the M-series macbooks.
Expand Down
2 changes: 2 additions & 0 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ If you're interested in what I have to say in more of a long-form format, check
Please feel free to click around and find whatever tickles your fancy. There's also a search bar. To help guide you, here's a list of tags I use to try and organize anything I create.

[[tags/notes]]

[[tags/thoughts]]

[[tags/observations]]

Enjoy :)

0 comments on commit 1c8e281

Please sign in to comment.