<feed xmlns='http://www.w3.org/2005/Atom'>
<title>swipeGuess, branch v0.2.0</title>
<subtitle>Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
</subtitle>
<id>https://git.zachdecook.com/swipeGuess/atom?h=v0.2.0</id>
<link rel='self' href='https://git.zachdecook.com/swipeGuess/atom?h=v0.2.0'/>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/'/>
<updated>2022-01-25T02:05:33+00:00</updated>
<entry>
<title>Readme: Update for c rewrite</title>
<updated>2022-01-25T02:05:33+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2022-01-25T01:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=42347937a7d554cc4ffad0851d2a2fc0452f93dc'/>
<id>urn:sha1:42347937a7d554cc4ffad0851d2a2fc0452f93dc</id>
<content type='text'>
Remove old shell version because it's slow.
</content>
</entry>
<entry>
<title>swipeGuess: insensitive comparison</title>
<updated>2022-01-25T01:18:02+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2022-01-24T15:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=a8cb10f119b8f3244d003c6733cdd16c2079ab55'/>
<id>urn:sha1:a8cb10f119b8f3244d003c6733cdd16c2079ab55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swipeGuess: rewrite in C</title>
<updated>2022-01-25T01:18:02+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2022-01-24T15:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=e355818da465782b7ce1c7e24b79bd817af90bf1'/>
<id>urn:sha1:e355818da465782b7ce1c7e24b79bd817af90bf1</id>
<content type='text'>
For 10-300x speedup
</content>
</entry>
<entry>
<title>mapScore: add bee distance</title>
<updated>2022-01-25T01:18:02+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2022-01-18T06:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=ce128823e69e24febc5830e382836fcf658c7063'/>
<id>urn:sha1:ce128823e69e24febc5830e382836fcf658c7063</id>
<content type='text'>
like manhattan distance, but on a hex grid
</content>
</entry>
<entry>
<title>Revert "map scoring: weight length of word"</title>
<updated>2022-01-25T00:22:55+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2022-01-25T00:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=09a8e791c59b3a03bb30d71080e4c915cc8a928e'/>
<id>urn:sha1:09a8e791c59b3a03bb30d71080e4c915cc8a928e</id>
<content type='text'>
This reverts commit b2eed7eee4f4730b458bfd3bac285363dd15b938.
</content>
</entry>
<entry>
<title>swipeGuess: allow case-insensitive matches</title>
<updated>2021-12-04T14:23:57+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2021-12-04T14:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=7e4bb432537ffdf56a4b2abb03878b0009a4e4a9'/>
<id>urn:sha1:7e4bb432537ffdf56a4b2abb03878b0009a4e4a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>readme: add more info for map.tsv</title>
<updated>2021-12-02T03:59:09+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2021-12-02T03:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=bfe452bf99903f55356744b8cad3047e1385ee46'/>
<id>urn:sha1:bfe452bf99903f55356744b8cad3047e1385ee46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>readme: Add more instructions</title>
<updated>2021-12-02T03:34:56+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2021-12-02T03:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=0ca1f4a441d644b58fbca0cdc080c62e05960adb'/>
<id>urn:sha1:0ca1f4a441d644b58fbca0cdc080c62e05960adb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swipeGuess: accept more terse input</title>
<updated>2021-12-01T20:55:15+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2021-12-01T20:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=1e2c9625bde82509288e148574639dba4c848b8d'/>
<id>urn:sha1:1e2c9625bde82509288e148574639dba4c848b8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>map scoring: weight length of word</title>
<updated>2021-12-01T06:12:35+00:00</updated>
<author>
<name>Zach DeCook</name>
<email>zachdecook@librem.one</email>
</author>
<published>2021-12-01T06:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachdecook.com/swipeGuess/commit/?id=b2eed7eee4f4730b458bfd3bac285363dd15b938'/>
<id>urn:sha1:b2eed7eee4f4730b458bfd3bac285363dd15b938</id>
<content type='text'>
</content>
</entry>
</feed>
