Skip to content

Commit d34fdd7

Browse files
bad links; update stuff
1 parent 066001d commit d34fdd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/pages/projects.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdown/pages/projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In late June 2022 I had the idea to try and create music from Langton's Ant and
6868

6969
*Status: Complete, update in progress*
7070

71-
In late September 2022 I was fooling around with the PCB's of the Armdroid (see above) and wanted to make circuit diagrams. I am not trained in and major EDA software like KiCad, and none I know of run in a web browser at any rate, so I decided to do ASCII art drawings. The closest thing to what I wanted -- Jovansonlee Cesar's [svgbob](https://github.com/ivanceras/svgbob) -- doesn't quite work the way I wanted it to, so I wrote my own program. Schemascii is designed specifically for circuit diagrams, and is written in Python so it can be embedded into a Python-Markdown-rendered site (such as my blog). There is also a CLI program for rendering standalone images.
71+
In late September 2022 I was fooling around with the PCB's of the Armdroid (see above) and wanted to make circuit diagrams. [KiCanvas](https://kicanvas.org) does exist, but it's extremely alpha, and anyway KiCad files are overkill for just embedding an *image* of a circuit in a web page, so I decided to do ASCII art drawings. The closest thing to what I wanted -- Jovansonlee Cesar's [svgbob](https://github.com/ivanceras/svgbob) -- doesn't quite work the way I wanted it to, so I wrote my own program. Schemascii is designed specifically for circuit diagrams, and is written in Python so it can be embedded into a Python-Markdown-rendered site (such as my blog). There is also a CLI program for rendering standalone images. And if I get around to actually writing code for it, I might even get an exporter to KiCad netlist format
7272

7373
* [Source code](https://github.com/dragoncoder047/schemascii)
7474
* [Run in browser (experimental)](https://dragoncoder047.github.io/schemascii/)
@@ -95,7 +95,7 @@ A while ago (years? I forget when) I discovered the [Cognate](https://cognate-la
9595

9696
PICKLE is my latest idea of a programming language, designed around some clever syntactic features that allows embedding of arbitrary string data inside the code, as well as user-definable custom operators and operator overloading. Currently PICKLE itself is only a concept described in a series of blog posts.
9797

98-
* [PICKLE blog post series](/blog/pickles.html)
98+
* [PICKLE blog post series](/blog/2023/pickles/)
9999
* [Tinobsy source code](https://github.com/dragoncoder047/tinobsy/)
100100

101101
### uLisp fork

0 commit comments

Comments
 (0)