Tuesday, July 29, 2025

Show HN: Mock Interviews for Software Engineers https://ift.tt/7Nr6Gk5

Show HN: Mock Interviews for Software Engineers https://ift.tt/bG5awcB July 29, 2025 at 12:21AM

Show HN: Allzonefiles.io – get lists of all registered domains in the Internet https://ift.tt/Lq0hNSw

Show HN: Allzonefiles.io – get lists of all registered domains in the Internet This site provides lists with 305M of domain names across 1570 domain zones in the entire Internet. You can download these lists from the website or via API. Domain lists for majority of zones are updated daily. https://allzonefiles.io July 28, 2025 at 11:21PM

Show HN: I built an API for extracting YouTube summaries, transcripts and stats https://ift.tt/I8ocnPv

Show HN: I built an API for extracting YouTube summaries, transcripts and stats Hi HN, I’ve been working on a side project called SocialKit, a simple API for scraping structured data from public social media posts (YouTube, Shorts, more coming soon). It's designed for dev, no-code users, and marketers who want to extract things like summaries, transcripts, details, and more from YouTube. I sold two previous side projects (LectureKit and CaptureKit), and this is my latest attempt at building something useful and focused. I would love to get any feedback :) Happy to answer any questions, and thanks for checking it out! Jonathan https://ift.tt/dyGnr0e July 29, 2025 at 12:26AM

Monday, July 28, 2025

Show HN: No Hype AI – get oriented in using LLM tools for software engineering https://ift.tt/P6F1vyZ

Show HN: No Hype AI – get oriented in using LLM tools for software engineering Hey HN! When I started looking into LLMs and agents for software development and introducing them at work, I quickly realised that a person new to the topic faces a real barrage: - all the hype (AGI, engineers getting replaced by AI etc.) - conflicting opinions in virtually every discussion—for every person saying they’ve 10x-ed their productivity, there is a comment decrying LLMs as an utter failure - a lot of jargon (MoE, MCP, RAG, distillation, quantisation etc. etc.) - a profusion of models, IDEs/IDE extensions, CLI agents, other tools etc. Sorting through all of this can be quite tricky for somebody coming in fresh! HN users have been discussing LLM tools for a long time of course, but many programmers I know still haven’t _really_ tried anything other than an LLM web UI and haven't been following the progress of tools much. So my goal for this project was to provide a balanced overview of the topic, point people to substantive resources on eg. context management and productivity effects, and cover the concerns and risks as well (from prompt injection to shady training data sourcing). I hope it's useful! https://nohypeai.dev July 28, 2025 at 01:09AM

Show HN: Flyde 1.0 – Like n8n, but in your codebase https://ift.tt/IDyO7e4

Show HN: Flyde 1.0 – Like n8n, but in your codebase Hi HN! I'm excited to share Flyde 1.0. A big update to the open-source visual programming tool I launched here in March of last year ( https://ift.tt/xbVTGnm ). Since Flyde’s launch, there's been a huge rise in demand for visual builders, especially for AI-heavy workflows. Visual-programming shines with async and concurrency-heavy logic, which describes most LLM chains perfectly. A few months ago, I tried to capitalize on this trend by launching a commercial version of Flyde called Flowcode ( https://ift.tt/snM2WlX ). It didn't go well. I learned the hard way that Flyde’s strength wasn't just about flexibility or performance compared to tools like n8n. The real value was always how Flyde fits inside your existing codebase . The launch also helped me understand that there's still a big gap: no tool really covers the full lifecycle, from rapid prototyping to deep integration, evaluation, and iteration inside your own projects. So, over the last few months, I worked hard to polish Flyde: - Cleaned up and simplified the nodes API - Made it possible to fork any node for maximum flexibility - Launched a new online playground for quick experimenting and sharing ( https://ift.tt/awIiUm8 ) - Created a new CLI tool to speed up development and setup - Fixed a ton of bugs - Simplified the UI/UX to make it smoother and less confusing There’s still a lot of missing stuff. Better templates, docs, and nodes, but I think it’s finally stable and useful enough to give it another shot. My plan is to first make sure that Flyde is usable and valuable as an OS project, and then try to provide additional value via “Flyde Studio” - a SaaS that will help non-engineers iterate on Flyde flows from a web-app. Changes become a PR in the host repo. I'd really love some honest feedback and hear whether Flyde resonates with an existing pain/problem. Check it out here: Playground: https://ift.tt/awIiUm8 GitHub: https://ift.tt/xyqd5fV Looking forward to hearing your thoughts! - Gabriel https://ift.tt/xyqd5fV July 27, 2025 at 11:46PM

Show HN: Cronus – A Beautiful, Multilingual Cron Expression Editor https://ift.tt/pxwUyLC

Show HN: Cronus – A Beautiful, Multilingual Cron Expression Editor I’ve built Cronus, a tool that makes it easier to write and understand cron expressions across different languages and time zones. It shows human‑readable explanations of your cron jobs and adapts to multiple locales and time zones. You can preview schedules, tweak them visually, and copy/paste cron syntax for various environments. I’d love feedback from folks who deal with cron jobs regularly—what’s missing, what would make it more powerful, and whether this solves any pain points you’ve had. https://ift.tt/ERYwTMh July 27, 2025 at 09:15PM

Sunday, July 27, 2025

Show HN: QuickTunes: Apple Music player for Mac with iPod vibes https://ift.tt/KpBSuCm

Show HN: QuickTunes: Apple Music player for Mac with iPod vibes The slow and bloated nature of the Mac Apple Music app inspired us to create QuickTunes. It is a simple, fast, and native Apple Music player inspired by the simplicity of the iPod. You can use keyboard shortcuts to navigate a simple multi column layout, pick something, and press Play. https://ift.tt/fheIqXb July 27, 2025 at 05:13AM

Show HN: Statewright – Visual state machines that make AI agents reliable https://ift.tt/dxfnmvp

Show HN: Statewright – Visual state machines that make AI agents reliable Agentic problem solving in its current state is very brittle. I f...