• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "swift". Back to normal view
    1. Open-sourcing some Tildes-related code

      Hello! Some of you may know that I have been developing an iOS client for Tildes. I’ve seen other devs like @wababa and @talklittle also working on awesome apps, and have seen some discussion...

      Hello!

      Some of you may know that I have been developing an iOS client for Tildes.

      I’ve seen other devs like @wababa and @talklittle also working on awesome apps, and have seen some discussion there around collaborating on some of the core parts (scraping the website, etc.).

      I’ve also been in touch with @efraimbart, who is working on the awesome Everything protocol project.

      I’m sure there are other devs out there that I haven’t seen, and this post is a call-out for all of you.

      Until an API is available, any similar project will face the same initial blocker: needing to scrape the website for data.

      Is there any interest from the community on collaborating on that part? For example, developing a public library that encapsulates all of the interactions with Tildes and any client can talk to with a consistent API. Or, even better, collaborating on an official API for Tildes (which is, of course, itself an open-source project).

      To that end, I’ve released some of the code I use to accomplish this in Surfboard. Maybe it can help someone build an iOS client, or inspire some of us to build a more generic solution :D. It’s far from perfect or complete, and isn’t even an actual package you can just import and use at this time, but at the very least it documents many of the endpoints and interactions.

      Have a great weekend :)

      88 votes
    2. Learning Swift - Best suggestions

      Hey everyone, I’ve been messing with complex nested if/then statements in Excel for many, many years, and recently dabbled in VBA. I’ve decided it’s time to learn Swift for Apple. Mainly for...

      Hey everyone,
      I’ve been messing with complex nested if/then statements in Excel for many, many years, and recently dabbled in VBA. I’ve decided it’s time to learn Swift for Apple. Mainly for kicks, but also the fun of creating an app if I find a need.

      For those of you that know these things, what’s your biggest suggestion for learning? Most useful tips? Things to watch out for? Etc.

      Thanks!

      8 votes