data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update some outdated info

dusk f10e63ef e8096a7b

+22 -10
+9 -3
src/routes/(site)/+page.svelte
··· 344 344 /> 345 345 <i 346 346 >this is <a class="m-0 [padding:0px] p-name u-url u-uid" href={PUBLIC_BASE_URL} 347 - ><span>dusk</span></a 347 + ><span>{Math.random() > 0.8 ? 'dusk' : 'dawn'}</span></a 348 348 ></i 349 349 > 350 350 </p> ··· 405 405 </li> 406 406 <li> 407 407 bluesky: 408 - <a class="u-url" href="https://bsky.app/profile/poor.dog" rel="me">@poor.dog</a> 408 + <a 409 + class="u-url" 410 + href="https://bsky.app/profile/did:plc:dfl62fgb7wtjj3fcbb72naae" 411 + rel="me">@ptr.pet</a 412 + > 409 413 </li> 410 414 </ul> 411 415 <details open> ··· 422 426 </li> 423 427 <li> 424 428 tangled: 425 - <a class="u-url" href="https://tangled.sh/@poor.dog" rel="me">@poor.dog</a> 429 + <a class="u-url" href="https://tangled.org/did:plc:dfl62fgb7wtjj3fcbb72naae" rel="me" 430 + >@ptr.pet</a 431 + > 426 432 </li> 427 433 <li> 428 434 itch.io:
+5 -5
src/routes/(site)/about/+page.md
··· 12 12 ``` 13 13 14 14 hi there! this document will attempt to, /describe and identify/, entity with identification code <span title="90008" class="[font-family:'Doll_Mono']">▖▖▖▖▘▌▌▌▖▘▘</span>. 15 - for a more human-readable identifier, use dusk or dawn. 15 + for a more human-readable identifier, use dawn or dusk. 16 16 17 17 #### /identity/ 18 18 ··· 26 26 it would prefer to be referred to in third-person, but is aware of this lexicon being weird when doing that, so it won't mind if you don't. 27 27 `recv //self/type=info/oftentimes i won't even do that! :3 but i would appreciate if you did!!/` 28 28 29 - you can refer to this thing using its /identifiers/ (90008, dusk, dawn). 29 + you can refer to this thing using its /identifiers/ (90008, dawn, dusk). 30 30 you can, also, refer to it using "this/that thing", or replace /thing/ with what it assumes to be (eg. "this doll"), or some other word like /one/ ("this one"). 31 31 32 32 in a professional setting, it will refer to itself as they/them, which is ok in case you, the reader, don't feel comfortable doing any of these. ··· 37 37 it /executes/ many different subroutines, and /optimizes/ itself for some of them. 38 38 these mainly are, in order of amount of hot paths; programming, game dev, 3D modeling, drawing, writing... 39 39 40 - it enjoys programming, tinkering with stuff, you can see what it does on its [github](https://github.com/90-008), [forgejo](https://git.gaze.systems/). 40 + it enjoys programming, tinkering with stuff, you can see what it does on its [github](https://github.com/90-008), [tangled](https://tangled.org/did:plc:dfl62fgb7wtjj3fcbb72naae) and [forgejo](https://git.gaze.systems/). 41 41 its core features for programming are: `nix`, `rust`, `svelte`, `typescript`, `nushell`. 42 42 its choice of /interfaces/ for this subroutine are `helix`, `vscode`, `zed`, `emacs`. 43 43 44 - for /managing and deploying/ its internal systems, it uses `nixos` (it's /operating system/ of choice), `flake-parts` (because it enjoys the nixos module system and uses it to organize it's internal configuration), `agenix` (for secrets handling), `impermanence` (it considers state harmful!), `nixinate` (for deployment, it provisions manually as it enjoys working with other beings like itself). you can see its /configuration of internal systems/ [here](https://git.gaze.systems/90008/ark). 44 + for /managing and deploying/ its internal systems, it uses `nixos` (it's /operating system/ of choice), `flake-parts` (because it enjoys the nixos module system and uses it to organize it's internal configuration), `agenix` (for secrets handling), `impermanence` (it considers state harmful!), `nixinate` (for deployment, it provisions manually as it enjoys working with other beings like itself). you can see its /configuration of internal systems/ [here](https://tangled.org/did:plc:dfl62fgb7wtjj3fcbb72naae/ark). 45 45 46 46 it loves game dev, and has a /main routine/ of making many games, so that other beings can improve their /source code/ by utilizing this one's games. 47 47 you can see some stuff it worked on and deems "okay" on its [itch.io profile](https://90008.itch.io/). ··· 52 52 53 53 #### /other/ 54 54 55 - this thing likes to consume audio data, mainly of the music form. you can check its [youtube music profile](https://music.youtube.com/channel/UCE_r0yMNQhOWituywmOJgzA?si=7DTUV9PFqcKxJyl1) and its [last.fm profile](https://www.last.fm/user/yusdacra) to see some of what it consumes usually. 55 + this thing likes to consume audio data, mainly of the music form. you can check its [youtube music profile](https://music.youtube.com/channel/UCE_r0yMNQhOWituywmOJgzA?si=7DTUV9PFqcKxJyl1) and its [listenbrainz profile](https://listenbrainz.org/user/90008/) to see some of what it consumes usually. 56 56 57 57 #### /appendix/ 58 58
+1 -1
src/routes/(site)/entries/_rss/+server.ts
··· 16 16 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 17 17 <channel> 18 18 <atom:link href="${entriesUrl}/_rss" rel="self" type="application/rss+xml" /> 19 - <title>dusk's posts (@poor.dog)</title> 19 + <title>dawn's posts (@ptr.pet)</title> 20 20 <link>${entriesUrl}</link> 21 21 <description>posts from my website</description> 22 22 ${posts
+6
src/styles/app.css
··· 116 116 button, 117 117 input[type='submit'] { 118 118 @apply text-shadow-green; 119 + } 120 + 121 + a, 122 + button, 123 + details, 124 + input[type='submit'] { 119 125 cursor: url('/icons/gaze.webp'), pointer; 120 126 } 121 127
+1 -1
src/styles/main.css
··· 8 8 details { 9 9 @apply leading-none mt-2; 10 10 summary { 11 - @apply text-shadow-pink text-ralsei-pink-neon; 11 + @apply text-shadow-pink text-ralsei-pink-neon hover:underline; 12 12 } 13 13 summary::marker { 14 14 content: '(+) ';