Tuesday 31 October 2023

Show HN: Collaborative Shopify Queue with upvotes and downvotes https://bit.ly/3seFhj4

Show HN: Collaborative Shopify Queue with upvotes and downvotes Hey all, I created https://bit.ly/46RZWJ2 that works as a remote for a collaborative spotify queue where the users can upvote and downvote music they want to hear next. Only the person who is playing the music needs to have spotify premium! And if you're far from your friends (and have premium) and want to listen together, you can go to the settings and click Connect to Room, and you all can listen to the same music remotely. Let me know what y'all think about it, and any improvements as well. And if anyone's interested in how I built it let me know as well. https://bit.ly/46RZWJ2 November 1, 2023 at 02:36AM

Show HN: Halloween game to show off my new Terminal https://bit.ly/3MqhraS

Show HN: Halloween game to show off my new Terminal Hi hi, I made a little Halloween themed game this week to show off my new terminal. You can play it in the browser. at https://bit.ly/49fdwHU Two years ago, I started building an experiment tracking tool for myself as I have been venturing into ai research, and it has morphed into a terminal with rich content support and a bunch of fancy features. https://bit.ly/3FDF3Fk I can't recommend people start using snail for important stuff today, but I think the game is fun and it shows off a lot of the capabilities of the terminal. Joel Einbinder https://bit.ly/49fdwHU November 1, 2023 at 01:14AM

Show HN: My wife and I built a Halloween game https://bit.ly/49t3xyW

Show HN: My wife and I built a Halloween game Happy Halloween! Instead of going to a Halloween party this year, my wife and I decided to run a tiny Hackathon and built this little retro choose-your-own-adventure to pay tribute to a popular series of yesteryear. Try and escape! Also pumpkin mode!! We made liberal use of ChatGPT for code, DALLE3/Midjourney for images, but did most of the storyboarding/writing ourselves because we couldn't stand the style of GPT4/Claude. https://bit.ly/3Mpx4zx November 1, 2023 at 12:38AM

Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally https://bit.ly/3sksiMM

Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally Hi HN! Here's a local-only stack I built over the weekend - hope it can be useful for you! I have been building a lot of AI apps - https://bit.ly/456eqDX https://bit.ly/3Dc5pNy ... And there were definitely times I spent way too much $$ before deploying the app to production. So I was looking for a "local only" stack and found a few tools that worked well together. I used the following set of tools but may add more options later: - Inference: Ollama - VectorDB: Supabase pg-vector - LLM orchestration: langchain - Framework: nextjs My learning from building ai-town was also that many people don't have the luxury of swiping a credit card to test an app with a lot of AI workloads -- not surprisingly, many models on Ollama are already very good - I used llama2-7b for majority of my dev work. Hope this can lower the barrier to entry for building AI apps. :) https://bit.ly/3QcA1V2 October 31, 2023 at 05:42PM

Monday 30 October 2023

Show HN: Slack with Empathy Chrome Extension https://bit.ly/47bBeD1

Show HN: Slack with Empathy Chrome Extension Hey HN, I decided to create this extension after realizing it was a feature that I wanted inside of slack. A number of times over the past few weeks I've caught myself wishing I had spent a minute more thinking about the other person on the other side of the slack message I was hastily firing off. Or wondering what was taking someone so long to get back to me, only to hear later that afternoon that they were having a tough day to the grief of a recent loss. The extension is quite simple, think of it as "status for others". You can set a reminder, a color to help theme the UI, and an expiration date. I'm in the process of testing whether it actually changes my behavior. Open to feedback and suggestions, as this is my first extension and attempt to solve this problem. Sean https://bit.ly/40khzi1 October 31, 2023 at 03:05AM

Show HN: AnglE-LLaMA Sentence Embeddings (New SOTA on STS) https://bit.ly/3SjzByY

Show HN: AnglE-LLaMA Sentence Embeddings (New SOTA on STS) https://bit.ly/3QDQfIt October 31, 2023 at 01:24AM

Show HN: Discourse – Wikipedia for Sensitive Topics https://bit.ly/47e90Ye

Show HN: Discourse – Wikipedia for Sensitive Topics We just launched our open beta of Discourse and would love feedback. We’re a group of professionals from across technology & journalism who all have a shared experience working with sensitive topics and misinformation online. We built Discourse as a way to fill a gap we continued to see in our day jobs: a trustworthy and simple way to understand challenging topics. Discourse is unique in that it (a) combines multiple viewpoints into one place and (b) allows for Wiki-style crowd suggestions. While other sources try to be 'fair and balanced' off the bat, our belief is that it takes time, feedback, and iteration to get there - and the team has built the site around this. We’d love your feedback about how we’re presenting and summarizing the full picture to present a more balanced view of complex topics like the Future of AI, the Israeli-Palestinian Conflict, Climate Change, Defunding the Police, and more. Is the formatting easy to follow? Is the wiki component clear? Are opposing viewpoints being presented fairly? We want to hear it all. For more on Discourse check out indiscourse.com/about – thanks for your feedback! https://bit.ly/3tOaFW2 October 31, 2023 at 12:49AM

Show HN: EnfinBref- {GPT3-5|Mistral-7B} YouTube summaries, segment by segment https://bit.ly/3FEGxz6

Show HN: EnfinBref- {GPT3-5|Mistral-7B} YouTube summaries, segment by segment A neat (in my opinion) little side-project I've been working on, both to get somewhat basic React skills going, and to work with LLMs on even more cool projects to build. It should work for most major languages and output English summaries (or French summaries, if using the main https://bit.ly/3FAzw2t page instead of the /en/ subpage), no matter the input language. Currently planning on expanding in various directions, including some nice new features like choosing a summary type, better video type identification and LLM routing, and bullet points exec summaries. Pretty basic on functionalities at the moment, and relying on a few tricks. The key stack: - FastAPI + Python backend, with some extra libs for type validation (Pydantic), translation and YouTube transcript fetching. - Chained LLM calls with logic. id video type w/ a light model, break down into segments and sections, parallelise as much as can be, general high level summaries. - Models are a mix of Mistral fine-tune and GPT-3.5, with prompts tailored to the identified type of content and the current context. - Front-end is my first foray into React + Tailwind, with my last front-end experience before that being jQuery. Inspired by a post a while back about Summary Cat, but with a more in-depth approach: all summaries are segment-by-segment to get a more in-depth view at potentially complex videos. Segments are defined as being 3mn long for short videos, 5mn for longer ones. Anything above 45mn is broken down into 45 minute sections, both for ease of context length handling (solidly into gpt-3.5-16k territory, which is already more annoying to run than Mistral-7B, and any further would require GPT-4) and because things get a bit murkier to handle in terms of clarity when going above that limit. (the name is from a common French idiom for "anyway") https://bit.ly/46T0luB October 31, 2023 at 12:56AM

Sunday 29 October 2023

Show HN: SanitizHAR: A simple Chrome extension to sanitize HAR file contents https://bit.ly/3FzX0og

Show HN: SanitizHAR: A simple Chrome extension to sanitize HAR file contents https://bit.ly/3saNFjE October 30, 2023 at 12:49AM

Show HN: Rust TUI libcurl HTTP client – developed in prison https://bit.ly/3sdmYee

Show HN: Rust TUI libcurl HTTP client – developed in prison https://bit.ly/3s8yDLp October 30, 2023 at 12:42AM

Show HN: Bitcoin Private Network Manager with a Terminal User Interface https://bit.ly/3Qf7le7

Show HN: Bitcoin Private Network Manager with a Terminal User Interface Introducing PrivateBTC: A Go package providing an intuitive TUI and a streamlined API. Launch and manage your Bitcoin private network with ease. Execute and replace transactions by fee, mine blocks, and programmatically delve into chain reorganizations. https://bit.ly/3skX7Rs October 29, 2023 at 11:17PM

Show HN: how I built the largest open database of Australian law https://bit.ly/40e4aIa

Show HN: how I built the largest open database of Australian law https://bit.ly/45N7co1 October 29, 2023 at 01:06PM

Show HN: YCombinato – A domain-hacked "Hacker News" client https://bit.ly/3SitivG

Show HN: YCombinato – A domain-hacked "Hacker News" client Hi HN, This is a little "HN Reader" experiment I made using a domain hack of "news.ycombinato.com" <- notice the "r" is missing . Basically, I thought it would be cool to make a "clone" of the "Hacker News" URL so you can quickly navigate to "YCombinato" from any post on "news.ycombinator" by just dropping the r in the domain. The benefit is a few extra features like; sorting, searching etc... Unfortunately I realized it's essentially a phishing attack :( according to the browser, which means there will probably be a warning message on most browsers... but it's still usable and hopefully people find it enjoyable. There's so many "Hacker News" clients now that it's almost equivalent to the TODO app for web developers. This project does take it pretty far by replicating the URL, so if moderators are unhappy with it, please let me know It's a static site using the [1] algolia API, but I tried hard to make it fast and snappy. It's fully [2] open-source and hosted on github too. Anyway, thought I'd share it, let me know what you think! [1] https://hn.algolia.com/api [2] https://github.com/benwinding/ycombinato https://news.ycombinato.com/ October 29, 2023 at 12:32PM

Saturday 28 October 2023

Show HN: Codebuy.org – A Digital Assets Marketplace https://bit.ly/3MhmryE

