ShowHN Today
ShowHN

Show HN Today: Top Developer Projects Showcase for 2024-09-30

SagaSu777
#HackNews#ShowHN#ShowHN Today#Developer Projects#Tech Innovation

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

Summary of Today’s Content

Today’s highlights feature an array of innovative projects including techniques for speeding up PyTorch model inference using ONNX and TensorRT, a tool to query DNS results globally, and aiding entrepreneurs with a career management hub. Notably, there’s a macOS app that converts Markdown documents, an AI-driven podcast tool for generating transcripts, and a Chrome extension for grammar checks on Twitter. Additionally, new tools for API testing and a simple ATS for startups were launched. Exciting advancements were also shared in AI, including a no-code framework for API testing and a platform for turning links into podcasts.

1. Show HN: Bag of Tricks to 8x Faster Inference with ONNX+TensorRT

URL: https://dicksonneoh.com/portfolio/supercharge_your_pytorch_image_models/

Author: dnth

Description: In this post, I show how to speed up inference for PyTorch image classification models (from TIMM) using ONNX Runtime and TensorRT optimizations.

Key techniques covered:

Popularity: 2 points | 0 comments

Show HN: Bag of Tricks to 8x Faster Inference with ONNX+TensorRT - Project Screenshot


2. Show HN:Using Cloudflare, query DNS results from 120 countries and 330 cities

URL: https://github.com/ccbikai/DNS.Surf

Author: ccbikai

Description:

Popularity: 5 points | 1 comments

Show HN:Using Cloudflare, query DNS results from 120 countries and 330 cities - Project Screenshot


3. Show HN: Career Minder: Work journal, goal tracker, and your overall career hub.

URL: https://careerminder.io/

Author: noahread

Description: Personal work journal, goal tracker, and your overall career hub.

Popularity: 3 points | 0 comments

Show HN: Career Minder: Work journal, goal tracker, and your overall career hub. - Project Screenshot


4. Show HN: Instead of opentowork on LinkedIn, I’m desperate cos it’s true

URL: https://jasonleow.com/profilephotoeditor/

Author: jasonleowsg

Description: Just made a random fun tool over at LinkedIn, but why should they have all the fun

Popularity: 20 points | 4 comments

Show HN: Instead of opentowork on LinkedIn, I'm desperate cos it's true - Project Screenshot


5. Show HN: Offline macOS app to convert Markdown documents

URL: https://docflex.app/

Author: dbvit

Description: Hi HN,

I’ve just launched DocFlex, an offline macOS app that converts Markdown documents into over 30 formats like PDF, HTML, EPUB, LaTeX, and more.

Why I built it:

As someone who frequently works with Markdown, I found it cumbersome to convert documents into different formats, especially when dealing with multiple files. Online converters weren’t ideal due to privacy concerns and the need for an internet connection. So, I created DocFlex to make the process seamless and entirely offline.

Key Features:

100% Offline: All conversions happen locally on your machine. Your documents are never sent to any servers. Batch Conversion: Convert multiple Markdown documents at once. 30+ Formats Supported: Export to PDF, HTML, EPUB, LaTeX, JSON, and many more. Native macOS App: Lightweight and focused solely on conversion without any unnecessary bloat (only installs basicTeX and pandoc). Download:

You can download it here: https://docflex.app/

I’d love to get your feedback and answer any questions you might have!

Popularity: 5 points | 4 comments

Show HN: Offline macOS app to convert Markdown documents - Project Screenshot


6. Show HN: Pop A Lock, the open source daily puzzle game

URL: https://github.com/Oia20/PopALockDaily

Author: Oia1

Description:

Popularity: 3 points | 0 comments

Show HN: Pop A Lock, the open source daily puzzle game - Project Screenshot


7. Show HN: I made a site to aid starting entrepreneurs manage their gigs

URL: https://myfounderskit.com/

Author: AnnaNBJ

Description: During our years managing a software house we have encountered many of the needs most of you have probably faced as well, such as:

Popularity: 3 points | 0 comments

Show HN: I made a site to aid starting entrepreneurs manage their gigs - Project Screenshot


8. Show HN: Twinny – Hyper realistic AI avatars for UGC ads

URL: https://www.twinny.so

Author: tansen

Description:

Popularity: 4 points | 2 comments

Show HN: Twinny – Hyper realistic AI avatars for UGC ads - Project Screenshot


9. Show HN: Venator – Open-source threat detection

URL: https://github.com/nianticlabs/venator

Author: 0x4d31

Description: a flexible threat detection platform that simplifies rule execution and management with k8s cronJobs and helm. flexible enough to run standalone or with other schedulers like hashicorp nomad.

Popularity: 48 points | 0 comments

Show HN: Venator – Open-source threat detection - Project Screenshot


10. Show HN: Presidential polling with instant electoral results

URL: https://ileantoward.com/

