Postingan

Menampilkan postingan dari Maret, 2025

Show HN: Million Dollar Homepage is back, but there's a twist https://ift.tt/oqFYaEA

Show HN: Million Dollar Homepage is back, but there's a twist Check out yourself. https://ift.tt/X3AsT1x April 1, 2025 at 01:51AM

Show HN: TypeScript as a proof assistant for intuitionistic propositional logic https://ift.tt/IKJwOPi

Show HN: TypeScript as a proof assistant for intuitionistic propositional logic https://ift.tt/iL0qI2b April 1, 2025 at 12:52AM

Show HN: I made a C program to create a vanity SHA-1 hash for a text file https://ift.tt/UcgBzHW

Show HN: I made a C program to create a vanity SHA-1 hash for a text file https://ift.tt/BK2h4PW March 28, 2025 at 05:55PM

Show HN: GuMCP ā€“ Open-source MCP servers, hosted for free https://ift.tt/mye3sxv

Show HN: GuMCP ā€“ Open-source MCP servers, hosted for free https://ift.tt/KmBMRwp March 31, 2025 at 10:06PM

Show HN: PipZap ā€“ Zapping the mess out of the Python dependencies https://ift.tt/rhVdBPZ

Show HN: PipZap ā€“ Zapping the mess out of the Python dependencies https://ift.tt/lo5Ja9O March 31, 2025 at 06:05AM

Show HN: Chip-8 emulator written in JavaScript https://ift.tt/d536lwu

Show HN: Chip-8 emulator written in JavaScript https://ift.tt/ypxXr5B March 31, 2025 at 02:44AM

Show HN: I build a tool to add noise texture to your images https://ift.tt/BqgfZpM

Show HN: I build a tool to add noise texture to your images I'm excited to introduce Noise Tools ā€“ a simple yet powerful tool that lets you effortlessly add noise textures to your images. Whether you're a designer, artist, or just experimenting with aesthetics, Noise Tools helps you enhance your visuals with just a few clicks. Why I built this? I often found myself needing high-quality noise textures for design projects but struggled to find a quick and easy solution. So, I built Noise Tools to make the process easy for everyone! Features: Generate noise textures instantly Adjust intensity & styles No downloads or complicated settings Would love to hear your thoughts! Try it out and let me know what you think. Check it out here: noisetools.vercel.app https://ift.tt/shZEy0V March 27, 2025 at 02:42PM

Show HN: Standardising 'Unit Tests' for Prompts https://ift.tt/JKPZXzo

Show HN: Standardising 'Unit Tests' for Prompts PromptRepository is an open-source framework (Typescript) that illustrates an approach to creating more reliable LLM-based applications through systematic prompt validation, and testing. Key features: - Simple JSON schema for externalized prompts with versioning and parameter validation - Lightweight approach inspired by Anthropic's guidance to "keep it simple" with LLM applications - 'Unit tests for Prompts' inspired by Chris Benson/Practical AI's recommendations from episode 295. - Bundled prompts to generate unit tests and evaluations for new prompts built with the framework. The framework demonstrates a novel approach: bundle tested prompts with a framework that generate code to use the framework. Repo: https://ift.tt/2Gvk5yo Take a look. https://ift.tt/2Gvk5yo March 30, 2025 at 10:59PM

Show HN: Non Interactive ZKP with Fiat-Shamir Heuristic and ECC in Go https://ift.tt/YvLHKxc

Show HN: Non Interactive ZKP with Fiat-Shamir Heuristic and ECC in Go Non-Interactive Zero-Knowledge Proof implementation using Fiat-Shamir Heuristic and Elliptic Curve Cryptography https://ift.tt/9uGyAiP March 30, 2025 at 02:49AM

Show HN: I implemented Snake in a tmux config file https://ift.tt/Y6as2pV

Show HN: I implemented Snake in a tmux config file https://ift.tt/huvjQdS March 26, 2025 at 03:07PM

Show HN: Context7 ā€“ LLM Code Snippets from Docs in Minutes https://ift.tt/yBwDbzX

Show HN: Context7 ā€“ LLM Code Snippets from Docs in Minutes https://context7.com/ March 29, 2025 at 12:30AM

Show HN: A FlashAttention backwards-over-backwards pass https://ift.tt/q91zGsg

Show HN: A FlashAttention backwards-over-backwards pass https://ift.tt/qrDtSLy March 29, 2025 at 02:13AM

Show HN: Hexi, modern header-only network binary serialisation for C++ hackers https://ift.tt/OCdzFlA

Show HN: Hexi, modern header-only network binary serialisation for C++ hackers Over the last few years, I've needed an easy way to quickly serialise and deserialise various network protocols safely and efficiently. Most of the libraries that existed at the time were either quite heavy, had less than stellar performance, or were an abstraction level above what I was looking for. I decided to put together my own class to do the job, starting with an easy, low-overhead way to move bytes in and out of arbitrary buffers. Along the way, it picked up useful bits and pieces, such as buffer structures and allocators that made the byte shuffling faster, often being able to do it with zero allocations and zero copies. Safety features came along to make sure that malicious packet data or mistakes in the code wouldn't result in segfaults or vulnerabilities. It's become useful enough to me that I've packaged it up in its own standalone library on the chance that it might be useful to...

Show HN https://ift.tt/WRGrkdN

Show HN I built an open source alternative to wakatime because I don't think a wakatime premium should cost more than a Github copilot subscription. The problem wakatime solves is rather straightforward. Their hardest bit of business is creating all those plugins, besides that the backend just ingests plugin data and organizes it into a dashboard that gives insights into developer work habits. I also felt features like goals, invoices and management of clients shouldn't require premium subscription. And for the most part, I feel I'm right. Especially after implementing these features. The website is now in beta testing and I'd love your feedback on some of the metrics you'd like to see that are not currently on the wakatime website. I've already added stats about the amount of coding time spent writing code. And for me it feels like a big deal thus far. I've also been playing with an idea of showing developer focus/attention as buckets of heartbeats over tim...

Show HN: Xorq ā€“ open-source Python-first Pandas-style pipelines https://ift.tt/4Gnha9Q

