feat: add blu-site static site generator and fix language issues

Build a complete static site generator in Lux that faithfully clones
blu.cx (elmstatic). Generates 14 post pages, section indexes, tag pages,
and a home page with snippets grid from markdown content.

ISSUES.md documents 15 Lux language limitations found during the project.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 15:43:05 -05:00
commit 0b0cf2f8a2
95 changed files with 5112 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
title: "Talks & Events"
tags: software
---
# **Talks & Events**
---
## [MIT Bitcoin Hackathon 2025 1st Place Winner - Payjoin Integrations](https://x.com/satsie/status/1909081177765364080)
- The Payjoin Team won the 2025 MIT Bitcoin Hackathon by building proof of concept integrations for [boltz.exchange](https://boltz.exchange/), [Liana](https://wizardsardine.com/liana/), and the first known [implementation](https://github.com/thebrandonlucas/interactive-payjoin) of Payjoin in the browser using WASM bindings from Payjoin Dev Kit [PDK](payjoindevkit.org) to Javascript, which doubled as an interactive tutorial for how Payjoin works.
## [Supercharging Transactions with Async Payjoin - TABConf 6](https://www.youtube.com/watch?v=vPzvLxv0YfQ)
- I gave a talk on the origins, history, and implications of the newly developed [BIP 77](https://github.com/bitcoin/bips/blob/master/bip-0077.mediawiki) a.k.a Async Payjoin, and how this dramatic improvement in Payjoin UX opens the door to mass wallet adoption and thus huge financial and privacy savings for all of Bitcoin at large.
## [Micropayments and the Lightning Network - Voltage Workshop](https://www.youtube.com/watch?v=6Vq6foKst54&t=124s)
- I did a workshop on the history of micropayments on the web, why they failed, and how the invention of the [Lightning Network](https://lightning.network) on Bitcoin is making that original dream for the web a reality.