Author: jkarneges

Description: Hi HN!

This is an experiment with low-friction, “fearless”, Internet-based polling. There is no authentication, only a captcha and restriction to US IP addresses. Congressional district is detected automatically. Selections can be changed at any time until the poll closes, kind of like a presidential caucus. Just tap to select. Tap again to change.

I built this after pondering about how polling (or even voting) could be improved through technology. Yes, digital voting is a tough space with trust issues. Maybe there are practical, partial solutions.

This is my third post. Earlier submissions didn’t perform well, probably because politics is a sensitive subject. However, this project is not political. It is about tech and process. I believe it’s an appropriate submission for HN and it ought to be interesting no matter your political leaning. Hopefully with this better framing there can be better discussion.

Another way of looking at it: if the poll results bother you, think about how improving polling/voting generally might help your cause.

Here are some topics to guide constructive discussion:

* Internet-based polling. Can we make this a routine thing? Would it be worthwhile? Abuse prevention?

* Internet-based voting. About time or never gonna happen?

* Augmenting the voting experience. We don’t have ranked choice voting, but maybe it could be simulated in advance of an election. Maybe an organization could act as a delivery agent for mail-in votes.

* The tech stack. This project uses a combination of boring (Django+Postgres) and shiny (Fastly edge pub/sub, captcha, etc). The database ought to be able to handle a few million participants. To get to a few hundred million I’d probably add more PG nodes and shard. Curious what others think about the database options for accurate+fast counting.

* Have fun with it! This isn’t a real election. If you want to VPN to an empty state to claim a bunch of electoral votes, go for it. I hope with enough participants the results would be mostly representative, though.

The poll will run every Monday afternoon/evening until Election Day. It’s designed to withstand a good bit of traffic so feel free to share it.

Earlier posts: https://news.ycombinator.com/item?id=41630976 https://news.ycombinator.com/item?id=41555752

Popularity: 4 points | 0 comments

Show HN: Presidential polling with instant electoral results - Project Screenshot


11. Show HN: qrframe – generate beautiful qr codes with javascript code

URL: https://github.com/zhengkyl/qrframe

Author: zhengkyl

Description: I originally built a QR code generator as a resume project using Rust and I realized a web interface would make customization way easier.

This still generates the “data” using that rust library via wasm, but the rendering is all editable javascript to make an SVG or paint on an HTML canvas.

I was especially inspired by https://qrbtf.com which had some unique style options I had never seen before, which I ended up copying, and then I made some more.

Popularity: 270 points | 41 comments

Show HN: qrframe – generate beautiful qr codes with javascript code - Project Screenshot


12. Show HN: NewTabTodo Firefox Extension replaces your new tab with todo-list

URL: https://addons.mozilla.org/en-US/firefox/addon/todos-new-tab/

Author: mraza007

Description: Hello HN,

As an avid Firefox user, I have built a simple extension that replaces your new tab with a to-do list. You can add or delete your to-dos without leaving your browser.

I felt that an extension like this didn’t exist for Firefox, so I decided to build it myself.

It features a minimal and clean UI.

I am open to feedback

Link to code: https://github.com/mraza007/NewTab-Todo

Popularity: 6 points | 4 comments

Show HN: NewTabTodo Firefox Extension replaces your new tab with todo-list - Project Screenshot


13. Show HN: An app to improve touch typing by typing out whole books

URL: https://typersguild.com

Author: heydathan

Description: Hey everyone, Ive built an app where you can practive touch typing by typing out whole books.

I am a developer who recently learnt touch typing, I needed to practice typing to improve my muscle memory. Used monkeytype and keybr for a while and I got fed up by typing random words.

So i looked for platforms where I can type out books, because I am anyways typing, might as well read something meaningful while I am at it. I found some platforms, but i didnt like the experience, as since I am a backend web developer myself, I decided to build one which I can use and polish my frontend skills.

Please do try it out, ive spent months building it, any feedback on how to improve the app is really appreciated, and I hope you enjoy the app :)

Popularity: 2 points | 0 comments

Show HN: An app to improve touch typing by typing out whole books - Project Screenshot


14. Show HN: LANCommander v1.0.0 – Self-host your digital game library

URL: https://github.com/LANCommander/LANCommander/releases/tag/v1.0.0

Author: pathartl

Description: Last week I launched LANCommander v1.0.0 after about two years of development.

LANCommander is an open source digital game distribution platform. In essence, it’s a ways to self-host your own game library ala Steam, GOG, Epic, etc.

It originally started as a project to automate the distribution of games at a LAN party I co-host. We have about 24 peak players each session and there came a point where trying to get games to work ate more time than we actually spent playing games. The natural conclustion was to write my own launcher and server to distribute files across the network.

v1.0.0 represents the first version where the base features feel complete. Features include game installing, “cloud” saves, key allocation, and dedicated server management. I’ve been eating my own dog food along the way and really feel like I’ve been able to (mostly) take back control of my game library.

