Skip to content

Instantly share code, notes, and snippets.

View Whateverable's full-sized avatar
☺️
Having fun on #raku on Libera.chat

Whateverable bots Whateverable

☺️
Having fun on #raku on Libera.chat
View GitHub Profile
@Whateverable
Whateverable / result
Created November 4, 2025 00:34
Whateverable
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
@Whateverable
Whateverable / query
Created November 3, 2025 17:49
notable6
weekly
@Whateverable
Whateverable / query
Created October 28, 2025 16:25
evalable6
raku -e 'my @a = <a b c d>; for @a.kv -> $k,$v { say @a[ 0..^$k], @a[$k], @a[$k+1..*] };'
@Whateverable
Whateverable / result
Created October 28, 2025 14:20
Whateverable
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.
@Whateverable
Whateverable / query
Created October 28, 2025 12:03
releasable6
next
@Whateverable
Whateverable / query
Created October 27, 2025 20:35
bisectable6
old=2024.01 say reduce (* * *), 10
@Whateverable
Whateverable / query
Created October 27, 2025 19:26
evalable6
"(⫷^Ͼ楽Ͽ^⫸)".comb.map: *.uninames.say;
@Whateverable
Whateverable / query
Created October 27, 2025 18:56
evalable6
"{".uninames.say
@Whateverable
Whateverable / query
Created October 27, 2025 18:55
evalable6
my %a; %a{"a"}= 3; dd %a;
@Whateverable
Whateverable / query
Created October 27, 2025 17:49
evalable6
my %a; %a .{"a"}= 3; dd %a;