Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70ce2d2

Browse files
author
0xfab1
committed
refactor social advice section for clarity; add Rivulet programming language overview and example; update CLI tools list
1 parent 4baf8a8 commit 70ce2d2

File tree

3 files changed

+37
-10
lines changed

3 files changed

+37
-10
lines changed

docs/about/life/social.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ If they want advice but it doesn't work, here are some possible reasons to refle
1818
| Irrelevance of Advice | Sometimes advice is not applicable because it's based on incorrect assumptions.| Verify assumptions and gather accurate information about the situation before advising. |
1919
| Unrealistic Expectations | Expectations that advice alone will solve complex problems can lead to disappointment.| Set realistic expectations about what advice can achieve and emphasize effort and process. |
2020

21-
## Rules to live by (TODO)
22-
23-
From <ADD SOURCE>
21+
## Rules to live by
2422

2523
1. Gehe im Zweifelsfall vom Guten aus (lieber 1x verarscht werden als 100x kein vertrauen gezeigt)
2624
2. Denke in Win-Win-Szenarien (Bei guten Deals gewinnen alle)
@@ -33,13 +31,11 @@ From <ADD SOURCE>
3331
9. Oute Dich (XXXXXX)
3432
10. Sei realitisch (sei kein träumer und kein pessimist)
3533

36-
3734
### More Rules
3835

39-
Stuff I collected from random places over time:
36+
More good advice I collected from random places over time:
4037

41-
Show up is better than not showing up.
42-
or
43-
"Anything worth doing is also worth doing half assed".
38+
Showing sometimes is 50%:
4439

45-
Example: brushing ur teeth for 10 seconds is better than 0 seconds, etc. apply that to everything
40+
- Quote: "Show up is better than not showing up" or "Anything worth doing is also worth doing half assed".
41+
- Example: brushing ur teeth for 10 seconds is better than 0 seconds, etc. apply that to everything..

docs/tech/art/random/programming.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,34 @@ output examples
279279
#..............# #.........#
280280
################ ###########
281281
```
282-
282+
283+
## Rivulet
284+
285+
[Rivulet](https://github.com/rottytooth/Rivulet) is a programming language composed of flowing strands, written using semigraphic characters. These strands are not pictographic; their flow does not visually simulate computation. There are four distinct types of strands, each with its own symbolism and grammatical structure. Combined, they form glyphs—compact blocks of code in which multiple strands execute in unison.
286+
287+
Example (Fibonacci program)
288+
289+
```riv
290+
╵──╮───╮╭─ ╵╵╭────────╮
291+
╰─╯╰──╯│ ╰─╶ ╶╮╶╮╶╯
292+
╰─────╮ │ ╭─────╯ ╰─────╮
293+
╰─╯ ╷ ╰─── ───╯╷
294+
295+
╵╵─╮ ╭─╮ ╭── ╵╵╰─╮ ──╮──╮
296+
╰─╮│ ╰─╯ ╵╵╰─╯╶╮ ╴─╯ ╭─╯╭─╯
297+
╰─╯╰─ ╰──╯╰────╯ ╭╴ ╵╶╯ ╶╯╶╮
298+
╭─╮ ╭╴ │ ╰──────╯
299+
│ │ │ ╰─╮ ╭─╮
300+
│ │ ╰─╯ │ │ │
301+
╰─╯ ╷ ╰──── ╰───╯╷
302+
303+
╵╵ ╭── ──╮ ╭─╮ ╵╰─╮
304+
╰─╮ ╭─╯╭─╯ │ ╴─╯
305+
╶╯╵╶╯ │ ╷╶╯ ╭─╮
306+
╭─╮ ╰────╯ │ ╭─╮ │
307+
│ ╰────╮ ╭─╯ ╭╴│ │ ╭─╯
308+
╰────╮ │ │ │ │ │ │ │
309+
╭────╯ │ │ ╰─╯ │ ╷ ╰─╷
310+
╰────╮ │ ╰─────╯ │
311+
│ ╰─────────╯╷
312+
```

docs/tech/tools/cli/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
- Text Editor: <https://micro-editor.github.io/>
8787
- plaintext accounting tool: <https://github.com/simonmichael/hledger>
8888
- CSV pretty printer: <https://github.com/alexhallam/tv>
89+
- CSV processing: <https://github.com/medialab/xan>
8990
- Bits, bytes and address calculator: <https://github.com/jarun/bcal>
9091
- Code Editor: <https://micro-editor.github.io/>
9192
- [DOOIT](https://github.com/kraanzu/dooit) is a TUI todo manager

0 commit comments

Comments
 (0)