Explore the hottest developer projects on Show HN for 2024-12-30. Dive into innovative tech, AI applications, and exciting new inventions!
Summary of Today's Content
Today's Product Highlights
- Product Name: S3 File Share Solution
- Highlight: An open-source file sharing solution built on AWS S3 that simplifies sharing large files within teams, especially for non-technical users.
Quick Summary
- Most Hot Category: Developer Tools
- Top Keywords: Open Source, File Sharing, AWS, Cloud Storage
- Most Popular Product: S3 File Share Solution (57 points, 34 comments)
Technology Trends
- Cloud Infrastructure
- Open Source Development
- AI Integration
- Real-time Applications
- Cross-platform Solutions
Project Distribution
- Developer Tools: 35%
- AI/ML Applications: 25%
- Productivity Tools: 20%
- Entertainment Apps: 10%
- Other: 10%
Trend Insights
- Strong focus on developer-centric tools and infrastructure solutions
- Growing emphasis on AI integration across various applications
- Increasing demand for simplified cloud storage solutions
- Rise in open-source projects with practical business applications
- Trend toward minimalist, focused solutions for specific problems
- Emergence of real-time collaborative features
- Focus on improving user experience for technical products
The data shows a clear trend toward practical, open-source solutions that solve specific business problems, with a particular emphasis on developer tools and AI integration. The success of the S3 File Share solution indicates strong market demand for simplified cloud storage solutions.
Today's Top 10 Trending Products
Top 1. An innovative open-source file sharing solution built on AWS S3, designed for seamless and secure file transfers. (Likes: 57, Comments: 34)
Top 2. Introducing an innovative tool that allows you to read Threads without the need for an account, presenting content in a clean, article-like format. Perfect for users seeking a seamless way to access discussions and insights without the hassle of registration. (Likes: 45, Comments: 24)
Top 3. Onramp enables the classic game Doom to run in a variety of environments, showcasing its versatility and innovative compilation techniques. Experience nostalgia like never before by effortlessly running Doom on different platforms! (Likes: 14, Comments: 3)
Top 4. Experience the power of Emacs on the Kobo Clara BW eBook reader, combining a premier lightweight text editor with an innovative reading platform. Ideal for developers and avid readers alike, this unique setup allows for seamless coding, note-taking, and reading all in one device. Embrace the ultimate productivity tool on a sleek and portable eBook reader. (Likes: 13, Comments: 0)
Top 5. A simple yet entertaining game that provides a fun distraction. Engaging gameplay and quirky mechanics make it perfect for a quick break or casual play. Join the fun and see how long you can keep playing! (Likes: 8, Comments: 5)
Top 6. Jido: Efficiently Run 10,000 Lightweight Agents at Just 25KB Each Using Elixir. (Likes: 6, Comments: 6)
Top 7. Dispatched.dev offers a seamless solution for managing background job queues in your serverless applications, enhancing efficiency and performance effortlessly. (Likes: 8, Comments: 4)
Top 8. API for network testing with access to over 20,000 real devices globally. (Likes: 9, Comments: 1)
Top 9. Learn Japanese Kanji effectively without relying on silly mnemonics. Dive into a practical and straightforward approach to mastering Kanji characters with ease. Ideal for learners seeking a no-nonsense method to enhance their Japanese language skills. (Likes: 6, Comments: 3)
Top 10. Discover the ultimate AI data versioning tools for GitLFS users! Say goodbye to long waiting times and streamline your workflow effortlessly with our cutting-edge solutions. (Likes: 7, Comments: 1)
1. Show HN: I built open source file sharing solution using AWS S3
URL: https://s3-file-share-for-free-35n2u.kinsta.app/
Author: rohitghumare
Description: I created a 100% Open source Company-wide Self-hosted File Sharing Solution for Teams
Recently, I wanted to share HD images and video files with my graphic designer. She’s exceptional at her craft but isn’t familiar with AWS S3
So, I got an idea and built this.
Github Repo: https://github.com/rohitg00/s3-file-share-for-free
Detailed Guide: https://ghumare64.medium.com/i-built-a-company-wide-self-hos...
Popularity: 57 points | 34 comments
2. Show HN: I reverse engineered X to Read Threads without Any Account as Articles
URL: #
Author: vednig
Description: Hi fellow hackers,
I'm Ved, I came across the pain point of having a reader that could provide threads as articles after scrolling them many times and missing the context of the original info shared.
To solve my itch I decided to build a thread reader without Ads(all existing sol. were full of them), since X/Twitter API was very pricey, I did some reverse engineering to convert rendered X.com/twitter pages to an API and host it in a VM (which obv. was dead cheap).
All of your data is saved in LocalStorage. Including your comments and saved threads(there is a known issue with Linux and MacOS browsers i think).
Code is open-sourced at : https://github.com/vednig/unlaceapp
App is available at : https://unlace.app
There are two views inbuilt in app
https://unlace.app/?url=https://x.com/ianwcrosby/status/1872...
https://unlace.app/thread/ianwcrosby/status/1872724231999381...
Reverse Engineered X API is available at https://xapi.betaco.tech/x-thread-api?url=https%3A%2F%2Fx.co...
Meanwhile you can enter any twitter thread url on https://unlace.app to get a clean and read friendly article.
Here's the stack(if anyone's interested):
- NextJS
- FastAPI
- Selenium
That's all folks, looking towards a productive feedback session.
Popularity: 45 points | 24 comments
3. Show HN: Onramp Can Compile Doom
URL: https://ludocode.com/blog/onramp-can-compile-doom
Author: ludocode
Description:
Popularity: 14 points | 3 comments
4. Show HN: Emacs on a Kobo Clara BW ebook reader
URL: https://github.com/enthdegree/kobo-emacs
Author: enthdegree
Description:
Popularity: 13 points | 0 comments
5. Show HN: I Made a Dumb Game
URL: https://pizzzza.lol
Author: kilroy123
Description:
Popularity: 8 points | 5 comments
6. Show HN: Jido – Run 10k agents at 25KB each (Elixir)
URL: https://github.com/agentjido/jido
Author: mikehostetler
Description: Hi HN!
I'm Mike Hostetler and I built Jido, an Agent SDK in Elixir that lets you run thousands of agents without heavy infrastructure.
Repo: https://github.com/agentjido/jido Getting Started: https://hexdocs.pm/jido/getting-started.html
Why another framework?
After using several popular Agent frameworks and platforms, I had two key challenges:
- Running multiple agents required process-heavy infrastructure like Docker or K8s. Running 50,000 agents in parallel was costly and diminished the benefits of agentic programming.
- Today's agents require too much human intervention when building workflows. Why couldn't agents manage their own WDLC (Workflow Design Life Cycle)? This felt like a major missing piece.
Agentic frameworks were written for humans. LLMs working with this code were constantly working around human work-style assumptions. So, I wrote a framework specifically for LLMs to code and operate their own agentic flows.
Elixir was a natural choice because of it's functional nature, rock-solid concurrency primitives and "let-it-crash" philosophy with dynamic error compensation. Hot code reloading was a bonus.
Agents in Jido use 25Kb of memory at rest and can easily serialize then hibernate for long-lived access. Agents possess the APIs to dynamically start and manage their own sub-agents or any other Elixir process utilizing Elixir's OTP architecture.
Jido Actions are functional primitives that Agents can dynamically orchestrate into workflows. Generated code can either run in a separate process in the current VM or in another BEAM VM that's linked and hardened before introduction into the Agent VM.
I'm excited to help enable a world where thousands of agents work seamlessly on behalf of their human operators.
Thanks!
Popularity: 6 points | 6 comments
7. Show HN: Dispatched.dev – Background Job Queues for Your Serverless Apps
Author: prageeths
Description: Hey HN,
I just launched Dispatched.dev ahead of schedule! It’s a tool to simplify background jobs for serverless apps—no more managing queues or workers. Just send simple HTTP requests, and we handle the rest.
As a launch special, I’m offering 30% off for a limited time. Would love to hear your feedback or answer any questions!
Popularity: 8 points | 4 comments
8. Show HN: API for network testing from 20k+ real devices worldwide
URL: https://developer.bitping.com/
Author: firaenix
Description: Hi HN! I'm Nick, one of the cofounders of Bitping, and we'd like to share a tool that we've been working on for the past couple of years that lets you test network connectivity from real user devices around the world.
We originally were part of a hackathon focused on building a product that is powered by micropayments and we settled on a network that could ping other network devices and users could be paid in fractions of a cent for performing said work.
After winning the hackathon, we built an uptime monitoring service and discovered some discrepancies between our data and traditional monitoring tools based in data centers; Your site might be "up" from Google's perspective, but unreachable for users in certain regions or on specific ISPs.
This realisation led us to build a network of monitoring nodes running on real user devices. We now have 20k+ nodes across 135+ countries, and they've performed over 837 million tests to date.
We've since pivoted from the uptime testing SaaS product and have started focusing on building networking software to help people enrich their existing monitoring stack by supplementing traditional metrics with our last mile monitoring data.
We have also started building open source tools that use this API to get developer brain juices flowing, so feel free to check out our Github! I'm pretty proud of bping, our remote ping testing tool which allows you to ping servers from any one of our nodes in any region. I'm also working on a distributed metrics collection tool for people who want to enrich their existing prometheus metrics with external protocol/networking information, kind of like your own uptime testing tool that can be as high level or in depth as you'd like
What Makes This Different: Unlike traditional monitoring services that run only from data centers, we provide:
- Tests from actual user devices with real-world network conditions
- Access to data typically only available to ISPs
- Cross-ISP visibility in 135+ countries
You can see our current network status and node distribution at http://explorer.bitping.com
Technical Details:
- Built in Rust (moved from Node.js)
- Uses LibP2P for node communication
- Mesh network architecture (replaced original hub-and-spoke model)
Documentation and Examples:
- Bitping Developer Docs: https://bitping.com/help/customers/api
- Bping: Open source ping testing tool built on the Developer API: https://github.com/BitpingApp/bping
- Distributed Metrics: In Progress global metrics collector that supports DNS, ICMP Ping and HLS metric collection: https://github.com/BitpingApp/distributed-metrics
What Protocols the Developer API Currently Supports and why they're useful:
1. HTTP - Ensure your website is providing the correct content based on region or that specific regions cannot access your site if you are beholden to certain regulations
2. ICMP - Check if a an IP address is reachable (or unreachable) from specific countries
3. DNS Lookups - DNS Poisoning detection; ensure your websites hostname is being resolved to the correct IP address in every country
4. HLS Stream testing - Verify that your video streams are being served within reasonable latencies. TTFB metrics on manifests and content can be used to granularly identify issues with content distribution anywhere in the world.
Planned Protocols:
- TCP
- QUIC/UDP
- Traceroute
- WASI Compute
- GPGPU
If any of this interests you, visit http://developer.bitping.com to get started. Once you have API access, you can follow our documentation (https://bitping.com/help/customers/api) to start running tests from our global network of nodes.
I'm here to answer any technical questions about the implementation, especially around the challenges of managing a distributed network of user devices. My email is in my profile if anyone wants to discuss this further or needs help getting started.
Popularity: 9 points | 1 comments
9. Show HN: Learn Japanese Kanji, no silly mnemonics
URL: https://www.kanjideck.com
Author: romes
Description:
Popularity: 6 points | 3 comments
10. Show HN: GitLFS taking forever? No prob, heres the best AI data versioning tools
URL: https://ghost.oxen.ai/the-best-ai-data-version-control-tools/
Author: mathi0750
Description: Hi HN!
I just released a blog on the fastest, easiest, and most collaborative AI data version control tools out there.
If you’ve been iterating on AI datasets lately, you know how annoying and difficult it is to version and share your data. If you want a detailed comparison on the best data exploration and versioning options from Oxen.AI (where I am currently building a solution), Hugging Face, DVC, etc. check out the blog and lmk what you think:)
Here’s the link: https://www.oxen.ai/blog/the-best-ai-data-version-control-to...
Popularity: 7 points | 1 comments
11. Show HN: lmno.lol – Drag and drop blogging minus the yucky bits of modern web
URL: https://lmno.lol
Author: xenodium
Description:
Popularity: 4 points | 3 comments
12. Show HN: LLM Divergent Thinking Creativity Benchmark
URL: https://github.com/lechmazur/divergent
Author: zone411
Description:
Popularity: 7 points | 0 comments
13. Show HN: Creating Skew-T Log-P diagrams from the Rapid Refresh (RAP) model
URL: https://github.com/GribStream/python-client
Author: ElPeque
Description: A few weeks ago there was a request for GribStream to support this particular model https://www.nco.ncep.noaa.gov/pmb/products/rap/ to use it on Skew-T Log-P diagrams and so after banging my head against jpeg2000 compressed data within grib2 files I finally got it :).
I'm sharing a python example to show how to create these charts.
A Skew-T Log-P diagram is a type of thermodynamic chart used primarily in meteorology to plot atmospheric temperature and dew point profiles at various pressure levels. The "Skew-T" refers to the angle at which temperature lines are skewed from the vertical, and "Log-P" indicates that the vertical coordinate is scaled logarithmically with pressure, which decreases with altitude. This diagram helps meteorologists visualize and predict weather phenomena such as cloud formation, stability, and potential for severe weather by analyzing temperature, humidity, and wind changes with height. It is an essential tool for understanding the atmospheric environment and for making decisions related to weather forecasting and research.
For example, where the temperature and dew point lines converge on the diagram, it indicates the altitude at which the air becomes saturated. This is the height at which clouds begin to form. Closer convergence near the ground suggests higher humidity and potential for fog or low clouds.
Enjoy!
Popularity: 6 points | 0 comments
14. Show HN: I built an open-source collection of fancy and useless react components
URL: https://www.fancycomponents.dev/
Author: danielpetho
Description: Hi there, friends!
I built a fun side-project called Fancy Components to explore and recreate some of the more unique, funky, unconventional, and sometimes useless UI designs & microinteractions you might see around the web.
Built (mostly) with React, TypeScript, TailwindCSS, and Motion (formerly Framer Motion).
Just copy the source code into your project, and you’re good to go.
Each component includes examples, demos and also a documentation to help you understand how it works and built.
It’s 100% free and open-source!
Popularity: 3 points | 2 comments
15. Show HN: I Created a UptimeRobot for AI Voice Agents
URL: https://www.callgeist.com/
Author: BrandiATMuhkuh
Description: Hi HN, recently I spent quite some time building phone-based AI voice agents. Before every customer meeting, I found myself calling the AI agent to verify it was still "alive". I have some friends working in the call-center/voice-agent space and they told me they had the same issues. So I decided to build a tool to monitor my AI agents. And since I have the problem and my friends have it, I thought why not build a tool everyone can use.
I would really appreciate any feedback! It works pretty well, but I still have to make it more robust. Also, I have no idea yet how to best monetize it. If I get some traction/encouraging feedback, I'll add feature tests (e.g., can you still make a reservation, can the agent deal with noise, etc.).
The UX is heavily inspired by https://uptimerobot.com/ and https://supabase.com/
Here is some behind the scenes on I coded that in only one week: https://www.callgeist.com/about
(tech: OpenAI-Realtime-API, Supabase, Next.js 15, Twilio, React, TypeScript, shadcn)
PS: Part of this project is to showcase my work, as I'm currently looking for new opportunities (please see my HN profile.
Popularity: 3 points | 2 comments
16. Show HN: I built a movie recommendation app
URL: https://moodvie.app/
Author: jibolash
Description:
Popularity: 3 points | 2 comments
17. Show HN: I made a tool that helps curate links your friends share
Author: hetdv
Description: Hey HN!
I used to spend hours consuming content, and realized that the content didn't end up making me feel happier or more productive.
AI generated bloat content is increasing, and I've realized that the quality density of the content that my friends send me is way higher.
This is why I built Curatee - a way to follow the content that people you know share. The (hyperbolic) mission can be found at https://www.curatee.co/mission, and an example page at https://www.curatee.co/u/het.
I am currently working on a chrome extension, auto summaries, and an iOS app for the same. Also trying to solve the cold start problem by creating accounts that fetch and post content themselves (think for example the DeepMind blog).
I'd love to hear your feedback, suggestions, and criticism! I know the problem exists, I'm just not sure about the solution I built.
Popularity: 2 points | 2 comments
18. Show HN: FirstVersion – Rebuilding the humble beginnings of great products
URL: https://firstversion.trickle.so/
Author: jarodxuming
Description: FirstVersion is a journey through time, showcasing the humble beginnings of today’s tech giants by recreating their very first versions. These rebuilds remind us that every major company started with a simple Version 1.0, focused on solving a specific problem.
As Paul Graham noted in 2008, success follows patterns, though they're not always obvious. While complex solutions might seem impressive, history shows us that the most impactful ideas often start with simplicity.
The rebuilds are generated with the assistance of AI and collaboratively refined and maintained by the community, with ongoing updates provided for free.
Popularity: 4 points | 0 comments
19. Show HN: Timesheet Conversion Calculator – Simplify Hours to Decimals Instantly
URL: https://www.billableninja.com/tools/timesheet-conversion
Author: jamzi
Description:
Popularity: 2 points | 1 comments
20. Show HN: Chipper AI/RAG Interface for Tinkerers (Ollama, Haystack RAG, Python)
URL: https://github.com/TilmanGriesel/chipper
Author: TilmanGriesel
Description: I started this project as a way to help my girlfriend with her new book and to learn a bit about LLMs and RAGs. The idea was to use local embeddings to ask questions about characters and explore creative possibilities, all while keeping everything local. What began as a bunch of a wild colelction of scripts is now growing into a labour of love pet-project. You maybe know how it sometimes goes :)
It's not finished and polished yet, but I've made some good progress and brought it to a much better overall state over Christmas day. I'd love to show it to a few people and get some feedback and contributors. Your thoughts could really help me improve it and make it even better.
Popularity: 3 points | 0 comments
21. Show HN: Total Compensation Calculator get more out of your startup equity
URL: https://www.totalcompensationcalculator.com/
Author: tannerljohnson
Description: I always managed startup equity in google sheets, and tracking the different grants and vesting schedules just got really complex.
As I modeled different scenarios out and plugged in all the grants, it became obvious there was value in a more structured way of visualizing things - a better way to compare offers at different companies, understanding tax implications, getting a sense of future equity cliffs.
This is an MVP and you'll notice there are only a few states supported so far (California and New York for example)for the tax scenarios, as well as different tax situations like married filing separate or itemized deductions. This was a project inspired by some of SecFi's tools - but I wanted a bit more control over how to present the data. Another way to improve would be to integrate with Carta to avoid inputting grants manually. In general, this is what I've always wanted - a single URL I visit now if I receive another equity grant or want to understand different exit scenarios at a private company.
Popularity: 3 points | 0 comments
22. Show HN: Dreamsmeanings.net – AI Dream Interpretation with Ancient Wisdom
URL: #
Author: CodeJS
Description: Hi everyone,
Just wanted to share a project We've been working on: DreamsMeanings.net. It's a website that uses AI to provide dream interpretations based on various traditions, including Islamic, Judaic, Freudian, and Jungian.
Here's what makes it unique:
AI-powered interpretations: Our AI analyzes your dream and provides insightful interpretations drawing from different cultural and psychological perspectives.
Vector similarity search: We use advanced techniques to find the closest matches to your dream in our vast database of dream symbols and interpretations.
Multiple traditions: Choose from a variety of dream interpretation traditions to get a well-rounded understanding of your dream.
Free tier available: Explore the core features and get a taste of what DreamsMeanings.net offers.
Why we built this:
We've always been fascinated by dreams and their meanings. We wanted to create a tool that made dream interpretation accessible and insightful, combining the power of AI with the wisdom of ancient traditions.
Project is live at: https://dreamsmeanings.net
Tech stack: [Python, Node.js, Express, TailwindCSS, MYSQL, PostgreSQL, PGVector]
Feedback and thoughts are most welcome! Happy to discuss the project and answer any questions.
Popularity: 1 points | 2 comments
23. Show HN: Consulting Agreement Template - Seeking Feedback
URL: #
Author: jph
Description: https://github.com/sixarm/consulting-agreement
I'm doing a yearly update to my free open source consulting agreement template, and seeking suggestions please for any improvements you may see or want.
The purpose of this consulting agreement template is to jump-start your own contracts, intended to for for United States startups, consultancies, and independent contracts.
I'm specifically seeking experienced advice on how to make the template better, clearer, and more mutually helpful. The template is based on my own interactions with many companies; the template has no AI/ML in it. Thanks!
Popularity: 3 points | 0 comments
24. Show HN: Click the button, a global realtime leaderboard clicker game
URL: https://clickthebutton.lol
Author: jakedahn
Description:
Popularity: 2 points | 1 comments
25. Show HN: I spent 2024 building a wealth projection web app
URL: https://www.cashsprout.app
Author: aporter
Description: CashSprout has been my side project for the better part of a year now.
The main differentiator between CashSprout and other personal finance applications, in my mind, is the emphasis on future values.
I have hardly done any marketing as I am still working out some kinks and am considering an iOS application. Give it to me straight, does it suck?
My new years resolution for 2024 was to make $1 online which I have yet to accomplish.
Check it out: https://www.cashsprout.app
Popularity: 2 points | 1 comments
26. Show HN: Uuid.now F# based simple UUID generator
URL: https://uuid.now
Author: reverseblade2
Description: Need a fast, easy-to-use, and memorable UUID/Guid generator?
Built with the power and elegance of F#!
https://uuid.now is here!
One-click copy Zero UUID support Browser-based (Crypto API) Fully open source
Explore the source code here: https://github.com/OnurGumus/uuid.now
Popularity: 3 points | 0 comments
27. Show HN: The New Science – 600+ books claiming to be "the new science of " XYZ
URL: https://www.thenewscience.info/
Author: refrigerator
Description:
Popularity: 1 points | 1 comments
28. Show HN: I Simplified Habit Tracker to Achieve Your Goals
URL: https://habitfast.netlify.app/
Author: Sayyidalijufri
Description:
Popularity: 1 points | 1 comments
29. Show HN: I Analyzed 25M TikTok Videos and Know What Creators Talk About
Author: azwwpzmxz
Description:
Popularity: 2 points | 0 comments
30. Show HN: I Created a Unique Email Signature Creator to Increase Email Clicks
URL: https://www.emailcards.pro/landing
Author: zacharier_18
Description: Hey HN,
I made this Email Signature generator for both individuals and companies. Unlike the multiple corporations already providing similar services, EmailCards is a more cost-effective solution that is unique to all other generators.
The main point for which I made EmailCards is to restore the main purpose of a custom signature to leave an impression and drive link clicks to act as a marketing channel.
Check us out and let me know what you think!
- Zacharie R.
Popularity: 2 points | 0 comments
31. Show HN: UseSimpleCamera – A simple way to handle camera and audio with react
URL: https://www.npmjs.com/package/use-simple-camera
Author: ketanip
Description:
Popularity: 2 points | 0 comments
32. Show HN: Spaceport – Low-code tool that executes specs as tests
URL: https://github.com/elem-app/spaceport
Author: kkaatii
Description: This is still a proof-of-concept but criticism and comments are very welcome.
I was fed up (and also very inexperienced) writing system and end-to-end tests so I made this. The implementation is a bit convoluted but the basic idea is:
1. An LLM writes the specs based on READMEs, design docs, references, etc.
2. Another LLM turns specs into a Python DSL
3. An interpreter runs the DSL
You may review and edit the outputs of step 1 and 2 in one text file, and fill in necessary info to properly set up the tests (like describing how data should be validated when the data schema is an implementation detail).
Comparison:
- vs. Cucumber/Gherkin - Unlike Cucumber, (ideally) you write minimal code with Spaceport
- vs. Unit/integration tests - This is not a replacement but a complement because unit and integration tests are cumbersome to write in natural language--lots of rigid actions and data schemas
Popularity: 2 points | 0 comments
33. Show HN: I Build MyAppIdeas to Get ProfitableAppIdeas for Startup by Journaling
URL: https://www.myappideas.com/
Author: ashikpt
Description: I made this. so, i am probably biased.
but it is really helping me get new app ideas everyday.
i just don't have enough time to build them.
i hope it will help others, just like it is helping me!
Popularity: 1 points | 1 comments
34. Show HN: Control your Roku with only your hand gestures
URL: https://github.com/BBelk/HandiRokuRemote
Author: bb-dev
Description: HandiRokuRemote is a Python application that lets you control your Roku device with nothing but hand gestures! Using Mediapipe's Hand Landmark Detector, it tracks your hand, identifies gestures, and sends commands to your Roku via its External Control Protocol.
Here's a gif demo: https://github.com/BBelk/HandiRokuRemote/blob/main/images/re...
Features:
•Real-time hand tracking: Gestures like "thumbs up" increase volume or pointing for navigation.
•Cross-device support: Works with any Roku device on the same local network.
•Easy setup: Plug in a camera, and you’re ready to go.
Check out the code on Github: https://github.com/BBelk/HandiRokuRemote
Or download the .exe and try it out! PC only for now: https://github.com/BBelk/HandiRokuRemote/releases/tag/v1
Let me know what you think!
Popularity: 2 points | 0 comments
35. Show HN: I built an app to listen to foundational ideas in economics as podcasts
URL: https://www.thetreeoflife.cc/
Author: WasimBhai
Description: Often, while driving or working long hours, I will run out of podcasts to listen to. I am also very curious about the fundamental ideas in economics. And thus thetreeoflife was born.
Popularity: 2 points | 0 comments
36. Show HN: Track your medications with DoseMed, access 17k medications
Author: devsome
Description: I've built a medication reminder and tracker application for people who get stress when they take medications. Looking forward your feedbacks.
Popularity: 2 points | 0 comments
37. Show HN: PowerPoint Generator AI
Author: Damianroot
Description: What would the ideal AI Powerpoint maker look like?
Popularity: 2 points | 0 comments
38. Show HN: I made a tool to sync old New Year's broadcasts to midnight (SolidJS)
URL: https://sync-play.netlify.app/new-year
Author: JansjoFromIkea
Description: Last year we wound up watching an old NYE broadcast instead of the televised one and really enjoyed the nostalgia of it all. To try and capture that I've made this website which collected every half decent broadcast I could find on youtube and their respective new year's timestamps.
It's a bit rushed out here to be of some use for this new year (thought I'd have more time to work on it over Christmas) but should roughly work as intended.
The full archive is viewable at https://sync-play.netlify.app/list
You can make your own links to synchronise to a time at https://sync-play.netlify.app/build
Popularity: 2 points | 0 comments
39. Show HN: 1-Bit Better Off Alone on Custom Forth CPU [video]
URL: https://www.youtube.com/watch?v=5dzRvThYccg
Author: fallat
Description: Yes it sounds terrible but the CPU itself didn't give much to work with :) Pretty amazing what blasting 1s and 0s can do!
Popularity: 1 points | 0 comments
40. Show HN: Changelog Generator
Author: p_bits
Description: Generate changelog/notes insights from git repos. I should have made this as Github App due to scope flexibility, for now curious if this may be interesting to anyone? Thank you.
Popularity: 1 points | 0 comments
41. Show HN: SetWatch – A weightlifting tracking app for Apple Watch
Author: maxzoech
Description: Hi,
I built a weightlifting tracking app that runs as a standalone app on the Apple Watch. Before that I used Strong to log my workouts, but a phone app got me way to distracted to get my workout done.
The whole app is built with SwiftUI, and available for free on the App Store. In the future I want to maybe add automatic tracking of reps.
- Max
Popularity: 1 points | 0 comments
42. Show HN: Combine AI agentic research and Podcast generation – Podfeed.ai
URL: https://www.youtube.com/watch?v=6Ft3GicQunk
Author: ob1kenobi
Description:
Popularity: 1 points | 0 comments
43. Show HN: Generate design and get code for your mobile app ideas with only prompt
URL: https://app.getcreatr.xyz/sign-in?redirect_url=https%3A%2F%2Fapp.getcreatr.xyz%2F
Author: sahilgodara
Description:
Popularity: 1 points | 0 comments
44. Show HN: Survey on AI Agents in Production (324 Respondents)
URL: https://yougot.us/posts/2024-12-28-AI-Agents-Survey-Results
Author: Bittermann
Description: In our survey sample, coding assistance and internal knowledge management emerged as two predominant applications, with respondents noting quick returns on investment through automated developer workflows and streamlined information retrieval. Customer support and service automation also accounted for a notable portion of reported use cases, aiming to enhance efficiency and responsiveness.
Popularity: 1 points | 0 comments
45. Show HN: Share Amazon Cart & More
URL: https://chromewebstore.google.com/detail/share-amazon-cart-more/bkcdmpcbhmafdmpekienmgfopacinonn
Author: alexxx92
Description:
Popularity: 1 points | 0 comments
46. Show HN: I wrote real-time strategy game tutorial series
URL: https://gameidea.org/2024/12/13/how-to-make-an-rts-game-in-godot/
Author: mujtaba-io
Description:
Popularity: 1 points | 0 comments
47. Show HN: HN Karma Tracker Using GitHub Actions
URL: https://github.com/nkkko/hn-karma-tracker
Author: nkko
Description: Hi HN! I built a simple tool that automatically tracks and visualizes your HN karma over time using GitHub Actions.
How it works:
- Uses GitHub Actions to fetch karma data daily
- Stores historical data in JSON format
- Generates visualization with trend analysis using seaborn
- Self-hosted: Fork the repo and add your HN username as a secret
Technical details:
- Written in Python
- Automated with GitHub Actions workflow
- Data persistence through Git commits
- Visualization includes moving averages and trend lines
Quick start:
- Fork the repo
- Add HN_USER_ID secret
- Enable GitHub Actions
- Get daily karma updates and visualizations
Repository: https://github.com/nkkko/hn-karma-tracker
I built this to track my karma growth over time and learn more about GitHub Actions automation. Would love feedback on making it more useful!
Popularity: 1 points | 0 comments
48. Show HN: An otherworldly 3D scene in 16 kB of JavaScript
URL: https://monokai.com/work/origin
Author: monokai_nl
Description: (trigger warning: I know HN isn't keen on anything related to crypto, and this is crypto-art.)
Over the course of a couple of months this year I learned path tracing, signed distance fields, GLSL coding, and compacting JavaScript using a coding style you should never use in real life. But this all resulted in a system that can create "photo-realistic" 3D images of an otherworldly scene in 16000 bytes, no dependencies.
Monte Carlo path tracing is a very interesting technique, albeit very slow to render. It still amazes me how you can get a huge amount of variation and realistic lighting from a tiny amount of code that basically simulates millions of light rays bouncing around in a mathematically defined scene with some randomness applied.
Popularity: 1 points | 0 comments
49. Show HN: Open-Source ML Resource Monetization, with HuggingFace Integration
URL: https://bakery.dev/
Author: MeetBagelPPML
Description: Today, the Bakery opens its doors to all open source AI developers.
Bagel makes open source AI monetizable. Our novel AI model architecture enables anyone to contribute while ensuring developers receive revenue attribution.
The Bakery, the first product built on the Bagel architecture, revolutionizes how AI models are fine-tuned and monetized.
With this launch, we're also unveiling our integration with @huggingface. Through this integration, you gain access to most cutting edge open source models like:
Llama-3.3 for streamlined and efficient language capabilities. Qwen/QwQ for advanced language innovation. Stable Diffusion for next-generation image creation.
This is the foundation for open source AI’s evolution. The future of monetizable open-source AI begins now. Access here.
Popularity: 1 points | 0 comments
50. Show HN: Podcast.Zip (Podcast Summarization)
URL: https://www.listen411.com/
Author: wenbin
Description:
Popularity: 1 points | 0 comments
51. Show HN: I made a context-aware AI IPython shell
URL: https://github.com/vinayak-mehta/ipychat
Author: vortex_ape
Description:
Popularity: 1 points | 0 comments
52. Show HN: I put a face on a 'button' that reacts to your cursor's distance
Author: takkatakka
Description: Inspired by a gamedev presentation called 'Juice it or lose it', I put a face on a 'button' that gets happier the closer your cursor is.
Maybe your website needs one too? Take a look at the source and have at it.
Popularity: 1 points | 0 comments
53. Show HN: A Customizable Workspace Inpired by Notion and Obsidian Md
URL: #
Author: ryu-suke
Description: Hello Reader
I'm Ryu, i like making minimalistic projects which provide efficient functionalities, also a huge fan of Obsidian md which has inspired me to work on this project called Hollow.
It's a customizable workspace where tools are represented as cards, enabling users to design and organize their tools with limitless flexibility.
Tools as NoteBook, Kanban and WebView, you can make multiple instances of the same tool and place them in the workspace as a fully customizable card.
It also built to be supported heavily by community Plugins, which would bring more tools/functionalities to the app.
this is a video i made showcasing one of the ways it can be used https://youtu.be/1ShchM6MDIU?si=_-6n1dGKdE6rZOCT
currently on the beta version so I'm inviting anyone who's a fan of this kinda of app.
This a form on which you don't have to fill anything if you don't want to, and go straight to the download links for your corresponding os. But hollow will need your help on reporting bugs so i would recommend reading the form.
Thank you very much for reading.
Popularity: 1 points | 0 comments
54. Show HN: I built a simple habit tracker
URL: https://mojica.de/tracker/login
Author: foxhunt
Description: Over the holidays, I built a simple habit tracker that lets you track any event's start and end time.
In the process, I upgraded my personal homepage to Next.js 15, added Payload CMS and NextUI, and experimented with React Server Components and Actions.
Check it out: https://mojica.de/tracker
You can create new event types by entering activities in the top text field. Events are automatically started for new types.
Popularity: 1 points | 0 comments
55. Show HN: A Chrome extension that allows you to have ChatGPT on the browser
URL: https://www.promptsion.com/
Author: OmPatel5
Description: I'm 15 and I created my first chrome extension
it allows you to have an AI Search Assistant (like ChatGPT) in your browser
Highlight text, click the extension, get instant answers with AI. No more copy and pasting or switching tabs.
The highlighted text is then used as context for the AI to give you better answers
+ way more features like prompt optimization with the chrome extension and a folder structure for ChatGPT for 3 free accounts
Popularity: 1 points | 0 comments
56. Show HN: MCP Hubspot – Access Hubspot from MCP Client ( Buryhuang/Mcp-Hubspot)
URL: https://github.com/buryhuang/mcp-hubspot
Author: buryhuang
Description: I opensourced an MCP hubspot server. It allows my sales leaders to query sales activities seamlessly from any MCP Client.
One can do: What's happening lately in my sales pipeline.
Popularity: 1 points | 0 comments
57. Show HN: Built a app to track monthly expenses and spend hotpoints
Author: vaderyondu
Description: Hi, I have developed a simple budgeting website over the holidays.
Features.
- The app is in very early stages. But the basic functionality of Adding Income and Expenses and the respective visualizations work.
- Visualization and Sankey representation of your budget can be seen on the home page.
- Yearly View - Represents all expense for chosen year.
- Monthly View - Allows you to add income and expenses for a specific month.
- Recurring Income and Expenses can also be added.
- Analytics View - Provides detailed insights on your spending habits.
Note: I developed it as a personal project and thought it would benefit someone looking for a similar tool. This app is not for everyone as it involves time to be spent for tracking expenses.
Certain bank applications offer this in their app. Mine doesn't and I also wanted to bring a holistic view from different accounts.
Aware of multiple similar product offerings. I just built it as an exercise to learn and have something convenient at my end which provided detailed money flow diagrams.
The app does not support automated bank integration or credit card integration. Will never do this.
I want to keep the app simple and make budgeting a habit and it's for the people who take personal finance seriously and spend time to manage it.
Thoughts and Feedback welcome.
Popularity: 1 points | 0 comments
58. Show HN: YouTube Sort by Likes
URL: https://youtube-sort-by-likes.vercel.app/
Author: timf34
Description: Built this web app to find the best quality videos on a YouTube channel. Find it particularly useful for podcasts, long video channels, and finding music sets!
YouTube API has really low quotas that seem to be a pain to increase, any way to make this work without using the youtube api would be greatly appreciated!
Open sourced here: https://github.com/timf34/YouTubeSortByLikes
Popularity: 1 points | 0 comments
59. Show HN: BigScrubber for YouTube (Vision Pro App)
URL: https://apps.apple.com/us/app/bigscrubber-for-yt/id6739967085
Author: rdamir
Description: BigScrubber is a Safari extension that fixes our YouTube experience on Vision Pro. I built it because I was so frustrated with constant misclicks that I wanted to slam my AVP on the floor.
Popularity: 1 points | 0 comments
Conclusion
Today's Show HN roundup showcases a diverse range of innovative projects. From AI-powered tools to creative coding solutions, these projects reflect the dynamic nature of our tech community. Which project caught your attention the most? Let us know in the comments!
Tags: #ShowHN #TechInnovation #DeveloperProjects #AI Applications #Open Source Software