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 / query
Created September 24, 2025 11:56
releasable6
next
@Whateverable
Whateverable / query
Created September 24, 2025 11:43
releasable6
next
@Whateverable
Whateverable / query
Created September 23, 2025 16:30
releasable6
next
@Whateverable
Whateverable / query
Created September 23, 2025 16:30
releasable6
next
@Whateverable
Whateverable / query
Created September 23, 2025 16:23
releasable6
next
@Whateverable
Whateverable / query
Created September 22, 2025 19:46
notable6
weekly
@Whateverable
Whateverable / query
Created September 22, 2025 18:32
notable6
weekly
@Whateverable
Whateverable / query
Created September 19, 2025 20:24
bisectable6
old=2023.12 new=2024.01 class Data {has int32 $.a; has uint32 $.hashlen; has Buf $.salt}; my $hashlen = 32; my $salt = Buf.new; for 1 .. 20000 { my $meta = Data.new(:$hashlen, :$salt); my $hl := $meta.hashlen; die "oh no " if $hl != 32}; say "ok";
@Whateverable
Whateverable / query
Created September 19, 2025 20:21
bisectable6
class Data {has int32 $.a; has uint32 $.hashlen; has Buf $.salt}; my $hashlen = 32; my $salt = Buf.new; for 1 .. 20000 { my $meta = Data.new(:$hashlen, :$salt); my $hl := $meta.hashlen; die "oh no " if $hl != 32}; say "ok";
@Whateverable
Whateverable / query
Created September 19, 2025 20:21
bisectable6
class Data {has int32 $.a; has uint32 $.hashlen; has Buf $.salt}; my $hashlen = 32; my $salt = Buf.new; for 1 .. 20000 { my $meta = Data.new(:$hashlen, :$salt); my $hl := $meta.hashlen; die "oh no " if $hl != 32}; say "ok";