@box464@mastodon.social
@box464@mastodon.social avatar

box464

@box464@mastodon.social

Coder, manager, dog dad. Tech tinkering is my joy. Be kind.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

box464, (edited ) to random
@box464@mastodon.social avatar

Continuing my dive into Calckey's Plugins with a "Share to Mastodon" action item. Using the plugin framework, I can add new menu items to various parts of the Calckey UI. And then open a new window to my generated url.

An interesting aspect is that the framework allows access to the Calckey API. Check the end of the post for the developer details if you're so inclined.

https://box464.com/posts/calckey-share-to-mastodon/

konstantin, to random

Pre-coffee trivia: If you wake up early enough, you get to watch shows like “help my house is haunted” and apparently more than 50% of people believe in spirits, ghosts and similar.

box464,
@box464@mastodon.social avatar

@konstantin I know several people that have been ghosted. 👻

box464, to fediverse
@box464@mastodon.social avatar

Wow, @stefan has done an amazing job pulling together a somehow concise yet detailed reference for any developer looking to start coding in the fediverse. Bookmark!

One thing it demonstrates is that while these apps are based on ActivityPub, making them all accessible in a single front end is still complicated. Each has their own separate authentication and API, many with a bridge to the Mastodon API for compatibility.

https://stefanbohacek.com/blog/making-fediverse-apps-for-everyone/

box464, to random
@box464@mastodon.social avatar

Mozilla is hiring for Mozilla.social

https://www.mozilla.org/en-US/careers/position/gh/5082141/

developerjustin, to fediverse
@developerjustin@mastodon.social avatar

So what instance is everyone joining? I primarily use Reddit for and stuff.

box464,
@box464@mastodon.social avatar

@developerjustin I’m using BeeHaw, but note that they only allow upvotes if that’s an issue for you.

Check out Kbin, too. Not Lemmy, but federated with it.

https://beehaw.org

https://kbin.social/m/fediverse

box464, to random
@box464@mastodon.social avatar

How can @phanpy still not be listed on the Join Mastodon website? @Mastodon

https://joinmastodon.org/apps

box464, to random
@box464@mastodon.social avatar

@radiant shines through in the growing collection of Mastodon apps with the multi-tag timeline feature. It's a breeze to create and view them, and you can pin them right alongside your other timelines for easy access. 🔥

box464, to random
@box464@mastodon.social avatar

I've enjoyed working on little bits of code for (or, "The Platform Formerly Known As Calckey"). The community is pleasant, understanding and fun. It's growing quickly.

I hope the rest of the fediverse, large and small, will support them as they grow in the coming years.

trunksapp, to random

After 5(?) months of weekend development, the day has come! 🙌

trunks for Mastodon is out of beta for and ! :android: :apple:

See the inline thread for links per platform!

Please boost for reach 🥰

box464,
@box464@mastodon.social avatar

@trunksapp Congratulations! 🎉 I enjoyed following along with the development, so thanks for sharing.

box464, to random
@box464@mastodon.social avatar

Tonight, I'm introducing a new Calckey Plugin (my first release)!

The Highlighter Plugin will take a specific word or short phrase and highlight it throughout your timelines. You can customize the colors and turn a sparkle effect off or on.

https://box464.com/posts/calckey-plugins-highlighter/

box464, to random
@box464@mastodon.social avatar

When I'm happy to commit something to GitHub, I often forget that ending your commit message with an exclamation point isn't allowed. Gives me a chuckle. GitHub is saying "jeez, calm down". 😆

git commit -m "Registration Bug fixed...finally!"  

But you can do use single quotes and it works fine.

git commit -m 'Registration Bug fixed...finally!'  

I guess I should stick to formal boring commits, but this is just for private hobby repos so let me have some fun.

box464, (edited ) to random
@box464@mastodon.social avatar

Calckey Plugins are an overlooked component of the platform. Mostly because documentation is scarce about what they are and how to use them. No more!

Here's my first post in a series on plugins, introducing the concept and providing a guide to ensure users can make informed decisions about installing plugins they find in the community.

https://box464.com/posts/calckey-plugins/

box464,
@box464@mastodon.social avatar

The TLDR version: There’s not a lot of plugins out there right now, and we need better documentation for developers to make them. I’m working on it.

Be wary of installing plugins you randomly find on the internet. A trusted source of plugins is needed with an easier way to install them.

box464, to random
@box464@mastodon.social avatar

Surprised at the pin map’s diversity out here at my local Hill Country, TX breakfast dive. Europe is representing!

box464, (edited ) to random
@box464@mastodon.social avatar

So I purchased a new desktop PC for my parents and have been setting it up for them. I've been a Mac household for at least 10 years, but fully windows at work.

I...I think...I...like...no!

Quick, tell me about a Linux distro or how much better Macs are before I say something I'll regret! I think they are tricking me with the iMac like exterior.

box464, (edited ) to random
@box464@mastodon.social avatar

Here's an boost I made in about 5 minutes. It affects the official Mastodon site, changing the theme to a purple pastel. It also hides all post interaction counts.

https://arc.net/boost/0DDC3F38-5CD2-4A32-8EDD-75336845C421

box464, to random
@box464@mastodon.social avatar

has a feature that makes the chrome developer console end user friendly to alter the style of any site (and add javascript too), then share those collections of edits to others.

More and more sites are allowing customizations like this (dark mode, font sizes, themes). And the share feature makes it fun.

Calckey / Misskey kind of have this already.

But I can see this ruffling some front-end feathers, right? birdsite 🪶 🪶

https://youtu.be/9Z9bq_Q9qqk

box464, to random
@box464@mastodon.social avatar

you can save your Calckey website preferences by visiting Settings > Preference backups.

This backup includes not only your configured preferences, but also your plugins, widgets, custom css, and themes you've installed.

You can save more than one configuration ("Mobile Mode", "Minimal Mode", "Halloween Theme", "Serious Mode") and load them as desired. Nice!

tokyo_0, to random
@tokyo_0@mas.to avatar

Finally getting stuck into that code review (meant to start last night, but... well you all heard about that already 🤪).

Also, I seem to have completely forgotten when I should put in a Javadoc comment for a class 😅

box464,
@box464@mastodon.social avatar

@tokyo_0 Kind of curious how you test. Do you run an import over and over again on a personal instance? Spin up a new base instance for every test run?

box464,
@box464@mastodon.social avatar

@stepheneb @tokyo_0 Agreed. I enjoy hearing about the process as well. Having a full time job AND a passion project definitely leads to lack of sleep! 🥱 Finding a balance is important but difficult.

RE: Testing - it’s just about what I figured! I do plan on testing myself, when I have a few moments to pull together a plan. Thinking of pulling in an archive of a small account into my main (about 100 posts compared to 1,500).

Edent, to art Javanese
@Edent@mastodon.social avatar
box464,
@box464@mastodon.social avatar

@Edent The dinosaur sprite and dev ones are a must.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • kavyap
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • ngwrru68w68
  • Durango
  • thenastyranch
  • Youngstown
  • rosin
  • slotface
  • tacticalgear
  • mdbf
  • ethstaker
  • JUstTest
  • khanakhh
  • osvaldo12
  • GTA5RPClips
  • cubers
  • cisconetworking
  • everett
  • tester
  • modclub
  • megavids
  • Leos
  • normalnudes
  • anitta
  • lostlight
  • All magazines