Show HN: Codebuy.org – A Digital Assets Marketplace https://bit.ly/3MmNYPb October 29, 2023 at 02:09AM

Show HN: Marmotte – Open-Source IT Asset Management Made Simple https://bit.ly/3SivRhl

Show HN: Marmotte – Open-Source IT Asset Management Made Simple https://bit.ly/3Fz2hN1 October 28, 2023 at 11:12PM

Friday 27 October 2023

Show HN: BillDB – What were you charged? https://bit.ly/3QAvUnd

Show HN: BillDB – What were you charged? BillDB is a searchable database of prices people have paid and where. What does each veterinarian charge to spay a cat? Who provides the cheapest oil change in your town? Which plumber has been charging the lowest rate? Which car dealership has been giving the best out-the-door price, inclusive of any surprise markups? Is your current dentist charging you a fair price? Just like with the review sites we all know, BillDB is community-driven, so it's up to us to post what we've paid and where. This is the biggest challenge of the whole project, so it would be great to get your suggestions on achieving that as well as the site itself. I built this with React, Material UI, and Firebase. https://bit.ly/3QAxSUE October 28, 2023 at 12:55AM

Show HN: Prompt Engineering Made Easy https://bit.ly/477SiKd

Show HN: Prompt Engineering Made Easy Hey HN, We've been hard at work on a tool that we believe will change the game for developers, data scientists, and anyone working with models that rely on textual prompts. I'm excited to introduce our new tool: Automated Prompt Engineering (APE). Problem: As many of you know, how you phrase a prompt can significantly impact the results you get from models, especially with sophisticated language models. It often requires numerous iterations to hone in on the right prompt to obtain the desired response. Solution: APE is designed to tackle this exact problem. With APE, you can: - Iterative Testing: Input your desired outcome, and APE will iteratively rephrase and test multiple prompts to achieve that outcome. - Optimization: APE can integrate with popular models and optimize prompts based on the model's feedback, ensuring the highest quality responses. Features: Customization: Tailor the tool according to your domain-specific requirements. Model Integration: Seamless integration with popular NLP models and platforms. Try it out: We've opened a limited beta for HN users. Get early access and let us know your feedback. Your insights will be invaluable in shaping the next iterations of APE. Link to the beta: https://bit.ly/3QATBvS October 27, 2023 at 12:56PM

Show HN: Is It Toxic To? – Check if a plant is toxic to your pets https://bit.ly/49c8R9t

Show HN: Is It Toxic To? – Check if a plant is toxic to your pets All information is from the ASPCA's list of toxic plants ( https://bit.ly/45KP0LH... ) https://bit.ly/3FUg29f October 28, 2023 at 03:44AM

Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs https://bit.ly/47cueG9

Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs https://bit.ly/478mjtf October 27, 2023 at 10:50PM

Show HN: An AI that reads privacy policies for you https://bit.ly/46KfaQb

Show HN: An AI that reads privacy policies for you https://bit.ly/3MhbUUd October 27, 2023 at 10:31AM

Show HN: Maven to Gradle (Dependency Conversion) https://bit.ly/3FApEpc

Show HN: Maven to Gradle (Dependency Conversion) Very tiny project to convert your Maven dependency blocks to Gradle. On a mission to support other build systems in the JVM ecosystem too :). https://bit.ly/3FDLrw8 October 27, 2023 at 09:09AM

Thursday 26 October 2023

Show HN: Cheddar, the app for people who hate budgeting https://bit.ly/47aORTb

Show HN: Cheddar, the app for people who hate budgeting https://bit.ly/3FAvJ4Y October 27, 2023 at 12:58AM

Show HN: A JavaScript library to generate rhyming passphrases https://bit.ly/3Qz00HW

Show HN: A JavaScript library to generate rhyming passphrases https://bit.ly/3ScyUY7 October 26, 2023 at 11:00PM

Show HN: Turn long videos into short videos https://bit.ly/3tRX4NK

Show HN: Turn long videos into short videos Hey! I've been working with some friends on Bolt Foundry, a tool to help people upload long videos and download short clips to share on social platforms. It's free to use for transcription, and you can preview the clips it generates. https://bit.ly/40rv8wp October 26, 2023 at 12:54PM

Show HN: Open-source front end testing of Tailwind components https://bit.ly/3Qavxyn

Show HN: Open-source front end testing of Tailwind components https://bit.ly/3Q8cAMR October 26, 2023 at 12:32PM

Wednesday 25 October 2023

Show HN: Instant API – Build type-safe web APIs with JavaScript https://bit.ly/3Qst0kp

Show HN: Instant API – Build type-safe web APIs with JavaScript Hey there HN! I just wrapped up an all-day documentation spree for Instant API, a JavaScript framework for easily building web APIs that implements type safety at the HTTP interface. It uses a function-as-a-service approach combined with a slightly modified JSDoc spec to automatically enforce parameter and schema validation before HTTP requests make it through to your code. You just write comments above your endpoint functions and voila, enforced type safety contracts between your API endpoints and your developers. OpenAPI specifications are generated automatically as a byproduct of simply building your endpoints. This eliminates the need for most schema validation libraries, automates user input sanitization, and prevents your team from developing carpal tunnel syndrome trying to keep your OpenAPI / Swagger specifications up-to-date. We developed it as a side effect of building our own serverless API platform, where it has scaled to handle over 100M requests from users per day. This is an early release, but Instant API has had about six years of consistent development as proprietary software to get to the point it is at today. We have spent the last couple of months modernizing it. We have command line tools that make building, testing, and deploying Instant API to Vercel or AWS a breeze. Additionally, there is a sister package, Instant ORM, that provides a Ruby on Rails-like model management, migration and querying suite for Postgres. Everything you need to build an API from scratch. Finally -- LLMs and chatbots are the the top of the hype cycle right now. We aren't immune, and have developed a number of LLM-integrated tools ourselves. Instant API comes with first-class Server-Sent Event support for building your own assistants and a few other nifty tools that help with AI integrations and chatbot webhook responses, like executing endpoints as background jobs. This has been a huge labor of love -- it has become our "JavaScript on Rails" suite -- and we hope y'all enjoy it! https://bit.ly/3QwB3g8 October 26, 2023 at 05:00AM

Show HN: Mynd – See and Explore Your Patterns with a Growth-Mindset https://bit.ly/46HeXgL

Show HN: Mynd – See and Explore Your Patterns with a Growth-Mindset Mynd is a tool for growth-minded individuals to accelerate their path to clarity. It helps you see and explore key patterns in your daily experiences. Our new demo is out and we'd love more feedback! https://bit.ly/3S9YTzB October 26, 2023 at 12:41AM

Tuesday 24 October 2023

Show HN: Pb2zig – Pixel Bender to Zig Translator https://bit.ly/497m3wj

Show HN: Pb2zig – Pixel Bender to Zig Translator https://bit.ly/45Mw3bN October 25, 2023 at 04:20AM

Show HN: An AI mini-app inspired by the Wikipedia knowledge spiral https://bit.ly/470EBww

Show HN: An AI mini-app inspired by the Wikipedia knowledge spiral Have you ever gone down a Wikipedia rabbit hole? I created this app to let your curiosity guide a limitless learning journey. Dive into useful, fascinating topics. AI will respond to your questions, generate related topics, and ask thought-provoking questions. Let me know what you think, and what features I should add next. https://bit.ly/3tNmYCb October 25, 2023 at 01:09AM

Show HN: Restaurants in Peace – leave a remembrance for a closed restaurant https://bit.ly/3QqVvip

Show HN: Restaurants in Peace – leave a remembrance for a closed restaurant https://bit.ly/3MgN7zI October 24, 2023 at 11:54PM

Show HN: Quilly – A simple, open-source personal knowledge management app https://bit.ly/409BIY7

Show HN: Quilly – A simple, open-source personal knowledge management app I wanted a simple note-taking/personal knowledge management app. Existing tools like Notion, Obsidian etc. felt too complicated for me. So, I created Quilly - a straightforward, fast, and private note-taking app. Here's what it offers: - It's open source. - It uses Markdown, so you're not locked in with a specific platform. - Your notes are saved locally. - You can tag your notes. - It supports code highlighting. https://bit.ly/40fwJ8o October 24, 2023 at 08:15AM

Monday 23 October 2023

Show HN: Clean and Simple Color Picker https://bit.ly/3tOIwhS

Show HN: Clean and Simple Color Picker https://bit.ly/3tHRmOm October 24, 2023 at 01:46AM

Show HN: Time Machine Utilities https://bit.ly/46Kzf98

Show HN: Time Machine Utilities I wrote some shell scripts to automate "fixing" old Time Machine backups, particularly Time Machine backups from previous computers. I've personally experienced a lot of friction with this, and found out that some of the metadata stored in the Backups.backupdb and individual snapshot directories prevent successful use with Time Machine on other computers in some cases. Time Machine itself does not always handle this gracefully. These utilities should help users wrangle older backups to make them work with Time Machine on their current Mac. https://bit.ly/3tMJKtW October 23, 2023 at 05:37PM

Show HN: Mysmmai – AI Assistant for Social Media https://bit.ly/3sc1rm1

Show HN: Mysmmai – AI Assistant for Social Media Can your business grow on Social Media without any effort on your side? We believe it can. We build a self service platform that does all the work for you - strategy creation and content generation tool - all in one. https://bit.ly/3MdVxHM October 23, 2023 at 01:17PM

