Skip Navigation
NSFW
Nonbinary and Transfem are NOT the same thing, but try telling my college's on-site endocrinologist. She embodies peak c/NotHow NonbinaryWorks. It's a long story.
  • The funny thing is that I'm actually intersex, but in a way that only doctors and intimate partners can see. I'm also prone to text walls. The relevant endocrinologist is, to put it simply, behind the times. It's a long story.

  • Blahaj.zone down

    So apparently the Blahaj.zone Sharkey server is down. @ada@lemmy.blahaj.zone

    I hope the Sharkey instance isn't being shuttered like how mint.lgbt shuttered their Fediverse instance.

    9
    samplesize @lemm.ee stgiga @lemmy.blahaj.zone
    [Academic] Opinions on Tipping (Everyone)

    This is a short (10 minute) anonymous survey for a college group project about tipping. It asks how users tip and also what factors influence that, but it does not ask for things such as name or location. Anyone can take it.

    It can be found here:

    https://docs.google.com/forms/d/e/1FAIpQLSfMKXD2heXQFiweQgRVGxnfxvF56tZRZq3ScK06j_25HKnI0A/viewform

    2
    UnifontEX: My programming font that took 6 years.
  • UPDATE:

    UnifontEX has now received a JSTF table, a process that fixed compatibility with some programs. It also has been given a vector DFONT and a better WOFF1 in terms of bandwith. PLEASE redownload.

  • My 3081-byte browser game
  • It's using HTML5 Canvas (actually 3), and it's minified extremely.

    The bottom layer is a linen texture generated on-the-fly by Canvas using white noise plus Gaussian blur, then again but rotated 90 degrees. The second layer is waves that are controlled by JS's random number generator (or clicks, but that code got covered up by the third canvas element) and is layered over the linen layer using z-index CSS. The top layer is a spirograph, and doing a third element with z-index wasn't as easy to do. Here's what I did: I put the bottom two layers in a URL-encoded HTML document in an iframe. The spirograph was then layered on top of the iframe using the same trick as the two canvases in the HTML document inside the iframe. Now here's where the optimization gets interesting: The wave and linen HTML, CSS, and JS was all individually minified, and then that was thrown into a URL encoder that is designed for making SVGs into data URLs as efficiently as possible, namely by ONLY URL-encoding characters that aren't URL safe, though I did have to tweak it for certain reasons. The iframe and top canvas are inside something rather special. Because I wanted to cash in on the space savings of gzipped SVG (SVGZ), I used foreignObject to embed XHTML (including HTML5) into SVG. The foreignObject is, rather than doing just body, is instead just using the html tag so it contains both, which is needed. So, it also means I had to be safe for XML, so I had to make the data URL loaded by the iframe escape one character type it originally didn't. I of course minifed the SVG, XHTML, XML, HTML, JS, and CSS stuff in the SVG+XHTML thing. Now here's the funny thing: this SVG is also a valid HTML document if given an HTML or HTM extension. It's a polyglot. Now for the real space savings: I used Zopfli-Krzymod (Zopfli is by Google, and its goal is to get the most possible space savings from Deflate, including the GZip SVGZs use. Zopfli-Krzymod gets even more savings, partially by using an LZ77 optimization from Google's own Brotli, which is their special compressor), which got it down to 3099 bytes. Running it through ECT got it to 3098. Then, running it through Leanify got it down some more, and then running it through ECT again (as done by people on encode.su) got it down to its current size of 3081 bytes. For context, the original version of this demo prior to my attempts to minify it was 30,000 bytes. So, I effectively did an almost 10x minification of this. Note that the linen code is from antimatter15 from 2011, the wave code is from SomethingHitMe in 2012, and the spirograph code is a modded version of Mudcu.be/Galactic.ink/Michael Deal's Breathing Galaxies 2010 Chrome Experiment (which was JS1K, 1020 bytes, and my further minification got that portion down to only 999). I started work on this in 2015, and over the years I shrunk it down. Also, the idea of using foreignObject to put HTML in SVG came from gerhobbelt on Github in 2015. Basically, this is three classic JavaScript effects rolled into one demo, similar to the TIM1T demo for the Atari 2600, which throws 3 classic effects together into one demo. Also, this demo runs fine at 120fps as well as 4K. It also works fine on mobile. Oh and for context, 3081 bytes takes under half a second to load on 56K dial-up.

    Basically: this demo uses every trick in the book, including the obscure ones, to get down from 30KB to 3KB. Oh, and it's technically an SVG. I wish that XScreenSaver would include a port of this.

    Also, I was able to fit this into a Han Xin Code (China's answer to the QR Code) as well as iQR Codes (QR Code's official elusive successor). Also, in Base85 or higher, 3081 bytes can fit into the original 4096 ASCII character browser cookie format used by Netscape. So yes, you can fit a browser game into a browser cookie if you wanted to. Also, there are some RSA keys out there which are larger than this, and there are plenty of Atari 2600 games out there bigger than this. This is an example of extreme programming. I started this when I was 13 (I'm 21 now).

  • UnifontEX: My programming font that took 6 years.
    stgiga.github.io UnifontEX

    An extended fork of GNU Unifont with a focus on high compatibility.

    6 years ago I set out to improve GNU Unifont, and finally after 6 years I have finished. It has MANY special Unicode symbols, including gender ones and plenty of technical ones. I use it as my IDE and terminal fonts on ALL my OSes. Oh and this time I fixed the link.

    Also, "UnifontExMono.png" is both its own preview image as well as a proper build of the font for use cases where TTF and BDF are too big, like in character LCDs. I also do extensive documentation of my content so don't hate me.

    Here's a link: UnifontEX

    Logo: !UnifontEX's logo

    3
    My 3081-byte browser game

    This is a 3081-byte (~3 kilobytes) browser game that is inspired by the demoscene and has no limit to resolution or frame rate. I made it when I was 13 (I'm 21 now), and back then it was 30K. I got it down to 3K over the years. It's not really much of a game, but it DOES make a great fidget toy when you are at a waiting room. It uses MANY optimizations to get to its size, some of which are custom. I got it to fit in a Han Xin, iQR, and JAB code (spinoffs of the QR code format that have more room). So, it's able to fit into a QR Code. In China via Han Xin codes. Also yes, this browser game WILL fit in a browser cookie. It's smaller than an HDD sector, and at 1500-byte MTU, this browser game only takes 3 packets to load. At 3081 bytes, it loads in under half a second on 56K dialup (even slower dialup connections than 56K won't have trouble with it either.)

    2
    BWTC32Key (my file compression program that isn't binary)

    This is a file compression program I wrote in JavaScript when I was 17 after 4 years of effort (I'm 21), and I improved it for 4 more years, which outputs to Base32768, rather than the Base2 of binary, and features AES256-CTR encryption too. Files don't have to be binary. This program's files have the .B3K extension. This program makes no external requests and can be ran offline.

    0
    Not How Nonbinary Works @lemmy.blahaj.zone stgiga @lemmy.blahaj.zone
    Rules and Important Information:

    A place for debunking what people get wrong about nonbinary people.

    Rules:

    1. Please don’t be a bigot.
    2. Don’t be a jerk.
    3. Follow TOS.
    4. Please spoiler and properly flair the dark stuff. If it’s NSFW, mark it as such.
    5. Please avoid starting catfights.

    You get the idea.

    Important Information:

    This Community was made by an intersex person who is also nonbinary. As the maker of this sub, let me say that in all my years of social media usage, I have seen SO many people not know the first thing about what being nonbinary is, much less the details of it. This Community is intended to be a place where inaccuracies about nonbinary people are to be debunked.

    0
    Not How Intersex Works @lemmy.blahaj.zone stgiga @lemmy.blahaj.zone
    Common Misconceptions About Intersex People

    To get the ball rolling, I will say that there are PLENTY of terms that people call intersex people that tend to be received terribly. Some were so bad that some websites had to change up their tags.

    CW: bad terms

    Intersex people are often (with some exceptions made by people who are actually putting in the time to get things right) NOT what online art and literature sites use the tag "intersex" for, often in a sea of tags, some of which are ALSO profane (I've censored them for your sake), like

    spoiler

    c--t + boy

    and

    spoiler

    d--k + girl

    , and variations of these. 😬

    They actually got removed by E6 (not going to finish THAT) because of popular demand. IF one tries searching those (I don't recommend doing so), you will get a redirect.

    Then there's usage of deprecated (obsolete term that the scientific community eschewed) terms like

    spoiler

    hermaphrod!te

    and its short form, which gets thrown around on art sites with monotonous regularity, and is definitely non-scientific. This didn't get removed from E6... Oh, and then for some works, there's male+(THAT term), which is both sets of binary anatomy but a flat chest, with the term without male in front of it being a non-flat chest with both sets of lower binary anatomy. Now THAT can get mixed up with the second anatomy+binary gender term by people.

    Oh, and let's not forget

    spoiler

    futanar!

    and its short form... H terminology which on the relevant sites is seen as a synonym to either both sets and a non-flat chest, or a non-flat chest and anatomy that is capable of being tucked.

    Evidently, some people on the internet love thinking that intersex means anatomy not of a nature that one could say society considers (in a sense) to be within the social construct that is the gender binary.

    Some of the art in question that some of the more sus parts of the World Wide Web consider to be intersex opens really bad cans of worms. There's some artists who draw cisgender male characters with flat chests (also non-scarred too) except that below, the anatomy there is not capable of being tucked. And vise versa. The can of worms this opens not only has non-insignificant accuracy issues with regards to the topic of intersex, but it also can be problematic for trans and nonbinary people too. Oh, and when there are both sets of lower anatomy having ALWAYS been on a character from birth, it also causes problems for people whose transition is in a direction disconnected from the binary, such if one is getting a penile-preserving vaginoplasty without orchiectomy, but the character had the results of that from birth. That's when the can of worms opens, and the wheels fall off.

    Oh, and while there is art out there that accurately depicts ambiguous anatomy, it is quite rare, so people get the wrong idea about intersex people because of the much larger amount of what I mentioned earlier.

    As for people getting the wrong idea about intersex people, there ARE people online who I've ran into (unfortunately), who seem to equate being nonbinary and/or trans with being intersex, or who ONLY accept me as nonbinary BECAUSE I am also intersex. And then there are people who consider people who are nonbinary + intersex to be cisgender.

    Firstly, there are binary trans people and binary cisgender people who are intersex, and one does not need to be intersex to be nonbinary or trans.

    Then there are people who get stuff wrong. Not all intersex people have chromosomal intersex conditions. Not all intersex people have an inability for meiosis to be successful. Not all intersex people have anatomy that does not conform to what society seems to think people of either binary gender have.

    Then there are people (typically on really sus/toxic websites) who think being intersex is the only reason to not misgender an intersex person who is non-cis.

    Like, misgendering someone is just terrible as a whole, but doing THAT is...

    Bad. Also, I've had people misgender me alone for being neurodiverse. Selective misgendering is honestly despicable, vile, and cruel.

    And then in some rare cases online (at least in my experience, though not as rare as a Shiny 6x31IV Mew in Pokemon Emerald), there's genuine confusion as well as a willingness to learn, which, if you run into that, educating them is the best idea.

    I think the lesson we can all learn from this is that the internet features PLENTY of people who don't know a thing about intersex people, who then often tend to go on to engage in online behavior of a nature that is not at all respectful to intersex people. This SubLemmy (AKA Community) was made out of sheer exasperation at someone who said some not-so-nice things about intersex people.

    Oh, fun intersex fact: The original voice actress for Meowth in the Pokemon anime's English dub was an intersex trans woman.

    Now, I figured I should also mention the subject of symbols.

    Some parts of the furry community are misusing a blue inverted-color version of the Unicode code point U+2B89 (your computer probably will not render it) to represent male characters with lower anatomy that isn't able to be tucked. The symbol is basically a male symbol, but it points upwards inside the circle and isn't angled. The analogy gets even worse if you look at the logo for the brand of water known as Pathwater, which only drives home the point. Also, this symbol on an American energy bar in California Costco stores uses a diamond rather than a circle. If the relevant companies had any idea what they had accidentally referenced, it would be an absolute Public Relations disaster for them.

    Parts of the furry community also misuse the version of the transgender symbol that does not have the left upwards-pointing arrow with dash. ⚥(U+26A5) either to refer to flat-chested male characters with both sets of lower anatomy, or to refer to female characters with a set of downstairs anatomy capable of being tucked and a non-flat chest. This symbol of course, unlike the first one, was not invented by the furry community. In fact, the coiners of U+2B89's symbol never defined U+2B89 as belonging to it. I'm just a Unicode geek who ended up accidentally finding out that a certain character (U+2B89) in the Unicode block "Miscellaneous Symbols and Arrows" just happened to look like that particular symbol, but inverted in color and monochrome rather than blue. Not a fun discovery to make.

    The lesson here is that U+2B89 should never be used as a gender symbol.

    Oh, and I should mention that there are some people online who call themselves the terms mentioned in this post.

    TL;DR: The Internet gets stuff about intersex wrong regularly.

    Edited to fix some stuff.

    Edit + Update:

    Turns out that there is another bad term:

    CW: bad term:

    spoiler

    newh@lf

    Which refers to a character with a body closest to a pre-op trans woman who has done HRT. Such artworks sometimes get given an "intersex" tag, as well as slurs in their tags. It's just ridiculous how quite a few art sectors handle intersex people and non-cis people. It gets old really fast.

    0
    Not How Intersex Works @lemmy.blahaj.zone stgiga @lemmy.blahaj.zone
    Rules and Important Information:

    Rules:

    1. Please don't be a bigot.
    2. Don't be a jerk.
    3. Follow TOS.
    4. Please spoiler and properly flair the dark stuff. If it's NSFW, mark it as such.
    5. Please avoid starting catfights.

    You get the idea.

    Important Information:

    This Community was made by an intersex person who is also nonbinary. As the maker of this sub, let me say that in all my years of social media usage, I have seen SO many people not know the first thing about what being intersex is, much less the details of it. This Community is intended to be a place where inaccuracies about intersex people are to be debunked.

    0
    I made a ton of Pride art!
    stgiga.weebly.com Pride Stuff

    This is a section on some pride content I have made.

    Pride Stuff

    So over the years I have made a ton of pride art, and I feel like because it is Pride Month and other platforms are less-than-stellar, I would post my pride art on a better platform. I also have merch of much of it available on RedBubble (at http://stgiga.redbubble.com) for those who want it, but as with all of my content, the source files remain free for anyone to do what they want with.

    0
    Migrating my presence over.

    So, given how r/Traa is going, among other subreddits, I figured I should make a Lemmy and migrate all my old pride content I posted on LGBTQ+ Reddit to here given what is happening.

    Firstly, I am an intersex nonbinary person who uses They/Them, and I am neurodiverse. One of the things I made for LGBTQIA+ Reddit was a nonbinary version of the Sayori meme template, an effort for which Redditors u/ChaoticNeutralAtBest and u/Green_cryptid played a part in. The template is here: https://stgiga.github.io/gigaware/5box.png

    I also have project files for it available if you want. Other stuff I posted on LGBTQ+ Reddit was my pride RedBubble (http://stgiga.redbubble.com).

    I also have 61 Pride emotes for any platform with 32x32 emotes: http://stgiga.github.io/gigaware/PrideEmotes.zip

    I had posted that to LGBTQ+ Reddit too.

    On LGBTQ+ Reddit, stuff such as my template had gained traction, especially the less-recent versions.

    I also had on LGBTQ+ Reddit told of my experiences on my journey. It was sure an interesting time. I hope Lemmy turns out well!

    0