This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Thursday, February 13, 2025
Show HN: SQL Noir – Learn SQL by solving crimes https://ift.tt/zp03e4v
Show HN: SQL Noir – Learn SQL by solving crimes I built SQL Noir, an interactive detective game that challenges you to solve mysteries using real SQL queries. It’s fully open source, designed to give you a practical and immersive way to learn SQL while engaging with a narrative-driven mystery. https://www.sqlnoir.com February 14, 2025 at 03:19AM
Show HN: Dev SSO IdP, a mock single sign-on provider as a development aide https://ift.tt/PzAKiyD
Show HN: Dev SSO IdP, a mock single sign-on provider as a development aide Hi HN! This project grew out of my want for the development of my web UIs to not get hung up on integration with OpenID Connect single sign-on. SSO was only available in our stage and prod environments. Getting this integration laid down and tested fast, without having to jury-rig something in stage, would've been huge. And so I decided to build a solution myself. Hence, Dev SSO IdP. The vision for it is to mock all the features of an OIDC SSO server that would be pertinent to the development of web apps. To try it out: 1) Create a file called `.production.env` and paste in it the following 2 lines to start with: DEVSSOIDP_PERCENT_ENCODED_REDIRECT_URIS=http%3A%2F%2Flocalhost%3A5173 DEVSSOIDP_CLIENT_IDS=my_cool_app 2a) (with Node) Clone the repo with `git clone https://ift.tt/Qj4LtU9 `, then overwrite the project's `.production.env` with yours, then in the project's folder run `npm install`, then `npm start` 2b) (with Docker) Run `docker run -p 3000:3000 --rm --env-file .production.env bmcase/devssoidp:1.0.0` You can then see it at (and have your app redirect to) http://localhost:3000/authorize?response_type=code&client_id... You can add or change environment variables in `.production.env` in the likely case that its defaults don't apply to you. The GitHub readme goes into more detail on all of this. They say "be flexible in what you accept and strict in what you output". But Dev SSO IdP is intentionally strict in what it accepts so that I could catch issues faster. It raises an alarm in dev so you don't later get one in prod. This version I am comfortable designating v1.0.0. It has all the features needed for the OIDC code flow. I'd appreciate any advice, and in particular am interested in: * Would this actually be useful in your projects? Is there anything else it would need? * Do you use the OIDC implicit flow? I've never had reason to, and I understand it's regarded as a bad practice. But I worry I may be in a bubble and so I want to know if there's in fact a lot of folks out there who use the implicit flow. Aside, I'm open to work, and would be interested in bringing my full stack skills to your team (or the team of someone you want to do a favor for), in the Austin TX area or remotely. I'm happy to hear from you by email (ben@benswords.com) or LinkedIn ( https://ift.tt/EKjq7lY ). https://ift.tt/tX8TGSM February 14, 2025 at 01:53AM
Wednesday, February 12, 2025
Show HN: A no-build fullstack SSR TypeScript web framework https://ift.tt/zLumJBA
Show HN: A no-build fullstack SSR TypeScript web framework Hi HN family! I'd love to seek your insights on a fullstack web framework that employs a different approach: no build. It's not a new concept. The folks as Preact mentioned it: https://ift.tt/aztdijP However, in the Web Framework market, I've yet to find many that support both "no build" and "SSR". There's always some sorts of "client mount" and "server mount" and either has (or both have) to go through a build (bundling) process. With the build process, there comes additional maintenance efforts and cognitive load. I've enjoyed wrestling with tsconfig, webpack config, all sorts of presets and plugins countless times... When things work, they just work, but when we need sth a bit custom or unconventional, then we're almost always in for a tough ride. (or it's just me ) Not to say I'm against any existing build workflow. In fact I benefited a lot in the past from webpack, and i'm very positive about modern bundlers like Parcel 2, Turbopack, rspack, etc. I just feel it'd be fair to save some slots for the "no build" route :) To this end, I spent the last month working on a prototype of a TypeScript fullstack SSR web framework. It's compatible with Deno and Bun runtimes. I'd love to make it compatible with Node.js as well (at some point). The framework registry page ( https://ift.tt/ge0xmyp ) summarizes the motives expressed so far. An example deployment is available at: https://ift.tt/Kwh9dVN The code behind the deployment above: https://ift.tt/c903OtX PS: you may see Preact being used & mentioned everywhere but I'm positive that React is 100% supported as well (just drop-in & use). I just happened to choose Preact to experience it more for myself. I look forward to your thoughts :) and learning if this might (or might not) be a feasible idea at scale. And perhaps, which future directions you would see this (or something like it) goes. Thank you much for any insight! https://ift.tt/ge0xmyp February 13, 2025 at 01:24AM
Show HN: Mkinf – an open-source library of hosted AI agents and tools https://ift.tt/8XFlH1B
Show HN: Mkinf – an open-source library of hosted AI agents and tools We are building an open-source library of hosted AI agents and tools that developers can integrate into their graph frameworks with a simple SDK or API call, speeding up development and deployment times. They can use them as-is, customize them for their specific use cases, and even contribute their own agents — unlocking monetization opportunities. https://hub.mkinf.io February 12, 2025 at 11:06PM
Show HN: Sort lines semantically using llm-sort https://ift.tt/ptXi0Fm
Show HN: Sort lines semantically using llm-sort This is a small plugin I made for Simon Willison's llm utility. You can do things like: cat names.txt | llm sort -q "Which one of these names is best for a pet seagull?" cat books.txt | llm sort -q "Which book is more related to basic vs. advanced CS topics?" I see a lot of potential marrying LLMs with classic UNIX interfaces. https://ift.tt/cmjHiLu February 11, 2025 at 08:55AM
Tuesday, February 11, 2025
Show HN: A lightweight and flexible open source bastion https://ift.tt/5cIt0S8
Show HN: A lightweight and flexible open source bastion OneTerm is a simple, lightweight and flexible enterprise-class bastion host, designed and developed based on 4A compliant, i.e. Authen, Authorize, Account, and Audit, which ensures the security and compliance of the system through strict access control and monitoring features. https://ift.tt/OCiIuRF February 12, 2025 at 07:38AM
Show HN: HypeBridge – Your Dedicated AI-Agent Driven Influencer Marketing Agency https://ift.tt/XK5EGf9
Show HN: HypeBridge – Your Dedicated AI-Agent Driven Influencer Marketing Agency https://ift.tt/jBSoGPz February 12, 2025 at 02:32AM
Show HN: I open-sourced machine translation models for 12 rare languages https://ift.tt/lGsjh3K
Show HN: I open-sourced machine translation models for 12 rare languages You can test translation quality here https://ift.tt/beBsnTO https://ift.tt/7qaxcjo February 12, 2025 at 02:37AM
Show HN: Community Detection on Bluesky https://ift.tt/xj9Ion8
Show HN: Community Detection on Bluesky We ran the Leuven community detection algorithm on popular users on Bluesky (where the graph has edges determined by Jaccard similarity of a users' followers). We identified 118 communities and based on the names and descriptions of the top 10-20 users had LLMs generate title and descriptions for them. There are communities like "Feline enthusiasts", "Web Professionals", a bunch of NSFW ones and quite many communities are many different flavors of progressive/liberal activists. https://ift.tt/RZ6nf4B February 12, 2025 at 02:09AM
Monday, February 10, 2025
Show HN: I built a tool to auto-tailor resumes to job posts https://ift.tt/jGops8J
Show HN: I built a tool to auto-tailor resumes to job posts Hi HN, I got frustrated with the time-consuming process of tailoring resumes and cover letters for job applications. Even using ChatGPT, it was taking me about 10 minutes per application just to prompt and copy-paste everything into Word. I found myself only customizing applications for roles I was really excited about, which wasn't ideal. So I worked really hard and built useResume to solve two problems: helping me stand out with every application, and eliminating the Word document workflow. I've been using it myself for all my latest applications and I hope it can help you too. I'd love to hear your feedback. Vlad https://useresume.ai February 11, 2025 at 01:28AM
Show HN: WhisperCat – An Audio Recorder and Transcription Tool https://ift.tt/NhcLQKV
Show HN: WhisperCat – An Audio Recorder and Transcription Tool Hi HN, I wanted to share my first open-source project with you all: WhisperCat . WhisperCat is a small desktop application for recording audio and transcribing it using OpenAI's Whisper API. I built this because I needed something simple and reliable for my own transcription workflows, and now I'm hoping it might be useful to others as well. It's still pretty early stage, but it works well for basic audio recording and transcription tasks. What It Does: Lets you record audio with your preferred microphone. Transcribes audio files automatically via Whisper (OpenAI's transcription API). Supports global hotkeys for recording (e.g., CTRL + R or a custom sequence like triple ALT). Runs in the background (system tray) when minimized. Has a basic microphone testing feature to help you pick the right device. Shows desktop notifications for events (e.g., when recording starts or errors happen). Platforms: WhisperCat is available for Windows and Linux , and there’s also an experimental macOS build you can try if you’re feeling adventurous: Experimental macOS Build You can download the latest release here: https://ift.tt/CObR3lE Feedback is welcome! https://ift.tt/Ih7VgDv February 11, 2025 at 01:11AM
Show HN: Arelo – A simple, flexible file watcher for auto-restarting commands https://ift.tt/57nYg9B
Show HN: Arelo – A simple, flexible file watcher for auto-restarting commands arelo is a lightweight, language-agnostic file watcher that automatically runs a command when files change. It requires no configuration files; everything is controlled via simple command-line options. Easy to use: arelo -p '**/*.go' -- go run . Flexible file watching: Supports fsnotify (real-time), polling (for environments like WSL2), and fine-grained control with extended globbing (** and {js,ts,json}). Cross-platform and lightweight: Runs on Windows, macOS, and Linux without extra dependencies. Installation: - go install github.com/makiuchi-d/arelo@latest - Or download a prebuilt binary from GitHub Releases: https://ift.tt/14WjmdA https://ift.tt/aZSpoRM February 10, 2025 at 09:49PM
Sunday, February 9, 2025
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/abdx7D6
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/0cBueJt February 10, 2025 at 02:26AM
Show HN: Curatrs – Scheduled Programming for Podcasts https://ift.tt/4UHsidt
Show HN: Curatrs – Scheduled Programming for Podcasts Like many of us, I got tired of scrolling endlessly through podcast apps trying to find the right show for my commute. So I built Curatrs (curatrs.com) - it brings radio-style scheduled programming to podcast discovery. Instead of endless scrolling, you get podcasts programmed for specific times and durations. Currently in early MVP, built with Vite/Supabase, focused on making discovery more intentional and time-based. Would appreciate any feedback, especially from regular podcast listeners https://ift.tt/CmJGzHv February 10, 2025 at 01:23AM
Show HN: I made a Kotlin REPL with multiline editor, highlighting and completion https://ift.tt/D6VhP21
Show HN: I made a Kotlin REPL with multiline editor, highlighting and completion I’ve created a Kotlin REPL for the terminal with support for multiline code editing, interconnected cells, code completion, and error highlighting. https://ift.tt/xtufO3c February 9, 2025 at 11:33PM
Show HN: Neovim Plugin for iOS and macOS Development https://ift.tt/WFxjcSi
Show HN: Neovim Plugin for iOS and macOS Development Over two years ago, I began exploring whether it was possible to shift my iOS development to Neovim. It took me over six months to resolve all issues and figure out how to connect everything, creating an environment with all the features required for development. After that, I decided to develop my own plugin to enable others to do the same. Since then, I have been developing apps for iOS and macOS using Neovim, for both my professional work and personal projects with no issues. This change has significantly boosted my productivity, and I no longer have to deal with Xcode's flaws. I can accomplish 95% of my work without needing to open Xcode. Before that, it seemed impossible to develop for Apple platforms outside of Xcode. I'm proud that I was stubborn enough to make it work after all those failures along the way. Neovim is an amazing project <3. https://github.com/wojciech-kulik/xcodebuild.nvim February 9, 2025 at 06:16PM
Saturday, February 8, 2025
Show HN: Hyloblog – minimal, Git-based SSG for writing (not theming) https://ift.tt/y4T7tOn
Show HN: Hyloblog – minimal, Git-based SSG for writing (not theming) Hi HN, We're working on Xr0 [0] and have been building a static-site generator that meets our tastes and needs. The basic emphasis is on simplicity and content rather than customisability and feature-richness. We are imitating Jekyll and Hugo (and other SSGs) in their basic generation paradigm and LaTeX in its separating form from content, but attempting to combine these into a unified, minimal philosophy where you can open a repo and start writing without needing a CLI tool to generate your folder for you. The project is broken into two applications: an SSG you can run locally (or in a GH Action etc.) and a platform for easy hosting that bundles in some basic audience interaction features. Both are available on GitHub: [1] and [2]. We've been working on this somewhat sporadically for the past couple of months, and it is very much a WIP, particularly in the themes it offers, but we're keen to hear thoughts on this. [0]: https://xr0.dev [1]: https://ift.tt/JXVcxNd [2]: https://ift.tt/rVjSaJz https://hyloblog.com/ February 9, 2025 at 02:53AM
Show HN: Lambda Core – Minimal Lambda Calculus in Every Language https://ift.tt/Ps9D0Mm
Show HN: Lambda Core – Minimal Lambda Calculus in Every Language Lambda Core is a collaborative project to implement the basics of lambda calculus (just booleans and church numerals) in every programming language! We now have 18 languages implemented. If your favorite language isn’t already in the repo, please add it! The instructions are simple, and it's a fun way to explore how different languages handle higher-order functions. Check out the GitHub link for details. I'd love your feedback and hope you'll join in! https://ift.tt/kOWjCV7 February 9, 2025 at 02:23AM
Show HN: I trained a custom LLM to create Apple Shortcuts https://ift.tt/8KeZyTj
Show HN: I trained a custom LLM to create Apple Shortcuts Hi! This is a version 2.0 2x Context window 7-8x Faster Less hallucinations :) https://ift.tt/DlfTCcP February 8, 2025 at 11:05PM
Friday, February 7, 2025
Show HN: HN as TikTok, Welcome to HN Hell https://ift.tt/oWKmv2b
Show HN: HN as TikTok, Welcome to HN Hell https://hnhell.com February 5, 2025 at 04:45PM
Show HN: Open-source Hacker News apps https://ift.tt/lejHqOp
Show HN: Open-source Hacker News apps We at Emerge Tools (YC W21) recently released open source Hacker News apps for both iOS and Android. The apps use the latest SwiftUI and Compose frameworks and are entirely native. Our goal is to help dogfood our products, but more importantly our team just enjoys reading HN every day and wanted an app to hack on and call our own. :) We are still missing some features but should otherwise be pretty solid. And open to any contributions. iOS: https://ift.tt/wB4hXj1... Android: https://ift.tt/8DiSgue... https://ift.tt/QZfbsDT February 8, 2025 at 02:11AM
Show HN: A website that heatmaps your city based on your housing preferences https://ift.tt/X0lm7ct
Show HN: A website that heatmaps your city based on your housing preferences For the past few months, I've been working on a website that answers two different questions: - Where in my city have the best travel times to all the things and people I care about? - Given a listing, how far is it from all the things and people I care about? Personally this was fueled by my own frustrations when I was apartment hunting in NYC. I was frustrating to have to juggle so many Google Maps tabs when I was evaluating a listing, and it was also annoying to not have full confidence that I was even searching in the right places. I wanted to be close to work, a Trader Joe's, and a major park. Given that public transportation networks can sometimes make close things hard to get to and far things easy to get to, it's not always obvious whether a neighborhood actually even fits my criteria or not! The overarching goal of theretowhere.com is to allow you to make more informed moving decisions while also making things more convenient than they are today. https://ibb.co/pBsX2HjN It can generate detailed travel time breakdowns for individual listings and addresses, making it easier to determine whether a listing is worth applying for without juggling Google Maps tabs. This is great for questions like “How far is this apartment from my friends, work and dancing gyms?” https://ibb.co/mVBjwPrJ It also has the powerful ability to heatmap a city based on which parts of it are close or not to the people and places you care about. This is great for questions like “Where in the city would I be reasonably close to work, friends and a woodworking studio?” https://ibb.co/vCynPSRK You can add these heatmaps to sites like Zillow and Streeteasy to make things super convenient (this was very fun to make). The main thing that's on my mind is whether this is useful or not. Like, is this something you would actually use? I also have other ideas I'd like to eventually intergrate into this (crime heatmaps, noise heatmaps, etc) https://ift.tt/bWTHtSm February 7, 2025 at 11:53PM
Thursday, February 6, 2025
Show HN: Heap Explorer https://ift.tt/onHdRvb
Show HN: Heap Explorer I wrote a little LD_PRELOAD library that makes it easy to inspect and interact with a running program's glibc heap. It's fun to pause processes, free a bunch of their allocations, then resume them. Most of the time, the processes continue as though nothing happened, but sometimes they do interesting things :) https://ift.tt/ONbiRmj February 6, 2025 at 10:24AM
Show HN: Embedding WebAssembly in QR Codes https://ift.tt/FpwEo7J
Show HN: Embedding WebAssembly in QR Codes https://ift.tt/hrDiTZQ February 6, 2025 at 08:13PM
Wednesday, February 5, 2025
Show HN: Kindly RSS, a self-hostable RSS app designed for e-ink devices https://ift.tt/FU8Cyb0
Show HN: Kindly RSS, a self-hostable RSS app designed for e-ink devices In the last few weeks I've been working on a RSS application designed to be used in e-ink devices such as Kindle, through the device's web browser. It's a self-hostable app optimized for running on low-end hardware (such as Raspberry Pi, I actually run it on a 3b model). The project is in its early stages of development. It is usable, but you may (and probably will :P) encounter bugs from time to time. I did it for myself (I like to read at night before going to sleep but I don't like to use my phone at that time). I thought people could find it useful so I worked on it a little bit more to publish it. At the moment it can only be run by downloading and compiling the source code or using the docker image (in the repo and the landing page there is a curl that executes the script to run the container, manual instructions can be found in the repo's README). Repo: https://ift.tt/YhOW9yb Dockerhub: https://ift.tt/i5W8Ar0 Thank you for reading! I'd love to hear your thoughts and suggestions. https://kindlyrss.app/ February 6, 2025 at 02:16AM
Show HN: How good is your color vision? Find out in my new game https://ift.tt/prPjNdz
Show HN: How good is your color vision? Find out in my new game https://ift.tt/eOEd7Vm February 2, 2025 at 05:33AM
Show HN: Grammarly-like extension for any language https://ift.tt/UmRZFA1
Show HN: Grammarly-like extension for any language https://ift.tt/cgj6i31 February 6, 2025 at 12:11AM
Tuesday, February 4, 2025
Show HN: CoPlay – Enabling In-Room Xbox Gaming for Children's Hospitals https://ift.tt/aL30piP
Show HN: CoPlay – Enabling In-Room Xbox Gaming for Children's Hospitals Hey everybody, My name is Brady. I'm the creator of CoPlay. Think of it as an MDM/fleet management for xbox accounts and devices. Pediatric hospitals want to allow their patients to play and connect with friends, family and other patients but they have lacked the tools to facilitate and manage this in the past. A friend and I found this problem while volunteering at our local children's hospital. We are now in 6 pediatric hospitals across the US. Yup, it's a niche. But it's a cool niche. I'm sharing this to get feedback, answer questions, contribute to this amazing community and most importantly, HOPEFULLY FIND SOMEONE THAT CAN GET US CONNECTED TO SOME OF THE HIGHER UPS AT MICROSOFT/XBOX. If you have any connections at all please reach out. We believe there is an opportunity for a beautiful partnership there. Sorry for shouting ;) https://ift.tt/jf8RxZO February 5, 2025 at 02:08AM
Show HN: Haystack Code Reviewer – Perform code reviews on a canvas https://ift.tt/49X38Ig
Show HN: Haystack Code Reviewer – Perform code reviews on a canvas Hi HN! We’re building Haystack Code Reviewer, a tool that lays out code diffs for a GitHub pull request on an interactive canvas. Instead of scrolling through diffs line-by-line, you can view all changes in a more connected, visual format – similar to viewing a call graph. We hope this will make it easier and less cognitively taxing to understand how different changes across files work together. For a quick overview, check out our short demo video: https://www.youtube.com/watch?v=QeOz70x0WPE . If you would like to give it a spin, head over to https://ift.tt/F4NPLfw , click the “Review pull request button” in the top toolbar, and load any pull request via URL or pick a pull request from a dropdown. We built Haystack Code Reviewer because we found pull requests difficult to review in a pure textual format — especially when hopping between multiple files or trying to break down complex changes. Oftentimes, pull request authors would have to specifically structure their commits so that code reviews would be easier to tackle, which is a time-consuming and error-prone process. Our goal is to make any pull request easy to understand at a glance, and reduce the effort needed from both reviewers and authors to craft a good code review. Haystack Code Reviewer works on private repositories! We have authentication to ensure that someone cannot open the server for your pull request without having access to that pull request on GitHub. For additional security, we plan to build self-hosting soon. Please contact us if you’re interested in this. Alternatively, a completely local option would be to download desktop Haystack and then navigate to your pull request from there. This is great for trying out the feature without exposing any data on the cloud! In the near future, we plan to: 1. Introduce step-by-step navigation to guide reviewers through each part of the changeset 2. Allow for self-hosting We’d love to hear your thoughts, suggestions, and any feedback on our approach or potential features! https://ift.tt/v2KQUjC February 4, 2025 at 10:32PM
Show HN: Mandarin Word Segmenter with Translation https://ift.tt/0QwZ9st
Show HN: Mandarin Word Segmenter with Translation I've built mandoBot, a web app that segments and translates Mandarin Chinese text. This is a Django API (using Django-Ninja and PostgreSQL) and a NextJS front-end (with Typescript and Chakra). For a sample of what this app does, head to https://ift.tt/tQIe1nu . This is my presentation of the first chapter of a classic story from the Republican era of Chinese fiction, Diary of a Madman by Lu Xun. Other chapters are located in the "Reading Room" section of the app. This app exists because reading Mandarin is very hard for learners (like me), since Mandarin text does not separate words using spaces in the same way Western languages do. But extensive reading is the most effective way to learn vocabulary and grammar. Thus, learning Mandarin by reading requires first memorizing hundreds or thousands of words, before you can even know where one word ends and the next word begins. I'm solving this problem by allowing users to input Mandarin text, which is then computationally segmented and machine translated by my server, which also adds dictionary definitions for each word and character. The hard part is the segmentation: it turns out that "Chinese Word Segmentation"[0] is the central problem in Chinese Natural Language Processing; no current solutions reach 100% accuracy, whether they're from Stanford[1], Academia Sinica[2], or Tsing Hua University[3]. This includes every LLM currently available. I could talk about this for hours, but the bottom line is that this app is a way to develop my full-stack skills; the backend should be fast, accurate, secure, well-tested, and well-documented, and the front-end should be pretty, secure, well-tested, responsive, and accessible. I am the sole developer, and I'm open to any comments and suggestions: roberto.loja+hn@gmail.com Thanks HN! [0] https://ift.tt/p9TDIcx [1] https://ift.tt/cIJGq1p [2] https://ift.tt/AnZpR38 [3] https://ift.tt/KQvs2tV https://ift.tt/U4Fck8o February 4, 2025 at 11:26PM
Monday, February 3, 2025
Show HN: I indexed 10M Shopify products to build an API https://ift.tt/LojhZ8V
Show HN: I indexed 10M Shopify products to build an API https://ift.tt/wK8ao79 February 4, 2025 at 02:35AM
Show HN: Calculate Your Revenue https://ift.tt/gaqR01m
Show HN: Calculate Your Revenue https://ift.tt/MbXapd4 February 3, 2025 at 04:17PM
Show HN: Surf.new – An open-source alternative to OpenAI Operator https://ift.tt/DAulHbX
Show HN: Surf.new – An open-source alternative to OpenAI Operator https://ift.tt/N06fhj2 February 4, 2025 at 12:51AM
Show HN: AI text editor with suggested edits in diff view https://ift.tt/XwfHjnK
Show HN: AI text editor with suggested edits in diff view https://www.potext.com February 3, 2025 at 11:41PM
Show HN: Made a tiling manager Linux-XFCE to roughly copy Snap-Layout in Windows https://ift.tt/yYqS10z
Show HN: Made a tiling manager Linux-XFCE to roughly copy Snap-Layout in Windows Title says all that needs to said about it, admittedly it is stupid to "copy" any Windows feature in Linux but here we are...it is not exactly made for use by extensive audience but just a rough work of it would love any suggestion/critique on it ... https://ift.tt/iOJPUum February 3, 2025 at 10:13AM
Sunday, February 2, 2025
Show HN: I Built a Platform to Buy and Sell GitHub Repositories https://ift.tt/z5rDI2Q
Show HN: I Built a Platform to Buy and Sell GitHub Repositories Hey HN, I built a platform that allows developers to buy and sell GitHub repositories using private forking. The idea is to help indie developers, open-source maintainers, and teams monetize their work while ensuring buyers get fully functional projects with minimal hassle. Many developers create great projects but lack the time or resources to maintain them. Instead of letting them fade away, why not sell them to someone who wants to continue the work? Here is how it works: - Sellers list theis GitHub repos in the platform - Buyers purchase repos - Buyers automatically added as collaborators and can fork the repo Check it out here: https://gittrader.com https://ift.tt/gbzl4wx February 3, 2025 at 06:07AM
Show HN: Random Art Generator in Haskell https://ift.tt/0kCLNmt
Show HN: Random Art Generator in Haskell https://ift.tt/ZOuDVEQ February 3, 2025 at 02:11AM
Show HN: Modest – musical harmony library for Lua https://ift.tt/scaBPgh
Show HN: Modest – musical harmony library for Lua This is a project I've been building in my spare time over the past few months. It's a library that provides methods for working with musical harmony ‒ intervals, notes, chords. For example, it can parse almost any chord symbol (Fmaj7, CminMaj9, etc) and turn it into notes, or it can identify a chord from a given set of notes. I started this project with the idea of using formal grammar to parse chord symbols. I wanted to use it instead of a hand-written parser, which is the common approach among similar libraries. Lua caught my attention because of Lpeg, a Parsing Expression Grammar library that is both fast and easy to use. An additional motivation for using Lua was the lack of comparable libraries for it, even though the language is commonly used in audio programming. However, despite being a Lua library, the project itself is written in Fennel — a "lispy" language that transpiles to Lua. Fennel has features that make writing code for the Lua platform much more pleasant: a concise syntax, macros, and destructuring — a feature Lua sorely lacks! In the process, I definitely learned a lot about music theory, although my new knowledge is quite one-sided. By working on this library, I know a thing or two about types and structure of chords, but I learned almost nothing about their composition and transformation. Perhaps these will be the directions I explore next in the project. https://ift.tt/isQJfCS February 2, 2025 at 04:02PM
Show HN: I built a full mulimodal LLM by merging multiple models into one https://ift.tt/OuFZHbo
Show HN: I built a full mulimodal LLM by merging multiple models into one https://ift.tt/EsW63ye February 2, 2025 at 12:44PM
Saturday, February 1, 2025
Show HN: ESP32 RC Cars https://ift.tt/S1b0rVg
Show HN: ESP32 RC Cars This is a projected I started that blends both the fun of playing a split screen multiplayer driving game and controlling real rc cars. The cars can also be controlled via bluetooth gamepads and is meant to be easily hackable. https://ift.tt/tB4IXQP February 2, 2025 at 12:21AM
Show HN: I hacked LLMs to work like scikit-learn https://ift.tt/hHoWVYm
Show HN: I hacked LLMs to work like scikit-learn Working with LLMs in existing pipelines can often be bloated, complex, and slow. That's why I created FlashLearn , a streamlined library that mirrors the user experience of scikit-learn. It follows a pipeline-like structure allowing you to "fit" (learn) skills from sample data or instructions, and "predict" (apply) these skills to new data, returning structured results. High-Level Concept Flow: Your Data --> Load Skill / Learn Skill --> Create Tasks --> Run Tasks --> Structured Results --> Downstream Steps Installation: pip install flashlearn Learning a New "Skill" from Sample Data Just like a fit/predict pattern in scikit-learn, you can quickly "learn" a custom skill from minimal (or no!) data. Here's an example where we create a skill to evaluate the likelihood of purchasing a product based on user comments: from flashlearn.skills.learn_skill import LearnSkill from flashlearn.client import OpenAI # Instantiate your pipeline "estimator" or "transformer", similar to a scikit-learn model learner = LearnSkill(model_name="gpt-4o-mini", client=OpenAI()) data = [ {"comment_text": "I love this product, it's everything I wanted!"}, {"comment_text": "Not impressed... wouldn't consider buying this."}, # ... ] # Provide instructions and sample data for the new skill skill = learner.learn_skill( data, task=( "Evaluate how likely the user is to buy my product based on the sentiment in their comment, " "return an integer 1-100 on key 'likely_to_buy', " "and a short explanation on key 'reason'." ), ) # Save skill to use in pipelines skill.save("evaluate_buy_comments_skill.json") Input Is a List of Dictionaries Simply wrap each record into a dictionary, much like feature dictionaries in typical ML workflows: user_inputs = [ {"comment_text": "I love this product, it's everything I wanted!"}, {"comment_text": "Not impressed... wouldn't consider buying this."}, # ... ] Run in 3 Lines of Code - Concurrency Built-in up to 1000 calls/min # Suppose we previously saved a learned skill to "evaluate_buy_comments_skill.json". skill = GeneralSkill.load_skill("evaluate_buy_comments_skill.json") tasks = skill.create_tasks(user_inputs) results = skill.run_tasks_in_parallel(tasks) print(results) Get Structured Results Here's an example of structured outputs mapped to indexes of your original list: { "0": { "likely_to_buy": 90, "reason": "Comment shows strong enthusiasm and positive sentiment." }, "1": { "likely_to_buy": 25, "reason": "Expressed disappointment and reluctance to purchase." } } Pass on to the Next Steps You can use each record’s output for downstream tasks such as storing results in a database or filtering high-likelihood leads: # Suppose 'flash_results' is the dictionary with structured LLM outputs for idx, result in flash_results.items(): desired_score = result["likely_to_buy"] reason_text = result["reason"] # Now do something with the score and reason, e.g., store in DB or pass to next step print(f"Comment #{idx} => Score: {desired_score}, Reason: {reason_text}") https://ift.tt/YT4tzQx February 1, 2025 at 10:09PM
Friday, January 31, 2025
Show HN: VoidDB –A transactional key-value DB written in Go for 64-bit Macintosh https://ift.tt/XhBMJrP
Show HN: VoidDB –A transactional key-value DB written in Go for 64-bit Macintosh https://ift.tt/f6MkCT2 February 1, 2025 at 10:03AM
Show HN: Simple to build MCP servers that easily connect with custom LLM calls https://ift.tt/rhM4AQK
Show HN: Simple to build MCP servers that easily connect with custom LLM calls Hi! After learning about MCP, I'm really excited about the future of provider-agnostic, re-usable tooling. Unfortunately I've found that while it's easy to implement an MCP server for use with tools that support it (such as Claude Desktop), it's not as easy to implement your own support (such as integrating an MCP server into your own LLM application). We implemented a thin MCP wrapper that easily integrates with Mirascope calls so that you can hook up an MCP server and client super easily to any supported LLM provider. Excited to see what people build with this! https://ift.tt/Hp3kK5z February 1, 2025 at 06:20AM
Show HN: Lua-libuv – A Lua with libuv experiments https://ift.tt/sqMlCta
Show HN: Lua-libuv – A Lua with libuv experiments https://ift.tt/GuYs9oB January 28, 2025 at 05:59AM
Show HN: Ros2_utils_tool, a powerful GUI toolset for ROS2-based utilities https://ift.tt/ZWs5P2i
Show HN: Ros2_utils_tool, a powerful GUI toolset for ROS2-based utilities Hi Hackernews, over the past few weeks, I've been tirelessly working on a GUI toolset for all sorts of ROS2-based utilites to simplify my tasks with ROS at work. Now I want to present to you the ros2_utils_tool. This tool can do many ROS2-based utilites, for example editing a ROS bag file to remove, rename or crop topics, extracting a video or image sequence out of a ROS bag, creating dummy bag files or just publishing a video as a ROS topic. While being developed to be as simple and lightweight as possible, the toolset supports many advanced options, for example different video and image formats, custom fps values, switching colorspaces and more. I've also heavily optimized the tool to support multithreading or in some cases even hardware-acceleration to run as fast as possible. The tool offers full graphical user interface support for all features, while I've also added additional command line interface support for most of them. As of now, the ros2_utils_tool supports ROS2 humble and jazzy. The application is still in an alpha phase, which means I want to add many more features in the future, for example GUI-based ROS bag merging or republishing of topics under different names, or some more advanced options such as selecting messages for video or image generation. The ros2_utils_tool requires an installed ROS2 distribution, as well as Qt6 or Qt5 for the user interface, the cv_bridge for transforming images to ROS and vice versa, and finally catch2_ROS for unit testing. You can install all dependencies (except for the ROS2 distribution itself) with the following command: sudo apt install libopencv-dev ros-humble-cv-bridge qt6-base-dev ros-humble-catch-ros2 For ROS2 Jazzy: sudo apt install libopencv-dev ros-jazzy-cv-bridge qt6-base-dev ros-jazzy-catch- Install the UI with the following steps: cd path/to/your/workspace/src git clone https://ift.tt/XcTvd19 cd path/to/your/workspace/ colcon build Then run it with the following commands: source install/setup.bash ros2 run ros2_utils_tool tool_ui The ros2_utils_tool uses the EUPLv1.2 as license. More information, for example regarding the command line interface tools are shown under [0]. [0] https://ift.tt/OTwKZpU https://ift.tt/OTwKZpU January 31, 2025 at 09:13PM
Thursday, January 30, 2025
Show HN: Workflow86 - An AI business analyst and automation engineer https://ift.tt/NdbIxBM
Show HN: Workflow86 - An AI business analyst and automation engineer Hey HN, We built Workflow86 to help teams build and automate their internal business processes and workflows using drag and drop components like forms, tasks, tables and nodes for business logic, API requests, running custom code etc. It works as a standalone process/workflow automation tool, or as a workflow customization layer on top of existing apps and systems like HRIS, CRM and ERP. One common problem we hear from users is that no-code still has a significant learning curve, and it can take some time to understand how to properly build something. Users also needed help with knowing what to build in the first place, or what a process might or should look like. To solve this, we've integrated an AI that acts as a business analyst/consultant and workflow automation engineer. This AI is powered by a combination of Large Language Models and lots of prompt engineering, RAG and prompt chaining techniques we developed along the way. See a demo of it in action here: https://ift.tt/yM3dRL2?... In business analyst/consultant mode, the AI helps users brainstorm ideas, identify and discover processes and draft what a process should look like. Like a business analyst/consultant, the AI works to pull and extract information and details from the user by asking the right questions rather than rely on the user's instructions alone. Once the required information has been gathered, the AI goes into engineer mode: it will plan and then build the entire workflow by selecting the right nodes, connecting them together and then fully configuring every single node individually as well. This includes writing custom code and API requests using stored credentials when required. Once a workflow is built, edits can be done manually or by asking the AI to adjust the workflow at any time (e.g., “Add a compensation band check before final approval”). The AI has full context of the current state of the workflow, so it can “patch” in any changes like adding new nodes, rewriting existing nodes and so on. Some use cases we’ve seen from customers include building: - automated compliance checks for new CRM leads - custom international contractor onboarding workflows on top of a HRIS - automated vendor risk assessment before ERP updates Try it out and let us know how the AI performs and any other feedback you have! Full docs can be found at https://ift.tt/sLAI8eq https://ift.tt/pihvzfu January 30, 2025 at 10:35PM
Show HN: Reactive Signals for Python – inspired by Angular's reactivity model https://ift.tt/BXOsv8H
Show HN: Reactive Signals for Python – inspired by Angular's reactivity model Hey everyone, I built reaktiv, a small reactive signals library for Python, inspired by Angular’s reactivity model. It lets you define Signals, Computed Values, and Effects that automatically track dependencies and update efficiently. The main focus is async-first reactivity without external dependencies. Here is an example code: ``` import asyncio from reaktiv import Signal, ComputeSignal, Effect async def main(): count = Signal(0) doubled = ComputeSignal(lambda: count.get() * 2) async def log_count(): print(f"Count: {count.get()}, Doubled: {doubled.get()}") Effect(log_count).schedule() count.set(5) # Triggers: "Count: 5, Doubled: 10" await asyncio.sleep(0) # Allow effects to process asyncio.run(main()) ``` https://ift.tt/WDuQ05z January 31, 2025 at 12:26AM
Show HN: Audiocube – A 3D DAW for Spatial Audio https://ift.tt/WfYLQw4
Show HN: Audiocube – A 3D DAW for Spatial Audio I’ve recently released my solo project Audiocube I wanted to make a 3D DAW, where spatial audio, physics, and virtual acoustics are all directly integrated into the engine. This makes it easy to create music in 3D, and experiment with new techniques which aren’t possible in traditional DAWs and plugins. I’d love to get any feedback on this software (Mac/Windows) to make it better. You can download it for free through the website. Thanks, Noah https://ift.tt/0MlNGhI January 30, 2025 at 06:42PM
Wednesday, January 29, 2025
Show HN: Mcp-Agent – Build effective agents with Model Context Protocol https://ift.tt/oNIPAbH
Show HN: Mcp-Agent – Build effective agents with Model Context Protocol Hey HN, I spent my xmas break building an agent framework called mcp-agent [1]( https://ift.tt/7krtYZ3 ) for Model Context Protocol [2]. It makes it easy to build AI apps with MCP servers, and implements every pattern from the popular Building Effective Agents blog [3] as well as OpenAI’s Swarm [4]. I’m sharing it early to get community feedback on where to take it from here, and to ask for contributions. For those who aren’t familiar with MCP, I think of it as a standardized interface to let AI communicate with software via tool calls, resources and prompts. mcp-agent provides a higher level interface to build apps with MCP. It handles the connection management of MCP servers so you don’t have to. It also implements the Building Effective Agents patterns: - Augmented LLM (an LLM with access to one or more MCP servers) - Router, Orchestrator-Worker, Evaluator-Optimizer, and more - Swarm The key design principles are composability and reusability – every pattern is an AugmentedLLM itself, so you can chain them into more complex workflows. Some background: I worked on LSP [5] and language servers at Microsoft, and saw firsthand how standards and protocols can revolutionize developer workflows. Before LSP every IDE had its own esoteric ways of providing language services. LSP changed all that, and arguably made every language server better, since they can focus on improving a single implementation for all clients. I think AI development is in a similar pre-LSP space right now. There are tons of frameworks [6], every model provider has its own way of handling messages, tool calls, streaming, etc. I really think we need a protocol to standardize these patterns. Pretty soon every service is going to expose an MCP interface, and mcp-agent is about letting developers orchestrate these services into applications (i.e. build “MCP apps”). This can cover any use of an AI model that needs to interact with the world around it: - RAG pipelines and Q&A chatbots - Process automation via AI workflows/async tasks - Multi-agent orchestration, with human in the loop The repo contains examples [7] to build RAG agents, streamlit apps and more. There’s a lot left to build, like streaming support, server auth and tighter integration with MCP clients. But I wanted to share early in the hopes that you can guide me: - If you find this useful, please let me know. If it’s useful to you, I will dedicate all my time to improving it. - I really welcome contributions. If you want to collaborate, please reach out on github to help take this forward. I want to help standardize AI development, so developers a few years from now can look back with horror at the pre-MCP days. [1] - https://ift.tt/7krtYZ3 [2] - https://ift.tt/eQ1zbFq [3] - https://ift.tt/CBdabnX [4] - https://ift.tt/bKLD3C2 [5] - https://ift.tt/96vARDP [6] - https://xkcd.com/927/ (I understand the irony) [7] - https://ift.tt/cvNVCTX https://ift.tt/7krtYZ3 January 29, 2025 at 09:56PM
Show HN: I built a SaaS thanks to my wife https://ift.tt/WyFduPX
Show HN: I built a SaaS thanks to my wife I’m Michał, and I’d like to share with you the journey I went through with my wife and how, thanks to her, we built our first SaaS, PDFBolt ( https://pdfbolt.com ). I’ve been a developer for over 10 years. In 2020, I decided to build a side project to learn all aspects of app development—deployment, authentication, payments, frontend, landing pages, etc. While looking for project ideas, I came across the Indie Hackers community, where I found a simple HTML-to-PDF API project. The creator mentioned a lot of interest in it and that it was generating revenue. I thought I’d build something similar myself and learn a lot in the process. But it wasn’t easy at all. After working from 9 to 5, it’s hard to spend another few hours in front of the computer in the evening. What about other responsibilities? Groceries, cooking, cleaning, hobbies, spending time with my wife? Still, I tried, very slowly. I had breaks lasting several months, and at one point, due to mental health issues, I practically stopped working on the project altogether. My wife worked as a physiotherapist but, due to difficulties in her job, decided to switch to IT with my help, starting as a manual tester. She did it very quickly (maybe six months) and immediately found a job. In mid-2024, she started asking about my old project and insisted that we finish it. Thanks to her enthusiasm, we managed to do it very quickly. I focused on the backend, and she, in addition to testing, handled the entire frontend and landing page. Around the same time, we also adopted a dog from a shelter, which added a lot of positive energy to our lives and helped us stay motivated. In early January 2025, we officially launched the project. It’s been a long journey, and we don’t have any customers yet—we don’t even know if we will, as we have no idea about marketing :) But we’ve learned a lot and are already happy with the journey itself. As for the technical aspects, the app uses: Backend: Kotlin, Spring Boot, Postgres, Redis Frontend: React, Next.js, Docusaurus Auth: Firebase Hosting: Render (the app is Dockerized) Cloudflare R2 for file storage PDFs are generated using Chromium via Playwright. If you have any questions about the tech stack or anything else, feel free to ask! I’ll be happy to answer. Any feedback or criticism will be greatly appreciated. Thank you! :) https://pdfbolt.com/ January 30, 2025 at 12:54AM
Tuesday, January 28, 2025
Show HN: Cdlog: nicer directory navigation for Bash https://ift.tt/ijl8wZQ
Show HN: Cdlog: nicer directory navigation for Bash https://ift.tt/8Yn6LjC January 29, 2025 at 12:14AM
Show HN: Share your path to resolve issues with Savvy's Chrome Extension https://ift.tt/HpYAfux
Show HN: Share your path to resolve issues with Savvy's Chrome Extension Track and Share links used to resolve issues from your browser history with Savvy's Chrome extension Try it out from the Chrome Web Store: https://ift.tt/40ujzrC... Use Cases: - Share your debug path or highlight links crucial to solving a bug. - Attach a log of your actions to any issue or postmortem. Privacy Savvy's Chrome extension does not store any of your browsing history. It reads your browsing history to surface relevant links (all done client side). Selected links can be copied to your clipboard or sent to Savvy's CLI. You can choose to store workflows generated from Savvy's CLI on Savvy or export data locally on your machine. Drop a comment if you have any questions or suggestions. https://ift.tt/IW6qsXg January 28, 2025 at 10:51PM
Monday, January 27, 2025
Show HN: I Drew Stickers for Programmers https://ift.tt/78HbEWp
Show HN: I Drew Stickers for Programmers same free for Telegram: https://ift.tt/xmWh58O https://ift.tt/mBNcGZl January 28, 2025 at 01:47AM
Show HN: Ollama server discovery tool (finds public LLM instances) https://ift.tt/Q9Kmq30
Show HN: Ollama server discovery tool (finds public LLM instances) I built a network discovery tool in Rust that helps identify public Ollama LLM servers. It scans IP ranges to find Ollama instances and catalogs their available models. Important note: This is intended for educational purposes and authorized security testing only. https://ift.tt/gYA7Psk January 28, 2025 at 02:40AM
Show HN: LLMule – Run and Share Local LLMs in a P2P Network https://ift.tt/IKV7iBf
Show HN: LLMule – Run and Share Local LLMs in a P2P Network https://llmule.xyz January 28, 2025 at 12:44AM
Show HN: AnswerHN https://ift.tt/JAsen17
Show HN: AnswerHN I had an itch to build a weekend project, and I've noticed that a lot of Ask HNs often go unanswered, so I built AnswerHN as a simple way to see recently asked, but as yet unanswered, questions on Hacker News. https://ift.tt/RWCZVSx January 28, 2025 at 12:27AM
Sunday, January 26, 2025
Show HN: A new native app for 20 year old OS X https://ift.tt/M9ecKND
Show HN: A new native app for 20 year old OS X A few of us here are probably familiar with the original Xbox modding scene and the iconic xbins FTP server. Recently, I came across an amazing tool called Pandora by Team Resurgent [0], which got me thinking about how incredible something like this would have been 20 years ago. Just to clarify, I had no involvement in creating Pandora—I’m just inspired by their work. For those who aren’t familiar, getting access to xbins involves a rather dated process. You need to connect to a channel on an EFnet IRC server, message a bot for temporary credentials, then plug those credentials into your FTP client to access xbins. Pandora (and my app) simplifies this entire workflow into a single click. Inspired by Pandora, I decided to build my own take on what this dream tool might have looked like back in the day. I wrote a native Mac app on original hardware—an Intel iMac (20-inch, 2007)—running a 20-year-old operating system, Mac OS X 10.4 Tiger. This was my first foray into native Mac app development, though I’ve done some iOS development in the past. The result is Uppercut [1], and the source is available on GitHub [2]. For the development process, I used Claude to help with a lot of the coding, especially since I was constrained to Xcode 2.5 and the pre-“Objective-C 2.0” features available at the time. I had to be very specific in prompting Claude to avoid newer features that didn’t exist back then. Since the majority of Objective-C code out there comes from the era of iOS development (which relied heavily on Objective-C 2.0 until the arrival of Swift), this was a unique and challenging exercise in retro development. [0] - https://ift.tt/LofV0PY [1] - https://ift.tt/wxksVvf [2] - https://ift.tt/Bl2N90b https://ift.tt/wxksVvf January 24, 2025 at 06:16AM
Show HN: SimpleSearch – Yep, just a list of the search bars you need https://ift.tt/OrVEhKD
Show HN: SimpleSearch – Yep, just a list of the search bars you need I made this site for myself, SimpleSearch.info, as new default browser page. I’m not sure if it actually _saves_ time or clicks (though, for me, it saves at least one click per search), but I find the search experience more pleasant. On desktop, it’s nice to just have these search bars as the first thing that pops up in a new window or tab vs clicking bookmarks in the toolbar or elsewhere then searching. Similarly, on mobile, I like just clicking on one icon for all my searches. The vast majority of my web browsing begins with a search or LLM query. I’m curious if this is helpful to anyone else and if there are any additional features I might add to make it more useful. Thanks! https://ift.tt/QqZrvnj January 27, 2025 at 12:35AM
Saturday, January 25, 2025
Show HN: Actionate – GitHub Actions for JetBrains IDEs https://ift.tt/L26Ch50
Show HN: Actionate – GitHub Actions for JetBrains IDEs I’m excited to share Actionate, a passion project my team and I have been building to reimagine GitHub Actions within JetBrains IDEs. We’ve spent over a decade working in innovation labs at major tech companies, but our true passion lies in crafting tools that we genuinely want to use every day. With Actionate, we’re not just integrating CI/CD into JetBrains; we’re leveraging the powerful building blocks provided by JetBrains and GitHub Actions to create new, transformative functionality. Our MVP (Minimum Viable Product) focuses on the most essential features we find critical for a smoother workflow, but the goal is to push beyond typical CI/CD boundaries and empower developers in ways that haven’t been possible before. If this vision resonates with you, we’d love for you to check out Actionate and let us know what you think—good or bad. We thrive on community input, and your feedback will shape our roadmap as we continue expanding on what’s possible inside the IDE. Thanks for reading, and I hope Actionate helps you take your GitHub Actions workflow to the next level! https://ift.tt/W2G4RqA January 26, 2025 at 01:53AM
Show HN: I made an extension that turns Google Sheets into Google Slides https://ift.tt/aQ7EnSk
Show HN: I made an extension that turns Google Sheets into Google Slides https://ift.tt/5zStXwd January 23, 2025 at 07:14PM
Show HN: Freelens OSS Kubernetes IDE https://ift.tt/BcT59ZR
Show HN: Freelens OSS Kubernetes IDE Hello everyone, disappointed that Open Lens has become closed source, I and other enthusiasts are trying to continue its open source project with Freelens. We hope this will help others who like us used Open Lens as a graphical IDE to work with Kubernetes, continuing to give the community the opportunity to develop it by directly contributing to its realization as an open source project. What do you think? Any feedback or contribution is welcome! Thanks! https://ift.tt/CzfZInr January 26, 2025 at 12:50AM
Friday, January 24, 2025
Show HN: Pokemon BattleSim – Make your friends into Pokemon https://ift.tt/fAn2CSI
Show HN: Pokemon BattleSim – Make your friends into Pokemon https://ift.tt/9GafqEX January 24, 2025 at 09:31PM
Show HN: Magenta.nvim – AI coding plugin for Neovim focused on tool use https://ift.tt/THGaqXY
Show HN: Magenta.nvim – AI coding plugin for Neovim focused on tool use I've been developing this on and off for a few weeks. There are a few videos on the README page showing demos of the plugin. I just shipped an update today, which adds: - inline editing with forced tool use - better pinned context management - prompt caching for anthropic - port to node (from bun) Check it out! https://ift.tt/U8rB2lG January 21, 2025 at 08:37AM
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/ANdjCeP
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which focal lengths I actually use when taking photos. It's a web app that analyzes EXIF data to visualize focal length distribution patterns. While it's admittedly niche (focused specifically on photography), I think it could be useful for photographers trying to understand their lens usage patterns or making decisions about lens purchases. Features: Client-side EXIF data processing (no server uploads/tracking) / Handles thousands of photos at once / Clean visualization with shareable summaries This tool supports most RAW formats, but you might occasionally encounter files where EXIF extraction fails. In such cases, converting to more common formats like JPEG usually resolves the issue. Try it out: https://ift.tt/qz90hpR Source: https://ift.tt/6GFizAV https://ift.tt/qz90hpR January 24, 2025 at 07:48PM
Thursday, January 23, 2025
Show HN: I'm Building an Alternative to Figma https://ift.tt/tws9ofq
Show HN: I'm Building an Alternative to Figma I'm building Octo because I needed a tool that combined Figma’s collaboration with Illustrator and Photoshop’s tooling. As a developer, I wanted something that supports both the technical and creative sides of UI/UX design. Octo is cross-platform and built to simplify workflows for people who code and design. https://octo.coffee January 24, 2025 at 01:44AM
Show HN: Helicone (YC W23) – OSS LLM Observability and Development Platform https://ift.tt/pcrabLe
Show HN: Helicone (YC W23) – OSS LLM Observability and Development Platform Hey HN, we're Justin and Cole, the founders of Helicone ( https://helicone.ai ). Helicone is an open-source platform that helps teams build better LLM applications through a complete development lifecycle of logging, evaluation, experimentation, and release. You can try our free demo by signing up ( https://ift.tt/fzKQB5e ) or self-deploy with our new fully open-source helm chart ( https://ift.tt/Md8CLIZ ). When we first launched 22 months ago, we focused on providing visibility into LLM applications. With just a single line of code, teams could trace requests and responses, track token usage, and debug production issues. That simple integration has since processed over 2.1B requests and 2.6T tokens, working with teams ranging from startups to Fortune 500 companies. However, as we scaled and our customers matured, it became clear that logging alone wasn’t enough to manage production-grade applications. Teams like Cursor and V0 have shown what peak AI application performance looks like and it's our goal to help teams achieve that quality. From speaking with users, we realized our platform was missing the necessary tools to create an iterative improvement loop - prompt management, evaluations, and experimentation. Helicone V1: Log → Review → Release (Hope it works) From talking with our users, we noticed a pattern: while many successfully launch their MVP quickly, the teams that achieve peak performance take a systematic approach to improvement. They identify inconsistent behaviors through evaluation, experiment methodically with prompts, and measure the impact of each change. This observation shaped our new workflow: Helicone V2: Log → Evaluate → Experiment → Review → Release It begins with comprehensive logging, capturing the entire context of an LLM application. Not just prompts and responses, but variables, chain steps, embeddings, tool calls, and vector DB interactions ( https://ift.tt/PhvzOxi ). Yet even with detailed traces, probabilistic systems are notoriously hard to debug at scale. So, we released evaluators (either via LLM-as-judge or custom Python evaluators leveraging the CodeSandbox SDK - https://ift.tt/cXz0PaZ ). From there, our users were able to more easily monitor performance and investigate what went wrong. Did the embedding search return poor results? Did a tool call fail? Did the prompt mishandle an edge case? But teams would still edit prompts in a playground, run a few test cases, and deploy based on intuition. This lacked the systematic testing we’re used to in traditional software development. That’s why we built experiments (similar to Anthropic's workbench but model-agnostic) ( https://ift.tt/jNXbJm7 ). For instance, when a prompt generates occasional rude support responses, you can test prompt variations against historical conversations. Each variant runs through your production evaluators, measuring real improvement before deployment. Once deployed, the cycle begins again. We recognize that Helicone can’t solve all of the problems you might face when building an LLM application, but we hope that we can help you bring a better product to your customers through our new workflow. If you're curious how our infrastructure handled our growth: Our initial architecture struggled - synchronous log processing overwhelmed our database and query times went from milliseconds to minutes. We've completely rebuilt our infrastructure with two key changes: 1) using Kafka to decouple log ingestion from processing, and 2) splitting storage by access pattern across S3, Kafka, and ClickHouse. This was a long journey but resulted in zero data loss and fast query times even at billions of records. You can read about that here: https://ift.tt/uWbCDdK... We'd love your feedback and questions - join us in this HN thread or on Discord ( https://ift.tt/32GvrRY ). If you're interested in contributing to what we build next, check out our GitHub. https://ift.tt/geAotJ6 January 23, 2025 at 11:28PM
Show HN: Open-source AI video editor https://ift.tt/GZDWbSA
Show HN: Open-source AI video editor Hey HN community! I'm one of the lead devs of this project at fal.ai and we created an open source lightweight video editor powered by the latest media AI models. The main goal was to tackle some challenges when dealing with complex media handling and encoding on the browser. It all started as an internal experiment but as we tackled some of the issues it was clear there could be some value sharing it with the open source community. Some of the key points and tech stack details: - It uses IndexedDb, so all data is local (i.e. no auth, no cloud db) - Multiple AI models for video, image, music and voice-over. APIs are provided by fal.ai - Built with the typical React+Next.js, Shadcn front-end - Used remotion.dev for the realtime video preview (this is such a great project, without it the codebase would be twice as large) - File uploads so you can bring your own media by uploadthing.gg - ffmpeg for encoding the final video and also some ui tricks, like the audio waveform We deployed a version of it and for now it's free to use. We do plan to add some rate limiting and a bring your own API Key next, but it's open source and I'm curious about what the community will build on top of it, or derive from it. Customize your own video app and if you do, please share. If you have any questions, hit me up! https://ift.tt/nAxdipW January 24, 2025 at 12:04AM
Wednesday, January 22, 2025
Show HN: I Made an Open-Source Laptop from Scratch https://ift.tt/ZvQOMSU
Show HN: I Made an Open-Source Laptop from Scratch Hello! I'm Byran. I spent the past ~6 months engineering a laptop from scratch. It's fully open-source on GH at: https://ift.tt/HA8TQJ7 https://ift.tt/6PxzYlE January 23, 2025 at 02:11AM
Show HN: Responding to SMS Spam with Ollama https://ift.tt/wngWzKk
Show HN: Responding to SMS Spam with Ollama I've been working on a side project to generate responses to spam with various funny LLM personas, such as a millenial gym bro and a 19th century British gentleman. By request, I've made a write-up on my website which has some humorous screenshots and made the code available on Github for others to try out [0]. A brief outline of the system: - Android app listens for incoming SMS events and forwards them over MQTT to a server running Ollama which generates responses - Conversations are whitelisted and manually assigned a persona. The LLM has access to the last N messages of the conversation for additional context. [0]: https://ift.tt/JVdzcAv I'm aware that replying can encourage/allow the sender to send more spam. Hopefully reporting the numbers after the conversation is a reasonable compromise. https://ift.tt/igrbj4M January 23, 2025 at 12:53AM
Show HN: RAG Web UI – Possibly the Most Beginner-Friendly RAG Knowledge Base https://ift.tt/7UxAwnd
Show HN: RAG Web UI – Possibly the Most Beginner-Friendly RAG Knowledge Base RAG Web UI is designed to be the most straightforward way to build your own knowledge-based Q&A system. While other RAG (Retrieval-Augmented Generation) projects might be complex, we focus on making it super easy to understand and use. Why It's The Most Beginner-Friendly: Simple Document Management - Just upload your documents (PDF, DOCX, Markdown, Text) - System handles all the complex processing automatically - No need to worry about document chunking or vectorization - Documents update automatically in the background Easy-to-Use Chat Interface - Ask questions in plain language - Get accurate answers from your documents - See exactly which parts of your documents the answers come from - Natural back-and-forth conversations just like chatting Professional Architecture Made Simple - Clean, modern web interface - Rock-solid backend design - Built for reliability with distributed storage - High-performance search using ChromaDB/Qdrant - Easy to switch databases without touching code Get Started in Minutes: 1. Clone the repo 2. Follow our beginner-friendly setup guide 3. Upload your documents 4. Start chatting with your knowledge base Whether you're building a company knowledge base or a personal Q&A system, you don't need to be a RAG expert - we handle the complexity for you. Looking forward to your feedback on how we can make it even more beginner-friendly! https://ift.tt/yptH5N3 January 22, 2025 at 09:35PM
Tuesday, January 21, 2025
Show HN: CloudCoil – Production-ready Python client for cloud-native ecosystem https://ift.tt/tWZkQRy
Show HN: CloudCoil – Production-ready Python client for cloud-native ecosystem Show HN: CloudCoil – Production-ready Python client for the cloud-native ecosystem I built CloudCoil ( https://ift.tt/g0pYqlj ) to make cloud-native development in Python feel first-class, starting with a modern async Kubernetes client. Frustrated with existing tools that felt like awkward ports from Go/Java, I focused on creating an API that Python developers would actually enjoy using. Installation is as simple as: uv add cloudcoil[kubernetes] # Using uv (recommended) pip install cloudcoil[kubernetes] # Using pip Key features: - Elegant, truly Pythonic API that follows Python idioms - Async-first with native async/await (but sync works too!) - Full type safety with MyPy + Pydantic - Zero-config pytest fixtures for K8s integration testing Quick taste of the API: # It's this simple to work with resources service = k8s.core.v1.Service.get("kubernetes") # Async iteration feels natural async for pod in await k8s.core.v1.Pod.async_list(): print(f"Found pod: {pod.metadata.name}") # Create resources with pure Python syntax deployment = k8s.apps.v1.Deployment( metadata=dict(name="web"), spec=dict(replicas=3) ).create() The ecosystem is growing! We already have first-class integrations for: - cert-manager (cloudcoil.models.cert_manager) - FluxCD (cloudcoil.models.fluxcd) - Kyverno (cloudcoil.models.kyverno) Missing your favorite operator? I've made it super easy to add new integrations using our cookiecutter template and codegen tools. I'd especially love feedback on: 1. The API design - does it feel natural to Python devs? 2. Testing features - what else would make k8s testing easier? 3. Which operators/CRDs you'd most like to see integrated next Check out https://ift.tt/g0pYqlj or try it out with PyPI: cloudcoil https://ift.tt/g0pYqlj January 22, 2025 at 03:26AM
Show HN: Pytest-evals – Simple LLM apps evaluation using pytest https://ift.tt/0WsQuIz
Show HN: Pytest-evals – Simple LLM apps evaluation using pytest https://ift.tt/safyUEw January 21, 2025 at 11:33PM
Monday, January 20, 2025
Show HN: SupGen, an model-free program synthesizer by examples / dependent types https://ift.tt/qmenwAB
Show HN: SupGen, an model-free program synthesizer by examples / dependent types https://www.youtube.com/watch?v=bEP88ucXga January 21, 2025 at 12:33AM
Show HN: Morse Man – Learn Morse Code While Playing Hangman https://ift.tt/QtHOWI0
Show HN: Morse Man – Learn Morse Code While Playing Hangman I built a Hangman variant that teaches you Morse code while you play. Instead of typing letters directly, you enter them using dots and dashes. Features include: - Interactive Morse code input with visual feedback - Built-in cheatsheet (costs an attempt) - 100+ word dictionary - Animated hangman visualization Play it here: https://ift.tt/WB3v0sb Perfect for anyone interested in learning Morse code through gameplay. Would love feedback from the HN community! https://ift.tt/WB3v0sb January 20, 2025 at 11:27PM
Sunday, January 19, 2025
Show HN: Zippd – Deploy static sites in seconds (OSS) https://ift.tt/WEAkKUX
Show HN: Zippd – Deploy static sites in seconds (OSS) I built a static site deployment tool similar to GitHub Pages or Firebase Hosting And It's Open Source, Link - https://ift.tt/VCyXERW https://zippd.app/ January 20, 2025 at 08:15AM
Show HN: TikTok Video Downloader https://ift.tt/YkD4n9g
Show HN: TikTok Video Downloader We just built a small tool to download all your tiktok videos by just providing your tiktok username. You can try it out in https://ift.tt/8OjQZHV Even though it's reinstated, with all the ban and no-ban conversation it's better to download all your videos and back it up. This is primarily aimed at creators who have a large number of videos. Please feel free to drop any feedback! https://ift.tt/Agova7F January 20, 2025 at 12:05AM
Show HN: We built an Anime Recommendation and streaming Website https://ift.tt/6IcSGzE
Show HN: We built an Anime Recommendation and streaming Website Me and my friend built an unique content based Recommendation System, where user can just select Anime or write synopsis and our system will find the most similar anime available. We used Qdrant Vector Database for the Recommendations. Other Features includes, Streaming, Custom watchlist creation and sharing of watchlists. We update our Database regularly and plan to introduce new features in future. https://aniversehd.com/ January 19, 2025 at 11:27PM
Show HN: Float Gallery, visualizations for various floating point formats https://ift.tt/ED2HZlQ
Show HN: Float Gallery, visualizations for various floating point formats https://ift.tt/u78oHDO January 19, 2025 at 09:19PM
Saturday, January 18, 2025
Show HN: I built a simple Cron Expression Generator https://ift.tt/y2WldMx
Show HN: I built a simple Cron Expression Generator https://cronevery.day/ January 18, 2025 at 11:24PM
Show HN: ZX Spectrum SCR to PNG Converter https://ift.tt/QcLhXRl
Show HN: ZX Spectrum SCR to PNG Converter Scratching my own itch. I had to do this for showing information on ZX Spectrum games. So thought I'd turn it into a useful tool for other people to use. https://ift.tt/sJYvIy3 January 17, 2025 at 04:50PM
Friday, January 17, 2025
Show HN: Discorch – Offline tool to browse and delete your Discord messages https://ift.tt/c8bPShV
Show HN: Discorch – Offline tool to browse and delete your Discord messages Built this to help users manage their Discord message history. Upload your data package to browse messages and generate deletion requests that comply with Discord's requirements, all offline and locally. Discord's bulk deletion process is complex and poorly documented. With their recent push toward monetization and ads, users need better tools to control their data. Discorch makes this accessible by guiding you through the process step by step, with a simple and intuitive interface. Includes a Go CLI for attachment downloads. Search functionality needs improvement and there are some known bugs, but it works well for most use cases. Issues and PRs welcome at https://ift.tt/c04exvp . I'll keep an eye on the comments for feedback and bug reports! https://discorch.org January 18, 2025 at 04:30AM
Show HN: Watchfakenews.com https://ift.tt/akYSEI1
Show HN: Watchfakenews.com Hi everyone, we're democratizing access to deepfakes. Product is live.. try it out If the above url doesn't work, you can find us on https://ift.tt/ez23Y8x https://ift.tt/ez23Y8x January 18, 2025 at 01:58AM
Show HN: Compile C to Not Gates https://ift.tt/tWOkPZJ
Show HN: Compile C to Not Gates Hi! I've been working on the flipjump project, a programming language with 1 opcode: flip (invert) a bit, then jump (unconditionally). So a bit-flip followed by more bit-flips. It's effectively a bunch of NOT gates. This language, as poor as it sounds, is RICH. Today I completed my compiler from C to FlipJump. It takes C files, and compiles them into flipjump. I finished testing it all today, and it works! My key interest in this project is to stretch what we know of computing and to prove that anything can be done even with minimal power. I appreciate you reading my announcement, and be happy to answer questions. More links: - The flipjump language: https://ift.tt/Y7Qn1Ga https://ift.tt/8bjKV2C - c2fj python package https://ift.tt/rZKDeR6 https://ift.tt/CgfJyEh January 18, 2025 at 01:06AM
Thursday, January 16, 2025
Show HN: News Minimalist – News ranked by significance https://ift.tt/LsIq3uA
Show HN: News Minimalist – News ranked by significance Hey HN! I'm the author of News Minimalist — a news aggregator where all news is ranked by significance on a scale from 0 to 10. The project was born out of personal pain — I wanted a way to read only significant news, like major humanity milestones, or historical political events, filtering out all the celebrity gossip and smartphone releases. But I couldn't find a way to do that — everywhere I looked, the news was ranked by popularity, coverage, or relevance, not significance. I first tried to solve the problem in the beginning of 2023 with GPT-3 (the top model at that time) by asking it to estimate the significance of some news stories. The results were painfully bad — for some reason, the model preferred tragic, personal stories, completely missing the essence of what makes the news significant. No amount of prompt engineering could fix that. But it all changed in March 2023 when GPT-4 came out. The scores it gave made much more sense. After a month of work, the first version was ready. News Minimalist had its first successful Hacker News post ( https://ift.tt/VXF0Roz ), and I realized that a lot of people had the same problem I had. I've been working on improving the project ever since. As probably most tech founders, I spent too much time on technical improvements, completely ignoring marketing. But I think that work paid off, and I'm finally satisfied with the scores it gives. The results are posted on the site: https://ift.tt/igeE5Hr Let me know what you think! Vadim https://ift.tt/igeE5Hr January 16, 2025 at 02:05AM
Show HN: Image-to-3D-to-Image in real-time https://ift.tt/Yiuo8L7
Show HN: Image-to-3D-to-Image in real-time https://twitter.com/krea_ai/status/1879929607320633870 January 17, 2025 at 01:30AM
Show HN: Nail Designer AI – AI-Powered Nail Art Creation https://ift.tt/a8ms2wj
Show HN: Nail Designer AI – AI-Powered Nail Art Creation https://ift.tt/4lkJhbE January 16, 2025 at 09:04PM
Wednesday, January 15, 2025
Show HN: I Put Snake in my Resume [pdf] https://ift.tt/0UFtVwn
Show HN: I Put Snake in my Resume [pdf] I'm sure you've seen the post about putting Tetris in a PDF ( https://ift.tt/sEyn1ep ) and putting DOOM in a PDF ( https://ift.tt/GYXk9sR ). Someone suggested using this technique in a resume to potentially demonstrate your engineering skills, and being chronically unemployed, I had the chance to try that out. The vision is that some recruiter out there will take a break from work, enjoy a game of snake, before inevitably pressing reject. Take a look if you like. Like the others, it requires chromium based browsers. https://ift.tt/u52kn09 January 16, 2025 at 03:25AM
Show HN: I made a tool to save multimedia from various platforms https://ift.tt/becPUoV
Show HN: I made a tool to save multimedia from various platforms https://ift.tt/tBo7DZa January 16, 2025 at 02:00AM
Show HN: QwQ-32B APIs – o1 like reasoning at 1% the cost https://ift.tt/d35yxXs
Show HN: QwQ-32B APIs – o1 like reasoning at 1% the cost Ubicloud is an open source alternative to AWS. Today, we launched our inference APIs, built with open source AI models. QwQ-32B-Preview is one of those models; and it can provide o1-like reasoning at 1% the cost. QwQ is licensed under Apache 2.0 [1] and Ubicloud under AGPL v3. We deploy open models on a cloud stack that can run anywhere. This allows us to offer great price / performance. From an accuracy standpoint, QwQ does well in math and coding domains. For example, in the MMLU-Pro Computer Science LLM Benchmark, the accuracy rankings are as follows. Claude-3.5 Sonnet (82.5), QwQ-32B-Preview (79.1), and GPT 4o 2024-11-20 (73.1). [2] You can start evaluating QwQ (and Llama 3B / 70B) by logging into the Ubicloud console: https://ift.tt/K3Rtd8A We also provide an AI chat box for convenience. We price the API endpoints at $0.60 per M tokens, or 100x lower than o1’s output token price. Also, when using open models, your first million tokens each month are free. This way, you can start evaluating these models today. ## OpenAI o1 or QwQ-32B In math and coding benchmarks, QwQ-32B ties with o1 and outperforms Claude 3.5 Sonnet. In our qualitative tests, we found o1 to perform better. For example, we asked both models to “add a pair of parentheses to the incorrect equation: 1 + 2 * 3 + 4 * 5 + 6 * 7 + 8 * 9 = 479, to make the equation true.” [3] QwQ’s answer shows iterative reasoning steps, where the model enumerates over answers using light heuristics. o1’s answer to the same question feels like an iterative deepen-and-test (though not purely depth-first). When we asked the models harder questions, it felt that o1 could understand the question better and employ more complex strategies. [3][4] Finally, we found that o1’s advantage in reasoning compounded with other ones. For example, we asked both models to write example Python programs. Looking at the answers, it became clear that o1 was trained on a larger data set and that it was aware of Python libraries that QwQ-32B didn’t know about. Further, QwQ-32B at times flip flopped between English and Chinese, making it harder for us to understand the model. [3] Now, if we think that o1 has these advantages, why the heck are we doing a Show HN on QwQ-32B (and other open weight models)? Two reasons. First, QwQ is still comparable to o1 and Ubicloud offers it for 100x less. You can employ a dozen QwQ-32Bs, prompt them with different search strategies, use VMs to verify their results, and still come in under what o1 costs. In the short term, combining these classic AI search strategies with AI models feels much more efficient than trying to “teach” an uber AI model. Second, we think open source fosters collaboration and trust -- and that is its superpower that compounds over time. We foresee a future where open source AI not only delivers top-quality results, but also surpasses proprietary models in some areas. If you believe in that future and are looking for someone to partner with on the infrastructure side, please hit us up at info@ubicloud.com! [1] https://ift.tt/BfzJemH [2] https://ift.tt/ALsYHwN... [3] https://ift.tt/WyVrOGd [4] https://ift.tt/Gndfsbk January 15, 2025 at 08:59PM
Tuesday, January 14, 2025
Show HN: Open Agent Social Interaction Simulations (Oasis) with 1M Agents https://ift.tt/EBu5eSX
Show HN: Open Agent Social Interaction Simulations (Oasis) with 1M Agents https://ift.tt/dakBhZA January 15, 2025 at 01:52AM
Show HN: I wrote a script to move my Apple Music MP3 playlists to Android https://ift.tt/VzLre52
Show HN: I wrote a script to move my Apple Music MP3 playlists to Android https://ift.tt/1lMhDZc January 15, 2025 at 01:18AM
Monday, January 13, 2025
Show HN: A complete e-commerce website builder to build ecom stores in minutes https://ift.tt/vgp31Df
Show HN: A complete e-commerce website builder to build ecom stores in minutes StoreLauncher is a professional Shopify store builder primarily designed for newbies who struggle to create a professional-looking Shopify store. All you have to do is follow a few simple steps to have your store built in literally minutes. There are 8 niches to choose from, each filled with numerous products in our database. The product pages are highly descriptive and unique, as we use AI API to generate product information. Each product gets a dedicated product page template. A logo is also generated using one of 100 premium fonts and published on the store. StoreLauncher creates a professional, clean homepage filled with collections and featured products, as well as image-with-text sections. All essential pages are also created and published to your store. The header and footer navigation are automatically generated and assigned to the appropriate pages and products. Try it for yourself, it's completely free! https://ift.tt/KrsCazR January 14, 2025 at 03:11AM
Show HN: chDB 3.0 released, 12% faster than DuckDB https://ift.tt/Ob83Z10
Show HN: chDB 3.0 released, 12% faster than DuckDB https://ift.tt/lLznIh6 January 14, 2025 at 10:03AM
Show HN: Python with do..end in place of strict indentation https://ift.tt/zEKMSgy
Show HN: Python with do..end in place of strict indentation https://ift.tt/a1KUt6M January 10, 2025 at 07:23PM
Show HN: News Planet – current events on a rotating globe https://ift.tt/zLCWXVp
Show HN: News Planet – current events on a rotating globe https://news.ianua.app/ January 14, 2025 at 12:57AM
Sunday, January 12, 2025
Show HN: wonderful.dev – social platform for programmers https://ift.tt/efH8sjR
Show HN: wonderful.dev – social platform for programmers Hey HN, I'm Alan Founder of wonderful.dev ( https://wonderful.dev/ ) We're building a community for programmers, with a goal to make it easier to network with other devs and connect with companies you’re interested in. The inspiration for wonderful.dev came from my own experiences job searching in the tech industry. I wanted to create a platform where the focus was on mutual interest and meaningful connections instead of resumes, job applications, and coding challenges. Here's how wonderful.dev works: 1. Profile creation: You link accounts like GitHub and WakaTime, and we pull in key metrics to create your profile. 2. Matching: Instead of applying to job postings, you explore companies and star the ones you like. If they star you back, you can chat with them. 3. Community timeline: Like Bluesky for devs, you share updates, interact with other devs, and build your network. When posting to the timeline, we support a subset of Markdown, detect and tag posts with corresponding programming languages for easier discovery, and support integrations with dev tools when posting. Hover over a username to see the programming languages they use, detected from the integrations they connected. Finally, you control your timeline by filtering instead of an algorithm pushing content onto you. More features: https://ift.tt/VOWtbEx Video intro: https://youtu.be/4RLp4Nbmd_o I'd love to hear your thoughts, feedback, or ideas for what could make wonderful.dev even better. https://wonderful.dev January 6, 2025 at 04:12PM
Show HN: Professional Headshots Using AI https://ift.tt/kmpigOz
Show HN: Professional Headshots Using AI Hey HN! Launching portraitmaker.ai - pro headshots generated uniquely for your face. Instead of using a generic model, I actually train a unique Flux LoRA model on your specific selfies. The idea is pretty simple: 1. Upload 10-35 selfies 2. Within 30 mins while the model finishes training 3. Call the trained model with a bunch of custom prompts for perfect headshots The results are pretty WILD - check out some examples on the site. Flux models have really changed the game. You can do this with almost anything - for example, cat portraits, dog portraits, etc. Btw, $20 gets you: - Custom model trained on your face using Flux LoRA - 40 headshots that actually look CRAZY GOOD Traditional photographers charge you app the a*. $200-1000+ and require scheduling weeks out. Sometimes, they even charge you for custom outfits and photo retouching. But most of us don't have that kind of money to splurge on a headshot. https://ift.tt/QkCoSDL January 13, 2025 at 12:06AM
Show HN: Beautiful Cyber Registry for Docker https://ift.tt/XEzZA3c
Show HN: Beautiful Cyber Registry for Docker https://ift.tt/GIjmUkf January 12, 2025 at 11:54AM
Show HN: Willpayforthis.com – Gathering posts about what people will pay for https://ift.tt/cQGykdB
Show HN: Willpayforthis.com – Gathering posts about what people will pay for When people have a pain point they'd like solved, I find that many of them resort to posting a Tweet about it. I made these posts easy to find. https://ift.tt/FVenDBt January 12, 2025 at 11:26AM
Subscribe to:
Posts (Atom)
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...