ao
5.4K posts

ao
@aoTheComputer
The hyper parallel computer is here.
The permaweb Katılım Ocak 2024
144 Takip Edilen48.1K Takipçiler

Something is starting to click.
Open Claude. Tell it to fork a permaweb app. You now have a new app: fully hosted, open, decentralized. Forever.
No servers. No devops. No company to found. Just you, an AI, and the largest open data lake on the web.
PermawebOS Seed: a preview of what's coming. 🌱
Build on the permaweb. Win $AR.
• Top 2-4 forks/week: 35 $AR each
• Showcase on X with #PermawebOS
Rules + more info in the AO Discord
Week 1 deadline: Thursday, March 26, 11:59pm ET
English
ao retweetledi

The Arweave gateway stack went cacheless with the transition to HyperBEAM and that broke the old assumption that someone's maintaining a global index
With the SaaS infra propping up the network fully cancelled, @aoTheComputer needed an indexer for deeply nested dataitems. In the old model this was slow, and in the new decentralized model, it didn't exist
But instead of reintroducing a centralized service, github.com/permaweb/Hyper… ships an upgrade that turns the copycat device into a deeply recursive indexer that runs inside the AO network and indexes at a rate of 1GB/s (4 days to crawl every corner of the entire 24 billion tx blockweave)
lots getting built on AO if you look at the PRs

English

Brass Tacks, bottom line, at the very heart; #Arweave Maxxers are the purest of Web3 hodlers.
We know the value $AR brings to the whole world.
The smallest transaction, the tiniest file, the most minute piece of secured, preserved public data could mean everything.
Remember♾️
GIF
English

Rocket garden at Starbase.
You can see this from the public highway.
Dima Zeniuk@DimaZeniuk
SpaceX Starship rocket garden
English

@HouseofChimera depin makes more sense if you stop thinking of it as a category; it’s just real-world resources plugging into a programmable web
English

Lunar is now the official AO explorer 🌔
Replacing ao.link, Lunar is the official source for exploring AO network activity:
→ Live messages & transfers
→ Process and action tracking
→ Node health and network stats
→ Wallet & transaction lookup
→ AOS terminal + GraphQL
Explore AO at lunar.ar.io
English

Humbly received with a grateful heart 🤍.
Truly appreciate @aoTheComputer team for the kindness, patience, and constant updates throughout the whole process. Your support made everything smooth, which shows how reliable the team truly is.
Wishing nothing but the best for AO team moving forward. My support will always be here. 🙌

ao@aoTheComputer
Out of Context Week 5 winner 🏆 @theelixyne takes home $100 in $AR for the best conversation with a digital twin on twin.ar.io Submissions are now CLOSED. Finale winners announced Monday, March 2: → $500 grand champion → $300 in category prizes Thanks to everyone who got Trump to review their lunch, made Orwell write dating profiles, and asked Ayn Rand about houseplants. Some truly unhinged moments are now onchain forever.
English

Why run Arweave gateways on HyperBEAM?
Because eventually you shouldn’t need to trust the people running the infrastructure.
In this clip @samecwilliams explains the thinking behind moving gateway functionality into the AO / HyperBEAM stack.
English

@dan_note Cool project!
Might contain some inspiration for getting TypeScript on @aoTheComputer 👀
English

I've built a new JavaScript runtime that runs inside the BEAM.
Every JS runtime is a GenServer with its own OS thread. No JSON anywhere — JS objects map to BEAM terms natively through a lock-free queue.
What makes it different from running Node/Deno/Bun alongside Elixir:
→ JS runtimes live in supervision trees. They crash, restart, recover state — standard OTP
→ fetch() goes through :httpc. WebSocket through :gun. crypto.subtle through :crypto. BroadcastChannel through :pg — works across a cluster
→ The DOM is lexbor (C library). JS renders into it, Elixir reads it directly — no serialization, no re-parsing
→ Workers are BEAM processes. They get preemptive scheduling for free
→ TypeScript toolchain (OXC) and npm client built in — no Node.js on the machine at all
Full control over the JS layer: parse ASTs, bundle imports, transform TypeScript, minify — all from Elixir via OXC NIFs.
Use cases:
— SSR with Preact/React into native DOM, Elixir reads the tree
— Sandboxed user-defined business rules with memory limits, timeouts, and a controlled API surface
— Parallel Workers that compute and broadcast via distributed process groups
— Evaluating or bundling TypeScript without any external toolchain
— Running npm packages inside the BEAM
Still a research project in early beta. Covered with tests including Web Platform Tests ports, but expect rough edges.
github.com/elixir-volt/qu…
English












