blob: 75860391afd37549e421dc150b82740dcae9c365 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
(use judge)
(use /src/play)
(assert (= (+ 2 2) 3))
# (test (select-by-key "acct" all-followers)
# @["brendan@merveilles.town"
# "balrogboogie@mastodon.art"
# "mstange@mastodon.social"
# "mario_afk@merveilles.town"
# "hanbruder@ecoevo.social"
# "angelo@social.droppedbits.com"
# "akkartik@lethallava.land"
# "kategenevieve@assemblag.es"
# "kidskylark"
# "saltimbanque@mamot.fr"
# "dcreager@dcreager.net"
# "computersandblues@post.lurk.org"
# "tamberg@quite.social"
# "hs0ucy@jasette.facil.services"
# "prahou@merveilles.town"
# "nix@merveilles.town"
# "cidney@social.city-of-glass.net"
# "alyssa@cloudisland.nz"
# "hastur@hackers.town"
# "cian@post.lurk.org"
# "ben@a11y.info"
# "jeremy@boles.social"
# "pkra@bonn.social"
# "typeable@mastodon.social"
# "nocko@kolektiva.social"
# "ioezg@emacs.ch"
# "jleightcap@treehouse.systems"
# "arcade@catcatnya.com"
# "illegaldaydream@kolektiva.social"
# "maro@merveilles.town"
# "halfflat@calckey.social"
# "julienxx@nein.club"
# "required@zero.parts"
# "lior@mastodon.social"
# "Amirography@fosstodon.org"
# "decentral1se@varia.zone"
# "mirth@mastodon.sdf.org"
# "tbsp@merveilles.town"
# "plexus@toot.cat"
# "cblgh@merveilles.town"
# "spiralganglion@mastodon.social"
# "booters@kolektiva.social"
# "thegr8whoopdini@bookwyrm.social"
# "pixx@merveilles.town"
# "angelo@social.lol"
# "HarneyB@decept.org"
# "woozong@post.lurk.org"
# "sieve@hachyderm.io"
# "amszmidt@mastodon.social"
# "karlinfox@mastodon.cloud"
# "resoluxe@mastodon.art"
# "idlestate@toot.cat"
# "fmflake@mastodon.social"
# "raychill@aus.social"
# "selmakovich@eldritch.cafe"
# "bartgo@fosstodon.org"
# "GoodClover@en.osm.town"
# "levibeach@merveilles.town"
# "celebrion@mastodon.online"
# "benji@fosstodon.org"
# "nilmethod@pleroma.destroyallmachines.net"
# "nikken@post.lurk.org"
# "lobo@merveilles.town"
# "ophiuchoid@indieweb.social"
# "mu@merveilles.town"
# "kieranmcguire@mastodon.online"
# "yagaruma@mastodon.social"
# "dook@post.lurk.org"
# "wilfredh@mastodon.social"
# "Jetengineweasel@hackers.town"
# "DrTCombs@transportation.social"
# "jy4m@matapacos.dog"
# "ivmirx@mas.to"
# "vanja@tech.lgbt"
# "abuseofnotation@mathstodon.xyz"
# "jes5199@mastodon.social"
# "ouro@social.snircle.space"
# "typeswitch@gamedev.lgbt"
# "Ronkjeffries@mastodon.social"
# "bogmon@mstdn.social"])
|