Posts

Show HN: I created project helping manage TODO-comments in PHP-projects https://ift.tt/WS2T9cp

Show HN: I created project helping manage TODO-comments in PHP-projects Hi there, For a long time I was bothered by the abundance of TODO comments in the code. What both developers and managers forget about. In various projects in which I participated. So, I implemented package for PHP-projects which helps to manage TODO-comment in the code. To relieve this pain. It’s a static analyzer. Looks for new TODO-comments. Register them as issues in Issue-tracker (only JIRA supported for now). And inject id/key of the issue into the source code. After that you may estimate it, add to target sprint and apply any magic of management. Repository: https://ift.tt/57OTuRX Feedback are very much appreciated. Maybe someone could help to implements some planed features when find project is interesting. And I would be glad when someone will provide me links to similar projects for: yaml, css/scss/less/sass, html, twig, flatter. https://ift.tt/57OTuRX August 4, 2024 at 03:20PM

Show HN: AI-Powered Stock Market Analyst with Global Coverage https://ift.tt/n58D7Zr

Show HN: AI-Powered Stock Market Analyst with Global Coverage We’re thrilled to announce the launch of our AI-powered stock market analyst chatbot, designed to help you analyze stocks and gain valuable market insights with ease. Our intuitive conversational chat interface makes it simple for anyone to get started. Why You’ll Love It: Our AI Analyst uses a long-term value-growth investing strategy, similar to those employed by legendary investors like Warren Buffett, Mohnish Pabrai, Phil Town and Charlie Munger. It’s built to provide you with thorough, data-driven analysis to help you make informed investment decisions. Key Features: - Comprehensive Analysis: Analyze, review, and compare financial records of multiple companies at once. - Global Coverage: Access over 68,000 stocks across 69 stock exchanges worldwide. - Rich Data Insights: Our AI Analyst taps into a wealth of data, providing deeper and more insightful analyses. Data Access Includes: - Company stock quotes (price, volume, ...

Show HN: A singing synthesizer for the browser with algorithmic 3-part harmony https://ift.tt/r8ZDzhG

Show HN: A singing synthesizer for the browser with algorithmic 3-part harmony Hello HN! This is a demo I built during my batch at the Recurse Center. It's built using WebAudio, WebAssembly (via Rust), and the Canvas API. The source code for this demo, along with my other vocal synthesis related RC demos[0], can be found at a monorepo[1] where I've been dumping all my RC work and logs. The sound is generated using a physical model of the human singing voice, using a work-in-progress project called VoxBox [2]. The harmonization is done using something that kind of resembles a markov chain. Only, instead of using weighted probabilities and randomness, I use a selection heuristic that chooses a chord based on how often it has been used and how much voice movement is required. Thanks for reading! Happy to answer any other questions. 0: https://ift.tt/AGTO0W1 1: https://ift.tt/gT0JeZ9... 2: https://ift.tt/lamuVo1 https://ift.tt/QXEenpD August 4, 2024 at 05:05PM

Show HN: Remix Gear and Next.js Gear – The cleanest way to start a project https://ift.tt/vcdO32H

Show HN: Remix Gear and Next.js Gear – The cleanest way to start a project I like starting projects from scratch, but not from zero: - Remix or Next.js - Tailwind CSS - TypeScript - shadcn/ui - i18n https://ift.tt/xIf42ZT https://ift.tt/sjOJzDk August 4, 2024 at 12:29AM

Show HN: Plain Vanilla – a tutorial website for vanilla web development https://ift.tt/ofVGFSM

Show HN: Plain Vanilla – a tutorial website for vanilla web development This site explains how to do web development without any tools or frameworks, relying only on the browser and web standards. I made it because I couldn’t find a single place online that put together all the right information in the way that I liked. The site itself is of course also vanilla and open sourced on github. https://ift.tt/JxVFU2L August 3, 2024 at 10:45PM

Show HN: Open-source nextjs14 and Supabase and stripe and docs/blog template https://ift.tt/PMr4SGB

Show HN: Open-source nextjs14 and Supabase and stripe and docs/blog template I built a more modern taxonomy. Uses supabase everywhere instead of the alternative. - NextAuth using Supabase - PostgresDB using Supabase - Components using ShadcnUI - Modern animation effects using MagicUI - Documentation and Blog using Fumadocs - Billing using Stripe https://ift.tt/MqZRQhj August 3, 2024 at 04:30PM

Show HN: I built a solcial-media-inspired fitness App https://ift.tt/cp8iVqk

Show HN: I built a solcial-media-inspired fitness App Hi Hacker News! I'm Jarne, a student and software developer, and I have developed MyGainplan for the last 2 years. When I started working out, I realized that it is quite hard to keep varying training plans. I know that it is recommended to change your training plan every 2–3 months in order to prevent muscular imbalance and other injuries. Besides that, some little changes help to stay motivated on a long fitness journey . After endless searching for free workouts or training plans, I had the idea of MyGainplan. The main idea of MyGainplan is to allow users to share their experience and profit from each other. MyGainplan guides you through your workouts, tracks your progress and keeps you motivated to train. When it comes to discovering new workouts, MyGainplan allows you to search for unique and different workouts created and uploaded by other users. With that, changing your training plan becomes a breeze - And it's totall...