eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

228
active users

#BuildInPublic

6 posts5 participants2 posts today

👨‍💻 Attended a presentation today where the author of Recut reviewed the progression of his landing page over time. Some interesting notes:

- Asking for an email to download the trial did not have a notable impact vs a straight download URL.
- Pain language / story-mode was way more successful than posting a price/buy button above the fold.

It's a neat little app if you ever find yourself editing videos. #buildinpublic

getrecut.com

Recut – Automatic Video EditorRecut — Automatic Video EditorBecause nobody's got time for making hundreds of tedious cuts by hand.
I just pushed a release to https://apply.coop to support many types of "Workplaces". Now any co-op, nonprofit (NPO), and public benefit company (PBC) can post jobs and identify themselves as such. We will be iterating more on this taxonomy to give you this information via search, feeds, etc. in the coming weeks.

#applycoop #Coops #Nonprofit #PublicBenefitCompany #jobs #BuildInPublic
apply.coopapply.coopapply.coop makes it easy to find qualified candidates who share your org's values and are excited to contribute.

Good morning builders

OpenAI’s new Codex is wild.
I assigned 5+ tasks, went for coffee, came back to working PRs.

It debugs, writes tests, explains code, and pushes changes — all in the cloud.
No local setup. Just async dev work.

This might be the biggest shift in how we build since GitHub.

Replied in thread

When you use Swift Testing, make sure any @\Tests(arguments:) helper arg Struct/Class conforms to CustomTestArgumentEncodable. Write the `func encodeTestArgument(to encoder: some Encoder)` just like any other encoder with stable and unique values, omitting large non-unique values.

If you omit this you'll hit "encountered an error (Received unexpected event testCaseDidStart for $test (iteration 1). Test already started.)" (repeatedly)
developer.apple.com/documentat
#iOSDev #SwiftUI #BuildInPublic

Apple Developer DocumentationCustomTestArgumentEncodable | Apple Developer DocumentationA protocol for customizing how arguments passed to parameterized tests are encoded, which is used to match against when running specific arguments.