Show HN: Callegram – Telegram Mini App for scheduling calls with ease https://bit.ly/3rU6kjL

Show HN: Callegram – Telegram Mini App for scheduling calls with ease Callegram is a Mini App that allows you to manage your calls calendar inside Telegram. You can share your schedule (like calendly), book slots, get reminders about upcoming meetings. It is built using vanilla html+css+js for the frontend, and fastapi+postgresql for the backend in 10 days. https://bit.ly/3tHrAK7 October 23, 2023 at 07:50AM

Sunday 22 October 2023

Show HN: Pypipe – A Python command-line tool for pipeline processing https://bit.ly/3Ma6fPy

Show HN: Pypipe – A Python command-line tool for pipeline processing pypipe is a command-line tool for writing data pipelines in Python. When working with data processing in the terminal, I often find myself wanting to pass the output of commands to Python for further processing. In such cases, one can either write one-liners or create regular Python scripts and connect them through pipes. However, using pypipe makes this process more convenient and efficient. https://bit.ly/46HS0ty October 23, 2023 at 05:35AM

Show HN: Use an EEPROM as Programmable Logic https://bit.ly/45KR32t

Show HN: Use an EEPROM as Programmable Logic https://bit.ly/45KR3zv October 22, 2023 at 11:59PM

Show HN: ThmDex – Compendium of mathematical definitions, results, conjectures https://bit.ly/474Lw89

Show HN: ThmDex – Compendium of mathematical definitions, results, conjectures This is something I built to help me organize my own notes while studying mathematics. Because of this, some definitions/names might be nonstandard. But it's a somewhat novel way to "browse" mathematical theory, so some may find this interesting. The name originates from abbreviating "theorem" as "thm". https://bit.ly/46H4EJn October 22, 2023 at 11:37AM

Show HN: vbang2 – DDG-Style Bangs with Customizations https://bit.ly/404Tb3I

Show HN: vbang2 – DDG-Style Bangs with Customizations https://bit.ly/3tC324W October 22, 2023 at 07:46AM

Saturday 21 October 2023

Show HN: Tiledesk – Open-Source LLM Chatbot Framework https://bit.ly/3QoEYeO

Show HN: Tiledesk – Open-Source LLM Chatbot Framework Tiledesk is an open-source chatbot designer that unleashes the potential of LLM-enabled chatbots and process automation through a user-friendly drag-and-drop interface. Witness its capabilities in action here: https://youtu.be/ZDPoVVbXxs8 With Tiledesk, you can create dynamic, human-like conversations without the complexities of coding or scripting. Our guiding principle is straightforward: Design, Test, and Launch Your Conversation Flows Across All Your Digital Channels in Minutes The quickest way to experience Tiledesk new product version is by visiting our website. For those curious about our codebase, explore our latest repository on GitHub: https://bit.ly/490BDtN Let's maintain a discussion focused on the essentials. We're here to answer your questions, provide insights, and share technical details. For additional information and inquiries, please don't hesitate to contact us at info@tiledesk.com We’d love to hear your thoughts! https://bit.ly/4918NcK October 21, 2023 at 08:05PM

Show HN: Images and animatons in 50 characters of stack based code https://bit.ly/3s7Djkr

Show HN: Images and animatons in 50 characters of stack based code https://bit.ly/3tBxJaq October 22, 2023 at 01:38AM

Show HN: Hackreels – Animate your code in HD https://bit.ly/46Ebnnv

Show HN: Hackreels – Animate your code in HD Hey there! Just released a project I've been working on for a bit which uses Remotion and other awesome tech. It let's you create code animations by simply entering a series of code snippets and exporting them to popular video formats. Let me know if anyone has feedback! https://bit.ly/3Sg4vbk October 21, 2023 at 03:24PM

Show HN: PlugNFunc – Invoke ChatGPT Plugins as Functions by API https://bit.ly/46VGXwI

Show HN: PlugNFunc – Invoke ChatGPT Plugins as Functions by API Hello HN Community, I'm thrilled to introduce you to a tool I've developed called PlugNFunc. - ChatGPT plugins are valuable but usually locked behind a paywall. - OpenAI's function-calling capabilities are powerful but cumbersome to implement and debug. PlugNFunc tackles both issues by enabling users to easily invoke ChatGPT plugins as functions, and what's more—it's completely free to use! Why PlugNFunc? We created PlugNFunc to democratize access to ChatGPT's advanced features and make it easier for developers to integrate these capabilities into their applications without the complications typically associated with OpenAI's function calls. Key Features Ease of Invocation: Invoke ChatGPT plugins as if you're making a simple function call. Contributing We'd love to hear your feedback and suggestions for improvement. We're looking for valuable input from the community: - Are there any usability improvements you can suggest? - Would you find a more detailed tutorial or video walkthrough beneficial? We're keen on receiving your insights to make PlugNFunc better. https://bit.ly/46ZguOJ October 21, 2023 at 02:42PM

Show HN: Simplified Note-Taking Solution – Organize, Simplify, Create https://bit.ly/46WImTN

Show HN: Simplified Note-Taking Solution – Organize, Simplify, Create https://bit.ly/3Ftb0jP October 21, 2023 at 02:40PM

Show HN: Chrome Extension to link to ad-free version of YouTube videos https://bit.ly/3QqxesI

Show HN: Chrome Extension to link to ad-free version of YouTube videos https://bit.ly/490l7dj October 21, 2023 at 10:29AM

Friday 20 October 2023

Show HN: Salami – declare your cloud infrastructure with natural language https://bit.ly/48VnJct

Show HN: Salami – declare your cloud infrastructure with natural language Hi HN! Salami is an open-source DSL that lets you declare Terraform-style configurations with natural language. The compiler uses LLM (currently GPT-4) to convert natural language into Terraform code. This project's main motivation was to better integrate LLMs into the developer workflow. Salami makes it easier to program in natural language without switching and copy-pasting. It’s also more accurate than GPT-4 alone, as it can catch errors and generate code that is more likely to be correct. The GitHub repo has several examples you can easily run. I also wrote a blog post and recorded a short demo video. Blog post: https://bit.ly/401Itez... Demo video: https://www.youtube.com/watch?v=ej629E0WOIY Thanks for checking it out! https://bit.ly/3Q7Rkqv October 20, 2023 at 10:25AM

Thursday 19 October 2023

Show HN: State of the art audio enhance (open source AudioSR and DeepFilterNet) https://bit.ly/3s8jSrI

Show HN: State of the art audio enhance (open source AudioSR and DeepFilterNet) https://bit.ly/46C3pLD October 19, 2023 at 04:48PM

Show HN: Gostore, a simplistic and minimalist storage made with Golang https://bit.ly/46YCol4

Show HN: Gostore, a simplistic and minimalist storage made with Golang https://bit.ly/46TN8kT October 20, 2023 at 04:17AM

Show HN: SQLiteDAV – A WebDAV Server for SQLite Databases https://bit.ly/491J4AN

Show HN: SQLiteDAV – A WebDAV Server for SQLite Databases Hi, this has been a labor of love over the last few days =) Can't wait to hear you feedback and of course AMA! https://bit.ly/48ZPzUK October 19, 2023 at 11:39PM

Show HN: One makefile to rule them all https://bit.ly/46SuGcn

Show HN: One makefile to rule them all https://bit.ly/45xvX7L October 19, 2023 at 12:34PM

Show HN: Open-source background removal in Node.js https://bit.ly/45FsjZg

Show HN: Open-source background removal in Node.js IMG.LY's popular background removal js library is now available for NodeJS. https://bit.ly/48X8gsl October 19, 2023 at 09:54AM

Show HN: Modern Moodle open-source alternative https://bit.ly/3PUDjMI

Show HN: Modern Moodle open-source alternative Code is still in pre-alpha but is perfectly usable, what do you think we can do better ? https://bit.ly/3S4P59O October 19, 2023 at 08:22AM

Wednesday 18 October 2023

Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://bit.ly/3Q4tThA

Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://bit.ly/3Fnivsj October 19, 2023 at 12:17AM

Show HN: AI VTuber Platform https://bit.ly/46BaDzh

Show HN: AI VTuber Platform Create an AI VTuber and go live on social media https://bit.ly/404shcy October 18, 2023 at 09:17AM

Tuesday 17 October 2023

Show HN: A cross-platform version of the ETH Oberon System 3 https://bit.ly/46OEeFT

Show HN: A cross-platform version of the ETH Oberon System 3 https://bit.ly/46wmyyo October 17, 2023 at 06:01PM

Show HN: SEO Tools List https://bit.ly/3ZX0oD7

Show HN: SEO Tools List https://bit.ly/3Q0K53t October 18, 2023 at 12:14AM

Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io https://bit.ly/48ZI9Rk

Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io Rust itself is a hard language to master. Writing networking code is not an easy task in any language, let alone Rust. This is the beauty of socket.io, it has so low barrier of entry that anyone can code websocket logic with this framework. Now that Socketioxide is out, it can combine the power of Rust with its natural simplicity. Check it out and star if you like! https://bit.ly/45yD6ok October 17, 2023 at 11:43PM

Show HN: SingleAPI – Convert the Internet into your own API https://bit.ly/3S1IJIg

