Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Tuesday, 24 December 2024
Show HN: Web app that shows how good the air quality is in Chile https://bit.ly/4060Al8
Show HN: Web app that shows how good the air quality is in Chile It is a remake of this gob web https://bit.ly/3ZUDe0o using their api https://bit.ly/40aet1R December 25, 2024 at 12:41AM
Show HN: I Ported GHC Haskell Compiler to Windows 11 ARM. MC Gift https://bit.ly/49QLTWc
Show HN: I Ported GHC Haskell Compiler to Windows 11 ARM. MC Gift Merry Christmas, everyone! Now you can compile Haskell code on Windows 11 ARM. It will run full speed if you use UTM/QEmu on Apple silicon. :-) It's a very draft version, but it works well. Any ideas? https://bit.ly/49QLUte December 24, 2024 at 10:41PM
Monday, 23 December 2024
Show HN: AuthorTrail – Browse files you've touched in a Git repo https://bit.ly/3ByDQRr
Show HN: AuthorTrail – Browse files you've touched in a Git repo This was more so an exercise in prompting with Lovable and Cursor than it was in creating a highly polished product/tool. Yet the end result works :) AuthorTrail is a locally running web UI that you can point to any Git repo. It will then look for all the files you have ever touched. This can be useful for large repos with lots of activity, where you want to remind yourself how you did something in the past. For example, I am using it to remind myself how I wrote an obscure unit test, without needing to browse my older PRs. Feedback welcome! https://bit.ly/3BMhyLX December 22, 2024 at 11:18AM
Show HN: Looking for contributors for my open source – A CSS Library for Next.js https://bit.ly/3VUeAvX
Show HN: Looking for contributors for my open source – A CSS Library for Next.js https://bit.ly/3BKPQiQ December 23, 2024 at 11:58PM
Show HN: Organize Your Blood Tests into a Beautiful Health Dashboard https://bit.ly/4fzinFG
Show HN: Organize Your Blood Tests into a Beautiful Health Dashboard I've been really into tracking my biomarkers lately. However, I've found it a pain to deal with blood test reports from different healthcare providers, each with their own unique format. So I built a solution - a web app that automatically extracts biomarkers from any blood test report and organizes them into a beautiful health dashboard, complete with trend graphs. No more manual data entry into spreadsheets! Check it out: https://bit.ly/4gkTsHf It's a free web app that: * Automatically extracts biomarkers from any blood test report (PDF or image) * Creates visual trends of your health metrics over time * Provides basic medical information about the extracted biomarkers You can try it yourself or check out the demo dashboard on the website to see how it works. I’d love to hear your thoughts and ideas on how I can market it. https://bit.ly/4gkTsHf December 24, 2024 at 12:57AM
Show HN: A registry of agent benchmarks (including many OSS agent trajectories) https://bit.ly/4guknjO
Show HN: A registry of agent benchmarks (including many OSS agent trajectories) If you're interested in exploring what LLM-based agent systems these days actually do to solve certain benchmarks such as SWEBench or WebArena, we created a small leaderboard with our team, that allows to view a lot of public and OSS agent results including all the runtime traces (the step-by-step reasoning behind the scenes). Looking at traces is actually quite interesting, as they reveal a lot about the inner working and shortcomings of current agent system, e.g. see https://bit.ly/4gplkdl... for an example trace. https://bit.ly/4grYPVa December 23, 2024 at 09:57AM
Show HN: A simple telegram file downloader https://bit.ly/4gLNUp5
Show HN: A simple telegram file downloader https://bit.ly/41IkALS December 23, 2024 at 08:54AM
Sunday, 22 December 2024
Show HN: I built this website about Sikh History and don't know how code works https://bit.ly/3DtyCXI
Show HN: I built this website about Sikh History and don't know how code works I've been learning about Sikhism and Sikh history recently and, despite having Game of Thrones level drama, I found the resources really lacking and nowhere piecing it all together. I work in a developer adjacent role (ok, I'm a Product Manager) but despite working with software engineers every day I don't really get coding. I see a lot of stuff online about the death of software engineers and wanted to challenge myself to see if I could create something myself. I've been using the free tier of Anthropic's Claude AI, deployed on the free Vercel tier, spent $10 on the domain but not a penny more on anything else. It's super basic but felt good to make something myself and I learned a lot. I'd brick it at the idea of adding anything complex (or even being asked how it all works together) so I'm sure developers are safe for a while yet! https://bit.ly/3ZSY6VZ December 23, 2024 at 06:01AM
Show HN: Ephemeral VMs in 1 Microsecond https://bit.ly/41HnS1X
Show HN: Ephemeral VMs in 1 Microsecond https://bit.ly/4072FgM December 20, 2024 at 11:43AM
Show HN: Npflared serveless private NPM registry that you can host for free https://bit.ly/4gmynMy
Show HN: Npflared serveless private NPM registry that you can host for free Free and open source, npflared is a serveless private npm registry that you can self-host in order to distribute private packages for you and your team https://bit.ly/4gEqTEE December 22, 2024 at 02:16PM
Show HN: Cudair – live-reloading for developing CUDA applications https://bit.ly/4gj4T29
Show HN: Cudair – live-reloading for developing CUDA applications cudair enable live-reloading for developing CUDA applications like golang-air. https://bit.ly/3Pb1x5o December 22, 2024 at 09:00AM
Saturday, 21 December 2024
Show HN: GitHub-assistant – Natural language questions from your GitHub data https://bit.ly/3BTyfoG
Show HN: GitHub-assistant – Natural language questions from your GitHub data Simon(sfarshid) and I spend a lot of time on GitHub. As data nerds we put together a quick tool to explore your repository’s data. How it works: - Data Loading: We use dlt to pull data (issues, PRs, commits, stars) from GitHub - Semantic Layer: Relta wraps the underlying dataset into a semantic layer so the LLM doesn’t hallucinate. - Text-to-SQL: A text-to-SQL agent transforms your plain-English question into a query using the semantic layer - Generative Charts: assistant-ui dynamically generates a chart based on the SQL query - Refinements: If the semantic layer can’t handle your question, our agent submits semantic layer improvements via pull requests Hosted version: https://bit.ly/4grR2qr Demo Video: https://youtu.be/ATaf98nID5c Check out the repo + hosted version and let us know what you think. https://bit.ly/49M4tit December 22, 2024 at 01:41AM
Show HN: Web worker and polling exp / HN client app https://bit.ly/3ZRPoam
Show HN: Web worker and polling exp / HN client app demo and src inside newstories will be loaded in web worker polling for comments refresh in main thread configurable worker cache https://bit.ly/3BxrOrw December 21, 2024 at 08:58PM
Show HN: Eonfall – A new third-person co-op action game built for the web https://bit.ly/3Wf2wWj
Show HN: Eonfall – A new third-person co-op action game built for the web Hi all, I'm excited to share Eonfall with Hacker News Community! It's been 2-years in the making built by a 2 man team. Eonfall, is a new third-person co-op action game with rogue-lite elements built exclusively for the web! We've finally reached a release candidate state and set our official public release date for Jan 15th! The game's current version 5.0.0-beta is live and available to test play today! Unity game engine was used to develop the game along with other services to handle the backend, and Nuxt 3 + Nuxt UI to handle the front-end. We welcome any and all questions, feedback & suggestions! Thanks all, Jon https://bit.ly/3VQ280b December 21, 2024 at 05:45PM
Show HN: City Summit – buildings data visualization project https://bit.ly/3DrG8lT
Show HN: City Summit – buildings data visualization project https://bit.ly/4iK003N December 21, 2024 at 08:49AM
Friday, 20 December 2024
Show HN:Free Online Tool to Experience Microsoft's MarkItdown https://bit.ly/4gJFKNL
Show HN:Free Online Tool to Experience Microsoft's MarkItdown https://bit.ly/4iLIADW December 21, 2024 at 06:13AM
Show HN: Find Domains Fast (Prices, SEO, AI and Alerts) https://bit.ly/49N2IkR
Show HN: Find Domains Fast (Prices, SEO, AI and Alerts) After being frustrated for years with existing solutions, I'm working on a new domain finder. The idea is to combine everything I was missing: instant speed, good design, multiple extensions (with customizable search) and hack domains, real-time price comparison, SEO insights, domain name generation, meaning and sentiment analysis, favorites saving, custom alerts, management of all my domains all from one place. If you try it, I'd love to read about it. https://bit.ly/3ZL9R0r December 20, 2024 at 11:46AM
Show HN: Interactive graphs in Rerun with a Rust port of D3-force https://bit.ly/4gmZZRD
Show HN: Interactive graphs in Rerun with a Rust port of D3-force Rerun 0.21 comes with a new graph viewer that's written in Rust and runs in the browser via wasm. It's powered by a new force based layout engine that is a port of much of d3-force to Rust. (The release also contains some other cool stuff like undo/redo implemented on top of a timeseries DB.) We built this with applications in robotics and spatial computing in mind but would love to hear feedback from folks that would see this as useful in other domains as well. https://bit.ly/422HI8b December 20, 2024 at 10:42AM
Thursday, 19 December 2024
Show HN: Animated Wallpaper – Reacts to Mouse https://bit.ly/49MRMUm
Show HN: Animated Wallpaper – Reacts to Mouse https://bit.ly/4gNrbch December 19, 2024 at 11:34PM
Wednesday, 18 December 2024
Show HN: SEO Keyword Grouping and SERP Checkers https://bit.ly/4foV818
Show HN: SEO Keyword Grouping and SERP Checkers https://bit.ly/3VMbppL December 19, 2024 at 12:59AM
Subscribe to:
Posts (Atom)