Explore the hottest developer projects on Show HN for 2024-02-01. Dive into innovative tech, AI applications, and exciting new inventions!
Summary of Today's Content
Today's Product Highlights
- Product Name: filippo.io/mlkem768
- Highlight: A groundbreaking post-quantum cryptography implementation for the Go ecosystem, addressing future security challenges against quantum computing threats.
Quick Summary
- Most Hot Category: Developer Tools & Infrastructure
- Top Keywords: Cryptography, Open Source, Performance Monitoring, AI
- Most Popular Product: filippo.io/mlkem768 (315 points)
Technology Trends
- Post-Quantum Cryptography
- Performance Monitoring
- No-Code AI Tools
- Open Source Development
- WebRTC Communications
- Knowledge Management Systems
Project Distribution
- Developer Tools: 35%
- AI/ML Solutions: 25%
- Security & Privacy: 15%
- Productivity Tools: 15%
- Communication Tools: 10%
Trend Insights
- Strong focus on developer-centric tools and infrastructure
- Rising interest in quantum-safe security solutions
- Increasing demand for no-code AI implementation tools
- Growing emphasis on open-source alternatives to commercial products
- Emergence of integrated monitoring and observability solutions
- Trend toward keyboard-first user interfaces and productivity tools
The data shows a clear shift toward future-proofing technology infrastructure while making advanced capabilities more accessible through no-code solutions and open-source alternatives.
Today's Top 10 Trending Products
Top 1. Introducing filippo.io/mlkem768 – a cutting-edge solution for Post-Quantum Cryptography tailored for the Go ecosystem, ensuring robust security in an era of quantum computing threats. Perfect for developers seeking to enhance their applications' resilience against future cyber challenges. (Likes: 315, Comments: 97)
Top 2. An innovative open-source performance monitoring tool that boosts system efficiency and provides real-time insights for developers and businesses alike. (Likes: 135, Comments: 32)
Top 3. ML Blocks: Effortlessly deploy multimodal AI workflows without writing a single line of code. (Likes: 112, Comments: 32)
Top 4. Fixkey: An AI-powered keyboard companion designed to enhance your writing experience with intelligent suggestions and seamless integration. (Likes: 36, Comments: 22)
Top 5. Spliit: A free and open-source alternative to Splitwise that features receipt scanning for effortless expense sharing. (Likes: 28, Comments: 2)
Top 6. Dera is an innovative platform designed for managing chunks and embeddings, streamlining the development of RAG (retrieval-augmented generation) applications. With its user-friendly interface and robust features, Dera empowers developers to enhance their applications by efficiently organizing and accessing data for improved performance and accuracy. (Likes: 25, Comments: 2)
Top 7. Introducing Tea Protocol: A groundbreaking open-source initiative backed by a $250K grant, designed to revolutionize community-driven projects and decentralized applications. Join us in shaping the future of innovation! (Likes: 23, Comments: 4)
Top 8. The Super Programmer: A vibrant and engaging introduction to the world of engineering, perfect for aspiring tech enthusiasts and future innovators. (Likes: 14, Comments: 10)
Top 9. Introducing the revolutionary open-source package manager for Kubernetes that goes beyond Helm, offering a seamless and efficient way to manage your Kubernetes applications. Experience enhanced functionality, robust features, and a user-friendly interface designed for developers and organizations seeking to streamline their deployment processes. Join the community and elevate your Kubernetes experience today! (Likes: 20, Comments: 0)
Top 10. Introducing a powerful new alternative to Jitsi, featuring WebRTC for seamless video communication, ChatGPT integration for enhanced conversational experiences, robust file transfer capabilities, and easy deployment with Docker. Perfect for those seeking a versatile and user-friendly platform for online collaboration. (Likes: 18, Comments: 1)
1. Show HN: filippo.io/mlkem768 – Post-Quantum Cryptography for the Go Ecosystem
URL: https://words.filippo.io/dispatches/mlkem768/
Author: FiloSottile
Description:
Popularity: 315 points | 97 comments
2. Show HN: An open source performance monitoring tool
URL: https://github.com/highlight/highlight/blob/3cc29388f99716833055d1aaa4a53d938d9e786e/README.md
Author: podoman
Description: Hey HN. We’re Jay and Vadim from Highlight.io (https://highlight.io). We’re building an open source [1] monitoring platform for web applications.
Today we’re excited to be sharing a performance tool we’ve been working on, which helps you inspect the latency of code execution from the client to the server. As engineers at past startups, we often had to debug slow queries, poor load times, inconsistent errors, etc... While tools like Jaegar [2] helped us inspect server-side performance, we had no way to tie user events to the traces we were inspecting. In other words, although we had an idea of what API route was slow, there wasn’t much visibility into the actual bottleneck.
This is where our performance product comes in: we’re rethinking a tracing/performance tool that focuses on bridging the gap between the client and server.
What’s unique about our approach is that we lean heavily into creating traces from the frontend. For example, if you’re using our Next.js SDK, we automatically connect browser HTTP requests with server-side code execution, all from the perspective of a user. We find this much more powerful because you can understand what part of your frontend codebase causes a given trace to occur. There’s an example here [3].
From an instrumentation perspective, we’ve built our SDKs on-top of OTel, so you can create custom spans to expand highlight-created traces in server routes that will transparently roll up into the flame graph you see in our UI. You can also send us raw OTel traces and manually set up the client-server connection if you want. [4] Here’s an example of what a trace looks like with a database integration using our Golang GORM SDK, triggered by a frontend GraphQL query [5] [6].
In terms of how it's built, we continue to rely heavily on ClickHouse as our time-series storage engine. Given that traces require that we also query based on an ID for specific groups of spans (more akin to an OLTP db), we’ve leveraged the power of CH materialized views to make these operations efficient (described here [7]).
To try it out, you can spin up the project with our self hosted docs [8] or use our cloud offering at app.highlight.io. The entire stack runs in docker via a compose file, including an OpenTelemetry collector for data ingestion. You’ll need to point your SDK to export data to it by setting the relevant OTLP endpoint configuration (ie. environment variable OTEL_EXPORTER_OTLP_LOGS_ENDPOINT [9]).
Overall, we’d really appreciate feedback on what we’re building here. We’re also all ears if anyone has opinions on what they’d like to see in a product like this!
[1] https://github.com/highlight/highlight/blob/main/LICENSE
[2] https://www.jaegertracing.io
[3] https://app.highlight.io/1383/sessions/COu90Th4Qc3PVYTXbx9Xe...
[4] https://www.highlight.io/docs/getting-started/native-opentel...
[5] https://static.highlight.io/assets/docs/gorm.png
[6] https://github.com/highlight/highlight/blob/1fc9487a676409f1...
[7] https://highlight.io/blog/clickhouse-materialized-views
[8] https://www.highlight.io/docs/getting-started/self-host/self...
[9] https://opentelemetry.io/docs/concepts/sdk-configuration/otl...
Popularity: 135 points | 32 comments
3. Show HN: ML Blocks – Deploy multimodal AI workflows without code
URL: https://www.mlblocks.com/
Author: neilxm
Description: Hey everyone,
ML Blocks is a node-based workflow builder to create multi-modal AI workflows without writing any code.
You connect blocks that call various visual models like GPT4v, Segment Anything, Dino etc. along with basic image processing blocks like resize, invert color, blur, crop, and several others.
The idea is to make it easier to deploy multi-step image processing workflows, without needing to spin up endless custom OpenCV cloud functions to glue together AI models. Usually, even if you're using cloud inference servers like Replicate, you still need to write your own image processing code to pre and post-process images in your pipeline. When you're trying to move fast, that's just unnecessary overhead.
With ML Blocks, you can build a workflow and deploy the whole thing as a single API. AFAIK, ML Blocks is the only end-to-end workflow builder built specifically for image processing.
If you're curious, our models run on Replicate, HuggingFace & Modal Labs cloud GPUs and we use React Flow for the node UX.
Popularity: 112 points | 32 comments
4. Show HN: Fixkey is a keyboard-focused AI copilot for writing
Author: raphaelmosaic
Description: Demo: https://www.youtube.com/watch?v=sRFOWNpb3U4
Imagine having the CMD+K functionality of Cursor.sh but instead of code you edit natural language.
Introducing Fixkey:
- Native Swift macOS app (no Electron)
- Keyboard-centric
- Select common prompts with keyboard shortcuts
- Press one shortcut to select and fix the current paragraph
- Create custom prompts just in time
- Works in every application on macOS (Apple Notes, Obsidian, Notion, Gmail, Slack…)
- Support for local running models (Beta)
Why not using Grammarly?:
I always feel that traditional grammar correction tools like Grammarly distract me from my flow of writing and thoughts by requiring me to actively select words to autocorrect with my mouse.
Fixkey introduces a new mental model for writing; Just hammer down your thoughts and fix your sentence with one shortcut.
Using this method boosted my typing speed from 90 to 120 words per minute. Typing feels effortless. I was able to write this paragraph without looking at my screen, just focusing on what I want to say.
Popularity: 36 points | 22 comments
5. Show HN: Spliit – FOSS alternative to Splitwise, with receipt scanning
URL: https://github.com/spliit-app/spliit
Author: scastiel
Description:
Popularity: 28 points | 2 comments
6. Show HN: Dera – A platform to manage chunks and embeddings for building RAG apps
URL: https://getdera.com/
Author: hchua
Description: Hi everyone,
my cofounder and I built Dera - a platform to help manage chunks and embeddings.
We built this because of the pain points we experienced while building RAG applications for side projects. The biggest pain point we encountered was that we were constantly trying out different chunking strategies, but there’s no easy way to check how the strategies are performing in terms of retrieval when given the same query.
We tried searching for a tool for this but couldn’t find any (most LLM dev tools focus on prompts management).
We hope this tool will be useful for people building RAG apps.
Thank you!
Popularity: 25 points | 2 comments
7. Show HN: Tea protocol, our $250K open-source grant
URL: #
Author: devshogun
Description: tea (https://tea.xyz) is shaking up the digital world by addressing the long-standing issue of inadequate compensation for open-source developers. Solving this issue is more urgent than ever, which is why we have decided to deploy $250K in grants ahead of the launch of the protocol. This initial stage aims to support maintainers of open-source projects that have a material impact on the open-source software ecosystem and a teaRank greater than 30 ahead of the tea Protocol Incentivized Testnet.
Don’t know what teaRank is and unsure if your project qualifies? You can check your project’s teaRank here (https://tea.xyz/rewards-for-oss-contributions) and learn more about what this represents on the protocol here (https://docs.tea.xyz/tea/i-want-to.../learn-about-proof-of-contribution/what-is-tearank)
The Unsung Heroes
Despite forming the backbone of the internet and modern technology, open-source developers like Max Howell, the creator of Homebrew, have historically received little to no compensation. This discrepancy is particularly stark when compared to the massive profits generated by corporations built on open-source software.
The Urgent Need for Change
The lack of proper incentives has led to decreased motivation and potential abandonment of projects, posing a threat to the very infrastructure of our digital lives.
The tea Protocol: Empowering Developers
The tea protocol strives to establish an environment where open-source contributions are not only acknowledged but also appropriately rewarded, ensuring a sustainable future for the unsung heroes of the digital world. Central to the tea protocol is its vibrant community of project supporters and vulnerability reporters, who are incentivized to actively participate in identifying and addressing software vulnerabilities.
tea's $250K grant is a step towards a future where open-source developers are celebrated and rewarded, marking the beginning of a new, more equitable era in open-source.
If your open-source project meets the requirements mentioned earlier such as it having an impact on the OSS ecosystem and having a teaRank greater than 30, then we would love to have you apply for the grant (https://wkf.ms/48UDBLy).
Popularity: 23 points | 4 comments
8. Show HN: The Super Programmer – A colorful introduction to engineering
Author: keyvank
Description: I have started writing an unusual book discussing various topics in computer science by implementing them from scratch. I would like to know your opinion on it! WARNING: It's a very draft version of it!
Popularity: 14 points | 10 comments
9. Show HN: The Missing Open Source Package Manager for Kubernetes Beyond Helm
URL: https://github.com/glasskube/glasskube
Author: louis_w_gk
Description: Hi, we are a small team from Vienna and today released our first version of a Package Manager similar to apt, Homebrew, or Chocolatey, but specifically tailored for Kubernetes environments and cloud-native software. Originally, we wanted to contribute to the Kubernetes ecosystem with a different idea; however, after talking to the community, we uncovered that package management is an even bigger problem at the moment.
We are now looking for as much feedback as possible, so we would really appreciate it if you could check it out and let us know what you think! Thanks!
Popularity: 20 points | 0 comments
10. Show HN: New Jitsi Alternative: WebRTC, ChatGPT, File Transfer, Docker
URL: https://github.com/miroslavpejic85/mirotalksfu
Author: bestofwebrtc
Description: We are truly captivated by the groundbreaking features that this Progressive Web App (PWA) brings to the table! The level of innovation it offers is truly impressive, and we believe it sets a new standard in enhancing user experiences.
Popularity: 18 points | 1 comments
11. Show HN: Wordl – Terminal Wordle with a web like GUI
URL: https://github.com/palerdot/wordl-rs
Author: palerdot
Description: Hi,
I have created a terminal app for wordle that has web like experience. In particular, it has keyboard hints and guess reveal animations. The idea is to able to play wordle in the terminal offline (and continuously if needed).
This is also kind of a Rust learning project for me, and my first public rust project. The terminal game is built with ratatui framework, which is great. I find it interesting that you can model a tui with The Elm Architecture - TEA
principles for the terminal.
Feedbacks are welcome, particularly if you are a wordle person.
Have a nice day!
Popularity: 17 points | 0 comments
12. Show HN: A Community for Indie Tech Blogs
URL: https://review.caleb.software/
Author: karagenit
Description: Hey HN! For a while I’ve been trying (unsuccessfully) to find a community for tech bloggers to get together and share what they’re working on, so here’s my attempt at making my own. It’s a completely free website and designed to be super straightforward to use.
Functionality wise it’s pretty minimalist right now, with just the ability to register accounts, post drafts, and comment on other user’s posts. Support for more features like tagging post topics, user profiles and more are coming soon!
Thanks for checking it out, and I’d love to hear any thoughts from the community.
P.S. if you don’t write much yourself but still want to participate, feel free to join! You can give other people feedback without having to post anything of your own.
Popularity: 16 points | 1 comments
13. Show HN: Open-Source Pong Game
URL: https://github.com/Ramzi-Abidi/Pong
Author: ramzi-abidi
Description: I need your feedback guys, your contributions are welcome too.
Popularity: 12 points | 4 comments
14. Show HN: A beautiful crypto invoice generator
URL: https://cryptoinvoice.new
Author: issahassan
Description:
Popularity: 11 points | 4 comments
15. Show HN: Try iki.ai – a knowledge hub and assistant for professionals
URL: https://app.iki.ai
Author: ivan_ilin
Description:
Popularity: 11 points | 3 comments
16. Show HN: People Graph Maker
URL: https://peoplegraphmaker.com/
Author: maxbk
Description:
Popularity: 9 points | 3 comments
17. Show HN: Inner Lighthouse – Platform for cognitive exercises
URL: https://innerlighthouseapp.com
Author: aleksandarbos
Description: By filling a self-made Excel spreadsheet for more than a year, every day Monday through Friday, with sentence stem completion exercises from the book "Six Pillars of Self-Esteem", I've noticed the impact of proactive work. As a result, I could sense a significant shift within, and I'd respond differently to the things where I'd usually stay reserved or pulled back.
As someone who'd stick their headphones and listen to some self-help-related book while taking a walk, I'd usually end up understanding the issue without taking action. Even though some authors would say "I'd like you to pause this audio, and think... and apply.." I'd usually end up having some messy experience in my Notes app. Having a simple, well-structured, and clean way to express my thoughts does help a lot, as I've experienced the abovementioned spreadsheet.
Inner Lighthouse is a platform for cognitive exercise worksheets. The idea is to allow great thinkers to share their knowledge and experience focusing on a specific topic. Right now, we've hosted a couple of initial courses aiming to showcase our platform.
Right now, our main goal is to onboard new authors and allow them to build their audience and expand their reach. If this is something you'd be interested in, please contact us at authors@innerlighthouseapp.com. Any format docx, pdf, txt, or any other format you'd be comfortable with is acceptable. For our early adopters onboarding is free of charge! Reach out and grab your front seat today.
The app is available for download (iOS and Android) at https://www.innerlighthouseapp.com/.
Any feedback, suggestions, or questions are more than welcome! Appreciate it very much!
Alex, founder
Popularity: 11 points | 0 comments
18. Show HN: Makex Automation Tool
URL: https://meta.company/go/makex/
Author: nateskulic
Description: Hi Everyone!
Makex is a better build/automation tool. It was conceived about two weeks ago.
It's already useful, and it’s completely replacing all of our Makefiles, among other internal build files and scripts... It builds and deploys itself entirely.
Makex was produced after decades of experience with Make/Makefiles and numerous other build/automation/run tooling…
Makefiles are ugly, hard to produce, understand and configure. They are passable for the simplest of cases. GNU Make is gate-keeped and static, and that may be a good thing, but it's also hard on everyone.
At the other end of the spectrum, Bazel has high overhead and is high complexity. It's overkill. Complex rules often obscure what actions are used to produce what outputs in what path. Bazel takes python and makes it extremely implicit.
Makex is intended for a wide range of multi-platform workflows. It uses several performance tricks with the goal of supporting huge repositories. There's a lot going on under the hood... It's about 10 KLOC at the moment.
It works on Linux, but should work in any POSIX/Unix-compatible environment.
It's early, and there'll be more features and releases for various platforms (including packages and binaries).
Take a look/test, and let me know what you think.
Thanks!
Popularity: 4 points | 7 comments
19. Show HN: BitEscrow API Beta Launch
URL: https://twitter.com/bitescrow_app/status/1753139070224486600
Author: TristanMB
Description:
Popularity: 9 points | 1 comments
20. Show HN: Toolkit for Reverse Engineers (indetectables-net)
URL: https://github.com/indetectables-net/toolkit
Author: Arteiii
Description:
Popularity: 9 points | 0 comments
21. Show HN: Sheet Copilot – Run tasks using GPT-4 in Google Sheets
URL: https://www.sheetcopilot.ai
Author: bertiecharlton
Description: I've been building Google Sheets Add-Ons for around 3-4 years now, and working on Sheet Copilot (Formerly Formula God) for over a year.
1. We started with using AI for formula generation and code execution in Google Sheets. 2. Then we built a chat interface for Google Sheets to analyse data and help with formulas.
It never felt like we realised our initial vision, but now I feel we're a little closer.
Sheet Copilot, can:
- solve complex problems with formulas
- format your sheets
- visualise your data + add charts to your sheet
- keep you updated every step of the way
You can watch in real-time as it takes control of your spreadsheet, executes your tasks, fixes its own errors and guides you through its plan.
It's also still fairly experimental and comes with its quirks, so we we're seeking as much feedback as possible! For that reason, we're releasing it free while it's in BETA, you just need to plug-in your OpenAI API key.
Here's a demo video showing what it can do: https://video.wixstatic.com/video/e43ff4_853888475978432cb6d...
Popularity: 8 points | 0 comments
22. Show HN: Automate Variable Selection for Research on Big Datasets (Open-Source)
URL: https://github.com/MalikHarrisAhm/Big-Data-Variable-Selector-Tool
Author: mha23
Description:
Popularity: 8 points | 0 comments
23. Show HN: Shotune – Online screenshot editor and app mockup generator
URL: https://shotune.com
Author: lolenti
Description:
Popularity: 7 points | 0 comments
24. Show HN: Axolotl – GraphQL Type Safe Server Engine Idea
URL: https://axolotl-docs.vercel.app/
Author: howdoesilogin
Description:
Popularity: 5 points | 0 comments
25. Show HN: Play Hurrican, a jump'n'shoot game based on Turrican, in the browser
URL: https://midzer.de/wasm/hurrican/
Author: midzer
Description: Original src: https://github.com/HurricanGame/Hurrican
My fork: https://github.com/midzer/Hurrican/tree/emscripten
Popularity: 4 points | 0 comments
26. Show HN: Transcribe Phone Calls, Recruit and Sale Smarter
URL: https://phonewise.ai
Author: behindai
Description:
Popularity: 2 points | 1 comments
27. Show HN: Cells is a functional reactive store compatible with Svelte
URL: https://github.com/okcontract/cells
Author: hbbio
Description:
Popularity: 3 points | 0 comments
28. Show HN: I've Been Minted
URL: https://ivebeenminted.com/
Author: npopat12
Description: Something happened to international roaming.
You used to manage your costs easily, paying only for what you needed. Whether it was a quick SMS to verify a bank transaction or a brief call home.
Services were once flexible and sensible.
But now, many carriers are imposing a flat $10 daily international fee, regardless of usage. Such a policy doesn’t work for everyone. It’s akin to a landlord demanding a steep daily rent, even when you’re barely using a space.
Roaming shouldn’t be a source of inconvenience or lead to expensive monthly bills.
Popularity: 2 points | 1 comments
29. Show HN: 500 SaaS Onboarding Flows (Free)
URL: https://www.tenscope.com/saasvault/onboarding-teardowns
Author: midnightcity
Description: We analyzed 500 well-known SaaS startups and recorded their entire user onboarding flows, screenshot their emails, and created several case studies. The resources are available free online.
Popularity: 3 points | 0 comments
30. Show HN: Twitter API wrapper for Python without the need for API keys
URL: https://github.com/d60/twikit
Author: d60
Description: I have created a Twitter API wrapper that allows usage with just the account's username, email address, and password — no API keys required. This wrapper enables unlimited and free functionalities, including posting tweets, searching tweets, and fetching trending topics. For detailed usage instructions and more information, please refer to the GitHub repository.
Popularity: 3 points | 0 comments
31. Show HN: Blackbell – Create booking websites and marketplaces, without code
URL: https://www.blackbell.com
Author: davido
Description: Hey HN!
Blackbell is a business software for local services SMBs, think service providers near you who offer services by appointment, mostly in person: personal trainers, doctors, cleaning companies, dog walkers, home services etc.
E-commerce SaaS to sell physical products are very mature (Shopify…), but there is still a big gap in serving this niche specific needs in the market. The reality is, most service SMBs use nothing (pen/paper is our biggest competitor) or try to mix various no-code products together (not so easy to maintain).
We’re trying to fix it. We combine in one no-code product (SchedulePro) a number of essential tools: website builder, booking forms, scheduling, payment, CRM, orders management, email marketing, a business mobile app and more. ( Stripe was a big inspiration, in providing a suite of interconnected core tools )
It took a lot of work and time to make our products simple to use and bring a coherent product to life. We are small but kinda battle-tested with 600,000 online bookings, 96% client satisfaction, with one of our top clients achieving over $10 million in sales.
We're launching a product (AgencyLink) for freelancers and agencies who work with service providers in our niche and need to develop booking platforms. Originally, we made it for ourselves, to help an agency we acquired sell hyper-local service marketplaces (ServicesHub) in the UK. That small team of four generated $3,000,000 in revenue, mainly because these tools helped them create platforms (without code) very quickly for the clients, do fast account support, and handle billing efficiently. So today we make most of these tools available.. We offer partners who onboard clients 20% referral recurring revenues.
Our tech stack: Ruby on Rails, PostgreSQL, Ember.js, Vue.js, and React Native (via Expo). We use Stripe and Wise for payments. A cool tool we built is Powerblocks: one-click import for HTML/CSS into our visual editor, inspired by Canva. We have Webhooks APIs and more to automate some flows, and a Sandbox env.
Looking forward to your feedback and ideas, especially how to kickstart working with freelancers / web agencies, looks like a big new world where lots of products compete for attention!
Popularity: 2 points | 0 comments
32. Show HN: Get HTTP Status: a tool for testing HTTP status codes
URL: https://gethttpstatus.com/
Author: rozenmd
Description:
Popularity: 1 points | 1 comments
33. Show HN: I Created 'The Linktree for Founders'
URL: https://founder.site
Author: lucasrantzau
Description: Hey HN!
As a founder with tons of projects under my belt (mostly failures), I've wanted a place to display my history of startups. Building a personal website takes time and, like other founders, I don't want to maintain it.
I looked to link in bio tools, but nothing catered to my needs as a founder, so I started designing my dream founder page.
Before developing it, I realized that this would be cool for other founders too, and then the idea for 'The Linktree for founders' was born:
→ Display your history of startups & ventures
→ Share all your important links
→ Build an audience by collecting emails
→ The ultimate link in bio for founders
I just launched it, and right now it's 100% free.
The first founders to sign up will get a ton of free exposure for them and their startups.
If you want to check it out, you can do so here: https://founder.site
Would love some feedback. Thanks!
Popularity: 2 points | 0 comments
34. Show HN: 1BRC – A Beginner's Guide
URL: https://mishra-kunal1.github.io/1brc/
Author: kunalmishra78
Description:
Popularity: 1 points | 1 comments
35. Show HN: PiSegment(Small Python software for semi-supervised image segmentation)
URL: https://github.com/aGIToz/PiSegment
Author: amitoz_azad
Description: It opens up a GUI to annotate the image, then segments the regions based on the annotation. Can be used for image segmentation, background extraction, semantic segmentation, colorization. The code can be easily integrated with Django or Flask backend web app.
Popularity: 2 points | 0 comments
36. Show HN: OasysDB rewritten as embedded and efficient vector database
URL: https://github.com/oasysai/oasysdb
Author: edwinkys
Description: OasysDB is now available as Rust crate which you can add using "cargo add oasysdb" command. OasysDB supports incremental update on the collection index by default. This means, you can insert, modify, or delete vector records without rebuilding the index.
Context OasysDB was initially written with client-server architecture. We pivoted and rewrote it as embedded vector database.
Feedback will be very much appreciated.
Popularity: 1 points | 0 comments
37. Show HN: Free download codes for my app, 60 Classic Books
URL: #
Author: RK-Apps
Description: https://play.google.com/store/apps/details?id=com.cb.classicbooks
L8SN8CCT7UJRV84A08SL9XR
WS8YE6UE60BYMYTYGAX9KCG
VE7HECXMPAUQVV00FHN1RDY
NG0P0DQQUGX8PYS5ZKRDZH3
FKS0BGW1RQLKTRUHRB6LVMM
9G470W8Z9PTC2EVFTYM2DJE
0ZQAK43XTXC0RSTHAA2ARL6
HT54EFX9CZ7WD394K7P7YMR
WHG4HJS3MQSP3G4Y9A7EULH
Popularity: 1 points | 0 comments
38. Show HN: No-code GPT actions builder for Web scraping, YouTuber summarizer etc.
Author: Anil1331
Description:
Popularity: 1 points | 0 comments
39. Show HN: FigJam plugin that digitizes multiple sticky notes at once with OCR
URL: https://www.figma.com/community/plugin/1334634273139560673/digitize-sticky-notes
Author: tbwriting
Description:
Popularity: 1 points | 0 comments
40. Show HN: How to serve web pages directly from your browser
URL: https://kaangiray26.github.io/pages/
Author: kaangiray26
Description:
Popularity: 1 points | 0 comments
41. Show HN: Encrypto is a service encrypting files, without storing the files
URL: https://encrypto.bonaroo.nl/
Author: puuush
Description:
Popularity: 1 points | 0 comments
42. Show HN: Albms.net – microblogging music reviews platform
URL: https://albms.net
Author: yarefs
Description: Hey HN! I made this thing to let people micro-blog their music reviews. Kind of like letterbox'd for music.
The premise is that you can submit reviews and ratings to track your opinion of music albums. I want to eventually dial down into music discovery and try to make that more engaging for people.
Eventually I want to branch into a native phone app once I have some kind of fit for the product.
Would love to hear some feedback as to what I could improve here!
Popularity: 1 points | 0 comments
43. Show HN: Encrypt Files in the Browser
Author: cranberryturkey
Description:
Popularity: 1 points | 0 comments
44. Show HN: Daily aggregator of archive links posted on Hacker News
URL: https://hackernewsarchiveaggregator.web.app/
Author: maxaw
Description: I love it when commenters post archive links for paywalled articles on Hacker News, so I made a quick website that aggregates these comments for the top 250 stories!
Build with React and hosted on Firebase
Popularity: 1 points | 0 comments
Conclusion
Today's Show HN roundup showcases a diverse range of innovative projects. From AI-powered tools to creative coding solutions, these projects reflect the dynamic nature of our tech community. Which project caught your attention the most? Let us know in the comments!
Tags: #ShowHN #TechInnovation #DeveloperProjects #AI Applications #Open Source Software