Show HN: SingleAPI – Convert the Internet into your own API Hi! I created a universal data API that uses headless browsers and GPT to extract any data from the web in JSON format. I started this project because I needed some API to do data enrichment to get company data (headcount, investment rounds, etc.). Once I did the first version, I quickly realized that there can be many use cases for such a tool: data enrichment, web scraping, data validation, etc. https://bit.ly/3LR6Buo October 17, 2023 at 08:57AM

Monday 16 October 2023

Show HN: Noiselith, the most powerful tool to try out SDXL https://bit.ly/3S3u7bE

Show HN: Noiselith, the most powerful tool to try out SDXL Hello HN, we're excited to introduce Noiselith, a new beta program we've just launched. This tool harnesses the power of Stable Diffusion models right on your local machine. We're still in beta and actively developing, so we'd greatly appreciate your feedback. Free download available at https://bit.ly/3rX2xlF . Key Features: - Simplified installation: Just double-click the installation file. - Redesigned image creation process for ease of use. - Integrated model management and image gallery. - Compatibility with generation options from other well-known tools. More features coming soon! https://bit.ly/3rX2xlF October 17, 2023 at 02:31AM

Show HN: Obiklip – read transcripts, find and create video segments quickly https://bit.ly/3QkkAvl

Show HN: Obiklip – read transcripts, find and create video segments quickly I'm a video editor, but not very professional. I mostly edit speech and podcast videos to highlight interesting parts and make short clips. I've found that the most time-consuming task is finding interesting segments in a full-length video. It usually takes me 2-3 hours of continuous listening just to find the 'timestamps' where the interesting points start and end. I'm referring to source videos that are 30 min to 1 hour long. Nowadays, getting transcriptions for videos is easy with AI. So, why not use that to find segments? Reading through a transcription is much quicker and easier than listening to the whole video. You can't predict what the speaker in the video will say, so you need to listen, go back and forth, and keep repeating this process until you finish the video. So, I created Obiklip. Now I can go through each line of the transcription, listen to each line, read or skim through it. It saves me hours! Of course, there's still detailed post-production editing to do, but finding points to highlight is no longer a pain. As the only developer for this project, I'm happy to share this and hear feedback from the community! P.S. It's a free software. But if you need to buy a license, use the "HELLOHN" coupon. You'll get 50% off. https://bit.ly/3QkkDav October 17, 2023 at 02:21AM

Show HN: Proposed Cryptocurrency Aims at Environment and Social Justice https://bit.ly/3Q1nh3y

Show HN: Proposed Cryptocurrency Aims at Environment and Social Justice Here is a proposal for a new cryptocurrency that will be good for the environment and also reduce wealth inequality. https://bit.ly/3PWPGaZ October 17, 2023 at 12:55AM

Show HN: Using mkdir to track financial transactions https://bit.ly/3M46cEX

Show HN: Using mkdir to track financial transactions I've been exploring uses of file metadata. Here's an interesting one with a legitimate (and potentially unreliable) use case. Focuses on ease of use. Would love to hear feedback. https://bit.ly/3RZkOcw October 16, 2023 at 11:31AM

Show HN: Zenkat – a CLI tool to manage Markdown notes https://bit.ly/3FpL9Jb

Show HN: Zenkat – a CLI tool to manage Markdown notes I'm a consummate note-taker and have used tools like Evernote, Obsidian, Notion for years. However, I recently begun moving towards a command line workflow using helix etc for my coding, and wanted to port my notes over to this workflow. zenkat is a project that aims to give back some of the 'superpowers' that note-taking apps give you, like tags, knowledge graphs, and so on, while being FOSS (GPLv3). Super happy to hear your feedback as it helps me improve the project, or to take pull requests. https://bit.ly/3Fm6un3 October 16, 2023 at 09:56AM

Show HN: I made an API that lets you gamify your app in just 5 min https://bit.ly/3PVHeZz

Show HN: I made an API that lets you gamify your app in just 5 min https://bit.ly/3FfKp9I October 16, 2023 at 09:13AM

Sunday 15 October 2023

Show HN: CodeSpin - Code generation framework and tools using OpenAI APIs https://bit.ly/48VroH5

Show HN: CodeSpin - Code generation framework and tools using OpenAI APIs https://bit.ly/46NS0Ie October 16, 2023 at 04:51AM

Saturday 14 October 2023

Show HN: mystery-o-matic offers a daily random murder mystery https://bit.ly/3RSZYvw

Show HN: mystery-o-matic offers a daily random murder mystery https://bit.ly/3ZXOdWr October 14, 2023 at 10:20PM

Show HN: 3D Binpacking Algorithm Visualized https://bit.ly/48R6o4i

Show HN: 3D Binpacking Algorithm Visualized https://bit.ly/48R6clD October 15, 2023 at 02:01AM

Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI https://bit.ly/46MjRIP

Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI Hey everyone! I’m excited to announce the release of my last project, MiniSearch. I admire Perplexity.ai, Phind.com, You.com, Bing, Bard and all these search engines integrated with AI chatbots. And as a curious developer, I took the chance and created my own version. Using Web-LLM and Transformers.js to provide browser-based text-generation models on desktop and mobile, I built a minimalist self-hosted search app on which an AI analyses the results, comments on them and responds to your query summarising the info. In the backend, it still queries a real search engine, but besides that, there's no other remote connection happening. For running in the browser and on mobiles, lightweight models are required, so we can't expect them to give stellar answers, but there are a few advantages of using this over the services as mentioned earlier: - Availability: The AI will always be available and respond with the maximum available speed from the device. - Privacy: Besides the queries that go anonymously to the actual search engine, nothing else leaves your device. - No ads/trackers: Get the relevant links clean and fast without being tracked. - Customization: As it's open-source, you can fork it and re-style it any way you want. You can get started with MiniSearch by cloning the repository from GitHub ( https://bit.ly/3PYZJfE ) and running it locally or by using it online on this HugginFace Space: https://bit.ly/3PZDV3K (Alternative Space address: https://bit.ly/3POznwM ) You can even set it as your browser's address-bar search engine using the query pattern ` https://bit.ly/3s0zAoN ` (where your query replaces %s). At the moment of this writing, the app is using TinyLlama and LaMini-Flan-T5 models, but there's an option to try to use larger models like Mistral 7B (not recommended, though, as it could be slow and break the fast-search experience). That's what I had to share. Thanks for reading! Your feedback means the world to me! Please don't hesitate to reach out if you have any questions or suggestions or want to learn more. https://bit.ly/3POznwM October 15, 2023 at 01:50AM

Show HN: Firefox add-on to open YouTube videos in alternative front ends https://bit.ly/3M2z8gN