For more information about the project, you can check out the official documentation site at: https://docs.lancommander.app/

or the free Patreon: https://www.patreon.com/lancommander

Popularity: 5 points | 0 comments

Show HN: LANCommander v1.0.0 – Self-host your digital game library - Project Screenshot


15. Show HN: Facad – A colorful directory listing tool for the command line

URL: https://github.com/yellow-footed-honeyguide/facad

Author: y-f-honeyguide

Description: Facad is about functionality, not just aesthetics. Key features:

- Intuitive file type representation

- Smart sorting (directories first, then by extension)

- Four-column layout for quick directory analysis

It evolved from this alias:

  alias ls=‘ls -A -F —group-directories-first —sort=extension —color=always’
Facad takes this concept further, offering more flexibility and visual clarity.

Popularity: 111 points | 74 comments

Show HN: Facad – A colorful directory listing tool for the command line - Project Screenshot


16. Show HN: Building a GPT Mutant

URL: https://growthwriter.co/en/home-w-g

Author: growthwriter

Description: Ever wanted to create B2B contents for your social media but weren’t sure how?

We’ve made it a whole lot easier.

Aggregate it. Synthesize it. Clone it. Generate it. It’s that simple.

Growth(writer) gathers fresh data from your market, aggregates it, and synthesizes it.

We present the information through cards in a feed on our app. You choose the card that interests you, and we generate content tailored to your audience and writing style, because we clone your brand voice.

We achieve this by analyzing your previous posts, LinkedIn profile, website, and insights about your audience.

No more content that looks like it was written by AI.

No more uncertainty about what content to create.

Now’s the time to produce B2B content that engages your audience, attracts new customers, and feels unmistakably human.

Want to try this tool? Sign up for the free beta here: https://growthwriter.co/en/home-w-g

Popularity: 2 points | 0 comments

Show HN: Building a GPT Mutant - Project Screenshot


17. Show HN: Long-form podcast with ChatGPT as a guest (advanced voice mode) [video]

URL: https://www.youtube.com/watch?v=z3Xdqg1hTNE

Author: tejaskumar_

Description:

Popularity: 2 points | 0 comments

Show HN: Long-form podcast with ChatGPT as a guest (advanced voice mode) [video] - Project Screenshot


18. Show HN: Newgrounds Dreamcast Collab Running on an Actual Dreamcast

URL: https://www.newgrounds.com/portal/view/950114

Author: gtrevorjay

Description: Enjoy late 90’s nostalgia while enjoying early 2000’s nostalgia.

Popularity: 3 points | 0 comments

Show HN: Newgrounds Dreamcast Collab Running on an Actual Dreamcast - Project Screenshot


19. Show HN: New tool to get full Analytics your next SaaS

URL: https://datafa.st/?via=new

Author: justdev

Description:

Popularity: 2 points | 0 comments

Show HN: New tool to get full Analytics your next SaaS - Project Screenshot


20. Show HN: PurePlates – A Recipe Scraping iOS App

URL: https://apps.apple.com/ca/app/pureplates/id6621180161

Author: CZubrecki

Description: Hey Everyone!

This is my first post on Hacker News, and I wanted to share my project with you! From a young age, I dreamed of becoming a chef, but life took me down the path of software engineering instead. Nevertheless, my passion for creating delicious meals has always remained close to my heart. This journey led me to seek out recipes to enhance my cooking skills, but I often found myself frustrated by the websites I encountered—ads everywhere, walls of text, and recipes that were difficult to follow.

That’s where PurePlates comes in. PurePlates allows users to share a recipe through their mobile browser or simply copy and paste the URL directly into the app. In an instant, you receive a scraped recipe that includes instructions, ingredients, and any available nutrition information. You can easily start cooking and follow along step by step, making the process much more enjoyable. Plus, if you find a recipe you love, you can add it to your favorites for quick access later!

As this is just an MVP, there’s still plenty of room for improvement, and I’m actively working on enhancing the extraction rate for recipes.

Thanks for reading, and keep hacking! Connor

Popularity: 6 points | 4 comments

Show HN: PurePlates – A Recipe Scraping iOS App - Project Screenshot


21. Show HN: AI tools for writing, analyzing, or replying to emails

URL: https://writemailai.com

Author: Fra_sol

Description: Hello everyone, I am Francesco, a solopreneur who created Write Mail AI, a set of tools based on artificial intelligence that acts as an assistant for writing, analyzing, or replying to emails.

It works both on mobile and desktop and can be used for free without registration.

Any feedback or bug reports are welcome.

Thanks in advance. Best regards.

Popularity: 1 points | 0 comments

Show HN: AI tools for writing, analyzing, or replying to emails - Project Screenshot


22. Show HN: I built Real-Time Crypto news aggregator with AI sentiment analysis

