Monday, August 5, 2024

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

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/UleYR63 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/UleYR63 August 4, 2024 at 03:20PM

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

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, market cap, etc.) - Company profiles - Key product information - Financial ratios & metrics - Latest earnings call transcripts - Recent news headlines and summaries - Company press releases - 15+ years of financial statements (income, balance sheets, cash flow) - Executive compensation - Insider trading activity - Past earnings call transcripts - Trailing Twelve Months (TTM) ratios - Analyst earnings estimates - Historical analyst recommendations - Historical dividends and stock splits - Key ratios, owner earnings, and enterprise value - Price target summaries - Analysts’ price targets - Historical stock price and intraday price charts - ESG ratings and benchmarks - Daily most active, gainer, and loser stocks and much more. Available now at decodeinvesting.com/chat. We’d love to hear your feedback and thoughts. Try it out and let us know what you think! Your insights will help us continue to improve and provide the best possible tool for stock market analysis. https://ift.tt/JCnw7DE August 5, 2024 at 03:01AM

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

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/9hbFo6P 1: https://ift.tt/pX0nHWB... 2: https://ift.tt/JFq278l https://ift.tt/FzYfP01 August 4, 2024 at 05:05PM

Sunday, August 4, 2024

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

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/VkefgJW https://ift.tt/DmKqQGh August 4, 2024 at 12:29AM

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

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/gVUKb23 August 3, 2024 at 10:45PM

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

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/s5BW42H August 3, 2024 at 04:30PM

Saturday, August 3, 2024

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

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 totally free! No payments, no subscriptions, no advertisements! I am so happy to say that I have now launched on iOS and Android. I would love to get some Feedback from the first users in order to make MyGainplan even better! Website: https://ift.tt/4Y1hOfo Play Store: https://ift.tt/BX2mZ3b App Store: https://ift.tt/mbUqeKO Let's make training better together https://ift.tt/MB9ogmz August 3, 2024 at 02:09AM

Show HN: Ciara – Securely deploy any application on any server https://ift.tt/nbETeJq

Show HN: Ciara – Securely deploy any application on any server Hey HN! Coolify and Kamal were "nice" (Kamal docs are pretty bad, a...