Explore the hottest developer projects on Show HN for 2024-12-04. Dive into innovative tech, AI applications, and exciting new inventions!
Summary of Today's Content
Today's content highlights a variety of innovative projects shared on Hacker News. Notable entries include DesignDir, a curated directory of 1,000+ design tools; UtilsGPT, providing utility functions for LLM calls; and an AI-driven travel planning app called Begintrips. There are also projects focused on enhancing user feedback, improving programming processes, and facilitating language learning. Several tools showcase creative approaches to managing tasks, analyzing data, and exploring cities. Additionally, there are community-driven resources aimed at simplifying workflows, learning, and coding in various environments. Engaging projects span multiple interests and technological advancements.
1. Show HN: Design Directory with over 1000 Curated Design Tools
Author: thisisroushan
Description: DesignDir is a comprehensive platform designed to empower web designers and developers by providing a curated directory of over 1,000 design tools and resources. Our mission is to enhance creative workflows by carefully selecting and organizing the most effective design tools, from color palettes and typography to prototyping and collaboration solutions. With an intuitive interface that allows seamless browsing by categories and powerful search functionality, designers can quickly find exactly what they need to bring their visions to life. The platform features direct tool previews, detailed resource information, and a community-driven submission system that ensures the collection stays current and valuable. DesignDir is built by designers for designers, aiming to be the one-stop destination for discovering and accessing professional design tools that can elevate your creative process.
Popularity: 2 points | 0 comments
2. Show HN: Roast my Spotify Wrapped 2024
URL: https://www.zkarimi.com/spotify
Author: zknowledge
Description: I built a small tool that allows users to share their spotify wrapped share link and get roasted by different LLMs.
Some fun roasts:
"This list makes it sound like you're having a midlife crisis in a thrift store"
"You're really pushing the envelope listening to Drake and The Weeknd"
"Next year, aim for music that doesn't sound like background noise in an elevator"
Popularity: 4 points | 0 comments
3. Show HN: Read-only Google Drive PDF document downloader
URL: https://codeberg.org/fj/rogdown
Author: loncat4215
Description:
Popularity: 3 points | 0 comments
4. Show HN: UtilsGPT, a set of utilities function in API or your LLM's func calls
URL: https://utilsgpt.com
Author: sawirricardo
Description:
Popularity: 1 points | 0 comments
5. Show HN: Need Feedback on My Rust Blog
URL: https://nocoffeecraft.substack.com/p/deep-dive-into-rusts-fearless-concurrency
Author: implabinash
Description: I am writing a blog/newsletter to explain intermediate concepts of Rust programming language in the simplest possible manner with examples and analogies.
So that a complete beginner like me can easily understand.
I need your feedback on my late post.
Latest post -> https://nocoffeecraft.substack.com/p/deep-dive-into-rusts-fe...
Blog/Newsletter -> https://nocoffeecraft.substack.com/
Popularity: 1 points | 0 comments
6. Show HN: We built a collection of shuttered companies to learn from failures
URL: https://www.roiquant.com/companies/1
Author: roiquant
Description: Since 2017, we've been building a collection of shuttered companies to learn from past experiences to avoid hindsight bias.
Our current shuttered companies database showcases 10,000 shuttered companies, but currently we only managed to do the postmortem analysis on 1,043 shuttered companies where a total of 127 unique reasons for shutdown were identified.
The link we shared in this post only displayed 500 shuttered companies that are freely available to the public. If you'd like to browse through more of them, you may create a free account and log in to browse through more shuttered companies.
Please let us know what you think about this 'shuttered companies' data feature of ours, and if you have any constructive feedback to share, by all means let us know your thoughts!
If you have a postmortem story to share as a case study for others to learn from, please share it with us by writing us at: publication@roiquant.com
P.S.: We're offering a 30% discount off our annual subscription plans to celebrate our AWS Activate 2024 milestone, where we offer AWS Activate credits (up to USD $10,000 AWS credits) as perks to our customers. Feel free to check it out if you're interested: https://www.einpresswire.com/article/750269547/over-usd-1-3-...
Popularity: 1 points | 1 comments
7. Show HN: Engineering Metrics Powered by AI
Author: ymatagne
Description: Show HN: Wellcode CLI - Open-source engineering metrics powered by AI
I built Wellcode CLI after getting frustrated with expensive engineering metrics tools that cost thousands per month but weren't actually helpful as a new engineering manager. The existing tools gave me lots of fancy graphs, but didn't help answer basic questions like "is my team stuck on anything?" or "who might need more support?"
The tool does three main things:
- Aggregates metrics from GitHub (PR velocity, code review times, etc), Linear (issue progress, cycle time), and Split.io (feature flag adoption)
- Provides a natural language interface so you can ask questions like "how was the frontend team performing last week?" or "show me who needs code review help"
- Uses Claude (optional integration) to analyze trends and suggest actionable improvements for new managers
What makes this different:
- Completely free and open source - no more paying thousands for metrics you don't need
- Works entirely from your terminal - no web dashboards or account creation needed
- Natural language interface that focuses on actionable insights for managers
- Integrates metrics across tools rather than looking at each in isolation
- Local-first - all data processing happens on your machine
You can try it out in 2 minutes.
The minimum requirement is just GitHub access - the Linear, Split.io and Anthropic integrations are optional.
Source code: https://github.com/wellcode-ai/wellcode-cli
Happy to answer any questions! While I've built several internal metrics tools before, this is my first open source project, so feedback is very welcome.
Popularity: 2 points | 0 comments
8. Show HN: App Developer Copilot VSCode Extension
URL: https://marketplace.visualstudio.com/items?itemName=sindujaramaraj.app-developer-copilot
Author: perfnerd
Description: No code mobile app generator. Designs and generates code for the complete app using RN and Expo. Suitable for starter projects
Popularity: 2 points | 0 comments
9. Show HN: Animated SVG Avatar
URL: https://codepen.io/dsenneff/details/NyVrzB/2c3e5bc86b372d5424b00edaf4990173
Author: Doches
Description:
Popularity: 1 points | 0 comments
10. Show HN: Neon Model Context Protocol Server
URL: https://github.com/neondatabase/mcp-server-neon
Author: davidgomes
Description:
Popularity: 4 points | 0 comments
11. Show HN: The Canada census data in a SQLite file; advice appreciated
URL: https://github.com/rendello/canada-census-2021-sqlite/releases/tag/1.0.0-alpha
Author: Rendello
Description: This is niche, I'll admit.
I needed to look through the latest census data, but it was exported as multiple multi-gigabyte bespoke latin1-encoded CSV files. Pandas, Polars, and SQLite's CSV import tool weren't much help, so I shelved the project until recently, when I started taking a SQLite course online.
I picked it up again, normalized the data, and now there's a database that can be queried through a SQL view that matches the headings in the original CSVs. I'm proud of the script I created to export the data, as well as automatically compress the artifact, make the diagrams and checksums, etc.
This is my first time building up a big database, does my schema seem sane? I've been considering switching the counts from REALs to TEXT, since then SQLite's decimal extension can do exact calculations, but considering there's only one or two places after the decimal points in the data, I'm not sure if it's worth it space-wise.
Popularity: 5 points | 1 comments
12. Show HN: I took the State of JavaScript Survey, and here's what I think [video]
URL: https://www.youtube.com/watch?v=U3cEZmJRHE4
Author: shrutikapoor08
Description:
Popularity: 3 points | 0 comments
13. Show HN: Game Created with Claude.ai and Midjouney
URL: https://apps.apple.com/us/app/super-ball-brick-crusher/id6736870504
Author: lpeancovschi
Description:
Popularity: 3 points | 1 comments
14. Show HN: Chatten – Interact with SaaS products through chat
URL: https://www.youtube.com/watch?v=HJOG0_IUVeU
Author: muyabb
Description: Hi HN!
---
First, the story;
In my previous startup, I was the head of product of a grocery delivery app similar to Instacart. Our main competition was people sending orders to the stores through WhatsApp.
Ordering groceries on WhatsApp is very difficult, especially large (10+ item) ones. Our app was much more convenient because the whole UI was curated for grocery ordering.
However, when it came to small orders of obvious items, e.g. an order consisting of 1 kg tomato, 3 eggs, and 2 breads, consumers preferred WhatsApp over our app!
When we asked why, they said "For a simple order using WhatsApp, all I have to do is send a voice message or a short text to the store. But on your app, I have to open the store, open categories, find each item, add them in the right quantity to cart, open cart, confirm location and press order. A lot of clicking and hassle!"
They were right. Our app contained a listing of 1000s of items all arranged in categories with advanced search. What made it great for browsing the store items and placing large orders also made it inconvenient for small orders of obvious items, which were actually more common.
I couldn't merge the convenience of unstructured WhatsApp-style ordering with the structured experience of our app. This problem is inherent to the GUI and every SaaS must have it. It wasn't fixable, or so I thought.
Enter Chatten...
---
Chatten fixes exactly that problem. Chatten makes it possible for to users read and mutate data, and navigate through a SaaS through chat commands.
It maps the user command to a series of API requests and frontend events that are performed on behalf of the user. The user does not need to do multiple high-precision and attention-demanding clicks on the UI.
Watch the demo to see a PoC in action.
Chatten is currently very early stage. I appreciate all kinds of feedback. If want to be an early adopter, or wanna connect, reach out on my LinkedIn https://www.linkedin.com/in/mohammedshahoe/
Thank you
Popularity: 2 points | 0 comments
15. Show HN: Generate changelog given repo and timeframe
URL: https://github.com/greptile/chameleon
Author: dakshgupta
Description:
Popularity: 1 points | 0 comments
16. Show HN: Sync with Terry Your New Satirical AI Product Manager
URL: https://github.com/aquaflamingo/syncwithterry
Author: devrob
Description:
Popularity: 3 points | 0 comments
17. Show HN: LimeJourney – open-source Customer Engagement Platform
URL: https://www.limejourney.com
Author: flyingsky
Description: Hello HN - I’m Tobi and I am building LimeJourney. LimeJourney is an open source customer engagement platform, a Customer.io /braze etc alternative.
- For the past few weeks I have been hacking on LimeJourney during my free time and I’m inviting you to check it out and give your feedback. You can try out the demo with email and password demo@limejourney.com/demo@limejourney.com
- My Grand thesis for building LimeJourney is that the channels through which we currently receive notifications will not be changing anytime soon but with the increase in data - now more than ever - businesses that will catch the attention of customers are the ones who in some shape or form are intelligently sending notifications(possibly with AI).
- LimeJourney in its current form is very far off from what I hope for it to be but still solves a couple of issues I experienced when working on another project. LimeJourney is relatively cheap($50) - single base plan compared to the other big guys in the market(>$100). It is also open source and I’lld love to see folks who are able to, adopt and self host limeJourney. LimeJourney aims to play real nice with whatever you current email sending stack is and we already have integrations with Resend, AWS and are building more.
The codebase is on Github => https://github.com/LimeJourney/limeJourney
Thank you for checking this out. You can reach me at tobi@limejourney.com
Popularity: 31 points | 18 comments
18. Show HN: Loata Cloud Knowledge Storage Answering Questions Is in Early Access
URL: #
Author: k3ntaki
Description: It's been launched for IOS and Android with 500 users limit due to current infrastructure restrictions, instruction to download: https://www.loata.ai/support/earlyAccessReleaseDec24
Popularity: 3 points | 1 comments
19. Show HN: A novel markup language for lists – Describe
URL: https://github.com/viktorchernev/DescribeCompiler
Author: demon_of_reason
Description: Describe Markup Language is a markup language for writing lists that I have developed over the past 2 years. It is based on ANTLR 4.13 and the compiler is coded in C#, and can be consumed in .net projects, ran from the Windows command line, or hosted as a microservice on the Amazon Cloud (AWS). Or more officialy:
Describe is a markup language designed to write and maintain complex data lists that are compiled on demand to various formats, such as html, xml, sql and json. It is simple to use, intuitive and easy to master. Describe is readily extendible - implementing support for new target languages or customizing the transpilation process is straightforward, making it adaptable to a wide range of projects.
I need this markup as a part of another project, but it is cool on its own, and since v1.0-beta of the compiler rolled out, I've figured - "why not share it around with people?"
Popularity: 4 points | 0 comments
20. Show HN: Find and match with people playing sports around you – Courtship
URL: https://apps.apple.com/us/app/courtship/id6717695758
Author: shashanoid
Description:
Popularity: 5 points | 2 comments
21. Show HN: After 3 months of coding, I built a feedback tool for indie makers
URL: https://feedhunt.app
Author: Yeeze
Description: Hey HN,
After 3 months of coding and countless iterations, I’ve launched Feedhunt, a lightweight feedback tool designed for indie makers and small teams.
The idea came from my own frustration with managing user feedback while building projects. Existing tools felt too bloated, complicated, or expensive ($359/month isn’t indie-friendly). So, I decided to scratch my own itch and create something focused and affordable.
With Feedhunt, you can:
- Collect feedback from your users
- Let them vote on what matters most
- Organize feedback with tags and status filters to keep your roadmap clear
I built this using nextjs and PostgreSQL. It’s intentionally simple—just enough to solve the problem without unnecessary fluff.
It’s live now, and I’d love for you to try it out: https://feedhunt.app/
Would appreciate any feedback, whether it’s about the product, the approach, or the tech. Thanks for taking a look!
Popularity: 2 points | 3 comments
22. Show HN: Analyze utility data and get alerts
URL: https://youtilitics.com/?hn
Author: ClaudyFocan
Description: We started this product to analyze water usage which was too high for a house. We ended up improving it to support gas and electricity and provide insights and usage information.
It can also detect abnormal increase weak over weak and send an email, e.g. for a water leak or over use.
It can show electricity usage with separation from EV, AC and everything else. It's not perfect but it works.
Account required (you also need to download your utility data) but it is free for 2 weeks.
To get data, you need a Green Button compatible utility, or one compatible with our Sync Companion app (HTTP client to log in to your utility and download a CSV); feel free to reach out if you want to add your utility.
Thanks HN!
Popularity: 4 points | 0 comments
23. Show HN: Minimalboard – A intuitive and fast way to organize work
URL: https://minimalboard.com/
Author: IndieCoder
Description: Hi HN!
Organizing my work has always been frustrating because no tool seemed to fit my workflow. Every app I tried came with endless menus, complicated settings, and more clicking than actually working. If you've ever wrestled with Jira, you know the drill — its great for tracking an army of developers, but a tad overkill for my personal tasks.
That's why I built Minimalboard. It combines the simplicity of a good old notepad with the visual organization of a Kanban board. Its sole focus is speed and intuitiveness. Just click to start editing, drag to rearrange, and everything saves automatically. It's a quick, clean workspace to jot down ideas, organize tasks, or capture information on the fly.
I've been using Minimalboard privately for two years, and now I'm releasing it to see if I'm the only one with this peculiar obsession for simplicity or if others are equally struggling. Give it a spin and let me know what features you'd find useful. I'm curious to see how much functionality I can stuff in before it starts looking like, well, the tools I was trying to avoid!
Website: https://minimalboard.com Feedback & Ideas Tracker: https://minimalboard.sleekplan.app
Popularity: 12 points | 3 comments
24. Show HN: HMPL – Server-oriented customizable templating for JavaScript
URL: https://github.com/hmpl-language/hmpl
Author: antonmak1
Description:
Popularity: 5 points | 1 comments
25. Show HN: Free tool for roasting your Bluesky Profile
Author: onurgenes
Description: I made a quick tool for myself and decided to share it with community. It is not great, it is using AI credits from my own wallet but I wanted to give back to BlueSky community because it felt like a fresh air to me.
It is hard to catch up on social media if you take a break but I wanted AI to roast me so I can somehow correct myself.
Here is the link if you want to take a look: https://professor.blue
It does not require signing in, we just analyze your public posts.
Popularity: 2 points | 0 comments
26. Show HN: Think Spotify Wrapped, but for WhatsApp Chats It's Live
Author: anshulagx
Description: Hey HN, I am relaunching my side project, WhatsAppWrapped with OurChatStory.co
Please do give it a try. The data is a goldmine for analysis, so I am requesting feature requests. What all do you think can be built using this? Also accepting PR contributions.
lmk what do you think.
Popularity: 2 points | 2 comments
27. Show HN: A WebSocket API for real-time transcription and translation
URL: https://docs.speakprecisely.com/docs/quickstart
Author: mimponenti
Description: I built a websocket API that does real-time speech-recognition, and also translates at the same time.
The result is a real-time transcript in one or many languages, while maintaining <500ms in latency.
Typically you'd have to setup a back-end instance to relay audio to-and-from the front-end and a transcription API. You'd also have to setup API calls with multiple providers, parse transcripts, optimize configurations, create backup instances, add instances in different geo-locations, etc...
The goal is to abstract all of this, so you can connect directly from the front-end by using a public key, and optionally OAuth tokens from supported identity providers.
The link on this post will take you to docs for connection via Websocket or Javascript SDK
You can also watch a video demonstrating the capabilities on our homepage at https://speakprecisely.com
Popularity: 1 points | 0 comments
28. Show HN: I made Free AI YouTube video description
URL: https://www.3dlogoai.com/tools/youtube-video-description-generator
Author: dhangzz
Description: I made Free AI youtube video description with extra feature of export text into pdf or .txt.
would love to know your thought
Popularity: 1 points | 0 comments
29. Show HN: I Used Llama-70B Logprobs for Better, Cheaper and Faster Chunking
URL: https://github.com/ZeroEntropy-AI/llama-chunk
Author: ghita_
Description: The LlamaChunk algorithm is simple: We pick a special token that we know is not in the corpus, e.g. "段".
We pick the character "段" because
- tiktoken always encodes it to exactly one token,
- it is not in the corpus, and
- it means "section" in Chinese.
Then, we ask Llama to repeat the User's message with the "段" token sprinkled throughout. And just like that, it's perfect out of the box! It correctly used the "段" character to mark the end of every section.
BUT if you've ever worked with LLM's, you know that input tokens are processed almost instantly, and output tokens take an eternity to generate. A naïve method is to simply wait for the LLM to repeat the entire python code, inserting "段" throughout.
However, by inferencing llama locally, we have a vastly more efficient way of doing this! We can simply pass in the entire paragraph, and check the logprobs to see the probability that Llama wanted to output a "段" token at that location!
Done! The high logprob values, clearly indicate the locations that we should chunk! And, this is only possible because we have direct low-level access to Llama 3.1 70B.
Of course, there is a caveat. Because there are no output tokens, Llama can no longer see its own line breaks. Thus, as the text gets longer, it loses the willpower to continue to want to output "段"
But, we can simply normalize by this decaying curve in order to to fix this. And now, we're ready to split any type of document, without having to resort to regex or manually created rules.
Processing 450,000 characters took about 15 minutes on an A100. However, ~80% of that time was saving and loading the KVCache (Which can be done instantly if written in C++, rather than Python). So, we can expect that it would take 3 minutes per 450,000 characters if done optimally. Or, 7 MTokens per hour.
In terms of accuracy, LlamaChunk has higher recall AND precision, than a naïve chunking method and than semantic chunking (Which uses embeddings to detect sentence split boundaries, and still requires a good regex-based sentence splitter).
---
One thing you might wonder: What if the ideal chunk split is not along a token boundary?
Well for one thing, this is rare, as tokenizers intentionally split along meaningful boundaries. However, if the best split really is after the "f" in "fun", then you calculate
``` lp = logprob(prefix="Fine Tuning is", next_token=" f") if lp > -7: lp *= logprob(prefix="Fine Tuning is f", next_token="段")
**Popularity**: 1 points | 0 comments
![Show HN: I Used Llama-70B Logprobs for Better, Cheaper and Faster Chunking - Project Screenshot](https://showhntoday.com/images/42320529.png)
---
## 30. Show HN: Anki Wrapped – Your Year in Anki, Like Spotify Wrapped
**URL**: [https://ankiwrapped.com/](https://ankiwrapped.com/)
**Author**: ran3000
**Description**:
**Popularity**: 3 points | 0 comments
![Show HN: Anki Wrapped – Your Year in Anki, Like Spotify Wrapped - Project Screenshot](https://showhntoday.com/images/42320454.png)
---
## 31. Show HN: Textyle Is a Universal Web Annotator Based Around Groups and Channels
**URL**: [https://textyle.io](https://textyle.io)
**Author**: kyletextyle
**Description**: Hi everyone! My name is Kyle, and I built Textyle originally as a way of adding my own business and engineering context on top of the online documentation that I used every day. I was using the Amazon CDK documentation often and thought it would be useful to mark it up to avoid my and my team's repeated questions by opening up question threads directly on the source of truth.<p>Annotations are made on a layer on top of the web and are anchored there by matching XPath and text. They are organized into groups similar to Slack workspaces and Discord servers and are also separated into channels.<p>After having built the product, candidly, I'm not sure what the best use case for a tool like this is, but I thought I would show it to you!
**Popularity**: 1 points | 0 comments
![Show HN: Textyle Is a Universal Web Annotator Based Around Groups and Channels - Project Screenshot](https://showhntoday.com/images/42320396.png)
---
## 32. Show HN: Oopsie – AI and session replay and errors for flutter and React Native
**URL**: [https://www.zipy.ai/for-mobile](https://www.zipy.ai/for-mobile)
**Author**: wishpals
**Description**: Capture and catch edge case mobile errors, difficult to reproduce crashes and user impacting bugs and sessions with Oopsie. We launched Oopsie (beta), which combines the power of mobile session replay, crashes, ANR, exceptions, networks logs, system data all in one. Currently we support flutter and react native apps. Would love to know if this sounds useful for mobile development teams to help them replay mobile bugs and debug them faster.<p>To add to this, we have also provided a good firebase integration. Every time you get a crash or ANR, you can replay the session in Oopsie (by zipy).
**Popularity**: 4 points | 4 comments
![Show HN: Oopsie – AI and session replay and errors for flutter and React Native - Project Screenshot](https://showhntoday.com/images/42320369.png)
---
## 33. Show HN: Latitude, open-source prompt playground for teams
**URL**: [https://github.com/latitude-dev/latitude-llm](https://github.com/latitude-dev/latitude-llm)
**Author**: heycesr
**Description**: Hi all,<p>This is our 3rd pivot and I just realized I never shared it here.<p>We built Latitude for teams who collaborate on prompts and want to iterate with confidence.<p>We've seen people use spreadsheets, notion docs, and even build internal tools to manage prompts, but it's still pretty much a manual workflow based on vibes.<p>With Latitude you get:<p>1. A prompt manager to enable non-technical folks to create, edit, and test prompts
2. A suite of evaluations (llm-as-judge, human in the loop, etc) to understand how different prompts perform<p>All of it powered by real production data captured as logs that you can turn into datasets for testing.<p>We already have a few hundred users and the feedback has been great, we're a small team and we ship fast (proof: <a href="https://docs.latitude.so/changelog" rel="nofollow">https://docs.latitude.so/changelog</a>), so we're looking for more feedback and ideas.
**Popularity**: 1 points | 0 comments
![Show HN: Latitude, open-source prompt playground for teams - Project Screenshot](https://showhntoday.com/images/42320075.png)
---
## 34. Show HN: Outerbase Studio – Open-Source Database GUI
**URL**: [https://github.com/outerbase/studio](https://github.com/outerbase/studio)
**Author**: burcs
**Description**: We just launched Outerbase Studio, the open-source version of our core database offering. It works in your browser or as a desktop app and supports MySQL, PostgreSQL, and SQLite.<p>What it does:<p>• Connects to MySQL, PostgreSQL, and SQLite databases.
• Spin up local databases directly through the UI, even if you don’t have one running.
• Manage and query your data in a lightweight, intuitive interface.
• Completely open source.<p>Why we built it:
We wanted to share the core Outerbase experience with the developer community as a free, open-source tool. It’s simple, fast, and removes the barriers to working with databases locally.<p>GitHub: <a href="https://github.com/outerbase/studio">https://github.com/outerbase/studio</a><p>Release Blog: <a href="https://www.outerbase.com/blog/outerbase-studio-open-source-database-management/">https://www.outerbase.com/blog/outerbase-studio-open-source-...</a><p>Try it out: studio.outerbase.com<p>Would love the HN communities feedback, please try it out and let me know what you think!
**Popularity**: 265 points | 107 comments
![Show HN: Outerbase Studio – Open-Source Database GUI - Project Screenshot](https://showhntoday.com/images/42320032.png)
---
## 35. Show HN:Video is hard: until now
**URL**: [https://github.com/video-db/Director](https://github.com/video-db/Director)
**Author**: ashu_trv
**Description**:
**Popularity**: 4 points | 4 comments
![Show HN:Video is hard: until now - Project Screenshot](https://showhntoday.com/images/42319963.png)
---
## 36. Show HN: Job Listings Scraper
**URL**: [https://www.unlistedjobs.com/](https://www.unlistedjobs.com/)
**Author**: Jabbs
**Description**: I found my last job by using a scraper that visits company websites in search of job listings. Now I've turned it into an app for others to use and access jobs that are posted on company websites (rather than paid employer ads on Indeed or where ever). This gives the job searcher an advantage to find jobs not listed on job search sites and show the company you have taken time and interest to visit their company website.
**Popularity**: 1 points | 0 comments
![Show HN: Job Listings Scraper - Project Screenshot](https://showhntoday.com/images/42319804.png)
---
## 37. Show HN: Amurex – A cursor like copilot for meetings but also open source
**URL**: [https://github.com/thepersonalaicompany/amurex](https://github.com/thepersonalaicompany/amurex)
**Author**: arsenkk
**Description**: tldr:<p>I built Amurex, an open source Chrome extension for meeting transcription, real-time suggestions, and automated follow-ups.<p>I’ve tried every transcription and meeting tool out there, and none of them worked the way I needed. So, I built Amurex:<p>- No clunky bots joining or announcing themselves.<p>- Accurate, clean transcripts delivered right after the meeting.<p>- Auto-generated follow-ups that I can edit and send in seconds.<p>But most importantly, it is the only meeting copilot that does:<p>- Real-time suggestions during meetings to help me stay focused (or at least less miserable).<p>It’s also fully open source because I believe good tools shouldn’t be locked behind paywalls.<p>If you’ve ever struggled to stay engaged in meetings or needed quick, reliable transcripts and follow-ups. I’d love to hear what the community thinks!
**Popularity**: 25 points | 23 comments
![Show HN: Amurex – A cursor like copilot for meetings but also open source - Project Screenshot](https://showhntoday.com/images/42319601.png)
---
## 38. Show HN: Find active open-source projects looking for help
**URL**: [https://helpwanted.dev/](https://helpwanted.dev/)
**Author**: LeonidBugaev
**Description**:
**Popularity**: 2 points | 1 comments
![Show HN: Find active open-source projects looking for help - Project Screenshot](https://showhntoday.com/images/42319435.png)
---
## 39. Show HN: I gave AI a credit card
**URL**: [https://twitter.com/andrezfu/status/1864125759998316839](https://twitter.com/andrezfu/status/1864125759998316839)
**Author**: onnies
**Description**: Hi HN, was thinking about the Agent economy over thanksgiving, and decided to hack together a prototype of what that could look like.<p>The key problem arises when giving LLMs your credit card information, essentially PII that could be leaked, used as training data, or manipulated. The next layer up comes from the Agent orchestration (CrewAI, etc) that needs to be secure itself, but this agent will likely be running on some server opposed to locally. Finally, to hold customer credit card information, the developer will have to be PCI compliant. If they use Stripe, they have to fund the account and manage the transactions, fraud, compliance & account funding.<p>In this demo, what I did was use CrewAI to ask to find me an 8.5x11" notebook with a hard cover & elastic strap, multiple agents separated did research, decision making and finally for purchase I used Browserbase to have an agent autonomously make decisions about the checkout.<p>During the checkout process it took the DOM, extracted the key data & sent me a confirmation email, which I used as the callback for the virtual credit card creation process. The credit limit is equal to the total purchase amount and only has a lifetime of one hour.<p>Would love to hear your thoughts on what the future of the AI economy looks like!
**Popularity**: 2 points | 0 comments
![Show HN: I gave AI a credit card - Project Screenshot](https://showhntoday.com/images/42319208.png)
---
## 40. Show HN: I Built and Deployed Manim Video Generator AI App
**URL**: [https://manim-video-generator.sevalla.app/](https://manim-video-generator.sevalla.app/)
**Author**: rohitghumare
**Description**: Do text-to-video animations inspired by 3blue1brown's manim library.
**Popularity**: 2 points | 0 comments
![Show HN: I Built and Deployed Manim Video Generator AI App - Project Screenshot](https://showhntoday.com/images/42319151.png)
---
## 41. Show HN: ESM C, setting a new state of the art for protein language models
**URL**: [https://www.evolutionaryscale.ai/blog/esm-cambrian](https://www.evolutionaryscale.ai/blog/esm-cambrian)
**Author**: ebetica0
**Description**: Hey HN! We're releasing ESM C, a series of protein language models that set a new state of the art. By training on metagenomics and fine-tuning on UniRef, we're able to match ESM2 650M with ESM C 300M, and ESM C 6B has incredible unsupervised contact precision performance. These models are meant to be used as base models and representation learning models for protein sequences, and we'll release a preprint describing exact details soon.
**Popularity**: 11 points | 1 comments
![Show HN: ESM C, setting a new state of the art for protein language models - Project Screenshot](https://showhntoday.com/images/42319061.png)
---
## 42. Show HN: Guard – LLM agent that scans your AWS account for misconfigs
**URL**: [https://www.guard.dev/](https://www.guard.dev/)
**Author**: shehbaj
**Description**: I wanted to do a complete audit of my AWS account but was dissatisfied with the existing tools.<p>Many of them are clunky to use, and their verbose scan outputs are difficult to understand.<p>So, I built my own open-source tool that uses LLMs to summarize the scan results.
**Popularity**: 4 points | 0 comments
![Show HN: Guard – LLM agent that scans your AWS account for misconfigs - Project Screenshot](https://showhntoday.com/images/42319050.png)
---
## 43. Show HN: Postie - My SEO blog workflow now takes just a few clicks
**URL**: [https://www.getpostie.com/](https://www.getpostie.com/)
**Author**: heyinzyh
**Description**: Here's my SEO blog workflow:<p>1. Start with keywords based on search volume data
2. Use AI to generate title suggestions
3. Select promising titles and generate content outlines using AI
- Generate first draft of blog content using AI
- Review, edit, and add cover images and in-article visuals
- Export as MDX to our repository<p>After refining this SEO content workflow for several months, I transformed it into a tool that could benefit others. You can explore Postie at <a href="https://www.getpostie.com/" rel="nofollow">https://www.getpostie.com/</a> —it's built to help small teams and individuals create SEO-optimized blog content efficiently.<p>I'd love to hear your feedback.
**Popularity**: 2 points | 0 comments
![Show HN: Postie - My SEO blog workflow now takes just a few clicks - Project Screenshot](https://showhntoday.com/images/42319043.png)
---
## 44. Show HN: A directory of alternatives to popular software
**URL**: [https://youmightnotneed.co](https://youmightnotneed.co)
**Author**: quentinvcr
**Description**: Hi, Quentin here!<p>I was collecting tools for quite some time now. Mostly to take some inspiration or analyze competitors to my other products.<p>2 weeks ago, I though it would be fun to learn more about NuxtJs (I’m a software engineer working with Vue). So I thought building a directory website out of this collection was pretty good idea.<p>After 2 weeks of building, YouMightNotNeed was born. It's a community driven list of alternatives to popular software and applications.<p>Enjoy and thank you for your support!<p>PS: I know there are already websites that have the same purpose but it really came from my will to learn new stuff.
**Popularity**: 2 points | 0 comments
![Show HN: A directory of alternatives to popular software - Project Screenshot](https://showhntoday.com/images/42319016.png)
---
## 45. Show HN: A programmable firehose-to-webhook server for Bluesky / Atproto
**URL**: [https://atprotowebhooks.com/login](https://atprotowebhooks.com/login)
**Author**: lifesaverluke
**Description**: I made a generally programmable firehose-to-webhook server.<p>You'd specify the filters to handle a subset of events on the Bluesky firehose, posts from just a small set of users, or @-mentions, or just one country, or all posts with emoji in them.
**Popularity**: 3 points | 1 comments
![Show HN: A programmable firehose-to-webhook server for Bluesky / Atproto - Project Screenshot](https://showhntoday.com/images/42318711.png)
---
## 46. Show HN: Vekos – a Rust OS with Built-In Cryptographic Verification
**URL**: [https://github.com/JGiraldo29/vekos](https://github.com/JGiraldo29/vekos)
**Author**: jgiraldo29
**Description**: VEKOS(Verified Experimental Kernel OS) is a Rust-based experimental kernel that focuses on runtime verification and security. Every filesystem operation and memory allocation generates cryptographic proofs that can be verified in real-time, ensuring system integrity. Think of it like a blockchain for OS operations rather than just storage verification.<p>Key features:
- Merkle tree-backed filesystem with operation verification
- Memory manager with CoW and proof generation
- Buddy allocator with zone-based memory management
- Shell with VT100 support
- Verified boot sequence with stage attestation<p>The kernel is still in alpha, but it demonstrates a novel approach to OS security by making verification a first-class citizen. All critical operations (memory allocations, filesystem writes, process creation) generate proofs that are stored in an append-only chain, similar to a blockchain but for system operations.<p>GitHub: <a href="https://github.com/JGiraldo29/vekos">https://github.com/JGiraldo29/vekos</a><p>I would be excited to get feedback on this project, especially on the verification approach and potential use cases. If you have any question the innerworkings of the development, just ask and I will gladly answer all questions. The code is under the Apache 2.0 license and welcomes contributors.
**Popularity**: 80 points | 15 comments
![Show HN: Vekos – a Rust OS with Built-In Cryptographic Verification - Project Screenshot](https://showhntoday.com/images/42318644.png)
---
## 47. Show HN: Play quarterback in VR throwing a real ball
**URL**: [https://mluogh.com/posts/vr-football/](https://mluogh.com/posts/vr-football/)
**Author**: broken_clock
**Description**:
**Popularity**: 2 points | 0 comments
![Show HN: Play quarterback in VR throwing a real ball - Project Screenshot](https://showhntoday.com/images/42318273.png)
---
## 48. Show HN: Build Live AI and RAG Pipelines in Minutes with YAML Templates
**URL**: [https://pathway.com/developers/templates/](https://pathway.com/developers/templates/)
**Author**: janchorowski
**Description**: Hello everyone!<p>I am Jan, CTO and one of the creators of Pathway, the real-time data processing framework. I’m excited to share Pathway’s ready-to-use AI Pipelines, configurable with just YAML! These frameworks offer out-of-the-box solutions for AI search, RAG, and more—optimized for real-time indexing and in-memory processing.<p>What makes it simple? YAML templates!
The pipeline templates are fully customizable using YAMLs to fit your needs, from changing the data sources to the choice of the LLM model, all without touching Pathway’s Python code.
Thanks to the Pathway data processing engine, these pipelines are optimized for real-time, updating the pipeline by ingesting the data as it arrives.<p>Why it matters:
* YAML templates: that’s it, no Python code required.
* Full customization: Configure everything, from LLM models and indexes to tokenizers and retrieval strategies.
* Real-time data sync: Connect to data sources like Google Drive, SharePoint, and more, with pipelines automatically updating to reflect all additions, deletions, and changes in real-time.
* Powerful search capabilities: Internal in-memory indexing supports vector, hybrid, and full-text search. The indexing is automatically maintained as data sources update in real-time.
* Deploy in minutes: Quickly deploy on-premises or on cloud platforms like AWS, GCP, or Azure.
* It's open: don't hesitate to contribute!<p>Templates: <a href="https://pathway.com/developers/templates" rel="nofollow">https://pathway.com/developers/templates</a>
GH repo: <a href="https://github.com/pathwaycom/llm-app/">https://github.com/pathwaycom/llm-app/</a>
Docs: <a href="https://pathway.com/developers/ai-pipelines/welcome" rel="nofollow">https://pathway.com/developers/ai-pipelines/welcome</a><p>Deploy your personalized AI pipeline in minutes and let us know what you think!
**Popularity**: 7 points | 1 comments
![Show HN: Build Live AI and RAG Pipelines in Minutes with YAML Templates - Project Screenshot](https://showhntoday.com/images/42318221.png)
---
## 49. Show HN: TypeSafe, Expressive SQL-Like QueryBuilders/ORM for TypeScript/JS
**URL**: [https://litdb.dev](https://litdb.dev)
**Author**: mythz
**Description**:
**Popularity**: 2 points | 0 comments
![Show HN: TypeSafe, Expressive SQL-Like QueryBuilders/ORM for TypeScript/JS - Project Screenshot](https://showhntoday.com/images/42317927.png)
---
## 50. Show HN: Rewriter powered by the patterns from top creators
**URL**: [#](#)
**Author**: rook1e_dev
**Description**: Hey folks!<p>Over the past few months, I've been sharing my build-in-public journey on Twitter. I want to grow my audience through valuable sharing rather than drama. However, most of my posts didn't gain much traction.<p>After analyzing hundreds of viral posts, I found that successful creators often use specific patterns and structures that make their content more engaging.<p>So, I built an AI tool <a href="https://writastic.com" rel="nofollow">https://writastic.com</a> to help identify and apply these patterns. It has two key features:<p>- Analyzer: Extract patterns from successful creators
- Rewriter: Apply these patterns to your content while preserving your core messages<p>Don’t get me wrong, it’s not another AI spam generator. It works for reshaping your existing content.<p>Feel free to share your thoughts!
**Popularity**: 1 points | 0 comments
---
## 51. Show HN: Built a City Explorer Because My Wife and I Got Tired of Switching Apps
**URL**: [https://travo.me/](https://travo.me/)
**Author**: Bnicovski
**Description**: Hey HN!<p>You know that feeling when you're exploring a new city, and you stop in front of this stunning building or quirky statue, but have no clue about its significance? That was me and my wife last year, constantly switching between apps and guidebooks instead of actually enjoying our travels together.<p>After one too many times of saying "I wish we knew the story behind that," I decided to build Travo. It's a city guide that lives in your pocket, born from real frustration and countless hours of getting lost in beautiful places (sometimes intentionally, often not).<p>I've spent the past year working solo on this, turning those travel pain points into something I hope makes exploring cities more enjoyable and less about staring at multiple screens. The goal? Let you wander freely while still knowing the rich stories behind everything you're seeing.
Travo transforms your smartphone into an interactive city guide that combines maps, audio narration, and local insights. It helps you discover hidden gems and cultural landmarks at your own pace. Here's what you get:<p>• Interactive city exploration with rich historical context
• Self-guided tours with audio storytelling
• 7-day customizable itinerary planning
• Easy navigation with Google/Apple Maps integration
• Stories available in 13 languages<p>I decided to keep it simple: start with 8 free cities and unlock more with one-time purchases. No subscriptions, no ads - just pure exploration. Special for HN readers: use code HN2024 to unlock one city of your choice!<p>The challenging part? As a solo developer, I've had my share of late-night debugging sessions and moments questioning my sanity.
I'd love to hear from fellow developers about managing projects solo, and from travelers about what would make this more useful for you. Particularly interested in your experiences with the interactive map and content curation.
Try it out and let me know what you think! I'm here to answer questions and learn from your insights.
**Popularity**: 2 points | 0 comments
![Show HN: Built a City Explorer Because My Wife and I Got Tired of Switching Apps - Project Screenshot](https://showhntoday.com/images/42317808.png)
---
## 52. Show HN: Reverse Engineering React.js Internals
**URL**: [#](#)
**Author**: aidenyb
**Description**: I’ve been exploring React.js internals and found them hard to access, so I reverse-engineered how React DevTools hooks into React and built a package: <a href="https://github.com/aidenybai/bippy">https://github.com/aidenybai/bippy</a><p>For a bit of context: React represents UI as a tree of "fibers," which hold data like props, state, and context. React updates UI in two phases: render (building the fiber tree) and reconciliation (scheduling & diffing fibers to update the DOM).<p>My tool works by simulating __REACT_DEVTOOLS_GLOBAL_HOOK__ to expose React internals without using DevTools:<p><pre><code> import { instrument, traverseFiberRoot} from 'bippy';
instrument({
onCommitFiberRoot: traverseFiberRoot({
onRender(fiber) {
console.log(fiber);
},
}),
});
</code></pre>
I’ve found it pretty useful for detecting re-renders (I made a separate tool to highlight renders on the page <a href="https://github.com/aidenybai/react-scan">https://github.com/aidenybai/react-scan</a>), but there are plenty other use cases for toy projects or learning how React works.<p>Happy hacking!
**Popularity**: 2 points | 0 comments
---
## 53. Show HN: Terrapin – self-serve fixed income data API
**URL**: [https://terrapinfinance.com/](https://terrapinfinance.com/)
**Author**: mjaques
**Description**: Hi there,<p>We've spent the last couple of years building our fixed income data API, but so far you had to contact us to get access.<p>This release is targeted towards the fintech community. We understand the difficulties of sourcing fixed income data, and dealing with all the restrictions and countless calls with customer representatives.<p>You can now register, get an API key, and start fetching bond data in minutes, without having to speak to anyone - a first in the fixed income data space.<p>We are making a subset of our government and corporate bonds available via our self-serve API, with expanded datasets and fields obtainable via our Enterprise offering. Our goal is to make it easy to build and test your applications with real data, and be ready to release with our straightforward enterprise agreement.<p>We will announcing additional features and coverage in due course. Our mission is create the most in-depth, feature-rich and user-friendly fixed income data API. Stay tuned and join us on our journey to make fixed income data better and more accessible.
**Popularity**: 7 points | 0 comments
![Show HN: Terrapin – self-serve fixed income data API - Project Screenshot](https://showhntoday.com/images/42317755.png)
---
## 54. Show HN: GitHub Repository – KeyTik: The All-in-One Automation Tool
**URL**: [https://github.com/Fajar-RahmadJaya/KeyTik](https://github.com/Fajar-RahmadJaya/KeyTik)
**Author**: Fajar_Rahmad
**Description**: GUI-Based Keyboard Remapper with Profiles, Auto Clicker, Screen Clicker, Multiple Files Opener, AutoHotkey Script Manager and More.
**Popularity**: 1 points | 0 comments
![Show HN: GitHub Repository – KeyTik: The All-in-One Automation Tool - Project Screenshot](https://showhntoday.com/images/42317725.png)
---
## 55. Show HN: I combined spaced repetition with emails so you can remember anything
**URL**: [https://www.ginkgonotes.com/](https://www.ginkgonotes.com/)
**Author**: iskrataa
**Description**: Hey HN,<p>I am a student shipping apps in my free time. This is my 4th for the year!<p>Non-fic books and podcasts have been part of my life for years now but I always struggled with remembering what I’ve read or listened to. I wanted it to stick even after years.<p>My notes list grew large but I never really revisited them. That’s why I created GinkgoNotes.<p>You can enter notes you want to recall and leave it to the app to create a personalised (based on spaced repetition) email schedule. That means you’ll get your notes emailed to you a couple of times exactly when you should read them again (based on Ebbinghaus's Forgetting Curve) so it’s certain that you’ll remember them.<p>I hope this will be helpful as it was for me. Would love some feedback!<p>Iskren
**Popularity**: 186 points | 70 comments
![Show HN: I combined spaced repetition with emails so you can remember anything - Project Screenshot](https://showhntoday.com/images/42317393.png)
---
## 56. Show HN: Latudio – a language acquisition app with a listening-oriented approach
**URL**: [https://www.latudio.com](https://www.latudio.com)
**Author**: vitro
**Description**: Hi HN,<p>One day after our morning meditation my friend Mark - an American living in Prague - said to me - what if we built a language app? I just replied “Let’s do it”. Little I knew this moment will change the course of my life for years to come.<p>Today, I’d like to present to you Latudio: <a href="https://www.latudio.com" rel="nofollow">https://www.latudio.com</a> - a language acquisition app that helps you learn languages naturally through listening. Currently, we support French, Czech, Latin American Spanish, and Italian (all paired with English), with Brazilian Portuguese coming soon (available in preview at the moment).<p>The problem with most language apps is they focus heavily on reading and writing from day one. With our app we took a slightly different approach to acquiring a language, a “hack” in a way. All exercises are for listening, there is no text to read right from the start. But, if you’re ever lost and don’t understand what’s being said, you can pause the audio anytime to see the sentence. Any word in the sentence can be tapped on and you will see its contextual translation, which may be sometimes different to a dictionary translation of the word. And, each word tapped gets saved in your dictionary for later reviewing. In a dictionary, you can list all sentences containing the word in all various forms it can take - a great help if you want to explore words and get the feeling of the language.<p>The app contains several types of exercises:<p>Sentences
- listen, reorder words, write the sentence, then record it.<p>Stories
- listen to the story, then answer questions to be sure that you understood well. Also you can match sentences to its correct photo.<p>Conversations
- scripted conversations where you take part as one speaker and try to record your voice to match the original recording.<p>Booster
- like Sentences exercise, but you can select your own set of sentences.<p>You can also set goals and view statistics about your progress.<p>None of this would be possible without the great help from hundreds of our contributors [1], who translated, mapped and recorded content. All the content you find in the app was reviewed multiple times by several people and recordings are made by native speakers.<p>No story in the app was created by a LLM, all exercises are created and curated by us.<p>Privacy-wise, we collect as little information about our users as possible. For example, we didn’t include Facebook SDK even if it would be easier for us to implement Facebook login that way. Deleting your account really makes our app forget everything about you.<p>Some technical details - the app is written in React Native, API is written in Java (Javalin [2]). Our content development platform uses Apache Wicket [3]. BunnyCDN is used for content delivery. "Use boring technology", they say, so we did.<p>We rent a bare metal server from Hetzner and use Proxmox for VMs management. Our setup is fairly simple but flexible enough for us to grow if we need to. My approach always was, that if we’d need to figure out how to scale beyond VMs and multiple servers, we’d also have finances to hire a DevOps person for that. It will be a nice problem to have.<p>Latudio is completely bootstrapped, without any VC funding, allowing us to focus on our vision and users' needs.<p>Hope you’ll like the app. If you’d like to know more about our journey, I’ll be happy to answer your questions in the comments.<p>P.S.: we offer the app for free to nonprofits who take care of people that are at a disadvantage. We can also create custom content tailored to their specific needs - like training exercises for hospital workers or language exam prep for refugees. If you know someone who could benefit from this, we'll be happy to know. E-mail is in my profile.<p>[1] <a href="https://www.latudio.com/about-us/contributors" rel="nofollow">https://www.latudio.com/about-us/contributors</a><p>[2] <a href="https://javalin.io/" rel="nofollow">https://javalin.io/</a><p>[3] <a href="https://wicket.apache.org/" rel="nofollow">https://wicket.apache.org/</a>
**Popularity**: 3 points | 2 comments
![Show HN: Latudio – a language acquisition app with a listening-oriented approach - Project Screenshot](https://showhntoday.com/images/42317377.png)
---
## 57. Show HN: Flux: Simplify your Golang web app deployments
**URL**: [https://github.com/juls0730/flux](https://github.com/juls0730/flux)
**Author**: zoezoezoezoe
**Description**: Hi all, I’ve recently been building Flux to make deployments a breeze, take a look!
**Popularity**: 1 points | 0 comments
![Show HN: Flux: Simplify your Golang web app deployments - Project Screenshot](https://showhntoday.com/images/42317311.png)
---
## 58. Show HN: A Simple Image to Prompt Generator
**URL**: [https://image2prompt.org](https://image2prompt.org)
**Author**: kianworkk
**Description**: Hey everyone! I'm thrilled to share my new side project with you—a super simple Image to Prompt Generator. It's designed to take any image and whip up prompts that you can use with different image generation models. Right now, it's just a basic MVP and totally free to use. I'd love to hear what you think and any ideas you might have for making it even better!
**Popularity**: 1 points | 0 comments
![Show HN: A Simple Image to Prompt Generator - Project Screenshot](https://showhntoday.com/images/42317170.png)
---
## 59. Show HN: Unit testing framework for C11 and beyond
**URL**: [https://railgunlabs.com/audition/](https://railgunlabs.com/audition/)
**Author**: hgs3
**Description**: A few years ago I quit my Big Corp job to pursue my passion for software development. Since then, I started my own independent software company and I'm releasing my first project: Audition - a unit testing framework for C11 and beyond.<p>I've used other C testing frameworks in the past, but they all fell short in some way or another. Audition is intended to be the complete package: automatic test registration, type-generic assertions, native function mocking without relying on external tools, detailed error reporting, and optional sandbox isolation. I hope you'll check it out.
**Popularity**: 1 points | 0 comments
![Show HN: Unit testing framework for C11 and beyond - Project Screenshot](https://showhntoday.com/images/42317159.png)
---
## 60. Show HN: Eyed Out – Privacy-Focused Browser
**URL**: [https://apps.apple.com/us/app/eyed-out-private-web-browser/id6475011990](https://apps.apple.com/us/app/eyed-out-private-web-browser/id6475011990)
**Author**: cesp99
**Description**: Hi HN! I’m thrilled to introduce Eyed Out, a privacy-centric browser I developed to help users take control of their online experience. Eyed Out blocks trackers and ads, offers web agent spoofing, and includes handy features like password generation and temporary emails.<p>I built this as a one-man project, and I’m interested into hearing your feedbacks.
If you value your privacy while browsing, I invite you to check it out and let me know what you think!
**Popularity**: 8 points | 2 comments
![Show HN: Eyed Out – Privacy-Focused Browser - Project Screenshot](https://showhntoday.com/images/42317074.png)
---
## 61. Show HN: Working OpenID Connect with SSH
**URL**: [https://bifroest.engity.org/](https://bifroest.engity.org/)
**Author**: rblaubaer
**Description**: What often bothered me: that SSH and SSO (with OpenID Connect) have somehow worked together so far, but either only with solutions that only work for AWS/Azure/Co. or are "unpleasant" to use. My inner nerd was like, "There has to be a better way."<p>I've just launched a new open-source project called Engity's Bifröst, and it's ready for you to try out. It's licensed under the Apache 2 License and offers the following features:
1.) It also supports OpenID Connect (SSO) and works with the normal SSH client on any operating system, in addition to the usual mechanisms like SSH keys and passwords.
2.) You can not only connect to the console of the host where Bifröst is running, but you can also start a separate Docker container or Kubernetes pod for each session (with its own images, etc.).
3.) Bifröst also supports what are called flows. These are comparable to virtual hosts as we know them from HTTP.<p>Unfortunately, I'm now stuck adding more and more features. I'd love to hear your thoughts and I'm excited to have you on this journey with me.
**Popularity**: 2 points | 0 comments
![Show HN: Working OpenID Connect with SSH - Project Screenshot](https://showhntoday.com/images/42316960.png)
---
## 62. Show HN: I made Syphon, an app and window switcher for keyboard enthusiasts
**URL**: [https://roeybiran.com/apps/syphon/](https://roeybiran.com/apps/syphon/)
**Author**: NSRoeyB
**Description**: Syphon is a command-tab replacement and switcher for apps and windows, optimized for a specific workflow: bring up the switcher, type a few characters (ideally just one), activate whatever you need, and get back to work.
This is the way I like to use my Mac, and being unsatisfied with both first and third–party switchers (tried many) of the platform, I decided to build one myself.
I engineered it for speed and keyboard usage and with great fuzzy search features, and I'm very proud of how the UI and the interactions turned out. It has now become an indispensable part of my daily workflow (constantly dogfooding it!). I guarantee you'll switch to the app you need in no time — even with hundreds open.<p>Highlights<p>- App switcher: activate running apps and bring individual windows to the front.
- Fuzzy searching: search through running apps, windows and non-running apps. Syphon learns your habits and improves with usage.
- App Launcher: searching includes non-running apps too!
- Window previews: see big and beautiful thumbnails of window contents (macOS 14+).
- Actions: quit or hide an app; minimize, un-minimize or close windows — all through Syphon.
- One-key activation: hold the last typed key to select the first search result (a–la LaunchBar).<p>A one–time purchase of $9.99. Try it out for free today!
**Popularity**: 2 points | 0 comments
![Show HN: I made Syphon, an app and window switcher for keyboard enthusiasts - Project Screenshot](https://showhntoday.com/images/42316912.png)
---
## 63. Show HN: AdventureLog – I Learned Full-Stack Dev Making a Self-Hosted Travel App
**URL**: [https://github.com/seanmorley15/AdventureLog](https://github.com/seanmorley15/AdventureLog)
**Author**: seanmorley15
**Description**: AdventureLog started as my first attempt at full-stack development. From React and national parks datasets to learning Svelte and Django, it’s been a journey of discovery. I’ve learned more from building this project than any tutorial. If you’re an aspiring developer, I highly recommend picking a project and diving in. It may seem overwhelming at first but you will soon learn how to use resources and documentation to make something you could never imagine was possible. Tutorials are great, but nothing compares to the challenge of creating something from scratch.<p>INTRO
AdventureLog is the ultimate travel companion for the modern-day explorer. With AdventureLog, you can log your travels, plan trips collaboratively, and share experiences — all in one app.<p>FEATURES
- Track Your Adventures : Capture every trip and visualize your travels on an interactive world map.
- Plan Your Next Trip : Build and customize itineraries effortlessly with an intuitive planner.
- Share Your Experiences : Collaborate with friends, share photos, and relive your favorite memories together.<p>OPEN SOURCE AND SELF HOSTED
- GPL-3.0 License
- Self-hostable with docker and other common methods<p>WHY ADVENTURELOG?
AdventureLog was created to solve a problem: the lack of a modern, open-source, user-friendly travel companion. Many existing travel apps are either too complex, too expensive, or too closed-off to be useful for the average traveler. AdventureLog aims to be the opposite: simple, beautiful, and open to everyone.<p>----
GitHub: <a href="https://github.com/seanmorley15/AdventureLog">https://github.com/seanmorley15/AdventureLog</a>
Docs: <a href="https://adventurelog.app" rel="nofollow">https://adventurelog.app</a>
Demo: <a href="https://demo.adventurelog.app" rel="nofollow">https://demo.adventurelog.app</a> (demo/demo login)<p>I would love to hear your feedback, questions, and ideas!
**Popularity**: 1 points | 0 comments
![Show HN: AdventureLog – I Learned Full-Stack Dev Making a Self-Hosted Travel App - Project Screenshot](https://showhntoday.com/images/42316813.png)
---
## 64. Show HN: Paul Graham Essays but Better UX
**URL**: [https://www.paulgraham.blog/essays](https://www.paulgraham.blog/essays)
**Author**: naix
**Description**: I built this for myself to enjoy reading over coffee—simple, clean, and phone-friendly. A few friends liked it and encouraged me to share it. Adding articles is a bit manual right now because PG’s editor has inconsistent tags and usage patterns, which often break my parser.<p>There are 9 articles available today. Features include:<p>[<i>] Reading color modes
[</i>] Font resizing
[<i>] Marking articles as read (at the bottom)
[</i>] Resetting options to start fresh<p>Feel free to comment on the articles you'd like to see added. Happy reading!
**Popularity**: 3 points | 2 comments
![Show HN: Paul Graham Essays but Better UX - Project Screenshot](https://showhntoday.com/images/42316748.png)
---
## 65. Show HN: A Directory of Free, Open Source Alternatives to Popular Software
**URL**: [https://alternateoss.com/](https://alternateoss.com/)
**Author**: syakirurahman
**Description**: Hi guys,<p>I want to share the recent project i developed. I built AlternateOSS, a directory of free, open source alternatives and competitors to popular software.<p>Currently, i have listed 200+ tools so far and organized them carefully based on their main functionalities. I ranked them based on its category relevancy and feature completeness.<p>Some technical details & features:<p>- fully static site built with Astro<p>- View Transition API for smooth navigation<p>- Instant/static search with Astro static endpoints<p>If you have an open source project that can be an alternative to popular software, let me know. I will list it on AlternateOSS for free :)<p>Thanks, have a nice day!
**Popularity**: 35 points | 12 comments
![Show HN: A Directory of Free, Open Source Alternatives to Popular Software - Project Screenshot](https://showhntoday.com/images/42316592.png)
---
## 66. Show HN: Desbordante 2.2.0 Released
**URL**: [https://github.com/Desbordante/desbordante-core/releases/tag/v2.2.0](https://github.com/Desbordante/desbordante-core/releases/tag/v2.2.0)
**Author**: chernishev
**Description**: We are excited to announce a new release of Desbordante — an open-source, high-performance data profiler that discovers and validates complex patterns in data using a large set of advanced algorithms.<p>Unlike existing data profilers, Desbordante focuses on discovering complex patterns in data, which are notoriously hard to extract. Since its launch in 2019, it has become the fastest open-source tool for these tasks, while also offering many patterns which have no alternative implementations. We already showcased it here back in April — see <a href="https://news.ycombinator.com/item?id=40063137">https://news.ycombinator.com/item?id=40063137</a>.<p>With this release, Desbordante now supports 24 types of patterns, 32 types of pattern-related tasks, and 34 algorithms for their discovery or validation. The key updates of this release are:<p>1) Discovery of many exciting patterns, with differential and matching dependencies being the most interesting (take a look at the new example scripts in our repo for a real-world demo)<p>2) Five new metrics used to define subtypes of approximate functional dependencies — they’re gaining popularity in the academic community for a wide selection of use-cases<p>3) Validation of denial constraints, which provide users with the freedom to check their own complex data constraints (expressed by a Boolean formula) over a table<p>4) Laid out the groundwork for dynamic algorithms — a novel type of pattern validation<p>- They track changes in the dataset to update their result on-the-fly rather than process the whole table again<p>- Implemented an example algorithm: dynamic functional dependency validator with a Python interface<p>5) Expanded to 33 examples across three categories:<p>- Basic — a clear demo of a singular pattern,<p>- Advanced — exploration of pattern variations and complexities,<p>- Expert — real-world solutions which use pattern discovery and validation<p>Of course, we have fixed several critical bugs, added new algorithms for existing patterns, and made some of the old ones run faster.<p>More about the release can be found here <a href="https://github.com/Desbordante/desbordante-core/releases/tag/v2.2.0">https://github.com/Desbordante/desbordante-core/releases/tag...</a> and more about the tool here <a href="https://github.com/Desbordante/desbordante-core">https://github.com/Desbordante/desbordante-core</a>.
**Popularity**: 2 points | 0 comments
![Show HN: Desbordante 2.2.0 Released - Project Screenshot](https://showhntoday.com/images/42316400.png)
---
## 67. Show HN: Vtcc, TCC compiler translated to V
**URL**: [https://github.com/felipensp/vtcc](https://github.com/felipensp/vtcc)
**Author**: amedvednikov
**Description**:
**Popularity**: 2 points | 0 comments
![Show HN: Vtcc, TCC compiler translated to V - Project Screenshot](https://showhntoday.com/images/42316192.png)
---
## 68. Show HN: AI-driven crop-disease prediction management system
**URL**: [https://github.com/SagnikBasak04/KisanSahayak](https://github.com/SagnikBasak04/KisanSahayak)
**Author**: grobat79
**Description**:
**Popularity**: 2 points | 1 comments
![Show HN: AI-driven crop-disease prediction management system - Project Screenshot](https://showhntoday.com/images/42316152.png)
---
## 69. Show HN: Simulate Legal Cases –| Law Students Practical Experience
**URL**: [https://legalyze.app/](https://legalyze.app/)
**Author**: fredabila
**Description**:
**Popularity**: 1 points | 0 comments
![Show HN: Simulate Legal Cases –| Law Students Practical Experience - Project Screenshot](https://showhntoday.com/images/42316141.png)
---
## 70. Show HN: RogueTodo – Roguelike meets Excel in a freeform tool for notes
**URL**: [https://roguetodo.com/](https://roguetodo.com/)
**Author**: nicoloren
**Description**: Roguetodo is just a fun experiment that blends an 80s computer aesthetic with Excel-like cell design. I use it for tasks and notes for day-to-day work.<p>Don't forget to read the small text at the bottom of the page.<p>Manual/how to use it: <a href="https://fblsoft.com/docs/doku.php?id=roguetodo.com" rel="nofollow">https://fblsoft.com/docs/doku.php?id=roguetodo.com</a>
**Popularity**: 1 points | 0 comments
![Show HN: RogueTodo – Roguelike meets Excel in a freeform tool for notes - Project Screenshot](https://showhntoday.com/images/42316100.png)
---
## 71. Show HN: AutoHotkey – Software to Create and Manage AutoHotkey Script Easily
**URL**: [https://www.autohotkey.com/boards/viewtopic.php?t=134334](https://www.autohotkey.com/boards/viewtopic.php?t=134334)
**Author**: Fajar_Rahmad
**Description**:
**Popularity**: 1 points | 1 comments
![Show HN: AutoHotkey – Software to Create and Manage AutoHotkey Script Easily - Project Screenshot](https://showhntoday.com/images/42315979.png)
---
## 72. Show HN: Last Chance–Free Offer for 'The Complete LangGraph Blueprint' Ends 12/6
**URL**: [https://www.amazon.com/dp/B0DP69QV7K](https://www.amazon.com/dp/B0DP69QV7K)
**Author**: breakingnewsai
**Description**: Hi HN,<p>A quick update for everyone interested in "The Complete LangGraph Blueprint: Build 50+ AI Agents for Business Success": The special free offer for the book ends on December 5th, 2024.<p>Get the Book: <a href="https://www.amazon.com/dp/B0DP69QV7K" rel="nofollow">https://www.amazon.com/dp/B0DP69QV7K</a><p>This book is a step-by-step guide that takes you from beginner to advanced, helping you build and deploy 50+ real-world AI agents for industries like finance, healthcare, customer service, and more.<p>What’s Inside?
Core principles of LangGraph: Nodes, edges, states, and graphs.
How to enhance AI agents with memory, multi-agent architectures, and human-in-the-loop capabilities.
Real-world integrations with APIs and advanced use cases.
Full code examples and diagrams for every concept.<p>Why LangGraph?
If you’ve used LangChain, you’ll love LangGraph! It goes beyond static chains by introducing dynamic routing, adaptive workflows, and tool selection for intelligent decision-making.
The framework is open source, and the book is designed to help developers, startups, and businesses unlock its potential.<p>Curious before committing? Check out Chapter 10: Plan-and-Execute Agents, which covers:
- What Plan-and-Execute is and why it’s groundbreaking:
Discover how this architecture splits reasoning tasks into Planning and Execution phases for superior performance in multi-step workflows.
- Key differences between Plan-and-Execute and ReAct models:
Understand why forward-thinking and re-planning make Plan-and-Execute agents more effective in handling complex tasks.<p>A practical walkthrough for building your own Plan-and-Execute AI agent:
Learn how to create dynamic agents that plan, execute, and adapt seamlessly, complete with code examples using LangGraph.<p>Chapter 10: Plan-and-Execute Agents<p>10.1 Introduction
The Plan-and-Execute architecture enhances reasoning tasks by splitting them into two core phases: Planning and Execution. This approach is derived from the Plan-and-Solve methodology, which contrasts with traditional single-step (ReAct) agents. The Plan-and-Solve architecture is particularly useful when dealing with complex multi-step reasoning tasks that require explicit planning for long-term goals.
In this chapter, we explore how Plan-and-Execute agents work by devising a multi-step plan and executing it in phases. The agent adapts as necessary, allowing for re-planning in case some steps fail or require more context.
10.2 Why Use Plan-and-Execute?
One of the key issues in multi-step reasoning tasks is that even sophisticated models like GPT-4 often struggle with explicit long-term planning. Plan-and-Execute solves this by:
● Breaking down complex tasks into smaller, manageable steps.
● Adapting dynamically based on intermediate results.
● Revisiting the plan when necessary to adjust or correct steps.
This architecture is superior to traditional ReAct (React-then-Act) models as it emphasizes forward-thinking (planning) before acting.
10.3 Plan-and-Execute Concepts
From the paper Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning, the Plan-and-Solve approach addresses the limitations of Zero-shot-CoT (Chain-of-Thought), which typically fails due to:
1. Calculation Errors: Mistakes in intermediate calculations.
2. Missing-Step Errors: Skipping important intermediate steps.
3. Semantic Misunderstandings: Misinterpretation of the problem context.
To solve these issues, Plan-and-Solve introduces two key steps:
1. Planning: Devising a clear plan to divide the overall task into subtasks, ensuring no steps are skipped.
2. Execution: Executing each subtask and refining the plan if needed.<p>In the Plan-and-Solve architecture, the agent takes a multi-step approach:
● First, it plans out a sequence of steps.
● Then, it executes the steps one by one.
● If any part of the process fails or if more information is needed, it re-plans the sequence, ensuring robustness and flexibility.
**Popularity**: 1 points | 0 comments
![Show HN: Last Chance–Free Offer for 'The Complete LangGraph Blueprint' Ends 12/6 - Project Screenshot](https://showhntoday.com/images/42315434.png)
---
## 73. Show HN: ToDiagram – Data to Diagrams (JSON, YAML, CSV, XML) in One Click
**URL**: [https://todiagram.com](https://todiagram.com)
**Author**: iCutMoon
**Description**: hi folks! 3 years ago, i created json crack without knowing it’d become something people use and share. now, i’d like to introduce you to my “next step” in this project - ToDiagram. it’s more than a visualizer; it’s an editor.<p>unlike json crack, it’s not open-source or free. it’s designed for people who frequently work with json, yaml, csv, or xml in their daily workflows. i’m still developing everything on my own—hope you like it! :)
**Popularity**: 2 points | 0 comments
![Show HN: ToDiagram – Data to Diagrams (JSON, YAML, CSV, XML) in One Click - Project Screenshot](https://showhntoday.com/images/42315372.png)
---
## 74. Show HN: MCpp Server – A fast and efficent Minecraft server written in C++
**URL**: [https://github.com/Noeli14/MCppServer](https://github.com/Noeli14/MCppServer)
**Author**: Noeli14
**Description**:
**Popularity**: 17 points | 1 comments
![Show HN: MCpp Server – A fast and efficent Minecraft server written in C++ - Project Screenshot](https://showhntoday.com/images/42315150.png)
---
## 75. Show HN: Simplifying Travel Planning for travelers's lovers
**URL**: [https://www.begintrips.com/](https://www.begintrips.com/)
**Author**: 0xGorri
**Description**: Born out of the frustration of planning our honeymoon, Begintrips is a web app designed to simplify the logistics of organizing trips of any kind. Unlike existing solutions, Begintrips combines budgeting, itinerary management, and journey customization into one seamless experience. With features like a guided onboarding process, expense tracking by day and category, and a journey recap page to visualize your plans, it adapts to everything from solo adventures to family vacations. Crafted with real user feedback, Begintrips transforms trip planning from overwhelming to effortless. Try it out and take control of your next adventure!
**Popularity**: 3 points | 0 comments
![Show HN: Simplifying Travel Planning for travelers's lovers - Project Screenshot](https://showhntoday.com/images/42315110.png)
---
## 76. Show HN: I Documented My AI Learnings over the Year and Made It Open Source
**URL**: [https://github.com/adithya-s-k/AI-Engineering.academy](https://github.com/adithya-s-k/AI-Engineering.academy)
**Author**: adithya-s-k
**Description**: I have been building in AI for the past year, and one of the most frequent questions I get from peers and juniors is, "How do I get started?"<p>To answer that, I began documenting what I’ve learned along the way. From Prompt Engineering and Retrieval-Augmented Generation (RAG) to fine-tuning large language models, deploying AI systems, and working on real-world projects, I’ve organized it all into one comprehensive roadmap.<p>I truly believe in learning by applying, so the repository is structured in a way that allows you to run any notebook easily. You can dive straight into hands-on projects, experiment with code, and see concepts in action as you learn.<p>This resource is entirely open source and designed to help anyone interested in AI get started and progress through structured, practical learning. Whether you're a beginner or looking to advance your skills, you’ll find tutorials, insights, and real-world applications to guide you.
**Popularity**: 1 points | 0 comments
![Show HN: I Documented My AI Learnings over the Year and Made It Open Source - Project Screenshot](https://showhntoday.com/images/42314935.png)
---
## 77. Show HN: Skibidi-Lang a Branflakes version adapted to the modern generation
**URL**: [https://github.com/Gen-Alpha-Inc/skibidi-lang](https://github.com/Gen-Alpha-Inc/skibidi-lang)
**Author**: supersketchy
**Description**: Hi HackerNews!<p>I was on my way home during a long trip, and found that there was no real language made for the younger generation. I decided to spend (waste) my time making skibidi-lang, a language developed for people like me. You can try it out today. My roadmap includes making the binaries publicly usable/making a way to use it online. Enjoy your skibidi ohio gyatt grimaceshake rizz!
**Popularity**: 2 points | 1 comments
![Show HN: Skibidi-Lang a Branflakes version adapted to the modern generation - Project Screenshot](https://showhntoday.com/images/42314916.png)
---
## 78. Show HN: A 5th order motion planner with PH spline blending, written in Ada
**URL**: [https://600f3559.prunt-docs.pages.dev/](https://600f3559.prunt-docs.pages.dev/)
**Author**: LiamPowell
**Description**:
**Popularity**: 101 points | 31 comments
![Show HN: A 5th order motion planner with PH spline blending, written in Ada - Project Screenshot](https://showhntoday.com/images/42314905.png)
---
## 79. Show HN: Job Board for Aircraft Mechanics
**URL**: [https://aircraftmechanicjobs.net](https://aircraftmechanicjobs.net)
**Author**: atharvtathe
**Description**:
**Popularity**: 2 points | 1 comments
![Show HN: Job Board for Aircraft Mechanics - Project Screenshot](https://showhntoday.com/images/42314867.png)
---
## 80. Show HN: Rec-All: A Time Machine for the Everyday
**URL**: [https://github.com/bruuno-studio/rec-all](https://github.com/bruuno-studio/rec-all)
**Author**: Uzayzaman
**Description**:
**Popularity**: 2 points | 0 comments
![Show HN: Rec-All: A Time Machine for the Everyday - Project Screenshot](https://showhntoday.com/images/42314768.png)
---
## 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
## Related Resources
- [Hacker News](https://news.ycombinator.com/)
- [Show HN Guidelines](https://news.ycombinator.com/showhn.html)
- [Previous Show HN Roundups](https://showhntoday.com)