Show HN Today: Top Developer Projects Showcase for 2024-01-28
SagaSu777 2024-12-25

Explore the hottest developer projects on Show HN for 2024-01-28. Dive into innovative tech, AI applications, and exciting new inventions!

Summary of Today's Content

Today's Product Highlights

  • Product Name: Librarian - Semantic Bookmark Search
  • Highlight: Innovative Chrome extension that enables semantic search of bookmarked content using transformer embeddings, all running privately in-browser without external API calls

Quick Summary

  • Most Popular Category: AI/ML Tools
  • Top Keywords: AI, Music, Development Tools
  • Most Popular Product: Apple II Pendulum Clock (157 points)

Technology Trends

  • AI/ML Integration
  • Privacy-Focused Solutions
  • Retro Computing
  • Music Technology
  • Game Development
  • Browser Extensions

Project Distribution

  • AI/ML Tools: 35%
  • Development Tools: 25%
  • Gaming: 15%
  • Music/Audio: 15%
  • Other: 10%

Trend Insights

  • Strong focus on AI integration while maintaining privacy (local processing)
  • Revival of retro computing with modern twists
  • Gamification of everyday activities (fitness, productivity)
  • Emphasis on open-source development
  • Growing interest in browser-based tools and extensions
  • Increasing demand for music learning and visualization tools
  • Rise of personal productivity and organization tools

The data shows a clear trend toward AI-powered solutions that respect user privacy, with many projects running computations locally. There's also a notable interest in combining modern technology with retro computing elements, suggesting a market for nostalgic yet functional tools.

Top 1. A unique clock that combines vintage technology with modern innovation, featuring an Apple II that synchronizes time using interrupts from a physical pendulum mechanism. (Likes: 157, Comments: 29)

Top 2. Revolutionize your bookmarking experience with Librarian, an innovative semantic search tool that leverages advanced transformer technology to effortlessly locate and manage your saved links. Ideal for researchers, students, and professionals seeking to streamline their online resources, Librarian enhances productivity by making it easier than ever to find exactly what you need. (Likes: 95, Comments: 26)

Top 3. Interactive 12-color music theory tool for pop/rock MIDI, featuring visual elements and open-source on GitHub. (Likes: 101, Comments: 16)

Top 4. A mobile app and game that combines workouts with leveling up, making fitness fun and engaging. Transform your exercise routine into a rewarding adventure! (Likes: 22, Comments: 6)

Top 5. A text-based periodic table implemented in C for seamless use in GNU/Linux terminals, providing a unique and accessible way to explore elemental properties and information. Perfect for chemistry enthusiasts and terminal users alike! (Likes: 10, Comments: 5)

Top 6. Dewhale: An AI tool powered by GitHub that simplifies the development process for effortless coding and project management. (Likes: 11, Comments: 3)

Top 7. Introducing Hacker News AI: A cutting-edge tool leveraging function calling to enhance your experience on the Hacker News platform. Discover a smarter way to interact with tech discussions and stay ahead in the world of innovation! (Likes: 7, Comments: 3)

Top 8. Discover Hacker News AI, an innovative tool designed to enhance your browsing experience by delivering personalized content recommendations and insights tailored for tech enthusiasts and developers. Stay ahead in the tech world with real-time updates and community-driven knowledge at your fingertips. Perfect for those who want to explore the latest in technology, programming, and startup news efficiently. (Likes: 8, Comments: 0)

Top 9. Discover GPTGrooves, the innovative platform that utilizes artificial intelligence to create unique and energetic house music tracks. Perfect for DJs, music producers, and electronic music enthusiasts seeking fresh sounds to elevate their playlist. Experience the future of music generation with GPTGrooves! (Likes: 5, Comments: 3)

Top 10. Zabbix API V6 Crate for Rust: A robust library designed to seamlessly interface with the Zabbix monitoring solution, enabling developers to integrate and manage Zabbix features effortlessly within their Rust applications. (Likes: 7, Comments: 0)

1. Show HN: Apple II clock using interrupts from physical pendulum clock

Show HN: Apple II clock using interrupts from physical pendulum clock - Project Screenshot

URL: https://github.com/wkjagt/apple2_pendulum_clock/blob/main/README.md

