GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Poppy Farbird (Pen Name) (limepeep@kitty.social)

  1. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Saturday, 18-May-2024 16:06:09 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    Wonder what happened with via. She moved to Disqordia, but Disqordia died. I miss her. ::floofSad:

    In conversation about a year ago from kitty.social permalink
  2. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Friday, 29-Mar-2024 12:54:44 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    in reply to
    • :verified_2:防空識別區𝒔𝒐𝒄𝟶

    @adiz@soc0.outrnat.nl @mozilla@mozilla.social There's a reason so many people are trying to get the fuck away from vanilla Masto. From Elk interface and Mastodon Modern improving the frontend to Glitch-Soc and Chuckya adding needed features, people really want something other than the default.

    Plus, I honestly feel Mozilla's making a serious mistake moving away from Elk. The userbase really prefers using Elk based on the comments in this thread, stating how it felt modern or that they at least want to keep it as an option. Personally, seeing how Elk lets you zoom on mobile while Mastodon's default just can't, I see their frustrations.

    In conversation about a year ago from kitty.social permalink
  3. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 17:34:59 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    in reply to
    • iced depresso

    @icedquinn@blob.cat ?
    Was just saying that my self-hosted Fedi server is back up again. Did something happen?

    In conversation about a year ago from kitty.social permalink
  4. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 17:33:16 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    I'm back, everyone :blobglassesdown:

    In conversation about a year ago from kitty.social permalink
  5. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 12:15:40 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    in reply to
    • iced depresso
    • Johnny Peligro

    @icedquinn@blob.cat @mischievoustomato@rebased.taihou.website Shit, I guess I should've used Contabo, then. It has better specs in its base plan of $5.50/mo. than Vultr has in my $10/mo. plan. Fuuuuuuuuck. Maybe I should've just coped with my server being in hingle-dingle Europe instead of Burgerland... :neofox_sob:

    In conversation about a year ago from kitty.social permalink
  6. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 12:00:37 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    in reply to
    • iced depresso

    @icedquinn@blob.cat Yep, that's the most common solution I found when searching up "pnpm run build fails" in general. Not sure if I've written it wrong, though, or if my $10/mo. VPS is still weaker than a Pentium II processor. Maybe I should just install the Misskey docker package or Akkoma, then.misskey@Poppyweb:~/misskey$ NODE_ENV=production pnpm run build NODE_OPTIONS=--max-old-space-size=4096 > misskey@2024.2.0 build /home/misskey/misskey > pnpm build-pre && pnpm -r build && pnpm build-assets "NODE_OPTIONS=--max-old-space-size=4096" > misskey@2024.2.0 build-pre /home/misskey/misskey > node ./scripts/build-pre.js Scope: 7 of 8 workspace projects packages/misskey-bubble-game build$ node ./build.js └─ Done in 501ms packages/misskey-js build$ npm run ts │ > misskey-js@2024.2.0 ts │ > npm run ts-esm && npm run ts-dts │ > misskey-js@2024.2.0 ts-esm │ > tsc --outDir built/esm │ > misskey-js@2024.2.0 ts-dts │ > tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap t… └─ Done in 21.5s packages/misskey-reversi build$ node ./build.js └─ Done in 510ms packages/backend build$ swc src -d built -D │ Successfully compiled: 800 files, copied 27 files with swc (976.5ms) └─ Done in 3.5s packages/frontend build$ vite build │ vite v5.1.0 building for production... │ transforming... │ ../misskey-bubble-game/built/esm/index.js (1:30) "Mono" is not exported by "../misskey-bu… │ │ [871856:0x5f10630] 86143 ms: Mark-Compact 973.5 (1002.9) -> 969.2 (1002.7) MB, 2305.62… │ [871856:0x5f10630] 88703 ms: Mark-Compact 973.2 (1002.7) -> 969.2 (1002.9) MB, 2200.60… │ │ FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript hea… │ ----- Native stack trace ----- │ 1: 0xcc0a72 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node] │ 2: 0x1054530 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDet… │ 3: 0x1054817 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char cons… │ 4: 0x1273a55 [node] │ 5: 0x1273f2e [node] │ 6: 0x1289156 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector… │ 7: 0x1289c79 [node] │ 8: 0x128a288 [node] │ 9: 0x19d9cb1 [node] │ Aborted └─ Failed in 1m 31.5s at /home/misskey/misskey/packages/frontend packages/sw build$ node build.js │ (node:871859) ExperimentalWarning: Importing JSON modules is an experimental feature and … │ (Use `node --trace-warnings ...` to show where the warning was created) │ Starting SW building... │ done └─ Done in 3.3s /home/misskey/misskey/packages/frontend:  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  frontend@ build: `vite build` Exit status 134  ELIFECYCLE  Command failed with exit code 1.

    In conversation about a year ago from kitty.social permalink
  7. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 11:55:26 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    Uhhhh, a different error message popped up this time. Didn't really need to just keep waiting after all. Not sure what's happening, still.misskey@Poppyweb:~/misskey$ NODE_ENV=production pnpm run build > misskey@2024.2.0 build /home/misskey/misskey > pnpm build-pre && pnpm -r build && pnpm build-assets > misskey@2024.2.0 build-pre /home/misskey/misskey > node ./scripts/build-pre.js Scope: 7 of 8 workspace projects packages/misskey-bubble-game build$ node ./build.js └─ Done in 569ms packages/misskey-js build$ npm run ts │ > misskey-js@2024.2.0 ts │ > npm run ts-esm && npm run ts-dts │ > misskey-js@2024.2.0 ts-esm │ > tsc --outDir built/esm │ > misskey-js@2024.2.0 ts-dts │ > tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap t… └─ Done in 21.6s packages/misskey-reversi build$ node ./build.js └─ Done in 560ms packages/backend build$ swc src -d built -D │ Successfully compiled: 800 files, copied 27 files with swc (50.95ms) └─ Done in 3.8s packages/frontend build$ vite build │ vite v5.1.0 building for production... │ transforming... │ ../misskey-bubble-game/built/esm/index.js (1:30) "Mono" is not exported by "../misskey-bu… │ │ [870913:0x61df630] 90671 ms: Mark-Compact 973.2 (1003.9) -> 969.1 (1003.9) MB, 2422.47… │ [870913:0x61df630] 93259 ms: Mark-Compact 973.2 (1003.9) -> 969.1 (1003.9) MB, 2395.75… │ │ FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript hea… │ ----- Native stack trace ----- │ 1: 0xcc0a72 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [node] │ 2: 0x1054530 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDet… │ 3: 0x1054817 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char cons… │ 4: 0x1273a55 [node] │ 5: 0x1273f2e [node] │ 6: 0x1289156 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector… │ 7: 0x1289c79 [node] │ 8: 0x128a288 [node] │ 9: 0x19d9cb1 [node] │ Aborted └─ Failed in 1m 36.1s at /home/misskey/misskey/packages/frontend packages/sw build$ node build.js │ (node:870918) ExperimentalWarning: Importing JSON modules is an experimental feature and … │ (Use `node --trace-warnings ...` to show where the warning was created) │ Starting SW building... │ done └─ Done in 3.4s /home/misskey/misskey/packages/frontend:  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  frontend@ build: `vite build` Exit status 134  ELIFECYCLE  Command failed with exit code 1.

    In conversation about a year ago from kitty.social permalink
  8. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 10:43:56 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    in reply to
    • iced depresso

    @icedquinn@blob.cat Well, it stalls so long that SSH disconnects before it ever completes. Sometimes, an error would happen, though. Not sure what these codes mean, though. Misskey documentation is all in Japanese. Here's one of my posts about it.

    RE: https://kitty.social/notes/9pxickbfiasjr0gq

    In conversation about a year ago from kitty.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: cdn.kitty.social
      Poppy's Backup Acc :spinny_cat_trans: (@limepeep)
      Technical Help (Sharkey not building)
  9. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 10:32:56 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    in reply to
    • iced depresso

    @icedquinn@blob.cat I guess so. "vite build" specifically is the part fucking up rn, and I'm not skilled enough know how to fix it.

    RE: https://kitty.social/notes/9pzv01ehmmfvoawb

    In conversation about a year ago from kitty.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: cdn.kitty.social
      Poppy's Backup Acc :spinny_cat_trans: (@limepeep)
      Goddammit I switched from Sharkey if it's a downstream issue but it seems like an upstream issue fucking vite build taking forever :neofox_sob: ``` misskey@Poppyweb:~/misskey$ NODE_ENV=production pnpm run build > misskey@2024.2.0 build /home/misskey/misskey > pnpm build-pre && pnpm -r build && pnpm build-assets > misskey@2024.2.0 build-pre /home/misskey/misskey > node ./scripts/build-pre.js Scope: 7 of 8 workspace projects packages/misskey-bubble-game build$ node ./build.js └─ Done in 628ms packages/misskey-js build$ npm run ts [1 lines collapsed] │ > npm run ts-esm && npm run ts-dts │ > misskey-js@2024.2.0 ts-esm │ > tsc --outDir built/esm │ > misskey-js@2024.2.0 ts-dts │ > tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap t… │ npm notice │ npm notice New minor version of npm available! 10.2.4 -> 10.4.0 │ npm notice Changelog: │ npm notice Run `npm install -g npm@10.4.0` to update! │ npm notice └─ Done in 24.1s packages/misskey-reversi build$ node ./build.js └─ Done in 595ms packages/backend build$ swc src -d built -D │ Successfully compiled: 800 files, copied 27 files with swc (142.05ms) └─ Done in 3.7s packages/frontend build$ vite build │ vite v5.1.0 building for production... │ transforming... └─ Running... packages/sw build$ node build.js │ (node:628772) ExperimentalWarning: Importing JSON modules is an experimental feature and … │ (Use `node --trace-warnings ...` to show where the warning was created) │ Starting SW building... │ done └─ Done in 3.4s plz help syuilo i just want misskey =( ```
  10. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 10:27:32 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    I'm still resisting just sucking it up and using the more well-supported Mastodon and Chuckya. 🥴

    In conversation about a year ago from kitty.social permalink
  11. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Thursday, 22-Feb-2024 10:09:24 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    Just wondering, what is a that you've listened to that has the most "80s" kind of vibe? For me, "Venus" by Cosmos, besides just being a pleasant, upbeat song, really has the musical style of the 80s. :ablobjam:

    In conversation about a year ago from kitty.social permalink
  12. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Wednesday, 21-Feb-2024 13:48:54 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    in reply to
    • Haelwenn /элвэн/ :triskell:

    @lanodan@queer.hacktivis.me @chjara@akko.wtf Eh, what happened? I'm not into 4chan, so I most likely missed something that took place there.

    In conversation about a year ago from gnusocial.jp permalink
  13. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Wednesday, 21-Feb-2024 09:10:48 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    We do. That better world just requires that we kill the same cappie parasites ruining our world rn, but these same people are running much of society, so we're left with voting for white Obama instead of spicy George Bush.

    Seriously, that better world that strives for global harmony, economic justice under socialism, and human well-being is at least possible without the cockroaches we call the capitalist class. It's just that we need to start banding together as they become more and more desperate to hold onto power.

    RE: https://beige.party/users/theropologist/statuses/111965765285426915

    In conversation about a year ago from kitty.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Velocirooster adminensis :bc: (@theropologist@beige.party)
      from Velocirooster adminensis :bc:
      The most effective propaganda perpetrated by the right over the past 40 years has been creating a world so mind-numbingly shitty that even progressives can't imagine a brighter future anymore
  14. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Wednesday, 21-Feb-2024 07:47:08 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    • Mer's pizza Mer's world :blobcatgooglytrash:

    @mer@cdrom.tokyo This is what I literally dress like sometimes... 🥴

    In conversation about a year ago from kitty.social permalink
  15. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Sunday, 11-Feb-2024 07:23:46 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    Other admins out there: How did you get federation working the first time you deployed your instances? I only see myself in all my timelines rn, and I'm curious if I'm supposed to do things like importing followers or adding relays. 🥴

    In conversation about a year ago from kitty.social permalink
  16. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Saturday, 10-Feb-2024 12:48:04 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    in reply to
    • iced depresso

    @icedquinn@blob.cat It's moreso a bad gateway issue (aka, code 502). I'm seeing what I can do to fix it by searching it up, though I haven't had luck so far.

    In conversation Saturday, 10-Feb-2024 12:48:04 JST from kitty.social permalink
  17. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Saturday, 10-Feb-2024 12:19:38 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    My self-hosted server is almost ready!!!
    :ab1nzyblob2::ab1nzyblob2::ab1nzyblob2::ab1nzyblob2::ab1nzyblob2::ab1nzyblob2:
    Just gotta find how to solve the bad gateway issue. I'm trying to find solutions to it rn, but if you folks know how to help, I'd also appreciate it. :blobcatheart:

    In conversation Saturday, 10-Feb-2024 12:19:38 JST from kitty.social permalink
  18. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Wednesday, 07-Feb-2024 17:11:24 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)
    • kaia

    @kaia@brotka.st Idk why, but Elmo's stare up when his motor breaks hits hard. It's almost like actually seeing someone die.

    ...Geez, that kinda got dark. :neocat_googly:

    In conversation Wednesday, 07-Feb-2024 17:11:24 JST from kitty.social permalink
  19. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Monday, 05-Feb-2024 03:44:54 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    Not going to switch from Librewolf and Floorp, but uwaaaaaaaaaa! The foxxo Firefox gave me is so cute! :neofox_blush:

    I know that I criticize Firefox, and that I would moreso recommend its forks to new users (such as the ones I've mentioned previously), but it's just a genuinely cute thing that they've done. :blobcatheart:

    In conversation Monday, 05-Feb-2024 03:44:54 JST from kitty.social permalink

    Attachments


  20. Embed this notice
    Poppy Farbird (Pen Name) (limepeep@kitty.social)'s status on Sunday, 04-Feb-2024 16:11:08 JST Poppy Farbird (Pen Name) Poppy Farbird (Pen Name)

    About to ❌-react some asshole
    Look at the top-right
    They're on a Masto instance
    Masto instances see any emoji as a favorite:bonk: Gaaaaaaaaaargron. Please consider the needs and wants of other Fedi-based software. Don't just reject useful features for arbitrary reasons. :neocat_sad:

    In conversation Sunday, 04-Feb-2024 16:11:08 JST from kitty.social permalink
  • Before

User actions

    Poppy Farbird (Pen Name)

    Poppy Farbird (Pen Name)

    Hey! I'm Poppy Farbird, an enby (they/them) furry artist who wants to work with technology. Specifically, I both create artworks of anthros (though they are on my other account) and boost other artists' fascinating works. For technology, I try to integrate open-source projects the best I can. I have Linux on my gaming PC, use software like Codium, Onlyoffice, Krita, and such, and sometimes promote these projects to others. In the future, I also want to support them financially and through commits in their codebase. I'm also trying to get into things like web design and animation. Although I'm both busy with college and poor with time management, I'm already proud to see the progress that I've made (basic 3D modeling, website on Neocities), and hope to go even further in the future. Anyways, it's just nice to be in the Fedi, which has one of the best communities on the internet.Some things to know: 1. Assume all other accounts that seem like me are fake unless I link them here. 2.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          180227
          Member since
          29 Sep 2023
          Notices
          98
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.