home.social

#implied — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #implied, aggregated by home.social.

  1. CW: vore implied digestion

    Comic sequence for ma good friend @meetchoweirdo.bsky.social whos orca had a very good time at the club the other night highly recommend >;3 

    #vore #implied #digestion #orca #bouncing #dance #rave #club #comic #sizedifference #samesize #gut #drunk #belching #belch #absorption #pinned #bliss #fat #chubby #fins #hat #piercing #sequence

  2. CW: Sexually suggestive

    Merry Christmas to all of you! Anyone want some candy cane? In that case you gotta go and climb in! Watch out though, these visors are sharp~ Art by: @[email protected] #furryArt #furry #maw #vore #implied #protogen #blue #male #anthro

  3. CW: Sexually suggestive

    Merry Christmas to all of you! Anyone want some candy cane? In that case you gotta go and climb in! Watch out though, these visors are sharp~ Art by: @[email protected] #furryArt #furry #maw #vore #implied #protogen #blue #male #anthro

  4. CW: Sexually suggestive

    Merry Christmas to all of you! Anyone want some candy cane? In that case you gotta go and climb in! Watch out though, these visors are sharp~ Art by: @[email protected] #furryArt #furry #maw #vore #implied #protogen #blue #male #anthro

  5. CW: Sexually suggestive

    Merry Christmas to all of you! Anyone want some candy cane? In that case you gotta go and climb in! Watch out though, these visors are sharp~ Art by: @[email protected] #furryArt #furry #maw #vore #implied #protogen #blue #male #anthro

  6. CW: Sexually suggestive

    Merry Christmas to all of you! Anyone want some candy cane? In that case you gotta go and climb in! Watch out though, these visors are sharp~ Art by: @[email protected] #furryArt #furry #maw #vore #implied #protogen #blue #male #anthro

  7. CW: Shipcourse, discussion of new shipping culture, antis, tadc shipcourse, bunnydoll, shipcest (implied/argued)

    This is so funny to me, but it also shows the ass-backwards way shipping culture has gone very clearly:

    • Creators are expected to police their fandoms, and if they don't, they're in support of [x taboo].

    • Ships are something that can make or break a reputation.

    • Bullying (harassment) is not only allowed, but expected, and even encouraged.

    • Creators are expected to make their art a certain way to avoid bullying (harassment) instead of the fandom being civil.

    • If a creator doesn't do any of these things, they're intentionally hurting the fandom.

    What a shitshow.

    #shipcourse #tadcship #shipcest #implied #fandomdiscourse #fandomculture #shippingculture

  8. CW: Implied Vore

    Another quick pic of Smeargy. She and Sal had a pizza party but she was still hungry. Sal volunteered to help with that. #smeargle #witch #fat #belly #implied #vore #bbw #gurgle

  9. @vab @alanc to give you an idea, the DTD starts:

    <!ELEMENT packageBundle (HavenPKG)>
    <!-- ident "@(#)packageBundle.dtd 1.2 10/27/24 LHVN" -->
    <!-- Copyright 2024 Lunarhaven Networks -->
    <!-- Use is subject to license terms. -->
    <!ATTLIST packageBundle
    type (application+|library+|documentation+|extra+) #REQUIRED
    category (shared|static|network-service|local-service|manpage|doc|#IMPLIED)>

    and a package bundle starts:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE packageBundle SYSTEM "/opt/pkgs/share/haven/packageBundle.dtd">
    <packageBundle type="application" category="network-service">
    <HavenPKG version="1">
    <Package name="LHVNopenssh99-server" catalogueName="openssh">

  10. @tay

    is thing!

    <!ELEMENT packageBundle (HavenPKG)>
    <!ATTLIST packageBundle
    type (application+|library+|documentation+|extra+) #REQUIRED
    category (shared|static|network-service|local-service|manpage|doc|#IMPLIED)>

    <!ELEMENT HavenPKG (Package)>
    <!ATTLIST HavenPKG
    version CDATA #REQUIRED>

    <!ELEMENT Package (Aliases, Version, SystemTriplet, Architecture, Category, fmri, Associates, Files, Stability, Conflicts?)>
    <!ATTLIST Package
    name CDATA #REQUIRED
    catalogueName CDATA #REQUIRED>

    <!ELEMENT Aliases (Alias{1,10})>
    <!ELEMENT Alias EMPTY>
    <!ATTLIST Alias
    name CDATA #REQUIRED>

    <!ELEMENT Version EMPTY>
    <!ATTLIST Version
    major CDATA #REQUIRED
    minor CDATA #REQUIRED
    patch CDATA #REQUIRED
    additional CDATA #IMPLIED>

    <!ELEMENT SystemTriplet EMPTY>
    <!ATTLIST SystemTriplet
    value CDATA #REQUIRED>

    <!ELEMENT Architecture EMPTY>
    <!ATTLIST Architecture
    type CDATA #REQUIRED>

    <!ELEMENT Category EMPTY>
    <!ATTLIST Category
    type CDATA #REQUIRED>

    <!ELEMENT fmri EMPTY>
    <!ATTLIST fmri
    value CDATA #REQUIRED>

    <!ELEMENT Associates (Associate*)>
    <!ELEMENT Associate EMPTY>
    <!ATTLIST Associate
    type (depend | recommend | suggest | alternative | extra) #REQUIRED
    name CDATA #REQUIRED
    version CDATA #IMPLIED>

    <!ELEMENT Files (File+)>
    <!ELEMENT File (Checksum, AutoInstall?)>
    <!ATTLIST File
    type (Archive | ServiceManifest) #REQUIRED
    name CDATA #REQUIRED>

    <!ELEMENT Checksum EMPTY>
    <!ATTLIST Checksum
    type CDATA #REQUIRED
    value CDATA #REQUIRED>

    <!ELEMENT AutoInstall EMPTY>
    <!ATTLIST AutoInstall
    value (True | False) "False">

    <!ELEMENT Stability EMPTY>
    <!ATTLIST Stability
    level CDATA #REQUIRED>

    <!ELEMENT Conflicts (Conflict*)>
    <!ELEMENT Conflict (Reason, Remediations?)>
    <!ATTLIST Conflict
    type (service | file | package | kernel-version) #REQUIRED
    status CDATA #REQUIRED
    fmri CDATA #IMPLIED
    path CDATA #IMPLIED
    kernelVersion CDATA #IMPLIED>

    <!ELEMENT Reason (Message*)>
    <!ELEMENT Message EMPTY>
    <!ATTLIST Message
    lang CDATA #REQUIRED
    text CDATA #REQUIRED>

    <!ELEMENT Remediations (Remediation*)>
    <!ELEMENT Remediation EMPTY>
    <!ATTLIST Remediation
    type CDATA #REQUIRED
    user CDATA #REQUIRED
    value CDATA #REQUIRED
    required (True | False) "False">