Jeff, purveyor of all things fediverse related. Testing out Bonfire Social Release Candidate with this account.

spark464
spark464 boosted

🎉 Huge shoutout to two amazing contributors from Korea's #OSSCA program who've made excellent contributions to #Fedify!

👏 @gaebalgom tackled a tricky terminal compatibility issue in PR #282, fixing the fedify node command's favicon display on terminal emulators without truecolor support (#168). His solution elegantly detects terminal capabilities and falls back to 256-color mode when needed—ensuring a great experience across different environments.

🌟 @joonnot enhanced Fedify's #WebFinger functionality in PR #281 by adding a configurable maxRedirection option to the lookupWebFinger() function (#248). He transformed a hardcoded limitation into a flexible, user-customizable parameter while maintaining perfect backward compatibility.

Both delivered thoughtful, well-implemented solutions that showcase the quality of contributions coming from the OSSCA program. Welcome to the Fedify community! fedify

#ActivityPub #opensource #fedidev

spark464
spark464 boosted

Calling all bird lovers, we've been hearing this unusual bird call over the last few weeks here in Ghent, Belgium. The call is made up of two parts and sounds kinda tropical and is usually heard in the evenings and repeats a few times. Apps like Merlin Bird Id don't know either. #birds #ornithology #wildlife

spark464
spark464 boosted

⁂ Article

🔥 Bonfire Social 1.0 RC2

3
spark464
spark464 boosted

Gerald D Hines Water Park and the Williams Tower. Somewhere in Houston, I’m wandering.

#PublicArt #StreetArt

Another shot of a city fountain, streaming water down walls in different directions.
Another shot of a city fountain, streaming water down walls in different directions.
A city fountain stream water along large walls in different directions.
A city fountain stream water along large walls in different directions.

⁂ Article

Adding the Weather Widget to your Bonfire Profile

As a demonstration of how widgets can be utilized, Bonfire offers a weather widget that can be enabled on profiles.


To get started, the administrator of the instance will need to get a weather API key from one of two providers:


  • openweathermap.org (Free tier with limited calls)
  • pirateweather.net (Free, OpenSource)

At the time of this blog post, Pirate Weather didn't seem to be allowing new subscriptions, but I'd check back.

Once you have the API key, you'll need to add an environment variable to your instance to enable the widget.


For Open Weather
OPEN_WEATHER_MAP_API_KEY=XYZ123


For Pirate Weather
PIRATE_WEATHER_API=XYZ123

UPDATE: Soon, Open Weather will be replaced by open-meteo.com and opensource API that does not require tokens to use

Restart your instance and then test the changes.

First you'll need to find the exact location text to use to get the weather you want. You can do so by using this OpenStreet map.


  • nominatim.openstreetmap.org

For example, I decided "Austin, TX" was close enough. I could also have tried my exact address, but note that whatever you enter will appear on your profile.


Go to your profile, and click the Gear icon near your banner and avatar.


Enter the location you chose from the OpenStreet map in the Location field.


Click enable weather widget.


Click Save.


Enjoy your weather widget!