I liked the earlier heat map idea so much that I threw the code on a domain and repo, plural. Introducing Bitmap, a simple heat map to show where Bitchat/geohash-based conversations are happening across the world. You can find everything related to Bitmap here. Use, fork, discard - do what thou wilt: Domains: https://npub1vr508gg3yg4vhm5gxxcc7e6jrs5jg5uwlrfhfryt92sl3sskavaquww7fx.nsite.lol/ Repos: image

Replies (25)

mate, this is so cool! can instantly see what folks are discussing in different parts of the world. and no age verification bs.
Vedant's avatar
Vedant 3 months ago
No events happening in india?
While this is cool since it turns it into a chatroom list and the crosstalk will help it does expose that bitchat has a privacy risk now that its both nostr and location based. People could code an app to monitor which regjon you are active.
Certainly! MKStack (https://mkstack.xyz/) is a template used in a system called 'Stacks' (https://getstacks.dev/). Essentially, the template is a set of existing UI components and a file of context for an AI Agent/LLM to build websites with. When you're starting a new project based on the MKStack template, and you tell your AI to 'build me a site that does x', it will read through the context file to understand what the current project directory looks like. Then, it will see all the existing UI components identified within that context file and try to build using them. The closest analogy I could think of is providing an AI a box of lego pieces and an instruction manual, and you, the user, are directing it on what to build with those pieces. Now, this is where Shakespeare (https://shakespeare.diy) comes into play. It is a web-based UI that allows you to facilitate these interactions with an AI using MKStack, directing it to build your site with a chat interface and live previews of what the AI has built. Using this format, you can chat with the AI like another person, have it build your idea, and then provide direct feedback on what it created so it can iterate on the concept further (e.x. "this site needs to be more purple" or "add a page that shows only my posts"). With all these tools combined, you can create a ton of cool projects; here are a few that I made recently ( included): - - - Hope that helps!