diff --git a/_content/skills.html b/_content/skills.html
index 90bdaf7..34374ab 100644
--- a/_content/skills.html
+++ b/_content/skills.html
@@ -21,7 +21,12 @@ I'm currently learning...
C++ - while I much prefer Rust, C++ has a far larger established base, and
learning either it or C (preferably both) is near-essential for systems programming, particularly when working
with Linux internals
+ C - a very useful language for both
+ working with established codebases and for writing software for small, low-power devices, such as in the context
+ of embedded hardware.
Kotlin - my personal favourite of the various JVM languages. Java is
widespread in many industries, and Kotlin provides near-seamless Java interop. Knowing at least one JVM
language should be very helpful for integrating with existing established codebases.
+ Zig - Zig's alluring promise of a better C captured my attention, and I quite
+ enjoy its comptime paradigm, ease of configuring allocators, and philosophy around error handling.