Show HN: Xorq ā€“ open-source Python-first Pandas-style pipelines Hi HN, Dan, Hussain and Daniel hereā€¦ After years of struggling with data pipelines that worked in notebooks but failed in production, we decided to do something about it. We created xorq to eliminate the constant headaches of SQL/pandas impedance mismatch, runtime debugging, wasteful recomputations and unreliable research-to-production deployments that plague traditional pandas-style pipeline workflows. xorq is built on Ibis and DataFusion. Weā€™d love your feedback and contributions. xorq is [Apache 2.0 licensed]( https://ift.tt/7QTtSKL ) to encourage open collaboration. Repo : https://ift.tt/ErtAoGS Docs : https://docs.xorq.dev Roadmap Issues : https://ift.tt/ErtAoGS You can get started `pip install xorq`. Or, if you use nix, you can simply run `nix run github:xorq-labs/xorq` and drop into an IPython shell. Demo video: https://youtu.be/jUk8vrR6bCw Here are some vignettes to look into next: 1. MCP Server + Flight + XGBoost:...

Show HN: A difficult game to test your logic https://ift.tt/i04rpFG

Show HN: A difficult game to test your logic https://ift.tt/nOQdyAV March 24, 2025 at 08:47PM

Show HN: Summarize articles and discussions from your HN and Reddit feeds https://ift.tt/8Qt3PWD

Show HN: Summarize articles and discussions from your HN and Reddit feeds Hey HN - I spent the last couple of months building a browser extension to make scrolling Reddit & Hacker News a bit more convenient. I made LiteRead.ai, a Chrome & Firefox extension that summarizes individual posts, articles, and discussions on Reddit, Hacker News, and even YouTube videos. The idea came from wanting a faster way to skim articles, YT videos, posts, and comments. LiteRead adds a simple "Summarize" button that gives you the key takeaways in various formats: brief, detailed, & notes. It's free to signup and try, and has a pay-to-go pricing model if you decide it's useful for you. This is my first launch, and I'd love feedback on how it could be improved. Some things I'm considering next: - Supporting more sites/platforms - Adding more customization for summary style & length - Supporting more browsers Check it out here: https://literead.ai Thanks for giving ...

Show HN: No one cares about observability costs https://ift.tt/WuxDNLF

Show HN: No one cares about observability costs Morning HN - - I have a quick story about building a startup and misreading the market, and an ask. (The ask: Try out our product>> https://ift.tt/sdKpLBq ) My name is Julian Giuca and I was an early employee at New Relic, where I led their Logging product until 2022. Itā€™s safe to say I have opinions about logs. Sometimes I think they are great. Too often I think we can do much better. When people talk to me about logs, they reliably complain about observability costs. Engineering leaders have said it feels ā€œlike a protection racketā€, where you're forced to capture and send everything with no real levers of control. So I wanted to address this and built the ideal streaming pipeline to shape and route data. Basically Cribl for Datadog. If you can shape, filter, and route logs intelligently, you can slash your observability bill. Sending less data means spending less money. Coinbase had just spent $65M on Datadog (in 2023)! Surely...

Show HN: I made a browser tab management tool called TabTab https://ift.tt/ouenJLR

Show HN: I made a browser tab management tool called TabTab https://www.tabtab.xyz March 27, 2025 at 08:50AM

Show HN: Prompteus ā€“ Visual workflow builder for shipping better AI features https://ift.tt/sYyIx8G

Show HN: Prompteus ā€“ Visual workflow builder for shipping better AI features We built Prompteus to help devs build and manage AI features without the mess ā€” no more prompt spaghetti or scattered "hardcoded" AI API calls. Design workflows visually, deploy as APIs, and get built-in caching, logging, rate limits, and model orchestration (OpenAI, Anthropic, Mistral, etc.). Itā€™s like Zapier for LLMs ā€” but dev-friendly. Free up to 50k requests/month. https://prompteus.com March 27, 2025 at 12:50AM

Show HN: Debugging data, not just code: Using Claude & Cursor with Kuzu MCP https://ift.tt/UM3k7RD

Show HN: Debugging data, not just code: Using Claude & Cursor with Kuzu MCP https://ift.tt/kUsyLJD March 27, 2025 at 12:27AM

Show HN: Fingernotes ā€“ handwritten notes which become their own preview image https://ift.tt/LZCdEU4

Show HN: Fingernotes ā€“ handwritten notes which become their own preview image Hi HN, I've lurked here for ages and decided to come out of the shadows for my latest side project which reached the point where itā€™s sort of fun to use and hopefully not totally embarrassing to share. Hacking fingernotes.com together over a couple of weeks was a creative outlet when work got stressful. I think of it as digital sticky notes. The goal was to make notes with a personal touch that are easy to write and share. I also wanted them to appear as their own link preview image on supported platforms. That way when you send the link to a note, the person sees the message without following the link. Let me know what you think! I drew inspiration from Apple's quick notes: low latency made scribbling a pleasure, and sending notes to friends felt warm and original compared to a typical exchange. It was also intriguing to see my handwriting printed in a message chat. In a time of rising artificial gen...

Show HN: BlinkAlarm - Prevent eyestrain, dryness with real-time computer vision! https://ift.tt/aFpYAPD

Show HN: BlinkAlarm - Prevent eyestrain, dryness with real-time computer vision! I often struggle with dry, strained eyes from long duration computer usage. It turns out when focusing intently, human blink rates decline from a healthy 15-20 per minute to 3-4 (or even fewer in some cases). I wrote a quick script that calculates facial landmarks on your webcam feed in realtime and plays a sound if you fail to blink for a configurable number of seconds. I use the common way of detecting a blink, which is to calculate the ratio between the height and width of the visible portion of the eye. This can be done with just 6 landmarks -- two on the upper eyelid, two on the lower eyelid, and one on either side of the eye. I found that this doesn't work well in all angles / postural positions, so I also augment this with another metric that corrects for head tilt. It's not perfect (if you tilt your head such that your ear is brought closer to your shoulder, it may over-detect blinks) but i...

Show HN: XYMake ā€“ Turn Your Posts into LLM-Ready Data https://ift.tt/2xl4aIN

Show HN: XYMake ā€“ Turn Your Posts into LLM-Ready Data I just built XYMake ( https://xymake.com ), a tool that lets you convert any X (Twitter) thread into clean markdown, making your conversations accessible for LLMs, MCPs, or any API. ## What it does: - Transforms any X thread URL into markdown by simply changing "x.com" to "xymake.com" in the URL - OAuth2 login to "free your data" and make your threads available - Auto-generates OG images with token counts and participant info for easy sharing - Serves different content types based on whether the request is from a crawler, browser, or agent ## Why I built it: I believe people should have the right to own and use their own data. While X/Twitter uses our content to train Grok, we should be able to leverage our own conversations for similar purposes. I built this as a proof of concept in one day (what started as a 30-minute experiment turned into a 10-hour flow state). It's built entirely on Cloudflare ...

Show HN: Tascli, a simple CLI task and record manager https://ift.tt/2crvRdS

Show HN: Tascli, a simple CLI task and record manager https://ift.tt/axlJQpu March 25, 2025 at 01:32AM

Taken with Transportation Podcast: For the Love of Muni

Taken with Transportation Podcast: For the Love of Muni By A light rail train displays the sentiment that we hear from scores of our riders. So many things make San Francisco unique and beloved, including the hills, the cool summers and the Golden Gate Bridge. You also can add our public transit system to that list. From buses to light rail lines to the iconic cable cars, residents and visitors alike love Muni. The latest episode of our Taken with Transportation podcast celebrates that love. Our customers embrace Muni In ā€œFor the Love of Muni,ā€ riders discuss what the system means to them and how they express their appreciation. Artist Kurt... Published March 24, 2025 at 07:00AM https://ift.tt/zxrJwv9

Show HN: I built a hyperlocal garden almanac https://ift.tt/mrI1qc5

Show HN: I built a hyperlocal garden almanac It's just really-hard-to-access NOAA data organized by zip code. I was tired of "your last frost date is X" with no nuance. https://ift.tt/QnmE9gN March 24, 2025 at 11:17PM

Show HN: NPM-Audit-to-Report https://ift.tt/ynMgNHs

Show HN: NPM-Audit-to-Report https://ift.tt/zRh0c68 March 23, 2025 at 06:04PM

Show HN: I Built a Twitch Streamers Discovery Tool for Game Developers https://ift.tt/fiW69B4

Show HN: I Built a Twitch Streamers Discovery Tool for Game Developers https://ift.tt/Rsknth5 March 23, 2025 at 11:13PM

Show HN: DAPS ā€“ Prime-Adaptive Search for Discontinuous Optimization Problems https://ift.tt/xtTCUKp

Show HN: DAPS ā€“ Prime-Adaptive Search for Discontinuous Optimization Problems I've been working on a global optimization algorithm that uses prime number-based adaptive grid search. It dynamically adjusts resolution by increasing or decreasing prime numbers as "resolution knobs" ā€” allowing it to handle discontinuities, sharp valleys, and chaotic landscapes better than naive grid search. The repo includes Python and PyTorch-compatible versions, benchmarks against grid search, and a research paper. Would love feedback from optimization, ML, or numerical analysis folks. Curious if anyone sees potential applications or improvements. GitHub: https://ift.tt/uUMPD8e Paper: https://ift.tt/B4H08Qk.... https://ift.tt/uUMPD8e March 23, 2025 at 12:49PM

Show HN: I build a tool that will tell you what to respond in negotations https://ift.tt/pZTb6OV

Show HN: I build a tool that will tell you what to respond in negotations After reading the book Getting to Yes, I really want some tool to help me negotiate more efficiently without having to memorize everything principle. You start by putting in interests of each party, then you can explore different functions: how to respond to the other party, explore objective criteria out there or brainstorm more negotiation options. Still working on it! Leave me feedback if you have any suggestions! https://ift.tt/cyE2i4P March 23, 2025 at 05:01AM

Show HN: I Made a Language to Be JavaScript's Nanny https://ift.tt/HsngI8x

Show HN: I Made a Language to Be JavaScript's Nanny I'm working on a language called Chicory. It's yet-another compiles to JS(X) language. I'd value any feedback. See also https://ift.tt/MyPJTW4 https://ift.tt/8MtLfvO March 23, 2025 at 03:09AM

Show HN: GoCard ā€“ A file-based spaced repetition system built in Go https://ift.tt/LKA2MCG

Show HN: GoCard ā€“ A file-based spaced repetition system built in Go Hi HN! I'm excited to share GoCard, a terminal-based spaced repetition system I built that uses plain Markdown files as its data source. I've always been frustrated with existing spaced repetition tools that lock my knowledge into proprietary formats or require constant internet access. As a developer who lives in terminals and text editors, I wanted something that: 1. Stores cards as plain text files I can edit with any editor 2. Works seamlessly with Git for versioning and sync 3. Runs in a terminal without distractions 4. Has first-class support for code snippets and programming concepts GoCard implements the SM-2 algorithm (the same one used by Anki) but instead of a database, it uses a simple directory structure where: - Each card is a Markdown file with YAML frontmatter - Directories represent decks and subdecks - Everything is editable with standard tools *Key features:* - Distraction-free terminal UI bu...

Show HN: A terminal emulator in pure PHP https://ift.tt/hRo3ZaH

Show HN: A terminal emulator in pure PHP https://ift.tt/0qZW8Ub March 22, 2025 at 12:43AM

Show HN: A chatbot that tells other people what you said https://ift.tt/YWZ05wa

Show HN: A chatbot that tells other people what you said This simple demo embeds all conversations and takes the top 20 most similar and inserts them into the system prompt in place of . You can see which conversations were retrieved and edit the system prompt. Iā€™m exploring AI social networks and trying to figure out a bot that will talk to many people in a useful way. I imagine that I could have extended conversations with a bot that would bring up other people it spoke with and suggest connections just like a person might. https://ift.tt/ITrZs0h March 21, 2025 at 11:13PM

Show HN: Made a monitoring tool for AI providers and models https://ift.tt/uh1MZc9

Show HN: Made a monitoring tool for AI providers and models Lately outages and slow responses have been more frequent, so I decided to build a tool to monitor latency delay and outages. Initially it was just for myself, but I decided to make it public so everyone can benefit from it. Hopefully you can find value in it too, and feel free to share any feedback: www.llmoverwatch.com https://ift.tt/2v9k6T8 March 21, 2025 at 11:09PM

Show HN: SpongeCake ā€“ open-source SDK for OpenAI computer use agents https://ift.tt/JaAUtYZ

Show HN: SpongeCake ā€“ open-source SDK for OpenAI computer use agents Hey HN! Wanted to quickly put this together after seeing OpenAI launched their new computer use agent We were excited to get our hands on it, but quickly realized there was still quite a bit of set-up required to actually spin up a VM and have the model do things. So we wanted to put together an easy way to deploy these OpenAI computer use VMs in an SDK format and open source it Hopefully this tooling is helpful to other folks building AI agents! Hereā€™s a link to the repo ( https://ift.tt/7UvBbaS ) - please try it out and give us a star. If you have any feedback, add it as a comment to this post! Or if you simply just love spongecake, show support for the delicious treat https://ift.tt/7UvBbaS March 20, 2025 at 11:46PM

Show HN: AgentKit ā€“ JavaScript Alternative to OpenAI Agents SDK with Native MCP https://ift.tt/JXmIjWY

Show HN: AgentKit ā€“ JavaScript Alternative to OpenAI Agents SDK with Native MCP Hi HN! Iā€™m Tony, co-founder of Inngest. I wanted to share AgentKit, our Typescript multi-agent library weā€™ve been cooking and testing with some early users in prod for months. Although OpenAIā€™s Agents SDK has been launched since, we think an Agent framework should offer more deterministic and flexible routing, work with multiple model providers, embrace MCP (for rich tooling), and support the unstoppable and growing community of TypeScript AI developers by enabling a smooth transition to production use cases. This is why we are building AgentKit, and weā€™re really excited about it for a few reasons: Firstly, itā€™s simple. We embrace KISS principles brought by Anthropic and HuggingFace by allowing you to gradually add autonomy to your AgentKit program using primitives: - Agents: LLM calls that can be combined with prompts, tools, and MCP native support. - Networks: a simple way to get Agents to collaborate wit...

Show HN: Monty's Gauntlet ā€“ Do You *Really* Understand the Monty Hall Problem? https://ift.tt/o1U04fw

Show HN: Monty's Gauntlet ā€“ Do You *Really* Understand the Monty Hall Problem? A variant of the Monty Hall problem (the 7th one on this quiz) went semi-viral a couple months ago. For me at least, I may be able to walk through the reasoning of the original problem, and I may be able to convince myself it's correct, but it's very hard to build an intuition for why it's correct that feels truly sound. So I thought it'd be interesting to have a quiz to contort the original problem in as many ways as possible to challenge my understanding and intuition. Try it out! https://ift.tt/6Q7AVMF March 20, 2025 at 11:14PM

Show HN: We built an agentic image editor that preserves the original structure https://ift.tt/pzuOFyR

Show HN: We built an agentic image editor that preserves the original structure Hi everyone, Iā€™ve been experimenting with app where you can edit images in your camera roll simply by tweaking your photoā€™s metadata (changing location/time) and our agent will contextually regenerate the photo in that place & time in one shot. There's no prompting involved. One of the hardest problems weā€™ve seen with these ai image editing/creation tools is that they struggle with preserving the subjects of the original image (faces, genders, number of people, bodies, animals, etc), and I think weā€™ve gotten a step closer to making it feel more realistic. The gallery has some examples that people have been regenerating. https://ift.tt/PxTW2lv Hereā€™s a demo: https://ift.tt/SHvVQyY Feel free to dm me on Twitter: https://twitter.com/sakofchit if youā€™d like to try out the TestFlight in the meantime Would love to know what y'all think! https://ift.tt/PxTW2lv March 20, 2025 at 12:44AM

Show HN: We OCR'ed 60k pages of the JFK files with AI https://ift.tt/Md3GUTX

Show HN: We OCR'ed 60k pages of the JFK files with AI https://doctly.ai/jfk March 19, 2025 at 11:17PM

Show HN: Learn where countries are on the world map with Spaced Repetition https://ift.tt/niMPGN4

Show HN: Learn where countries are on the world map with Spaced Repetition Hi HN, I made a web game to practice country locations a while ago and HN liked it, so I thought I'd post my updated version as well. As for how the game works and feels, I'd really recommend you checking it out for yourself, it's free, no signup, no ads. The tech stack is Vue + ts + Tailwind/Daisy for the looks. The learning algorithm is a slight modification of the ts version of FSRS. If you have anything to add, it's open source as well ( https://ift.tt/SMg0UuQ ), although not well documented yet. In the end it's just a little sideproject, but I hope you enjoy it ā€” any feedback welcome :) https://ift.tt/s1RPL8k March 18, 2025 at 04:35AM

Show HN: I made an AI Tutor that teaches through conversation https://ift.tt/aO8bxR9

Show HN: I made an AI Tutor that teaches through conversation https://sproutful.ai/ March 19, 2025 at 02:13AM

Today is Transit Employee Appreciation Day - Join us to Celebrate!

Today is Transit Employee Appreciation Day - Join us to Celebrate! By Madhu Unnikrishnan, Melissa Culross Today is Transit Employee Appreciation Day! Take a minute to thank an operator. March 18 is Transit Employee Appreciation Day. Itā€™s a way for us to show our appreciation for the dedicated hard work of the operators, station agents, maintenance and security staff, cleaners, ambassadors and engineers ā€“ to list just a few ā€“ who keep San Francisco moving. We encourage you to celebrate Transit Employee Appreciation Day this year by submitting a commendation (praise) for our staff. Read on to learn how to show your appreciation. Meet the teams that keep Muni running Every trip you take on Muni... Published March 18, 2025 at 07:00AM https://ift.tt/GajcRf6

Show HN: I made a tool to port tweets to Bluesky mantaining their original date https://ift.tt/DoEGhdb

Show HN: I made a tool to port tweets to Bluesky mantaining their original date Bluesky allows to backdate their posts with their API, so I made this tool to copy your twitter (X) profile to Bluesky keeping the backdated dates of your tweets, showing as if they were posted back then https://bluemigrate.com March 19, 2025 at 12:07AM

Show HN: Web Ingest ā€“ Convert documentation to LLM-friendly text for vibe coding https://ift.tt/ADN7oQh

Show HN: Web Ingest ā€“ Convert documentation to LLM-friendly text for vibe coding I really love Git Ingest, but I needed something more general. So I built this! It crawls websites and converts each page to Markdown. Itā€™s great for developer documentation. And itā€™s free. I built it over the excellent Jina Reader. I hope you get some use out of it! https://webingest.com March 17, 2025 at 11:22PM

Show HN: I built an AI authoring tool to create courses in minutes, not weeks https://ift.tt/hfgEnYa

Show HN: I built an AI authoring tool to create courses in minutes, not weeks Hi indie hackers, Im the founder of coursegenerator.pro - an AI course authoring platform, for creating course content that actually delivers value to the learner. Why I developed it? A few months back I was running an agency, in an attempt to attract leads we began creating course as lead magnets. But we were losing time, so we started hiring freelancers then we lost money. Since the courses, we're cresting so many leads, I decided to use an AI course generator, but all of them were build for corporate training and not course authoring for e-learning, so that is why I built it https://ift.tt/Z2S71l4 March 17, 2025 at 11:54PM

Show HN: 10 teams are racing to build a pivotal tracker replacement https://ift.tt/xW6uf5K

Show HN: 10 teams are racing to build a pivotal tracker replacement A lot has changed since the shutdown of pivotal tracker was discussed here. As there were no viable alternatives it seems every month there was a new project popping up. With the last month before the sunsetting approaching, it starts to get exciting who will make it in time, who stays in the race and what the differentiating features of the projects will be. https://bye-tracker.net March 16, 2025 at 08:30PM

Show HN: Cross-platform native UI library for all OS https://ift.tt/KFdnoks

Show HN: Cross-platform native UI library for all OS https://ift.tt/R0PNGyC March 17, 2025 at 12:49AM

Show HN: Computer ā€“ Build Your Manus AI Agent with an OSS macOS Sandbox https://ift.tt/FnpL7WX

Show HN: Computer ā€“ Build Your Manus AI Agent with an OSS macOS Sandbox We just open-sourced Computer, a Computer-Use Interface (CUI) framework that enables AI agents to interact with isolated macOS and Linux sandboxes, with near-native performance on Apple Silicon. Computer provides a PyAutoGUI-compatible interface that can be plugged into any AI agent system (OpenAI Agents SDK , Langchain, CrewAI, AutoGen, etc.). Why Computer? As CUA AI agents become more capable, they need secure environments to operate in. Computer solves this with: ā€¢ Isolation: Run agents in sandboxes completely separate from your host system. ā€¢ Reliability: Create reproducible environments for consistent agent behaviour. ā€¢ Safety: Protect your sensitive data and system resources. ā€¢ Control: Easily monitor and terminate agent workflows when needed. How it works: Computer uses Lume Virtualization framework under the hood to create and manage virtual environments, providing a simple Python interface: from computer i...

Show HN: Nash, I made a standalone note with single HTML file https://ift.tt/OeXJvmg

Show HN: Nash, I made a standalone note with single HTML file Hello HN, I hope it will posted as well. I made a note in single html file. This does not require a separate membership or installation of the software, and if you download and modify an empty file, you can modify and read it at any time, regardless of online or offline. It can be shared through messengers such as Telegram, so it is also suitable to share contents with long articles and images. It is also possible to host and blog because it is static html file content. https://ift.tt/Qz2D45I March 14, 2025 at 08:51AM

Show HN: Kill SaaS with Open Source https://ift.tt/6SyLOCX

Show HN: Kill SaaS with Open Source KillSaaS is my answer to subscription software in the AI era. I'm building this because I believe small teams can use modern AI tools to create free alternatives to giants like Figma and DocuSign in weeks, not years. We're creating a platform where developers vote on which SaaS to replace, then build it together as open source. wdyt? https://ift.tt/t3R4PIO March 16, 2025 at 04:20AM

Show HN: Basic Memory ā€“ Build a knowledge graph from Claude conversations https://ift.tt/exRYQSW

Show HN: Basic Memory ā€“ Build a knowledge graph from Claude conversations Basic Memory is an open-source tool that enables Claude to build and navigate a persistent knowledge graph based on your conversations. It solves the problem of lost context in AI interactions by storing knowledge in standard Markdown files on your computer. I built this because I found myself constantly repeating information to LLMs and wanted a system where my knowledge grew naturally through conversations while maintaining complete control over my data. Demo video: https://ift.tt/Y1tVZfn Key features: - Continue conversations exactly where you left off without repetition - All knowledge stays in local Markdown files you can edit anytime - Works with Claude Desktop via the Model Context Protocol - Seamless integration with Obsidian for visualization and editing - Fully open source (AGPL) The system works by creating structure from simple markdown patterns: - Observations with categories: `- [category] fact #tag...

Show HN: Psyllium, a Ruby Gem to make Fibers behave more like Threads https://ift.tt/4aWrSGI

Show HN: Psyllium, a Ruby Gem to make Fibers behave more like Threads Hi everyone! I created this small Ruby Gem to add some convenient methods to the Fiber class to make it easier to use in the same way a Thread object can be used. This was born out of my frustration that the current implementation of the Fiber class makes it difficult to retrieve the final value of a block passed to a Fiber, especially when creating a fiber via the `schedule` class method. I appreciate any feedback anyone has. https://ift.tt/3xuqwdi March 15, 2025 at 01:39AM

Show HN: Pi Labs ā€“ AI scoring and optimization tools for software engineers https://ift.tt/EQr5Wif

Show HN: Pi Labs ā€“ AI scoring and optimization tools for software engineers Hey HN, after years building some of the core AI and NLU systems in Google Search, we decided to leave and build outside. Our goal was to put the advanced ML and DS techniques weā€™ve been using in the hands of all software engineers, so that everyone can build AI and Search apps at the same level of performance and sophistication as the big labs. This was a hard technical challenge but we were very inspired by the MVC architecture for Web development. The intuition there was that when a data model changes, its view would get auto-updated. We built a similar architecture for AI. On one side is a scoring system, which encapsulates in a set of metrics whatā€™s good about the AI application. On the other side is a set of optimizers that ā€œcompileā€ against this scorer - prompt optimization, data filtering, synthetic data generation, supervised learning, RL, etc. The scoring system can be calibrated using developer, user...

Show HN: OCR Benchmark Focusing on Automation https://ift.tt/BGfu3Nj

Show HN: OCR Benchmark Focusing on Automation OCR/Document extraction field has seen lot of action recently with releases like Mixtral OCR, Andrew Ng's agentic document processing etc. Also there are several benchmarks for OCR, however all testing for something slightly different which make good comparison of models very hard. To give an example, some models like mixtral-ocr only try to convert a document to markdown format. You have to use another LLM on top of it to get the final result. Some VLMā€™s directly give structured information like key fields from documents like invoices, but you have to either add business rules on top of it or use some LLM as a judge kind of system to get sense of which output needs to be manually reviewed or can be taken as correct output. No benchmark attempts to measure the actual rate of automation you can achieve. We have tried to solve this problem with a benchmark that is only applicable for documents/usecases where you are looking for automation...

Show HN: LLM-docs, software documentation intended for consumption by LLMs https://ift.tt/zkqpBA9

Show HN: LLM-docs, software documentation intended for consumption by LLMs I was inspired by a recent tweet by Andrej Karpathy, as well as my own experience copying and pasting a bunch of html docs into Claude yesterday and bemoaning how long-winded and poorly formatted it was. Iā€™m trying to decide if I should make it into a full-fledged service and completely automate the process of generating the distilled documentation. Problem is that it would cost a lot in API tokens and wouldnā€™t generate any revenue (plus it would have to be updated as documentation changes significantly). Maybe Anthropic wants to fund it as a public good? Let me know! https://ift.tt/gOuywsS March 15, 2025 at 12:04AM

Show HN: Tinygym: RL in Tinygrad https://ift.tt/pMHJzQP

Show HN: Tinygym: RL in Tinygrad Hi there, the repo speaks for itself. Feedback & questions are welcome https://ift.tt/miG4FUZ March 14, 2025 at 01:01AM

Show HN: Bubbles, a vanilla JavaScript web game https://ift.tt/Bt3ry6M

Show HN: Bubbles, a vanilla JavaScript web game Hey everybody, you might remember my older game, Lander! It made a big splash on Hacker News about 2 years ago. I'm still enjoying writing games with no dependencies. I've been working on Bubbles for about 6 months and would love to see your scores. If you like it, you can build your own levels with my builder tool: https://ift.tt/OHo3APU and share the levels here or via Github. https://ift.tt/u0UEBsK March 14, 2025 at 12:48AM

Show HN: We made our CRM/ERP platform open-source thanks to AI https://ift.tt/BO6KxAu

Show HN: We made our CRM/ERP platform open-source thanks to AI We've recently made our product, ozma.io, open-source. It's a CRM/ERP platform for building enterprise systems. We believe that AI will soon handle implementing most of the boilerplate and UIs in the specialized business software. Just look at what lovable.dev does today! Soon products which make creating business software easier for developers will become obsolete, or transform into "libraries" to be used by AIs. We are losing this race, so we go the second route ā€” publish everything and go on building other products on top of it. GitHub repo URL: https://ift.tt/jT4sS1I Ready to use: ā€¢ GitHub repo, Apache 2.0 ā€¢ Railway one-click deploy ā€¢ AI-friendly code structure Thanks to Nikolay Amiantov, Irina Gorokhova, Maria Podobrazhnykh, Gogi Gudzhedzhiani, Andrey Markin, Konstantin Remizov, Renat Darybaev, Leo Sobolev and Liubov Karas :) https://ift.tt/jT4sS1I March 13, 2025 at 11:30PM

Show HN: Time Portal ā€“ Get dropped into history, guess where you landed https://ift.tt/KhTEXZF

Show HN: Time Portal ā€“ Get dropped into history, guess where you landed Hi HN! I love imagining the past, so I made Time Portal, a game where you are dropped into a historical event and see AI video footage from that moment. You have to guess where you are in time and on the map. Itā€™s like GeoGuessr (and heavily inspired by it!) but for historical events. The videos are all created with AI. Itā€™s a pipeline of Flux (images), Kling (video), and mmaudio (audio). The videos arenā€™t always historically accurate to the last detail. They might incorporate elements of folklore or have details from popular beliefs about the way things looked rather than the latest academic research on how they looked. Iā€™m thinking a lot about how to make the game more interactive. One thing that makes Geoguessr so fun for me is that you can move infinitely and always find more details to help you pinpoint the location. I want Time Portal to have a similar quality. I have a few ideas to try soon that will hopeful...

Show HN: Nuanced ā€“ Help AI understand code structure, not just text https://ift.tt/eqHu38F

Show HN: Nuanced ā€“ Help AI understand code structure, not just text Hi HN! We built Nuanced ( https://ift.tt/LewCVDg ), an open-source Python library that makes AI coding tools smarter about code structure. The problem: current AI coding assistants see code as just text. They don't understand which functions call which, or how code components depend on each other. This is why they often suggest changes that break dependencies they should have known about. Nuanced solves this by generating call graphs that map these relationships. When you ask "What would break if I change this function?", instead of guessing, the AI can see the actual dependencies. How it works: 1. Run `nuanced init .` to analyze a Python module in your codebase 2. Use `nuanced enrich app/file.py function_name` to get relationship data 3. Include this data in your AI prompts or integrate it into tools We're already working with teams building AI coding assistants and security review tools to integrate...

Show HN: Translate Japanese Manga and Korean Manhwa with Chrome Extension https://ift.tt/Oh9Xl4i

Show HN: Translate Japanese Manga and Korean Manhwa with Chrome Extension If you are a manga or manhwa lover, you must understand the feeling of waiting for your favourite series being translated into English or sometimes your native language. Now, you can translate them in real-time with Fakey Chrome extension! https://ift.tt/nh2vwO7 March 9, 2025 at 09:25PM

Show HN: CNCF announces Dapr Agents, a vendor-neutral AI framework https://ift.tt/LBGCOAi

Show HN: CNCF announces Dapr Agents, a vendor-neutral AI framework Hi all, I'm the creator and maintainer of Dapr. Today we announced an agentic AI framework that allows developers to run thousands of agents on a single core that can scale to/from zero with minimal latency, with a durable execution engine that supports automatic retries. Us maintainers would very much appreciate your feedback https://ift.tt/85Fyl0x March 12, 2025 at 11:47PM

Show HN: Krep a High-Performance String Search Utility Written in C https://ift.tt/uioHd1K

Show HN: Krep a High-Performance String Search Utility Written in C https://ift.tt/f6jAqQ5 March 11, 2025 at 11:12PM

Show HN: I built a Figma plugin for quick data calculations https://ift.tt/iIajYOw

Show HN: I built a Figma plugin for quick data calculations I lead design on a B2B SaaS product. It's quite data-heavy in places. Using placeholder content in data tables, checkout summaries and dashboards is a big no-no for us. It might seem like using random numbers saves time at first, but sooner or later there's documentation to write and plenty of clarifications to be made. It throws off customers during interviews ā€“ "hey, that's not really my sales target!". It confuses stakeholders at review timeā€“ "what's this data point supposed to be?" I built a Figma calculator plugin for my team so that they spend less time doing mental maths. It calculates sums, differences averages and percentages, and makes it easy to use real-looking data in designs. https://ift.tt/MmKcOCk March 10, 2025 at 08:41PM

Riding the Rails: San Francisco Cable Car Stamps

Riding the Rails: San Francisco Cable Car Stamps By Kelley Trahan Evening shot of a cable car on Powell Street with passengers, February 29, 1968 San Francisco's iconic cable cars aren't just a beloved tourist attraction. They are a symbol of the city's unique history and ingenuity. And theyā€™ve appeared on two United States postage stamps. Let's take a journey through the history of these tributes and see how they came to be. The first ride: the 1971 cable car stamp The first cable car stamp was released in 1971. It was an 8-cent historic preservation stamp honoring the San Francisco cable cars. It showed the cable car's charm and was a small tribute to the... Published March 10, 2025 at 07:00AM https://ift.tt/A3oyer1

Show HN: SQLite vs. GoatDB: Surprising Benchmark Results for a New Realtime NoDB https://ift.tt/KtxVUYJ

Show HN: SQLite vs. GoatDB: Surprising Benchmark Results for a New Realtime NoDB We introduced GoatDB just three weeks ago and have been blown away by the communityā€™s response. Your feedback and excitement genuinely exceeded our expectationsā€”so first and foremost, thank you from all of us! For anyone just hearing about it: GoatDB is a real-time, version-controlled NoDB for Deno and React thatā€™s edge-native, meaning it requires only minimal backend infrastructure without heavy server components. Itā€™s designed for prototyping, self-hosting, single-tenant apps, and even ultra-light multi-tenant setups if you want to keep your backend minimal. One of the biggest requests we heard was, ā€œWhere are the benchmarks?ā€ Weā€™re thrilled to share them now. The numbers tell an interesting story: in some tests, our distributed-commit-graph architecture can be significantly slower than SQLite; in others, itā€™s surprisingly faster. This is what happens when you put synchronization and collaboration first ...

Show HN: Llama-8B Teaches Itself Baby Steps to Deep Research Using RL https://ift.tt/Z29yRzB

Show HN: Llama-8B Teaches Itself Baby Steps to Deep Research Using RL I've been tinkering with getting Llama-8B to bootstrap its own research skills through self-play. The model generates questions about documents, searches for answers, and then learns from its own successes/failures through RL (hacked up Unsloth's GRPO code). Started with just 23% accuracy on Apollo 13 mission report questions and hit 53% after less than an hour of training. Everything runs locally using open-source models. It's cool to see the model go from completely botching search queries to iteratively researching to get the right answer. https://ift.tt/12czdvT March 10, 2025 at 11:05PM

Show HN: Buildless CJS+ESM+TS+Importmaps for the Browser https://ift.tt/kYylVga

Show HN: Buildless CJS+ESM+TS+Importmaps for the Browser https://ift.tt/8FOrSUq March 10, 2025 at 02:12AM

Show HN: Evolving Agents Framework https://ift.tt/4CUaBvV

Show HN: Evolving Agents Framework Hey HN, I've been working on an open-source framework for creating AI agents that evolve, communicate, and collaborate to solve complex tasks. The Evolving Agents Framework allows agents to: Reuse, evolve, or create new agents dynamically based on semantic similarity Communicate and delegate tasks to other specialized agents Continuously improve by learning from past executions Define workflows in YAML, making it easy to orchestrate agent interactions Search for relevant tools and agents using OpenAI embeddings Support multiple AI frameworks (BeeAI, etc.) Current Status & Roadmap This is still a draft and a proof of concept (POC). Right now, Iā€™m focused on validating it in real-world scenarios to refine and improve it. Next week, I'm adding a new feature to make it useful for distributed multi-agent systems. This will allow agents to work across different environments, improving scalability and coordination. Why? Most agent-based AI framew...

Show HN: Rust Online Parquet Viewer https://ift.tt/7crvVR5

Show HN: Rust Online Parquet Viewer View parquet files online https://ift.tt/zjciSKT March 10, 2025 at 12:40AM

Show HN: I researched system design questions so you don't have to https://ift.tt/tDgeWFf

Show HN: I researched system design questions so you don't have to https://systemdesign.io March 9, 2025 at 11:39PM

Show HN: Simple Certificate Decoder Tool https://ift.tt/FaGgVNW

Show HN: Simple Certificate Decoder Tool Sometimes I need to quickly check certificates, especially key details like SANs, expiration dates, issuer info, etc. I know there are dozens (if not hundreds) of certificate decoders out there already, but I built my ownā€”mostly for fun, but also because I prefer tools that are clean, simple, and straightforward to use. Would appreciate your feedback! https://ift.tt/GQMZU01 March 9, 2025 at 12:39AM

Show HN: Rio ā€“ Open Source Web Apps in Pure Python, No JS/HTML/CSS Needed https://ift.tt/02xQrEZ

Show HN: Rio ā€“ Open Source Web Apps in Pure Python, No JS/HTML/CSS Needed Hey HN, Over the past 10 months, my friends and I created an open source project called Rio to help Python developers build modern web apps without needing HTML, CSS, or JavaScript. Whether you're working on a simple internal tool or a complex multi-page app, Rio lets you stay in the Python ecosystem without needing to learn frontend frameworks. With Rio, the UI is defined using Python components, inspired by React and Flutter. Instead of writing HTML/CSS, you compose reusable UI elements in Python and let Rio handle rendering and state updates. The backend and frontend stay seamlessly connected using WebSockets, so data syncs automatically without manual API calls. Since Rio is fully Python-native, you can integrate it with any Python library, from data science tools to AI models. Many Python projects rely on popular libraries like React internally, but the core benefits and elegance of these libraries are o...

Show HN: I Built a Telegraph Simulator https://ift.tt/lAgd2Wk

Show HN: I Built a Telegraph Simulator https://ift.tt/kG1DiLX March 5, 2025 at 05:00AM

Show HN: Ask AI Paul Graham (Open Sourced) https://ift.tt/bDuEkXt

Show HN: Ask AI Paul Graham (Open Sourced) https://ift.tt/oIaMxG8 March 8, 2025 at 01:40AM

Show HN: A big tech dev experience for an open source CMS https://ift.tt/IqcygO5

Show HN: A big tech dev experience for an open source CMS # Show HN: A big tech dev experience for an open source CMS. Hey HN! We're building an open-source CMS designed to help creators with every part of the content production pipeline. We're showing our tiny first step: A tool designed to take in a Twitter username and produce an "identity card" based on it. We expect to use an approach similar to [Constitutional AI] with an explicit focus on repeatability, testability, and verification of an "identity card." We think this approach could be used to create finetuning examples for training changes, or serve as inference time insight for LLMs, or most likely a combination of the two. The tooling we're showing today is extremely simplistic (and the AI is frankly bad) but this is intentional. We're more focused on showing the dev experience and community aspects. We'd like to make it easier to contribute to this project than edit Wikipedia. Communi...

Show HN: IEMidi ā€“  Cross-platform MIDI map editor for arbitrary controllers https://ift.tt/3r597JU

Show HN: IEMidi ā€“  Cross-platform MIDI map editor for arbitrary controllers https://ift.tt/SgV06uK March 7, 2025 at 11:44PM

Show HN: AI Video Prompt Generator-Transform idea into professional video prompt https://ift.tt/rjY0f97

Show HN: AI Video Prompt Generator-Transform idea into professional video prompt I'm excited to share AI Video Prompt Generator, a tool born from few hours of experimenting with AI video generation models. We've found that the key to getting great AI-generated videos isn't just about having a good idea - it's about knowing how to communicate that idea to the AI in a way it understands. Key features: ā€¢ 12 specialized video categories (from cinematic scenes to product showcases) ā€¢ 13 style parameter categories covering everything from lighting to camera angles ā€¢ Pre-built templates you can customize for your needs ā€¢ Simple interface for both beginners and professionals ā€¢ Direct scene description option for quick results What makes it special: Structured approach: Instead of guessing what works, use proven prompt structures that get consistent results Style control: Fine-tune every aspect of your video's look with specific style modifiers Flexible workflows: Whether yo...

Show HN: Fast-agent ā€“ Compose MCP enabled Agents and Workflows in minutes https://ift.tt/C0bMxwI

Show HN: Fast-agent ā€“ Compose MCP enabled Agents and Workflows in minutes Hello, HN. I've created fast-agent to make building my own products easier - and remove the friction between defining Prompts, MCP Servers and their composition. It uses a simple, declarative style that's easy to work with and source control - with inbuilt support for the patterns in the Building Effective Agents paper. Because you can "warm-up" and interact with Agents before, during or after the workflows, it's easy to diagnose and tune Agent prompts and behaviour for later runs. Being able to set these workflows up makes LLM Context Management and Tool Selection a lot easier and can vastly improve output quality for little effort. For MCP Server developers you can see how different models interpret tool descriptions. There's also MCP Roots support, and it comes bundled with a ChatGPT style data-analysis tool (`fast-agent bootstrap data-analysis`) as one of the demonstrations. One of t...

Show HN: iMCP ā€“ Connect Your macOS Messages, Calendar, and More to Claude https://ift.tt/VOef9xn

Show HN: iMCP ā€“ Connect Your macOS Messages, Calendar, and More to Claude Interact with all your Apple apps and data via Claude Desktop ā€“ or your favorite MCP client. MCPs are super hot right now but they're definitely still developer-grade user experiences. We built iMCP because we wanted to see what it would take to start to build a more consumer friendly experience on top of MCP. Not just connecting IDEs to databases and SaaS APIs. iMCP is open source and built entirely in Swift with our MCP Swift implementation: https://ift.tt/vD0BQzO Tell us what you think! https://ift.tt/Za1GCQu March 6, 2025 at 10:57PM

Show HN: I made an app to like or dislike famous quotes https://ift.tt/LzgtOWC

Show HN: I made an app to like or dislike famous quotes https://ift.tt/nzwKASe March 4, 2025 at 04:55AM

Show HN: Echosent ā€“ Text and Hear a Lost Loved One Again https://ift.tt/aSwfmOv

Show HN: Echosent ā€“ Text and Hear a Lost Loved One Again https://ift.tt/c5g4s6N March 5, 2025 at 11:36PM

Show HN: Recursive Descent Mindmap Generator https://ift.tt/HL5STMo

Show HN: Recursive Descent Mindmap Generator https://ift.tt/GX79Lj6 March 4, 2025 at 10:04PM

Show HN: PG-Capture ā€“ a better way to sync Postgres with Algolia (or Elastic) https://ift.tt/3CWESxH

Show HN: PG-Capture ā€“ a better way to sync Postgres with Algolia (or Elastic) Hello HN! Keeping Elasticsearch or Algolia in sync with Postgres is a pain when your data spans multiple tables. Traditional CDC tools like Debezium capture table-level events but donā€™t help when you need to index a full entity composed of related records. That's why I built PG-Capture. PG-Capture lets you define a schema as complex as you need, aggregate table-level events, and reconstruct structured objects spanning multiple tables. It then publishes them as meaningful domain-level events to any queue (RabbitMQ, SQS, etc.). PG-Capture does NOT replace Debezium, it works on top of it (or any other event source). This keeps it flexible and tool-agnostic. I'd love to hear your thoughts! Does this solve a problem you've run into? Would you use something like this in your stack? Feedback is welcome! https://ift.tt/1L5Y3Pe March 1, 2025 at 04:18PM

Show HN: Sonauto API ā€“ Generative music for developers https://ift.tt/pDeMfyr

Show HN: Sonauto API ā€“ Generative music for developers Hello again HN, Since our launch ten months ago, my cofounder and I have continued to improve our music model significantly. You can listen to some cool Staff Picks songs from the latest version here https://sonauto.ai/ , listen to an acapella song I made for my housemate here https://ift.tt/CnRUVlP , or try the free and unlimited generations yourself. However, given there are only two of us right now competing in the "best model and average user UI" race we haven't had the time to build some of the really neat ideas our users and pro musicians have been dreaming up (e..g, DAW plugins, live performance transition generators, etc). The hacker musician community has a rich history of taking new tech and doing really cool and unexpected stuff with it, too. As such, we're opening up an API that gives full access to the features of our underlying diffusion model (e.g., generation, inpainting, extensions, transition gen...

Show HN: Open-Source Windows AI assistant that uses Word, Excel through COM https://ift.tt/7Jjm4Bp

Show HN: Open-Source Windows AI assistant that uses Word, Excel through COM This started off as a project to understand how to get LLMs to interface with more traditional desktop softwares. We were especially interested in tools related to schematic drafting and molecular simulation. Decided to explore COM automation for more traditional Windows softwares as a starting point! Been using it to help some friends automate simple excel workflows. Thought we'd share! https://ift.tt/3YKVDei March 3, 2025 at 11:10PM

Show HN: Tangled ā€“ Git collaboration platform built on atproto https://ift.tt/PhjUOp1

Show HN: Tangled ā€“ Git collaboration platform built on atproto https://ift.tt/qaX0TEL March 3, 2025 at 03:14AM

Show HN: Mmar ā€“ open-source, zero-dependancy, cross-platform HTTP tunneling https://ift.tt/l4rhRFI

Show HN: Mmar ā€“ open-source, zero-dependancy, cross-platform HTTP tunneling Hey HN! For the past couple of months, I've been working on and off on a cool project I'm excited to share. mmar (pronounced "ma-mar") is an open-source, zero dependency, cross platform and self-hostable HTTP tunnel built in Go. It allows you to easily expose your localhost to the world on a public URL. You can easily create an HTTP tunnel right away for free on a randomly generated subdomain on "*.mmar.dev" if you don't feel like self-hosting. This isn't something new, in fact there's quite a few of alternative HTTP tunneling tools out there. mmar is my attempt to optimize for a super easy developer experience and simplified implementation. None the less, I had a blast building it and I think developers could find it pretty useful. Additionally, I documented the whole process of building mmar through devlogs. You can read about the thought process and implementation deta...

Show HN: Fast Transition from Firefox to Librewolf https://ift.tt/ADmxHV4

Show HN: Fast Transition from Firefox to Librewolf After looking at various browser alternatives to Firefox (my daily driver for years), I decided to try LibreWolf and the transition was trivial on a Debian based system (by HN standards). My extensions even ran without logging in (YMMV). First install LibreWolf: sudo apt update && sudo apt install extrepo -y sudo extrepo enable librewolf sudo apt update && sudo apt install librewolf -y Second: After closing Firefox, copy Firefox profile (in ~/.mozilla/firefox/) to Librevox profile (in ~/.librewolf/). Note: I copied the profile into the default profile (as seen in about:profiles) not default-default. I then launched the profile and all my tabs were restored, bookmarks, logins, etc. I will update if something seems broken. March 3, 2025 at 01:14AM

Show HN: Crop images into square, circle, heart, oval for free https://ift.tt/LX294Uh

Show HN: Crop images into square, circle, heart, oval for free I developed an Image Cropper, which supports cropping images into square, circle, heart, and oval shapes. It also supports customizing the width and height for arbitrary cropping, which is very simple. https://cropimage.co March 2, 2025 at 11:40PM

Show HN: LLM Token Visualizer ā€“ How big is 128k token input https://ift.tt/SlpcTaW

Show HN: LLM Token Visualizer ā€“ How big is 128k token input https://ift.tt/2L6jazH March 2, 2025 at 02:44AM

Show HN: Open-source tool that send UI feedback with context https://ift.tt/DdAUe8c

Show HN: Open-source tool that send UI feedback with context https://ift.tt/5aNfsd9 March 2, 2025 at 02:41AM

Show HN: I built an app to convert ChatGPT Deep Research to PDFs with footnotes https://ift.tt/hvQYU5B

Show HN: I built an app to convert ChatGPT Deep Research to PDFs with footnotes Whilst ChatGPT Deep Research is very useful for generating in-depth reports, it's time consuming to copy, reformat the text (thousands of words) and clean referenced hyperlinks for use in a professional context. Out of frustration, I built deep research docs to help save time by automating the reformatting, cleaning links, footnote references, and conversion to shareable PDF format. Hopefully this helps you save time to focus on meaningful work. Let me know your feedback. https://ift.tt/14Tt6ju March 1, 2025 at 07:52PM

Show HN: Built a "Story Chatbot Arena" to Crowdsource AI Story Preferences https://ift.tt/ogZGe0c

Show HN: Built a "Story Chatbot Arena" to Crowdsource AI Story Preferences Hi HN, Iā€™m a university student interested in Gen AI, and over the holidays, I built a project in public: Who Rates the Rater? ā€“ a crowdsourced dataset for benchmarking AI-generated storytelling. The Idea Inspired by Chatbot Arena, this lets users compare AI-generated stories and provide feedback. The goal is to refine LLMs for creative writing using real human preferences. How It Works - Live Demo: https://ift.tt/b8TsnlL - Tech Stack: Built with Streamlit + Supabase - Open Source: https://ift.tt/EHRhPIL Get Involved - Try it & star the repo if you find it interesting - Bug reports & feature requests welcome on Twitter - Follow me for future AI & storytelling projects Would love to hear your thoughts! https://ift.tt/EHRhPIL March 2, 2025 at 12:49AM