Saturday, April 27, 2024

Show HN: Spade – UI for Data Processing https://ift.tt/Dp5KiQG

Show HN: Spade – UI for Data Processing https://ift.tt/IE3OqUw April 27, 2024 at 01:50AM

Show HN: I made a spaced repetition tool to master coding problems https://ift.tt/R6BywWV

Show HN: I made a spaced repetition tool to master coding problems As you solve LeetCode questions, you can mark them as hard, medium, or easy. The tool will then recommend questions you should review based on (1) how hard the question was for you and (2) how much time has passed since you last reviewed it. I'd recommend normally attempting LeetCode problems and just marking them as hard, medium, or easy for you at first so the tool knows which problems to recommend you review! Here's the theory behind spaced repetition and learning if interested: https://ift.tt/r6K57yP https://www.lanki.xyz/ April 27, 2024 at 01:08AM

Show HN: I made a site for practicing front end debugging with real-world bugs https://ift.tt/0UNlqCd

Show HN: I made a site for practicing front end debugging with real-world bugs I am excited to introduce my solo project, a platform built with the frontend development community in mind. It's an interactive environment aimed at refining debugging skills through exposure to real-world bugs. This project stems from the need for a hands-on, practical method of learning to debug. The site features a variety of intentional bugs for users to solve, mirroring the types of challenges faced in professional settings. Over the coming weeks, I will be adding many more exercises and new features to enhance your learning experience further. Check out CodeMender at https://ift.tt/kzUNExB https://ift.tt/kzUNExB April 26, 2024 at 11:29PM

Friday, April 26, 2024

Show HN: I put PubMed in a vector DB https://ift.tt/RiDYvSM

Show HN: I put PubMed in a vector DB Hi HN, As a researcher, I often found myself struggling with the limitations of keyword-based search when exploring PubMed papers. To address this, I created PubMed Search ( https://ift.tt/TS6INsi ), a tool that leverages a vector database to enable semantic search across medical research literature. Some key features: * Daily updates to ensure access to the latest articles * Semantic search using latest & greatest embedding models * Some additional useful info about the papers (tldr, journal, publication date, etc.) Hope you find it useful! https://ift.tt/TS6INsi April 26, 2024 at 01:23AM

Show HN: ReaperAI – Automatically delete dead code from your app https://ift.tt/mfghMlQ

Show HN: ReaperAI – Automatically delete dead code from your app Hi all, We launched Reaper at the end of last year ( https://ift.tt/sBMjCwb... ) with the goal of helping teams discover dead code in their mobile apps. Unlike typical static analysis that only finds technically unreachable code, Reaper is an SDK that monitors production data to discover code that's unused by real users (ex. stale feature flags). ReaperAI takes this a step further by actually being able to open pull requests in your repo to automatically delete the dead code that it finds. Here is a demo video: https://www.youtube.com/watch?v=y2FEaAmUvNw We're here to answer your questions & would love to hear any ideas or feedback you have! https://ift.tt/IzMK248 April 25, 2024 at 09:55PM

Thursday, April 25, 2024

Show HN: I've developed an open-source proxy server for front end applications https://ift.tt/Om9VK24

Show HN: I've developed an open-source proxy server for front end applications Hey Everyone! I’ve recently been working on an open-source proxy server to help front end applications securely access third party APIs that require confidential API keys without the need to create your own backend. I would love to get some feedback and hear what you think! https://ift.tt/zY6fZbn April 25, 2024 at 05:32AM

Show HN: Serverless VPN for Lifetime https://ift.tt/VdesAYv

Show HN: Serverless VPN for Lifetime https://ift.tt/ytBgWik April 25, 2024 at 12:49AM

Show HN: A lightweight ML model to predict music emotion - energy, valence, etc. https://ift.tt/vLyhZbR

Show HN: A lightweight ML model to predict music emotion - energy, valence, etc. Spotify has 7 features for each of their music tracks (acou...