favs.blue
  1. 1

    Needed more proof the age of personal software is here? I got this Xteink X4 pocket e-reader. I flashed it with open source firmware. Then vibecoded a backend running on @val.town that pulls `toread` tagged articles from @kipclip.com and converts them to epub ...

    158 12
    Apr 10, 2026
  2. 2

    Looks like a new OAuth permissions screen was released today. Looks much nicer! Hopefully we can request some more fine grained permissions now as well..

  3. 3

    Reply

    How do you spell Karen in russian?

  4. 4

    Oulu, Finland. Pics from arrival evening.

  5. 5

    attic.photos version 1.0.0-beta.7 is out and it's the most advanced attic yet! 😇 seriously though this 'backup from photos app' rabbit hole goes deeper than I thought and has me making algos dealing with specific apple backend congestion issues and other shenanigans. It's very robust by now though!

  6. 6

    #atprotoideas a Claude bot that takes Bsky posts that start with “someone should make..” and then just makes it and publishes the url to Bsky

  7. 7

    Introducing kipclip.com, the friendliest way to save bookmarks on atproto 🐔 This first version works on the web and features a simple bookmarklet (for desktop) or iOS shortcut or Android sharesheet option, once you save it to your homescreen (for mobile). Uses the community lexicon for bookmarks!

  8. 8

    Been wanting to do this for a while now. My personal site tijs.org now uses #atproto records to show up to date posts from @leaflet.pub, check-ins from @dropanchor.app and book updates from @bookhive.buzz. Served straight from the PDS. This is own your data in action and I'm here for it 😛

  9. 9

    Reply to @tijs.org

    ... Then vibecoded an updated version of the e-reader firmware that supports articles and a new Sync Articles file transfer that pulls in the articles from my backend. And now I can read any article I bookmark with kipclip on my e-ink device. I did that this morning. I can use it right now.

  10. 10

    Reply

    Nu retail het zwaar heeft van online concurrentie zou je denken dat het zelfs voor investeerders beter uitkomt om die appartementen weer woonklaar te maken (en de etalages wat kleiner). Zorgt ook voor een leefbaarder centrum in veel steden als het centrum niet een spookstad word na sluitingstijd

  11. 11

    Holy moly that just... worked? I just moved my account to my self hosted EU based PDS on a low-end box with pdsmoover.com and it seems fine? I am now a hamster.farm native 🐹

  12. 12

    Attic – my cli app to backup your iCloud Photos to any s3 compatible storage service (in the EU for instance) – also got an update with some quality of life and TUI improvements. Brew install and other details here: attic.photos

  13. 13

    I wrote up a high level overview of how i did the new OAuth flow for @dropanchor.app, hope it helps someone figure this stuff out quicker than i did.

  14. 15

    I've extracted the generic atproto/oauth code from @dropanchor.app into a new standalone SPM package that any iOS app could use to do OAuth (BFF re-use backend cookies style) and basic atproto like dealing with facets. I plan to use this for the upcoming @kipclip.com

    github.com/tijs/ATProto...

  15. 16

    Reply to @katelynburns.com

    And running a security company literally named after a group of fellas known for political assassinations also seems a bit on the nose en.wikipedia.org/wiki/Praetor...

  16. 17

    I've updated the OAuth permission scopes for @dropanchor.app to only ask for permissions to write blobs and Anchor specific lexicon, plus we need permission to read/delete community address lexicon for a while until all checkins are migrated to the new checkin lexicon (migration happens on login)

  17. 19

    Had to run out of the conference venue with my beer in just a sweater but I can now say I actually saw northern lights for real though 😎

  18. 20

    Ok I’m reaaally curious about the story on this tank 300 (yeah that’s the actual model name) from Great Wall motors with Guangzhou plates charging in suburban Netherlands

  19. 21

    Did you know atproto oauth also works with cli tools? First encountered this with skyboard.dev using the skyboard cli with login will open an oauth page and drop you back in the cli with a session. This opens up super interesting use cases for tools using your own pds backed data.

  20. 25

    Since I received some, deserved, flak about skipping all the interesting implementation parts in my previous OAuth article I've gone and wrote it again. But now with so much code blocks it will make your eyes bleed. You were warned..