Profile avatar
borum.dev
I make developer tools for iOS and Mac: @workingcopy.app @secureshellfish.app https://s3files.app
180 posts 1,017 followers 611 following
Regular Contributor
Active Commenter

Spent too much time on this

The dominant language for 3rd party apps on iPhone as measured by user hours spent or revenue is C# via Unity and probably has been since the days of MonoTouch.

I’m releasing a small Mac app today for automating your computer from Claude or other LLMs with MCP support. hypercontext.eu It allows you to access Calendar, Contacts, Mail, Reminders and Shortcuts in a controlled way.

This is a serious question even if it sounds silly. I would like to get good at doing a Trump voice impersonation but what are some good techniques for practicing? Currently I listen to his rambling and I try to sound the same but is there some special techniques the impersonation pros are using?

Growing up with the Commodore Amiga I learned very early that you can like the products and admire the people working on them without being a fan of the company.

We might one day be able to run fast+good LLMs on-device for co-pilot-like auto completions. But today you can update to Working Copy 6.3.1 and use your own Ollama endpoint. apps.apple.com/dk/app/worki...

I went digging and this seems to be true. Let me just say “LOL.”

Someone pointed out this method in our codebase. This is a real life production line of code in Duolingo: public static func streakdaysDayStreakstreakdaysDayStreakstreakdays(streak_days: Int) -> String

After 18 months of gestation, Godot and SwiftUI had a baby! Xogot is out now on the AppStore: blog.la-terminal.net/xogot-godot-... AppStore: apps.apple.com/us/app/xogot...

www.404media.co/the-signal-c...

Working Copy has had text completion through OpenAI compatible endpoints for a while. Latest beta adds support for Claude and ollama. Try this out in the TestFlight version: testflight.apple.com/join/XpTrDS5U

Try out HyperContext for automating your Mac from Claude in a controlled way. workingcopy.app/test/HyperCo... There are other similar tools but HyperContext makes it particularly easy to restrict which Mail folders, Contacts groups, Reminders lists, Calendars and Shortcuts are available to Claude.

Try out HyperContext for automating your Mac from Claude in a controlled way. workingcopy.app/test/HyperCo... There are other similar tools but HyperContext makes it particularly easy to restrict which Mail folders, Contacts groups, Reminders lists, Calendars and Shortcuts are available to Claude.

As the App Store guidelines are different depending on storefront how can your app determine the storefront? 9to5mac.com/2025/05/01/a...

I’ve run it into the phase “don’t fight the framework” a number of times and I’m sorry but have you ever met a framework?

unfollowing everyone on linkedin except this guy

My cartoon for this week's @newscientist.com

Recap: *Vance insulted our NATO ally Denmark in bizarre bid to take over Greenland *Commander on the ground says his comments did not reflect the working relationship btw US and Denmark *She is fired The mildest pushback against their authoritarian fantasies is enough www.bbc.com/news/article...

(OLD ART) Maaan I really like these still..... I gotta get back on the groove

The problem with most machine-based random number generators is that they’re not TRULY random, so if you need genuine randomness it is sometimes necessary to link your code to an external random process like a physical noise source or the current rate of US tariffs on a given country.

this will also be useful for getting teenagers to school on time

Revealed preferences theory suggests that Wall Street executives value their ability to call their subordinates gay at approximately 8 trillion dollars

By using presigned put links from a page hosted via presigned get links you can make secure requests for anybody with a browser to upload to your S3 bucket. It works with AWS, Backblaze, MinIO instances and I would expect any other S3 service with presigned link support. Coming soon to s3files.app