- https://www.youtube.com/watch?v=R3QEFQ9ZFis&t=34s
- https://jasonbrownlee.me/blog/posts/hand-crafted-code/
- https://www.robinsloan.com/notes/home-cooked-app/
- https://samuel.karp.dev/blog/2025/09/writing-software-for-myself/
- https://zerotrickpony.com/articles/software-for-one/
- https://robey.lag.net/2025/09/14/my-watchy.html
- https://fpsvogel.com/posts/2025/goodreads-to-plain-text-csv-reading-log
- https://lannysport.net/writing/ten-years-of-iss.html
- https://imgur.com/a/lobsters-migrated-to-phpbb-april-fools-day-2018-83uDx
- https://imgur.com/a/lobsters-april-fool-s-prank-2015-7SiOw
- 2020-05-17 - Add :hardcode-syspath option to declare-binscript
- 2021-03-11 - janet-lang/community discussion - date may be shifted from gh dates
- 2021-03-12 - Add auto-shebang functionality
- 2021-03-12 - Require opt-in behavior per script.
- declare-binscript definition in jpm
- declare-binscript definition in janet-pm
janet-pm
JANET_MODPATHreference in docstring ofdeclare-sourceshould be removed
linux and windows
- libreoffice - exporting pdfs allows password setting (so in combination with opening a pdf in libreoffice first might be an option)
- qpdf - password entry via command line unfortunate -- some versions allow entry via prompt (but exposed?)
windows
- Roadmap
- Replace GObject and GLib dependencies in the core
- Scheme minimzation
- Register rewrite
- Eliminate deprecated widgets and libraries
- Remove module system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <?define Name = "Janet" ?> | |
| <?define Description = "The Janet Programming Language" ?> | |
| <?define Manufacturer = "Janet-Lang.org" ?> | |
| <?define WebPage = "https://janet-lang.org" ?> | |
| <?ifdef env.JANET_VERSION ?> | |
| <?define Version = "$(env.JANET_VERSION)" ?> | |
| <?else?> | |
| <?define Version = "0.0.0" ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # -resize: | |
| # https://www.baeldung.com/linux/images-batch-scale-specific-size | |
| # | |
| # -trim: | |
| # https://superuser.com/questions/1020396/batch-image-auto-crop-apply-fixed-width-and-maintain-aspect-ratio | |
| # | |
| # -crop (used before, not using now): | |
| # https://superuser.com/questions/1161340/how-to-crop-an-image-using-imagemagick-from-the-command-line |