Monday, June 3, 2024

Show HN: I built a membership page builder in 9 days – new personal best https://ift.tt/v3Z51LG

Show HN: I built a membership page builder in 9 days – new personal best Do you want to monetize a private group/ channel/ community? Use Subjoin to create a personal membership page in minutes. It's easy to use and free to try out. No need to integrate Stripe if membership is free. - - - - I have never built something this fast, what a thrill! I saw there was no easy way to create a simple subscription page. Big platforms are confusing and expensive for simple needs. - - - - What are you building? Would love to connect with like-minded people on X: @tjmakingof https://subjoin.me June 4, 2024 at 01:27AM

Show HN: Keyword Research Tool Without Fuzz https://ift.tt/pLrlkE1

Show HN: Keyword Research Tool Without Fuzz I made a simple keyword research tool without the fuzz and without extra tools. Its just a simple research tool that works in different languages and countries. Simple functionality, simple pricing. I was kinda annoyed by the pricing of other keyword research tools. https://helseo.com/ June 4, 2024 at 02:12AM

Show HN: Get your website copy and design roasted https://ift.tt/Daw7G91

Show HN: Get your website copy and design roasted https://ift.tt/w9pXmbE June 4, 2024 at 12:58AM

Sunday, June 2, 2024

Show HN: Journalling is great. But I failed every time I tried https://ift.tt/xd4wlsy

Show HN: Journalling is great. But I failed every time I tried https://ift.tt/6jrVL4i June 3, 2024 at 03:05AM

Show HN: Diagnose your Sickly Plants with AI in 2 min https://ift.tt/Gn2Cx8F

Show HN: Diagnose your Sickly Plants with AI in 2 min Get Expert AI Diagnosis and Personalized Care Plans for Your Plants https://www.plantaid.xyz/ June 3, 2024 at 01:11AM

Show HN: Open-source WeTransfer alternative that runs everywhere https://ift.tt/JalKqXm

Show HN: Open-source WeTransfer alternative that runs everywhere OwnShare is an open-source filesharing software that can be used as a self hosted WeTransfer alternative that can be run on any PHP Environment like a simple, cheap WebSpace. It uses php and static built SvelteKit. https://ift.tt/ZDUxp8c June 3, 2024 at 01:04AM

Show HN: PgCompare – Data comparison made simple https://ift.tt/3BjCFVy

Show HN: PgCompare – Data comparison made simple https://ift.tt/zo8eHFV June 2, 2024 at 09:12PM

Saturday, June 1, 2024

Show HN: Open-Source Load Balancer for Llama.cpp https://ift.tt/BGV6l8K

Show HN: Open-Source Load Balancer for Llama.cpp Stateful load balancer customized for llama.cpp (with a reverse proxy). https://ift.tt/j8tasBd June 2, 2024 at 05:05AM

Show HN: Generate PCB Footprints from text using AI https://ift.tt/3QqOdmR

Show HN: Generate PCB Footprints from text using AI Hi HN! This is a little project to generate PCB footprints from text descriptions. It works by teaching an LLM a compressed DSL representation for footprints. I think this is generally a good technique if you're trying to get LLMs to work on spatial problems. Right now I'm focused on reproducing footprint shapes, but after that I'll benchmark the correctness of the footprints using % overlap on known package descriptions, as well as a kicad_mod export I built this because I realized I needed to use AI to help tscircuit catch up to the decades of electronic design tool progress that I'm not able to utilize (as an MIT-licensed, Typescript project) Source code here: https://ift.tt/sDWiRY2 Feedback/critical opinions appreciated! https://ift.tt/MndrBPg June 2, 2024 at 12:50AM

Show HN: Chess Twist https://ift.tt/YhCRf8b

Show HN: Chess Twist I continue my experiment of transposing classic games onto an irregular grid. I've previously released variants of minesweeper and checkers. And now I'd like to share my variant of Chess. Chess can be a pretty punishing game, but I thought this was nevertheless a way to make it even more challenging by making it trickier to anticipate your opponent, even though both players still have the same information. From the playtests I've done, that challenge is pretty compelling. It also seems to be more fun at 2 people, where both players keep surprising one another. https://ift.tt/lVjrA15 June 1, 2024 at 02:11AM

Friday, May 31, 2024

Show HN: Postgres-SQLite sync engine source code released under FSL https://ift.tt/c3jr9dF

Show HN: Postgres-SQLite sync engine source code released under FSL https://ift.tt/uLcibVO May 31, 2024 at 07:31PM

Thursday, May 30, 2024

