summaryrefslogtreecommitdiff
path: root/imworkingon/tags.yml
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 00:12:53 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 00:13:36 -0600
commitd342e7ed223ee7c3c42c402b3eaca990e20a053c (patch)
treefe6480f40c4bf5e6dde880dc77b051c7918a4755 /imworkingon/tags.yml
parentc793ff8f7b37c028953c33480ebfa52b5a0b0001 (diff)
Rework not not have imworkingon stuff in the top-level
Diffstat (limited to 'imworkingon/tags.yml')
-rw-r--r--imworkingon/tags.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/imworkingon/tags.yml b/imworkingon/tags.yml
new file mode 100644
index 0000000..8e0fa2d
--- /dev/null
+++ b/imworkingon/tags.yml
@@ -0,0 +1,27 @@
+docs:
+ prettyName: Documentation
+ desc: |
+ I'm working to improve documentation for GNU/Linux, but more than
+ that I'm working to improve the forms of documentation that more
+ skilled technical writers might be afraid or incapable of working
+ on: `--help` text, generated documentation, and auditing
+ documentation against the source code to make sure that it is
+ accurate and complete.
+ARM:
+ prettyName: ARM support
+ desc: |
+ Not that folks can't use GNU/Linux on ARM (obviously, the
+ Raspberry Pi has been a huge success), but there's still a lot
+ more friction to using GNU/Linux on ARM compared to x86. I'm
+ working on that.
+GI:
+ prettyName: GObject Introspection
+ desc: |
+ GObject Introspection (which is a terrible name for what it is,
+ btw) is a cross-(language-runtime) object system. GObject was an
+ object system for C that game out of GTK+, and then GObject
+ Introspection was created as a way to specify the ABI for working
+ with an object, so that GObjects could be used from other
+ languages. I think that GObject Introspection is a really cool
+ technology that can be the basis of reducing friction between
+ languages, but it needs better/more-ubiquitous tooling.