ada, (edited ) to random
@ada@blahaj.zone avatar

I've been meaning to do a "State of the Shark" post for a while, and go through and explain some of the history and important moments that blahaj.zone has been through. For those of you who have been here for a while, you know it got a bit rough at points, and I want to take the chance to explain some of what happened.

I joined the fediverse in April 2022, around 6 months before the big twitter exodus in November 2022.

I fell in love with what I perceived to be the freedom of instances to create safe spaces for trans folk that had been harassed on twitter (At the time, I didn't have an awareness of how that inclusion doesn't always extend to trans folk that don't have white privilege)

I was talking to a friend @supakaity (well, friend at the time. Now we're partners, together with @internutter) and she said that she was planning on spinning up a fediverse instance. Kaity would supply the technical skills, and I would bring my community building and development experience and be "front of house". We did some brain storming, and came up with several names centered on blåhaj, because we wanted the instance to be focused on trans and gender diverse folk, without being specifically restricted to trans users. And so, in late November 2022, blahaj.zone was born.

Initially, we tried Misskey, mostly because I hated the Mastodon interface and wanted something prettier. But Misskey has very little documentation in english, and not much usage outside of Japan. At the time, there weren't many Misskey forks, with FoundKey and Calckey being the main options.

We had a look at Calckey, and decided to go with it. It had a small but active development team, and several instances already running it. And so we went live with Calckey. Kaity, being Kaity, would listen to some of my frustrations around usability, and started to expand the feature set of Calckey. Many of these fixes got pushed back to Calckey main, but not all of them. Those that were not pushed up to Calckey stayed in use on blahaj.zone though, and eventually we named our little soft fork of Calckey "Hajkey" (pronounced Hi-Key).

Around this time, Calckey was starting to get traction, and we were starting to get users who would join, just to try out some of the features that Kaity was working on. And for a while, all was good.

But for reasons that don't belong in this post, we eventually fell out of step with the Calckey development team and decided to go our own way. When Calckey rebranded as Firefish, we formally parted ways.

But that left us a dilemma. We did not want to move to the Firefish software base, as it was moving in technical directions that we didn't want to go. And we couldn't stay on our version of Calckey/Hajkey, as some of the bugs were show stoppers. So we had to look at alternatives, and decided to rebase Hajkey off of Iceshrimp.

And then Kaity got in to a really bad accident. Concussion, broken jaw, and an injury to her arm that even now, still hasn't been resolved. So blahaj.zone entered limbo. We were partially rebased on ice-shrimp, but without the chance to fully integrate all of the Hajkey features, and with federation bugs and issues. The instance was up and running, but it was wounded, and the task of updating it seemed impossible, especially whilst recovering from a major accident.

And that's how we existed for many months...

Ultimately, we made the decision to rebase again, this time on Sharkey, but even then, the work of implementing all of the Hajkey specific changes was huge, and so, we made the decision to let Hajkey go, and move to vanilla Sharkey.

And here we are now, running Sharkey, and with the instance humming again! I've made Kaity promise to try and not end up creating a huge workload for herself by re-creating the Hajkey features as Hajkey, so our hope is that over time, we will add at least some of them to Sharkey itself. That way, every Sharkey update will not involve a day of code merging from Kaity.

As much as I miss some of our old features, I am so much happier to have blahaj.zone buzzing and alive again!

Thank you to everyone, and here's to a strong future!

​:blahaj_is_fine:​ ​:BlahajSpin:​ ​:Blobhaj_Ani_Hophop:​ ​:Blobhaj_Heart_Trans:​ ​:Blobhaj_Thanks_Wow:​

jo, to random

Some of my changes:

  • Added my ListenBrainz username to the integration located in Profile.
  • Reduced the reaction size to small.
  • Changed reaction acceptance to All.
  • Disabled animations.
  • Moved notifications to bottom left and stacking vertically.
  • Toggle to use the system's default font. It looks similar to Iceshrimp / Firefish font we had previously, instead of Misskey.
  • Enabled the Loading Media Data Saver option.
  • Disabled notification sounds.
  • Added Lookup, Antennas, Lists, and Pages; removed Achievements from Navigation bar. Reordered the menu.

jo,

Thanks to @Yukii for telling me that I could make a theme and add this bit of code so my fonts and UI colours will look much like default Firefish theme.

{
    	base: 'dark',
    	desc: 'Soho vibes for Misskey',
    	name: 'Rosé Pine v3 + Figtree',
    	props: {
    		fontFaceSrc: "url(https://cdn.transfem.social/files/bcfa6a33-0f0f-4765-9fec-f0634b06bab7) format('truetype')",
    		X2: ':darken<2<@panel',
    		X3: 'rgba(255, 255, 255, 0.05)',
    		X4: 'rgba(255, 255, 255, 0.1)',
    		X5: 'rgba(255, 255, 255, 0.05)',
    		X6: 'rgba(255, 255, 255, 0.15)',
    		X7: 'rgba(255, 255, 255, 0.05)',
    		X8: ':lighten<5<@accent',
    		X9: ':darken<5<@accent',
    		bg: '#191724',
    		fg: '#e0def4',
    		X10: ':alpha<0.4<@accent',
    		X11: 'rgba(0, 0, 0, 0.3)',
    		X12: 'rgba(255, 255, 255, 0.1)',
    		X13: 'rgba(255, 255, 255, 0.15)',
    		X14: ':alpha<0.5<@navBg',
    		X15: ':alpha<0<@panel',
    		X16: ':alpha<0.7<@panel',
    		X17: ':alpha<0.8<@bg',
    		cwBg: '#1f1d2e',
    		cwFg: '#f6c177',
    		link: '#9ccfd8',
    		warn: '#f6c177',
    		badge: '#ebbcba',
    		error: '#eb6f92',
    		focus: ':alpha<0.3<@accent',
    		navBg: '@panel',
    		navFg: '@fg',
    		panel: ':lighten<3<@bg',
    		popup: ':lighten<3<@panel',
    		accent: '#c4a7e7',
    		header: ':alpha<0.7<@panel',
    		infoBg: '#253142',
    		infoFg: '#fff',
    		renote: '#31748f',
    		shadow: 'rgba(0, 0, 0, 0.3)',
    		divider: 'rgba(255, 255, 255, 0.1)',
    		hashtag: '#ebbcba',
    		mention: '@accent',
    		modalBg: 'rgba(0, 0, 0, 0.5)',
    		success: '#ebbcba',
    		buttonBg: 'rgba(255, 255, 255, 0.05)',
    		switchBg: 'rgba(255, 255, 255, 0.15)',
    		acrylicBg: ':alpha<0.5<@bg',
    		cwHoverBg: '#26233a',
    		indicator: '@accent',
    		mentionMe: '@mention',
    		messageBg: '@bg',
    		navActive: '@accent',
    		accentedBg: ':alpha<0.15<@accent',
    		fgOnAccent: '#26233a',
    		infoWarnBg: '#26233a',
    		infoWarnFg: '#f6c177',
    		navHoverFg: ':lighten<17<@fg',
    		dateLabelFg: '@fg',
    		inputBorder: 'rgba(255, 255, 255, 0.1)',
    		panelBorder: '" solid 1px var(--divider)',
    		accentDarken: ':darken<10<@accent',
    		acrylicPanel: ':alpha<0.5<@panel',
    		navIndicator: '@indicator',
    		accentLighten: ':lighten<10<@accent',
    		buttonHoverBg: 'rgba(255, 255, 255, 0.1)',
    		driveFolderBg: ':alpha<0.3<@accent',
    		fgHighlighted: ':lighten<3<@fg',
    		fgTransparent: ':alpha<0.5<@fg',
    		panelHeaderBg: ':lighten<3<@panel',
    		panelHeaderFg: '@fg',
    		buttonGradateA: '@accent',
    		buttonGradateB: '#ebbcba',
    		htmlThemeColor: '@bg',
    		panelHighlight: ':lighten<3<@panel',
    		listItemHoverBg: 'rgba(255, 255, 255, 0.03)',
    		scrollbarHandle: 'rgba(255, 255, 255, 0.2)',
    		inputBorderHover: 'rgba(255, 255, 255, 0.2)',
    		wallpaperOverlay: 'rgba(0, 0, 0, 0.5)',
    		fgTransparentWeak: ':alpha<0.75<@fg',
    		panelHeaderDivider: 'rgba(0, 0, 0, 0)',
    		scrollbarHandleHover: 'rgba(255, 255, 255, 0.4)',
    	},
    	author: '@thatonecalculator@stop.voring.me',
    }

Yukii,
@Yukii@blahaj.zone avatar

@jo its not the same font firefish uses its a different one i like more than the one firefish and sharkey use

jo, to random

My first post since blahajzone migrated to Sharkey, yay! 🦈 🦈

ArtBear, (edited ) to fediverse

So, with there being so many, should we collectively refer to all the different forks of etc as

?😂

A partial list here
https://codeberg.org/fediverse/delightful-fediverse-apps/issues/47

Amelia,

@ArtBear Hajkey is dead, or well currently, they plan on rebasing on Sharkey

Amelia,

@ArtBear btw u have the wrong url for sharkey

this is the Sharkey Repo
https://git.joinsharkey.org/Sharkey/Sharkey

Uraael, to random
@Uraael@blahaj.zone avatar

I ♥️ MissCalcHajFireShrimpSharKey

Sharkey,

@Uraael Interesting fork name "MissCalcHajFireShrimpSharKey" ​:Cat_girls_Emoji_004:​

Uraael,
@Uraael@blahaj.zone avatar

@Sharkey I like it. I'm hoping it'll catch on. ​:dr_tobydance:​

testing, to fediverse

haaaaa

i knew that it is possible to delete other *key users' replies to my posts by deleting my original post, but i haven't known that deleting an original post entails deletion of other *key users' quotes of the deleted post > this is so cool ​:abunhdhappy:​

<center>i like it ​:Blobhaj_Ani_Hearts:​</center>

hnb,

@testing I had to read twice and thrice what you are saying but oh wow that's something! ​:neofox_laptop_owo:​

voidf1sh, to random

Is there any way to get the blinking dot to go away? I don't have any pending follow requests 😭

Also is there a way to disable all sounds in ? I tried turning the master volume all the way down but it still plays the alert and it hijacks my audio every single time :(

ada,
@ada@blahaj.zone avatar

@voidf1sh The flashing not going away when it should is a bug. For now, you can just disable the flashing notification for follow requests at the bottom of the Appearance section of your settings

As for sounds, what you can do (which isn't ideal) is click on each of the notification types under the master volume slider and set the "type" to none.

jo,

@voidf1sh Perhaps that's how I got it to mute? Can't remember. I'd point you to the documentation for either Hajkey, Iceshrimp, or Firefish but... LMFAO
@ada

valpackett, to random

missing from ( too?): a "mute thread" that would actually disappear the thread and all boosts of it from the timeline

HaruEb, to random

I thought following 1600 accounts would be untenable, but with a bit of effort and a great help from filtering boosts on when the feed gets too fast, or I just want things to feel a bit more personal, I'm super stoked with my feed as of this moment.

It's a great privilege to have a post go "viral" here, and not just any post, but one that I think represents me in some way (oblique as it may be). The quantity of reacts is nice, but what I really value, is checking the notifications for who is reacting and finding some absolute banger accounts!

​:BlahajSpin:​ ​:shinx_hug:​ ​:shinx_happy:​ ​:shinx_jammies:​

chestas,
@chestas@aus.social avatar

@HaruEb

I'm happy with following 650. When I get back from this trip I'll work it up to about 1000, and then cull anyone that annoys me

jo, to fediverse

While sadomisskists love the rush of a fork. ⛓️🔒🔑

RE: https://blahaj.zone/notes/9hy3rp7is7

HaruEb, to fediverse

how to have a good time on a guide by me based on my first month here!

  1. buy blahaj
  2. attach blahaj to ceiling fan
  3. film spinning fan with vlahaj attached
  4. edit video to form a nice loop
  5. make video into gif
  6. post that shit with alt-text if you can
  7. check everyone who likes that post, there are cool peeps there, follow them!
  8. enjoy your rich home feed!

That's it! That's the whole guide!

ada,
@ada@blahaj.zone avatar

@HaruEb ​:BlahajSpin:​

hollyberries, to random

is a bit of a difference from whatever tech.lgbt uses, this is going to be an adventure xD

hollyberries,

@jo @HaruEb thank you all for the warm welcome! the channels feature is really neat, i was exploring that a bit last night. is that unique to this instance?

jo,

@hollyberries @HaruEb The channels themselves are currently local-only, but the Channels feature is available on Misskey and forks like Firefish & Iceshrimp

jo, to random

Meanwhile me, also using , has animations turned off and @ada wrote me a bit of CSS to minimise it too cos I can't stand too much of it lol.

.mfm-x2 {
  --mfm-zoom-size: 100%;
}

.mfm-x3 {
  --mfm-zoom-size: 100%;
}

.mfm-x4 {
  --mfm-zoom-size: 100%;
}

RE: https://blahaj.zone/notes/9hxaz276cr

Wester_Hare,

@jo @ada I don't know what "mfm" is so I can't really miss out on it

jo,

@Wester_Hare It's Misskey-flavored Markdown. All *key forks have it, and Akkoma instances have some support for it. It allows you to do things like this and this

jo, to random

I think we need someone to design a vector image of the shork side-hugging a shrimp character lol 🦈🦐

jo, (edited ) to fediverse

I've left a comment on the original GitHub issue thread re
-like awards to Lemmy to help fund instance infrastructure that references @ada and @supakaity 's response to said suggestion being raised in a Lemmy post. The short answer is no thanks.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • tester
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • Youngstown
  • slotface
  • hgfsjryuu7
  • mdbf
  • vwfavf
  • kavyap
  • tsrsr
  • ngwrru68w68
  • PowerRangers
  • DreamBathrooms
  • Leos
  • everett
  • Durango
  • osvaldo12
  • khanakhh
  • ethstaker
  • rosin
  • cubers
  • tacticalgear
  • GTA5RPClips
  • normalnudes
  • cisconetworking
  • modclub
  • anitta
  • All magazines