Tony
anthonypowell.me
Tony
@anthonypowell.me
Senior Software-er

Writing open source code

https://anthonypowell.me
Reposted by Tony
@arizeai/phoenix-client@1.3.0 -
@arize-phoenix.bsky.social javascript client gets experiments 🧪

s/o @anthonypowell.me !

- native tracing of ai tasks and evaluators,
- async concurrency queues
- support for any evaluator (e.g. bring your own evals) and more!
May 14, 2025 at 10:47 PM
Reposted by Tony
📝Annotation Configs in @arize-phoenix.bsky.social

Part of the "Look at the Data" initiative, create custom rubrics and forms to annotate your spans.

s/o to @anthonypowell.me here who built out all the rich UI features.
May 9, 2025 at 6:28 PM
Reposted by Tony
Toss a handful of conic gradients into the CSS, let them dance codepen.io/hexagoncircl...
April 15, 2025 at 2:29 PM
Reposted by Tony
Zod 4 is now in beta!

💎 7x faster object parsing
💎 20x reduction in tsc instantiations
💎 57% smaller core bundle size
💎 metadata via .meta()
💎 z.toJSONSchema()
💎 z.templateLiteral()
💎 z.stringbool()
💎 z.int32(), z.float32(), etc
💎 z.file()
💎 new logo 😇
Introducing Zod 4 beta | Zod Docs
v4.zod.dev
April 10, 2025 at 3:23 PM
I've uploaded a build-less TypeScript mcp server quickstart on GitHub if you want something easy to hack on github.com/cephalizatio...

Not having a TypeScript build step feels so nice, thanks @nodejs.org v23 🙏
GitHub - cephalization/mcp-ts-quickstart: Build-less TypeScript quickstart for an MCP server implementation
Build-less TypeScript quickstart for an MCP server implementation - cephalization/mcp-ts-quickstart
github.com
April 3, 2025 at 8:20 PM
Reposted by Tony
in Chrome 135 - Tomorrow Mar 26, 2025
customize all the parts of a with #CSS!

nerdy.dev/customize-a-...
Reposted by Tony
#FreeJavaScript: We responded to Oracle's Motion to Dismiss our fraud claim.

Oracle argues submitting one valid specimen excuses submitting a fraudulent one.

Our position: one legitimate submission doesn't erase another fraudulent act.

deno.com/blog/deno-v-...
deno.com
March 7, 2025 at 7:09 PM
Reposted by Tony
Learn how we built a holistic prompt management system that preserves developer freedom.

With Phoenix 8.0, we built a prompt management system that prioritizes: LLM reproducibility, prompt versioning & tracking, & developer flexibility—no vendor lock-in

arize.com/blog/prompt-...
Prompt Management from First Principles
In Phoenix 8.0, we built a prompt management system to ensure reproducibility and empower developers with better testing and control.
arize.com
March 7, 2025 at 5:45 PM
Reposted by Tony
Operating on infinite lists
notes.jordanscales.com
February 27, 2025 at 6:21 AM
Reposted by Tony
I made a midi controller with Svelte.
This thing can be played by your computer keyboard, top two rows for keys, bottom row for chords.
In locked key mode, you can change the key and play all chords within that key.
January 30, 2025 at 7:43 PM
Reposted by Tony
Do you like this feed? If you do repost this and share it with your friends!
January 8, 2025 at 7:39 PM
I struggled for a long time to understand why people would open source "serious" software. Over the years I've come to understand that the code alone is not some closely guarded secret that needs defending, it's only the output of a dedicated team executing a vision, and that cannot simply be copied
January 5, 2025 at 9:04 PM
So excited to start using Zero, once you go sync-engine it feels so painful to go back
The most annoying problem for Zero's launch was what bug tracker to use.

GitHub is way too slow, and Linear doesn't have public bugs or permissions – both required for OSS projects.

This was driving me nuts, until I realized the only possible solution… ⏩

bugs.rocicorp.dev/issue/0
Zero Bugs
Bug tracking with Zero.
bugs.rocicorp.dev
December 18, 2024 at 7:44 PM
Reposted by Tony
It's done. Now it’s your turn, Oracle.

We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.

It's time to #FreeJavaScript.

deno.com/blog/deno-v-...
Deno v. Oracle: Canceling the JavaScript Trademark
Oracle is holding the JavaScript trademark hostage, and we’re pursuing legal means to #FreeJavaScript. Here’s a brief update.
deno.com
November 25, 2024 at 7:02 PM
I think about this game daily, since finishing it weeks ago
Metaphor is my game of the year. i asked director Hashino a very specific question.

He replied, “To be honest, you asked a question that really hits the core. I’ve done many interviews, and I haven’t had a question like this.”

www.washingtonpost.com/entertainmen...
Review | The year’s smartest game asks: Is civil democracy just a fantasy?
“Metaphor: ReFantazio” is the most audacious, exciting video game story of the year as it chronicles the birth of democracy.
www.washingtonpost.com
November 20, 2024 at 4:09 PM
Reposted by Tony
🌠 The best icon pack in the world right now, IMO, is Lucide (lucide.dev).

It builds on @colebemis.com’s incredible work with Feather Icons, extending it from ~300 icons to >1500.

It has fully-typed bindings for React and many other frameworks. And I just found out: they’re even more optimized! 🧵
November 20, 2024 at 3:52 PM
Does @zed.dev support ollama-powered AI inline completions? I already use it for the chat feature but would love to use it for completions as well without having to fragment my usage with gh copilot
November 20, 2024 at 4:06 PM
Reposted by Tony
hey everyone, new to bluesky, thought I'd post something so people know who I am/what I like to do:

currently working on my procedural tiny planets generator made with #threejs

check it out live here: flo-bit.dev/tiny-planets/

code here: github.com/flo-bit/tiny...
November 16, 2024 at 10:32 PM
Reposted by Tony
Nice, @theo.io made exactly what I was looking for. It works perfectly, found a ton of Bluesky people I didn't know were here!
Bluesky Network Analyzer
Find accounts that you don't follow (yet) but are followed by lots of accounts that you do follow.
bsky-follow-finder.theo.io
November 15, 2024 at 6:09 PM
I need to contribute a PR to the bsky app that focuses the search bar if you press the search button twice...
November 15, 2024 at 1:39 PM
After implementing a Controller component and a KeyboardSystem I _really_ see the value of ECS.

Attaching the controller component to two distinct entities lets me control them both, even though they are affected by separate physics components!

The pink and yellow boxes have controllers attached
November 14, 2024 at 2:29 AM
Learning entity component systems via typescript and html canvas. This is like, way more satisfying to implement than other ways I've managed logic for dumb little visualizers
November 14, 2024 at 12:30 AM
Stress testing my new mac mini with ollama.com/library/qwen... and zed.dev assistant is so satisfying.

Definitely recommend anyone with an M series chip to try running local models as coding assistants
Zed - The editor for what's next
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
zed.dev
November 13, 2024 at 11:02 PM
github.com/DeabLabs/urlmd

Convert the contents of a url into markdown and cache it in sqlite.

Still need to write some docs and slim down the docker image but it's functional. Uses and extends the excellent github.com/JohannesKauf... library with support for relative link rewriting
GitHub - DeabLabs/urlmd: An http API that ingests some url, and returns markdown from the html, caching the results
An http API that ingests some url, and returns markdown from the html, caching the results - DeabLabs/urlmd
github.com
November 11, 2024 at 1:41 PM
Would anyone be interested in a self hosted API that transforms URL contents to markdown and caches the result?
November 10, 2024 at 1:12 PM