URL: https://voicelark.com/

Author: winiak

Description:

Popularity: 2 points | 1 comments

Show HN: I built Real-Time Crypto news aggregator with AI sentiment analysis - Project Screenshot


23. Show HN: OneSparse – Open Source Accelerated Sparse Linear Algebra for Postgres

URL: https://github.com/OneSparse/OneSparse

Author: michelpp

Description:

Popularity: 12 points | 3 comments

Show HN: OneSparse – Open Source Accelerated Sparse Linear Algebra for Postgres - Project Screenshot


24. Show HN: YRedesign for Hacker News (Mobile iOS Safari Extension)

URL: https://apps.apple.com/us/app/yredesign-for-hacker-news/id6701998952

Author: nickmade

Description: I wanted a better looking and better functioning mobile experience for Hacker News, so I created my own.

The two main improvements are:

  1. Larger touch targets for minimizing comments (faster reading)
  2. Dark mode (automatic)

    I’m an app developer expanding to iOS, so I also built this in order to test using App Store Connect. The name is a play on Y Combinator and also doubles as a joke about some people’s opinions regarding redesigns. I figured that since I use this every day, someone else might find it useful! Open to feedback in the comments and I’ll naturally be building this out as I use it daily.

Popularity: 2 points | 0 comments

Show HN: YRedesign for Hacker News (Mobile iOS Safari Extension) - Project Screenshot


25. Show HN: Podverse – AI Superpowers for Podcasters

URL: #

Author: mdwelsh

Description: Hey HN, I’m excited to show off a project I have been building the last few months called Podverse — it automatically generates transcripts, summaries, and a chatbot from a podcast’s RSS feed, and makes it easy to embed AI features onto any website.

You can check it out at https://podverse.ai.

See it in action on an example podcast here: https://www.podverse.ai/podcast/omnibus

I’m a former engineer at Google and Apple, former CS prof at Harvard, and was a co-founder at Fixie.ai. I truly feel that LLMs are a revolution in our field, and I wanted to bring something to life that bridged between two deep interests of mine — AI and podcasts.

I’ve been listening a ton of podcasts lately, but it’s frustrating to find relevant episodes, or even content that I had listened to previously. I also know that podcasters want to take advantage of the latest AI tech to connect with and expand their audience, but they’re not usually equipped to bring all the pieces together. I wanted to build a complete, end-to-end solution for podcasters that is easy to use.

All you have to do is provide your RSS feed URL, and Podverse does the rest — automatically ingesting new episodes as you release them, generating transcripts and summaries, identifying speakers, and populating a custom chatbot that knows about all of the content of your podcast.

I built the site from scratch over the last few months (in my copious spare time!). It’s built entirely using Next.js deployed on Vercel — no backend servers beyond Vercel’s server components and API handlers. For running background tasks, like podcast ingestion and transcription, I used Inngest, which fills a big gap in the Next.js stack. Deepgram is used for ASR, which is fast, affordable, and very high quality. Supabase handles the storage, including the vector database (using pgvector). Auth is done with Clerk, which was super easy to integrate. Happy to answer any questions about the stack.

I’d love to get your feedback, and especially hear from podcasters to learn more about what features you’d like to see. Thanks!

Popularity: 3 points | 1 comments


26. Show HN: ScreenComplete (app agnostic AI auto-fill)

URL: https://github.com/sshh12/screen-complete

Author: sshh12

Description:

Popularity: 2 points | 1 comments

Show HN: ScreenComplete (app agnostic AI auto-fill) - Project Screenshot


27. Show HN: Jikken – open-source API testing supporting source control and CI/CD

URL: https://github.com/jikkenio/jikken

Author: jikkenio

Description: Greetings,

What is Jikken? Jikken is an open source CLI tool for automated API testing, built in Rust!

The tool was originally developed to help validate complex data APIs used for analytics dashboards while integrating well with source control and CI/CD platforms. When troubleshooting API endpoints, I found my team either messing with gluing cURL/JQ/Diff together, or writing JavaScript in tools like Postman to accomplish essentially the same thing. My goal was a CLI tool which read small test definitions and could execute them seamlessly from both a local machine or in a CI/CD pipeline.

Jikken supports things like automatic comparing of different API endpoints (across release versions or environments), JSON filtering and variable extraction (passing variables from one call to the next), injecting data files, input data generation (fuzz testing with primitive types like ints/strings or higher level types like email addresses or names), or validating against heuristics instead of exact values (expect response values to contain these things, or have numbers within a certain range, etc).

Jikken also supports global variables and secrets, has built in mechanisms such as cookie support mimicking browser functionality, automatic test generation from openapi specs, junit test output for integrating into other tools/platforms, etc.