Show HN: Firefox add-on to open YouTube videos in alternative front ends YouTube started blocking me because I use an adblocker. So I made this simple Firefox Add-On (haven't made it cross-browser yet, contributions welcome!) to open videos in alternative front-ends (piped.video by default). Default keybinding: Alt+J to reopen current page in the configured frontend. Shift+Click to open any video in a new tab in the configured frontend. You can change the default frontend to something else if you like. https://bit.ly/3FicaOJ October 14, 2023 at 05:22PM

Show HN: Guide to better pull requests and code review https://bit.ly/46m1I4N

Show HN: Guide to better pull requests and code review I listed all the advice I give about Pull Requests and Code Review into a short (37 pages) and free guide, with real-life examples and actionable insights. https://bit.ly/3RURYtZ October 14, 2023 at 03:29PM

Friday 13 October 2023

Show HN: EDMA – Embedded database management tool written in Rust https://bit.ly/46xhnOW

Show HN: EDMA – Embedded database management tool written in Rust https://bit.ly/48RLlyq October 14, 2023 at 06:01AM

Show HN: Dummy – Generator of static files for testing file upload https://bit.ly/3FhGM2R

Show HN: Dummy – Generator of static files for testing file upload https://bit.ly/3PUo2LU October 14, 2023 at 05:31AM

Thursday 12 October 2023

Show HN: I built an app that help you be productive without having a todo list https://bit.ly/3PXBPkK

Show HN: I built an app that help you be productive without having a todo list Mond is a tiny chrome extension that kindly ask you to choose what you want to do before having an Internet session. Based on your choice, it will open in advance / block webs to save you lots of manual actions and prevent distraction. This is a product I made to solve my own problem and I been using it for about 2 months before releasing it. Look forward to your feedbacks folks. https://bit.ly/3RT8VVH October 13, 2023 at 01:27AM

Show HN: stews.io – power tools for publishing quality curations to the web https://bit.ly/3MmMF31

Show HN: stews.io – power tools for publishing quality curations to the web https://bit.ly/3PU2Fdx October 13, 2023 at 12:36AM

Show HN: Carousel Hero https://bit.ly/3LXWswe

Show HN: Carousel Hero https://bit.ly/46pTkB7 October 12, 2023 at 03:18PM

Show HN: Tomoropomodoro – Pomodoro for Coffee Shops https://bit.ly/3ZQNhTI

Show HN: Tomoropomodoro – Pomodoro for Coffee Shops For sure we all have used some kind of productivity apps and most of those are not that effective. I see pomodoro apps as some kind of fake concept with no real impact on my productivity, it doesn't make sense at all. yet it is on the top chart of App Store... And throughout the years I find only effective to work for me is to work at coffee shops with random background music selected by the shop operator. So I developed my own "pomodoro" app with a simple function that toggle your reward circle in different ways. Please use this app at a coffeeshop or any places surround with music :) Any feedback is craved! https://apple.co/3tAdwBO October 12, 2023 at 01:34PM

Show HN: Laketool – A platform for rapid AI experiments on data lakes https://bit.ly/3PRdQUn

Show HN: Laketool – A platform for rapid AI experiments on data lakes A no-code platform for rapid AI experiments from data lake to state-of-the-art model https://bit.ly/3RWjE1r October 12, 2023 at 12:22PM

Show HN: AI Generated Personalized Videos https://bit.ly/46Gxda5

Show HN: AI Generated Personalized Videos https://bit.ly/46on69J October 12, 2023 at 01:44AM

Wednesday 11 October 2023

Show HN: thcon, a config-driven theme controller https://bit.ly/48Smuuo

Show HN: thcon, a config-driven theme controller It's not the first CLI tool that switches terminal, editor, and desktop themes, and it certainly won't be the last. This one (mine) focuses more on switching between dark and light variants of a theme than on theme hopping, and is able to support a different set of tools. Notably, KDE Plasma, GNOME Shell user themes, and the macOS global dark mode are all supported, which is pretty unique I guess? https://bit.ly/3Fafmfv October 12, 2023 at 01:42AM

Show HN: Cloudgenda – Membership management platform for social organizations https://bit.ly/3LXcs1w

Show HN: Cloudgenda – Membership management platform for social organizations https://bit.ly/46nUiy7 October 11, 2023 at 10:56PM

Show HN: Netflix for AI-Generated Videos https://bit.ly/3FwBcKp

Show HN: Netflix for AI-Generated Videos https://bit.ly/48GoxSe October 11, 2023 at 12:53PM

Show HN: Dynamic aspect-driven image rendering for web developers https://bit.ly/3PTX2Mo

Show HN: Dynamic aspect-driven image rendering for web developers Hello HN! A few months back I was developing a website and I had to manually (re)crop images a bunch of times to test different image placements and layouts. I thought it would be neat to have a way to generate those images on the fly. Enter.. Ratio Render! ( https://bit.ly/46oeobb ) Ratio Render enables web developers to dynamically render image placeholders on their websites via their aspect ratios. Rather than serving up fixed dimension jpg or png images, Ratio Render serves up SVGs which maintain their aspect ratios while scaling infinitely. Images get embedded via a standard image tag e.g. `` It's built with Typescript & Node, runs powered by AWS Lambda, and deployed via Terraform. I'm actively working on it and there is lots of room for improvement. Any comments, feedback, or suggestions are welcome, especially if you're a web developer! https://bit.ly/46oeobb October 11, 2023 at 11:16AM

Show HN: SQL Window Functions Explained https://bit.ly/46M3FaG

Show HN: SQL Window Functions Explained Window functions are probably the most confusing part of SQL. You might think, "So what? They just added a few extra functions". Not really. "Window functions" is a separate language built into regular SQL. And it's more complicated than anything you know about SELECTs. I've read several dozen articles explaining SQL window functions. They all suffered from one of two problems: (1) Easy read without much practical value, describing 10% of features, or (2) Difficult to comprehend (if I did not know the subject — I would not understand a thing). I wanted people to understand SQL windows better. So I wrote a book on window functions with a hundred pictures and GIFs explaining everything, and fifty-six interactive exercises to turn abstract knowledge into skills. Here it is. https://bit.ly/3tjNt1F October 11, 2023 at 01:25PM

Show HN: Lineage X Snapshot Tooling https://bit.ly/46EK6AI

Show HN: Lineage X Snapshot Tooling Hello everyone, I've been working on this project for several month now and I've just released a Lineage page so I thought I could share it here. Data Drift is a tool to help data teams understand what changed in their data warehouse, and how that led to KPI instability. Here's an example: https://bit.ly/46orNjO... You can "technically" install it by yourself, but tbh our focus are on the features, not the adoption. If you are interested it takes roughly 1 hour to configure (choose the data you want to observe, run a python function, install a Github app, add a configuration file), contact us. The repo: https://bit.ly/46EK7og Roast me https://bit.ly/46qRIHr October 11, 2023 at 10:19AM

Tuesday 10 October 2023

Show HN: Neovim Configuration heavily inspired by Emacs and JetBrains https://bit.ly/3Feb72y

Show HN: Neovim Configuration heavily inspired by Emacs and JetBrains Neovim Configuration heavily inspired by Emacs & JetBrains. Based on NvChad https://bit.ly/46GeqLy October 11, 2023 at 06:23AM

Show HN: A lightweight open-source web analytics for webdevs https://bit.ly/3LVc0R6

Show HN: A lightweight open-source web analytics for webdevs I wanted to share something I've been working on recently: Statum, a handy web analytics tool. https://bit.ly/46qxduo The journey began when I found myself frequently needing simple web analytics for my projects. I tried Google Analytics, especially GA4, and realized it was quite complex and, at times, not very accurate, especially when I wanted to view stats for the current day or recent hours. Then I tested a few fancy startup solution but ended up with way too expensive plans the expect me to subscribe (I'm not that rich to pay $99/month for every pet project web analytics). This drove me to think, "Why not create a tool that bridges the gap between these complex/expensive platforms and the real needs of developers like me?" So, I designed Statum to seamlessly parse both Nginx and Apache server logs. It filters all necessary data, including IP, http method, URL, and user agent. What's more, it can categorize these user-agents into mobile users, bots, and others. Besides that...to provide a holistic view, Statum augments local log file statistics with web-based JavaScript analytics, offering even deeper insights, especially into returning visitors. With Statum, you can quickly get a grip on: - The number of visitors and a breakdown between bots and real users. - Identify visitors as unique entities (tied to the browser). - Client-side parameters such as screen resolution, OS, language. - Unique user-agents and much more. I've aimed to make the setup process straightforward (it's just one js line to insert into your website template and update a few paths in .py file to parse logs from the right place). Currently, it does not have UI, I use just a text output from sqlite, the default query to get the number of visitors and return visitors is in gen_stats.sh so you can enhance it depending on what you want to analyze. I'd appreciate any feedback you have on the project. Please keep in mind that this is an initial version and it's not designed for high-traffic websites. https://bit.ly/46qxduo October 10, 2023 at 11:19PM

Show HN: Get Real-Time Updates on DAO Proposals https://bit.ly/45qBih4

Show HN: Get Real-Time Updates on DAO Proposals Hey HN! We built Realtime DAO to give people an easy way to stay updated on DAO proposals. We'll create more Twitter accounts for more options soon. Currently, we have only one for Aavegotchi. Let me know if you have any questions or feedback! https://bit.ly/3ttu5zy October 10, 2023 at 12:50PM

Show HN: Convert the Internet into your own API in seconds using GPT https://bit.ly/3ZNMXVS

Show HN: Convert the Internet into your own API in seconds using GPT Hi! I created a universal data API that uses headless browsers and GPT to extract any data from the web in JSON format. I started this project because I needed some API to do data enrichment to get company data (headcount, investment rounds, etc.). Once I did the first version, I quickly realized that there can be many use cases for such a tool: data enrichment, web scraping, data validation, etc. Thanks! https://bit.ly/3LR6Buo October 10, 2023 at 01:17PM

Show HN: REST Alternative to GraphQL and tRPC https://bit.ly/3tmUTRT

Show HN: REST Alternative to GraphQL and tRPC https://bit.ly/46moEB3 October 10, 2023 at 10:58AM

Monday 9 October 2023

Show HN: The Water Quality Dashboard: State Compliance over the Years https://bit.ly/48G2mfb

Show HN: The Water Quality Dashboard: State Compliance over the Years https://bit.ly/46EM7Nt October 10, 2023 at 06:40AM

Show HN: Free content optimization tool for SEO https://bit.ly/3PPTHOt

Show HN: Free content optimization tool for SEO https://bit.ly/46qrBR8 October 10, 2023 at 12:01AM

Show HN: A Prettier plugin for formatting imports in Astro files https://bit.ly/3tjKOoG

Show HN: A Prettier plugin for formatting imports in Astro files https://bit.ly/3ZMyae0 October 9, 2023 at 05:27PM

Show HN: I made a Chrome extension to put headlines back into Twitter https://bit.ly/48ZnZav

Show HN: I made a Chrome extension to put headlines back into Twitter https://bit.ly/48IRInN October 10, 2023 at 01:08AM

Show HN: CheckAnyPlate – Free License Plate to VIN Decoder https://bit.ly/3LSF5ww

Show HN: CheckAnyPlate – Free License Plate to VIN Decoder This started as a project to scratch my own itch and has grown from there. Initially I wanted a way to easily see if potential funny license plates were available in a given state, but I've also started using it at car shows when I'm curious which engine or transmission is in a car. It most cases the plate can be matched to a VIN using DMV data, and then some information about the vehicle can be decoded into basic car specs You can also purchase a full vehicle history report which uses data from the NMVTIS and other services to show accident history, previous titles, and salvage issues. The site is built using the Laravel framework and connects to a bunch of APIs like the DOT and NHTSA for Safety and recall information. This is my first time running Laravel on AWS Lambda so let me know how the site feels to you https://bit.ly/3Qari7l October 9, 2023 at 02:17PM

Show HN: Automated data pipeline for your AI apps https://bit.ly/3LUMThs

Show HN: Automated data pipeline for your AI apps We just launched Turbine, it automates the data pipeline for LLM powered apps. It fetches data from your database, creates embeddings from the data, and stores in a vector database for easy semantic search. It also creates a real-time data pipeline to fetch changes and keep the search data fresh. Turbine supports multiple source databases, embedding models and vector databases. It's aimed to be configurable and easy to use at the same time. It's primary use case would be being the data backend for LLM apps—to create a relevant context for each prompt from your data. We are very early and this is our first public launch, we just have tested the product internally. Any and all feedback would be very appreciated. DM or email me at sumit@useturbine.com if you are interested to be a early beta user of Turbine and help us build this product. Thank you! Looking forward to your comments. https://bit.ly/3LOx9MH October 9, 2023 at 01:49PM

Show HN: My First SaaS https://bit.ly/46xShPs

Show HN: My First SaaS Promptly is my first SaaS Project. I built it because I wanted to refine my dev skills and also to have a central place to store my prompts for GPT, Midjourney, and other AI platform and systems. Would love some feedback on the website itself, as well as advice on how I should go about the marketing https://bit.ly/3RRnEk2 October 9, 2023 at 10:53AM

Show HN: I made a all-in-one web app to help me with my freelance admin tasks https://bit.ly/3RLBd4l

Show HN: I made a all-in-one web app to help me with my freelance admin tasks https://bit.ly/48KGqzd October 9, 2023 at 09:50AM

Sunday 8 October 2023

Show HN: I made a one button snake game variant https://bit.ly/45o0yUU

Show HN: I made a one button snake game variant https://bit.ly/45o0zbq October 9, 2023 at 01:50AM

Show HN: SharePal – I built an app I always wanted to quickly share snippets https://bit.ly/48H0hzw

Show HN: SharePal – I built an app I always wanted to quickly share snippets Hi! I'm a backend architect by day, an indie iOS developer by night. This spring, I wanted to experiment with iMessage app extensions for another app I build, and I needed a proof-of-concept that binding a SwiftUI view in this iMessage context would work correctly. Not only this is possible, but this project became a bit more, because it transformed the way I started sharing piece of information I often need to have at hand. My first use case was my IBAN sharing, often shared with relatives. Each time I was asked for it, I would have to open my bank app, have a correct internet connection, and a few minutes of my time to find it, copy it, and removing the extra un-needed info from the pasted content. Instead, opening my newly created iMessage app, and taping it would simply paste it in the iMessage textfield, ready to be sent. Other use cases were quickly found: URLs to my blog posts, apps, and social networks, but also hashtags I often use when I'm microblogging. This is why I also enabled the custom keyboard extension for this app. Behaving similarly to the iMessage app, it was _almost_ free to support. After finding a UI/UX that would feel right, and adding a few more features that felt right at home for this kind of app, including categories, access restriction by biometry, drag and drop, and Apple Shortcuts integration, the app launched this week in the App Store. I'm open to discussion about this app. Any improvement or feature request, bug spotting, or marketing advices… I take it all! I'll also be very happy to share implementation or technical details about this 100% SwiftUI app that packs way more than it seems. https://bit.ly/3ZOtSTA October 8, 2023 at 03:57PM

Show HN: Create Email using your own voice https://bit.ly/46gshs2

Show HN: Create Email using your own voice You can write your emails using your voice you can generate resignation, birthday mails etc Website: everlogue.aicygnus.com Google Play Store Link: https://apps.apple.com/us/app/everlogue/id6452388483 https://bit.ly/46qD9Uj October 8, 2023 at 03:03PM

Show HN: Track time spent on activities that matter to you https://bit.ly/3F92czm

Show HN: Track time spent on activities that matter to you https://bit.ly/3rACl07 October 8, 2023 at 09:23AM

Show HN: Build WebExtensions in Go, a Native Way https://bit.ly/3Q8FqOn

Show HN: Build WebExtensions in Go, a Native Way Less than a week ago, we announced a new stdlib & runtime `pcz` for Golang, focusing on platform native support, along with full access to Web APIs. [1] (and we were not joking.) Today we are releasing the full access to WebExtension APIs for Go js/wasm target in pcz std[2], and now you can build WebExtensions in Go natively, happy toying with it! [1]: https://bit.ly/46vPZjR [2]: https://bit.ly/45lKxz8... https://bit.ly/3ZJo6Tb October 8, 2023 at 01:21AM

Show HN: Vimacs – Fast, Feature-rich & Beautiful Neovim configuration https://bit.ly/46GG0s8

Show HN: Vimacs – Fast, Feature-rich & Beautiful Neovim configuration Vimacs project has just released! One of the most feature-rich neovim configurations out there. Manifest: There are some philosophical differences between (neo)vim & emacs (barely summarizing): (neo)vim is more minimalist and more focused on coding (unix philosophy) emacs is known to be an extensible editor that can ease the process of (almost) any text related task. (IRC, E-Mail, Note taking etc.) With Vimacs you have the efficiency of (neo)vim and (some) features of emacs. - Feature-complete (Some inspired from emacs & JetBrains) - Fast (Lazy loading ~%97.5) - Simple (configuration + usage) Vimacs some out of the box features (full list: [0]): > NOTE: This is 1/10 of the repository's list - Debugger (Polished for the best) - Profiler - Hot-reloaded themes - Magit + Github integration - On-Click updates - Project Manager (Github templates + hooks!) - Markdown tools - Code refactoring tools - Tree-sitter actions (e.g JetBrains extract function, unjoin line etc.) - Magit + Github Integration - Task framework - Testing framework - File Manager (dired like) - Leetcode Client - Org-mode - Compiler Explorer (for any language!) - Codegen tools - Refactoring tools - Pastebin Client - Smart Snippets - AI tools (assistant, code-generation, inline hints) - Multiple UI Modes for saner code editing experience Vimacs has some optional features like: - IRC Client - E-Mail Client - Discord Client - Internet Browser - And more! [0] For more information (and a feature list) please visit repository homepage [0] --------------------------------------- [0]: https://bit.ly/46GeqLy https://bit.ly/46GeqLy October 8, 2023 at 06:14AM

Show HN: CSSBattle – A competitive game for web designers and developers https://bit.ly/3Q5k5Ft

Show HN: CSSBattle – A competitive game for web designers and developers My name is Kushagra, and I am the co-founder of CSSBattle[1]. We built CSSBattle to make web designing a bit more fun. CSSBattle is an online competitive game where you have to replicate a given target image with CSS. When you submit your CSS code, you get a score based on how well you replicated the image + how short your code is. Our community has now grown to 320k+ players across the world. Over the past 3 years, we've been working hard to make it even more fun and educative for our players. I am very excited to show you a completely revamped version of CSSBattle with great new features which makes it the best frontend gaming platform on the web. Here's what's new: - Daily Targets: after talking to our users, we realized that not all players liked the pressure of leaderboards and competition. So we've introduced Daily Targets where players get a new target every day. These targets don't have leaderboards and are great for beginners who are just getting started - CSS Courses: We've also introduced game-like interactive courses for learning CSS - Monthly Battles: We now host monthly battles for players who crave competition. These are heated battles where players spend hours on shaving off a single character from their code just to rise up on the leaderboards! - Redesign: We've revamped the whole site to make it look nicer, and the whole experience smoother. We've also optimized it to work on mobile devices We would love it if you get a chance to check it out and are excited to hear all your feedback. Thank you for the support! [1] https://bit.ly/3RRhLDo https://bit.ly/3RRhLDo October 8, 2023 at 02:02AM

Saturday 7 October 2023

Show HN: Cadence Running – Your AI powered running coach https://bit.ly/46Erz7J

Show HN: Cadence Running – Your AI powered running coach Tl;dr: Cadence is a running app that gives you an AI coach to motivate you while you run and help you reach your goals! What is Cadence? Cadence is your running coach while you run. Whenever you start a run with Cadence, you’ll run alongside an engaging running coach that feels like he’s there with you in real time. You can set your goal pace & distance, and your running coach will chime in to provide motivation and updates on how you’re doing. This is step 1 for building a full fledged running coach in your pocket, and we’re excited for you to try it. How can I try it? Here’s a link to the testflight: https://apple.co/3rA3UGS Currently Cadence is only on iOS. Our ask: Go for a run and use our app and give us feedback & ideas on how to improve! If you try it, join our WhatsApp group: https://bit.ly/46ErAbN https://apple.co/3rA3UGS October 7, 2023 at 03:29PM

Show HN: Teig.pro is an interactive dough calculator https://bit.ly/3rFyLBG

Show HN: Teig.pro is an interactive dough calculator Hi! I built an interactive recipe builder (particularly for dough recipes). I bake a fair amount of bread and use it, along with the more primitive version on my personal blog, to simplify dough calculations. A friend urged me to share it with HN, so here it is. https://bit.ly/3PP0yI4 Some technical details which may be interesting to this audience: - The recipes, apart from a handful of hard coded examples, are fully encoded in query parameters. This comes with problems (like a browser-specific character limit), but in the context of a recipe I consider these edge cases. - The body supports Markdown, but sanitizes the HTML with DOMPurify. This limits some of the most obvious attack vectors like including a malicious

Friday 6 October 2023

Show HN: Entrepreneurial Wisdom in Memes https://bit.ly/3PTkSYW

Show HN: Entrepreneurial Wisdom in Memes https://bit.ly/3F5PT6H October 7, 2023 at 06:06AM

Show HN: Uber/Airbnb for Notarization Live in the Bay https://bit.ly/3ZRQwKU

Show HN: Uber/Airbnb for Notarization Live in the Bay It's about time to skip that trip to the UPS store/bank, the Googling, the phone calls. Book in 2 minutes and get notified when your notary arrives! Use Coupon HN2023 for 50% off good till 10/15 https://bit.ly/3ZJBjeG October 7, 2023 at 03:19AM

Show HN: Sun Powered Game of Life https://bit.ly/3tsUYTX

Show HN: Sun Powered Game of Life https://bit.ly/3LQ2qyR October 6, 2023 at 01:46PM

Show HN: CLI-first management of your environment secrets https://bit.ly/3F4V2vZ

Show HN: CLI-first management of your environment secrets https://bit.ly/46EV8pS October 6, 2023 at 10:15PM

Thursday 5 October 2023

Show HN: Most secure AI tools for work https://bit.ly/3tobKnu

Show HN: Most secure AI tools for work Hello Hacker News! We have an exciting product for privacy-conscious individuals and organizations. Now you can use AI tools at work, even if your organization has banned ChatGPT! WorkAI Tools is a self-hosted alternative to popular AI tools like ChatGPT. The Individual Edition of WorkAI Tools is a self-contained desktop app that runs everything locally, so all your data remains private and secure. We also offer an Enterprise Edition where organizations can deploy AI tools on their infrastructure (on-premise, private cloud, or even air-gapped facilities) and boost the productivity of their employees. Please try the Individual Edition today and send us your feedback. Cheers, Jay https://bit.ly/3RR8lrl October 6, 2023 at 06:54AM

Show HN: DeepEval – Unit Testing for LLMs (Open Science) https://bit.ly/3RORpBY

Show HN: DeepEval – Unit Testing for LLMs (Open Science) https://bit.ly/3rtbBhP October 6, 2023 at 06:21AM

Show HN: Decorate Java stack traces with source code snippets https://bit.ly/3LOFQXy

Show HN: Decorate Java stack traces with source code snippets https://bit.ly/46nRCAn October 6, 2023 at 03:36AM

Show HN: A tool to Convert JSON schemas into TypeScript Deno classes https://bit.ly/46FdM0E

Show HN: A tool to Convert JSON schemas into TypeScript Deno classes Hello all To preface this is just something I've been making as a learning exercise, so all feedback is appreciated. This is a tool that converts JSON schemas into TypeScript utility classes for use in Deno. Automatic Type Generation: Typescript interfaces for the compressed and uncompressed versions of your data. Compression & Decompression: Compress and decompress your data. Validation: Built-in data validation using Ajv ensures your data adheres to the schema. Reusability: Once generated, the utility classes can be used in other Deno projects. It currently only supports a subset of JSON schema features. I'll eventually hope to expand it to support more features. Reasons behind the project: I have been working with OpenAI LLMs recently and I like to get my data output in structured JSON. I realised it's rather good at taking a schema where properties are compressed within an instruction, and then in return it return data based on the compressed schema. These utility classes provide help with the validation, decompression etc. https://bit.ly/45in4i7 October 6, 2023 at 01:13AM

Show HN: An image generator that embeds headline text for X / Twitter Cards https://bit.ly/3ZLhvYd

Show HN: An image generator that embeds headline text for X / Twitter Cards - add headline text of article - drag and drop image - make adjustments by dragging, resizing, zooming with mouse wheel - download twitter card it's not perfect but i hope it helps. any constructive criticism is appreciated. happy to make adjustments or new features. thanks for your valuable time. https://bit.ly/3F619A8 October 6, 2023 at 01:13AM

Show HN: Using File System as Database https://bit.ly/3PG1Tkp

Show HN: Using File System as Database https://bit.ly/3PCaNz6 October 5, 2023 at 08:42PM

Show HN: GORILLA.BAS for Android https://bit.ly/48y30uW

Show HN: GORILLA.BAS for Android https://bit.ly/48CxpZ3 October 5, 2023 at 10:21AM

Show HN: Use your familiar Markdown editor to create and publish web pages https://bit.ly/45lYih7

Show HN: Use your familiar Markdown editor to create and publish web pages I'm excited to introduce my own developed Markdown editor to everyone. It's built on the Monaco editor and designed specifically for developers. This editor integrates various features such as document management, resource management, and MDX extensions. You can embed images, audio, video, and even use plugins like drawing tools, calendars, and cards to showcase your creativity. What's even more thrilling is that it allows users to customize PostgreSQL table structures, insert and display data in Markdown documents, and even collect form submissions. My original intention in design was to use MDX to describe pages (with limited differentiation), and utilize low-code building tools to present and collect data. This way, users can use simple text to describe individual web pages and aggregate multiple web pages into their site. Now, it has completed a portion of the work; for instance, the blog on my official website is self-generated using this method. However, most users should use it as a markdown editor with extension components. I'm not sure how to better describe my vision. I really hope that you are interested in trying it out and providing suggestions. https://bit.ly/45fyzqx October 5, 2023 at 11:41AM

Wednesday 4 October 2023

Show HN: Open-Sourced Launchpad(NextJs+ReactJS) https://bit.ly/3F4pHcE

Show HN: Open-Sourced Launchpad(NextJs+ReactJS) Hey friends, Product Hunt seems to turn into a place where best marketing wins, not the best product. Also nobody knows how do they count the votes. We've built open source clone of Product Hunt just for dev tools. You can use the code to launch any kind of launchpad yourself too. Let me know if you need help setting it up Hit my up on twitter @johnrushx https://bit.ly/3rFhyIB October 4, 2023 at 09:54PM

Show HN: A Domain Name Generator that's useful https://bit.ly/3F2RgD9

Show HN: A Domain Name Generator that's useful https://bit.ly/3F5lOEA October 5, 2023 at 01:26AM

Show HN: The first tax software built for DeFi/NFTs https://bit.ly/48DfvFH

Show HN: The first tax software built for DeFi/NFTs The first tax software built for NFT and DeFi users. Automatic support for 10,000+ protocol functions. (We support exchanges like Coinbase, Gemini, and Kraken too.) https://bit.ly/3F2PbHl October 5, 2023 at 01:19AM

Show HN: Privacy-focused, semi-automatic and open source CAPTCHA solution https://bit.ly/3LOWYfF

Show HN: Privacy-focused, semi-automatic and open source CAPTCHA solution https://bit.ly/46hVfHZ October 4, 2023 at 11:34PM

Tuesday 3 October 2023

Show HN:Artsey.io 1 handed keyboard with 8 keys, your fingers dance [YouTube] https://bit.ly/3EYSfEB

Show HN:Artsey.io 1 handed keyboard with 8 keys, your fingers dance [YouTube] https://www.youtube.com/watch?v=dicYf7OiS3Q October 4, 2023 at 04:29AM

Show HN: Excessibility, test Elixir/Phoenix applications for WCAG compliance https://bit.ly/3LNXvyC

Show HN: Excessibility, test Elixir/Phoenix applications for WCAG compliance Hey Hacker News community! I'm thrilled to introduce Excessibility, a library that I've developed to address a crucial aspect of web development - accessibility testing. With Excessibility, you can effortlessly test your Elixir/Phoenix applications for a11y issues and ensure compliance with WCAG (Web Content Accessibility Guidelines). Accessibility is a fundamental principle that should be at the core of every web application. It ensures that people with disabilities can access and use your website or application without any barriers. However, testing for accessibility issues can be a daunting task, often requiring manual effort and extensive knowledge of accessibility guidelines. This is where Excessibility comes in. It simplifies the process of accessibility testing your Elixir/Phoenix applications and can be used with ExUnit, Wallaby, and LiveView tests. Whether you're a seasoned developer or just starting out, Excessibility empowers you to identify and fix accessibility issues easily. I believe that Excessibility can significantly contribute to the accessibility of Elixir/Phoenix applications and promote inclusive web development practices. By incorporating accessibility testing into your development process, you can ensure that your applications are accessible to all users, regardless of their abilities. I invite you to check out Excessibility and give it a try. Your feedback, contributions, and suggestions are highly appreciated as we strive to make web accessibility a priority in the development community. (P.S. I am currently looking for a new position. I have extensive experience in Elixir/OTP, JavaScript/TypeScript, and a11y. My e-mail is in my bio.) https://bit.ly/3rFbxvB October 4, 2023 at 12:12AM

Show HN: Elara- A free open-source coding game built with Rust and WebAssembly https://bit.ly/46gpgb9

Show HN: Elara- A free open-source coding game built with Rust and WebAssembly I'm excited to share a project that I've been working on mostly solo for the past year! It's called Elara, and it's a free open source game that teaches you how to code. You can play directly in your browser without downloading anything or creating an account. It's targeted toward complete beginners, but if you already have some coding experience, there are optional bonus challenges to really test your knowledge and problem-solving skills. If you like code golf, some of the challenges will be right up your alley ;) Under the hood, the backend/core game logic is built with Rust and compiled to WebAssembly, and the frontend/UI is in TypeScript and React. In-game, you write code in Rhai, a scripting language tightly integrated with Rust. I chose this architecture for a few reasons: it offers good performance for compiling and running user code, has important sandboxing/safety guarantees like preventing infinite loops, and means the entire game can run in-browser without the need for any servers (aside from just serving static files). Keeping costs low was really important since the game is 100% free and I would like to keep it that way. Check it out and let me know what you think! I'll be checking back here periodically to answer any questions. The full source code is available on GitHub: https://bit.ly/46fzsRm . https://bit.ly/46lRW2M October 4, 2023 at 01:01AM

Show HN: An app to create asynchronous micro podcasts https://bit.ly/48HnDVx

Show HN: An app to create asynchronous micro podcasts Share thoughts and stories with friends worldwide, on your time. https://bit.ly/48RsYtN October 3, 2023 at 10:52PM

Show HN: Slashdot to Telegram using bash / rsstail https://bit.ly/3LKBCjG

Show HN: Slashdot to Telegram using bash / rsstail https://bit.ly/3Q0v8zv October 3, 2023 at 01:03PM

Monday 2 October 2023

Show HN: Hardcover – Letterboxd for Books https://bit.ly/45cW180

Show HN: Hardcover – Letterboxd for Books Hi HN! A little over two years ago, Goodreads announced they were shutting off access to their API. I was using it to show what I was reading on my blog at the time, and started looking for alternatives. I found a few that showed potential. I'd been using Letterboxd for a few years at that point and felt it had something that was missing from GR and the others I found, but I couldn't put my finger on it. I decided to build it instead (I'm sure many creators can relate ). I made a post on the /r/cofounders subreddit about the idea, and found Ste. With me as a full-stack product dev and him on product design, we talked to hundreds of readers about what they want in a book tracking and social platform. We've listened to their feedback, tested and iterated constantly. We believe we've created a book space that feels as warm as a familiar library but as exciting as a midnight book launch party. This past weekend we launched Hardcover on Product Hunt (and hit #3!). We describe Hardcover as a book tracking social network for readers to find new books, track what they read and make lasting connections with other readers. So, Letterboxd for books! Here are a few of my favorite things you can do on Hardcover: Find books - Search for books you know of, check out trending books, explore lists and prompts to find hidden gems, review your recommendations, stumble on friends reads in your feed, or browse all book by genre, mood or tag. Decide what to read - Besides all the book facts you'd expect to see, we show you a personalized Match Score from 0% to 100% for each book based on your reading history. You'll also see ratings & reviews from readers you follow and readers most similar to you. Track your reading - One place for every book you want to read, have read and more. You can set your privacy level to public, private (for a book?) or friends only. Use Airlists (our version of Airtable for Books) to further organize your library. Log your reads - Rate and review books on a 5-star scale with half-star increments. Showcase your favorite books on your profile at hardcover.app/@username Read even more - Set reading goals and explore your reading stats through charts and data visualizations to help keep you consistent and understand your own reading habits and tastes. AI librarian, Bookle game, referral program, Goodreads/StoryGraph importer, GraphQL API, light/dark modes, an active Discord and so much more! I'm excited to share and get feedback from the Hacker News community we've all been a part of for so long (even if I've mostly lurked here since 2009 ). In terms of launch numbers (which I always love to see), here's our dashboard that shows how it went. We had about 250 new members join in the last 3 days, and a few new subscribers. We're still a ways away from being profitable. It costs us about $1,000/month to run Hardcover – even before salaries. We're about 30% of the way there. https://bit.ly/3ZD7b4u... I'm most excited about the momentum from launch - seeing people share Hardcover with friends of theirs who read and growing the community. If you're a reader I'd love to invite you to join us! Any feedback, questions or comments are always welcome. I'm an open book, so feel free to ask me anything. Adam https://bit.ly/45eGm87 https://bit.ly/3ZCtAz6 October 2, 2023 at 10:46PM

Show HN: A new stdlib for Golang focusing on platform native support https://bit.ly/46vPZjR

Show HN: A new stdlib for Golang focusing on platform native support No gc, No goroutines, Produces small binaries while using the unmodified official go toolchain, and comes with complete Web SDK (generated from w3c/webref). We are building `pcz` to provide a reimagination of Go the language, in an effort to make it suitable for all kinds of programming tasks, and currently you can use it to build efficient web applications in Go using the generated Web SDK (as shown with the live web demo[1]). The journey is just starting, any suggestions? or any critics? [1]: https://bit.ly/46wmzBX https://bit.ly/46vvGmw October 2, 2023 at 10:20PM

Show HN: SourceChart – ExcaliDraw but for Charts https://bit.ly/46vAjgq

Show HN: SourceChart – ExcaliDraw but for Charts https://bit.ly/3tbPYTD October 2, 2023 at 03:03PM

Show HN: Anything World – AI for 3D auto-rigging and animation https://bit.ly/3PDAjnN

Show HN: Anything World – AI for 3D auto-rigging and animation https://bit.ly/3LJ4Pvk October 2, 2023 at 06:32PM

Show HN: An Astro boilerplate to help you launch your SaaS in 3 minutes https://bit.ly/3F0xwjD

Show HN: An Astro boilerplate to help you launch your SaaS in 3 minutes Hey HN, Inspired from Marc's ShipFast, I've built LaunchFast which helps you with a set up that: - has a component for making SEO at your fingertip - enables you to utlilize Upstash, a Serverless Redis with budget friendly pricing - send transactional emails with Resend - captured analytics with Google & PostHog - capture payments via Lemon Squeezy & Stripe - login users via Google Oauth2 and Emails - verify users in case they sign up non-OAuth2 methods - Pre-built Components & Animations! Rishi https://bit.ly/45g6dwg October 2, 2023 at 10:35AM

Show HN: I Made an App to Summarize YouTube Videos in Just One Click https://bit.ly/45972XS

Show HN: I Made an App to Summarize YouTube Videos in Just One Click Hey folks! My weekend project, Summify.io, has officially launched! It's an AI-driven tool that simplifies your life by summarizing YouTube videos in just a single click. Now, you can get the gist of those long vids without breaking a sweat! Built from the ground up as a solo developer, it's been an incredible journey full of late nights, countless coffees, and the spirit of indie hacking The amazing response from our private release has motivated me on to start building even more features. Can't wait for you to check it out and share your thoughts! Try Summify.io now and let's me know what you think https://bit.ly/3ryKORg October 2, 2023 at 12:59PM

Sunday 1 October 2023

Show HN: Maximize Signal-to-Noise ratio with controllable newfeeds https://bit.ly/3ZAYgkg

Show HN: Maximize Signal-to-Noise ratio with controllable newfeeds The goal of Personamo is to give you a single interface to choose the sources you want to read from, and then easily customize the feed algorithm underneath. Right now, as platforms do not provide us with a flexible set of filters, it’s tough to control the amount of noise in your feed manually. The bulk of news and content we consume every day is overwhelming and make it hard to focus on what really matters. Ideally, any newsfeed should reflect your interests and priorities. In reality, TikTok's newsfeeds constantly suggest dancing girls and Twitter's are filled with AI-generated shit posts. At a high level, here's how it should work: you pick your sources, customize your feed algorithm using LEGO-like blocks, and voila - you have a feed that's tailored just for you. To bring this idea to life, we created Personamo, a platform that gathers content from various news sites, blogs, and subreddits, so you can consume and organize your information all in one place. What's great is that Personamo lets you create different feeds for your different personas. You can have separate feeds for your professional self, your hobbyist self, your learner self, and more. No more scrolling through cat videos when you're actually looking to learn about quantum physics. My friend and I have been working on this product for a while now, and I'm stoked to share it with the HackerNews community. We truly believe it can profoundly impact the way you consume information and eager to hear your feedback/suggestions. Contact us: https://bit.ly/3ZAbsWB or personamoapp@gmail.com https://bit.ly/3ZAbsWB October 1, 2023 at 03:36PM

Show HN: Antonemo – A Game of Words and Their Opposites https://bit.ly/3PYEJXC

Show HN: Antonemo – A Game of Words and Their Opposites I had the idea to build this game when the Wordle craze was going on. Antonemo is somewhat inspired by the hard mode of Wordle. I finally built the game now as I wanted to learn some new web frameworks. To my knowledge, no other similar game exists. In Antonemo, your goal is to construct words and unlock letters by finding their antonyms, which then allows you to create even more words. For a more detailed understanding of the game-play, you can refer to the in-game instructions or the GitHub README. The game offers a challenging yet educational experience, allowing players to expand their vocabulary and learn about new words. If you’re ever stuck, the game provides hints for both words and their antonyms. The game also features multiple word lists that you can cycle through for an ever-changing challenge. https://bit.ly/3PWjF4b October 1, 2023 at 10:33AM

Show HN: Postman and Insomnia Alternatives https://bit.ly/3PCbtVd

Show HN: Postman and Insomnia Alternatives https://bit.ly/3tfiFPM October 1, 2023 at 01:32PM

Show HN: Nap – Fast HTTP Automation, No Fuss https://bit.ly/45b4E2U

Show HN: Nap – Fast HTTP Automation, No Fuss https://bit.ly/3PYFqAp October 1, 2023 at 04:19AM

Show HN: Svmidi, a suckless virtual MIDI keyboard https://bit.ly/3PF4wCN

Show HN: Svmidi, a suckless virtual MIDI keyboard This is a minimal yet functional midi virtual keyboard written in C, using Xlib and asound or sndio. Tested on Linux and OpenBSD, replaces softwares such as VMPK. https://bit.ly/3PF4xXn September 30, 2023 at 09:39PM