index.html (2622B)
1 <!DOCTYPE html> 2 <head> 3 <meta charset="UTF-8"> 4 <link rel="stylesheet" type="text/css" href="index.css"> 5 <title>💩 kaka farm 💩</title> 6 </head> 7 8 <body> 9 <div id="topmostdiv"> 10 11 <h1>Various stuff:</h1> 12 13 <h2>Clipboard Speaker</h2> 14 <p>An accessibility tool that reads either what you mark with your 15 mouse: 16 17 <dl> 18 <dt>Python</dt> 19 <dd><pre>clipboard-speaker -p</pre></dd> 20 <dt>Guile</dt> 21 <dd><pre>clipboard-speaker --clipboard-type=p</pre></dd></dl> 22 23 Or the contents of your clipboard: 24 25 <dl> 26 <dt>Python<dt> <dd><pre>clipboard-speaker -b</pre></dd> 27 <dt>Guile<dt> <dd><pre>clipboard-speaker --clipboard-type=b</pre></dd></dl> 28 29 <a href="https://sr.ht/~kakafarm/clipboard-speaker/">Clipboard 30 Speaker's Sourcehut repositories</a></p> 31 32 <h3>Python Clipboard Speaker</h3> 33 <p>The original Python code: 34 <a href="https://git.sr.ht/~kakafarm/clipboard-speaker/">Python 35 Clipboard Speaker's Sourcehut repository</a></p> 36 37 <h3>Guile Clipboard Speaker</h3> 38 <p>Also rewritten it in 39 Guile: <a href="https://git.sr.ht/~kakafarm/clipboard-speaker/">Guile 40 Clipboard Speaker's Sourcehut repository</a></p> 41 42 <h2>Rusty Diceware</h2> 43 <p><a href="https://github.com/yuvallanger/rusty-diceware/">A 44 diceware tool in Rustlang.</a></p> 45 46 <h2>"Blog"</h2> 47 <a href="//kaka.farm/blog/">blog-ish</a> 48 49 <h2>Commonly Forgotten</h2> 50 <a href="//kaka.farm/~commonly-forgotten/">Commonly Forgotten</a> 51 has some terribly written notes. 52 53 <h2>Git repository repositories</h2> 54 <p><ul> 55 <li>The static site 56 generator <a href="https://codemadness.org/stagit.html">Stagit</a> 57 (<a href="https://codemadness.org/git/stagit/file/README.html">README</a>) 58 was used to generate <a href="/stagit/">my copies of some of 59 my git repositories</a>.</li> 60 <li><a href="//sr.ht/~kakafarm/">Sourcehut</a></li> 61 <li><a href="//gitgud.io/yuvallanger/">GitGud profile</a></li> 62 <li><a href="//gitlab.com/yuvallanger/">GitLab profile</a></li> 63 <li><a href="//github.com/yuvallanger/">GitHub 64 profile</a></li></ul></p> 65 66 <h2>org-roam notes</h2> 67 <p>Splitting your org-roam notes 68 into <a href="/private-org-roam-notes/">private</a> 69 and <a href="/org-roam-notes/">public</a> notes is a pain in the 70 arse. Luckily for me I 71 love <a href="//en.wikipedia.org/wiki/Pita"></a>.</p> 72 73 <h2>Contact(?)</h2> 74 <ul> 75 <li><a href="">@kakafarm@emacs.ch</a>.</li> 76 </ul> 77 </div> 78 </body> 79 </html>