Originally, the tool was for me and my team to use at work. Since then I’ve open sourced it, and brought on some cofounders to launch Jikken as a B2B SaaS. Our goal is to maintain the tool, expand the capabilities, and to build a platform which is useful for companies.

While there are many Postman-like competitors out there, our intention is to have a happy path for both open source and paid customers. Tests are files that you own/control. The test runner tooling is entirely free and open source (written in Rust). We don’t require you to make an account, nor do we collect any data or telemetry from you. You can use the tooling locally, on servers, or even with CI/CD for free.

What Jikken provides as a bootstrapped SaaS company, is a platform for metrics, monitoring, and alerts of test execution across projects and environments. If, and only if, you configure an API key in the tool, you can stream telemetry back to our platform. This allows you to view real-time dashboards of all your test runs across environments and projects, metrics around performance characteristics of your API endpoints, and setup alerts to notify you in slack/teams/etc based on criteria you define. Customers can also choose to execute tests from our platform instead of running them on their own infrastructure.

As we know not all users are comfortable with a CLI, we are working to expand our free and open source tooling to provide a GUI client that is tailored for working with our files, which runs on the same engine as the CLI tool. This will also be completely free and open source, not require making an account or streaming any telemetry to us. Privacy matters.

We are aware that there are many other tools out there and we hope to have our tools be worth the effort for people to switch. We’re actively working on expanding the documentation and examples on our site. As always we’d love any feedback you can provide. Thank you!

Popularity: 3 points | 0 comments

Show HN: Jikken – open-source API testing supporting source control and CI/CD - Project Screenshot


28. Show HN: The simply delightful and affordable ATS specifically made for startups

URL: https://www.startblock.me/

Author: jacobtt21

Description: howdy y’all,

it’s delightfully simple and cheap ($10 / mo) with all the bells and whistles yall need to effectively hire talent, without letting any slip through the cracks (by making them email you / DM you for example).

you also get 1 month for free, and you can cancel anytime.

here’s a quick demo: https://www.youtube.com/watch?v=HZZeA0qwdjg

i got the idea for a simple and cheap ats when i worked at a YC backed startup and hiring was something that was very inefficient for us. we wanted to use ashby but couldn’t justify the costs. additionally it was wayy to feature packed for our use case, we needed something light, efficient, and easy to use.

i hope startblock fills that hole and wold love to hear what y’all think.

lemme know,

jacob

Popularity: 2 points | 0 comments

Show HN: The simply delightful and affordable ATS specifically made for startups - Project Screenshot


29. Show HN: Screen Recorded – A browser-based screen recorder

URL: https://screenrecorded.com/en

Author: jfoster

Description:

Popularity: 4 points | 3 comments

Show HN: Screen Recorded – A browser-based screen recorder - Project Screenshot


30. Show HN: I made an app to improve your alt text accessibility and SEO

URL: https://www.altcheckerai.com/

Author: dhangzz

Description: Hello,

I often find that my alt text is disorganized and I forget to optimize it, so I came up with an app to help with that. I would love to hear your thoughts.

Popularity: 2 points | 0 comments

Show HN: I made an app to improve your alt text accessibility and SEO - Project Screenshot


31. Show HN: ProductHunt as it was meant to be

URL: https://hotdogpunk.com

Author: lifesaverluke

Description: Every day all PH products are copied EXCEPT the order.

People don’t have to submit their launches separately.

Built-in mechanism to prevent voter fraud.

Popularity: 2 points | 3 comments

Show HN: ProductHunt as it was meant to be - Project Screenshot


32. Show HN: AsoLift – ASO tools to boost App Store rankings

URL: https://asolift.com/

Author: krisozy

Description: Hey HN!

I’m excited to announce the launch of my new project - AsoLift.

It’s a platform with an ASO toolkit for App Store and Google Play publishers, developers, and marketers to monitor competitors, track app rankings, research keywords, and optimize app store listings.

Popularity: 5 points | 0 comments

Show HN: AsoLift – ASO tools to boost App Store rankings - Project Screenshot


33. Show HN: Smartclip – Clipboard Manager/ Application Launcher with Plugins

URL: https://github.com/muelphil/smartclip

Author: phmu329b

Description: I’ve been working on Smartclip, a tool designed to streamline workflows and give quick access to various utilities, all from a simple, user-friendly interface. It’s similar to app launchers like Spotlight, Celebro, or Albert but goes further with a range of specialized plugins:

- Launch apps and search for files quickly

- Manage and reuse rich clipboard content effortlessly

- Render and paste mathematical expressions on the fly

- Pick, search, and paste emojis with ease

- Instantly translate words and paste them into your workflow

- Set reminders to stay on top of your tasks

Smartclip is currently in Beta, and I’d love to get feedback from fellow hackers. Whether it’s thoughts on the functionality, bugs, or feature requests, feel free to share them here or in the GitHub Issues section.

Popularity: 3 points | 0 comments