Show HN: Explore Websites by Chosen Color https://ift.tt/EPGHejb

Show HN: Explore Websites by Chosen Color I crawled lots of websites and extracted their color palettes (primary, secondary, etc) to build a searchable collection of website colors! It was a fun side-project and I learned a lot about color theory. Let me know what you think and what features you would like to see :) If you have any questions about the tech behind it, feel free to ask in the comments. Feedback is also greatly appreciated. https://themefinder.io May 31, 2024 at 07:57AM

Show HN: I made an open-source Replit https://ift.tt/3JnsNwe

Show HN: I made an open-source Replit I spent the past few weeks making an open source cloud code editing environment with an AI copilot and multiplayer collaboration! It's fully self-hostable in 5-10 minutes. There's a lot of minor improvements to be made, and some are already listed in the Github issues. Let me know what you think and feel free to try it out. https://ift.tt/JvxWBp2 May 31, 2024 at 07:07AM

Show HN: Interactive text game from a printable boardgame (by Taproot Wizards) https://ift.tt/QMe1HZh

Show HN: Interactive text game from a printable boardgame (by Taproot Wizards) https://ift.tt/BteFkc9 May 30, 2024 at 10:00PM

Show HN: I've build my RFID poker table for less than $300 https://ift.tt/umQA5tD

Show HN: I've build my RFID poker table for less than $300 I started my own side hustle building a smart poker table At this stage, I have a working prototype that can generate an overlay with player's and pot cards percentages, hand history, video editing, and more Here's a demo video: https://www.youtube.com/watch?v=5QU8MC7q8FQ https://ift.tt/7Qy8Pi6 May 31, 2024 at 02:03AM

Wednesday, May 29, 2024

Show HN: Brisk a complete CI system is now Open Source https://ift.tt/znP0ZdW

Show HN: Brisk a complete CI system is now Open Source Brisk is a complete CI system that runs your test suite in seconds. The main speedup over standard CI systems (think CircleCI or Github Actions) is that we maintain your test environments and don't rebuild them on each test run. This allows you to scale up your workers without just scaling up the build time on each test run. Brisk can be run from your local dev environment (the command line or VS Code) allowing your to access the speed of many servers from your local machine or it can be run as part of a traditional CI/CD pipeline (in Github actions etc). I've been working on Brisk for the last few years and I've decided to open source the project. You can now run your own super fast CI service on your own hardware or in your own cloud. https://ift.tt/018QNM3 https://ift.tt/kK4FDTf May 30, 2024 at 04:46AM

Show HN: ChatGPT Personal Secretary PoC https://ift.tt/Hk7348e

Show HN: ChatGPT Personal Secretary PoC A proof of concept using LangGraph and ChatGPT to create a personal secretary that can manage your calendar and address book. Fun to build, and works pretty well, just not sure who would use it or how scaleable it would be. https://ift.tt/kNVbaAR May 30, 2024 at 12:30AM

Show HN: A spreadsheet that follows Ask HN and summarizes the answers https://ift.tt/Dp9KuUx

Show HN: A spreadsheet that follows Ask HN and summarizes the answers https://ift.tt/u8JmwqZ May 29, 2024 at 11:49PM

Tuesday, May 28, 2024

Show HN: ThreadPay: WeTransfer for money – a medium for money transfers https://ift.tt/kCnwEvB

Show HN: ThreadPay: WeTransfer for money – a medium for money transfers Often cross-border bank transfers default to 3-5 business days, on the other side P2P fintechs need signup, KYC, and other steps. I built an app that eliminates the need to open an account or go through long verifications, allowing users to send money immediately. How? Via Visa and Mastercard card-to-card real-time transfers, money can be sent straight to a card using the card number only, without the requirement for IBAN, Swift Code, or any extra routing data. *Link to MVP*: [ https://app.threadpay.io](https://app.threadpay.io/) *Link to Memo with demo recordings*: https://ift.tt/ybUmOgD *Link to Landing page*: [ https://threadpay.io](https://threadpay.io/) https://ift.tt/VpObW2l May 29, 2024 at 05:28AM

Show HN: Open-source Tableau alternative but as React component plus DuckDB-WASM https://ift.tt/HrYcbtx

Show HN: Open-source Tableau alternative but as React component plus DuckDB-WASM https://ift.tt/lnakoMr May 28, 2024 at 11:59PM

Show HN: GETadb.com – every GET request creates a DB https://ift.tt/Ywc5DHL

Show HN: GETadb.com – every GET request creates a DB Hey HN! We made GETadb.com, so it's easier to get agents to build you full stack ap...