Audio
π Your Project, Finally in One Visual Space
π¦ 3xpyth0n/ideon
Ideon is an open-source, self-hosted workspace that puts the important parts of a project on one visual canvas. Instead of hunting through folders, chats, bookmarks, and docs, teams can place repositories, notes, links, files, and people as simple cards and see how everything connects. It solves a common problem: when project context gets scattered, people waste time rebuilding their understanding before they can do real work. Ideon makes that shared context visible, easier to revisit, and easier to discuss. Features like real-time collaboration, snapshots, and quick paste-to-card tools help teams stay aligned and pick up where they left off faster.
π https://github.com/3xpyth0n/ideon
π° https://news.ycombinator.com/item?id=47149766
π’ @hackernewsgithubprojects
π¦ 3xpyth0n/ideon
Ideon is an open-source, self-hosted workspace that puts the important parts of a project on one visual canvas. Instead of hunting through folders, chats, bookmarks, and docs, teams can place repositories, notes, links, files, and people as simple cards and see how everything connects. It solves a common problem: when project context gets scattered, people waste time rebuilding their understanding before they can do real work. Ideon makes that shared context visible, easier to revisit, and easier to discuss. Features like real-time collaboration, snapshots, and quick paste-to-card tools help teams stay aligned and pick up where they left off faster.
π https://github.com/3xpyth0n/ideon
π° https://news.ycombinator.com/item?id=47149766
π’ @hackernewsgithubprojects
Audio
π Next.js, Rebuilt for Faster Cloudflare Deploys
π¦ cloudflare/vinext
vinext is an open-source Cloudflare project that lets developers run many existing Next.js websites on Vite (a faster app build tool) and deploy them to Cloudflare Workers (Cloudflareβs serverless hosting platform). It solves a common problem: taking a Next.js app to a different hosting setup can be complicated, slow, or brittle. vinext adds tools to check compatibility, help migrate projects, build the app, and deploy it, while preserving most existing project files and structure. That makes it useful for teams who want faster development, easier moves to Cloudflare, and less rework. It is experimental, so users should expect some rough edges.
π https://github.com/cloudflare/vinext
π° https://news.ycombinator.com/item?id=47149811
π’ @hackernewsgithubprojects
π¦ cloudflare/vinext
vinext is an open-source Cloudflare project that lets developers run many existing Next.js websites on Vite (a faster app build tool) and deploy them to Cloudflare Workers (Cloudflareβs serverless hosting platform). It solves a common problem: taking a Next.js app to a different hosting setup can be complicated, slow, or brittle. vinext adds tools to check compatibility, help migrate projects, build the app, and deploy it, while preserving most existing project files and structure. That makes it useful for teams who want faster development, easier moves to Cloudflare, and less rework. It is experimental, so users should expect some rough edges.
π https://github.com/cloudflare/vinext
π° https://news.ycombinator.com/item?id=47149811
π’ @hackernewsgithubprojects
Audio
π A Safer Sandbox for AI-Generated Code
π¦ earendil-works/gondolin
Gondolin is an open-source tool that lets developers run AI-generated or untrusted code inside a small local virtual machine instead of directly on their computer. It solves a growing safety problem: agents often need internet access and secrets like API keys, but giving them full access can leak data or damage files. Gondolin keeps the risky code isolated while the host machine enforces clear rules for network calls, file access, and secret use. It also includes a CLI and SDK for creating sessions, snapshots, and controlled connections. This makes experimentation faster and safer for people building AI-powered workflows.
π https://github.com/earendil-works/gondolin
π° https://news.ycombinator.com/item?id=47150817
π’ @hackernewsgithubprojects
π¦ earendil-works/gondolin
Gondolin is an open-source tool that lets developers run AI-generated or untrusted code inside a small local virtual machine instead of directly on their computer. It solves a growing safety problem: agents often need internet access and secrets like API keys, but giving them full access can leak data or damage files. Gondolin keeps the risky code isolated while the host machine enforces clear rules for network calls, file access, and secret use. It also includes a CLI and SDK for creating sessions, snapshots, and controlled connections. This makes experimentation faster and safer for people building AI-powered workflows.
π https://github.com/earendil-works/gondolin
π° https://news.ycombinator.com/item?id=47150817
π’ @hackernewsgithubprojects
Audio
π Minesweeper, Rebuilt for Speed
π¦ oug-t/zsweep
zsweep is an open-source, browser-based version of Minesweeper that updates the classic puzzle game for modern players. Instead of the old, clunky interfaces many clones use, it offers a cleaner design, quick keyboard controls, and modes for both regular games and timed play. It solves a common problem for fans of Minesweeper: finding a version that feels polished and helps you improve. zsweep includes useful features like performance stats, play history, and saved scores (with optional online storage), making it great for casual players, competitive speed players, or anyone who wants a smoother, more enjoyable way to play a familiar game.
π https://github.com/oug-t/zsweep
π° https://news.ycombinator.com/item?id=47150901
π’ @hackernewsgithubprojects
π¦ oug-t/zsweep
zsweep is an open-source, browser-based version of Minesweeper that updates the classic puzzle game for modern players. Instead of the old, clunky interfaces many clones use, it offers a cleaner design, quick keyboard controls, and modes for both regular games and timed play. It solves a common problem for fans of Minesweeper: finding a version that feels polished and helps you improve. zsweep includes useful features like performance stats, play history, and saved scores (with optional online storage), making it great for casual players, competitive speed players, or anyone who wants a smoother, more enjoyable way to play a familiar game.
π https://github.com/oug-t/zsweep
π° https://news.ycombinator.com/item?id=47150901
π’ @hackernewsgithubprojects
Audio
π PHPβs Race to Crunch 100 Million Rows
π¦ tempestphp/100-million-row-challenge
This repository is a programming challenge for PHP developers: take a huge file with 100 million website visit records and write code that quickly turns it into a summary report (users, pages, and top visitors). It solves a practical problem many teams face when working with very large datasets: how to process lots of information fast without running out of time or memory. The repo provides the dataset format, rules, a starter project, and a leaderboard so people can compare results. It is useful as a learning tool, a benchmark for PHP performance, and a fun way to practice writing efficient data-processing code.
π https://github.com/tempestphp/100-million-row-challenge
π° https://news.ycombinator.com/item?id=47149752
π’ @hackernewsgithubprojects
π¦ tempestphp/100-million-row-challenge
This repository is a programming challenge for PHP developers: take a huge file with 100 million website visit records and write code that quickly turns it into a summary report (users, pages, and top visitors). It solves a practical problem many teams face when working with very large datasets: how to process lots of information fast without running out of time or memory. The repo provides the dataset format, rules, a starter project, and a leaderboard so people can compare results. It is useful as a learning tool, a benchmark for PHP performance, and a fun way to practice writing efficient data-processing code.
π https://github.com/tempestphp/100-million-row-challenge
π° https://news.ycombinator.com/item?id=47149752
π’ @hackernewsgithubprojects
Audio
π AI Memory That Learns From Mistakes
π¦ alibaizhanov/mengram
Mengram is an open-source toolkit and cloud API that gives AI assistants a better memory. Instead of only saving facts, it can also store past events and step-by-step routines, then improve those routines when a task fails. This solves a common problem with AI agents: they forget user preferences, repeat mistakes, and lose context between conversations. Developers can connect it to Python, JavaScript, or API-based apps, import old chats or notes, and generate a profile that personalizes future responses. In plain terms, it helps AI tools remember what matters, learn from experience, and become more useful over time.
π https://github.com/alibaizhanov/mengram
π° https://news.ycombinator.com/item?id=47151177
π’ @hackernewsgithubprojects
π¦ alibaizhanov/mengram
Mengram is an open-source toolkit and cloud API that gives AI assistants a better memory. Instead of only saving facts, it can also store past events and step-by-step routines, then improve those routines when a task fails. This solves a common problem with AI agents: they forget user preferences, repeat mistakes, and lose context between conversations. Developers can connect it to Python, JavaScript, or API-based apps, import old chats or notes, and generate a profile that personalizes future responses. In plain terms, it helps AI tools remember what matters, learn from experience, and become more useful over time.
π https://github.com/alibaizhanov/mengram
π° https://news.ycombinator.com/item?id=47151177
π’ @hackernewsgithubprojects
Audio
π Build a Whiteboard Without Starting From Zero
π¦ tldraw/tldraw
tldraw is an open-source toolkit for building online whiteboards and βinfinite canvasβ drawing spaces used for brainstorming, diagrams, and collaborative planning. Instead of building drawing tools, shapes, zooming, undo/redo, and live collaboration from scratch, developers can add tldraw to a web app and customize the experience. It powers the tldraw whiteboard app itself, so it is both a real product and a reusable foundation. The main benefit is speed and reliability: teams can launch visual editing features much faster, avoid many hard-to-build canvas details, and start from a polished base rather than reinventing everything.
π https://github.com/tldraw/tldraw
π° https://news.ycombinator.com/item?id=47151545
π’ @hackernewsgithubprojects
π¦ tldraw/tldraw
tldraw is an open-source toolkit for building online whiteboards and βinfinite canvasβ drawing spaces used for brainstorming, diagrams, and collaborative planning. Instead of building drawing tools, shapes, zooming, undo/redo, and live collaboration from scratch, developers can add tldraw to a web app and customize the experience. It powers the tldraw whiteboard app itself, so it is both a real product and a reusable foundation. The main benefit is speed and reliability: teams can launch visual editing features much faster, avoid many hard-to-build canvas details, and start from a polished base rather than reinventing everything.
π https://github.com/tldraw/tldraw
π° https://news.ycombinator.com/item?id=47151545
π’ @hackernewsgithubprojects
Audio
π Can Your AI Call Out Nonsense?
π¦ petergpt/bullshit-benchmark
This repository is a benchmark for testing whether AI chatbots can recognize nonsense questions and push back instead of confidently making things up. It provides a curated set of intentionally bogus prompts (like mixing unrelated business, science, or technical terms), scripts to run many models against them, and a scoring system that grades whether each model clearly challenges the bad premise. The results can be published into a simple viewer and leaderboard for side-by-side comparison. It solves a real trust problem: models often sound helpful even when a question is incoherent. That makes this project useful for evaluating model reliability, safety tuning, and product choices.
π https://github.com/petergpt/bullshit-benchmark
π° https://news.ycombinator.com/item?id=47151505
π’ @hackernewsgithubprojects
π¦ petergpt/bullshit-benchmark
This repository is a benchmark for testing whether AI chatbots can recognize nonsense questions and push back instead of confidently making things up. It provides a curated set of intentionally bogus prompts (like mixing unrelated business, science, or technical terms), scripts to run many models against them, and a scoring system that grades whether each model clearly challenges the bad premise. The results can be published into a simple viewer and leaderboard for side-by-side comparison. It solves a real trust problem: models often sound helpful even when a question is incoherent. That makes this project useful for evaluating model reliability, safety tuning, and product choices.
π https://github.com/petergpt/bullshit-benchmark
π° https://news.ycombinator.com/item?id=47151505
π’ @hackernewsgithubprojects
Audio
π Turn Your Browser Into an AI-Powered Automation Assistant
π¦ browserwing/browserwing
BrowserWing is an app and toolkit that helps people automate Chrome/Chromium through a local web interface, simple APIs, or AI assistants. Instead of repeating the same clicks, page visits, form filling, or data collection by hand, you can record a browser workflow once and replay it later. It also supports conversational commands and structured data extraction, which lowers the barrier for people who do not want to write much code. This is useful for repetitive research, website testing, page monitoring, and routine business tasks because it combines visual recording, browser control, and reusable integrations in one place.
π https://github.com/browserwing/browserwing
π° https://news.ycombinator.com/item?id=47151607
π’ @hackernewsgithubprojects
π¦ browserwing/browserwing
BrowserWing is an app and toolkit that helps people automate Chrome/Chromium through a local web interface, simple APIs, or AI assistants. Instead of repeating the same clicks, page visits, form filling, or data collection by hand, you can record a browser workflow once and replay it later. It also supports conversational commands and structured data extraction, which lowers the barrier for people who do not want to write much code. This is useful for repetitive research, website testing, page monitoring, and routine business tasks because it combines visual recording, browser control, and reusable integrations in one place.
π https://github.com/browserwing/browserwing
π° https://news.ycombinator.com/item?id=47151607
π’ @hackernewsgithubprojects
Audio
π AI Helpers for Airflow, in One Toolkit
π¦ astronomer/agents
Astronomerβs agents repository is an open-source toolkit that adds practical AI help to data engineering work, especially for Apache Airflow (a popular system for scheduling data jobs). It combines ready-made βskillsβ for coding assistants, an Airflow connector/server, and a simple terminal tool so people can inspect pipelines, trigger runs, check logs, and work with data warehouses without jumping across many tools. The main problem it solves is setup friction: AI assistants often lack the right context or safe ways to interact with data systems. This repo gives them structured access and repeatable workflows, which makes debugging, building, and maintaining data pipelines faster and easier.
π https://github.com/astronomer/agents
π° https://news.ycombinator.com/item?id=47151588
π’ @hackernewsgithubprojects
π¦ astronomer/agents
Astronomerβs agents repository is an open-source toolkit that adds practical AI help to data engineering work, especially for Apache Airflow (a popular system for scheduling data jobs). It combines ready-made βskillsβ for coding assistants, an Airflow connector/server, and a simple terminal tool so people can inspect pipelines, trigger runs, check logs, and work with data warehouses without jumping across many tools. The main problem it solves is setup friction: AI assistants often lack the right context or safe ways to interact with data systems. This repo gives them structured access and repeatable workflows, which makes debugging, building, and maintaining data pipelines faster and easier.
π https://github.com/astronomer/agents
π° https://news.ycombinator.com/item?id=47151588
π’ @hackernewsgithubprojects
Audio
π One Dashboard to Run Your Django App
π¦ yassi/dj-control-room
Django Control Room is an open-source add-on for Django (a popular Python web framework) that creates a single βcontrol roomβ inside the siteβs admin area. Instead of jumping between separate tools to check things like cache data, Redis, background jobs, or URL routes, teams can use one dashboard and add panels for the tasks they need. It solves the problem of scattered admin and maintenance tools, which can slow down troubleshooting and routine operations. The plug-in approach also makes it flexible: you can start with a few panels and expand later. Itβs useful because it saves time, improves visibility, and reduces custom admin work.
π https://github.com/yassi/dj-control-room
π° https://news.ycombinator.com/item?id=47151995
π’ @hackernewsgithubprojects
π¦ yassi/dj-control-room
Django Control Room is an open-source add-on for Django (a popular Python web framework) that creates a single βcontrol roomβ inside the siteβs admin area. Instead of jumping between separate tools to check things like cache data, Redis, background jobs, or URL routes, teams can use one dashboard and add panels for the tasks they need. It solves the problem of scattered admin and maintenance tools, which can slow down troubleshooting and routine operations. The plug-in approach also makes it flexible: you can start with a few panels and expand later. Itβs useful because it saves time, improves visibility, and reduces custom admin work.
π https://github.com/yassi/dj-control-room
π° https://news.ycombinator.com/item?id=47151995
π’ @hackernewsgithubprojects
Audio
π Build Your Own AI Workflow Engine
π¦ strongdm/attractor
Attractor is a blueprint repository that explains how to build an AI-powered workflow system and coding assistant loop, rather than a finished app you install and run. It focuses on describing the architecture, data formats, and execution flow for complex tasks that need multiple steps, decisions, and retries. The problem it solves is the mess of one-off scripts and hard-to-maintain automation when teams try to connect AI tools together. By providing clear specifications and examples, it helps developers create systems that are easier to visualize, test, extend, and adapt to different AI providers or internal tools.
π https://github.com/strongdm/attractor
π° https://news.ycombinator.com/item?id=47152719
π’ @hackernewsgithubprojects
π¦ strongdm/attractor
Attractor is a blueprint repository that explains how to build an AI-powered workflow system and coding assistant loop, rather than a finished app you install and run. It focuses on describing the architecture, data formats, and execution flow for complex tasks that need multiple steps, decisions, and retries. The problem it solves is the mess of one-off scripts and hard-to-maintain automation when teams try to connect AI tools together. By providing clear specifications and examples, it helps developers create systems that are easier to visualize, test, extend, and adapt to different AI providers or internal tools.
π https://github.com/strongdm/attractor
π° https://news.ycombinator.com/item?id=47152719
π’ @hackernewsgithubprojects
Audio
π A Database That Also Runs Your App
π¦ clockworklabs/spacetimedb
SpacetimeDB is an open-source project that combines a database and backend server into one system for building real-time applications. Instead of splitting data storage, server logic, and live updates across different tools, developers can keep the appβs rules close to the data and connect clients to a single platform. It helps solve a common problem: products like multiplayer games, chat apps, and collaborative tools are often hard to build, sync, and scale. By reducing moving parts and handling fast shared updates, SpacetimeDB can make development simpler, cut backend complexity, and help teams ship interactive software faster.
π https://github.com/clockworklabs/SpacetimeDB
π° https://news.ycombinator.com/item?id=47152859
π’ @hackernewsgithubprojects
π¦ clockworklabs/spacetimedb
SpacetimeDB is an open-source project that combines a database and backend server into one system for building real-time applications. Instead of splitting data storage, server logic, and live updates across different tools, developers can keep the appβs rules close to the data and connect clients to a single platform. It helps solve a common problem: products like multiplayer games, chat apps, and collaborative tools are often hard to build, sync, and scale. By reducing moving parts and handling fast shared updates, SpacetimeDB can make development simpler, cut backend complexity, and help teams ship interactive software faster.
π https://github.com/clockworklabs/SpacetimeDB
π° https://news.ycombinator.com/item?id=47152859
π’ @hackernewsgithubprojects
Audio
π Make Any Devices Feel Like Theyβre on the Same Network
π¦ zerotier/zerotierone
This repository contains the code for ZeroTier One, software that creates secure virtual networks over the internet. It lets computers, phones, servers, and devices in different places connect as if they were plugged into the same local network, without the usual VPN setup headaches, router changes, or fragile workarounds. ZeroTier helps solve remote access and private networking for home labs, small businesses, distributed teams, and apps that need device-to-device communication. It is useful because it combines simple joining and management with end-to-end encryption and direct connections when possible, making private networking easier to deploy, scale, and maintain across many kinds of devices.
π https://github.com/zerotier/ZeroTierOne
π° https://news.ycombinator.com/item?id=47153012
π’ @hackernewsgithubprojects
π¦ zerotier/zerotierone
This repository contains the code for ZeroTier One, software that creates secure virtual networks over the internet. It lets computers, phones, servers, and devices in different places connect as if they were plugged into the same local network, without the usual VPN setup headaches, router changes, or fragile workarounds. ZeroTier helps solve remote access and private networking for home labs, small businesses, distributed teams, and apps that need device-to-device communication. It is useful because it combines simple joining and management with end-to-end encryption and direct connections when possible, making private networking easier to deploy, scale, and maintain across many kinds of devices.
π https://github.com/zerotier/ZeroTierOne
π° https://news.ycombinator.com/item?id=47153012
π’ @hackernewsgithubprojects
Audio
π Orca Turns LinkedIn Activity Into Clear Insight
π¦ dimimikadze/orca
Orca is an open-source web app and reusable Node.js library that uses AI to analyze a LinkedIn profile in depth. Instead of relying only on a profile page or resume, it collects activity data such as posts, comments, reactions, and engagement patterns, then turns that information into structured insights you define, like interests, expertise, priorities, communication style, and how someoneβs focus changes over time. This is useful for sales, recruiting, and investing because it helps people understand someone faster and prepare better outreach or decisions. It saves time by automating a research task that is usually slow, manual, and easy to miss details in.
π https://github.com/DimiMikadze/orca
π° https://news.ycombinator.com/item?id=47153615
π’ @hackernewsgithubprojects
π¦ dimimikadze/orca
Orca is an open-source web app and reusable Node.js library that uses AI to analyze a LinkedIn profile in depth. Instead of relying only on a profile page or resume, it collects activity data such as posts, comments, reactions, and engagement patterns, then turns that information into structured insights you define, like interests, expertise, priorities, communication style, and how someoneβs focus changes over time. This is useful for sales, recruiting, and investing because it helps people understand someone faster and prepare better outreach or decisions. It saves time by automating a research task that is usually slow, manual, and easy to miss details in.
π https://github.com/DimiMikadze/orca
π° https://news.ycombinator.com/item?id=47153615
π’ @hackernewsgithubprojects
Audio
π Ask Franceβs Open Data Like a Chat
π¦ datagouv/datagouv-mcp
datagouv-mcp is an open-source connector that lets AI chatbots talk directly to data.gouv.fr, Franceβs national open data website. Instead of manually searching pages, downloading files, and figuring out which dataset or API to use, a person can ask questions in plain language and the chatbot can search datasets, list files, pull dataset details, preview data rows, and inspect public APIs. It also supports usage metrics for datasets and resources. This is useful for journalists, students, researchers, and public servants because it makes public data faster to find and easier to explore through everyday chat tools like ChatGPT, Claude, VS Code, and others.
π https://github.com/datagouv/datagouv-mcp
π° https://news.ycombinator.com/item?id=47151805
π’ @hackernewsgithubprojects
π¦ datagouv/datagouv-mcp
datagouv-mcp is an open-source connector that lets AI chatbots talk directly to data.gouv.fr, Franceβs national open data website. Instead of manually searching pages, downloading files, and figuring out which dataset or API to use, a person can ask questions in plain language and the chatbot can search datasets, list files, pull dataset details, preview data rows, and inspect public APIs. It also supports usage metrics for datasets and resources. This is useful for journalists, students, researchers, and public servants because it makes public data faster to find and easier to explore through everyday chat tools like ChatGPT, Claude, VS Code, and others.
π https://github.com/datagouv/datagouv-mcp
π° https://news.ycombinator.com/item?id=47151805
π’ @hackernewsgithubprojects
Audio
π LadybugDB: Fast Graph Data, No Server Drama
π¦ ladybugdb/ladybug
Ladybug is an open-source graph database, which means it stores information as connected items (people, products, events, relationships) and helps apps ask questions about those connections quickly. Unlike many databases that require a separate server, Ladybug can run directly inside your app or from a simple command-line tool, making setup easier and cheaper. It is designed for large datasets and heavy analysis, with built-in features for text search, vector search, and reliable transactions. This is useful for teams building data-rich products, recommendations, fraud checks, knowledge tools, or AI assistants that need fast answers from complex connected data.
π https://github.com/LadybugDB/ladybug
π° https://news.ycombinator.com/item?id=47153728
π’ @hackernewsgithubprojects
π¦ ladybugdb/ladybug
Ladybug is an open-source graph database, which means it stores information as connected items (people, products, events, relationships) and helps apps ask questions about those connections quickly. Unlike many databases that require a separate server, Ladybug can run directly inside your app or from a simple command-line tool, making setup easier and cheaper. It is designed for large datasets and heavy analysis, with built-in features for text search, vector search, and reliable transactions. This is useful for teams building data-rich products, recommendations, fraud checks, knowledge tools, or AI assistants that need fast answers from complex connected data.
π https://github.com/LadybugDB/ladybug
π° https://news.ycombinator.com/item?id=47153728
π’ @hackernewsgithubprojects
Audio
π A Fast Message Bridge for .NET Apps
π¦ nats-io/nats.net
NATS .NET is an open-source C#/.NET library that lets apps connect to a NATS message server, a system used to pass information between services and devices. Instead of wiring every app directly to every other app, developers can send messages through NATS, which makes systems easier to scale, update, and keep running. This repository provides the .NET tools for common jobs like publish/subscribe messaging, streams, key-value storage, and service-style communication. It is useful for teams building modern apps because it helps different parts of a system talk reliably and quickly, from cloud services to edge devices.
π https://github.com/nats-io/nats.net
π° https://news.ycombinator.com/item?id=47154674
π’ @hackernewsgithubprojects
π¦ nats-io/nats.net
NATS .NET is an open-source C#/.NET library that lets apps connect to a NATS message server, a system used to pass information between services and devices. Instead of wiring every app directly to every other app, developers can send messages through NATS, which makes systems easier to scale, update, and keep running. This repository provides the .NET tools for common jobs like publish/subscribe messaging, streams, key-value storage, and service-style communication. It is useful for teams building modern apps because it helps different parts of a system talk reliably and quickly, from cloud services to edge devices.
π https://github.com/nats-io/nats.net
π° https://news.ycombinator.com/item?id=47154674
π’ @hackernewsgithubprojects
Audio
π Manim in Your Browser, No Setup
π¦ maloyan/manim-web
manim-web is a browser-based playground for creating math and science-style animations with Manim, a popular animation tool. Instead of installing Python, video tools, and a complex setup on your computer, you can write code, render animations, and preview results directly in a web page. It includes a code editor, examples, and export options, which makes it easy to test ideas quickly and learn by experimenting. The main problem it solves is setup friction, which often stops people before they begin. It is useful for students, teachers, and curious creators who want visual explanations or demos without spending time configuring a local development environment first.
π https://github.com/maloyan/manim-web
π° https://news.ycombinator.com/item?id=47155375
π’ @hackernewsgithubprojects
π¦ maloyan/manim-web
manim-web is a browser-based playground for creating math and science-style animations with Manim, a popular animation tool. Instead of installing Python, video tools, and a complex setup on your computer, you can write code, render animations, and preview results directly in a web page. It includes a code editor, examples, and export options, which makes it easy to test ideas quickly and learn by experimenting. The main problem it solves is setup friction, which often stops people before they begin. It is useful for students, teachers, and curious creators who want visual explanations or demos without spending time configuring a local development environment first.
π https://github.com/maloyan/manim-web
π° https://news.ycombinator.com/item?id=47155375
π’ @hackernewsgithubprojects
Audio
π Woxi: Wolfram-Style Math Without the Bloat
π¦ ad-si/woxi
Woxi is an open-source tool that runs a version of the Wolfram Language (the language used by Mathematica) with a focus on speed and easy access. It lets people write and execute math-heavy scripts from the command line, use it in Jupyter notebooks, or even try it in a web demo. It solves a common problem for learners, hobbyists, and developers who want Wolfram-style scripting without slow startup times or licensing friction. That makes it useful for quick experiments, teaching, automating calculations, and interactive notebook work when you want a lighter, faster setup.
π https://github.com/ad-si/Woxi
π° https://news.ycombinator.com/item?id=47155526
π’ @hackernewsgithubprojects
π¦ ad-si/woxi
Woxi is an open-source tool that runs a version of the Wolfram Language (the language used by Mathematica) with a focus on speed and easy access. It lets people write and execute math-heavy scripts from the command line, use it in Jupyter notebooks, or even try it in a web demo. It solves a common problem for learners, hobbyists, and developers who want Wolfram-style scripting without slow startup times or licensing friction. That makes it useful for quick experiments, teaching, automating calculations, and interactive notebook work when you want a lighter, faster setup.
π https://github.com/ad-si/Woxi
π° https://news.ycombinator.com/item?id=47155526
π’ @hackernewsgithubprojects