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