Issue 10 - May 30th

Share interesting bits from the internet that you’ve recently come across and explain what inspired you about them.

Include any artwork with a reference that you liked and that’s connected with app development or design.

Cross-platform CLI for (re-)signing ipas: GitHub - zhlynn/zsign: It might be the quickest cross-platform codesign alternative for iOS 12+, supporting macOS, Linux, Windows, and more features.

Eslint now supports linting and formatting HTML: ESLint can now lint HTML using the html-eslint language plugin - ESLint - Pluggable JavaScript Linter

Google decided to continue the development of Android in private. In theory, to streamline development, but I think there are other financial reasons behind that they didn’t share:

CSS transforms

Ghadri MCP for reverse engineering using AI: Elk

Cheating latency by preloading pages on hover: https://instant.page/

The ingredients of a productive monorepo
https://blog.swgillespie.me/posts/monorepo-ingredients/

Package.swift LSP

There are some really nice designs here: Minsang Choi

LiveStore

Tech for good job boards

It’s a bit sad that Glitch was sunset. Its creator wrote about how it became a thing and what happens when the project got VC funding:

A blog post about The Browser Compamy’s post on what happened with Arc and how they see the future of the web. I’m with the author that in the model that they propose, the serendipity that arises from navigating to a weird corner in the Internet is gone:

Anubis: A proxy to drop AI crawler requests:

Working with Erlang/Elixir actors - in Swift :exploding_head:

A new library for parsing mach-o files to get Swift information: GitHub - MxIris-Reverse-Engineering/MachOSwiftSection: A Swift library for parsing mach-o files to obtain Swift information.

It’s built on top of MachOKit which we actually already use in Rosalind. This one, we can potentially use for deeper bundle analysis.

Grog, a build tool for monorepos

Prebuilt macros are coming: [Preview] Swift-Syntax Prebuilts for Macros - Package Manager - Swift Forums