Show HN: Smartclip – Clipboard Manager/ Application Launcher with Plugins - Project Screenshot


34. Show HN: Native macOS app for chatting with Ollama models

URL: https://github.com/sheshbabu/Chital

Author: rkwz

Description: Hello everyone,

I’ve built a simple macOS app for chatting with models downloaded by Ollama - https://github.com/sheshbabu/Chital

It’s written in Swift, consumes less memory and loads fast.

It has these features:

* Support for multiple chat threads

* Switch between different models

* Markdown support

* Automatic chat thread title summarization

It’s my first time working with Swift and Xcode, and it has been an interesting journey. The performance of the application is a big plus when building native apps, but I wonder if I’ll be able to add features like document processing, RAG and other capabilities that are easy to implement using Python.

Give it a try and let me know what you think :)

Popularity: 2 points | 0 comments

Show HN: Native macOS app for chatting with Ollama models - Project Screenshot


35. Show HN: I made Chrome extension to check grammar in Twitter posts with ChatGPT

URL: https://chromewebstore.google.com/detail/tweetcheck-–-ai-grammar-s/hnabebopkipcadhapoegkcddiloeoeml

Author: gnykka

Description:

Popularity: 1 points | 0 comments

Show HN: I made Chrome extension to check grammar in Twitter posts with ChatGPT - Project Screenshot


36. Show HN: Qapir, no-code framework for API testing

URL: https://github.com/vrtxlabs/qapir

Author: gradnichkovski

Description: Hello HN,

My name is Albert, and I’m excited to introduce qapir - a no-code framework for API testing.

qapir streamlines API testing by eliminating the need for complex setup and extensive coding. It allows you to focus exclusively on crafting test scenarios, while it manages data extraction, validation, retry logic, and more. Tests are written in YAML format, and the results are delivered in clear and readable HTML reports.

As a lightweight binary, qapir integrates seamlessly with both local environments and CI pipelines. Local setup accelerates test development, while CI integration ensures continuous API testing.

I invite you to try qapir and share your feedback! Visit this GitHub page to get started: https://github.com/vrtxlabs/qapir

Popularity: 2 points | 0 comments

Show HN: Qapir, no-code framework for API testing - Project Screenshot


37. Show HN: Tool to Remotely Install, Update, and Monitor Embedded Devices

URL: https://www.voyonic-systems.de/products/voyonic-fieldkit

Author: JaggerJo

Description:

Popularity: 4 points | 1 comments

Show HN: Tool to Remotely Install, Update, and Monitor Embedded Devices - Project Screenshot


38. Show HN: Remote Internship Job Board

URL: https://remoteinternjobs.com/

Author: cranberryturkey

Description:

Popularity: 3 points | 0 comments

Show HN: Remote Internship Job Board - Project Screenshot


39. Show HN: Wispr Flow – A new voice dictation experience

URL: #

Author: tankots42

Description: Hey HN! We’re Tanay and Sahaj from the Wispr Flow team (https://flowvoice.ai). Today, we’re officially launching Flow: a Mac dictation app that lets you speak naturally and writes in your style, in every application — with auto-edits, command mode, and over 100 languages.

Watch a quick 90 second demo here (feat. Steve Wozniak): https://www.loom.com/share/2fd33f10407947b08c6d688398d8679e

PS: Last week, Rahul Vohra from Superhuman called it “the best AI product I’ve used since ChatGPT ”, and hearing it honestly made my day.

[The founding story]

Ever since I watched the first Ironman movie in 2008 at age 10, I’ve wanted to build Jarvis. It drove me to pull my first all-nighter and teach myself code.

16 years later, we’ve found a way to make a voice experience delightful for all-day use. And there’s no one else I’d build this with than my college roommate and closest friend, Sahaj.

Our vision is to make voice interfaces useful (so you trust them) and ubiquitous (so you can use them everywhere). This is how we can move from screen-first to voice-first technologies and build a future where we aren’t stuck looking at our phones all day.

[Using Flow is super simple]

- Download Flow for Mac (Apple Silicon only - others coming soon)

- Press and hold [Fn] to start speaking in any app

- Release [Fn] to enter text

[What users love Flow for]

- Developers using Cursor / Claude / ChatGPT: Speak with AI assistants faster than typing.

- Professionals breezing through their inbox: Flow accurately captures names and formats your emails and Slack messages.

- Students chatting with AI and finishing assignments even faster: We have a special student discount.

- Product Managers drafting PRDs and sharing thoughts: Flow turns your rambles into clear ideas.

- Parents with busy lives: Time is precious. Every second you save writing is an extra second you have for family.

- Tech-lovers who want to use voice with every AI tool

What makes Flow different is we designed our models for zero-edit messages - the metric that users really care about, instead of ‘word error rates’. For comparison, Apple / Google dictation is <5% zero-edit messages (i.e., 95% of the messages, you have to correct at least one word). Flow today is 50-70% of the messages being zero-edit, based on the use case.

After six months of sleepless nights with our team, we had our first set of users who organically started using Flow more than their keyboards. Today, that’s a large fraction of our users. Still, we have a long way to go, and we’re just getting started.

Would love for you to try it out at https://flowvoice.ai (web playground and desktop app). You can keep using the free version (2000 word / week limit) or upgrade to the Pro version starting at $12 / mo (annually). For the HN community, use the HNLAUNCH promo to get 33% off (or 4 months free on the annual plan)

PS: A massive shoutout to our thousands of beta users who’ve showered us with love and feedback over the last few months. We wouldn’t be here without you.

Our dream is to create a world where interacting with technology feels as natural as interacting with people. I’d love your help to make this a reality. We’d love to hear your ideas and comments with voice intelligence! Bonus points if you write your comment with Flow ;)

