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
| --- | |
| Title: JANET(1) | |
| Authors: Calvin Rose <[email protected]> | |
| Date: 2025-09-07 | |
| Project: Janet | |
| --- | |
| NAME | |
| ==== |
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
| checks settings of system and programs, e.g.: | |
| * is microphone on? | |
| * are any network services running? | |
| * are certain web browser settings in a certain state? |
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
| --[[ | |
| cqueues-servicekit - A daemonization API based upon ServiceKit | |
| Original ServiceKit can be found - | |
| https://github.com/LuaDist2/servicekit-posix | |
| License: | |
| Copyright (c) 2012 Aaron B. | |
| Copyright (c) 2019 LLMII <[email protected]> |
https://askubuntu.com/a/890376
https://wiki.archlinux.org/title/Mozc#Configuration
https://github.com/google/mozc/blob/master/docs/configurations.md
edit ~/.config/mozc/ibus_config.textproto so that it has:
active_on_launch: True
- It Turns Out That No One Wants to Tell the Truth About Government 'Debt' - Stephanie Kelton
- Can Taxes and Bonds Finance Government Spending? - 1998 - Stephanie Bell (Kelton)
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
| * minor fixes pr candidate items | |
| * change comments | |
| /* Use counter to keep track of number of '=' seen */ <- should be backticks? | |
| * initially missed things | |
| * popstate has a for loop surrounding most of its code | |
| * atsign's non-default cases all return...the default case leads to code | |
| after the switch statement (slightly confusing?) | |
| * unknown items |
- some reasons it's nice to have (semi-)automatic "formatting" of data
- readable evaluation results
- for efficient perception
- for sharing with others
- for recording as part of expressing a test
- for documentation
- readable evaluation results
