Explore the hottest developer projects on Show HN for 2024-01-30. Dive into innovative tech, AI applications, and exciting new inventions!
Summary of Today's Content
Today's Product Highlights
- Product Name: Ubicloud Open-source GitHub Runners
- Highlight: Revolutionary cloud solution offering 10x cost reduction for GitHub Actions with enhanced security through clean VM deployment and improved disk performance using local NVMes.
Quick Summary
- Most Hot Category: Developer Tools
- Top Keywords: Open-source, Cloud Computing, GitHub Actions, Security
- Most Popular Product: Ubicloud GitHub Runners (475 points)
Technology Trends
- Cloud Infrastructure
- Open Source Development
- AI Integration
- Developer Productivity
- Security & Privacy
- Cross-platform Compatibility
Project Distribution
- Developer Tools: 35%
- AI/ML Applications: 25%
- Productivity Tools: 20%
- Security Solutions: 10%
- Content Creation: 10%
Trend Insights
- Strong emphasis on open-source alternatives to commercial services
- Growing focus on AI-powered developer tools and automation
- Increasing demand for cost-effective cloud solutions
- Rising importance of privacy-focused applications
- Trend towards serverless and cloud-native architectures
- Emergence of cross-platform compatibility as a key feature
- Integration of AI in traditional tools and services
- Focus on developer experience and productivity
The data suggests a clear shift towards open-source alternatives to expensive commercial solutions, with particular emphasis on developer tools and AI integration. Security and privacy remain crucial considerations in new product development.
Today's Top 10 Trending Products
Top 1. Open-source x64 and Arm GitHub runners designed for seamless integration and accelerated CI/CD workflows. (Likes: 475, Comments: 124)
Top 2. Discover Open SaaS – the open-source solution that provides a powerful alternative to paid boilerplate starters, allowing developers to build and customize their applications with ease and flexibility. (Likes: 163, Comments: 71)
Top 3. Wren: A simple and extensible task management tool featuring CLI, Telegram integration, and HTTP support for seamless productivity. (Likes: 121, Comments: 41)
Top 4. Introducing Mailready: the next generation solution for email deliverability, designed to meet and exceed the new industry standards. Boost your email marketing success today! (Likes: 82, Comments: 37)
Top 5. Introducing TLD Squatting: a revolutionary platform that empowers users to identify and acquire underutilized top-level domains, making it easier than ever to secure valuable online assets. Join the fight against domain hoarding and discover a community-driven approach to maximizing your digital presence. Unlock new opportunities today! (Likes: 59, Comments: 51)
Top 6. Introducing a unique platform that empowers users to take control of their habits by introducing self-imposed consequences. This site offers a creative way to motivate personal growth and accountability through the act of punishment. Perfect for those looking to enhance their productivity and self-discipline in an engaging way. (Likes: 26, Comments: 51)
Top 7. Transform OpenAPI specifications into universal TypeScript SDKs effortlessly, streamlining your development process and enhancing code maintainability. Ideal for developers seeking to integrate APIs seamlessly while ensuring type safety. (Likes: 27, Comments: 5)
Top 8. Easily compare the costs of various newsletter platforms to find the best fit for your needs. Save time and money with our straightforward comparison tool! (Likes: 21, Comments: 6)
Top 9. Sankofa is a powerful browser extension that allows users to semantically search their browsing history, making it easy to find previously visited pages based on context and relevance. Enhance your web experience by quickly retrieving important information from your past without endless scrolling! (Likes: 19, Comments: 1)
Top 10. Introducing an innovative tool that harnesses the power of AI to create detailed user personas in seconds. Perfect for marketers, designers, and developers, this generator streamlines the process of understanding target audiences, enhancing product development and marketing strategies. Experience the future of customer insights with our AI User Persona Generator! (Likes: 11, Comments: 7)
1. Show HN: Open-source x64 and Arm GitHub runners
URL: https://www.ubicloud.com/use-cases/github-actions
Author: umur
Description: Ubicloud is an open source cloud. Think of it as an open alternative to cloud providers, like what Linux is to proprietary operating systems. You can self-host Ubicloud or use our managed service.
Our first use-case is GitHub Actions. We support x64 and arm64 Linux runners; and reduce your Github Actions bill by 10x. We can give you hardware similar to default GitHub runners because of the very high margins on the cloud. One difference with our hardware is that we use local NVMes for better disk performance.
Ubicloud and our GitHub Actions integration is also open source. You can check out our integration here: https://github.com/ubicloud/ubicloud/blob/main/routes/web/we...
For security and isolation, we give you a clean and ephemeral VM for each job. When the job completes, we deprovision the VM and wipe out the block storage device attached to the VM. We set up your firewall rules to lock down access to the VM; and also encrypt your data at rest and in-transit.
(We use Linux KVM and the Cloud Hypervisor as our underlying VM tech. For our block device, we use and extend SPDK: https://www.ubicloud.com/blog/building-block-storage-for-clo...)
Ubicloud runners are also fully compatible with GitHub runners. To get started, all you need to do is change 1-line in your workflow file. Each account gets 1,250 free build minutes per month with standard-2 runners.
We’d love to hear your feedback!
https://www.ubicloud.com/docs/github-actions-integration/qui...
Popularity: 475 points | 124 comments
2. Show HN: Open SaaS – An open-source alternative to paid boilerplate starters
URL: https://github.com/wasp-lang/open-saas
Author: matijash
Description:
Popularity: 163 points | 71 comments
3. Show HN: Wren – simple yet extensible task management with CLI, Telegram, HTTP
URL: https://github.com/bjesus/wren
Author: yoavm
Description:
Popularity: 121 points | 41 comments
4. Show HN: Mailready – meet the new email deliverability standards
Author: kehers
Description:
Popularity: 82 points | 37 comments
5. Show HN: TLD Squatting
URL: https://captnemo.in/tld-squatting/
Author: captn3m0
Description:
Popularity: 59 points | 51 comments
6. Show HN: I made a site that lets you punish yourself
URL: https://punishme.app
Author: MarkVenison
Description:
Popularity: 26 points | 51 comments
7. Show HN: Turn OpenAPI to Universal TypeScript SDKs
URL: https://www.speakeasyapi.dev/product/typescript-sdk
Author: simplesager
Description: Hi HN! We’re excited to share our new code generator that lets you ship high-quality TypeScript SDKs, that your users will love, from your OpenAPI documents. Our ongoing goal is to help you build one SDK that runs anywhere modern JavaScript runs. This includes new runtimes like Deno and Bun in addition to the ever-popular Node.js. Additionally, the popularity of AI has meant server-sent events and file streaming are also commonplace - we wanted to cover these use cases too. This explosion in new runtimes and ways of interacting with APIs shifts cognitive burden on API developers often having to work with different technologies when integrating an API. At Speakeasy we set out to create a “Universal Typescript SDK” that would work across browser, servers and other runtimes.
There are a number of open source generators out there but none of them provided enough coverage across the variety of APIs we see modelled with OpenAPI. Some of the requirements we tried to hit in this release:
- Compatibility with the browser & server
- Support for popular, backend JavaScript runtimes including Node.js, Bun, Deno
- User input and server response validation with Zod
- Support for polymorphic types, also known as unions or oneOf
in OpenAPI.
- Support for constant and default values, big integers and decimals
- Support for multipart streaming upload
- Support for server sent events using native OpenAPI constructs
We want to give a special shout out to Zod because it served as a great foundation for translating all the JSON Schema primitives used in OpenAPI into TypeScript types that you can trust. By this we mean that the types are backed by runtime validation so vanilla JS users have a safeguard and servers that drift from their OpenAPI spec are caught instead of silently failing or triggering obscure runtime errors. If you’re curious to dive into our learnings check out this post https://www.speakeasyapi.dev/post/how-we-built-universal-ts
We’d love for folks to check out our new generator and give us feedback. Its really easy to get started. Install our CLI with brew install speakeasy-api/homebrew-tap/speakeasy
and run speakeasy generate sdk -s openapi.yaml --output ./sdk -l typescript
. If you want to chat directly with us you can reach us on slack : https://join.slack.com/t/speakeasy-dev/shared_invite/zt-1cwb... .
Popularity: 27 points | 5 comments
8. Show HN: Easily compare the costs of newsletter platforms
URL: https://nl-compare.streamlit.app
Author: japhyr
Description: I've been writing on Substack for the last year, and from the beginning I've been aware that I might want to migrate to a different platform at some point. I've been looking into the various alternatives to Substack for a while, and always found it difficult to compare costs across the different platforms. There's just too many variables that factor into the cost, and each platform has a slightly different pricing scheme.
I've also been looking for the chance to try Streamlit, a Python library for making dashboards. Getting started with Streamlit was even easier than I imagined, so I ended up making a dashboard for comparing the costs of hosting a newsletter on each of five platforms: Ghost Pro, Buttondown, beehiiv, Substack, and ConvertKit. You can input the number of subscribers you need to support, the percentage of subscribers with a paid subscription, and the average annual revenue per paid subscriber.
If anyone here is thinking of starting a newsletter, or migrating to a different platform, you might find it helpful. If you've been curious about Streamlit, you might be interested as well. There's a link to the GitHub issue tracker, so if you find anything broken or inaccurate feel free to comment here or open an issue.
One thing that's interesting to see is how differently some of the pricing schemes behave at lower subscriber numbers, and lower annual revenue amounts. Someone with a large following and a large revenue base has a much different set of choices than someone with a small subscriber base and a lower ratio of paid subscribers.
https://nl-compare.streamlit.app
Popularity: 21 points | 6 comments
9. Show HN: Sankofa – Browser extension to semantically search your history
URL: https://vectara.com/blog/sankofa-your-memory-online/
Author: eskibars
Description: Hey there HN!
I lead Product at Vectara. Some of us read a lot of articles on the web (like those on HN) and we were desperately trying to recall the text we read -- using semantic search because we might not have remembered the exact text we read. (Or ask questions about the content -- ChatGPT style.)
Sankofa is a new browser extension that can automatically index web pages you visit and let you search / ask questions about that content. We built it using Vectara's retrieval-augmented-generation (RAG) platform and hope this is useful to folks.
This is an initial release: we would love to hear any feedback and suggestions!
Popularity: 19 points | 1 comments
10. Show HN: AI User Persona Generator
URL: https://www.featuredgpts.com/gpts/ai-user-persona-generator/
Author: DH77
Description: Let's be honest for a second.
You hate doing user interviews
You still want to get customer insights
That's why we built this GPTs - AI User Persona Generator.
So you can get incredible marketing insights from your ideal customers in 5 minutes (instead of 50 hours).
You just need to provide your website or tell what your business is about. AI will handle the rest.
Try it now https://chat.openai.com/g/g-SKdgK3Apk-ai-user-persona-genera...
Popularity: 11 points | 7 comments
11. Show HN: Hacking Hacker News
URL: https://github.com/bytewax/hacking-hacker-news
Author: chuckhend
Description:
Popularity: 15 points | 1 comments
12. Show HN: Simple TCP bridge written in Go
URL: https://github.com/paskozdilar/tcp-bridge
Author: bheadmaster
Description: I often reached for socat
when I needed to forward a TCP port from my local machine for testing, and I was curious how easy it was to write such a utility in Go.
At 105 lines of Go, it was easy enough. It has limited functionality - TCP only, no port mapping, binds to all local network interfaces - but it serves its purpose, so I wanted to share this with others.
Popularity: 10 points | 2 comments
13. Show HN: Zerve, Cloud-First, Serverless IDE for Data Science and API Development
URL: https://www.zerve.ai
Author: jason_zerve
Description: Hi HN, Jason CTO & Co-Founder at Zerve here.
I’m really excited to be sharing Zerve AI with you today which is a cloud-first, coding environment for Data Science & AI. It’s a real-time, collaborative IDE for EDA, model training and deployments. Code executes serverlessly due to the separation of storage and compute. This enables language interoperability, parallelization and configurability of compute per block (a block is akin to a cell in a Jupyter notebook). The artifacts produced during exploration can be deployed directly to APIs which can be created through the App. The storage and compute can be self-hosted in your cloud account (currently AWS) and there is a GitHub app available for version control.
Check out our website and try it out for free:
website: https://zerve.ai
We’d love to get your feedback.
Popularity: 11 points | 0 comments
14. Show HN: Rate limiting, caching and request prioritization for AI apps
URL: https://www.fluxninja.com/
Author: gillh
Description: Generative AI applications pose a unique challenge in production. They are computationally intensive and orders of magnitude slower than traditional data-intensive applications. Scaling these applications is further complicated by expensive hardware requirements and GPU shortages. Consequently, developers are scrambling to implement home-grown caching and rate-limiting solutions, which are error-prone and difficult to get right.
FluxNinja Aperture delivers a production-grade experience with a purpose-built load management platform that provides rate & concurrency limiting, caching, and request prioritization for generative AI applications. Developers can wrap their workloads with Aperture SDKs and define load management policies on business attributes such as user tier, request type, priority, etc.
Features:
- Global Rate Limiting: Prevent abuse by filtering traffic based on user, service, and tier levels, among other granular options.
- Request Prioritization: Boost application performance by prioritizing critical requests while queueing less urgent ones.
- Serverless Caching: Reduce costs and alleviate system load by caching frequently requested data.
- Manage External Limits: Manage API rate limits from third parties (OpenAI, GitHub, Shopify, etc.) with client-side rate limits and prioritization.
SDKs are available in Typescript, Python, Go, etc. The solution also integrates with API gateways and service meshes with an in-cluster deployment option.
We'd love to hear your feedback!
Links:
Sign up for the cloud service: https://www.fluxninja.com
Open-source: https://github.com/fluxninja/aperture
Use-cases:
Manage OpenAI rate limits with request prioritization: https://blog.fluxninja.com/blog/coderabbit-openai-rate-limit...
Building cost-effective generative AI applications with rate limiting and caching: https://blog.fluxninja.com/blog/coderabbit-cost-effective-ge...
Popularity: 10 points | 0 comments
15. Show HN: InsDownloader – an Instagram video/photo downloader
URL: https://insdownloader.xyz
Author: gregzeng95
Description: I am recently learning and practicing webscraping skills by making a downloader website for instagram.
The website allows downloading videos/reels/photos of an instagram post (stories is not supported yet).
The website is currently in Japanese language only. Might add other languages later.
Popularity: 10 points | 0 comments
16. Show HN: Overcast Wrapped 2023
URL: https://overcast-wrapped-2023.pages.dev/
Author: hmartin
Description:
Popularity: 9 points | 0 comments
17. Show HN: Joby.ai – AI-powered job search engine (163,652 live tech jobs)
URL: https://www.joby.ai/
Author: soapsommelier
Description: Job boards suck. I built a tool that scans job postings directly from company career websites (ATS’s like Greenhouse, etc) and intelligently categorizes them based on user-specific preferences with GPT. This way, there are no expired jobs and you can find jobs that are not on linkedin, indeed or any other job search tool. You can filter based on:
* City, Country and remote work preferences
* Years of experience
Salary and currency (where available)
Industry and Role type (engineer, architect, product owner, etc.)
* Visa Sponsorship and more
It’s just a project now, but my goal is that soon we will have all the jobs on the internet. After a few iterations it's finally half decent, and I now exclusively use it for my own job search. Its available for free to everyone: www.joby.ai
Let me know if you have any questions, would love to get your feedback!
Popularity: 3 points | 5 comments
18. Show HN: AWS Savings CoPilot to save up to 50%
URL: #
Author: kavehkhorram
Description: Hi HN community,
My name is Kaveh, I'm the founder and CEO of www.usage.ai
I launched on HN last year with the first version of Usage AI, we used Standard RIs and the RI marketplace to give customers the ability to buy 3-year no-upfront RIs which yielded 57% savings with none of the commitment.
In conjunction with AWS, we have since moved to using Convertible Reserved Instances which are the most misunderstood but powerful savings instrument on AWS. As long as you have servers in any of the popular AWS regions, you can achieve up to 50% savings with no code change and the flexibility to scale your workloads up and down using Usage.AI's CRI automation. We blend CRIs with SRIs (that are non-discounted since they can still be traded) and CSPs to maximize a customer's savings rate net of our fees. This is what we call AWS Savings CoPilot.
This has especially helped us assist some of the largest AWS customers with their spend since the volume of RIs can be adjusted up and down in real time at scale.
In addition, for anyone who signs up for Usage.AI Savings CoPilot, we are also including ClearCost, a multi-cloud visibility, budgeting, and anomaly detection tool for AWS, GCP, Azure, Snowflake, Databricks, Datadog, and Kubernetes.
Pricing: You get all of this for a % of what we save you on your AWS bill. Unlike other providers, we do not charge a % of spend.
Are you tasked with managing your AWS bill at your organization? Let me know what you think! You can also reach me directly at kaveh@usage.ai
Popularity: 8 points | 0 comments
19. Show HN: Dandori – Visualize Your Tasks
Author: nuko-suke-dev
Description:
Popularity: 5 points | 2 comments
20. Show HN: Get an Eulogy in Minutes, Effortlessly
Author: pomdevv
Description: Hi HN,
I made an app to help those who lost a loved one, write their eulogy fast and easily. Simply give a few details about the deceased and the AI will write a custom eulogy.
Yes it's another AI wrapper, but I didn't see this use out there yet.
In the future, I plan to use a model like Mistral and fine-tune it to this specific case. Any idea on how to do that ?
Thank you for your feedbacks,
Have a great day everyone !
pomdevv
Popularity: 4 points | 3 comments
21. Show HN: Open-Source AI Tool for Crafting Custom D&D Campaigns
URL: https://github.com/dhorions/DnDGenerate
Author: quodlibet
Description: Hey everyone, DNDGenerate is my little adventure into the world of AI and D&D. I wanted to learn more about using ChatGpt to build software and about the openai apis. When I saw how much fun my 9-year-old was having, creating his own D&D worlds. That got me thinking – why not make a tool that uses ChatGPT to help build cool D&D campaigns? It's been a blast mixing my love for tech and D&D. I showed this at our latest dnd game, and my fellow party members seemed to like the results, so I thought I'd share it here as well.
Popularity: 7 points | 0 comments
22. Show HN: Open Source 12ft.io Alternative With Free AI Summaries
URL: https://www.smry.ai/
Author: npmipg
Description: Remove paywalls, get instant AI summaries, and compare archive.is and google cache all in one place.
Popularity: 7 points | 0 comments
23. Show HN: Temporal – Enhancing Date and Time Processing in Go
URL: https://github.com/maniartech/temporal
Author: aamironline
Description: Hi HN,
I've developed Temporal, a Go library aimed at making date and time operations more accessible and efficient. It's not a replacement for Go's standard time package but an enhancement, with features that are practical in real-world scenarios.
Key aspects:
* Simplifies date parsing/formatting to user-friendly formats.
* Handles relative time and date ranges effortlessly.
* Adds useful utility functions missing in the standard package.
I'm eager to hear your thoughts, suggestions, or potential use cases. Here's the link to the GitHub repo: [https://github.com/maniartech/temporal]
Looking forward to your feedback!
Popularity: 4 points | 2 comments
24. Show HN: Open-source alternative to pdf.ai, ask your pdf and other AI for docs
URL: https://www.papermark.io/ai
Author: IuliiaShnai
Description: Simple AI assistant for documents made open source
Can be used for your docs or also for shared documents.
It is currently a part of Papermark, open source Docsend alternative for sharing docs quickly and getting analytics on each page.
Thinking on investing more time in it, and building more advanced work with many docs.
Any contributors are welcome here https://github.com/mfts/papermark
Popularity: 6 points | 0 comments
25. Show HN: SupaVlog – a vlog application starter kit
URL: https://github.com/hookdeck/supavlog
Author: leggetter
Description:
Popularity: 6 points | 0 comments
26. Show HN: Run browser isolation on Azure Cloud - open-source
Author: keepamovin
Description:
Popularity: 5 points | 1 comments
27. Show HN: Reflect – Track Anything
URL: https://apps.apple.com/us/app/reflect-track-anything/id6463800032
Author: NoTranslationL
Description: Reflect is an iOS app that allows you to track any data you can think of, and then gain insights from that data -- whether it's your mood, symptoms, activities, events, performance, supplements, habits, or weight. We have a page describing the following features in more detail [1]
Major Features:
• Free unlimited custom tracking: Unlike other apps, recording your data with Reflect is completely free; you can track as much as you'd like and you are only limited by your imagination.
• Visualization: See trends in your data and identify relationships between metrics.
• Correlations: Learn which metrics correspond most highly with anything you track. Answer questions like "am I more productive on days I wake up earlier?" or "how does spending time outside affect my ability to concentrate?".
• Get started immediately: There is no "signing up" step; just specify what your data looks like and begin recording.
• Extreme privacy: All data storage and analysis are performed locally on your device.
• Extreme flexibility: Reflect lets you construct forms that are specifically tailored to your needs. There are no limitations such as tracking only once per day, or having only a few things to choose from.
• Free importing: Migrate to Reflect and import your CSV data with ease with Reflect's template builder, enabling you to reap the benefits of Reflect's visualizations and insights immediately.
• Free exporting: There is no lock-in with Reflect. You are free to leave at any time; we want the qualities of the app to speak for themselves and serve the parts of you that want quality and control.
[1] - https://ntl.ai/reflect
Popularity: 6 points | 0 comments
28. Show HN: <button-play-audio url="HTTPS://w.wiki/8$sT"/>
URL: https://gitlab.com/publicservices/web-components/button-play-audio
Author: ngc6677
Description: An example web-component for a button to play a sound when clicked (and some extras).
Popularity: 6 points | 0 comments
29. Show HN: Free YouTube Summarizer
URL: https://www.thesamur.ai/youtube-summary-generator
Author: Anil1331
Description:
Popularity: 5 points | 1 comments
30. Show HN: Marketplace for lawyer guided LLM-powered contract review
Author: denver1117
Description:
Popularity: 6 points | 0 comments
31. Show HN: Add [Matrix] to your 3D model [video]
URL: https://www.youtube.com/undefined
Author: coderofsalv
Description: adding direct or indirect consumable Matrix-room links inside a 3D model.
Possibilities: bridging AR/VR/XR with textual experiences, spatial commenting, transcripts of spatial experiences etc.
..and no, Agent Smith will not come and get you.
Popularity: 6 points | 0 comments
32. Show HN: FrequentlyAskedAI – An interactive AI FAQ alternative to chatbots
URL: https://www.infaq.ai/chat/651e9b77b5aa5eb5ff795b45
Author: anyeung
Description: I originally released an interactive resume tool and that went well but I got pulled in another direction by HN. HN really slammed my server on the original thing I built (thanks for the unexpected but useful battle testing, I learned a lot). More importantly some people reached out and said they wanted to use it for their business, not professional networking, which led me down a completely different path for a different tool using similar tech.
Long story short, these businesses:
1) Wanted to know more about what their customers wanted but couldn't necessarily rely on customers reaching out to them 2) Spent more time answering similar questions than they'd like 3) REALLY hated chatbots and didn't want to pay for/train customer service agents yet
I added a bunch of features they asked for like being able to embed my tool on their website, customize the quick questions, and add related links that can route their customers to other URLs.
That last feature request was particularly interesting. Two businesses independently asked for this and they used it to basically make a mini Google search for their complex product (e.g. to direct customers to the right help pages, tutorials, etc).
I have no idea where this project is going to end up yet and it's already turned in a direction I didn't expect. I'd love y'all's thoughts on the latest.
Here's a link to my new home page with more information: https://www.infaq.ai
Forgive me for lack of visual elements and some of the corny marketing text. Many are placeholders and I'm working on it.
Also shout out to the business owner that went out of their way to find me this relevant domain name. We were joking that my tool should actually be called InfrequentlyAskedAI since it actually handles a long tail of questions.
Popularity: 2 points | 4 comments
33. Show HN: A spreadsheet-like program to handle any data and files of any size
URL: https://citadel5.com/gs-base.htm
Author: jpiech
Description: New features added recently:
[+] The "Text File Input Filters" have been added to enable processing of CSV / text files of any size with any number of rows regardless of the amount of RAM in a computer. Filters can use RegEx patters, the popular relations, ranges and fuzzy filters.
https://citadel5.com/help/gsbase/open_text_file.png
For example, in GS-Base you can load this (publicly available) NYC Yellow Taxis data set: https://www.kaggle.com/datasets/elemento/nyc-yellow-taxi-tri...
(1.9GB, ~12.7 million rows) in ~20s on an average/old pc with 8-16GB RAM. The obtained sheet is loaded entirely to RAM and ready to be used for instant ETL actions, column calculations, pivot table calculations, aggregations etc. With the above 12.7 million rows, creating a pivot table with the "trip_distance" as row values and "passenger_count" as column values takes with the same computer setup around 45s.
With input filtering you can process NNN-gigabyte CSV files and bigger. No "cloud" limitations, even for old desktop PCs.
[+] Create tables with file listings from folders and entire disks. Scan and monitor file changes on your disks; find changed files, new files and deleted files. Add and maintain any type of file metadata for each file; search the automatically created history of file changes for each file; search names/paths using regex, search for duplicates, fuzzy searches. Filter full paths, folders, file names, modification dates, access dates file sizes. Examples:
Creating and verifying lists of files on disks: https://citadel5.com/help/gsbase/ver_files.htm
Filtering collections of photos by EXIF tags, searching for jpg/mp3/mp4 file duplicates: https://citadel5.com/help/gsbase/formulas_duplicate_files.ht...
Popularity: 5 points | 0 comments
34. Show HN: JSONLint – Validate and Format Your JSON Online
Author: marky_nolan
Description:
Popularity: 5 points | 0 comments
35. Show HN: Custom coloring pages for kids and adults
Author: brobertson
Description: I built colorbliss.art back in September basically so that I could spend less time scrolling on google looking for coloring pages.
A typical scrolling session with my five year old would be:
Him: "Dad, can I have a coloring page"
Me: "Sure, what kind do you want"
Him: "Something with dinosaurs, and maybe spiderman"
Me: "I'm not sure if we're going to find that"
Him: "Just look it up dad"
Me: "Ok...hm, I"m not finding that"
Him: "Just keep scrolling dad"
Me: scrolling, scrolling
Him: "Just keep scrolling dad"
repeat forever
I thought this would be a great use case for AI - creating the actual coloring sheet he wanted. It takes a text prompt (Spiderman at the Eiffel Tower, Skeletons on parade) and makes a coloring page in about 10s or less.
We've had a lot of fun using it together, and so I thought I'd share it here as well.
Would love any feedback!
Popularity: 4 points | 1 comments
36. Show HN: Use GPT4 to generate anki cards on ANY Topic
URL: https://anki-generator.vercel.app/
Author: yvesr
Description: Want to think about the Roman Empire Daily? Ever read a book and forgot everything about it? We have got you covered!
Coming soon: Upload PDFs; Download APKG
Popularity: 5 points | 0 comments
37. Show HN: Exploring the tree of LLM generations [video]
URL: https://www.youtube.com/watch?v=1O1T2q2t7i4
Author: msoloviev
Description: This is a simple text editor, made using gtkmm 3 and llama.cpp, that allows you to explore the possible continuations (ranked by descending probability) that an LLM would output after each token. I was quite surprised that there didn't seem to be a tool like that out there yet, so I decided to make my own. Source is on Github (https://github.com/blackhole89/autopen), though the code is still in a very rough shape.
Popularity: 5 points | 0 comments
38. Show HN: Story Generator
URL: https://github.com/Dene33/world-gpt
Author: Dene33
Description: Hi everyone! Want to share something I'm working on.
Here is the brief description: From a single text prompt, craft dynamic worlds (both fictional and real-life, of any kind) filled with interacting NPCs pursuing goals, and control (human-in-the-loop) their behaviour and world state in real-time. Text-to-image to visualise every single step of change in the world's and NPC's state.
My main goal was to check if it's possible to use LLMs (GPT-4 currently) to make characters interact with each other but in the end, it ended up with a neat little app where users can interfere with NPC's (and world) state, guiding the story the way they like, step by step.
Would love to see someone using it!
Popularity: 5 points | 0 comments
39. Show HN: Sankofa – Chat with the Browser History
URL: https://github.com/vectara/sankofa
Author: ofermend
Description: Hey Hackernews,
I'm Ofer, head of developer relations at Vectara.
Some of us read a lot of articles on the web, like those on HN, and it seems useful to be able to search the contents of the text we read (using semantic search), or ask questions about it (ChatGPT style).
Sankofa is a new browser extension that allows you to index web pages you visit and search / ask questions about that content. We built it using Vectara's retrieval-augmented-generation (RAG) platform and hope this is useful to folks.
This is an initial release - we would love to hear any feedback and suggestions.
BTW, Sankofa which means "to retrieve" in the Twi language of Ghana.
Popularity: 5 points | 0 comments
40. Show HN: Vaux – The last video and audio editing app you'll ever need
URL: https://play.google.com/store/apps/details?id=com.vaux.vaux_editor&hl=en_US
Author: BlackEyedBeans
Description: Hey HN, I recently created Vaux:Video and audio editor to end the cycle of having to copy video and audio files to my computer for simple edits.
Unlike most video editing mobile apps out there that 'force' you to create a project before editing, Vaux loads up with an interface that let's you pick the action you want to perform, allows a few tweeks then exports the edited file. This is also aimed at the casual editor who just wants to perform a single editing task and move on.
The stack: I built Vaux using Flutter and FFMPEG library for the editing tasks. Some of it's features include: -Video FPS Modification -Editing audio metadata -Reversing video and audio -Adding music -Merging, trimming, cutting, muting -Media Speed modification
I'm currently working on localization features to support multiple languages and would really appreciate your thoughts and feedback.
The app is available for both Android and iOS. Links below:
https://play.google.com/store/apps/details?id=com.vaux.vaux_...
https://apps.apple.com/us/app/vaux-video-and-audio-editor/id...
Popularity: 4 points | 0 comments
41. Show HN: EchoTalent – AI-Powered Career Navigation and Resume Builder
Author: kaburu
Description: Hi HN! I'm thrilled to showcase EchoTalent, an AI-driven platform redefining career development. Our mission is to streamline the job search and career planning process using the power of AI, making it intuitive and effective for everyone.
Features at a Glance:
- Career Navigator: Visualize your career trajectory, discovering roles you're ready for and future opportunities, complete with key skill insights.
- AI Resume Builder: Elevate your resume with tailored suggestions, ensuring every application you send out is polished and professional.
We built EchoTalent to simplify the complex journey of career growth and we're eager for your feedback to make it even better. Try it, share your thoughts, and let's navigate the future of career development together!
Explore EchoTalent: http://echotalent.net
Thanks for your time, and I'm right here to answer any questions and engage in the conversation!
Popularity: 4 points | 0 comments
42. Show HN: I built a tool that diagnoses your email deliverability
Author: chrisfrantz
Description: As you may know, Google is rolling out bulk sender guidelines that go into effect Feb 1 (that’s this Thursday)
Your deliverability could be impacted so we made this tool.
Here’s how it works:
1. Send an email to the generated email address 2. Review your results
That’s it. The generated /results page is also accessible publicly so you can share with your team in case you're not the one with permission to add or modify records.
You can view an example of a passed test here: https://bounce.doctor/results/example
We currently check for valid DKIM, DMARC, SPF, List-ID and One-click Unsubscribe. We plan to extend this tool in the future as well but it will remain free and accessible without an account.
Popularity: 4 points | 0 comments
43. Show HN: AI recruiter for pre-screening candidates
Author: RichardDL
Description: For the people who don't have time to spend hours looking through CVs and interviewing candidates, we have created a tool that handles the initial pre-screening conversations.
I used to spend hours pre-screening CVs, scheduling interviews and often wasting a lot of time on interviews after rejecting the candidate in my head after 5 minutes.
And sometimes we just have some many applicants that it's not humanly possible to reach all the candidates in time.
Now we have AI to handle the pre-screening chats with the candidates. It's like a mini recruiter, chats with the candidate and creates a report about the candidate.
We have already tested it with more than 2k candidates, so far we get 8.8 out of 10 for the candidate experience.
If anyone has an open position and doesn't want to spend any more time pre-screening candidates - let me know
Popularity: 4 points | 0 comments
44. Show HN: Maori – The Game
URL: https://www.maori-game.com/
Author: belgogames
Description: Dear HackerNews fellows,
I've been away from the game dev scene for a while — about a decade, to be exact. Life happened, with all of time demands and responsibilities, but the itch to create never truly fades, does it?
Recently, I decided to that it is about time to change that, so I posed myself a challenge: Build and release a game within 24 hours. Well, it turns out I bit off a tad more than I could chew time-wise, clocking in at 42 hours from concept to the final build. But the end product? I'm proud of it.
Introducing my latest passion project: a casual web game inspired by the rich tradition of Maori masks. It's a simple concept that requires players to arrange masks in a specific order, blending elements of puzzles and memory games. The game is designed to be accessible and engaging whether you’re a kid enjoying the patterns and shapes or an adult tackling the "pro mode" for an extra challenge.
And the best part? It's absolutely free.
I’m genuinely excited for you all to give it a try and I'd be thrilled to hear your thoughts on it. If you like my little project, please pass it along. Your support means the world!
For those who have an interest in the journey behind the product, I've documented the entire development process. I’d be happy to share these behind-the-scenes videos for those being curious.
Have fun exploring, share if you enjoy, and happy puzzling!
See you in the game (and in the comments),
Cheers, Daniel
Popularity: 2 points | 2 comments
45. Show HN:Free AI Describe Picture: Smart Image Context Interpretation!
URL: https://describepicture.org/
Author: AndyLeo
Description:
Popularity: 3 points | 0 comments
46. Show HN: Wordleparty.io a multi-players Wordle game
Author: MyticMoon
Description: I’m thrilled to introduce you to wordleparty.io, a multiplayer word game with a few twists. I developed this game in December last year, and my wife and I have been playing it together ever since. Now, we’re excited to share the fun with more people. I hope you’ll enjoy playing the game as much as we do!
Popularity: 3 points | 0 comments
47. Show HN: Use GPT4 to generate interview questions from a job posting
URL: https://careercompanion.vercel.app/
Author: yvesr
Description: coming soon: PDF Upload, Interactive Coach, CV Check, Search
Popularity: 3 points | 0 comments
48. Show HN: AntiPython Colab Compiler,use Google Colab in your preferred language
URL: https://github.com/Fileforma/AntiPython-AI-Compiler-Colab/
Author: muragekibicho
Description: It's a source to source compiler for people interested in AI but don't want to touch Python.
It's a work-in-progress(super-raw proof of concept). Frontend is a JavaScript Chrome extension and backend is a C transpiler. We use the Treesitter C lib to parse syntax trees and the Mongoose C lib to handle websockets.
GitHub repo has a Java demo showing possible import syntax. Some keywords like 'from' and 'as' don't exist in Java. I found some workarounds. Please let me know what you think.
Popularity: 2 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