teaser for my little winter project.
-
-
@hbons that looks lovely
-
@hbons that looks lovely
@Kilian thank you. spent like 3 days on the icon alone.

-
@Kilian thank you. spent like 3 days on the icon alone.

@hbons worth it
-
@hbons I don’t know what the app is but I like the tech involved
-
-
@hbons ooooooh that looks nice
-
@hbons An aurora forecasting app..?
-
RE: https://mastodon.social/@hbons/115684542795059829
several people told me (unprompted) that they liked my "micro dev blogging" for Bobby on here.
so fave if you want to see my failures in real time for the next one.

-
RE: https://mastodon.social/@hbons/115684542795059829
several people told me (unprompted) that they liked my "micro dev blogging" for Bobby on here.
so fave if you want to see my failures in real time for the next one.

alright let's get started!
got a backend that mirrors+archives to SQLite (hence Bobby) space weather data from the NOAA. and you'll be able to self-host a mirror.
now to write a beautiful aurora dashboard in #gtk #libadwaita UI!
#linux #opensource #gnome #design

-
alright let's get started!
got a backend that mirrors+archives to SQLite (hence Bobby) space weather data from the NOAA. and you'll be able to self-host a mirror.
now to write a beautiful aurora dashboard in #gtk #libadwaita UI!
#linux #opensource #gnome #design

the NOAA space weather data does not have an API. it's a bunch of undocumented random .json files behind a CDN that sometimes partially cuts cached files.
so I wanted to have something reliable to work with first.
it's... interesting for an official government agency... 🤨
-
alright let's get started!
got a backend that mirrors+archives to SQLite (hence Bobby) space weather data from the NOAA. and you'll be able to self-host a mirror.
now to write a beautiful aurora dashboard in #gtk #libadwaita UI!
#linux #opensource #gnome #design

-
@ewen oh I've hyperfocused a bunch of trippy ideas don't worry.

-
the NOAA space weather data does not have an API. it's a bunch of undocumented random .json files behind a CDN that sometimes partially cuts cached files.
so I wanted to have something reliable to work with first.
it's... interesting for an official government agency... 🤨
hitting the ground running because of all the code reuse. thanks Bobby.

#linux #opensource #gnome #gtk #libadwaita #design #aurora

-
the NOAA space weather data does not have an API. it's a bunch of undocumented random .json files behind a CDN that sometimes partially cuts cached files.
so I wanted to have something reliable to work with first.
it's... interesting for an official government agency... 🤨
@hbons hey this is super cool! you might want to look into how home assistant fetches some of this? I use this to keep an eye on things https://www.home-assistant.io/integrations/aurora/
-
@hbons hey this is super cool! you might want to look into how home assistant fetches some of this? I use this to keep an eye on things https://www.home-assistant.io/integrations/aurora/
@eljojo oh nice! didn't know that existed.

-
hitting the ground running because of all the code reuse. thanks Bobby.

#linux #opensource #gnome #gtk #libadwaita #design #aurora

@hbons Might be repeating myself, but that is one damn nice app icon.
-
@hbons Might be repeating myself, but that is one damn nice app icon.
@jimmac lovely wallpaper too!
-
@ewen oh I've hyperfocused a bunch of trippy ideas don't worry.

-
hitting the ground running because of all the code reuse. thanks Bobby.

#linux #opensource #gnome #gtk #libadwaita #design #aurora

been a while since I used a Grid (probably GTK2 days). and being able to set relative positions to other items is a lot more intuitive and less clunky than hardcoding edge numbers.
also <sub> and <sup> texts are working nicely for scientific notations!

