From b735a0d8b12d4b6c4ebe5a8244d667685b0b17a2 Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Thu, 6 Apr 2023 12:33:42 +0100 Subject: [PATCH] Add Numen --- _data/navlist.yml | 3 +++ _pages/blogs.md | 2 ++ _pages/forums.md | 2 ++ _pages/numen.md | 10 ++++++++++ _pages/videos.md | 2 ++ _pages/voicecoding.md | 7 +++++++ 6 files changed, 26 insertions(+) create mode 100644 _pages/numen.md diff --git a/_data/navlist.yml b/_data/navlist.yml index e0f0bb2..a1c9f68 100644 --- a/_data/navlist.yml +++ b/_data/navlist.yml @@ -32,6 +32,9 @@ - title: Commercial add-ons url: addons.html + - title: Numen + url: numen.html + - section: User setups - section: Tips diff --git a/_pages/blogs.md b/_pages/blogs.md index cc638fc..b676910 100644 --- a/_pages/blogs.md +++ b/_pages/blogs.md @@ -4,6 +4,8 @@ title: Blogs --- - [HandsFreecoding](http://handsfreecoding.org/) - Techniques and software to code and control computers by voice +- [Numen](https://numenvoice.com/blog/) - Official blog of Numen voice control + - [Explosionduck - Open Source Speech Tools](http://explosionduck.com/wp/introduction-to-voice-programming-part-two-open-source-speech-tools/) - [Extrahop - Programming by Voice: Staying Productive without Harming Yourself](http://www.extrahop.com/post/blog/programming-by-voice-staying-productive-without-harming-yourself/) diff --git a/_pages/forums.md b/_pages/forums.md index 78b59a1..c288900 100644 --- a/_pages/forums.md +++ b/_pages/forums.md @@ -9,6 +9,8 @@ title: Forums - [Dragonfly Gitter Channel](https://gitter.im/sphinx-dragonfly/Lobby) - Text chat room. +- [Numen Matrix Chat](https://matrix.to/#/%23numen:matrix.org) - Numen text chat room. + - [Discord Channel](https://discord.gg/9eAAsCJ) - Castor/Dragonfly text or voice chat room. - [Stackoverflow for Dragonfly](http://stackoverflow.com/questions/tagged/python-dragonfly) diff --git a/_pages/numen.md b/_pages/numen.md new file mode 100644 index 0000000..85c10bb --- /dev/null +++ b/_pages/numen.md @@ -0,0 +1,10 @@ +--- +layout: page +title: Numen +--- + +[Numen](https://numenvoice.com) is Free Software voice control that gives people with limited use of their hands full control of their Linux machine. The philosophy is to keep it simple with phrases that work universally. + +- [Repository](https://git.sr.ht/~geb/numen) + +- [Matrix Chat](https://matrix.to/#/%23numen:matrix.org) diff --git a/_pages/videos.md b/_pages/videos.md index c7f140a..91a36dc 100644 --- a/_pages/videos.md +++ b/_pages/videos.md @@ -3,6 +3,8 @@ layout: page title: Videos --- +- [Numen Channel](https://peertube.tv/c/numen/videos) + - [Tavis Rudd - Pycon Talk](http://www.youtube.com/watch?v=8SkdfdXWYaI) - Using Python to Code by Voice - (Mar 20, 2013) - [Tavis Rudd - 5 programming languages in 5 mins, by Voice (Polyglot Conf)](https://www.youtube.com/watch?v=qXvbQQV1ydo) - (Apr 15, 2013) diff --git a/_pages/voicecoding.md b/_pages/voicecoding.md index 499f72a..6de8ebc 100644 --- a/_pages/voicecoding.md +++ b/_pages/voicecoding.md @@ -19,6 +19,13 @@ Caster provides three key types of command: - `print to console` - `print()` - `open file` - `open('filename', 'r') as f:` + +# Numen +[Numen](https://numenvoice.com) is Free Software voice control that gives people with limited use of their hands full control of their Linux machine. The philosophy is to keep it simple with phrases that work universally. + +It's for people who just want a simple keyboard alternative so they can be productive with standard keyboard-focused tools like Vim, tiling window managers and the command line. It leverages the open source [Vosk speech recognition toolkit](https://alphacephei.com/vosk). + + # Talon [Talon](talonvoice.com) aims to bring programming, realtime video gaming, command line, and full desktop computer proficiency to people who have limited or no use of their hands, and vastly improve productivity and wow-factor of anyone who can use a computer.