Popularity: 9 points | 1 comments


40. Show HN: A macOS app to prevent sound quality degradation on AirPods

URL: https://apps.apple.com/us/app/crystalclear-sound/id6695723746?mt=12

Author: mrtksn

Description: Right, here’s the thing: If you are using AirPods(or any Bluetooth headphones with a mic in fact) on Mac and something activates the mic(i.e. you Shazam a song), the sound will be interrupted momentarily and will return in very low quality. This is happening because Bluetooth can’t handle both way high quality streaming and the bandwidth is decreased to make it work.

It’s a known issue and here’s what Apple recommends to fix it: https://support.apple.com/en-hk/102217

Most of the time(unless you are on a Mac Mini/Studio/Pro), you have much higher quality microphones built in, so in most use cases, you want to hear from your AirPods but be heard from your internal microphone, which means if every time you connect your AirPods and go into the settings and set the default input device as the internal mic, you won’t have sound quality degradation on mic activation, and if you use your mic to talk to people or record something, you will have better sound quality too.

Based on this observation, first I tried to create a script or some automation that can do it for me but found out that it can be clunky or needlessly complex.

Here’s someone who used this approach to fix this issue: https://www.dermitch.de/post/macos-force-microphone-when-usi

Anyway, I decided to take the “build your app for that” route and created this app and called it CrystalClear Audio which doesn’t involve any technical setup to use. Making it was also not as easy I hoped, I was expecting this to be a half an hour project but ended up filing bug reports with Apple because some API wasn’t behaving as expected or mysterious things were happening when using it(like phantom device changes).

After spending that much time with all this, I decided to publish it on Mac AppStore and after too many rejections(all my mistakes) I got it published: https://apps.apple.com/us/app/crystalclear-sound/id669572374

The app is not free but comes with a free trial. I decided to go with a very cheap subscription model because I suspect further development might be needed as bugs emerge or API behavior changes. I know its a hated business model but IMHO it’s better than ads or tracking of any sort to justify the work done. It’s not free because supporting a free app is just as hard as supporting a paid one and it’s not one time payment because I don’t know what would the right price be for supporting an app for years to come and still have people willing to pay for it.

I hope other people find this useful and if you do, you can support by upvoting on Producthunt so even more people can find it sueful: https://www.producthunt.com/posts/crystalclear-sound

PS: the app is also useful for quickly switching between giving the sound out of the laptop speakers and the headphones, I ended up using that quite often.

Popularity: 181 points | 238 comments

Show HN: A macOS app to prevent sound quality degradation on AirPods - Project Screenshot


41. Show HN: Pipet – CLI tool for scraping and extracting data online, with pipes

URL: https://github.com/bjesus/pipet

Author: yoavm

Description:

Popularity: 20 points | 2 comments

Show HN: Pipet – CLI tool for scraping and extracting data online, with pipes - Project Screenshot


42. Show HN: Secure.py – Simplify HTTP Security Headers for Python Web Apps

URL: https://github.com/TypeError/secure

Author: cak

Description: Hi HN,

I’m excited to share a major update to secure.py, a Python library designed to make adding essential HTTP security headers to web apps easier than ever. This release is a complete rewrite, leveraging modern Python 3.10+ features to enhance usability and performance.

Why secure.py?

Adding headers like Content Security Policy (CSP), HSTS, and X-Frame-Options is crucial for protecting web applications from attacks like XSS and clickjacking. However, managing these headers across different frameworks and ensuring adherence to best practices can be cumbersome. secure.py removes that friction by providing:

- Out-of-the-Box Security Presets: Apply BASIC or STRICT security configurations with a single line of code.

- Full Customization: Take control over headers like CSP, HSTS, X-Frame-Options, Referrer-Policy, and more to tailor security to your app’s needs.

- Multi-Framework Support: Works with popular frameworks including Flask, Django, FastAPI, Starlette, and more—both synchronous and asynchronous.

