I have found and used this organically and it is a cool mapping tool! I used it to get better perspectives on the history and place names in Connecticut, from the Dutch and Siwanoy to modern times.
neb pointed me to SourceLibrary last month! Congrats on this work, it is very cool and very important -- a great example of AI helping humans. It is a vast and beautiful collection that I spent hours checking out all…
This is cool to see from a research team. A few weeks ago I was exploring a similar idea with ntcharts, where a user or LLM can specify a chart in a Golang or JSON object... and then that spec would be rendered either…
I tried making a port of buttplug-mcp called a2a4a2a.
Really nice exploration, and their other posts are interesting too! We used Perlin noise for demos of our Golang/BubbleTea terminal Glyph heatmap widget and then later with our Picture widget. Live WASM demos of the…
@antirez wrote about the development of that data structure last month, which includes how he used LLMs to do it (which was before ds4 for the co-comment mentioning it ;). The PR he linked goes into the motivation.…
I really enjoy using Golang to make TUIs and the Charm ecosystem. > But I think we will swing back to using GUIs I've been pushing on BubbleTea Kitty and Ghostty quite a bit to hybridize this. The TUI / GUI distinction…
Literal #showerthought: "why don't you just make the same thing for ds4, it will be awesome" Toweled off and got to work: https://github.com/NimbleMarkets/ds4-go The concept is marrying the flexibility of Golang with a…
For Golang, I highly recommend yzma to explore this surface. I’ve used it for embedding and summarization (with small models) and just mucking around with integrated LLM BubbleTea TUI idea (with bigger models).…
The official F5 page is here: https://my.f5.com/manage/s/article/K000161019 As noted elsewhere, ASLR protects you. While you are waiting for your affected platform to get the fix, they note the mitigation: "use named…
Although a maintainer answered you, watch the video from the blog. There's a WASM demo at the end, which is great. It also has a good explainer for those confused about the HTTP decision. And I appreciate that the…
That's pretty handy, thanks for the links. IDE is slick! Given the structure, I think one could make a threejs backend on for ghostty-web. Makes sense if one will pull in more of three.js anyway. I'm adding it to my…
I've been playing with Golang and WASM lately; hands-on WASM was new to me. I found that many dependencies in the ecosystem (especially older ones) do not support GOARCH=wasm nor GOOS=js / GOOS=wasip1. I've had to fork…
Really fun project! Dude, I spent the last week implementing Kitty Graphics and Clipboard protocols in ghostty-web in the Canvas render. Then I added WebGL and WebGPU renderers [1], including support for Kitty. Then I…
While I felt this in 2025, I do not feel this in 2026. I use Claude and the rest with BubbleTea all the time. But I will say... you have to know Golang. You have to have at least tried to make a BubbleTea app yourself…
I liked the author's blog's tagline and might use it in reference to OSS dev: * “Not building a wall but making a brick”
I've been advocating heavily this approach since January for non-coding use. The important property is an editable, understandable (by LLMs and humans), and renderable source-of-truth that can be incrementally modified.…
One non-obvious reason is that an important aspect of their community is to shepherd new contributors [1]. LLMs crushing everything would reduce that. More obvious is all the toil for maintainers dealing with LLM PRs…
They've been back and we're all taking them further than ever before! For the past few weeks I've been wrapping up Booba [1], which is developer tooling to combine BubbleTea and Ghostty in WASM deployments (using…
Mixing metaphors, there is signal and noise. You can keep asking for noise, but the suggestion is to not train your neural networks with it as it will impair your inferencing. That said, we all have our own cost and…
Just yesterday I was looking for a free-as-in-freedom image to embed in my repo, and this gem popped up again! I'm adding a BubbleTea Picture widget to ntcharts. So the example is a (retro art of (retro art redone on…
The repo doesn't say it, but the Author noted on the Gophers Slack #showandtell that the style was inspired by SwiftUI. That VStack example shows it quite well.
I used the word firehose, which is typically reserved for streaming data and is a whole other very interesting problem space! Big Data vs Fast Data. I’m just noting for interest that firms are applying transformers and…
> MCP tools don't really work for financial data at scale. One tool call for five years of daily prices dumps tens of thousands of tokens into the context window. I maintain an OSS SDK for Databento market data. A year…
While I’ve had tremendous success with Golang projects and Typescript Web Apps, when I tried to use Metal Mesh Shaders in January, both Codex and Claude both had issues getting it right. That sort of GPU code has a lot…
I have found and used this organically and it is a cool mapping tool! I used it to get better perspectives on the history and place names in Connecticut, from the Dutch and Siwanoy to modern times.
neb pointed me to SourceLibrary last month! Congrats on this work, it is very cool and very important -- a great example of AI helping humans. It is a vast and beautiful collection that I spent hours checking out all…
This is cool to see from a research team. A few weeks ago I was exploring a similar idea with ntcharts, where a user or LLM can specify a chart in a Golang or JSON object... and then that spec would be rendered either…
I tried making a port of buttplug-mcp called a2a4a2a.
Really nice exploration, and their other posts are interesting too! We used Perlin noise for demos of our Golang/BubbleTea terminal Glyph heatmap widget and then later with our Picture widget. Live WASM demos of the…
@antirez wrote about the development of that data structure last month, which includes how he used LLMs to do it (which was before ds4 for the co-comment mentioning it ;). The PR he linked goes into the motivation.…
I really enjoy using Golang to make TUIs and the Charm ecosystem. > But I think we will swing back to using GUIs I've been pushing on BubbleTea Kitty and Ghostty quite a bit to hybridize this. The TUI / GUI distinction…
Literal #showerthought: "why don't you just make the same thing for ds4, it will be awesome" Toweled off and got to work: https://github.com/NimbleMarkets/ds4-go The concept is marrying the flexibility of Golang with a…
For Golang, I highly recommend yzma to explore this surface. I’ve used it for embedding and summarization (with small models) and just mucking around with integrated LLM BubbleTea TUI idea (with bigger models).…
The official F5 page is here: https://my.f5.com/manage/s/article/K000161019 As noted elsewhere, ASLR protects you. While you are waiting for your affected platform to get the fix, they note the mitigation: "use named…
Although a maintainer answered you, watch the video from the blog. There's a WASM demo at the end, which is great. It also has a good explainer for those confused about the HTTP decision. And I appreciate that the…
That's pretty handy, thanks for the links. IDE is slick! Given the structure, I think one could make a threejs backend on for ghostty-web. Makes sense if one will pull in more of three.js anyway. I'm adding it to my…
I've been playing with Golang and WASM lately; hands-on WASM was new to me. I found that many dependencies in the ecosystem (especially older ones) do not support GOARCH=wasm nor GOOS=js / GOOS=wasip1. I've had to fork…
Really fun project! Dude, I spent the last week implementing Kitty Graphics and Clipboard protocols in ghostty-web in the Canvas render. Then I added WebGL and WebGPU renderers [1], including support for Kitty. Then I…
While I felt this in 2025, I do not feel this in 2026. I use Claude and the rest with BubbleTea all the time. But I will say... you have to know Golang. You have to have at least tried to make a BubbleTea app yourself…
I liked the author's blog's tagline and might use it in reference to OSS dev: * “Not building a wall but making a brick”
I've been advocating heavily this approach since January for non-coding use. The important property is an editable, understandable (by LLMs and humans), and renderable source-of-truth that can be incrementally modified.…
One non-obvious reason is that an important aspect of their community is to shepherd new contributors [1]. LLMs crushing everything would reduce that. More obvious is all the toil for maintainers dealing with LLM PRs…
They've been back and we're all taking them further than ever before! For the past few weeks I've been wrapping up Booba [1], which is developer tooling to combine BubbleTea and Ghostty in WASM deployments (using…
Mixing metaphors, there is signal and noise. You can keep asking for noise, but the suggestion is to not train your neural networks with it as it will impair your inferencing. That said, we all have our own cost and…
Just yesterday I was looking for a free-as-in-freedom image to embed in my repo, and this gem popped up again! I'm adding a BubbleTea Picture widget to ntcharts. So the example is a (retro art of (retro art redone on…
The repo doesn't say it, but the Author noted on the Gophers Slack #showandtell that the style was inspired by SwiftUI. That VStack example shows it quite well.
I used the word firehose, which is typically reserved for streaming data and is a whole other very interesting problem space! Big Data vs Fast Data. I’m just noting for interest that firms are applying transformers and…
> MCP tools don't really work for financial data at scale. One tool call for five years of daily prices dumps tens of thousands of tokens into the context window. I maintain an OSS SDK for Databento market data. A year…
While I’ve had tremendous success with Golang projects and Typescript Web Apps, when I tried to use Metal Mesh Shaders in January, both Codex and Claude both had issues getting it right. That sort of GPU code has a lot…