Skip to main content

Activity for orta.io

Active on:

Loading activity...

A great write-up on the process we're going through on converting CocoaPods to be a read-only package manager by the end-of-year bsky.app/profile/andr...

@andrewnez.bsky.social avatarAndrew Nesbitt@andrewnez.bsky.social

Sunsetting a Package Manager: nesbitt.io/2026/06/23/s...

Bluesky network3d ago

I played the first hour of FF XVI, Star Wars: Outlaw and Alan Wake 2. Man, Alan Wake 2's story hits hard and fast and is super interesting in comparison to the others

Bluesky network6d ago

This post on what happened to tea.xyz is a great read on a bad idea (an attempt to mix crypto with OSS) bsky.app/profile/andr...

a screenshot of the "tea ecosystem" which attempted to mix crypto  and OSS but mostly just caused spammers to pollute the commons
@andrewnez.bsky.social avatarAndrew Nesbitt@andrewnez.bsky.social

What Happened to tea.xyz nesbitt.io/2026/06/11/w...

Bluesky network7d ago
Link unavailable

Just wrapped up Mina the Hollower - it took a bit of work to enjoy at the start (I turned on some bone + modifiers) but once it landed it was a great game Very cool system just before the final boss! The mirror thing was a big meh, only time I needed to use a guide Good game!

Bluesky network10d ago
Link unavailable

This is an excellent essay on the systemic risks posed by large AI companies and their current lines of behavior: matthewbutterick.com/extinction-l...

Matthew Butterick | Extinction-level capitalism
Bluesky network11d ago
Link unavailable

I've been playing around with @christoph.nkzw.tech's codiff and started to build a narrative mode for local code review An LLM tries to build a narrative arc based on your conversation + staged changes, this is passed to codiff as a rich structured diff with annotations github.com/nkzw-tech/co...

Bluesky network21d ago
Link unavailable

A really useful keyboard shortcut for @vscode.dev: ctrl + r Basically lets you quick jump between your open windows (and folder which you have opened previously) - I remember it by thinking it's 'search my projects' as the same command in the terminal searches your history

An example of what the dropdown looks like
Bluesky network21d ago
Link unavailable

I have a spare copy of Control for steam: 0FQL5-EWXMM-8B99L

Bluesky network23d ago
Link unavailable

@knowtheory.net congrats on coming first in Really Bad Chess yesterday

Bluesky network27d ago
Link unavailable

Anyone explored vite dev server federation? I'm at the point where the puzzmo monorepo has ~10 potential seprate dev (5 4 which should always be on) servers (and then the games monorepo has ~3 too) It'd be nice to be able to have a UI to toggle them off/on but would love to have 1 process instead

Bluesky network28d ago
Link unavailable

I'm gonna be popping on the open mic today at AI Native Engineers London Meetup on Claude Design - guild.host/events/agent...

Agents who code and Generative UI - AI Native Engineers London Meetup | Guild
Bluesky network29d ago
Link unavailable

Returnal sure got me at the end of Act 1

Bluesky network1mo ago
Link unavailable

Shipped a big internal @puzzmo.com milestone today!

Bluesky network1mo ago
Link unavailable

OK, we are live with reverse lookups for @keytrace.dev thanks to @byjp.me ``` curl 'https://keytrace.dev/xrpc/dev.keytrace.reverseLookup?type=github&subject=orta' | jq ``` Will get you info about any particular keytrace claim made across all of atproto

A screenshot showing the following terminal command:

❯ curl 'https://keytrace.dev/xrpc/dev.keytrace.reverseLookup?type=github&subject=orta' | jq

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   187  100   187    0     0    526      0 --:--:-- --:--:-- --:--:--   525
{
  "total": 1,
  "matches": [
    {
      "did": "did:plc:t732otzqvkch7zz5d37537ry",
      "claim": "at://did:plc:t732otzqvkch7zz5d37537ry/dev.keytrace.claim/3mhsibfhjph2f",
      "verifiedAt": "2026-03-27T08:31:46.682Z"
    }
  ]
}

~/dev/keytrace on main ❯                                                                 at 07:45:01 AM
Bluesky network1mo ago
Link unavailable

So close (to completing the training without dying) bsky.app/profile/made...

A  clip of a gif showing me dying just as I'm trying to get out of the tutorial
@madebygare.bsky.social avatarmadebygare@madebygare.bsky.social

I'm really excited to announce the latest version of our demo is now live! We've worked really hard on this and would love feedback from anyone that tries it out. store.steampowered.com/app/2626080/... Release Notes: madebygare.com/posts/corvia... Discord: discord.com/invite/xsq2F... #gamedev

Bluesky network1mo ago
Link unavailable

I've put in an offer for a house in Huddersfield

Bluesky network2mo ago
Link unavailable

This is an interesting bit of tech, certainly a lot of great sugar over JSX and compiling to existing frameworks is a great migration technique Might try it on my next side project to get a sense of it Spec: github.com/Ripple-TS/ri... bsky.app/profile/true...

@trueadm.dev avatarDominic Gannaway@trueadm.dev

Happy to announce TSRX. Think of it as the spiritual successor to JSX. We extracted it from Ripple, and made it framework agnostic. It can compile to React, Ripple and Solid, other frameworks to come soon. tsrx.dev

 export component Greeting({ name }: { name?: string }) {
   <div class="card">
     if (name) {
       <p>{`Hello, ${name}`}</p>
     } else {
       <p>{'Hello, stranger'}</p>
     }
   </div>

   <style>
     .card { padding: 1rem; }
   </style>
 }
Bluesky network2mo ago
Link unavailable
🔑

Verified steam

./orta
Keytrace2mo ago

2nd time I've ever hit a limit on the Claude Max subscription. Claude Design is a very interesting tool to play with.

A screenshot of the claude usage limits with Claude Design being extremely full
Bluesky network2mo ago
Link unavailable

@macwright.com any chance you're at side project saturday tomorrow at your office?

Bluesky network2mo ago
Link unavailable