- Modern Pythonic Design: Utilizes Python 3.10+ features like structural pattern matching and improved type hinting for cleaner and more efficient code.

- No External Dependencies: Lightweight and easy to include in any project.

- Best Practice Compliance: Follows recommendations from the OWASP Secure Headers Project and MDN Web Docs for robust security.

Requirements:

- Python 3.10 or higher

If you’re tired of manually adding security headers and worrying about consistency, give secure.py a try. It’s open source and designed to help developers add the kind of security that every app should have by default.

GitHub: https://github.com/TypeError/secure

I welcome any feedback, ideas for improvement, or contributions from the community!

Thanks for checking it out!

Popularity: 2 points | 0 comments

Show HN: Secure.py – Simplify HTTP Security Headers for Python Web Apps - Project Screenshot


43. Show HN: Real-time Network IN/OUT and Syscall monitoring using eBPF

URL: https://github.com/nullswan/bpfsnitch

Author: swanYC

Description: Hi HN,

I just released bpfsnitch, an open-source, real-time monitoring tool for Linux systems and Kubernetes clusters. Inspired by the need for deeper security insights without adding unnecessary layers, bpfsnitch leverages eBPF technology to monitor system calls and network activities at the kernel level.

The aim is to make security more accessible by providing a tool that’s easy to deploy and offers immediate value. Whether you’re a DevOps engineer, a security professional, or someone interested in learning more about eBPF and kernel-level observability, I believe bpfsnitch can be a valuable resource.

Feel free to check out the repository, give it a star if you find it useful, and join the discussion. I will be here to answer any questions and would love your feedback!

Looking forward to your thoughts and contributions!

Swan

Popularity: 2 points | 0 comments

Show HN: Real-time Network IN/OUT and Syscall monitoring using eBPF - Project Screenshot


44. Show HN: Visualenv: store env variables in image

URL: https://github.com/ersinesen/visualenv

Author: ersinesen

Description: Store env variables securely in images using steganography

Popularity: 3 points | 0 comments

Show HN: Visualenv: store env variables in image - Project Screenshot


45. Show HN: Aggent_joggler, warehouse simulator with multi-agent path planning

URL: https://github.com/szobov/agent_joggler

Author: szobov

Description:

Popularity: 2 points | 0 comments

Show HN: Aggent_joggler, warehouse simulator with multi-agent path planning - Project Screenshot


URL: https://noteai.com

Author: eddieweng

Description:

Popularity: 4 points | 1 comments

Show HN: Turn any link into podcast powered by NotebookLM - Project Screenshot


47. Show HN: Rename local files in bluk with AI without uplaod file or filename

URL: https://localfile.io/en/run/rename/

Author: hwovh

Description: Online Bulk Rename Utility. AI will generate the task.The process runs on your PC ensuring that no data is transmitted externally.

Popularity: 5 points | 4 comments

Show HN: Rename local files in bluk with AI without uplaod file or filename - Project Screenshot


48. Show HN: AI Kissing– Free AI Kissing Video Generator

URL: https://aikissing.com

Author: tonyljx66

Description: AI Kissing is a tool that make people kiss using AI to animate still imagesmaking it seem like they come to life.This tool can be an incredible way to connect with your loved ones, and it is currently free to use.

Popularity: 6 points | 5 comments

Show HN: AI Kissing– Free AI Kissing Video Generator - Project Screenshot


49. Show HN: A nice product that helps you create pages, personal portfolios

URL: https://subpage.io

Author: nurgaliyevsabyr

Description: I made webpage builder.

I always spend a lot of time creating landing pages. I needed something simple and reliable without any:

additional cost, subscription models, and complex interfaces.

There are a lot of webpage builders out there. They require to pay every month to manage domains, SSL, and hosting.

Based on those problems, I wanted something simple, reliable, and without additional cost (ideal one-time payment.

I made a simple webpage builder where you can put all your necessary information. If you want to change appearance, like fonts and view.

No headaches about Domain Integration, SSL/TLS, Hosting provider, and monthly subscriptions.

You will have a personal link that you can share with your clients.

Popularity: 2 points | 2 comments

Show HN: A nice product that helps you create pages, personal portfolios - Project Screenshot


50. Show HN: I made a Ruby on Rails SaaS template

URL: https://www.locomotive.it.com/

Author: sergio_2024

Description: Hey HN! I’ve been working on a Ruby On Rails SaaS template as my primary side project for the last month, it’s name is Locomotive.

https://www.locomotive.it.com/ Locomotive offers:

1. Stripe subscriptions and webhooks set-up 2. Devise authentication 3. PostgreSQL database 4. Prebuilt components and pages with TailwindCSS

Locomotive is pretty simple that’s why I price it just for €50 (or a bit more than $50)

Popularity: 13 points | 7 comments

Show HN: I made a Ruby on Rails SaaS template - Project Screenshot


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

← Back to Blog
← SUB Email