Monorepo for Aesthetic.Computer aesthetic.computer

Ship current workspace changes

+2506 -116
+63
changelogs/2026-03-30-weekly-news-late-march.md
··· 1 + # Weekly News From @jeffrey 2 + 3 + **status:** draft 4 + **author:** @jeffrey 5 + **for:** news.aesthetic.computer post 6 + **date:** week of march 24-30, 2026 7 + **research:** `node at/news-cli.mjs commits --since "2026-03-24 20:00:00"` 8 + 9 + --- 10 + 11 + another weekly one. this covers the week of march 24-30, 2026. 12 + 13 + there were ~188 commits after the little march 23-24 note. the big story is consolidation: the self-hosted monolith is real now, the native os is getting much closer to "one image, many machines", and kidlisp / keeps infrastructure moved off a few brittle dependencies. 14 + 15 + ## lith is the real server now 16 + 17 + the biggest architectural change this week is that aesthetic computer is no longer leaning on netlify as the main production shape. `lith` landed as a self-hosted monolith on its own droplet ([ed1f58a](https://github.com/whistlegraph/aesthetic-computer/commit/ed1f58a17)), then quickly picked up a proper `/media/*` handler ([949dd44](https://github.com/whistlegraph/aesthetic-computer/commit/949dd442e)), response caching, full ssl, and a deploy webhook ([2072099](https://github.com/whistlegraph/aesthetic-computer/commit/20720999b)). 18 + 19 + after that, it started getting the things you actually need once a server is no longer hypothetical: caddy access logs and traffic summaries ([7e3385a](https://github.com/whistlegraph/aesthetic-computer/commit/7e3385a7f)), a function stats dashboard in silo ([76959d4](https://github.com/whistlegraph/aesthetic-computer/commit/76959d470)), graceful shutdown so restarts drain in-flight requests instead of clipping them ([0fac581](https://github.com/whistlegraph/aesthetic-computer/commit/0fac58149)), and push-to-main auto-deploy ([22d5987](https://github.com/whistlegraph/aesthetic-computer/commit/22d598764)). 20 + 21 + then came the small-but-important routing and production fixes: kidlisp.com got its own dedicated handler instead of falling through the main spa ([ad5adca](https://github.com/whistlegraph/aesthetic-computer/commit/ad5adca5c)), notepat.com routing was corrected ([76680b2](https://github.com/whistlegraph/aesthetic-computer/commit/76680b2bc)), `/api/logo.png` got wired properly ([87a353e](https://github.com/whistlegraph/aesthetic-computer/commit/87a353e05)), version reporting started writing a real `.commit-ref` again ([17aff7b](https://github.com/whistlegraph/aesthetic-computer/commit/17aff7b05), [dadc13d](https://github.com/whistlegraph/aesthetic-computer/commit/dadc13dcd)), and today `news.aesthetic.computer` got its own lith route fix after I noticed a weekly post wasn't resolving ([06a4dba](https://github.com/whistlegraph/aesthetic-computer/commit/06a4dba04)). 22 + 23 + it feels less like "a migration" now and more like "this is the server." 24 + 25 + ## one usb image for macs and thinkpads 26 + 27 + on the native side, the project got much closer to a universal boot story. macbook pro 2011 support landed in earnest ([357d0fb](https://github.com/whistlegraph/aesthetic-computer/commit/357d0fb82)), along with hybrid intel mac boot media ([a3b14c8](https://github.com/whistlegraph/aesthetic-computer/commit/a3b14c8dd)), intel mac usb boot discovery fixes ([573b390](https://github.com/whistlegraph/aesthetic-computer/commit/573b390ba)), hfs+ mount handling in the flash helper ([c95f4c4](https://github.com/whistlegraph/aesthetic-computer/commit/c95f4c4a0)), and a chainloader path for old mac efi that can't swallow a huge kernel directly ([cd161aa](https://github.com/whistlegraph/aesthetic-computer/commit/cd161aa98)). 28 + 29 + that work turned into a more ambitious result: one usb image that works on both macs and thinkpads ([1a212c3](https://github.com/whistlegraph/aesthetic-computer/commit/1a212c335)). systemd-boot is in the loop for mac efi now ([104bdeb](https://github.com/whistlegraph/aesthetic-computer/commit/104bdeb93)), the mac boot path gets a real splash screen instead of dead-looking blackness ([0d4e160](https://github.com/whistlegraph/aesthetic-computer/commit/0d4e160d6)), and ota uploads now ship a slim kernel + initramfs pair for more universal boot compatibility ([02f5262](https://github.com/whistlegraph/aesthetic-computer/commit/02f526286)). 30 + 31 + there was also a long tail of "make the machine feel normal" work: bcm5974 trackpad support for old macbooks ([bdb51a9](https://github.com/whistlegraph/aesthetic-computer/commit/bdb51a97d)), cirrus logic audio support ([b3a16f4](https://github.com/whistlegraph/aesthetic-computer/commit/b3a16f4f9)), more realistic sample-rate negotiation and a safer 48kHz default ([87ca60a](https://github.com/whistlegraph/aesthetic-computer/commit/87ca60ac0), [0e6671f](https://github.com/whistlegraph/aesthetic-computer/commit/0e6671fb6)), cleaner boot output ([c13f47c](https://github.com/whistlegraph/aesthetic-computer/commit/c13f47ce5)), less shutdown text spam ([34dc863](https://github.com/whistlegraph/aesthetic-computer/commit/34dc8639e), [f9fdeda](https://github.com/whistlegraph/aesthetic-computer/commit/f9fdedac6), [ca12d74](https://github.com/whistlegraph/aesthetic-computer/commit/ca12d74c8)), and some practical quality-of-life fixes around trackpad deltas, mic capture, and preset wifi networks ([5249301](https://github.com/whistlegraph/aesthetic-computer/commit/5249301ba), [303b300](https://github.com/whistlegraph/aesthetic-computer/commit/303b3005c)). 32 + 33 + the old intel macs stopped feeling like weird exceptions this week. that's a good sign. 34 + 35 + ## kidlisp and keeps grew some infrastructure 36 + 37 + kidlisp is inching further into native execution. there's now a cl-native evaluator ([b0e4c9e](https://github.com/whistlegraph/aesthetic-computer/commit/b0e4c9efe)), a cl piece launcher so typing `notepat.lisp` boots the lisp version directly ([8f694ad](https://github.com/whistlegraph/aesthetic-computer/commit/8f694ad7a)), a config-driven main loop for selecting pieces ([37ffe4b](https://github.com/whistlegraph/aesthetic-computer/commit/37ffe4bc7)), and a unified build that embeds sbcl + swank in the native build path ([98ecb8b](https://github.com/whistlegraph/aesthetic-computer/commit/98ecb8bfa)). the list piece also started showing `.lisp` pieces in their own purple section ([646f760](https://github.com/whistlegraph/aesthetic-computer/commit/646f7600d)). 38 + 39 + on the browser side, notebook kidlisp switched from url encoding to `postMessage` for passing programs around ([9ae49f9](https://github.com/whistlegraph/aesthetic-computer/commit/9ae49f95b)). that is one of those changes users may not notice directly, but it takes pressure off a bunch of annoying edge cases. 40 + 41 + keeps got a more meaningful backend shift: the mint pipeline now uses a self-hosted ipfs node on lith instead of pinata ([edccefc](https://github.com/whistlegraph/aesthetic-computer/commit/edccefc78)). there are also fixes so the keep pipeline falls back to a thumbnail instead of failing hard ([aa1a800](https://github.com/whistlegraph/aesthetic-computer/commit/aa1a80097)), and keep.kidlisp.com got some auth / asset-path cleanup ([b7a7a02](https://github.com/whistlegraph/aesthetic-computer/commit/b7a7a028e), [9e92179](https://github.com/whistlegraph/aesthetic-computer/commit/9e92179e5), [1ed59f6](https://github.com/whistlegraph/aesthetic-computer/commit/1ed59f68e)). 42 + 43 + also: kidlisp pieces now have a farcaster frame endpoint ([8b04520](https://github.com/whistlegraph/aesthetic-computer/commit/8b0452047)). that one feels small, but i like it. a kidlisp piece should be able to leak out into other systems and still feel alive. 44 + 45 + ## papers, atproto, and the research layer 46 + 47 + the writing side kept expanding too. there's a new paper on ucla arts administration, "Two Departments, One Building" ([8116615](https://github.com/whistlegraph/aesthetic-computer/commit/8116615e2)), and then a whole cluster of follow-up work that broadened it, corrected dates, added governance context, expanded references, and shipped translations ([92c9b0c](https://github.com/whistlegraph/aesthetic-computer/commit/92c9b0c72), [ea155db](https://github.com/whistlegraph/aesthetic-computer/commit/ea155dbf8), [b394883](https://github.com/whistlegraph/aesthetic-computer/commit/b39488378), [8493fbd](https://github.com/whistlegraph/aesthetic-computer/commit/8493fbd17), [6b0244c](https://github.com/whistlegraph/aesthetic-computer/commit/6b0244c74)). 48 + 49 + the papers site itself got wider and calmer ([31f0090](https://github.com/whistlegraph/aesthetic-computer/commit/31f0090f5)), gained better sorting and live build telemetry ([f36ef49](https://github.com/whistlegraph/aesthetic-computer/commit/f36ef49e8), [bdeaaec](https://github.com/whistlegraph/aesthetic-computer/commit/bdeaaec28)), and tightened up its cards / translation / table behavior in a bunch of places ([d07b9e5](https://github.com/whistlegraph/aesthetic-computer/commit/d07b9e587), [1b84829](https://github.com/whistlegraph/aesthetic-computer/commit/1b8482986), [fb347c1](https://github.com/whistlegraph/aesthetic-computer/commit/fb347c1c8), [67d0072](https://github.com/whistlegraph/aesthetic-computer/commit/67d0072ac)). 50 + 51 + the atproto side stayed braided into that work. the "Handle Identity on the AT Protocol" paper picked up a section on running the pds on bare metal and connecting identity back to the os itself ([e5a31ff](https://github.com/whistlegraph/aesthetic-computer/commit/e5a31ff2e)). that connection feels increasingly central to the project: the machine, the account, the paper, and the published artifact are all starting to speak the same language. 52 + 53 + --- 54 + 55 + - @jeffrey 56 + 57 + --- 58 + 59 + ## notes to self 60 + 61 + - this one is more about consolidation than one flashy feature 62 + - tone should stay plainspoken and concrete 63 + - if i post it, maybe link out to `/os`, `keep.kidlisp.com`, and the papers site more directly next pass
+25 -7
oven-edge/worker.mjs
··· 93 93 } 94 94 95 95 // Get template ISO body as a ReadableStream 96 - async function getTemplateStream(env, buildName) { 96 + async function getTemplateStream(env, manifest) { 97 + const buildName = manifest?.name; 98 + if (!buildName) return null; 99 + 97 100 // Try R2 first 98 101 if (env?.OS_IMAGES) { 99 102 const obj = await env.OS_IMAGES.get(`builds/${buildName}/template.iso`); 100 - if (obj) return obj.body; 103 + if (obj) { 104 + const size = Number(obj.size || 0); 105 + if (!manifest?.isoSize || !size || size === manifest.isoSize) { 106 + return { body: obj.body, size: size || manifest?.isoSize || 0 }; 107 + } 108 + } 101 109 } 110 + 102 111 // Fallback: fetch from DO Spaces (with edge caching) 103 112 const res = await fetch(SPACES + "/os/native-notepat-latest.iso", { 104 113 cf: { cacheTtl: 86400, cacheEverything: true }, 105 114 }); 106 - if (res.ok) return res.body; 115 + if (res.ok) { 116 + const size = Number(res.headers.get("content-length") || "0"); 117 + if (!manifest?.isoSize || !size || size === manifest.isoSize) { 118 + return { body: res.body, size: size || manifest?.isoSize || 0 }; 119 + } 120 + } 121 + 107 122 return null; 108 123 } 109 124 ··· 151 166 } 152 167 153 168 // 3. Get template ISO stream 154 - const templateStream = await getTemplateStream(env, manifest.name); 155 - if (!templateStream) { 169 + const template = await getTemplateStream(env, manifest); 170 + if (!template) { 156 171 // R2 + Spaces both failed — fall through to oven 157 172 const ovenRes = await fetch(ORIGIN + "/os-image" + url.search, { 158 173 headers: { Authorization: auth }, ··· 162 177 163 178 // 4. Build identity block and stream with patch 164 179 const identityBlock = makeIdentityBlock(config); 165 - const patched = streamPatchedISO(templateStream, identityBlock, manifest); 180 + const patched = streamPatchedISO(template.body, identityBlock, manifest); 166 181 167 182 const handle = config.handle || "unknown"; 168 183 const filename = `@${handle}-os-${config.piece || "notepat"}-AC-${manifest.name}.iso`; 184 + const requestedLayout = (url.searchParams.get("layout") || "iso").toLowerCase(); 169 185 170 186 return new Response(patched, { 171 187 headers: { 172 188 ...edgeHeaders(request), 173 189 "Content-Type": "application/x-iso9660-image", 174 190 "Content-Disposition": `attachment; filename="${filename}"`, 175 - "Content-Length": String(manifest.isoSize), 191 + "Content-Length": String(template.size || manifest.isoSize), 192 + "X-AC-OS-Requested-Layout": requestedLayout, 193 + "X-AC-OS-Layout": "iso", 176 194 "X-Build": manifest.name, 177 195 "X-Patch": "edge", 178 196 },
+70
reports/mail/2026-03-30-aesthetic-active-users-60d-draft.md
··· 1 + # Aesthetic Computer Mail Draft 2 + 3 + Date: 2026-03-30 4 + 5 + Audience snapshot: 6 + - 183 verified Aesthetic users with `last_login` in the last 60 days 7 + - 182 emailable after unsubscribe filtering 8 + - 139 have an AC handle 9 + 10 + Audience files: 11 + - `reports/mail/aesthetic-active-users-60d-2026-03-30.json` 12 + - `reports/mail/aesthetic-active-users-60d-2026-03-30.csv` 13 + - `reports/mail/aesthetic-active-users-60d-emailable-2026-03-30.csv` 14 + 15 + Recommended sender: 16 + - `mail@aesthetic.computer` 17 + 18 + Suggested subject lines: 19 + - a little note from aesthetic computer 20 + - a small spring note from AC 21 + - a tiny update from this weird computer 22 + 23 + Suggested preview text: 24 + - What has been growing around AC this year, and how to help it keep going. 25 + 26 + Draft: 27 + 28 + Hi, 29 + 30 + Aesthetic Computer has had a sweet year so far. 31 + 32 + The tiny weird internet computer keeps filling up with life: thousands of paintings, more than 17,000 KidLisp programs, nearly 19,000 chat messages, and hundreds of published pages. The little orbit around it has been growing too: `prompt.ac`, `news.aesthetic.computer`, `papers.aesthetic.computer`, ATProto pages, and the ongoing Blank / AC Native work. 33 + 34 + If you want to help keep it alive and growing, the simplest way is: 35 + 36 + https://give.aesthetic.computer 37 + 38 + If you want to see what support goes toward: 39 + 40 + https://bills.aesthetic.computer 41 + 42 + You can also help by replying to this email or sharing a favorite AC thing with a friend. 43 + 44 + Thank you for being here. 45 + 46 + Jeffrey 47 + @jeffrey 48 + https://aesthetic.computer 49 + 50 + Shorter version: 51 + 52 + Hi, 53 + 54 + Aesthetic Computer has had a sweet year so far. There are already thousands of paintings, more than 17,000 KidLisp programs, nearly 19,000 chat messages, and hundreds of published pages, and the little orbit around it keeps growing too. 55 + 56 + If you want to help keep it going: 57 + 58 + https://give.aesthetic.computer 59 + 60 + If you want to see where support goes: 61 + 62 + https://bills.aesthetic.computer 63 + 64 + Thank you, 65 + Jeffrey 66 + 67 + Notes: 68 + - Include an unsubscribe link in the final send. 69 + - This version is softer and more celebratory than the earlier emergency ask. 70 + - If you want, test a follow-up variant that mentions a specific favorite piece or community moment.
+184
reports/mail/aesthetic-active-users-60d-2026-03-30.csv
··· 1 + email,handle,sub,last_login,logins_count,created_at,unsubscribed,unsubscribed_at 2 + konsinee2020@gmail.com,,auth0|652508ef20ae0bc68d6451f9,2026-03-30T03:42:18.151Z,4,2023-10-10T08:18:55.040Z,false, 3 + graffner.jaff@gmail.com,jaffgraffner,auth0|68d7fc372bbec7cad58e816d,2026-03-30T01:42:22.295Z,3,2025-09-27T15:01:11.455Z,false, 4 + juanantonio488@gmail.com,antonoa,auth0|695ea336813fd3dad772c131,2026-03-30T01:32:28.763Z,7,2026-01-07T18:17:26.379Z,false, 5 + vallevallevalleisa@gmail.com,karius,auth0|69bc472c0a9fb13854aae042,2026-03-29T18:50:51.780Z,7,2026-03-19T18:57:48.589Z,false, 6 + me@jas.life,jeffrey,auth0|63effeeb2a7d55f8098d62f9,2026-03-29T18:03:40.882Z,718,2023-02-17T22:25:47.755Z,true,Thu Feb 12 2026 00:56:52 GMT-0800 (Pacific Standard Time) 7 + alexbotten@gmail.com,theealex,auth0|6817d6d0d1e7c489655e6ecd,2026-03-29T09:55:26.145Z,7,2025-05-04T21:06:24.069Z,false, 8 + bootyfartbootyrat@gmail.com,dirtyfart360,auth0|69c8a2185cd8c91dc662ed77,2026-03-29T03:52:56.828Z,1,2026-03-29T03:52:56.832Z,false, 9 + qubertsnail@gmail.com,,auth0|69c89b533a28c7f62a69b124,2026-03-29T03:24:03.737Z,1,2026-03-29T03:24:03.741Z,false, 10 + percussionist.bell@gmail.com,,auth0|69c87e0b5886c167b3805005,2026-03-29T01:19:07.059Z,1,2026-03-29T01:19:07.062Z,false, 11 + pip.perfect2@gmail.com,,auth0|69c848cc5ec89a174e5e4c74,2026-03-28T21:31:56.121Z,1,2026-03-28T21:31:56.129Z,false, 12 + cameronleaf@gmail.com,Fraxinus,auth0|6834a2eb7f775d246bdb58cf,2026-03-28T20:39:19.919Z,8,2025-05-26T17:20:43.218Z,false, 13 + mrwoopwoop@hotmail.com,alkibiades,auth0|6814a15a4201ed4536f053c2,2026-03-28T19:32:39.460Z,23,2025-05-02T10:41:30.760Z,false, 14 + polythenepamster@gmail.com,HendeFraHoeve,auth0|686ff33eef8c66e2b748e200,2026-03-28T18:23:20.606Z,46,2025-07-10T17:07:10.869Z,false, 15 + medialunaconjunto@gmail.com,medialuna,auth0|6900ea96835d0a629433bbf9,2026-03-28T03:11:00.081Z,12,2025-10-28T16:08:54.203Z,false, 16 + montoyaanamaria750@gmail.com,AnaBanana,auth0|69c73a8698dffc9865f51ab9,2026-03-28T02:19:36.273Z,2,2026-03-28T02:18:46.506Z,false, 17 + ivprahn@gmail.com,tyttebaer,auth0|6923f4b627996c136ec67f2c,2026-03-27T22:15:16.787Z,16,2025-11-24T06:01:26.565Z,false, 18 + sasha.pleyzor.nyash@gmail.com,topb,auth0|650f14626ea825ef4f5f87ee,2026-03-27T21:07:50.961Z,3,2023-09-23T16:37:54.401Z,false, 19 + colin.sxw@gmail.com,Colin_Bolin,auth0|69c6da7d4631dc5c2536b5f1,2026-03-27T19:48:30.976Z,3,2026-03-27T19:29:01.080Z,false, 20 + eemire347@gmail.com,arlo_roses,auth0|69c6de3a9d0c8aab23724b42,2026-03-27T19:44:58.346Z,1,2026-03-27T19:44:58.350Z,false, 21 + vilmergreve@gmail.com,young_per,auth0|69c6da66813673f4fed5d4f0,2026-03-27T19:41:54.590Z,3,2026-03-27T19:28:38.555Z,false, 22 + ololovitek1@yandex.com,vite_primagen,auth0|681869aa3683d424531aecd0,2026-03-27T18:11:29.800Z,10,2025-05-05T07:32:58.319Z,false, 23 + jespertralala@gmail.com,bananajack,auth0|6559ee623e5fae16d6e705a5,2026-03-27T17:02:28.202Z,47,2023-11-19T11:15:46.388Z,false, 24 + sipscoffeeagain@icloud.com,sat,auth0|6523c4e29c5325403aa84675,2026-03-27T12:44:20.599Z,142,2023-10-09T09:16:18.971Z,false, 25 + xuffechristensen@gmail.com,uffe,auth0|6818f87db978c1fa5d0acf4c,2026-03-27T10:03:37.054Z,8,2025-05-05T17:42:21.935Z,false, 26 + anaspaceweb@gmail.com,tildaa,auth0|69c5c8db5afc04bc7913cc2c,2026-03-27T00:01:32.035Z,1,2026-03-27T00:01:32.042Z,false, 27 + djsakena@protonmail.com,DJSakena,auth0|69c51866379fa32deeb49636,2026-03-26T20:06:53.247Z,2,2026-03-26T11:28:38.472Z,false, 28 + pal@danesadwork.dk,prutti,auth0|66153a8f335c373cea7c05af,2026-03-24T16:03:35.070Z,198,2024-04-09T12:54:39.621Z,false, 29 + thomasjohnmartinez@gmail.com,ogbabydiesal,auth0|65747d0b1b69345b9277dadf,2026-03-24T03:45:21.624Z,5,2023-12-09T14:43:23.625Z,false, 30 + tedhgorman@gmail.com,,auth0|69c2054121ea055314a122ce,2026-03-24T03:30:24.867Z,2,2026-03-24T03:30:09.979Z,false, 31 + p.ekelenkamp@gmail.com,barbieflipphone,auth0|69c19a867e4505bd5ff2698f,2026-03-23T19:55:29.519Z,2,2026-03-23T19:54:46.545Z,false, 32 + kakkel2001@gmail.com,Wallowing,auth0|69975c63f6e6870cf6be142d,2026-03-23T19:44:30.004Z,2,2026-02-19T18:54:27.769Z,false, 33 + f@f3nt0n.com,,auth0|69b0bd06340d29be7796f611,2026-03-23T10:45:12.592Z,4,2026-03-11T00:53:26.136Z,false, 34 + sofiabenitez@alum.calarts.edu,fifi,auth0|66d92e93e2458eb175370c47,2026-03-23T03:25:21.259Z,22,2024-09-05T04:07:47.363Z,false, 35 + poincons.corneen_7k@icloud.com,roze,auth0|69c063ea6cdc24fa1d14faf2,2026-03-22T21:49:31.036Z,1,2026-03-22T21:49:31.041Z,false, 36 + rochpoleski8@gmail.com,Rrc,auth0|69bf8b3eddcc60885a1dba15,2026-03-22T06:25:02.872Z,1,2026-03-22T06:25:02.876Z,false, 37 + thisisabdou07@gmail.com,,auth0|652eae0a09a3090f1f3cc955,2026-03-21T21:49:31.004Z,2,2023-10-17T15:53:46.486Z,false, 38 + trine_krogst@hotmail.com,RSP,auth0|69bec72df76f5a6531139f6b,2026-03-21T16:28:29.948Z,1,2026-03-21T16:28:29.951Z,false, 39 + annabethfalcon@gmail.com,AnAAnAAnA,auth0|69bebdcbf76f5a65311398d8,2026-03-21T15:55:40.434Z,2,2026-03-21T15:48:27.294Z,false, 40 + victoremil99@gmail.com,Victor,auth0|69be9cc4d9850547817a9832,2026-03-21T13:27:32.241Z,1,2026-03-21T13:27:32.244Z,false, 41 + rhockelmann5@gmail.com,rokken,auth0|693b0819dcf25277d185a652,2026-03-20T20:00:14.051Z,4,2025-12-11T18:06:17.604Z,false, 42 + frederik0905@hotmail.com,FM_Vigil,auth0|680232033785f594c135a539,2026-03-20T13:36:58.467Z,31,2025-04-18T11:05:39.092Z,false, 43 + nakaimtemeri53@gmail.com,rizzboy7,auth0|6802d8997bd68f0176db9093,2026-03-20T10:11:48.950Z,8,2025-04-18T22:56:25.619Z,false, 44 + math_archive@yahoo.dk,Klaus,auth0|68b7e72a5688622520019197,2026-03-20T08:40:35.911Z,4,2025-09-03T06:58:50.869Z,false, 45 + snakesrus@proton.me,snakes,auth0|682057c592f724d5f4132c74,2026-03-19T19:45:04.897Z,39,2025-05-11T07:54:45.108Z,false, 46 + 12312312j25@gmail.com,,auth0|69bbe5af8650fc3762fd917f,2026-03-19T12:01:51.245Z,1,2026-03-19T12:01:51.248Z,false, 47 + contact.carlloyaboy@gmail.com,CARLLO,auth0|69b9b0f566416769c595a807,2026-03-19T09:32:39.772Z,3,2026-03-17T19:52:21.609Z,false, 48 + aaargh.af@gmail.com,aaargh,auth0|655deda431108fd1ba1751f5,2026-03-18T23:37:10.980Z,51,2023-11-22T12:01:40.594Z,false, 49 + willywumbus@gmail.com,wumbus,auth0|6612101b5415b1d1897972f6,2026-03-18T20:35:27.295Z,30,2024-04-07T03:16:43.679Z,false, 50 + simonsteffensen@gmail.com,Flaekhans,auth0|6628de47ac52f24561208639,2026-03-18T09:49:36.878Z,4,2024-04-24T10:26:15.978Z,false, 51 + max@maxhawkins.me,max,auth0|68f05009d96b9a02121e51a3,2026-03-18T02:44:11.342Z,3,2025-10-16T01:53:13.670Z,false, 52 + kasperat@gmail.com,KFA,auth0|65be8aad7711be35c5154666,2026-03-17T20:00:59.563Z,17,2024-02-03T18:49:17.363Z,false, 53 + jespernoerbaek@gmail.com,hekt,auth0|681787ab4f8e3333cb15156b,2026-03-17T10:07:51.710Z,5,2025-05-04T15:28:43.518Z,false, 54 + franksinatrasecondhiringgang@gmail.com,MuuMan,auth0|68a24d6a80f8f3d1647bc396,2026-03-17T08:34:55.696Z,2,2025-08-17T21:45:14.210Z,false, 55 + epignosis@gmail.com,dreamdealer,auth0|6490f51fffb7c5fb2eb77360,2026-03-16T20:11:31.036Z,79,2023-06-20T00:38:55.042Z,false, 56 + alienfoxy70@gmail.com,,auth0|69b5dfb7033b9b87fc368fb6,2026-03-16T02:46:37.049Z,3,2026-03-14T22:22:47.206Z,false, 57 + azulvillegas450@gmail.com,azul,auth0|658f037bfedc0dfecbe4e73e,2026-03-15T21:24:58.860Z,11,2023-12-29T17:35:55.423Z,false, 58 + errorist650@gmail.com,errorist,auth0|69b71126fa5918dac1c2593c,2026-03-15T20:05:58.853Z,1,2026-03-15T20:05:58.856Z,false, 59 + sstratus54@gmail.com,Herogirl,auth0|69b6d9bbc10f847516a1ba99,2026-03-15T16:10:54.278Z,2,2026-03-15T16:09:31.553Z,false, 60 + akselliot@gmail.com,tord,auth0|66b03217e97abe449d5d809c,2026-03-15T00:29:27.641Z,6,2024-08-05T01:59:51.973Z,false, 61 + ikkemeredetsamme@gmail.com,GerdaRubin,auth0|6994e0d9e16678c630749f7f,2026-03-14T23:02:07.641Z,10,2026-02-17T21:42:49.894Z,false, 62 + madsengaming50@gmail.com,Mountain_End9216,auth0|699adb93d0a7643ebeb57524,2026-03-14T20:22:45.677Z,3,2026-02-22T10:33:55.403Z,false, 63 + echoduemig@proton.me,,auth0|69b48d235d91f698a87f8c9b,2026-03-13T22:18:11.179Z,1,2026-03-13T22:18:11.184Z,false, 64 + hvad93@gmail.com,hvad93,auth0|66047168f2e8668418846544,2026-03-13T08:02:40.883Z,22,2024-03-27T19:20:08.789Z,false, 65 + mansnothotmarcus@gmail.com,regularfanta,auth0|65231ff741993bd888040cfc,2026-03-12T18:20:14.658Z,18,2023-10-08T21:32:39.681Z,false, 66 + hoyertherese@gmail.com,horsens,auth0|681e473bbdb6da7a7279fbed,2026-03-12T16:32:57.765Z,19,2025-05-09T18:19:39.377Z,false, 67 + henrik@liveart.dk,Hallo,auth0|6823566c8798e69816bf43a8,2026-03-12T15:37:12.272Z,3,2025-05-13T14:25:49.027Z,false, 68 + snelbsmcgoo@gmail.com,,auth0|69b2383e1e8921f1bc08a9c3,2026-03-12T03:51:26.929Z,1,2026-03-12T03:51:26.932Z,false, 69 + carla@studiococaro.com,,auth0|69b20b64eee014cd6bea0bce,2026-03-12T00:40:04.168Z,1,2026-03-12T00:40:04.173Z,false, 70 + miatolliodegmal@gmail.com,miatolliodegmal,auth0|69b1a6acfa5714a604581f88,2026-03-11T17:30:36.342Z,2,2026-03-11T17:30:20.943Z,false, 71 + anthony.zollo@gmail.com,anthonyzollo,auth0|64471defc10347714e32b22b,2026-03-11T14:37:41.266Z,17,2023-04-25T00:25:19.460Z,false, 72 + arrietat556@gmail.com,mollymimiga,auth0|6525cab1eb7b91a940ee53b0,2026-03-11T03:53:54.448Z,28,2023-10-10T22:05:37.381Z,false, 73 + branden12514@gmail.com,gumballtawog,auth0|664fa6195d4b3faeb548dd70,2026-03-10T19:55:40.353Z,3,2024-05-23T20:24:57.747Z,false, 74 + soludenbys@gmail.com,YouthOrgan,auth0|6856d2b2ff1a1e7ab3056dc5,2026-03-10T09:41:53.293Z,25,2025-06-21T15:41:38.082Z,false, 75 + detmindstetv@gmail.com,NETROL,auth0|6893647cd4ec50f31da0dfcc,2026-03-09T10:17:49.713Z,14,2025-08-06T14:19:40.838Z,false, 76 + margitgivskov@hotmail.com,densuregraevling,auth0|681844874265a32ac3987457,2026-03-08T20:23:52.941Z,5,2025-05-05T04:54:31.929Z,false, 77 + salet.hanske.2h@icloud.com,sveinung,auth0|69adb853e2df889cdd27f037,2026-03-08T17:56:35.872Z,1,2026-03-08T17:56:35.879Z,false, 78 + santiagotieara@gmail.com,,auth0|69ada4e0e2df889cdd27e2b0,2026-03-08T16:33:36.617Z,1,2026-03-08T16:33:36.620Z,false, 79 + ktg911@gmail.com,KTGWorks,auth0|682a3103dc5c906d08af86d8,2026-03-08T10:24:04.048Z,9,2025-05-18T19:12:03.274Z,false, 80 + isamatoscarvalho102@gmail.com,elly,auth0|69acbb7e512c966ff40508f0,2026-03-08T00:07:08.385Z,2,2026-03-07T23:57:50.337Z,false, 81 + alexandria.vaneekelen@gmail.com,shoebby,auth0|69aca8c777fc4dfe0714a820,2026-03-07T22:37:59.916Z,1,2026-03-07T22:37:59.920Z,false, 82 + don@gridwalk.net,d0n.xyz,auth0|69ac4d172e369366f696c725,2026-03-07T16:06:47.177Z,1,2026-03-07T16:06:47.181Z,false, 83 + sonlil000@usd232.org,,auth0|69ab08c7017a4385e9c0b184,2026-03-06T17:03:03.299Z,1,2026-03-06T17:03:03.302Z,false, 84 + carolineenghoff@gmail.com,klogsomjesus,auth0|6821e7eeb993dd835c4ae8b3,2026-03-06T16:12:49.793Z,3,2025-05-12T12:22:06.704Z,false, 85 + chrysandraolivas@gmail.com,chrys,auth0|69aaca1f47ca20be58b31949,2026-03-06T12:37:02.867Z,3,2026-03-06T12:35:43.386Z,false, 86 + noahhede@gmail.com,kejser,auth0|692332ff1cb75ccd72da7d9a,2026-03-06T09:06:49.129Z,2,2025-11-23T16:14:55.216Z,false, 87 + berthram@kollektiv.email,BERT,auth0|68b0e940c16897f29f4a1386,2026-03-05T16:44:06.129Z,12,2025-08-28T23:41:52.125Z,false, 88 + gogo@bluedynamics.com,Gogo,auth0|66b291d57cb478ff787de765,2026-03-05T16:37:04.497Z,7,2024-08-06T21:12:53.568Z,false, 89 + novice_dashed.01@icloud.com,westin,auth0|69a960702d68dc56d945c4b6,2026-03-05T10:52:32.419Z,1,2026-03-05T10:52:32.423Z,false, 90 + weirdturnspro@gmail.com,chanfana,auth0|69a95b039bf2781bcf81772d,2026-03-05T10:29:23.644Z,1,2026-03-05T10:29:23.648Z,false, 91 + paumaba7@gmail.com,gafita,auth0|69a88f624008b641d64fcc72,2026-03-04T20:00:47.178Z,2,2026-03-04T20:00:34.366Z,false, 92 + tattangjianurak@gmail.com,kitchen,auth0|69a83b47d5fc0726a9d4e3c5,2026-03-04T14:03:38.752Z,2,2026-03-04T14:01:43.828Z,false, 93 + harrietfogg2004@gmail.com,breakfast,auth0|69a81f5b87cebd798117ee2f,2026-03-04T12:02:35.195Z,1,2026-03-04T12:02:35.198Z,false, 94 + estebanuribe@gmail.com,esteban,auth0|69422601b0f1515ec6d4345e,2026-03-04T05:19:41.890Z,5,2025-12-17T03:39:45.401Z,false, 95 + j.r.colby@gmail.com,,auth0|69a7be8d793fc1c0cab35742,2026-03-04T05:10:09.746Z,2,2026-03-04T05:09:33.193Z,false, 96 + malthe@truenature.online,,auth0|688df8df171b408f57160838,2026-03-03T18:50:30.241Z,6,2025-08-02T11:39:11.341Z,false, 97 + eeshita.kapadiya@maine.edu,babydj,auth0|69a6259f42d25569779f5b0f,2026-03-03T00:04:47.396Z,1,2026-03-03T00:04:47.400Z,false, 98 + khanefacade@icloud.com,GixBusok,auth0|6853bcb72ccdc0c391af6be7,2026-03-01T23:00:48.861Z,3,2025-06-19T07:31:03.829Z,false, 99 + valentinemma214@gmail.com,Agresibo,auth0|695040894aac21a909e76724,2026-03-01T19:17:42.129Z,2,2025-12-27T20:24:41.492Z,false, 100 + j.ayyildizmujika@ied.edu,mujiay,auth0|69a42a18186f928c6941c1c0,2026-03-01T11:59:21.015Z,1,2026-03-01T11:59:21.021Z,false, 101 + evsclucy@gmail.com,lucystraycat,auth0|6817cdd52283bde7281e0045,2026-02-28T17:13:50.028Z,7,2025-05-04T20:28:05.876Z,false, 102 + onyxsmith03@gmail.com,,auth0|6534ccf99aed8cf1b232cdcd,2026-02-27T13:22:44.653Z,4,2023-10-22T07:19:22.002Z,false, 103 + anythingbuffalochicken@gmail.com,dc8,auth0|69a1083c9942bfab25bfd805,2026-02-27T02:58:04.568Z,1,2026-02-27T02:58:04.572Z,false, 104 + shawbird@gmx.net,misslebomb,auth0|6817da3375c09abe5fd7b65c,2026-02-26T17:46:24.746Z,2,2025-05-04T21:20:51.878Z,false, 105 + soulaimanlaroub@gmail.com,fortnite,auth0|69a06c37980aa5a679249f1d,2026-02-26T15:52:23.422Z,1,2026-02-26T15:52:23.426Z,false, 106 + mychalinla@gmail.com,,auth0|699fba7fef1d6eb6f337ebc5,2026-02-26T03:14:07.278Z,1,2026-02-26T03:14:07.281Z,false, 107 + ipatemail@gmail.com,RetroPig,auth0|699f8eb48044597d064aec2d,2026-02-26T00:07:36.975Z,2,2026-02-26T00:07:16.096Z,false, 108 + graysondavies21@icloud.com,toss,auth0|687cc3261e05d2c2050ac082,2026-02-25T22:29:35.665Z,2,2025-07-20T10:21:26.867Z,false, 109 + askerbryld@gmail.com,computerlars,auth0|669b81f503d00feafe590022,2026-02-25T15:31:22.058Z,5,2024-07-20T09:23:01.412Z,false, 110 + lupo@loop-o.com,lupo,auth0|655b40d9c90bf30f6a121f87,2026-02-25T10:10:20.836Z,29,2023-11-20T11:19:53.244Z,false, 111 + michael.connor@rhizome.org,,auth0|699e991e1ca5a5e9c526f831,2026-02-25T06:39:26.930Z,1,2026-02-25T06:39:26.933Z,false, 112 + petracortright@gmail.com,petr,auth0|699e9285104eda9bc8074e8a,2026-02-25T06:11:17.462Z,1,2026-02-25T06:11:17.466Z,false, 113 + jallendavid234@gmail.com,deeznuts,auth0|699e925b9212e8a066066f97,2026-02-25T06:10:35.854Z,1,2026-02-25T06:10:35.858Z,false, 114 + marc@irl.la,skyrizzy,auth0|699e92461674ea64b0190e2e,2026-02-25T06:10:14.039Z,1,2026-02-25T06:10:14.042Z,false, 115 + tensminger02138@gmail.com,,auth0|699e91fa1ca5a5e9c526f3e1,2026-02-25T06:09:56.222Z,2,2026-02-25T06:08:58.209Z,false, 116 + savbwinans@gmail.com,,auth0|699e92301674ea64b0190e1e,2026-02-25T06:09:53.010Z,1,2026-02-25T06:09:53.013Z,false, 117 + abenzer@gmail.com,ab,auth0|64a62f9742cc3032718ae5c9,2026-02-25T06:09:51.986Z,5,2023-07-06T03:05:59.414Z,false, 118 + bright.shuang@gmail.com,shuang,auth0|699e91f317c34318396732ff,2026-02-25T06:09:45.476Z,2,2026-02-25T06:08:51.844Z,false, 119 + jeannievu@gmail.com,aznbebegrl,auth0|699e92161ca5a5e9c526f3f2,2026-02-25T06:09:26.322Z,1,2026-02-25T06:09:26.325Z,false, 120 + mlari@artlinked.com,,auth0|699e920c1ca5a5e9c526f3ed,2026-02-25T06:09:16.456Z,1,2026-02-25T06:09:16.460Z,false, 121 + yholley@gmail.com,bobdole,auth0|699e920a7816b2b5d99c0c8c,2026-02-25T06:09:14.548Z,1,2026-02-25T06:09:14.552Z,false, 122 + me@aaron-meyers.com,aaron_oblivion,auth0|699e9206104eda9bc8074e41,2026-02-25T06:09:10.062Z,1,2026-02-25T06:09:10.065Z,false, 123 + jacquelynejayboe@gmail.com,boyergirl,auth0|699e91f81ca5a5e9c526f3df,2026-02-25T06:08:56.516Z,1,2026-02-25T06:08:56.520Z,false, 124 + bmunguia14@gmail.com,,auth0|699e91f59212e8a066066f58,2026-02-25T06:08:53.875Z,1,2026-02-25T06:08:53.880Z,false, 125 + annikajill@gmail.com,annika,auth0|699e91ea9212e8a066066f53,2026-02-25T06:08:42.718Z,1,2026-02-25T06:08:42.722Z,false, 126 + jehanchu@gmail.com,,auth0|699e91e5250ab825b765892b,2026-02-25T06:08:37.586Z,1,2026-02-25T06:08:37.589Z,false, 127 + kalebriver@gmail.com,,auth0|699e91e47816b2b5d99c0c7c,2026-02-25T06:08:36.838Z,1,2026-02-25T06:08:36.843Z,false, 128 + zackparker23@gmail.com,hum,auth0|65945308ccba5f154af5e80f,2026-02-25T06:08:00.002Z,3,2024-01-02T18:16:40.074Z,false, 129 + oelcxfutcqgbolytbr@nespf.com,handel,auth0|699e8684250ab825b7658271,2026-02-25T05:20:15.343Z,2,2026-02-25T05:20:04.841Z,false, 130 + jimenezyadier10@gmail.com,Yadier,auth0|683ee873ca920825bdb581dd,2026-02-25T03:16:48.255Z,3,2025-06-03T12:20:03.583Z,false, 131 + 00001@window.to,,auth0|699db8f31b6e405e32e2b8cc,2026-02-24T14:43:08.056Z,2,2026-02-24T14:42:59.737Z,false, 132 + ludmilla.lanos@gmail.com,lud,auth0|68599399f8007c705b350828,2026-02-24T08:50:05.542Z,7,2025-06-23T17:49:13.763Z,false, 133 + jlowmaster@gmail.com,Chivalrybean,auth0|66e768f629c7ffbcd0567f69,2026-02-24T04:20:50.612Z,3,2024-09-15T23:08:38.473Z,false, 134 + gabbisoong@gmail.com,,auth0|699c9f7071e8e4389c8c627d,2026-02-23T18:41:52.282Z,1,2026-02-23T18:41:52.291Z,false, 135 + diomerardguan@gmail.com,,auth0|6524f114c570e73e32f3957c,2026-02-23T11:26:37.065Z,2,2023-10-10T06:37:08.674Z,false, 136 + everett.e.epstein@gmail.com,evy,auth0|699b8432dd13951c58106b38,2026-02-22T22:34:56.379Z,3,2026-02-22T22:33:22.734Z,false, 137 + nrohare07@gmail.com,noelanio,auth0|667dc7a716bf3a06dc52571d,2026-02-21T22:15:32.860Z,16,2024-06-27T20:12:23.269Z,false, 138 + abs@cc.au.dk,,auth0|6999d00fe558c436b25e5f7b,2026-02-21T15:32:31.783Z,1,2026-02-21T15:32:31.787Z,false, 139 + stephensjordan444@gmail.com,,auth0|6999380b7f3298ce0ab0c58a,2026-02-21T04:43:55.043Z,1,2026-02-21T04:43:55.046Z,false, 140 + kristakim@gmail.com,KK,auth0|699933677f3298ce0ab0c2a8,2026-02-21T04:24:07.379Z,1,2026-02-21T04:24:07.382Z,false, 141 + osvreijen@gmail.com,LUXUSKRISTUS,auth0|699739dfc014355571c70e33,2026-02-19T16:37:57.604Z,3,2026-02-19T16:27:11.577Z,false, 142 + cky.sebastian@gmail.com,pruttipal,auth0|6813ad15f3f0d857da8d283e,2026-02-18T19:37:59.836Z,21,2025-05-01T17:19:17.293Z,false, 143 + missi@misslebomb.net,missb,auth0|69938604fc17e8897736f29a,2026-02-16T21:03:00.899Z,1,2026-02-16T21:03:00.907Z,false, 144 + yanahaffeji@gmail.com,themostannoying,auth0|6991aa30f218abd1c639077c,2026-02-15T11:15:29.155Z,2,2026-02-15T11:12:48.584Z,false, 145 + dustmartin@outlook.de,dustmrtn,auth0|6560c9a1794baa3e145001e5,2026-02-15T08:09:58.987Z,15,2023-11-24T16:04:49.467Z,false, 146 + svendsoemod@gmail.com,sv1,auth0|688522cb30f198287ef45d97,2026-02-14T20:04:30.482Z,5,2025-07-26T18:47:39.440Z,false, 147 + camillefowlie@gmail.com,,auth0|6990d0e8dff965e5413789b8,2026-02-14T19:46:14.075Z,2,2026-02-14T19:45:44.314Z,false, 148 + cloeybrummer13@gmail.com,obby,auth0|6990a69369e46be04852038e,2026-02-14T16:45:07.764Z,1,2026-02-14T16:45:07.769Z,false, 149 + kristian@r8dio.dk,krellenissen,auth0|68666b7127ca848b4b367464,2026-02-13T08:44:52.646Z,3,2025-07-03T11:37:21.173Z,false, 150 + budbrown91@gmail.com,specter,auth0|68c768269f2f8e0511b0e953,2026-02-13T03:06:06.401Z,2,2025-09-15T01:13:10.299Z,false, 151 + mazzoo@nautrup.com,maZZoo,auth0|680cc96f97e6c0a34eb07188,2026-02-12T17:38:47.074Z,6,2025-04-26T11:54:23.892Z,false, 152 + marcus.e@gmail.com,bitpart,auth0|67a3fd2a59a6c593fef98646,2026-02-10T02:17:33.692Z,3,2025-02-06T00:07:06.219Z,false, 153 + meliodasjkssss@gmail.com,melzim,auth0|652468181f034d7ba70dd301,2026-02-09T09:10:09.723Z,8,2023-10-09T20:52:40.246Z,false, 154 + pongoretero@gmail.com,,auth0|6564e39de3178efd5b0ed1f9,2026-02-09T00:49:17.595Z,5,2023-11-27T18:44:45.961Z,false, 155 + majamariebuchertrose@gmail.com,laban,auth0|693b00eff9bec2d2e9109963,2026-02-08T18:15:39.661Z,2,2025-12-11T17:35:43.315Z,false, 156 + info@extrastereo.co.uk,,auth0|698898be25aba885de50cd83,2026-02-08T14:07:58.346Z,1,2026-02-08T14:07:58.350Z,false, 157 + pedemarto100@gmail.com,ThuroeLasse,auth0|670b93dfd003b169c56a3fb5,2026-02-08T07:48:47.445Z,8,2024-10-13T09:33:19.272Z,false, 158 + rebekahwhorton.oda@gmail.com,,auth0|6986a78de7489ad99995b348,2026-02-07T02:46:37.099Z,1,2026-02-07T02:46:37.102Z,false, 159 + maplebignasty@icloud.com,maper,auth0|6986a78634b44c69ecca6466,2026-02-07T02:46:30.839Z,1,2026-02-07T02:46:30.842Z,false, 160 + monstarwikid@gmail.com,,auth0|69851284088271f890e33d60,2026-02-05T21:59:26.372Z,2,2026-02-05T21:58:28.231Z,false, 161 + khaleesimerrick@gmail.com,GoofyGooberX3,auth0|6672ab443652096bdb8d88b1,2026-02-05T08:43:15.664Z,13,2024-06-19T09:56:20.789Z,false, 162 + guidozen@gmail.com,,auth0|6983cab1db73ab7b0f4b1ab7,2026-02-04T22:39:45.862Z,1,2026-02-04T22:39:45.865Z,false, 163 + petergodske@gmail.com,,auth0|69838657b7ee31a91472ea03,2026-02-04T17:50:03.401Z,2,2026-02-04T17:48:07.041Z,false, 164 + caspcordes@proton.me,SoundCollectives,auth0|698371ba1ba4cd939c6a43de,2026-02-04T16:25:13.763Z,2,2026-02-04T16:20:10.828Z,false, 165 + madspalus@gmail.com,,auth0|69836c58a8c4effc517be45f,2026-02-04T15:58:34.811Z,2,2026-02-04T15:57:12.608Z,false, 166 + jacob@boa.info,boa,auth0|69828f213dc277dd83655e46,2026-02-04T00:13:21.957Z,1,2026-02-04T00:13:21.962Z,false, 167 + loganshubert920@gmail.com,UnkemptPhoenix,auth0|69824d15bf2299d2a93a13b2,2026-02-03T19:31:33.343Z,1,2026-02-03T19:31:33.347Z,false, 168 + csroeleveld@gmail.com,jetty,auth0|6495bd6a6ee6f0aa8795e13f,2026-02-03T15:51:16.480Z,7,2023-06-23T15:42:34.229Z,false, 169 + seanlayug0905@gmail.com,,auth0|698203d61a2a983a687de136,2026-02-03T14:19:02.376Z,1,2026-02-03T14:19:02.381Z,false, 170 + dorohoward@gmail.com,heyyjellica,auth0|64fe7eac634c0df5fc62027a,2026-02-03T02:36:55.934Z,4,2023-09-11T02:42:52.493Z,false, 171 + slower.grafter_4n@icloud.com,potatoes,auth0|69810102fe80878fe45e9a42,2026-02-02T19:54:42.384Z,1,2026-02-02T19:54:42.388Z,false, 172 + bt94786@eanesisd.net,BTUCK,auth0|680a6bfb165a344c2c67eaa8,2026-02-02T17:04:35.425Z,3,2025-04-24T16:51:07.603Z,false, 173 + skeli2120@gmail.com,xyz,auth0|6980d8c62c757044ecf9aff8,2026-02-02T17:03:02.907Z,1,2026-02-02T17:03:02.912Z,false, 174 + kasabrnka1142jem@gmail.com,mgtadwu0026,auth0|698045a55aa960c9dac7225c,2026-02-02T06:35:18.034Z,1,2026-02-02T06:35:18.038Z,false, 175 + elicat445@gmail.com,,auth0|697fb9515aa960c9dac6db9b,2026-02-01T20:40:36.276Z,2,2026-02-01T20:36:33.822Z,false, 176 + pkxdmartin9@gmail.com,,auth0|681fcfd860a01a443459b436,2026-02-01T20:18:31.820Z,6,2025-05-10T22:14:48.754Z,false, 177 + gussmann@mdw.ac.at,Wien,auth0|68d45a2846b12057808013fa,2026-02-01T19:00:24.734Z,3,2025-09-24T20:52:56.415Z,false, 178 + luyrinehart0920@gmail.com,,auth0|697edac088c8392fc52f84ea,2026-02-01T04:46:56.236Z,1,2026-02-01T04:46:56.240Z,false, 179 + gileadcosman@gmail.com,Gilead,auth0|697e80dc559b5b5525590661,2026-01-31T22:23:24.677Z,1,2026-01-31T22:23:24.680Z,false, 180 + tbandersen.mail@gmail.com,QBKaffe,auth0|697e5617d4690cfd5671bddc,2026-01-31T19:20:55.394Z,1,2026-01-31T19:20:55.398Z,false, 181 + tordisberstrand@hotmail.com,tor,auth0|681a350a9d5cb37275e76623,2026-01-31T12:40:03.173Z,5,2025-05-06T16:12:58.462Z,false, 182 + sophie@sophiebud.com,ethereal,auth0|6927115ae1cdc8c11b346137,2026-01-31T05:23:25.791Z,2,2025-11-26T14:40:26.355Z,false, 183 + gmgr_gonruiz@outlook.com,,auth0|697d8b4e52e522f09440b4e7,2026-01-31T04:55:42.948Z,1,2026-01-31T04:55:42.952Z,false, 184 + kendraalivingston@gmail.com,,auth0|67b03064a18956f52733afe1,2026-01-31T01:44:42.466Z,2,2025-02-15T06:12:52.213Z,false,
+1838
reports/mail/aesthetic-active-users-60d-2026-03-30.json
··· 1 + { 2 + "since": "2026-01-29T04:28:26.713Z", 3 + "totalAuth0": 183, 4 + "totalFetched": 183, 5 + "unsubscribed": 1, 6 + "rows": [ 7 + { 8 + "sub": "auth0|652508ef20ae0bc68d6451f9", 9 + "email": "konsinee2020@gmail.com", 10 + "handle": "", 11 + "last_login": "2026-03-30T03:42:18.151Z", 12 + "logins_count": 4, 13 + "created_at": "2023-10-10T08:18:55.040Z", 14 + "unsubscribed": false, 15 + "unsubscribed_at": "" 16 + }, 17 + { 18 + "sub": "auth0|68d7fc372bbec7cad58e816d", 19 + "email": "graffner.jaff@gmail.com", 20 + "handle": "jaffgraffner", 21 + "last_login": "2026-03-30T01:42:22.295Z", 22 + "logins_count": 3, 23 + "created_at": "2025-09-27T15:01:11.455Z", 24 + "unsubscribed": false, 25 + "unsubscribed_at": "" 26 + }, 27 + { 28 + "sub": "auth0|695ea336813fd3dad772c131", 29 + "email": "juanantonio488@gmail.com", 30 + "handle": "antonoa", 31 + "last_login": "2026-03-30T01:32:28.763Z", 32 + "logins_count": 7, 33 + "created_at": "2026-01-07T18:17:26.379Z", 34 + "unsubscribed": false, 35 + "unsubscribed_at": "" 36 + }, 37 + { 38 + "sub": "auth0|69bc472c0a9fb13854aae042", 39 + "email": "vallevallevalleisa@gmail.com", 40 + "handle": "karius", 41 + "last_login": "2026-03-29T18:50:51.780Z", 42 + "logins_count": 7, 43 + "created_at": "2026-03-19T18:57:48.589Z", 44 + "unsubscribed": false, 45 + "unsubscribed_at": "" 46 + }, 47 + { 48 + "sub": "auth0|63effeeb2a7d55f8098d62f9", 49 + "email": "me@jas.life", 50 + "handle": "jeffrey", 51 + "last_login": "2026-03-29T18:03:40.882Z", 52 + "logins_count": 718, 53 + "created_at": "2023-02-17T22:25:47.755Z", 54 + "unsubscribed": true, 55 + "unsubscribed_at": "2026-02-12T08:56:52.669Z" 56 + }, 57 + { 58 + "sub": "auth0|6817d6d0d1e7c489655e6ecd", 59 + "email": "alexbotten@gmail.com", 60 + "handle": "theealex", 61 + "last_login": "2026-03-29T09:55:26.145Z", 62 + "logins_count": 7, 63 + "created_at": "2025-05-04T21:06:24.069Z", 64 + "unsubscribed": false, 65 + "unsubscribed_at": "" 66 + }, 67 + { 68 + "sub": "auth0|69c8a2185cd8c91dc662ed77", 69 + "email": "bootyfartbootyrat@gmail.com", 70 + "handle": "dirtyfart360", 71 + "last_login": "2026-03-29T03:52:56.828Z", 72 + "logins_count": 1, 73 + "created_at": "2026-03-29T03:52:56.832Z", 74 + "unsubscribed": false, 75 + "unsubscribed_at": "" 76 + }, 77 + { 78 + "sub": "auth0|69c89b533a28c7f62a69b124", 79 + "email": "qubertsnail@gmail.com", 80 + "handle": "", 81 + "last_login": "2026-03-29T03:24:03.737Z", 82 + "logins_count": 1, 83 + "created_at": "2026-03-29T03:24:03.741Z", 84 + "unsubscribed": false, 85 + "unsubscribed_at": "" 86 + }, 87 + { 88 + "sub": "auth0|69c87e0b5886c167b3805005", 89 + "email": "percussionist.bell@gmail.com", 90 + "handle": "", 91 + "last_login": "2026-03-29T01:19:07.059Z", 92 + "logins_count": 1, 93 + "created_at": "2026-03-29T01:19:07.062Z", 94 + "unsubscribed": false, 95 + "unsubscribed_at": "" 96 + }, 97 + { 98 + "sub": "auth0|69c848cc5ec89a174e5e4c74", 99 + "email": "pip.perfect2@gmail.com", 100 + "handle": "", 101 + "last_login": "2026-03-28T21:31:56.121Z", 102 + "logins_count": 1, 103 + "created_at": "2026-03-28T21:31:56.129Z", 104 + "unsubscribed": false, 105 + "unsubscribed_at": "" 106 + }, 107 + { 108 + "sub": "auth0|6834a2eb7f775d246bdb58cf", 109 + "email": "cameronleaf@gmail.com", 110 + "handle": "Fraxinus", 111 + "last_login": "2026-03-28T20:39:19.919Z", 112 + "logins_count": 8, 113 + "created_at": "2025-05-26T17:20:43.218Z", 114 + "unsubscribed": false, 115 + "unsubscribed_at": "" 116 + }, 117 + { 118 + "sub": "auth0|6814a15a4201ed4536f053c2", 119 + "email": "mrwoopwoop@hotmail.com", 120 + "handle": "alkibiades", 121 + "last_login": "2026-03-28T19:32:39.460Z", 122 + "logins_count": 23, 123 + "created_at": "2025-05-02T10:41:30.760Z", 124 + "unsubscribed": false, 125 + "unsubscribed_at": "" 126 + }, 127 + { 128 + "sub": "auth0|686ff33eef8c66e2b748e200", 129 + "email": "polythenepamster@gmail.com", 130 + "handle": "HendeFraHoeve", 131 + "last_login": "2026-03-28T18:23:20.606Z", 132 + "logins_count": 46, 133 + "created_at": "2025-07-10T17:07:10.869Z", 134 + "unsubscribed": false, 135 + "unsubscribed_at": "" 136 + }, 137 + { 138 + "sub": "auth0|6900ea96835d0a629433bbf9", 139 + "email": "medialunaconjunto@gmail.com", 140 + "handle": "medialuna", 141 + "last_login": "2026-03-28T03:11:00.081Z", 142 + "logins_count": 12, 143 + "created_at": "2025-10-28T16:08:54.203Z", 144 + "unsubscribed": false, 145 + "unsubscribed_at": "" 146 + }, 147 + { 148 + "sub": "auth0|69c73a8698dffc9865f51ab9", 149 + "email": "montoyaanamaria750@gmail.com", 150 + "handle": "AnaBanana", 151 + "last_login": "2026-03-28T02:19:36.273Z", 152 + "logins_count": 2, 153 + "created_at": "2026-03-28T02:18:46.506Z", 154 + "unsubscribed": false, 155 + "unsubscribed_at": "" 156 + }, 157 + { 158 + "sub": "auth0|6923f4b627996c136ec67f2c", 159 + "email": "ivprahn@gmail.com", 160 + "handle": "tyttebaer", 161 + "last_login": "2026-03-27T22:15:16.787Z", 162 + "logins_count": 16, 163 + "created_at": "2025-11-24T06:01:26.565Z", 164 + "unsubscribed": false, 165 + "unsubscribed_at": "" 166 + }, 167 + { 168 + "sub": "auth0|650f14626ea825ef4f5f87ee", 169 + "email": "sasha.pleyzor.nyash@gmail.com", 170 + "handle": "topb", 171 + "last_login": "2026-03-27T21:07:50.961Z", 172 + "logins_count": 3, 173 + "created_at": "2023-09-23T16:37:54.401Z", 174 + "unsubscribed": false, 175 + "unsubscribed_at": "" 176 + }, 177 + { 178 + "sub": "auth0|69c6da7d4631dc5c2536b5f1", 179 + "email": "colin.sxw@gmail.com", 180 + "handle": "Colin_Bolin", 181 + "last_login": "2026-03-27T19:48:30.976Z", 182 + "logins_count": 3, 183 + "created_at": "2026-03-27T19:29:01.080Z", 184 + "unsubscribed": false, 185 + "unsubscribed_at": "" 186 + }, 187 + { 188 + "sub": "auth0|69c6de3a9d0c8aab23724b42", 189 + "email": "eemire347@gmail.com", 190 + "handle": "arlo_roses", 191 + "last_login": "2026-03-27T19:44:58.346Z", 192 + "logins_count": 1, 193 + "created_at": "2026-03-27T19:44:58.350Z", 194 + "unsubscribed": false, 195 + "unsubscribed_at": "" 196 + }, 197 + { 198 + "sub": "auth0|69c6da66813673f4fed5d4f0", 199 + "email": "vilmergreve@gmail.com", 200 + "handle": "young_per", 201 + "last_login": "2026-03-27T19:41:54.590Z", 202 + "logins_count": 3, 203 + "created_at": "2026-03-27T19:28:38.555Z", 204 + "unsubscribed": false, 205 + "unsubscribed_at": "" 206 + }, 207 + { 208 + "sub": "auth0|681869aa3683d424531aecd0", 209 + "email": "ololovitek1@yandex.com", 210 + "handle": "vite_primagen", 211 + "last_login": "2026-03-27T18:11:29.800Z", 212 + "logins_count": 10, 213 + "created_at": "2025-05-05T07:32:58.319Z", 214 + "unsubscribed": false, 215 + "unsubscribed_at": "" 216 + }, 217 + { 218 + "sub": "auth0|6559ee623e5fae16d6e705a5", 219 + "email": "jespertralala@gmail.com", 220 + "handle": "bananajack", 221 + "last_login": "2026-03-27T17:02:28.202Z", 222 + "logins_count": 47, 223 + "created_at": "2023-11-19T11:15:46.388Z", 224 + "unsubscribed": false, 225 + "unsubscribed_at": "" 226 + }, 227 + { 228 + "sub": "auth0|6523c4e29c5325403aa84675", 229 + "email": "sipscoffeeagain@icloud.com", 230 + "handle": "sat", 231 + "last_login": "2026-03-27T12:44:20.599Z", 232 + "logins_count": 142, 233 + "created_at": "2023-10-09T09:16:18.971Z", 234 + "unsubscribed": false, 235 + "unsubscribed_at": "" 236 + }, 237 + { 238 + "sub": "auth0|6818f87db978c1fa5d0acf4c", 239 + "email": "xuffechristensen@gmail.com", 240 + "handle": "uffe", 241 + "last_login": "2026-03-27T10:03:37.054Z", 242 + "logins_count": 8, 243 + "created_at": "2025-05-05T17:42:21.935Z", 244 + "unsubscribed": false, 245 + "unsubscribed_at": "" 246 + }, 247 + { 248 + "sub": "auth0|69c5c8db5afc04bc7913cc2c", 249 + "email": "anaspaceweb@gmail.com", 250 + "handle": "tildaa", 251 + "last_login": "2026-03-27T00:01:32.035Z", 252 + "logins_count": 1, 253 + "created_at": "2026-03-27T00:01:32.042Z", 254 + "unsubscribed": false, 255 + "unsubscribed_at": "" 256 + }, 257 + { 258 + "sub": "auth0|69c51866379fa32deeb49636", 259 + "email": "djsakena@protonmail.com", 260 + "handle": "DJSakena", 261 + "last_login": "2026-03-26T20:06:53.247Z", 262 + "logins_count": 2, 263 + "created_at": "2026-03-26T11:28:38.472Z", 264 + "unsubscribed": false, 265 + "unsubscribed_at": "" 266 + }, 267 + { 268 + "sub": "auth0|66153a8f335c373cea7c05af", 269 + "email": "pal@danesadwork.dk", 270 + "handle": "prutti", 271 + "last_login": "2026-03-24T16:03:35.070Z", 272 + "logins_count": 198, 273 + "created_at": "2024-04-09T12:54:39.621Z", 274 + "unsubscribed": false, 275 + "unsubscribed_at": "" 276 + }, 277 + { 278 + "sub": "auth0|65747d0b1b69345b9277dadf", 279 + "email": "thomasjohnmartinez@gmail.com", 280 + "handle": "ogbabydiesal", 281 + "last_login": "2026-03-24T03:45:21.624Z", 282 + "logins_count": 5, 283 + "created_at": "2023-12-09T14:43:23.625Z", 284 + "unsubscribed": false, 285 + "unsubscribed_at": "" 286 + }, 287 + { 288 + "sub": "auth0|69c2054121ea055314a122ce", 289 + "email": "tedhgorman@gmail.com", 290 + "handle": "", 291 + "last_login": "2026-03-24T03:30:24.867Z", 292 + "logins_count": 2, 293 + "created_at": "2026-03-24T03:30:09.979Z", 294 + "unsubscribed": false, 295 + "unsubscribed_at": "" 296 + }, 297 + { 298 + "sub": "auth0|69c19a867e4505bd5ff2698f", 299 + "email": "p.ekelenkamp@gmail.com", 300 + "handle": "barbieflipphone", 301 + "last_login": "2026-03-23T19:55:29.519Z", 302 + "logins_count": 2, 303 + "created_at": "2026-03-23T19:54:46.545Z", 304 + "unsubscribed": false, 305 + "unsubscribed_at": "" 306 + }, 307 + { 308 + "sub": "auth0|69975c63f6e6870cf6be142d", 309 + "email": "kakkel2001@gmail.com", 310 + "handle": "Wallowing", 311 + "last_login": "2026-03-23T19:44:30.004Z", 312 + "logins_count": 2, 313 + "created_at": "2026-02-19T18:54:27.769Z", 314 + "unsubscribed": false, 315 + "unsubscribed_at": "" 316 + }, 317 + { 318 + "sub": "auth0|69b0bd06340d29be7796f611", 319 + "email": "f@f3nt0n.com", 320 + "handle": "", 321 + "last_login": "2026-03-23T10:45:12.592Z", 322 + "logins_count": 4, 323 + "created_at": "2026-03-11T00:53:26.136Z", 324 + "unsubscribed": false, 325 + "unsubscribed_at": "" 326 + }, 327 + { 328 + "sub": "auth0|66d92e93e2458eb175370c47", 329 + "email": "sofiabenitez@alum.calarts.edu", 330 + "handle": "fifi", 331 + "last_login": "2026-03-23T03:25:21.259Z", 332 + "logins_count": 22, 333 + "created_at": "2024-09-05T04:07:47.363Z", 334 + "unsubscribed": false, 335 + "unsubscribed_at": "" 336 + }, 337 + { 338 + "sub": "auth0|69c063ea6cdc24fa1d14faf2", 339 + "email": "poincons.corneen_7k@icloud.com", 340 + "handle": "roze", 341 + "last_login": "2026-03-22T21:49:31.036Z", 342 + "logins_count": 1, 343 + "created_at": "2026-03-22T21:49:31.041Z", 344 + "unsubscribed": false, 345 + "unsubscribed_at": "" 346 + }, 347 + { 348 + "sub": "auth0|69bf8b3eddcc60885a1dba15", 349 + "email": "rochpoleski8@gmail.com", 350 + "handle": "Rrc", 351 + "last_login": "2026-03-22T06:25:02.872Z", 352 + "logins_count": 1, 353 + "created_at": "2026-03-22T06:25:02.876Z", 354 + "unsubscribed": false, 355 + "unsubscribed_at": "" 356 + }, 357 + { 358 + "sub": "auth0|652eae0a09a3090f1f3cc955", 359 + "email": "thisisabdou07@gmail.com", 360 + "handle": "", 361 + "last_login": "2026-03-21T21:49:31.004Z", 362 + "logins_count": 2, 363 + "created_at": "2023-10-17T15:53:46.486Z", 364 + "unsubscribed": false, 365 + "unsubscribed_at": "" 366 + }, 367 + { 368 + "sub": "auth0|69bec72df76f5a6531139f6b", 369 + "email": "trine_krogst@hotmail.com", 370 + "handle": "RSP", 371 + "last_login": "2026-03-21T16:28:29.948Z", 372 + "logins_count": 1, 373 + "created_at": "2026-03-21T16:28:29.951Z", 374 + "unsubscribed": false, 375 + "unsubscribed_at": "" 376 + }, 377 + { 378 + "sub": "auth0|69bebdcbf76f5a65311398d8", 379 + "email": "annabethfalcon@gmail.com", 380 + "handle": "AnAAnAAnA", 381 + "last_login": "2026-03-21T15:55:40.434Z", 382 + "logins_count": 2, 383 + "created_at": "2026-03-21T15:48:27.294Z", 384 + "unsubscribed": false, 385 + "unsubscribed_at": "" 386 + }, 387 + { 388 + "sub": "auth0|69be9cc4d9850547817a9832", 389 + "email": "victoremil99@gmail.com", 390 + "handle": "Victor", 391 + "last_login": "2026-03-21T13:27:32.241Z", 392 + "logins_count": 1, 393 + "created_at": "2026-03-21T13:27:32.244Z", 394 + "unsubscribed": false, 395 + "unsubscribed_at": "" 396 + }, 397 + { 398 + "sub": "auth0|693b0819dcf25277d185a652", 399 + "email": "rhockelmann5@gmail.com", 400 + "handle": "rokken", 401 + "last_login": "2026-03-20T20:00:14.051Z", 402 + "logins_count": 4, 403 + "created_at": "2025-12-11T18:06:17.604Z", 404 + "unsubscribed": false, 405 + "unsubscribed_at": "" 406 + }, 407 + { 408 + "sub": "auth0|680232033785f594c135a539", 409 + "email": "frederik0905@hotmail.com", 410 + "handle": "FM_Vigil", 411 + "last_login": "2026-03-20T13:36:58.467Z", 412 + "logins_count": 31, 413 + "created_at": "2025-04-18T11:05:39.092Z", 414 + "unsubscribed": false, 415 + "unsubscribed_at": "" 416 + }, 417 + { 418 + "sub": "auth0|6802d8997bd68f0176db9093", 419 + "email": "nakaimtemeri53@gmail.com", 420 + "handle": "rizzboy7", 421 + "last_login": "2026-03-20T10:11:48.950Z", 422 + "logins_count": 8, 423 + "created_at": "2025-04-18T22:56:25.619Z", 424 + "unsubscribed": false, 425 + "unsubscribed_at": "" 426 + }, 427 + { 428 + "sub": "auth0|68b7e72a5688622520019197", 429 + "email": "math_archive@yahoo.dk", 430 + "handle": "Klaus", 431 + "last_login": "2026-03-20T08:40:35.911Z", 432 + "logins_count": 4, 433 + "created_at": "2025-09-03T06:58:50.869Z", 434 + "unsubscribed": false, 435 + "unsubscribed_at": "" 436 + }, 437 + { 438 + "sub": "auth0|682057c592f724d5f4132c74", 439 + "email": "snakesrus@proton.me", 440 + "handle": "snakes", 441 + "last_login": "2026-03-19T19:45:04.897Z", 442 + "logins_count": 39, 443 + "created_at": "2025-05-11T07:54:45.108Z", 444 + "unsubscribed": false, 445 + "unsubscribed_at": "" 446 + }, 447 + { 448 + "sub": "auth0|69bbe5af8650fc3762fd917f", 449 + "email": "12312312j25@gmail.com", 450 + "handle": "", 451 + "last_login": "2026-03-19T12:01:51.245Z", 452 + "logins_count": 1, 453 + "created_at": "2026-03-19T12:01:51.248Z", 454 + "unsubscribed": false, 455 + "unsubscribed_at": "" 456 + }, 457 + { 458 + "sub": "auth0|69b9b0f566416769c595a807", 459 + "email": "contact.carlloyaboy@gmail.com", 460 + "handle": "CARLLO", 461 + "last_login": "2026-03-19T09:32:39.772Z", 462 + "logins_count": 3, 463 + "created_at": "2026-03-17T19:52:21.609Z", 464 + "unsubscribed": false, 465 + "unsubscribed_at": "" 466 + }, 467 + { 468 + "sub": "auth0|655deda431108fd1ba1751f5", 469 + "email": "aaargh.af@gmail.com", 470 + "handle": "aaargh", 471 + "last_login": "2026-03-18T23:37:10.980Z", 472 + "logins_count": 51, 473 + "created_at": "2023-11-22T12:01:40.594Z", 474 + "unsubscribed": false, 475 + "unsubscribed_at": "" 476 + }, 477 + { 478 + "sub": "auth0|6612101b5415b1d1897972f6", 479 + "email": "willywumbus@gmail.com", 480 + "handle": "wumbus", 481 + "last_login": "2026-03-18T20:35:27.295Z", 482 + "logins_count": 30, 483 + "created_at": "2024-04-07T03:16:43.679Z", 484 + "unsubscribed": false, 485 + "unsubscribed_at": "" 486 + }, 487 + { 488 + "sub": "auth0|6628de47ac52f24561208639", 489 + "email": "simonsteffensen@gmail.com", 490 + "handle": "Flaekhans", 491 + "last_login": "2026-03-18T09:49:36.878Z", 492 + "logins_count": 4, 493 + "created_at": "2024-04-24T10:26:15.978Z", 494 + "unsubscribed": false, 495 + "unsubscribed_at": "" 496 + }, 497 + { 498 + "sub": "auth0|68f05009d96b9a02121e51a3", 499 + "email": "max@maxhawkins.me", 500 + "handle": "max", 501 + "last_login": "2026-03-18T02:44:11.342Z", 502 + "logins_count": 3, 503 + "created_at": "2025-10-16T01:53:13.670Z", 504 + "unsubscribed": false, 505 + "unsubscribed_at": "" 506 + }, 507 + { 508 + "sub": "auth0|65be8aad7711be35c5154666", 509 + "email": "kasperat@gmail.com", 510 + "handle": "KFA", 511 + "last_login": "2026-03-17T20:00:59.563Z", 512 + "logins_count": 17, 513 + "created_at": "2024-02-03T18:49:17.363Z", 514 + "unsubscribed": false, 515 + "unsubscribed_at": "" 516 + }, 517 + { 518 + "sub": "auth0|681787ab4f8e3333cb15156b", 519 + "email": "jespernoerbaek@gmail.com", 520 + "handle": "hekt", 521 + "last_login": "2026-03-17T10:07:51.710Z", 522 + "logins_count": 5, 523 + "created_at": "2025-05-04T15:28:43.518Z", 524 + "unsubscribed": false, 525 + "unsubscribed_at": "" 526 + }, 527 + { 528 + "sub": "auth0|68a24d6a80f8f3d1647bc396", 529 + "email": "franksinatrasecondhiringgang@gmail.com", 530 + "handle": "MuuMan", 531 + "last_login": "2026-03-17T08:34:55.696Z", 532 + "logins_count": 2, 533 + "created_at": "2025-08-17T21:45:14.210Z", 534 + "unsubscribed": false, 535 + "unsubscribed_at": "" 536 + }, 537 + { 538 + "sub": "auth0|6490f51fffb7c5fb2eb77360", 539 + "email": "epignosis@gmail.com", 540 + "handle": "dreamdealer", 541 + "last_login": "2026-03-16T20:11:31.036Z", 542 + "logins_count": 79, 543 + "created_at": "2023-06-20T00:38:55.042Z", 544 + "unsubscribed": false, 545 + "unsubscribed_at": "" 546 + }, 547 + { 548 + "sub": "auth0|69b5dfb7033b9b87fc368fb6", 549 + "email": "alienfoxy70@gmail.com", 550 + "handle": "", 551 + "last_login": "2026-03-16T02:46:37.049Z", 552 + "logins_count": 3, 553 + "created_at": "2026-03-14T22:22:47.206Z", 554 + "unsubscribed": false, 555 + "unsubscribed_at": "" 556 + }, 557 + { 558 + "sub": "auth0|658f037bfedc0dfecbe4e73e", 559 + "email": "azulvillegas450@gmail.com", 560 + "handle": "azul", 561 + "last_login": "2026-03-15T21:24:58.860Z", 562 + "logins_count": 11, 563 + "created_at": "2023-12-29T17:35:55.423Z", 564 + "unsubscribed": false, 565 + "unsubscribed_at": "" 566 + }, 567 + { 568 + "sub": "auth0|69b71126fa5918dac1c2593c", 569 + "email": "errorist650@gmail.com", 570 + "handle": "errorist", 571 + "last_login": "2026-03-15T20:05:58.853Z", 572 + "logins_count": 1, 573 + "created_at": "2026-03-15T20:05:58.856Z", 574 + "unsubscribed": false, 575 + "unsubscribed_at": "" 576 + }, 577 + { 578 + "sub": "auth0|69b6d9bbc10f847516a1ba99", 579 + "email": "sstratus54@gmail.com", 580 + "handle": "Herogirl", 581 + "last_login": "2026-03-15T16:10:54.278Z", 582 + "logins_count": 2, 583 + "created_at": "2026-03-15T16:09:31.553Z", 584 + "unsubscribed": false, 585 + "unsubscribed_at": "" 586 + }, 587 + { 588 + "sub": "auth0|66b03217e97abe449d5d809c", 589 + "email": "akselliot@gmail.com", 590 + "handle": "tord", 591 + "last_login": "2026-03-15T00:29:27.641Z", 592 + "logins_count": 6, 593 + "created_at": "2024-08-05T01:59:51.973Z", 594 + "unsubscribed": false, 595 + "unsubscribed_at": "" 596 + }, 597 + { 598 + "sub": "auth0|6994e0d9e16678c630749f7f", 599 + "email": "ikkemeredetsamme@gmail.com", 600 + "handle": "GerdaRubin", 601 + "last_login": "2026-03-14T23:02:07.641Z", 602 + "logins_count": 10, 603 + "created_at": "2026-02-17T21:42:49.894Z", 604 + "unsubscribed": false, 605 + "unsubscribed_at": "" 606 + }, 607 + { 608 + "sub": "auth0|699adb93d0a7643ebeb57524", 609 + "email": "madsengaming50@gmail.com", 610 + "handle": "Mountain_End9216", 611 + "last_login": "2026-03-14T20:22:45.677Z", 612 + "logins_count": 3, 613 + "created_at": "2026-02-22T10:33:55.403Z", 614 + "unsubscribed": false, 615 + "unsubscribed_at": "" 616 + }, 617 + { 618 + "sub": "auth0|69b48d235d91f698a87f8c9b", 619 + "email": "echoduemig@proton.me", 620 + "handle": "", 621 + "last_login": "2026-03-13T22:18:11.179Z", 622 + "logins_count": 1, 623 + "created_at": "2026-03-13T22:18:11.184Z", 624 + "unsubscribed": false, 625 + "unsubscribed_at": "" 626 + }, 627 + { 628 + "sub": "auth0|66047168f2e8668418846544", 629 + "email": "hvad93@gmail.com", 630 + "handle": "hvad93", 631 + "last_login": "2026-03-13T08:02:40.883Z", 632 + "logins_count": 22, 633 + "created_at": "2024-03-27T19:20:08.789Z", 634 + "unsubscribed": false, 635 + "unsubscribed_at": "" 636 + }, 637 + { 638 + "sub": "auth0|65231ff741993bd888040cfc", 639 + "email": "mansnothotmarcus@gmail.com", 640 + "handle": "regularfanta", 641 + "last_login": "2026-03-12T18:20:14.658Z", 642 + "logins_count": 18, 643 + "created_at": "2023-10-08T21:32:39.681Z", 644 + "unsubscribed": false, 645 + "unsubscribed_at": "" 646 + }, 647 + { 648 + "sub": "auth0|681e473bbdb6da7a7279fbed", 649 + "email": "hoyertherese@gmail.com", 650 + "handle": "horsens", 651 + "last_login": "2026-03-12T16:32:57.765Z", 652 + "logins_count": 19, 653 + "created_at": "2025-05-09T18:19:39.377Z", 654 + "unsubscribed": false, 655 + "unsubscribed_at": "" 656 + }, 657 + { 658 + "sub": "auth0|6823566c8798e69816bf43a8", 659 + "email": "henrik@liveart.dk", 660 + "handle": "Hallo", 661 + "last_login": "2026-03-12T15:37:12.272Z", 662 + "logins_count": 3, 663 + "created_at": "2025-05-13T14:25:49.027Z", 664 + "unsubscribed": false, 665 + "unsubscribed_at": "" 666 + }, 667 + { 668 + "sub": "auth0|69b2383e1e8921f1bc08a9c3", 669 + "email": "snelbsmcgoo@gmail.com", 670 + "handle": "", 671 + "last_login": "2026-03-12T03:51:26.929Z", 672 + "logins_count": 1, 673 + "created_at": "2026-03-12T03:51:26.932Z", 674 + "unsubscribed": false, 675 + "unsubscribed_at": "" 676 + }, 677 + { 678 + "sub": "auth0|69b20b64eee014cd6bea0bce", 679 + "email": "carla@studiococaro.com", 680 + "handle": "", 681 + "last_login": "2026-03-12T00:40:04.168Z", 682 + "logins_count": 1, 683 + "created_at": "2026-03-12T00:40:04.173Z", 684 + "unsubscribed": false, 685 + "unsubscribed_at": "" 686 + }, 687 + { 688 + "sub": "auth0|69b1a6acfa5714a604581f88", 689 + "email": "miatolliodegmal@gmail.com", 690 + "handle": "miatolliodegmal", 691 + "last_login": "2026-03-11T17:30:36.342Z", 692 + "logins_count": 2, 693 + "created_at": "2026-03-11T17:30:20.943Z", 694 + "unsubscribed": false, 695 + "unsubscribed_at": "" 696 + }, 697 + { 698 + "sub": "auth0|64471defc10347714e32b22b", 699 + "email": "anthony.zollo@gmail.com", 700 + "handle": "anthonyzollo", 701 + "last_login": "2026-03-11T14:37:41.266Z", 702 + "logins_count": 17, 703 + "created_at": "2023-04-25T00:25:19.460Z", 704 + "unsubscribed": false, 705 + "unsubscribed_at": "" 706 + }, 707 + { 708 + "sub": "auth0|6525cab1eb7b91a940ee53b0", 709 + "email": "arrietat556@gmail.com", 710 + "handle": "mollymimiga", 711 + "last_login": "2026-03-11T03:53:54.448Z", 712 + "logins_count": 28, 713 + "created_at": "2023-10-10T22:05:37.381Z", 714 + "unsubscribed": false, 715 + "unsubscribed_at": "" 716 + }, 717 + { 718 + "sub": "auth0|664fa6195d4b3faeb548dd70", 719 + "email": "branden12514@gmail.com", 720 + "handle": "gumballtawog", 721 + "last_login": "2026-03-10T19:55:40.353Z", 722 + "logins_count": 3, 723 + "created_at": "2024-05-23T20:24:57.747Z", 724 + "unsubscribed": false, 725 + "unsubscribed_at": "" 726 + }, 727 + { 728 + "sub": "auth0|6856d2b2ff1a1e7ab3056dc5", 729 + "email": "soludenbys@gmail.com", 730 + "handle": "YouthOrgan", 731 + "last_login": "2026-03-10T09:41:53.293Z", 732 + "logins_count": 25, 733 + "created_at": "2025-06-21T15:41:38.082Z", 734 + "unsubscribed": false, 735 + "unsubscribed_at": "" 736 + }, 737 + { 738 + "sub": "auth0|6893647cd4ec50f31da0dfcc", 739 + "email": "detmindstetv@gmail.com", 740 + "handle": "NETROL", 741 + "last_login": "2026-03-09T10:17:49.713Z", 742 + "logins_count": 14, 743 + "created_at": "2025-08-06T14:19:40.838Z", 744 + "unsubscribed": false, 745 + "unsubscribed_at": "" 746 + }, 747 + { 748 + "sub": "auth0|681844874265a32ac3987457", 749 + "email": "margitgivskov@hotmail.com", 750 + "handle": "densuregraevling", 751 + "last_login": "2026-03-08T20:23:52.941Z", 752 + "logins_count": 5, 753 + "created_at": "2025-05-05T04:54:31.929Z", 754 + "unsubscribed": false, 755 + "unsubscribed_at": "" 756 + }, 757 + { 758 + "sub": "auth0|69adb853e2df889cdd27f037", 759 + "email": "salet.hanske.2h@icloud.com", 760 + "handle": "sveinung", 761 + "last_login": "2026-03-08T17:56:35.872Z", 762 + "logins_count": 1, 763 + "created_at": "2026-03-08T17:56:35.879Z", 764 + "unsubscribed": false, 765 + "unsubscribed_at": "" 766 + }, 767 + { 768 + "sub": "auth0|69ada4e0e2df889cdd27e2b0", 769 + "email": "santiagotieara@gmail.com", 770 + "handle": "", 771 + "last_login": "2026-03-08T16:33:36.617Z", 772 + "logins_count": 1, 773 + "created_at": "2026-03-08T16:33:36.620Z", 774 + "unsubscribed": false, 775 + "unsubscribed_at": "" 776 + }, 777 + { 778 + "sub": "auth0|682a3103dc5c906d08af86d8", 779 + "email": "ktg911@gmail.com", 780 + "handle": "KTGWorks", 781 + "last_login": "2026-03-08T10:24:04.048Z", 782 + "logins_count": 9, 783 + "created_at": "2025-05-18T19:12:03.274Z", 784 + "unsubscribed": false, 785 + "unsubscribed_at": "" 786 + }, 787 + { 788 + "sub": "auth0|69acbb7e512c966ff40508f0", 789 + "email": "isamatoscarvalho102@gmail.com", 790 + "handle": "elly", 791 + "last_login": "2026-03-08T00:07:08.385Z", 792 + "logins_count": 2, 793 + "created_at": "2026-03-07T23:57:50.337Z", 794 + "unsubscribed": false, 795 + "unsubscribed_at": "" 796 + }, 797 + { 798 + "sub": "auth0|69aca8c777fc4dfe0714a820", 799 + "email": "alexandria.vaneekelen@gmail.com", 800 + "handle": "shoebby", 801 + "last_login": "2026-03-07T22:37:59.916Z", 802 + "logins_count": 1, 803 + "created_at": "2026-03-07T22:37:59.920Z", 804 + "unsubscribed": false, 805 + "unsubscribed_at": "" 806 + }, 807 + { 808 + "sub": "auth0|69ac4d172e369366f696c725", 809 + "email": "don@gridwalk.net", 810 + "handle": "d0n.xyz", 811 + "last_login": "2026-03-07T16:06:47.177Z", 812 + "logins_count": 1, 813 + "created_at": "2026-03-07T16:06:47.181Z", 814 + "unsubscribed": false, 815 + "unsubscribed_at": "" 816 + }, 817 + { 818 + "sub": "auth0|69ab08c7017a4385e9c0b184", 819 + "email": "sonlil000@usd232.org", 820 + "handle": "", 821 + "last_login": "2026-03-06T17:03:03.299Z", 822 + "logins_count": 1, 823 + "created_at": "2026-03-06T17:03:03.302Z", 824 + "unsubscribed": false, 825 + "unsubscribed_at": "" 826 + }, 827 + { 828 + "sub": "auth0|6821e7eeb993dd835c4ae8b3", 829 + "email": "carolineenghoff@gmail.com", 830 + "handle": "klogsomjesus", 831 + "last_login": "2026-03-06T16:12:49.793Z", 832 + "logins_count": 3, 833 + "created_at": "2025-05-12T12:22:06.704Z", 834 + "unsubscribed": false, 835 + "unsubscribed_at": "" 836 + }, 837 + { 838 + "sub": "auth0|69aaca1f47ca20be58b31949", 839 + "email": "chrysandraolivas@gmail.com", 840 + "handle": "chrys", 841 + "last_login": "2026-03-06T12:37:02.867Z", 842 + "logins_count": 3, 843 + "created_at": "2026-03-06T12:35:43.386Z", 844 + "unsubscribed": false, 845 + "unsubscribed_at": "" 846 + }, 847 + { 848 + "sub": "auth0|692332ff1cb75ccd72da7d9a", 849 + "email": "noahhede@gmail.com", 850 + "handle": "kejser", 851 + "last_login": "2026-03-06T09:06:49.129Z", 852 + "logins_count": 2, 853 + "created_at": "2025-11-23T16:14:55.216Z", 854 + "unsubscribed": false, 855 + "unsubscribed_at": "" 856 + }, 857 + { 858 + "sub": "auth0|68b0e940c16897f29f4a1386", 859 + "email": "berthram@kollektiv.email", 860 + "handle": "BERT", 861 + "last_login": "2026-03-05T16:44:06.129Z", 862 + "logins_count": 12, 863 + "created_at": "2025-08-28T23:41:52.125Z", 864 + "unsubscribed": false, 865 + "unsubscribed_at": "" 866 + }, 867 + { 868 + "sub": "auth0|66b291d57cb478ff787de765", 869 + "email": "gogo@bluedynamics.com", 870 + "handle": "Gogo", 871 + "last_login": "2026-03-05T16:37:04.497Z", 872 + "logins_count": 7, 873 + "created_at": "2024-08-06T21:12:53.568Z", 874 + "unsubscribed": false, 875 + "unsubscribed_at": "" 876 + }, 877 + { 878 + "sub": "auth0|69a960702d68dc56d945c4b6", 879 + "email": "novice_dashed.01@icloud.com", 880 + "handle": "westin", 881 + "last_login": "2026-03-05T10:52:32.419Z", 882 + "logins_count": 1, 883 + "created_at": "2026-03-05T10:52:32.423Z", 884 + "unsubscribed": false, 885 + "unsubscribed_at": "" 886 + }, 887 + { 888 + "sub": "auth0|69a95b039bf2781bcf81772d", 889 + "email": "weirdturnspro@gmail.com", 890 + "handle": "chanfana", 891 + "last_login": "2026-03-05T10:29:23.644Z", 892 + "logins_count": 1, 893 + "created_at": "2026-03-05T10:29:23.648Z", 894 + "unsubscribed": false, 895 + "unsubscribed_at": "" 896 + }, 897 + { 898 + "sub": "auth0|69a88f624008b641d64fcc72", 899 + "email": "paumaba7@gmail.com", 900 + "handle": "gafita", 901 + "last_login": "2026-03-04T20:00:47.178Z", 902 + "logins_count": 2, 903 + "created_at": "2026-03-04T20:00:34.366Z", 904 + "unsubscribed": false, 905 + "unsubscribed_at": "" 906 + }, 907 + { 908 + "sub": "auth0|69a83b47d5fc0726a9d4e3c5", 909 + "email": "tattangjianurak@gmail.com", 910 + "handle": "kitchen", 911 + "last_login": "2026-03-04T14:03:38.752Z", 912 + "logins_count": 2, 913 + "created_at": "2026-03-04T14:01:43.828Z", 914 + "unsubscribed": false, 915 + "unsubscribed_at": "" 916 + }, 917 + { 918 + "sub": "auth0|69a81f5b87cebd798117ee2f", 919 + "email": "harrietfogg2004@gmail.com", 920 + "handle": "breakfast", 921 + "last_login": "2026-03-04T12:02:35.195Z", 922 + "logins_count": 1, 923 + "created_at": "2026-03-04T12:02:35.198Z", 924 + "unsubscribed": false, 925 + "unsubscribed_at": "" 926 + }, 927 + { 928 + "sub": "auth0|69422601b0f1515ec6d4345e", 929 + "email": "estebanuribe@gmail.com", 930 + "handle": "esteban", 931 + "last_login": "2026-03-04T05:19:41.890Z", 932 + "logins_count": 5, 933 + "created_at": "2025-12-17T03:39:45.401Z", 934 + "unsubscribed": false, 935 + "unsubscribed_at": "" 936 + }, 937 + { 938 + "sub": "auth0|69a7be8d793fc1c0cab35742", 939 + "email": "j.r.colby@gmail.com", 940 + "handle": "", 941 + "last_login": "2026-03-04T05:10:09.746Z", 942 + "logins_count": 2, 943 + "created_at": "2026-03-04T05:09:33.193Z", 944 + "unsubscribed": false, 945 + "unsubscribed_at": "" 946 + }, 947 + { 948 + "sub": "auth0|688df8df171b408f57160838", 949 + "email": "malthe@truenature.online", 950 + "handle": "", 951 + "last_login": "2026-03-03T18:50:30.241Z", 952 + "logins_count": 6, 953 + "created_at": "2025-08-02T11:39:11.341Z", 954 + "unsubscribed": false, 955 + "unsubscribed_at": "" 956 + }, 957 + { 958 + "sub": "auth0|69a6259f42d25569779f5b0f", 959 + "email": "eeshita.kapadiya@maine.edu", 960 + "handle": "babydj", 961 + "last_login": "2026-03-03T00:04:47.396Z", 962 + "logins_count": 1, 963 + "created_at": "2026-03-03T00:04:47.400Z", 964 + "unsubscribed": false, 965 + "unsubscribed_at": "" 966 + }, 967 + { 968 + "sub": "auth0|6853bcb72ccdc0c391af6be7", 969 + "email": "khanefacade@icloud.com", 970 + "handle": "GixBusok", 971 + "last_login": "2026-03-01T23:00:48.861Z", 972 + "logins_count": 3, 973 + "created_at": "2025-06-19T07:31:03.829Z", 974 + "unsubscribed": false, 975 + "unsubscribed_at": "" 976 + }, 977 + { 978 + "sub": "auth0|695040894aac21a909e76724", 979 + "email": "valentinemma214@gmail.com", 980 + "handle": "Agresibo", 981 + "last_login": "2026-03-01T19:17:42.129Z", 982 + "logins_count": 2, 983 + "created_at": "2025-12-27T20:24:41.492Z", 984 + "unsubscribed": false, 985 + "unsubscribed_at": "" 986 + }, 987 + { 988 + "sub": "auth0|69a42a18186f928c6941c1c0", 989 + "email": "j.ayyildizmujika@ied.edu", 990 + "handle": "mujiay", 991 + "last_login": "2026-03-01T11:59:21.015Z", 992 + "logins_count": 1, 993 + "created_at": "2026-03-01T11:59:21.021Z", 994 + "unsubscribed": false, 995 + "unsubscribed_at": "" 996 + }, 997 + { 998 + "sub": "auth0|6817cdd52283bde7281e0045", 999 + "email": "evsclucy@gmail.com", 1000 + "handle": "lucystraycat", 1001 + "last_login": "2026-02-28T17:13:50.028Z", 1002 + "logins_count": 7, 1003 + "created_at": "2025-05-04T20:28:05.876Z", 1004 + "unsubscribed": false, 1005 + "unsubscribed_at": "" 1006 + }, 1007 + { 1008 + "sub": "auth0|6534ccf99aed8cf1b232cdcd", 1009 + "email": "onyxsmith03@gmail.com", 1010 + "handle": "", 1011 + "last_login": "2026-02-27T13:22:44.653Z", 1012 + "logins_count": 4, 1013 + "created_at": "2023-10-22T07:19:22.002Z", 1014 + "unsubscribed": false, 1015 + "unsubscribed_at": "" 1016 + }, 1017 + { 1018 + "sub": "auth0|69a1083c9942bfab25bfd805", 1019 + "email": "anythingbuffalochicken@gmail.com", 1020 + "handle": "dc8", 1021 + "last_login": "2026-02-27T02:58:04.568Z", 1022 + "logins_count": 1, 1023 + "created_at": "2026-02-27T02:58:04.572Z", 1024 + "unsubscribed": false, 1025 + "unsubscribed_at": "" 1026 + }, 1027 + { 1028 + "sub": "auth0|6817da3375c09abe5fd7b65c", 1029 + "email": "shawbird@gmx.net", 1030 + "handle": "misslebomb", 1031 + "last_login": "2026-02-26T17:46:24.746Z", 1032 + "logins_count": 2, 1033 + "created_at": "2025-05-04T21:20:51.878Z", 1034 + "unsubscribed": false, 1035 + "unsubscribed_at": "" 1036 + }, 1037 + { 1038 + "sub": "auth0|69a06c37980aa5a679249f1d", 1039 + "email": "soulaimanlaroub@gmail.com", 1040 + "handle": "fortnite", 1041 + "last_login": "2026-02-26T15:52:23.422Z", 1042 + "logins_count": 1, 1043 + "created_at": "2026-02-26T15:52:23.426Z", 1044 + "unsubscribed": false, 1045 + "unsubscribed_at": "" 1046 + }, 1047 + { 1048 + "sub": "auth0|699fba7fef1d6eb6f337ebc5", 1049 + "email": "mychalinla@gmail.com", 1050 + "handle": "", 1051 + "last_login": "2026-02-26T03:14:07.278Z", 1052 + "logins_count": 1, 1053 + "created_at": "2026-02-26T03:14:07.281Z", 1054 + "unsubscribed": false, 1055 + "unsubscribed_at": "" 1056 + }, 1057 + { 1058 + "sub": "auth0|699f8eb48044597d064aec2d", 1059 + "email": "ipatemail@gmail.com", 1060 + "handle": "RetroPig", 1061 + "last_login": "2026-02-26T00:07:36.975Z", 1062 + "logins_count": 2, 1063 + "created_at": "2026-02-26T00:07:16.096Z", 1064 + "unsubscribed": false, 1065 + "unsubscribed_at": "" 1066 + }, 1067 + { 1068 + "sub": "auth0|687cc3261e05d2c2050ac082", 1069 + "email": "graysondavies21@icloud.com", 1070 + "handle": "toss", 1071 + "last_login": "2026-02-25T22:29:35.665Z", 1072 + "logins_count": 2, 1073 + "created_at": "2025-07-20T10:21:26.867Z", 1074 + "unsubscribed": false, 1075 + "unsubscribed_at": "" 1076 + }, 1077 + { 1078 + "sub": "auth0|669b81f503d00feafe590022", 1079 + "email": "askerbryld@gmail.com", 1080 + "handle": "computerlars", 1081 + "last_login": "2026-02-25T15:31:22.058Z", 1082 + "logins_count": 5, 1083 + "created_at": "2024-07-20T09:23:01.412Z", 1084 + "unsubscribed": false, 1085 + "unsubscribed_at": "" 1086 + }, 1087 + { 1088 + "sub": "auth0|655b40d9c90bf30f6a121f87", 1089 + "email": "lupo@loop-o.com", 1090 + "handle": "lupo", 1091 + "last_login": "2026-02-25T10:10:20.836Z", 1092 + "logins_count": 29, 1093 + "created_at": "2023-11-20T11:19:53.244Z", 1094 + "unsubscribed": false, 1095 + "unsubscribed_at": "" 1096 + }, 1097 + { 1098 + "sub": "auth0|699e991e1ca5a5e9c526f831", 1099 + "email": "michael.connor@rhizome.org", 1100 + "handle": "", 1101 + "last_login": "2026-02-25T06:39:26.930Z", 1102 + "logins_count": 1, 1103 + "created_at": "2026-02-25T06:39:26.933Z", 1104 + "unsubscribed": false, 1105 + "unsubscribed_at": "" 1106 + }, 1107 + { 1108 + "sub": "auth0|699e9285104eda9bc8074e8a", 1109 + "email": "petracortright@gmail.com", 1110 + "handle": "petr", 1111 + "last_login": "2026-02-25T06:11:17.462Z", 1112 + "logins_count": 1, 1113 + "created_at": "2026-02-25T06:11:17.466Z", 1114 + "unsubscribed": false, 1115 + "unsubscribed_at": "" 1116 + }, 1117 + { 1118 + "sub": "auth0|699e925b9212e8a066066f97", 1119 + "email": "jallendavid234@gmail.com", 1120 + "handle": "deeznuts", 1121 + "last_login": "2026-02-25T06:10:35.854Z", 1122 + "logins_count": 1, 1123 + "created_at": "2026-02-25T06:10:35.858Z", 1124 + "unsubscribed": false, 1125 + "unsubscribed_at": "" 1126 + }, 1127 + { 1128 + "sub": "auth0|699e92461674ea64b0190e2e", 1129 + "email": "marc@irl.la", 1130 + "handle": "skyrizzy", 1131 + "last_login": "2026-02-25T06:10:14.039Z", 1132 + "logins_count": 1, 1133 + "created_at": "2026-02-25T06:10:14.042Z", 1134 + "unsubscribed": false, 1135 + "unsubscribed_at": "" 1136 + }, 1137 + { 1138 + "sub": "auth0|699e91fa1ca5a5e9c526f3e1", 1139 + "email": "tensminger02138@gmail.com", 1140 + "handle": "", 1141 + "last_login": "2026-02-25T06:09:56.222Z", 1142 + "logins_count": 2, 1143 + "created_at": "2026-02-25T06:08:58.209Z", 1144 + "unsubscribed": false, 1145 + "unsubscribed_at": "" 1146 + }, 1147 + { 1148 + "sub": "auth0|699e92301674ea64b0190e1e", 1149 + "email": "savbwinans@gmail.com", 1150 + "handle": "", 1151 + "last_login": "2026-02-25T06:09:53.010Z", 1152 + "logins_count": 1, 1153 + "created_at": "2026-02-25T06:09:53.013Z", 1154 + "unsubscribed": false, 1155 + "unsubscribed_at": "" 1156 + }, 1157 + { 1158 + "sub": "auth0|64a62f9742cc3032718ae5c9", 1159 + "email": "abenzer@gmail.com", 1160 + "handle": "ab", 1161 + "last_login": "2026-02-25T06:09:51.986Z", 1162 + "logins_count": 5, 1163 + "created_at": "2023-07-06T03:05:59.414Z", 1164 + "unsubscribed": false, 1165 + "unsubscribed_at": "" 1166 + }, 1167 + { 1168 + "sub": "auth0|699e91f317c34318396732ff", 1169 + "email": "bright.shuang@gmail.com", 1170 + "handle": "shuang", 1171 + "last_login": "2026-02-25T06:09:45.476Z", 1172 + "logins_count": 2, 1173 + "created_at": "2026-02-25T06:08:51.844Z", 1174 + "unsubscribed": false, 1175 + "unsubscribed_at": "" 1176 + }, 1177 + { 1178 + "sub": "auth0|699e92161ca5a5e9c526f3f2", 1179 + "email": "jeannievu@gmail.com", 1180 + "handle": "aznbebegrl", 1181 + "last_login": "2026-02-25T06:09:26.322Z", 1182 + "logins_count": 1, 1183 + "created_at": "2026-02-25T06:09:26.325Z", 1184 + "unsubscribed": false, 1185 + "unsubscribed_at": "" 1186 + }, 1187 + { 1188 + "sub": "auth0|699e920c1ca5a5e9c526f3ed", 1189 + "email": "mlari@artlinked.com", 1190 + "handle": "", 1191 + "last_login": "2026-02-25T06:09:16.456Z", 1192 + "logins_count": 1, 1193 + "created_at": "2026-02-25T06:09:16.460Z", 1194 + "unsubscribed": false, 1195 + "unsubscribed_at": "" 1196 + }, 1197 + { 1198 + "sub": "auth0|699e920a7816b2b5d99c0c8c", 1199 + "email": "yholley@gmail.com", 1200 + "handle": "bobdole", 1201 + "last_login": "2026-02-25T06:09:14.548Z", 1202 + "logins_count": 1, 1203 + "created_at": "2026-02-25T06:09:14.552Z", 1204 + "unsubscribed": false, 1205 + "unsubscribed_at": "" 1206 + }, 1207 + { 1208 + "sub": "auth0|699e9206104eda9bc8074e41", 1209 + "email": "me@aaron-meyers.com", 1210 + "handle": "aaron_oblivion", 1211 + "last_login": "2026-02-25T06:09:10.062Z", 1212 + "logins_count": 1, 1213 + "created_at": "2026-02-25T06:09:10.065Z", 1214 + "unsubscribed": false, 1215 + "unsubscribed_at": "" 1216 + }, 1217 + { 1218 + "sub": "auth0|699e91f81ca5a5e9c526f3df", 1219 + "email": "jacquelynejayboe@gmail.com", 1220 + "handle": "boyergirl", 1221 + "last_login": "2026-02-25T06:08:56.516Z", 1222 + "logins_count": 1, 1223 + "created_at": "2026-02-25T06:08:56.520Z", 1224 + "unsubscribed": false, 1225 + "unsubscribed_at": "" 1226 + }, 1227 + { 1228 + "sub": "auth0|699e91f59212e8a066066f58", 1229 + "email": "bmunguia14@gmail.com", 1230 + "handle": "", 1231 + "last_login": "2026-02-25T06:08:53.875Z", 1232 + "logins_count": 1, 1233 + "created_at": "2026-02-25T06:08:53.880Z", 1234 + "unsubscribed": false, 1235 + "unsubscribed_at": "" 1236 + }, 1237 + { 1238 + "sub": "auth0|699e91ea9212e8a066066f53", 1239 + "email": "annikajill@gmail.com", 1240 + "handle": "annika", 1241 + "last_login": "2026-02-25T06:08:42.718Z", 1242 + "logins_count": 1, 1243 + "created_at": "2026-02-25T06:08:42.722Z", 1244 + "unsubscribed": false, 1245 + "unsubscribed_at": "" 1246 + }, 1247 + { 1248 + "sub": "auth0|699e91e5250ab825b765892b", 1249 + "email": "jehanchu@gmail.com", 1250 + "handle": "", 1251 + "last_login": "2026-02-25T06:08:37.586Z", 1252 + "logins_count": 1, 1253 + "created_at": "2026-02-25T06:08:37.589Z", 1254 + "unsubscribed": false, 1255 + "unsubscribed_at": "" 1256 + }, 1257 + { 1258 + "sub": "auth0|699e91e47816b2b5d99c0c7c", 1259 + "email": "kalebriver@gmail.com", 1260 + "handle": "", 1261 + "last_login": "2026-02-25T06:08:36.838Z", 1262 + "logins_count": 1, 1263 + "created_at": "2026-02-25T06:08:36.843Z", 1264 + "unsubscribed": false, 1265 + "unsubscribed_at": "" 1266 + }, 1267 + { 1268 + "sub": "auth0|65945308ccba5f154af5e80f", 1269 + "email": "zackparker23@gmail.com", 1270 + "handle": "hum", 1271 + "last_login": "2026-02-25T06:08:00.002Z", 1272 + "logins_count": 3, 1273 + "created_at": "2024-01-02T18:16:40.074Z", 1274 + "unsubscribed": false, 1275 + "unsubscribed_at": "" 1276 + }, 1277 + { 1278 + "sub": "auth0|699e8684250ab825b7658271", 1279 + "email": "oelcxfutcqgbolytbr@nespf.com", 1280 + "handle": "handel", 1281 + "last_login": "2026-02-25T05:20:15.343Z", 1282 + "logins_count": 2, 1283 + "created_at": "2026-02-25T05:20:04.841Z", 1284 + "unsubscribed": false, 1285 + "unsubscribed_at": "" 1286 + }, 1287 + { 1288 + "sub": "auth0|683ee873ca920825bdb581dd", 1289 + "email": "jimenezyadier10@gmail.com", 1290 + "handle": "Yadier", 1291 + "last_login": "2026-02-25T03:16:48.255Z", 1292 + "logins_count": 3, 1293 + "created_at": "2025-06-03T12:20:03.583Z", 1294 + "unsubscribed": false, 1295 + "unsubscribed_at": "" 1296 + }, 1297 + { 1298 + "sub": "auth0|699db8f31b6e405e32e2b8cc", 1299 + "email": "00001@window.to", 1300 + "handle": "", 1301 + "last_login": "2026-02-24T14:43:08.056Z", 1302 + "logins_count": 2, 1303 + "created_at": "2026-02-24T14:42:59.737Z", 1304 + "unsubscribed": false, 1305 + "unsubscribed_at": "" 1306 + }, 1307 + { 1308 + "sub": "auth0|68599399f8007c705b350828", 1309 + "email": "ludmilla.lanos@gmail.com", 1310 + "handle": "lud", 1311 + "last_login": "2026-02-24T08:50:05.542Z", 1312 + "logins_count": 7, 1313 + "created_at": "2025-06-23T17:49:13.763Z", 1314 + "unsubscribed": false, 1315 + "unsubscribed_at": "" 1316 + }, 1317 + { 1318 + "sub": "auth0|66e768f629c7ffbcd0567f69", 1319 + "email": "jlowmaster@gmail.com", 1320 + "handle": "Chivalrybean", 1321 + "last_login": "2026-02-24T04:20:50.612Z", 1322 + "logins_count": 3, 1323 + "created_at": "2024-09-15T23:08:38.473Z", 1324 + "unsubscribed": false, 1325 + "unsubscribed_at": "" 1326 + }, 1327 + { 1328 + "sub": "auth0|699c9f7071e8e4389c8c627d", 1329 + "email": "gabbisoong@gmail.com", 1330 + "handle": "", 1331 + "last_login": "2026-02-23T18:41:52.282Z", 1332 + "logins_count": 1, 1333 + "created_at": "2026-02-23T18:41:52.291Z", 1334 + "unsubscribed": false, 1335 + "unsubscribed_at": "" 1336 + }, 1337 + { 1338 + "sub": "auth0|6524f114c570e73e32f3957c", 1339 + "email": "diomerardguan@gmail.com", 1340 + "handle": "", 1341 + "last_login": "2026-02-23T11:26:37.065Z", 1342 + "logins_count": 2, 1343 + "created_at": "2023-10-10T06:37:08.674Z", 1344 + "unsubscribed": false, 1345 + "unsubscribed_at": "" 1346 + }, 1347 + { 1348 + "sub": "auth0|699b8432dd13951c58106b38", 1349 + "email": "everett.e.epstein@gmail.com", 1350 + "handle": "evy", 1351 + "last_login": "2026-02-22T22:34:56.379Z", 1352 + "logins_count": 3, 1353 + "created_at": "2026-02-22T22:33:22.734Z", 1354 + "unsubscribed": false, 1355 + "unsubscribed_at": "" 1356 + }, 1357 + { 1358 + "sub": "auth0|667dc7a716bf3a06dc52571d", 1359 + "email": "nrohare07@gmail.com", 1360 + "handle": "noelanio", 1361 + "last_login": "2026-02-21T22:15:32.860Z", 1362 + "logins_count": 16, 1363 + "created_at": "2024-06-27T20:12:23.269Z", 1364 + "unsubscribed": false, 1365 + "unsubscribed_at": "" 1366 + }, 1367 + { 1368 + "sub": "auth0|6999d00fe558c436b25e5f7b", 1369 + "email": "abs@cc.au.dk", 1370 + "handle": "", 1371 + "last_login": "2026-02-21T15:32:31.783Z", 1372 + "logins_count": 1, 1373 + "created_at": "2026-02-21T15:32:31.787Z", 1374 + "unsubscribed": false, 1375 + "unsubscribed_at": "" 1376 + }, 1377 + { 1378 + "sub": "auth0|6999380b7f3298ce0ab0c58a", 1379 + "email": "stephensjordan444@gmail.com", 1380 + "handle": "", 1381 + "last_login": "2026-02-21T04:43:55.043Z", 1382 + "logins_count": 1, 1383 + "created_at": "2026-02-21T04:43:55.046Z", 1384 + "unsubscribed": false, 1385 + "unsubscribed_at": "" 1386 + }, 1387 + { 1388 + "sub": "auth0|699933677f3298ce0ab0c2a8", 1389 + "email": "kristakim@gmail.com", 1390 + "handle": "KK", 1391 + "last_login": "2026-02-21T04:24:07.379Z", 1392 + "logins_count": 1, 1393 + "created_at": "2026-02-21T04:24:07.382Z", 1394 + "unsubscribed": false, 1395 + "unsubscribed_at": "" 1396 + }, 1397 + { 1398 + "sub": "auth0|699739dfc014355571c70e33", 1399 + "email": "osvreijen@gmail.com", 1400 + "handle": "LUXUSKRISTUS", 1401 + "last_login": "2026-02-19T16:37:57.604Z", 1402 + "logins_count": 3, 1403 + "created_at": "2026-02-19T16:27:11.577Z", 1404 + "unsubscribed": false, 1405 + "unsubscribed_at": "" 1406 + }, 1407 + { 1408 + "sub": "auth0|6813ad15f3f0d857da8d283e", 1409 + "email": "cky.sebastian@gmail.com", 1410 + "handle": "pruttipal", 1411 + "last_login": "2026-02-18T19:37:59.836Z", 1412 + "logins_count": 21, 1413 + "created_at": "2025-05-01T17:19:17.293Z", 1414 + "unsubscribed": false, 1415 + "unsubscribed_at": "" 1416 + }, 1417 + { 1418 + "sub": "auth0|69938604fc17e8897736f29a", 1419 + "email": "missi@misslebomb.net", 1420 + "handle": "missb", 1421 + "last_login": "2026-02-16T21:03:00.899Z", 1422 + "logins_count": 1, 1423 + "created_at": "2026-02-16T21:03:00.907Z", 1424 + "unsubscribed": false, 1425 + "unsubscribed_at": "" 1426 + }, 1427 + { 1428 + "sub": "auth0|6991aa30f218abd1c639077c", 1429 + "email": "yanahaffeji@gmail.com", 1430 + "handle": "themostannoying", 1431 + "last_login": "2026-02-15T11:15:29.155Z", 1432 + "logins_count": 2, 1433 + "created_at": "2026-02-15T11:12:48.584Z", 1434 + "unsubscribed": false, 1435 + "unsubscribed_at": "" 1436 + }, 1437 + { 1438 + "sub": "auth0|6560c9a1794baa3e145001e5", 1439 + "email": "dustmartin@outlook.de", 1440 + "handle": "dustmrtn", 1441 + "last_login": "2026-02-15T08:09:58.987Z", 1442 + "logins_count": 15, 1443 + "created_at": "2023-11-24T16:04:49.467Z", 1444 + "unsubscribed": false, 1445 + "unsubscribed_at": "" 1446 + }, 1447 + { 1448 + "sub": "auth0|688522cb30f198287ef45d97", 1449 + "email": "svendsoemod@gmail.com", 1450 + "handle": "sv1", 1451 + "last_login": "2026-02-14T20:04:30.482Z", 1452 + "logins_count": 5, 1453 + "created_at": "2025-07-26T18:47:39.440Z", 1454 + "unsubscribed": false, 1455 + "unsubscribed_at": "" 1456 + }, 1457 + { 1458 + "sub": "auth0|6990d0e8dff965e5413789b8", 1459 + "email": "camillefowlie@gmail.com", 1460 + "handle": "", 1461 + "last_login": "2026-02-14T19:46:14.075Z", 1462 + "logins_count": 2, 1463 + "created_at": "2026-02-14T19:45:44.314Z", 1464 + "unsubscribed": false, 1465 + "unsubscribed_at": "" 1466 + }, 1467 + { 1468 + "sub": "auth0|6990a69369e46be04852038e", 1469 + "email": "cloeybrummer13@gmail.com", 1470 + "handle": "obby", 1471 + "last_login": "2026-02-14T16:45:07.764Z", 1472 + "logins_count": 1, 1473 + "created_at": "2026-02-14T16:45:07.769Z", 1474 + "unsubscribed": false, 1475 + "unsubscribed_at": "" 1476 + }, 1477 + { 1478 + "sub": "auth0|68666b7127ca848b4b367464", 1479 + "email": "kristian@r8dio.dk", 1480 + "handle": "krellenissen", 1481 + "last_login": "2026-02-13T08:44:52.646Z", 1482 + "logins_count": 3, 1483 + "created_at": "2025-07-03T11:37:21.173Z", 1484 + "unsubscribed": false, 1485 + "unsubscribed_at": "" 1486 + }, 1487 + { 1488 + "sub": "auth0|68c768269f2f8e0511b0e953", 1489 + "email": "budbrown91@gmail.com", 1490 + "handle": "specter", 1491 + "last_login": "2026-02-13T03:06:06.401Z", 1492 + "logins_count": 2, 1493 + "created_at": "2025-09-15T01:13:10.299Z", 1494 + "unsubscribed": false, 1495 + "unsubscribed_at": "" 1496 + }, 1497 + { 1498 + "sub": "auth0|680cc96f97e6c0a34eb07188", 1499 + "email": "mazzoo@nautrup.com", 1500 + "handle": "maZZoo", 1501 + "last_login": "2026-02-12T17:38:47.074Z", 1502 + "logins_count": 6, 1503 + "created_at": "2025-04-26T11:54:23.892Z", 1504 + "unsubscribed": false, 1505 + "unsubscribed_at": "" 1506 + }, 1507 + { 1508 + "sub": "auth0|67a3fd2a59a6c593fef98646", 1509 + "email": "marcus.e@gmail.com", 1510 + "handle": "bitpart", 1511 + "last_login": "2026-02-10T02:17:33.692Z", 1512 + "logins_count": 3, 1513 + "created_at": "2025-02-06T00:07:06.219Z", 1514 + "unsubscribed": false, 1515 + "unsubscribed_at": "" 1516 + }, 1517 + { 1518 + "sub": "auth0|652468181f034d7ba70dd301", 1519 + "email": "meliodasjkssss@gmail.com", 1520 + "handle": "melzim", 1521 + "last_login": "2026-02-09T09:10:09.723Z", 1522 + "logins_count": 8, 1523 + "created_at": "2023-10-09T20:52:40.246Z", 1524 + "unsubscribed": false, 1525 + "unsubscribed_at": "" 1526 + }, 1527 + { 1528 + "sub": "auth0|6564e39de3178efd5b0ed1f9", 1529 + "email": "pongoretero@gmail.com", 1530 + "handle": "", 1531 + "last_login": "2026-02-09T00:49:17.595Z", 1532 + "logins_count": 5, 1533 + "created_at": "2023-11-27T18:44:45.961Z", 1534 + "unsubscribed": false, 1535 + "unsubscribed_at": "" 1536 + }, 1537 + { 1538 + "sub": "auth0|693b00eff9bec2d2e9109963", 1539 + "email": "majamariebuchertrose@gmail.com", 1540 + "handle": "laban", 1541 + "last_login": "2026-02-08T18:15:39.661Z", 1542 + "logins_count": 2, 1543 + "created_at": "2025-12-11T17:35:43.315Z", 1544 + "unsubscribed": false, 1545 + "unsubscribed_at": "" 1546 + }, 1547 + { 1548 + "sub": "auth0|698898be25aba885de50cd83", 1549 + "email": "info@extrastereo.co.uk", 1550 + "handle": "", 1551 + "last_login": "2026-02-08T14:07:58.346Z", 1552 + "logins_count": 1, 1553 + "created_at": "2026-02-08T14:07:58.350Z", 1554 + "unsubscribed": false, 1555 + "unsubscribed_at": "" 1556 + }, 1557 + { 1558 + "sub": "auth0|670b93dfd003b169c56a3fb5", 1559 + "email": "pedemarto100@gmail.com", 1560 + "handle": "ThuroeLasse", 1561 + "last_login": "2026-02-08T07:48:47.445Z", 1562 + "logins_count": 8, 1563 + "created_at": "2024-10-13T09:33:19.272Z", 1564 + "unsubscribed": false, 1565 + "unsubscribed_at": "" 1566 + }, 1567 + { 1568 + "sub": "auth0|6986a78de7489ad99995b348", 1569 + "email": "rebekahwhorton.oda@gmail.com", 1570 + "handle": "", 1571 + "last_login": "2026-02-07T02:46:37.099Z", 1572 + "logins_count": 1, 1573 + "created_at": "2026-02-07T02:46:37.102Z", 1574 + "unsubscribed": false, 1575 + "unsubscribed_at": "" 1576 + }, 1577 + { 1578 + "sub": "auth0|6986a78634b44c69ecca6466", 1579 + "email": "maplebignasty@icloud.com", 1580 + "handle": "maper", 1581 + "last_login": "2026-02-07T02:46:30.839Z", 1582 + "logins_count": 1, 1583 + "created_at": "2026-02-07T02:46:30.842Z", 1584 + "unsubscribed": false, 1585 + "unsubscribed_at": "" 1586 + }, 1587 + { 1588 + "sub": "auth0|69851284088271f890e33d60", 1589 + "email": "monstarwikid@gmail.com", 1590 + "handle": "", 1591 + "last_login": "2026-02-05T21:59:26.372Z", 1592 + "logins_count": 2, 1593 + "created_at": "2026-02-05T21:58:28.231Z", 1594 + "unsubscribed": false, 1595 + "unsubscribed_at": "" 1596 + }, 1597 + { 1598 + "sub": "auth0|6672ab443652096bdb8d88b1", 1599 + "email": "khaleesimerrick@gmail.com", 1600 + "handle": "GoofyGooberX3", 1601 + "last_login": "2026-02-05T08:43:15.664Z", 1602 + "logins_count": 13, 1603 + "created_at": "2024-06-19T09:56:20.789Z", 1604 + "unsubscribed": false, 1605 + "unsubscribed_at": "" 1606 + }, 1607 + { 1608 + "sub": "auth0|6983cab1db73ab7b0f4b1ab7", 1609 + "email": "guidozen@gmail.com", 1610 + "handle": "", 1611 + "last_login": "2026-02-04T22:39:45.862Z", 1612 + "logins_count": 1, 1613 + "created_at": "2026-02-04T22:39:45.865Z", 1614 + "unsubscribed": false, 1615 + "unsubscribed_at": "" 1616 + }, 1617 + { 1618 + "sub": "auth0|69838657b7ee31a91472ea03", 1619 + "email": "petergodske@gmail.com", 1620 + "handle": "", 1621 + "last_login": "2026-02-04T17:50:03.401Z", 1622 + "logins_count": 2, 1623 + "created_at": "2026-02-04T17:48:07.041Z", 1624 + "unsubscribed": false, 1625 + "unsubscribed_at": "" 1626 + }, 1627 + { 1628 + "sub": "auth0|698371ba1ba4cd939c6a43de", 1629 + "email": "caspcordes@proton.me", 1630 + "handle": "SoundCollectives", 1631 + "last_login": "2026-02-04T16:25:13.763Z", 1632 + "logins_count": 2, 1633 + "created_at": "2026-02-04T16:20:10.828Z", 1634 + "unsubscribed": false, 1635 + "unsubscribed_at": "" 1636 + }, 1637 + { 1638 + "sub": "auth0|69836c58a8c4effc517be45f", 1639 + "email": "madspalus@gmail.com", 1640 + "handle": "", 1641 + "last_login": "2026-02-04T15:58:34.811Z", 1642 + "logins_count": 2, 1643 + "created_at": "2026-02-04T15:57:12.608Z", 1644 + "unsubscribed": false, 1645 + "unsubscribed_at": "" 1646 + }, 1647 + { 1648 + "sub": "auth0|69828f213dc277dd83655e46", 1649 + "email": "jacob@boa.info", 1650 + "handle": "boa", 1651 + "last_login": "2026-02-04T00:13:21.957Z", 1652 + "logins_count": 1, 1653 + "created_at": "2026-02-04T00:13:21.962Z", 1654 + "unsubscribed": false, 1655 + "unsubscribed_at": "" 1656 + }, 1657 + { 1658 + "sub": "auth0|69824d15bf2299d2a93a13b2", 1659 + "email": "loganshubert920@gmail.com", 1660 + "handle": "UnkemptPhoenix", 1661 + "last_login": "2026-02-03T19:31:33.343Z", 1662 + "logins_count": 1, 1663 + "created_at": "2026-02-03T19:31:33.347Z", 1664 + "unsubscribed": false, 1665 + "unsubscribed_at": "" 1666 + }, 1667 + { 1668 + "sub": "auth0|6495bd6a6ee6f0aa8795e13f", 1669 + "email": "csroeleveld@gmail.com", 1670 + "handle": "jetty", 1671 + "last_login": "2026-02-03T15:51:16.480Z", 1672 + "logins_count": 7, 1673 + "created_at": "2023-06-23T15:42:34.229Z", 1674 + "unsubscribed": false, 1675 + "unsubscribed_at": "" 1676 + }, 1677 + { 1678 + "sub": "auth0|698203d61a2a983a687de136", 1679 + "email": "seanlayug0905@gmail.com", 1680 + "handle": "", 1681 + "last_login": "2026-02-03T14:19:02.376Z", 1682 + "logins_count": 1, 1683 + "created_at": "2026-02-03T14:19:02.381Z", 1684 + "unsubscribed": false, 1685 + "unsubscribed_at": "" 1686 + }, 1687 + { 1688 + "sub": "auth0|64fe7eac634c0df5fc62027a", 1689 + "email": "dorohoward@gmail.com", 1690 + "handle": "heyyjellica", 1691 + "last_login": "2026-02-03T02:36:55.934Z", 1692 + "logins_count": 4, 1693 + "created_at": "2023-09-11T02:42:52.493Z", 1694 + "unsubscribed": false, 1695 + "unsubscribed_at": "" 1696 + }, 1697 + { 1698 + "sub": "auth0|69810102fe80878fe45e9a42", 1699 + "email": "slower.grafter_4n@icloud.com", 1700 + "handle": "potatoes", 1701 + "last_login": "2026-02-02T19:54:42.384Z", 1702 + "logins_count": 1, 1703 + "created_at": "2026-02-02T19:54:42.388Z", 1704 + "unsubscribed": false, 1705 + "unsubscribed_at": "" 1706 + }, 1707 + { 1708 + "sub": "auth0|680a6bfb165a344c2c67eaa8", 1709 + "email": "bt94786@eanesisd.net", 1710 + "handle": "BTUCK", 1711 + "last_login": "2026-02-02T17:04:35.425Z", 1712 + "logins_count": 3, 1713 + "created_at": "2025-04-24T16:51:07.603Z", 1714 + "unsubscribed": false, 1715 + "unsubscribed_at": "" 1716 + }, 1717 + { 1718 + "sub": "auth0|6980d8c62c757044ecf9aff8", 1719 + "email": "skeli2120@gmail.com", 1720 + "handle": "xyz", 1721 + "last_login": "2026-02-02T17:03:02.907Z", 1722 + "logins_count": 1, 1723 + "created_at": "2026-02-02T17:03:02.912Z", 1724 + "unsubscribed": false, 1725 + "unsubscribed_at": "" 1726 + }, 1727 + { 1728 + "sub": "auth0|698045a55aa960c9dac7225c", 1729 + "email": "kasabrnka1142jem@gmail.com", 1730 + "handle": "mgtadwu0026", 1731 + "last_login": "2026-02-02T06:35:18.034Z", 1732 + "logins_count": 1, 1733 + "created_at": "2026-02-02T06:35:18.038Z", 1734 + "unsubscribed": false, 1735 + "unsubscribed_at": "" 1736 + }, 1737 + { 1738 + "sub": "auth0|697fb9515aa960c9dac6db9b", 1739 + "email": "elicat445@gmail.com", 1740 + "handle": "", 1741 + "last_login": "2026-02-01T20:40:36.276Z", 1742 + "logins_count": 2, 1743 + "created_at": "2026-02-01T20:36:33.822Z", 1744 + "unsubscribed": false, 1745 + "unsubscribed_at": "" 1746 + }, 1747 + { 1748 + "sub": "auth0|681fcfd860a01a443459b436", 1749 + "email": "pkxdmartin9@gmail.com", 1750 + "handle": "", 1751 + "last_login": "2026-02-01T20:18:31.820Z", 1752 + "logins_count": 6, 1753 + "created_at": "2025-05-10T22:14:48.754Z", 1754 + "unsubscribed": false, 1755 + "unsubscribed_at": "" 1756 + }, 1757 + { 1758 + "sub": "auth0|68d45a2846b12057808013fa", 1759 + "email": "gussmann@mdw.ac.at", 1760 + "handle": "Wien", 1761 + "last_login": "2026-02-01T19:00:24.734Z", 1762 + "logins_count": 3, 1763 + "created_at": "2025-09-24T20:52:56.415Z", 1764 + "unsubscribed": false, 1765 + "unsubscribed_at": "" 1766 + }, 1767 + { 1768 + "sub": "auth0|697edac088c8392fc52f84ea", 1769 + "email": "luyrinehart0920@gmail.com", 1770 + "handle": "", 1771 + "last_login": "2026-02-01T04:46:56.236Z", 1772 + "logins_count": 1, 1773 + "created_at": "2026-02-01T04:46:56.240Z", 1774 + "unsubscribed": false, 1775 + "unsubscribed_at": "" 1776 + }, 1777 + { 1778 + "sub": "auth0|697e80dc559b5b5525590661", 1779 + "email": "gileadcosman@gmail.com", 1780 + "handle": "Gilead", 1781 + "last_login": "2026-01-31T22:23:24.677Z", 1782 + "logins_count": 1, 1783 + "created_at": "2026-01-31T22:23:24.680Z", 1784 + "unsubscribed": false, 1785 + "unsubscribed_at": "" 1786 + }, 1787 + { 1788 + "sub": "auth0|697e5617d4690cfd5671bddc", 1789 + "email": "tbandersen.mail@gmail.com", 1790 + "handle": "QBKaffe", 1791 + "last_login": "2026-01-31T19:20:55.394Z", 1792 + "logins_count": 1, 1793 + "created_at": "2026-01-31T19:20:55.398Z", 1794 + "unsubscribed": false, 1795 + "unsubscribed_at": "" 1796 + }, 1797 + { 1798 + "sub": "auth0|681a350a9d5cb37275e76623", 1799 + "email": "tordisberstrand@hotmail.com", 1800 + "handle": "tor", 1801 + "last_login": "2026-01-31T12:40:03.173Z", 1802 + "logins_count": 5, 1803 + "created_at": "2025-05-06T16:12:58.462Z", 1804 + "unsubscribed": false, 1805 + "unsubscribed_at": "" 1806 + }, 1807 + { 1808 + "sub": "auth0|6927115ae1cdc8c11b346137", 1809 + "email": "sophie@sophiebud.com", 1810 + "handle": "ethereal", 1811 + "last_login": "2026-01-31T05:23:25.791Z", 1812 + "logins_count": 2, 1813 + "created_at": "2025-11-26T14:40:26.355Z", 1814 + "unsubscribed": false, 1815 + "unsubscribed_at": "" 1816 + }, 1817 + { 1818 + "sub": "auth0|697d8b4e52e522f09440b4e7", 1819 + "email": "gmgr_gonruiz@outlook.com", 1820 + "handle": "", 1821 + "last_login": "2026-01-31T04:55:42.948Z", 1822 + "logins_count": 1, 1823 + "created_at": "2026-01-31T04:55:42.952Z", 1824 + "unsubscribed": false, 1825 + "unsubscribed_at": "" 1826 + }, 1827 + { 1828 + "sub": "auth0|67b03064a18956f52733afe1", 1829 + "email": "kendraalivingston@gmail.com", 1830 + "handle": "", 1831 + "last_login": "2026-01-31T01:44:42.466Z", 1832 + "logins_count": 2, 1833 + "created_at": "2025-02-15T06:12:52.213Z", 1834 + "unsubscribed": false, 1835 + "unsubscribed_at": "" 1836 + } 1837 + ] 1838 + }
+183
reports/mail/aesthetic-active-users-60d-emailable-2026-03-30.csv
··· 1 + email,handle,sub,last_login,logins_count,created_at,unsubscribed,unsubscribed_at 2 + konsinee2020@gmail.com,,auth0|652508ef20ae0bc68d6451f9,2026-03-30T03:42:18.151Z,4,2023-10-10T08:18:55.040Z,false, 3 + graffner.jaff@gmail.com,jaffgraffner,auth0|68d7fc372bbec7cad58e816d,2026-03-30T01:42:22.295Z,3,2025-09-27T15:01:11.455Z,false, 4 + juanantonio488@gmail.com,antonoa,auth0|695ea336813fd3dad772c131,2026-03-30T01:32:28.763Z,7,2026-01-07T18:17:26.379Z,false, 5 + vallevallevalleisa@gmail.com,karius,auth0|69bc472c0a9fb13854aae042,2026-03-29T18:50:51.780Z,7,2026-03-19T18:57:48.589Z,false, 6 + alexbotten@gmail.com,theealex,auth0|6817d6d0d1e7c489655e6ecd,2026-03-29T09:55:26.145Z,7,2025-05-04T21:06:24.069Z,false, 7 + bootyfartbootyrat@gmail.com,dirtyfart360,auth0|69c8a2185cd8c91dc662ed77,2026-03-29T03:52:56.828Z,1,2026-03-29T03:52:56.832Z,false, 8 + qubertsnail@gmail.com,,auth0|69c89b533a28c7f62a69b124,2026-03-29T03:24:03.737Z,1,2026-03-29T03:24:03.741Z,false, 9 + percussionist.bell@gmail.com,,auth0|69c87e0b5886c167b3805005,2026-03-29T01:19:07.059Z,1,2026-03-29T01:19:07.062Z,false, 10 + pip.perfect2@gmail.com,,auth0|69c848cc5ec89a174e5e4c74,2026-03-28T21:31:56.121Z,1,2026-03-28T21:31:56.129Z,false, 11 + cameronleaf@gmail.com,Fraxinus,auth0|6834a2eb7f775d246bdb58cf,2026-03-28T20:39:19.919Z,8,2025-05-26T17:20:43.218Z,false, 12 + mrwoopwoop@hotmail.com,alkibiades,auth0|6814a15a4201ed4536f053c2,2026-03-28T19:32:39.460Z,23,2025-05-02T10:41:30.760Z,false, 13 + polythenepamster@gmail.com,HendeFraHoeve,auth0|686ff33eef8c66e2b748e200,2026-03-28T18:23:20.606Z,46,2025-07-10T17:07:10.869Z,false, 14 + medialunaconjunto@gmail.com,medialuna,auth0|6900ea96835d0a629433bbf9,2026-03-28T03:11:00.081Z,12,2025-10-28T16:08:54.203Z,false, 15 + montoyaanamaria750@gmail.com,AnaBanana,auth0|69c73a8698dffc9865f51ab9,2026-03-28T02:19:36.273Z,2,2026-03-28T02:18:46.506Z,false, 16 + ivprahn@gmail.com,tyttebaer,auth0|6923f4b627996c136ec67f2c,2026-03-27T22:15:16.787Z,16,2025-11-24T06:01:26.565Z,false, 17 + sasha.pleyzor.nyash@gmail.com,topb,auth0|650f14626ea825ef4f5f87ee,2026-03-27T21:07:50.961Z,3,2023-09-23T16:37:54.401Z,false, 18 + colin.sxw@gmail.com,Colin_Bolin,auth0|69c6da7d4631dc5c2536b5f1,2026-03-27T19:48:30.976Z,3,2026-03-27T19:29:01.080Z,false, 19 + eemire347@gmail.com,arlo_roses,auth0|69c6de3a9d0c8aab23724b42,2026-03-27T19:44:58.346Z,1,2026-03-27T19:44:58.350Z,false, 20 + vilmergreve@gmail.com,young_per,auth0|69c6da66813673f4fed5d4f0,2026-03-27T19:41:54.590Z,3,2026-03-27T19:28:38.555Z,false, 21 + ololovitek1@yandex.com,vite_primagen,auth0|681869aa3683d424531aecd0,2026-03-27T18:11:29.800Z,10,2025-05-05T07:32:58.319Z,false, 22 + jespertralala@gmail.com,bananajack,auth0|6559ee623e5fae16d6e705a5,2026-03-27T17:02:28.202Z,47,2023-11-19T11:15:46.388Z,false, 23 + sipscoffeeagain@icloud.com,sat,auth0|6523c4e29c5325403aa84675,2026-03-27T12:44:20.599Z,142,2023-10-09T09:16:18.971Z,false, 24 + xuffechristensen@gmail.com,uffe,auth0|6818f87db978c1fa5d0acf4c,2026-03-27T10:03:37.054Z,8,2025-05-05T17:42:21.935Z,false, 25 + anaspaceweb@gmail.com,tildaa,auth0|69c5c8db5afc04bc7913cc2c,2026-03-27T00:01:32.035Z,1,2026-03-27T00:01:32.042Z,false, 26 + djsakena@protonmail.com,DJSakena,auth0|69c51866379fa32deeb49636,2026-03-26T20:06:53.247Z,2,2026-03-26T11:28:38.472Z,false, 27 + pal@danesadwork.dk,prutti,auth0|66153a8f335c373cea7c05af,2026-03-24T16:03:35.070Z,198,2024-04-09T12:54:39.621Z,false, 28 + thomasjohnmartinez@gmail.com,ogbabydiesal,auth0|65747d0b1b69345b9277dadf,2026-03-24T03:45:21.624Z,5,2023-12-09T14:43:23.625Z,false, 29 + tedhgorman@gmail.com,,auth0|69c2054121ea055314a122ce,2026-03-24T03:30:24.867Z,2,2026-03-24T03:30:09.979Z,false, 30 + p.ekelenkamp@gmail.com,barbieflipphone,auth0|69c19a867e4505bd5ff2698f,2026-03-23T19:55:29.519Z,2,2026-03-23T19:54:46.545Z,false, 31 + kakkel2001@gmail.com,Wallowing,auth0|69975c63f6e6870cf6be142d,2026-03-23T19:44:30.004Z,2,2026-02-19T18:54:27.769Z,false, 32 + f@f3nt0n.com,,auth0|69b0bd06340d29be7796f611,2026-03-23T10:45:12.592Z,4,2026-03-11T00:53:26.136Z,false, 33 + sofiabenitez@alum.calarts.edu,fifi,auth0|66d92e93e2458eb175370c47,2026-03-23T03:25:21.259Z,22,2024-09-05T04:07:47.363Z,false, 34 + poincons.corneen_7k@icloud.com,roze,auth0|69c063ea6cdc24fa1d14faf2,2026-03-22T21:49:31.036Z,1,2026-03-22T21:49:31.041Z,false, 35 + rochpoleski8@gmail.com,Rrc,auth0|69bf8b3eddcc60885a1dba15,2026-03-22T06:25:02.872Z,1,2026-03-22T06:25:02.876Z,false, 36 + thisisabdou07@gmail.com,,auth0|652eae0a09a3090f1f3cc955,2026-03-21T21:49:31.004Z,2,2023-10-17T15:53:46.486Z,false, 37 + trine_krogst@hotmail.com,RSP,auth0|69bec72df76f5a6531139f6b,2026-03-21T16:28:29.948Z,1,2026-03-21T16:28:29.951Z,false, 38 + annabethfalcon@gmail.com,AnAAnAAnA,auth0|69bebdcbf76f5a65311398d8,2026-03-21T15:55:40.434Z,2,2026-03-21T15:48:27.294Z,false, 39 + victoremil99@gmail.com,Victor,auth0|69be9cc4d9850547817a9832,2026-03-21T13:27:32.241Z,1,2026-03-21T13:27:32.244Z,false, 40 + rhockelmann5@gmail.com,rokken,auth0|693b0819dcf25277d185a652,2026-03-20T20:00:14.051Z,4,2025-12-11T18:06:17.604Z,false, 41 + frederik0905@hotmail.com,FM_Vigil,auth0|680232033785f594c135a539,2026-03-20T13:36:58.467Z,31,2025-04-18T11:05:39.092Z,false, 42 + nakaimtemeri53@gmail.com,rizzboy7,auth0|6802d8997bd68f0176db9093,2026-03-20T10:11:48.950Z,8,2025-04-18T22:56:25.619Z,false, 43 + math_archive@yahoo.dk,Klaus,auth0|68b7e72a5688622520019197,2026-03-20T08:40:35.911Z,4,2025-09-03T06:58:50.869Z,false, 44 + snakesrus@proton.me,snakes,auth0|682057c592f724d5f4132c74,2026-03-19T19:45:04.897Z,39,2025-05-11T07:54:45.108Z,false, 45 + 12312312j25@gmail.com,,auth0|69bbe5af8650fc3762fd917f,2026-03-19T12:01:51.245Z,1,2026-03-19T12:01:51.248Z,false, 46 + contact.carlloyaboy@gmail.com,CARLLO,auth0|69b9b0f566416769c595a807,2026-03-19T09:32:39.772Z,3,2026-03-17T19:52:21.609Z,false, 47 + aaargh.af@gmail.com,aaargh,auth0|655deda431108fd1ba1751f5,2026-03-18T23:37:10.980Z,51,2023-11-22T12:01:40.594Z,false, 48 + willywumbus@gmail.com,wumbus,auth0|6612101b5415b1d1897972f6,2026-03-18T20:35:27.295Z,30,2024-04-07T03:16:43.679Z,false, 49 + simonsteffensen@gmail.com,Flaekhans,auth0|6628de47ac52f24561208639,2026-03-18T09:49:36.878Z,4,2024-04-24T10:26:15.978Z,false, 50 + max@maxhawkins.me,max,auth0|68f05009d96b9a02121e51a3,2026-03-18T02:44:11.342Z,3,2025-10-16T01:53:13.670Z,false, 51 + kasperat@gmail.com,KFA,auth0|65be8aad7711be35c5154666,2026-03-17T20:00:59.563Z,17,2024-02-03T18:49:17.363Z,false, 52 + jespernoerbaek@gmail.com,hekt,auth0|681787ab4f8e3333cb15156b,2026-03-17T10:07:51.710Z,5,2025-05-04T15:28:43.518Z,false, 53 + franksinatrasecondhiringgang@gmail.com,MuuMan,auth0|68a24d6a80f8f3d1647bc396,2026-03-17T08:34:55.696Z,2,2025-08-17T21:45:14.210Z,false, 54 + epignosis@gmail.com,dreamdealer,auth0|6490f51fffb7c5fb2eb77360,2026-03-16T20:11:31.036Z,79,2023-06-20T00:38:55.042Z,false, 55 + alienfoxy70@gmail.com,,auth0|69b5dfb7033b9b87fc368fb6,2026-03-16T02:46:37.049Z,3,2026-03-14T22:22:47.206Z,false, 56 + azulvillegas450@gmail.com,azul,auth0|658f037bfedc0dfecbe4e73e,2026-03-15T21:24:58.860Z,11,2023-12-29T17:35:55.423Z,false, 57 + errorist650@gmail.com,errorist,auth0|69b71126fa5918dac1c2593c,2026-03-15T20:05:58.853Z,1,2026-03-15T20:05:58.856Z,false, 58 + sstratus54@gmail.com,Herogirl,auth0|69b6d9bbc10f847516a1ba99,2026-03-15T16:10:54.278Z,2,2026-03-15T16:09:31.553Z,false, 59 + akselliot@gmail.com,tord,auth0|66b03217e97abe449d5d809c,2026-03-15T00:29:27.641Z,6,2024-08-05T01:59:51.973Z,false, 60 + ikkemeredetsamme@gmail.com,GerdaRubin,auth0|6994e0d9e16678c630749f7f,2026-03-14T23:02:07.641Z,10,2026-02-17T21:42:49.894Z,false, 61 + madsengaming50@gmail.com,Mountain_End9216,auth0|699adb93d0a7643ebeb57524,2026-03-14T20:22:45.677Z,3,2026-02-22T10:33:55.403Z,false, 62 + echoduemig@proton.me,,auth0|69b48d235d91f698a87f8c9b,2026-03-13T22:18:11.179Z,1,2026-03-13T22:18:11.184Z,false, 63 + hvad93@gmail.com,hvad93,auth0|66047168f2e8668418846544,2026-03-13T08:02:40.883Z,22,2024-03-27T19:20:08.789Z,false, 64 + mansnothotmarcus@gmail.com,regularfanta,auth0|65231ff741993bd888040cfc,2026-03-12T18:20:14.658Z,18,2023-10-08T21:32:39.681Z,false, 65 + hoyertherese@gmail.com,horsens,auth0|681e473bbdb6da7a7279fbed,2026-03-12T16:32:57.765Z,19,2025-05-09T18:19:39.377Z,false, 66 + henrik@liveart.dk,Hallo,auth0|6823566c8798e69816bf43a8,2026-03-12T15:37:12.272Z,3,2025-05-13T14:25:49.027Z,false, 67 + snelbsmcgoo@gmail.com,,auth0|69b2383e1e8921f1bc08a9c3,2026-03-12T03:51:26.929Z,1,2026-03-12T03:51:26.932Z,false, 68 + carla@studiococaro.com,,auth0|69b20b64eee014cd6bea0bce,2026-03-12T00:40:04.168Z,1,2026-03-12T00:40:04.173Z,false, 69 + miatolliodegmal@gmail.com,miatolliodegmal,auth0|69b1a6acfa5714a604581f88,2026-03-11T17:30:36.342Z,2,2026-03-11T17:30:20.943Z,false, 70 + anthony.zollo@gmail.com,anthonyzollo,auth0|64471defc10347714e32b22b,2026-03-11T14:37:41.266Z,17,2023-04-25T00:25:19.460Z,false, 71 + arrietat556@gmail.com,mollymimiga,auth0|6525cab1eb7b91a940ee53b0,2026-03-11T03:53:54.448Z,28,2023-10-10T22:05:37.381Z,false, 72 + branden12514@gmail.com,gumballtawog,auth0|664fa6195d4b3faeb548dd70,2026-03-10T19:55:40.353Z,3,2024-05-23T20:24:57.747Z,false, 73 + soludenbys@gmail.com,YouthOrgan,auth0|6856d2b2ff1a1e7ab3056dc5,2026-03-10T09:41:53.293Z,25,2025-06-21T15:41:38.082Z,false, 74 + detmindstetv@gmail.com,NETROL,auth0|6893647cd4ec50f31da0dfcc,2026-03-09T10:17:49.713Z,14,2025-08-06T14:19:40.838Z,false, 75 + margitgivskov@hotmail.com,densuregraevling,auth0|681844874265a32ac3987457,2026-03-08T20:23:52.941Z,5,2025-05-05T04:54:31.929Z,false, 76 + salet.hanske.2h@icloud.com,sveinung,auth0|69adb853e2df889cdd27f037,2026-03-08T17:56:35.872Z,1,2026-03-08T17:56:35.879Z,false, 77 + santiagotieara@gmail.com,,auth0|69ada4e0e2df889cdd27e2b0,2026-03-08T16:33:36.617Z,1,2026-03-08T16:33:36.620Z,false, 78 + ktg911@gmail.com,KTGWorks,auth0|682a3103dc5c906d08af86d8,2026-03-08T10:24:04.048Z,9,2025-05-18T19:12:03.274Z,false, 79 + isamatoscarvalho102@gmail.com,elly,auth0|69acbb7e512c966ff40508f0,2026-03-08T00:07:08.385Z,2,2026-03-07T23:57:50.337Z,false, 80 + alexandria.vaneekelen@gmail.com,shoebby,auth0|69aca8c777fc4dfe0714a820,2026-03-07T22:37:59.916Z,1,2026-03-07T22:37:59.920Z,false, 81 + don@gridwalk.net,d0n.xyz,auth0|69ac4d172e369366f696c725,2026-03-07T16:06:47.177Z,1,2026-03-07T16:06:47.181Z,false, 82 + sonlil000@usd232.org,,auth0|69ab08c7017a4385e9c0b184,2026-03-06T17:03:03.299Z,1,2026-03-06T17:03:03.302Z,false, 83 + carolineenghoff@gmail.com,klogsomjesus,auth0|6821e7eeb993dd835c4ae8b3,2026-03-06T16:12:49.793Z,3,2025-05-12T12:22:06.704Z,false, 84 + chrysandraolivas@gmail.com,chrys,auth0|69aaca1f47ca20be58b31949,2026-03-06T12:37:02.867Z,3,2026-03-06T12:35:43.386Z,false, 85 + noahhede@gmail.com,kejser,auth0|692332ff1cb75ccd72da7d9a,2026-03-06T09:06:49.129Z,2,2025-11-23T16:14:55.216Z,false, 86 + berthram@kollektiv.email,BERT,auth0|68b0e940c16897f29f4a1386,2026-03-05T16:44:06.129Z,12,2025-08-28T23:41:52.125Z,false, 87 + gogo@bluedynamics.com,Gogo,auth0|66b291d57cb478ff787de765,2026-03-05T16:37:04.497Z,7,2024-08-06T21:12:53.568Z,false, 88 + novice_dashed.01@icloud.com,westin,auth0|69a960702d68dc56d945c4b6,2026-03-05T10:52:32.419Z,1,2026-03-05T10:52:32.423Z,false, 89 + weirdturnspro@gmail.com,chanfana,auth0|69a95b039bf2781bcf81772d,2026-03-05T10:29:23.644Z,1,2026-03-05T10:29:23.648Z,false, 90 + paumaba7@gmail.com,gafita,auth0|69a88f624008b641d64fcc72,2026-03-04T20:00:47.178Z,2,2026-03-04T20:00:34.366Z,false, 91 + tattangjianurak@gmail.com,kitchen,auth0|69a83b47d5fc0726a9d4e3c5,2026-03-04T14:03:38.752Z,2,2026-03-04T14:01:43.828Z,false, 92 + harrietfogg2004@gmail.com,breakfast,auth0|69a81f5b87cebd798117ee2f,2026-03-04T12:02:35.195Z,1,2026-03-04T12:02:35.198Z,false, 93 + estebanuribe@gmail.com,esteban,auth0|69422601b0f1515ec6d4345e,2026-03-04T05:19:41.890Z,5,2025-12-17T03:39:45.401Z,false, 94 + j.r.colby@gmail.com,,auth0|69a7be8d793fc1c0cab35742,2026-03-04T05:10:09.746Z,2,2026-03-04T05:09:33.193Z,false, 95 + malthe@truenature.online,,auth0|688df8df171b408f57160838,2026-03-03T18:50:30.241Z,6,2025-08-02T11:39:11.341Z,false, 96 + eeshita.kapadiya@maine.edu,babydj,auth0|69a6259f42d25569779f5b0f,2026-03-03T00:04:47.396Z,1,2026-03-03T00:04:47.400Z,false, 97 + khanefacade@icloud.com,GixBusok,auth0|6853bcb72ccdc0c391af6be7,2026-03-01T23:00:48.861Z,3,2025-06-19T07:31:03.829Z,false, 98 + valentinemma214@gmail.com,Agresibo,auth0|695040894aac21a909e76724,2026-03-01T19:17:42.129Z,2,2025-12-27T20:24:41.492Z,false, 99 + j.ayyildizmujika@ied.edu,mujiay,auth0|69a42a18186f928c6941c1c0,2026-03-01T11:59:21.015Z,1,2026-03-01T11:59:21.021Z,false, 100 + evsclucy@gmail.com,lucystraycat,auth0|6817cdd52283bde7281e0045,2026-02-28T17:13:50.028Z,7,2025-05-04T20:28:05.876Z,false, 101 + onyxsmith03@gmail.com,,auth0|6534ccf99aed8cf1b232cdcd,2026-02-27T13:22:44.653Z,4,2023-10-22T07:19:22.002Z,false, 102 + anythingbuffalochicken@gmail.com,dc8,auth0|69a1083c9942bfab25bfd805,2026-02-27T02:58:04.568Z,1,2026-02-27T02:58:04.572Z,false, 103 + shawbird@gmx.net,misslebomb,auth0|6817da3375c09abe5fd7b65c,2026-02-26T17:46:24.746Z,2,2025-05-04T21:20:51.878Z,false, 104 + soulaimanlaroub@gmail.com,fortnite,auth0|69a06c37980aa5a679249f1d,2026-02-26T15:52:23.422Z,1,2026-02-26T15:52:23.426Z,false, 105 + mychalinla@gmail.com,,auth0|699fba7fef1d6eb6f337ebc5,2026-02-26T03:14:07.278Z,1,2026-02-26T03:14:07.281Z,false, 106 + ipatemail@gmail.com,RetroPig,auth0|699f8eb48044597d064aec2d,2026-02-26T00:07:36.975Z,2,2026-02-26T00:07:16.096Z,false, 107 + graysondavies21@icloud.com,toss,auth0|687cc3261e05d2c2050ac082,2026-02-25T22:29:35.665Z,2,2025-07-20T10:21:26.867Z,false, 108 + askerbryld@gmail.com,computerlars,auth0|669b81f503d00feafe590022,2026-02-25T15:31:22.058Z,5,2024-07-20T09:23:01.412Z,false, 109 + lupo@loop-o.com,lupo,auth0|655b40d9c90bf30f6a121f87,2026-02-25T10:10:20.836Z,29,2023-11-20T11:19:53.244Z,false, 110 + michael.connor@rhizome.org,,auth0|699e991e1ca5a5e9c526f831,2026-02-25T06:39:26.930Z,1,2026-02-25T06:39:26.933Z,false, 111 + petracortright@gmail.com,petr,auth0|699e9285104eda9bc8074e8a,2026-02-25T06:11:17.462Z,1,2026-02-25T06:11:17.466Z,false, 112 + jallendavid234@gmail.com,deeznuts,auth0|699e925b9212e8a066066f97,2026-02-25T06:10:35.854Z,1,2026-02-25T06:10:35.858Z,false, 113 + marc@irl.la,skyrizzy,auth0|699e92461674ea64b0190e2e,2026-02-25T06:10:14.039Z,1,2026-02-25T06:10:14.042Z,false, 114 + tensminger02138@gmail.com,,auth0|699e91fa1ca5a5e9c526f3e1,2026-02-25T06:09:56.222Z,2,2026-02-25T06:08:58.209Z,false, 115 + savbwinans@gmail.com,,auth0|699e92301674ea64b0190e1e,2026-02-25T06:09:53.010Z,1,2026-02-25T06:09:53.013Z,false, 116 + abenzer@gmail.com,ab,auth0|64a62f9742cc3032718ae5c9,2026-02-25T06:09:51.986Z,5,2023-07-06T03:05:59.414Z,false, 117 + bright.shuang@gmail.com,shuang,auth0|699e91f317c34318396732ff,2026-02-25T06:09:45.476Z,2,2026-02-25T06:08:51.844Z,false, 118 + jeannievu@gmail.com,aznbebegrl,auth0|699e92161ca5a5e9c526f3f2,2026-02-25T06:09:26.322Z,1,2026-02-25T06:09:26.325Z,false, 119 + mlari@artlinked.com,,auth0|699e920c1ca5a5e9c526f3ed,2026-02-25T06:09:16.456Z,1,2026-02-25T06:09:16.460Z,false, 120 + yholley@gmail.com,bobdole,auth0|699e920a7816b2b5d99c0c8c,2026-02-25T06:09:14.548Z,1,2026-02-25T06:09:14.552Z,false, 121 + me@aaron-meyers.com,aaron_oblivion,auth0|699e9206104eda9bc8074e41,2026-02-25T06:09:10.062Z,1,2026-02-25T06:09:10.065Z,false, 122 + jacquelynejayboe@gmail.com,boyergirl,auth0|699e91f81ca5a5e9c526f3df,2026-02-25T06:08:56.516Z,1,2026-02-25T06:08:56.520Z,false, 123 + bmunguia14@gmail.com,,auth0|699e91f59212e8a066066f58,2026-02-25T06:08:53.875Z,1,2026-02-25T06:08:53.880Z,false, 124 + annikajill@gmail.com,annika,auth0|699e91ea9212e8a066066f53,2026-02-25T06:08:42.718Z,1,2026-02-25T06:08:42.722Z,false, 125 + jehanchu@gmail.com,,auth0|699e91e5250ab825b765892b,2026-02-25T06:08:37.586Z,1,2026-02-25T06:08:37.589Z,false, 126 + kalebriver@gmail.com,,auth0|699e91e47816b2b5d99c0c7c,2026-02-25T06:08:36.838Z,1,2026-02-25T06:08:36.843Z,false, 127 + zackparker23@gmail.com,hum,auth0|65945308ccba5f154af5e80f,2026-02-25T06:08:00.002Z,3,2024-01-02T18:16:40.074Z,false, 128 + oelcxfutcqgbolytbr@nespf.com,handel,auth0|699e8684250ab825b7658271,2026-02-25T05:20:15.343Z,2,2026-02-25T05:20:04.841Z,false, 129 + jimenezyadier10@gmail.com,Yadier,auth0|683ee873ca920825bdb581dd,2026-02-25T03:16:48.255Z,3,2025-06-03T12:20:03.583Z,false, 130 + 00001@window.to,,auth0|699db8f31b6e405e32e2b8cc,2026-02-24T14:43:08.056Z,2,2026-02-24T14:42:59.737Z,false, 131 + ludmilla.lanos@gmail.com,lud,auth0|68599399f8007c705b350828,2026-02-24T08:50:05.542Z,7,2025-06-23T17:49:13.763Z,false, 132 + jlowmaster@gmail.com,Chivalrybean,auth0|66e768f629c7ffbcd0567f69,2026-02-24T04:20:50.612Z,3,2024-09-15T23:08:38.473Z,false, 133 + gabbisoong@gmail.com,,auth0|699c9f7071e8e4389c8c627d,2026-02-23T18:41:52.282Z,1,2026-02-23T18:41:52.291Z,false, 134 + diomerardguan@gmail.com,,auth0|6524f114c570e73e32f3957c,2026-02-23T11:26:37.065Z,2,2023-10-10T06:37:08.674Z,false, 135 + everett.e.epstein@gmail.com,evy,auth0|699b8432dd13951c58106b38,2026-02-22T22:34:56.379Z,3,2026-02-22T22:33:22.734Z,false, 136 + nrohare07@gmail.com,noelanio,auth0|667dc7a716bf3a06dc52571d,2026-02-21T22:15:32.860Z,16,2024-06-27T20:12:23.269Z,false, 137 + abs@cc.au.dk,,auth0|6999d00fe558c436b25e5f7b,2026-02-21T15:32:31.783Z,1,2026-02-21T15:32:31.787Z,false, 138 + stephensjordan444@gmail.com,,auth0|6999380b7f3298ce0ab0c58a,2026-02-21T04:43:55.043Z,1,2026-02-21T04:43:55.046Z,false, 139 + kristakim@gmail.com,KK,auth0|699933677f3298ce0ab0c2a8,2026-02-21T04:24:07.379Z,1,2026-02-21T04:24:07.382Z,false, 140 + osvreijen@gmail.com,LUXUSKRISTUS,auth0|699739dfc014355571c70e33,2026-02-19T16:37:57.604Z,3,2026-02-19T16:27:11.577Z,false, 141 + cky.sebastian@gmail.com,pruttipal,auth0|6813ad15f3f0d857da8d283e,2026-02-18T19:37:59.836Z,21,2025-05-01T17:19:17.293Z,false, 142 + missi@misslebomb.net,missb,auth0|69938604fc17e8897736f29a,2026-02-16T21:03:00.899Z,1,2026-02-16T21:03:00.907Z,false, 143 + yanahaffeji@gmail.com,themostannoying,auth0|6991aa30f218abd1c639077c,2026-02-15T11:15:29.155Z,2,2026-02-15T11:12:48.584Z,false, 144 + dustmartin@outlook.de,dustmrtn,auth0|6560c9a1794baa3e145001e5,2026-02-15T08:09:58.987Z,15,2023-11-24T16:04:49.467Z,false, 145 + svendsoemod@gmail.com,sv1,auth0|688522cb30f198287ef45d97,2026-02-14T20:04:30.482Z,5,2025-07-26T18:47:39.440Z,false, 146 + camillefowlie@gmail.com,,auth0|6990d0e8dff965e5413789b8,2026-02-14T19:46:14.075Z,2,2026-02-14T19:45:44.314Z,false, 147 + cloeybrummer13@gmail.com,obby,auth0|6990a69369e46be04852038e,2026-02-14T16:45:07.764Z,1,2026-02-14T16:45:07.769Z,false, 148 + kristian@r8dio.dk,krellenissen,auth0|68666b7127ca848b4b367464,2026-02-13T08:44:52.646Z,3,2025-07-03T11:37:21.173Z,false, 149 + budbrown91@gmail.com,specter,auth0|68c768269f2f8e0511b0e953,2026-02-13T03:06:06.401Z,2,2025-09-15T01:13:10.299Z,false, 150 + mazzoo@nautrup.com,maZZoo,auth0|680cc96f97e6c0a34eb07188,2026-02-12T17:38:47.074Z,6,2025-04-26T11:54:23.892Z,false, 151 + marcus.e@gmail.com,bitpart,auth0|67a3fd2a59a6c593fef98646,2026-02-10T02:17:33.692Z,3,2025-02-06T00:07:06.219Z,false, 152 + meliodasjkssss@gmail.com,melzim,auth0|652468181f034d7ba70dd301,2026-02-09T09:10:09.723Z,8,2023-10-09T20:52:40.246Z,false, 153 + pongoretero@gmail.com,,auth0|6564e39de3178efd5b0ed1f9,2026-02-09T00:49:17.595Z,5,2023-11-27T18:44:45.961Z,false, 154 + majamariebuchertrose@gmail.com,laban,auth0|693b00eff9bec2d2e9109963,2026-02-08T18:15:39.661Z,2,2025-12-11T17:35:43.315Z,false, 155 + info@extrastereo.co.uk,,auth0|698898be25aba885de50cd83,2026-02-08T14:07:58.346Z,1,2026-02-08T14:07:58.350Z,false, 156 + pedemarto100@gmail.com,ThuroeLasse,auth0|670b93dfd003b169c56a3fb5,2026-02-08T07:48:47.445Z,8,2024-10-13T09:33:19.272Z,false, 157 + rebekahwhorton.oda@gmail.com,,auth0|6986a78de7489ad99995b348,2026-02-07T02:46:37.099Z,1,2026-02-07T02:46:37.102Z,false, 158 + maplebignasty@icloud.com,maper,auth0|6986a78634b44c69ecca6466,2026-02-07T02:46:30.839Z,1,2026-02-07T02:46:30.842Z,false, 159 + monstarwikid@gmail.com,,auth0|69851284088271f890e33d60,2026-02-05T21:59:26.372Z,2,2026-02-05T21:58:28.231Z,false, 160 + khaleesimerrick@gmail.com,GoofyGooberX3,auth0|6672ab443652096bdb8d88b1,2026-02-05T08:43:15.664Z,13,2024-06-19T09:56:20.789Z,false, 161 + guidozen@gmail.com,,auth0|6983cab1db73ab7b0f4b1ab7,2026-02-04T22:39:45.862Z,1,2026-02-04T22:39:45.865Z,false, 162 + petergodske@gmail.com,,auth0|69838657b7ee31a91472ea03,2026-02-04T17:50:03.401Z,2,2026-02-04T17:48:07.041Z,false, 163 + caspcordes@proton.me,SoundCollectives,auth0|698371ba1ba4cd939c6a43de,2026-02-04T16:25:13.763Z,2,2026-02-04T16:20:10.828Z,false, 164 + madspalus@gmail.com,,auth0|69836c58a8c4effc517be45f,2026-02-04T15:58:34.811Z,2,2026-02-04T15:57:12.608Z,false, 165 + jacob@boa.info,boa,auth0|69828f213dc277dd83655e46,2026-02-04T00:13:21.957Z,1,2026-02-04T00:13:21.962Z,false, 166 + loganshubert920@gmail.com,UnkemptPhoenix,auth0|69824d15bf2299d2a93a13b2,2026-02-03T19:31:33.343Z,1,2026-02-03T19:31:33.347Z,false, 167 + csroeleveld@gmail.com,jetty,auth0|6495bd6a6ee6f0aa8795e13f,2026-02-03T15:51:16.480Z,7,2023-06-23T15:42:34.229Z,false, 168 + seanlayug0905@gmail.com,,auth0|698203d61a2a983a687de136,2026-02-03T14:19:02.376Z,1,2026-02-03T14:19:02.381Z,false, 169 + dorohoward@gmail.com,heyyjellica,auth0|64fe7eac634c0df5fc62027a,2026-02-03T02:36:55.934Z,4,2023-09-11T02:42:52.493Z,false, 170 + slower.grafter_4n@icloud.com,potatoes,auth0|69810102fe80878fe45e9a42,2026-02-02T19:54:42.384Z,1,2026-02-02T19:54:42.388Z,false, 171 + bt94786@eanesisd.net,BTUCK,auth0|680a6bfb165a344c2c67eaa8,2026-02-02T17:04:35.425Z,3,2025-04-24T16:51:07.603Z,false, 172 + skeli2120@gmail.com,xyz,auth0|6980d8c62c757044ecf9aff8,2026-02-02T17:03:02.907Z,1,2026-02-02T17:03:02.912Z,false, 173 + kasabrnka1142jem@gmail.com,mgtadwu0026,auth0|698045a55aa960c9dac7225c,2026-02-02T06:35:18.034Z,1,2026-02-02T06:35:18.038Z,false, 174 + elicat445@gmail.com,,auth0|697fb9515aa960c9dac6db9b,2026-02-01T20:40:36.276Z,2,2026-02-01T20:36:33.822Z,false, 175 + pkxdmartin9@gmail.com,,auth0|681fcfd860a01a443459b436,2026-02-01T20:18:31.820Z,6,2025-05-10T22:14:48.754Z,false, 176 + gussmann@mdw.ac.at,Wien,auth0|68d45a2846b12057808013fa,2026-02-01T19:00:24.734Z,3,2025-09-24T20:52:56.415Z,false, 177 + luyrinehart0920@gmail.com,,auth0|697edac088c8392fc52f84ea,2026-02-01T04:46:56.236Z,1,2026-02-01T04:46:56.240Z,false, 178 + gileadcosman@gmail.com,Gilead,auth0|697e80dc559b5b5525590661,2026-01-31T22:23:24.677Z,1,2026-01-31T22:23:24.680Z,false, 179 + tbandersen.mail@gmail.com,QBKaffe,auth0|697e5617d4690cfd5671bddc,2026-01-31T19:20:55.394Z,1,2026-01-31T19:20:55.398Z,false, 180 + tordisberstrand@hotmail.com,tor,auth0|681a350a9d5cb37275e76623,2026-01-31T12:40:03.173Z,5,2025-05-06T16:12:58.462Z,false, 181 + sophie@sophiebud.com,ethereal,auth0|6927115ae1cdc8c11b346137,2026-01-31T05:23:25.791Z,2,2025-11-26T14:40:26.355Z,false, 182 + gmgr_gonruiz@outlook.com,,auth0|697d8b4e52e522f09440b4e7,2026-01-31T04:55:42.948Z,1,2026-01-31T04:55:42.952Z,false, 183 + kendraalivingston@gmail.com,,auth0|67b03064a18956f52733afe1,2026-01-31T01:44:42.466Z,2,2025-02-15T06:12:52.213Z,false,
+98 -78
system/public/aesthetic.computer/disks/os.mjs
··· 975 975 }); 976 976 } 977 977 978 - async function startDownload(needsPaint) { 979 - downloading = true; 980 - downloadProgress = 0; 981 - downloadMB = 0; 982 - downloadTotalMB = 0; 983 - const piece = BOOT_PIECES[bootPieceIdx]; 984 - downloadStatus = "building @" + (handle || "user") + " os... (boot to: " + piece + ")"; 985 - console.log("[os] Starting download:", osLabel(), "piece:", piece); 986 - needsPaint(); 987 - 988 - try { 989 - const query = 990 - "?piece=" + encodeURIComponent(piece) + 991 - "&wifi=" + (wifiEnabled ? "1" : "0") + 992 - "&layout=efi&strict=1&cb=" + Date.now() + 993 - (variantIdx === 1 ? "&variant=cl" : ""); 994 - // Strict EFI downloads must come from oven origin. 995 - // The edge worker can return stale/truncated artifacts without layout headers. 996 - const isoCandidates = [OVEN_ORIGIN + "/os-image" + query]; 997 - const MIN_EXPECTED_EFI_BYTES = 300 * 1024 * 1024; 998 - const MIN_EXPECTED_ISO_BYTES = 200 * 1024 * 1024; 999 - 1000 - let res = null; 1001 - let usedUrl = ""; 1002 - let lastErr = ""; 1003 - for (const url of isoCandidates) { 1004 - console.log("[os] Fetching:", url); 1005 - let attempt; 1006 - try { 1007 - attempt = await fetch(url, { 1008 - headers: { Authorization: "Bearer " + token }, 1009 - }); 1010 - } catch (err) { 1011 - lastErr = err?.message || String(err); 1012 - continue; 978 + async function startDownload(needsPaint) { 979 + downloading = true; 980 + downloadProgress = 0; 981 + downloadMB = 0; 982 + downloadTotalMB = 0; 983 + const piece = BOOT_PIECES[bootPieceIdx]; 984 + downloadStatus = "preparing @" + (handle || "user") + " os... (boot to: " + piece + ")"; 985 + console.log("[os] Starting download:", osLabel(), "piece:", piece); 986 + needsPaint(); 987 + 988 + try { 989 + const query = 990 + "?piece=" + encodeURIComponent(piece) + 991 + "&wifi=" + (wifiEnabled ? "1" : "0") + 992 + "&cb=" + Date.now() + 993 + (variantIdx === 1 ? "&variant=cl" : ""); 994 + const efiQuery = query + "&layout=efi&strict=1"; 995 + const downloadCandidates = [ 996 + { 997 + url: OVEN_BASE() + "/os-image" + query, 998 + allowedLayouts: ["iso"], 999 + rejectOriginFallback: true, 1000 + }, 1001 + { 1002 + url: OVEN_ORIGIN + "/os-image" + efiQuery, 1003 + allowedLayouts: ["efi"], 1004 + rejectOriginFallback: false, 1005 + }, 1006 + ]; 1007 + const MIN_EXPECTED_EFI_BYTES = 300 * 1024 * 1024; 1008 + const MIN_EXPECTED_ISO_BYTES = 100 * 1024 * 1024; 1009 + 1010 + let res = null; 1011 + let usedUrl = ""; 1012 + let lastErr = ""; 1013 + for (const candidate of downloadCandidates) { 1014 + console.log("[os] Fetching:", candidate.url); 1015 + let attempt; 1016 + try { 1017 + attempt = await fetch(candidate.url, { 1018 + headers: { Authorization: "Bearer " + token }, 1019 + }); 1020 + } catch (err) { 1021 + lastErr = err?.message || String(err); 1022 + continue; 1013 1023 } 1014 1024 1015 1025 if (!attempt.ok) { 1016 1026 const err = await attempt.json().catch(() => ({})); 1017 - lastErr = err.error || ("Download failed: " + attempt.status); 1018 - continue; 1019 - } 1020 - 1021 - const servedLayout = (attempt.headers.get("x-ac-os-layout") || "").toLowerCase(); 1022 - if (!servedLayout) { 1023 - console.warn("[os] Missing x-ac-os-layout header from", url); 1024 - try { attempt.body?.cancel(); } catch (_) {} 1025 - lastErr = "Server did not report image layout (x-ac-os-layout missing)"; 1026 - continue; 1027 - } 1028 - if (servedLayout && servedLayout !== "efi") { 1029 - console.warn("[os] Rejecting non-EFI response:", servedLayout, "from", url); 1030 - try { attempt.body?.cancel(); } catch (_) {} 1031 - lastErr = "Server returned '" + servedLayout + "' image instead of EFI"; 1032 - continue; 1033 - } 1034 - 1035 - const len = parseInt(attempt.headers.get("content-length") || "0"); 1036 - const minExpectedBytes = 1027 + lastErr = err.error || ("Download failed: " + attempt.status); 1028 + continue; 1029 + } 1030 + 1031 + const patchMode = (attempt.headers.get("x-patch") || "").toLowerCase(); 1032 + if (candidate.rejectOriginFallback && patchMode === "origin-fallback") { 1033 + console.warn("[os] Rejecting edge origin fallback from", candidate.url); 1034 + try { attempt.body?.cancel(); } catch (_) {} 1035 + lastErr = "Edge personalized download unavailable"; 1036 + continue; 1037 + } 1038 + 1039 + const servedLayout = (attempt.headers.get("x-ac-os-layout") || "").toLowerCase(); 1040 + if (!servedLayout) { 1041 + console.warn("[os] Missing x-ac-os-layout header from", candidate.url); 1042 + try { attempt.body?.cancel(); } catch (_) {} 1043 + lastErr = "Server did not report image layout (x-ac-os-layout missing)"; 1044 + continue; 1045 + } 1046 + if (!candidate.allowedLayouts.includes(servedLayout)) { 1047 + console.warn("[os] Rejecting unexpected layout:", servedLayout, "from", candidate.url); 1048 + try { attempt.body?.cancel(); } catch (_) {} 1049 + lastErr = "Server returned '" + servedLayout + "' image"; 1050 + continue; 1051 + } 1052 + 1053 + const len = parseInt(attempt.headers.get("content-length") || "0"); 1054 + const minExpectedBytes = 1037 1055 servedLayout === "efi" 1038 1056 ? MIN_EXPECTED_EFI_BYTES 1039 1057 : servedLayout === "iso" 1040 1058 ? MIN_EXPECTED_ISO_BYTES 1041 1059 : MIN_EXPECTED_EFI_BYTES; 1042 - if (len > 0 && len < minExpectedBytes) { 1043 - console.warn("[os] Rejecting suspiciously small image response:", len, "bytes from", url, "layout:", servedLayout || "?"); 1044 - try { attempt.body?.cancel(); } catch (_) {} 1045 - lastErr = "Received suspiciously small image (" + len + " bytes)"; 1046 - continue; 1047 - } 1048 - 1049 - res = attempt; 1050 - usedUrl = url; 1051 - break; 1052 - } 1060 + if (len > 0 && len < minExpectedBytes) { 1061 + console.warn("[os] Rejecting suspiciously small image response:", len, "bytes from", candidate.url, "layout:", servedLayout || "?"); 1062 + try { attempt.body?.cancel(); } catch (_) {} 1063 + lastErr = "Received suspiciously small image (" + len + " bytes)"; 1064 + continue; 1065 + } 1066 + 1067 + res = attempt; 1068 + usedUrl = candidate.url; 1069 + break; 1070 + } 1053 1071 1054 1072 if (!res) { 1055 1073 throw new Error(lastErr || "Download failed"); ··· 1105 1123 offset += chunk.length; 1106 1124 } 1107 1125 1108 - const latest = releases?.releases?.[0]; 1109 - const variantPrefix = variantIdx === 1 ? "CL-" : ""; 1110 - const coreName = variantPrefix + "AC-" + (latest?.name || "native"); 1111 - const d = new Date(); 1112 - const p = (n) => String(n).padStart(2, "0"); 1113 - const ts = `${d.getFullYear()}.${p(d.getMonth()+1)}.${p(d.getDate())}.${p(d.getHours())}.${p(d.getMinutes())}.${p(d.getSeconds())}`; 1114 - const filename = `@${handle || "user"}-os-${piece}-${coreName}-${ts}.img`; 1115 - 1116 - console.log("[os] Download complete:", filename, (total / 1048576).toFixed(1) + "MB"); 1117 - dlFn(filename, combined, { type: "application/octet-stream" }); 1118 - downloadStatus = "done!"; 1119 - } catch (err) { 1126 + const latest = releases?.releases?.[0]; 1127 + const variantPrefix = variantIdx === 1 ? "CL-" : ""; 1128 + const coreName = variantPrefix + "AC-" + (latest?.name || "native"); 1129 + const d = new Date(); 1130 + const p = (n) => String(n).padStart(2, "0"); 1131 + const ts = `${d.getFullYear()}.${p(d.getMonth()+1)}.${p(d.getDate())}.${p(d.getHours())}.${p(d.getMinutes())}.${p(d.getSeconds())}`; 1132 + const extension = servedLayout === "iso" ? "iso" : "img"; 1133 + const mimeType = servedLayout === "iso" ? "application/x-iso9660-image" : "application/octet-stream"; 1134 + const filename = `@${handle || "user"}-os-${piece}-${coreName}-${ts}.${extension}`; 1135 + 1136 + console.log("[os] Download complete:", filename, (total / 1048576).toFixed(1) + "MB"); 1137 + dlFn(filename, combined, { type: mimeType }); 1138 + downloadStatus = "done!"; 1139 + } catch (err) { 1120 1140 console.error("[os] Download failed:", err); 1121 1141 downloadStatus = "error: " + err.message; 1122 1142 }
+45 -31
system/public/give.aesthetic.computer/index.html
··· 7467 7467 </div> 7468 7468 </div> 7469 7469 7470 - <div class="shop-section"> 7470 + <div class="shop-section" id="shopSection" hidden> 7471 7471 <div class="shop-header"> 7472 7472 <a href="https://shop.aesthetic.computer" class="shop-title" target="_blank"> 7473 7473 <span data-lang="en">shop</span> ··· 9727 9727 setCurrency('usd'); 9728 9728 } 9729 9729 9730 + const SHOP_PANEL_ENABLED = false; 9731 + let floatingGivesStarted = false; 9732 + 9733 + // Server suspension state - set true only during real outages. 9734 + const SERVER_SUSPENDED = false; 9735 + const suspendedMessages = { 9736 + en: { offline: 'Servers offline - DigitalOcean suspended', help: 'Your support helps bring them back', give: 'give.aesthetic.computer' }, 9737 + da: { offline: 'Servere offline - DigitalOcean suspenderet', help: 'Din støtte hjælper med at bringe dem tilbage', give: 'give.aesthetic.computer' }, 9738 + de: { offline: 'Server offline - DigitalOcean gesperrt', help: 'Ihre Unterstützung hilft sie zurückzubringen', give: 'give.aesthetic.computer' }, 9739 + es: { offline: 'Servidores sin conexión - DigitalOcean suspendido', help: 'Tu apoyo ayuda a restaurarlos', give: 'give.aesthetic.computer' }, 9740 + zh: { offline: '服务器离线 - DigitalOcean 已暂停', help: '您的支持有助于恢复服务', give: 'give.aesthetic.computer' }, 9741 + }; 9742 + function renderSuspended(container, style = 'card') { 9743 + const msg = suspendedMessages[currentLang] || suspendedMessages.en; 9744 + if (style === 'card') { 9745 + container.innerHTML = ` 9746 + <div style="display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;gap:0.6em;text-align:center;padding:1.5em;"> 9747 + <div style="font-size:32px;line-height:1;opacity:0.6;">⚡</div> 9748 + <div style="color:var(--pink,#ff6b9d);font-size:13px;font-weight:bold;">${msg.offline}</div> 9749 + <div style="color:#888;font-size:12px;">${msg.help}</div> 9750 + <a href="https://give.aesthetic.computer" style="color:#ff6b9d;font-size:12px;margin-top:0.3em;">${msg.give} -></a> 9751 + </div>`; 9752 + } else if (style === 'inline') { 9753 + container.innerHTML = ` 9754 + <div style="color:#888;font-size:12px;padding:0.8em;"> 9755 + <span style="color:var(--pink,#ff6b9d);">⚡ ${msg.offline}</span> - <a href="https://give.aesthetic.computer" style="color:#ff6b9d;">${msg.give}</a> 9756 + </div>`; 9757 + } 9758 + } 9759 + 9730 9760 function setLanguage(lang) { 9731 9761 currentLang = lang; 9732 9762 // Remove all language classes and add current one ··· 9826 9856 const btn = widget.querySelector('.gift-btn'); 9827 9857 const monthlyCheck = widget.querySelector('.monthly-checkbox'); 9828 9858 const monthlyLabel = widget.querySelector('.gift-monthly-check'); 9859 + if (!slider || !amountEl || !btn) return; 9829 9860 // Initialize isMonthly from A/B/C test state (for USD) or checkbox state 9830 9861 let isMonthly = currency === 'usd' && typeof abcTestIsMonthly !== 'undefined' ? abcTestIsMonthly : (monthlyCheck?.checked || false); 9831 9862 ··· 10603 10634 } 10604 10635 }; 10605 10636 10637 + if (!SHOP_PANEL_ENABLED) { 10638 + document.getElementById('shopSection')?.setAttribute('hidden', ''); 10639 + panelSync.markReady('shop'); 10640 + } 10641 + 10606 10642 // Fetch shop products - rotating display with image cycling 10607 10643 let shopProducts = []; 10608 10644 let shopIndex = 0; ··· 10639 10675 } 10640 10676 10641 10677 function renderShopMaintenance(container, detail = '') { 10678 + if (!SHOP_PANEL_ENABLED) return; 10642 10679 if (SERVER_SUSPENDED) { 10643 10680 renderSuspended(container, 'card'); 10644 10681 return; ··· 10654 10691 } 10655 10692 10656 10693 async function loadShopProducts(isRetry = false) { 10694 + if (!SHOP_PANEL_ENABLED) return; 10657 10695 if (shopLoaded) return; // Already loaded successfully 10658 10696 10659 10697 const container = document.getElementById('shopProducts'); ··· 10700 10738 10701 10739 // Also retry when shop section becomes visible (for mobile where it may be off-screen initially) 10702 10740 function setupShopVisibilityRetry() { 10741 + if (!SHOP_PANEL_ENABLED) return; 10703 10742 const shopSection = document.querySelector('.shop-section'); 10704 10743 if (!shopSection || shopLoaded) return; 10705 10744 ··· 10717 10756 } 10718 10757 10719 10758 function startShopCycle() { 10759 + if (!SHOP_PANEL_ENABLED) return; 10720 10760 // Clear any existing intervals 10721 10761 if (shopImageInterval) clearInterval(shopImageInterval); 10722 10762 ··· 10911 10951 preloadImg.src = images[0]; 10912 10952 } 10913 10953 } 10914 - setTimeout(loadShopProducts, 100); 10915 - setTimeout(setupShopVisibilityRetry, 200); // Set up visibility observer 10954 + if (SHOP_PANEL_ENABLED) { 10955 + setTimeout(loadShopProducts, 100); 10956 + setTimeout(setupShopVisibilityRetry, 200); // Set up visibility observer 10957 + } 10916 10958 10917 10959 // Load stats from metrics API 10918 10960 async function loadStats() { ··· 11211 11253 } 11212 11254 11213 11255 // Floating gives on jeffreys canvas 11214 - let floatingGivesStarted = false; // Global guard to prevent multiple instances 11215 11256 function startFloatingGives(allGives) { 11216 11257 // Only allow one instance of floating gives 11217 11258 if (floatingGivesStarted) return; ··· 11502 11543 11503 11544 // Oven URL for webp generation (always use production oven) 11504 11545 const OVEN_URL = 'https://oven.aesthetic.computer'; 11505 - 11506 - // Server suspension state — shown when DO services are down 11507 - const SERVER_SUSPENDED = true; // Set to false when DO is restored 11508 - const suspendedMessages = { 11509 - en: { offline: 'Servers offline — DigitalOcean suspended', help: 'Your support helps bring them back', give: 'give.aesthetic.computer' }, 11510 - da: { offline: 'Servere offline — DigitalOcean suspenderet', help: 'Din støtte hjælper med at bringe dem tilbage', give: 'give.aesthetic.computer' }, 11511 - de: { offline: 'Server offline — DigitalOcean gesperrt', help: 'Ihre Unterstützung hilft sie zurückzubringen', give: 'give.aesthetic.computer' }, 11512 - es: { offline: 'Servidores sin conexión — DigitalOcean suspendido', help: 'Tu apoyo ayuda a restaurarlos', give: 'give.aesthetic.computer' }, 11513 - zh: { offline: '服务器离线 — DigitalOcean 已暂停', help: '您的支持有助于恢复服务', give: 'give.aesthetic.computer' }, 11514 - }; 11515 - function renderSuspended(container, style = 'card') { 11516 - const msg = suspendedMessages[currentLang] || suspendedMessages.en; 11517 - if (style === 'card') { 11518 - container.innerHTML = ` 11519 - <div style="display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;gap:0.6em;text-align:center;padding:1.5em;"> 11520 - <div style="font-size:32px;line-height:1;opacity:0.6;">⚡</div> 11521 - <div style="color:var(--pink,#ff6b9d);font-size:13px;font-weight:bold;">${msg.offline}</div> 11522 - <div style="color:#888;font-size:12px;">${msg.help}</div> 11523 - <a href="https://give.aesthetic.computer" style="color:#ff6b9d;font-size:12px;margin-top:0.3em;">${msg.give} →</a> 11524 - </div>`; 11525 - } else if (style === 'inline') { 11526 - container.innerHTML = ` 11527 - <div style="color:#888;font-size:12px;padding:0.8em;"> 11528 - <span style="color:var(--pink,#ff6b9d);">⚡ ${msg.offline}</span> — <a href="https://give.aesthetic.computer" style="color:#ff6b9d;">${msg.give}</a> 11529 - </div>`; 11530 - } 11531 - } 11532 11546 11533 11547 // KidLisp count from dedicated endpoint 11534 11548 async function loadKidlispCount() {