10

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

top 9 comments
sorted by: hot top controversial new old
[-] codemonk@programming.dev 7 points 2 months ago

Still working on my app launcher. Currently working on on user config. Recently I added support for app icons and there freedesktop.org icon themes. Icon themes are more complicated than I expected. Themes can have multiple fallbacks themes which themselves can have multiple fallback themes. Totally makes sense. I just did not think about it too much before implementing it. Allowed me to implement a nice breadth-first search. Most themes have a single fallback theme, so it is not of much use, but hey, I follow the spec. ๐Ÿ˜…

[-] taladar@sh.itjust.works 1 points 2 months ago

This post might be relevant to your current work in case you hadn't seen it.

[-] codemonk@programming.dev 2 points 2 months ago

Haven't seen it indeed. Afaik, app icons should be fine. In case they are not, I have an idea, what the issue might be. Thank you.

Reading through the bug tracker, the GNOME approach seems to be one I see way to often: "The standard is outdated in our view and does not suit us. Let's just treat it as obsolete and make our own incompatible thing. If this breaks stuff, its not our problem." I prefer those that say: "We need an updated standard." But they seem to be the minority, at least these days.

[-] taladar@sh.itjust.works 1 points 2 months ago

Icon themes do seem like the kind of thing where updating the standard first shouldn't be that hard to do.

[-] codemonk@programming.dev 1 points 2 months ago

That is my impression as well.

Just for completeness: According to GNOME Human Interface Guidelines app icons are full-color icons: https://developer.gnome.org/hig/guidelines/ui-icons.html My app should be fine! ๐Ÿ˜Š

[-] sugar_in_your_tea@sh.itjust.works 5 points 2 months ago

Still working on my p2p "lemmy." I finished a wave of FE work, so now updating the BE to match. Next steps:

  • queries - built-in Iroh queries don't cut it
  • sync between peers
  • new DB structure - multiple communities, voting, etc
  • integrate initial moderation system

Once that's done, I'll need another wave of FE work and then lots of testing before I'm ready to publish code. Hopefully I'll get there next month.

[-] _hovi_@lemmy.world 5 points 2 months ago

Recently did my portfolio website using Leptos, that was pretty cool. Currently, working on adding modded Minecraft launcher support to my plugin for rofi called rofi-games so the instances can be launched from there

[-] sugar_in_your_tea@sh.itjust.works 4 points 2 months ago

How was working with Leptos? It certainly looks cool.

[-] _hovi_@lemmy.world 3 points 2 months ago

Yeah pretty cool. Bit tricky at parts due to (imo) a lack of tutorials / easy to follow examples, but got through it eventually. Felt refreshing to not have to write js/ts

this post was submitted on 28 Apr 2024
10 points (91.7% liked)

Rust

5452 readers
19 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS