Bei Li

@libei
2.1K Followers
200 Following
1,004 Posts

I'm officially starting an iOS/macOS developer meetup in Kansai, Japan! "Swift Kansai" will hold its first meeting on June 30th to chat about everything Apple announced at WWDC. If you're in the area come join us!!

https://www.meetup.com/swift-kansai/events/300249040/

Swift Kansai - iOS and macOS Developer Meetup (WWDC Edition), Sun, Jun 30, 2024, 12:00 PM | Meetup

注: 日本語版は下にあります。🌟 Can you believe what they announced at WWDC!? Want to chat about it with other iOS developers and Apple enthusiasts? Join us for a presentation to bring

Meetup
Running good again!

OK with push notifications started just one day my backend services is down. 🤡

https://status.flyio.net

#Mastoot

Fly.io Status

Welcome to Fly.io's home for real-time and historical data on system performance.

We are looking for a new member for our #Mastodon core team to work with @Gargron, @renchap and @Claire on building the Mastodon #backend and web app!

This is a #remote #fulltime position and requires an overlap with the CET timezone.

Ideally:

- You are a #Ruby expert
- With prior experience in maintaining #opensource projects
- Prior knowledge of #ActivityPub is a big plus!

For more info and to apply:

https://jobs.ashbyhq.com/mastodon/de1e4d8a-5639-4b6a-86d7-97bd9c768b02

#FediHire #GetFediHired #hiring

Core Web Developer (m/f/d)

We're looking for a Core Web Developer to work with us remotely on our free and open-source Mastodon software.

Communication notifications do look good. But it requires an extra request to server, because current implementation of push notification payload from Mastodon server lacks info of display name.

I created a PR for get rid of the request. Hope I'm doing Ruby right. 😂

https://github.com/mastodon/mastodon/pull/29910

#Mastoot #Mastodon

Add display_name to push notification payload by li-bei · Pull Request #29910 · mastodon/mastodon

Context iOS has a special type of notifications called communication notifications, it looks like this: Its minimal requirements are: an profile image an display name With current implementation...

GitHub
Finally got push notifications working on Mastoot 2. During the implementing this time, I found out push notifications on Mastoot 1 should NOT be working properly, BUT it worked well for a while. I have no idea what happened. 😂
#Mastoot
i don’t understand how people see the xz incident and conclude that open source is insecure. That level of social engineering could easily have worked on a company as well, but it was detected *because* it was open source. All other mechanisms failed, and it was just some random guy poking around that discovered it. That kind of scrutiny doesn’t happen on closed source systems
Spacing looks good  #Mastoot

Mastodon now supports automatic switching between the light and dark theme, depending on your system setting.

It will be available in the upcoming 4.3 version, or is already there if your instance runs the nightly code.

You can switch to this new automatic theme in your Appearance preferences. Instance admins can also set it as the default theme (I just did it on mastodon.social and mastodon.online).

This has been done in https://github.com/mastodon/mastodon/pull/29748, thanks a lot to @nshki for the initial PR!

Support "system" theme setting (light/dark theme depending on user system preference) by renchap · Pull Request #29748 · mastodon/mastodon

This is built on the work by @nshki in #20107 I rebased it, made the emoji selection code simpler and ensure it uses a consistent theme: in the web UI, the user setting is used, falling back to th...

GitHub