Author: wkjagt

Description: A clock app for my Apple ][ clone in 6502 assembly, using interrupts generated by an inductive proximity sensor and a physical pendulum clock. I wanted to polish the code a bit more before sharing (I especially dislike the self modifying code part), but the computer seems to have developed a hardware problem lately and it keeps crashing (bad RAM chip most likely), so I am sharing as is.

Popularity: 157 points | 29 comments


2. Show HN: Librarian - Semantic Bookmark Search Using Transformers

Show HN: Librarian - Semantic Bookmark Search Using Transformers - Project Screenshot

URL: https://github.com/oto-labs/librarian

Author: kashyapa95

Description: Search for your bookmarks by content!

@ashwinlokkur and I built this Chrome extension that scrapes your bookmarks' content and does semantic search using transformer embeddings.

Free and private since it's all in-browser. No LLM API calls ;)

Popularity: 95 points | 26 comments


3. Show HN: 12-colored visual interactive music theory for pop/rock MIDI (+Github)

Show HN: 12-colored visual interactive music theory for pop/rock MIDI (+Github) - Project Screenshot

URL: https://rawl.rocks/

Author: vitaly-pavlenko

Description: I'm sharing an early prototype of my open-source interactive book and MIDI viewer. My approach is to annotate a tonic and phrasing in each file, so that chords become visible as 3-4 color bundles after a bit of training. This radically simplifies seeing and hearing chords, so that you can rapidly browse through many arrangements and study Western harmonic/arrangement language

If you don't have a touchpad, a horizontal scrolling can be done via shift+mouse wheel (generally on the web). Also, I have a second color scheme that I tried to optimized for people with color vision deficiencies.

My big dream now is to have all piano rolls in DAWs support 12-coloring (in any color scheme really), so that the music can be seen as less complex, less gatekeeped and less entangled. It's not as hard as I've seen it before.

Source code: https://github.com/vpavlenko/rawl

It currently doesn't play music from Russia or Türkiye (=requires a VPN), because I rely on corsproxy.io internally which blocks access from those countries. I plan to rehost stuff on S3 soon to fix that.

Also, it's more performant in Chrome than in Safari - audio clicks less.

===

Backstory: I quit Whatsapp in 2021 to focus full-time on studying music theory. Along that I've assembled a list of resources to see the frontier: https://github.com/vpavlenko/study-music

My biggest inspiration is Hooktheory - an interactive book that teaches how melody and chords interact in Western pop music. After it I wanted to study how the rest of the arrangement works - what the bass line is doing, how is melody doubled, what chromatic chords are possible, are there any functional pre-dominants and dominants in mixolydian or dorian etc.

I wanted to focus on music for which the complete arrangement is clean and available. This is early chiptune (NES/Genesis) OSTs and MIDI arrangements (primarily created in 1990s). As I plugged MIDIs into my front-end, I discovered that the harmonic analysis - the cornerstone of studying Western harmony - can be done by eyes in real-time. That is, if you color the notes consistently, the chords start to stare at you, sharply and memorably.

I'm intrigued by latest shifts towards corpus studies in music theory and I'm generally happy that nowadays the research is not just about classical music anymore. At least in the West.

Popularity: 101 points | 16 comments


4. Show HN: I made a mobile app and game where you workout to level up

Show HN: I made a mobile app and game where you workout to level up - Project Screenshot

URL: https://www.fittestfire.com/

Author: David_FF

Description: Hi, I’ve been working on a workout logging mobile app and game to motivate myself to workout called Fittest Fire.

Logging workouts in the mobile app gives you points which are used in the game to increase damage, health, speed, etc.

The mobile apps are native Kotlin / Swift and have been released. The game is currently in demo status but has the level up system in place.

You can easily skip the account creation process for the mobile apps and play around with it first. In that case, you can only save exercises locally. If you have an account, you can save exercises online and get points. Everything is currently free to try (as in beer)

Android App: https://play.google.com/store/apps/details?id=com.davesproje... iOS App: https://apps.apple.com/us/app/fittest-fire/id6475898710

Game Steam: https://store.steampowered.com/app/2537510/Fittest_Fire/ Game Itch: https://dtmcderm.itch.io/fittest-fire

I appreciate any feedback

Popularity: 22 points | 6 comments


5. Show HN: A text-mode periodic table in C for GNU/Linux terminals

Show HN: A text-mode periodic table in C for GNU/Linux terminals - Project Screenshot

URL: https://github.com/velorek1/terminalperiodictable

Author: velorek

Description: I'm sharing a retro-looking periodic table I made in C that I think looks really nice.

Popularity: 10 points | 5 comments


6. Show HN: Dewhale – GitHub-Powered AI for effortless development

Show HN: Dewhale – GitHub-Powered AI for effortless development - Project Screenshot

URL: https://dewhale.pages.dev/

Author: yz-yu

Description:

Popularity: 11 points | 3 comments


7. Show HN: Hacker News AI built using function calling

URL: #

Author: bediashpreet

Description: Hi HN, I built an AI that can interact with the Hacker News API and answer questions about hackernews stories, whats trending, what on show etc..

Check it out here: https://hn.aidev.run

You can ask questions like:

- What's on hackernews about AI?

- What's on hackernews about iPhone?

- What's trending on hackernews?

- What are users showing on hackernews?

- What are users asking on hackernews?

- Summarize this story: https://news.ycombinator.com/item?id=39156778

- Tell me about the user pg

It uses function calling to query the HN api.

To answer questions about a particular topic, it’ll search its knowledge base (a vector db that is periodically updated with the “top stories”) and get details about those stories from the API.

This is pretty barebones and I built it today in < 2 hours, so it probably won’t meet your high standards. If you give it a try, I’d love your feedback on how I can improve it.

If you’re interested, I built this using phidata: https://github.com/phidatahq/phidata

Link to the HackerNews AI App: https://hn.aidev.run

Thanks for reading and would love to hear what you think.

Popularity: 7 points | 3 comments


8. Show HN: Hacker News AI

Show HN: Hacker News AI - Project Screenshot

URL: https://hn.aidev.run

Author: bedify

Description: Hi HN, I built an AI that can interact with the Hacker News API: https://hn.aidev.run

You can ask questions like:

- What on hackernews about AI?

- What on hackernews about iPhone?

- What's trending on hackernews?

- What are users showing on hackernews?

- What are users asking on hackernews?

- Summarize this story: https://news.ycombinator.com/item?id=39156778

It uses function calling to query the HN api.

To answer questions about a particular topic, it’ll search its knowledge base (a vector db that is periodically updated with the “top stories”) and get details about those stories from the API.

This is pretty barebones and I built it today in < 2 hours, so it probably won’t meet your high standards. If you give it a try, I’d love your feedback on how I can improve it.

If you’re interested, I built this using phidata: https://github.com/phidatahq/phidata

Thanks for reading and would love to hear what you think.

Popularity: 8 points | 0 comments


9. Show HN: GPTGrooves - AI Generated House Music

Show HN: GPTGrooves - AI Generated House Music - Project Screenshot

URL: https://gptgrooves.vercel.app

Author: beneidson

Description:

Popularity: 5 points | 3 comments


10. Show HN: Zabbix API V6 Crate for Rust

Show HN: Zabbix API V6 Crate for Rust - Project Screenshot

URL: https://old.reddit.com/r/rust/comments/1acxfqs/crate_zabbix_api_client/

Author: vmt-man

Description:

Popularity: 7 points | 0 comments


11. Show HN: Roast my MVP todo app, please

Show HN: Roast my MVP todo app, please - Project Screenshot

URL: https://quikweek.com/

Author: sidelist

Description:

Popularity: 3 points | 4 comments


Show HN: Predirect- Extension to replace popular sites with privacy front ends - Project Screenshot

URL: https://github.com/libreom/predirect

Author: judiisis

Description: I made this extension to redirect links and embeds to sites like YouTube , Twitter(RIP), Reddit to their privacy frontends. It is inspired by Libredirect but it wasn't published in stores for easy use and required unnecessary permissions. List of supported sites and store links are in GitHub. Thanks for any feedback

Popularity: 7 points | 0 comments


13. Show HN: Py Plot lib useful to debug rt Physical things(ML/CV/Robotics)

Show HN: Py Plot lib useful to debug rt Physical things(ML/CV/Robotics) - Project Screenshot

URL: https://github.com/bedbad/justpyplot

Author: bedbad

Description:

Popularity: 4 points | 2 comments


14. Show HN: Byte Size Text Visualizer

Show HN: Byte Size Text Visualizer - Project Screenshot

URL: https://unli.xyz/p/2024/visualsize.html

Author: xk3

Description:

Popularity: 5 points | 1 comments


15. Show HN: Home Game Poker Settler (Open Source)

Show HN: Home Game Poker Settler (Open Source) - Project Screenshot

URL: https://poker-settler.vercel.app/

Author: zlwaterfield

Description: I built this for my home game.

It’s super simple. But sharing because I wanted to show how fast you can build things these days. The tooling is incredible. From start to deployment this took ~1 hour.

Tools used: ChatGPT, npx create-next-app, tailwind, Vercel, GitHub

Here is the repo: https://github.com/zlwaterfield/poker-settler

Popularity: 2 points | 3 comments


16. Show HN: Hanzipopup-Chinese-English Popup Dictionary for Android and iOS Browser

Show HN: Hanzipopup-Chinese-English Popup Dictionary for Android and iOS Browser - Project Screenshot

URL: https://github.com/krmanik/hanzipopup

Author: krmani

Description: Hanzipopup

Popup Dictionary for Chinese Language

Port of zhongwen (https://github.com/cschiller/zhongwen) browser extension as UserScript for Android and iOS.

A UserScript for browsers to show meaning in popup for selected Chinese characters. The UserScript uses zhongwen browser extension codes.

Source

https://github.com/krmanik/hanzipopup

Popularity: 5 points | 0 comments


17. Show HN: Monetize Unreleased Media

Show HN: Monetize Unreleased Media - Project Screenshot

URL: https://tryvaulted.com

Author: Stokley

Description: Online marketplace to monetize unreleased digital media. For example, leaked tracks, behind-the-scenes footage, instrumentals & acapellas, etc.

Popularity: 5 points | 0 comments


18. Show HN: Personal Financial Assistant with AI (Update)

Show HN: Personal Financial Assistant with AI (Update) - Project Screenshot

URL: https://project-hermes-ai.vercel.app

Author: bishal_saha_

Description: Hey guys, Just an update here for my Project-Hermes, your personal financial advisor.

Within a week of launch, I got a lot of love :

1. 1.8k Visitors

2. 300+ Sign-ups

3. 70% of users from around the world

And here are our latest updates:

1. GPT-4-Turbo for better understanding

2. Faster response and less crashes

3. Error handling and "Try Again" button

4. Option to delete uploaded documents

5. Request for delete account

I hope you guys can try it and let me know. Your feedback is valuable to me!

Popularity: 4 points | 0 comments


19. Show HN: From anywhere you can type, query and stream an LLM or any other script

Show HN: From anywhere you can type, query and stream an LLM or any other script - Project Screenshot

URL: https://github.com/jasonjmcghee/plock

Author: jasonjmcghee

Description:

Popularity: 2 points | 1 comments


20. Show HN: Techmart – Costco for SaaS. The usual tech tools at lower prices

Show HN: Techmart – Costco for SaaS. The usual tech tools at lower prices - Project Screenshot

URL: https://jointechmart.com/

Author: tarekabi

Description: So here’s the deal. I’ve been bootstrapping my startup and realised the sh*t ton that we’re spending on saas. You know the drill in this game, minimize overhead and maximise productivity, usually with tools. We use 28 SaaS tools today – apparently the average is 89, according to Okta - at a range of $9-$600 monthly; it adds up fast!!

That’s when it hit me! What if there was a Costco, but for tech tools?? Even software sellers would win, by acquiring customers at a lower CAC -- a no brainer for both buyers and sellers. So the concept is simple, a member store where you could buy all of your usual tech tools but at lower prices; Techmart.

I’ve built with my brother for the past 2 weeks and we’re now launching it to the world to see if we’re just crazy or this is for real. I’m curious, are we missing something or is it an untapped goldmine waiting to be discovered? Other people need this too? I'm ready to hear the harsh truth.

Popularity: 2 points | 1 comments


21. Show HN: VoiceReplace (Early Alpha)

Show HN: VoiceReplace (Early Alpha) - Project Screenshot

URL: https://www.voicereplace.app/

Author: jacky2wong

Description:

Popularity: 1 points | 1 comments


22. Show HN: Terraform llama.cpp on AWS for your own generative APIs

Show HN: Terraform llama.cpp on AWS for your own generative APIs - Project Screenshot

URL: https://github.com/bignacio/llama.up

Author: BiraIgnacio

Description:

Popularity: 2 points | 0 comments


Show HN: Try dsu gem as featured in RubyWeekly - Project Screenshot

URL: https://rubygems.org/gems/dsu

Author: gangelo

Description: As featured in RubyWeekly https://rubyweekly.com/issues/687

dsu is a ruby gem that enables anyone practicing Agile methodology to record, keep track of and manage their daily standup (DSU) activities. Give it a download and a GitHub star. Lots of fun to use :)

RubyGems: https://rubygems.org/gems/dsu GitHub wiki: https://github.com/gangelo/dsu/wiki

- dsu uses no network connections whatsoever. - dsu stores all of its data locally, in .json files. - dsu is a simple (but powerful) command-line tool for users who love to work within the terminal. - dsu versioning follows the semantic versioning standard (MAJOR.MINOR.PATCH).

Popularity: 2 points | 0 comments


24. Show HN: Sparks AI – Build and share AIs with app integrations and multi-LLMs

Show HN: Sparks AI – Build and share AIs with app integrations and multi-LLMs - Project Screenshot

URL: https://www.getsparks.ai/

Author: amadk

Description: Hi Hacker News, we just launched our beta for Sparks AI.

Sparks AI is a platform for building, sharing, and monetizing your AI assistants using app integrations and multiple LLMs.

We're still working out the kinks and would love to get your feedback.

We also have a discord: https://discord.gg/bdWknpfVKX

We’re trying to get our initial users to serve personally and hope that you give us a shot.

Thank you

Popularity: 2 points | 0 comments


25. Show HN: I Build a Full Stack Notes App Using React and Supabase

Show HN: I Build a Full Stack Notes App Using React and Supabase - Project Screenshot

URL: https://theankurtyagi.com/notes-app-react-supabase/

Author: TheAnkurTyagi

Description:

Popularity: 1 points | 0 comments


26. Show HN: Audio summarized from Reddit posts, using ElevenLabs and GPT-4 Turbo

Show HN: Audio summarized from Reddit posts, using ElevenLabs and GPT-4 Turbo - Project Screenshot

URL: https://drive.google.com/file/d/10K8PPaCaxXnhEisrY1FF5xvr3ohHu2cD/view?usp=sharing

Author: kirkmarple

Description: You can create an automated audio summary like this one - on any topic, from any data source(s) with Graphlit (https://www.graphlit.com).

I ingested Reddit posts from r/Azure, with entity extraction, and filtered just on posts that were tagged with SharePoint.

Then, with a custom publishing prompt, I had GPT-4 Turbo write a script for ElevenLabs, and posted it to a Slack channel.

With just a few API calls, you can build AI apps on top of Graphlit to deliver any kind of researched summaries for your users: in audio, as well as text.

Popularity: 1 points | 0 comments


27. Show HN: Open-Source Pong Game

Show HN: Open-Source Pong Game - Project Screenshot

URL: https://pong-paddle-game.netlify.app/

Author: ramzi-abidi

Description: Link to github: https://github.com/Ramzi-Abidi/Pong/

- I want a feedback to improve the game.

  • Your contributions are welcome!
  • Give it a star if you enjoyed it!

Popularity: 1 points | 0 comments


28. Show HN: Ecomtent Generative AI listing optimization

Show HN: Ecomtent Generative AI listing optimization - Project Screenshot

URL: https://www.ecomtent.ai/

Author: Ecomtent_ai

Description: Ecomtent enables sellers to create product listings with Generative AI, including product lifestyle images; infographics, and optimised copy; and list across marketplaces. Ecomtent creates high-quality lifestyle product images with AI Photoshoots and generates A+ Content, Amazon EBC, and Amazon infographics in seconds.

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