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
| 2025-11-01T10:09:13Z #raku <librasteve_> wayland: I have had a few further thoughts about keycaps and I would like to propose the following <§ ± ⚛️ ♎️ ♓️ ∅ ∞ £ € ①> … these are used by App::Crag (there are ascii alternatives as I mentioned, but I just realised that having keycaps would be a lot more fun) … libra is used for Physics::Measure and pisces for Physics::Navigation btw |
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
| weekly |
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
| raku -e 'my @a = <a b c d>; for @a.kv -> $k,$v { say @a[ 0..^$k], @a[$k], @a[$k+1..*] };' |
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
| 2025-10-28T09:57:48Z #raku <wayland76> ds7832 Interesting! I can see why the Neo is popular (and I usually can't see why a layout is popular). My main board is currently on a Moonlander, and I've gone QWERTY-like, but with extra layers. One of the things I've done is that matching punctuation (eg. parentheses) is in the same place on opposite hands; left opens, right closes. |
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
| next |
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
| old=2024.01 say reduce (* * *), 10 |
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
| "(⫷^Ͼ楽Ͽ^⫸)".comb.map: *.uninames.say; |
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
| "{".uninames.say |
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
| my %a; %a{"a"}= 3; dd %a; |
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
| my %a; %a .{"a"}= 3; dd %a; |
NewerOlder