Show HN: Distr – open-source distribution platform for on-prem deployments
12 by louis_w_gk | 0 comments on Hacker News. Distr is designed to help software engineers distribute and manage their applications or agents in customer-controlled or shared-responsibility environments. You only need a Docker Compose file or Helm chart—everything else for on-prem is handled by the platform. We’re are an open source dev tool company. Over the past couple of months, we’ve spoken with dozens of software companies to understand their challenges with on-prem deployments. We analyzed the internal tools they’ve built and the best practices from existing solutions, combining them into a prebuilt, Open Source solution that works out of the box and integrates seamlessly. Distr consists of two key components: 1. Hub - Provides a centralized view of all deployments and controls connected agents. - Comes with a simple GUI but also supports API and SDK access for seamless integration. - Fully Open- Surce and self-hostable, or you can use our fully managed platform. 2. Lightweight Agents - Pre-built agents for Helm (Kubernetes) and Docker Compose (VM) that run alongside your application. - Handle lifecycle tasks like guided installation, updates, and rollbacks. - Provide basic metrics (health status, application version) and logs If you already have a customer portal or self-service interface for on-prem deployments, you can seamlessly integrate all features into your existing portal or application using our API or SDK. Alternatively, you can use our pre-built, white-labeled customer portal. Here’s what an integration into your existing customer portal could look like: import {DistrService} from "@glasskube/distr-sdk"; const customerHasAutoUpdatesEnabled = false; // replace with your own logic const deploymentTargetId = 'da1d7130-bfa9-49a1-b567-c49728837df7'; const service = new DistrService({ apiKey: 'distr-8c24167aeb5fd4bb48b6d2140927df0f' }); const result = await service.isOutdated(deploymentTargetId); if(result.deploymentTarget.deployment?.latestStatus?.type !== 'ok') { // let the user decide whether to allow updates from an instable state, e.g. with: if(!confirm('The deployment is not in a stable state. Do you want to update anyway?')) { return; } } if(result.outdated) { if(customerHasAutoUpdatesEnabled) { await service.updateDeployment({deploymentTargetId}); // notify customer about the update } else { const newerVersionsAvailable = result.newerVersions; // notify customer about the newer versions, e.g. via email } } With the SDK/API, you can: - Display real-time deployed version and deployment status directly within the application, notifying customers when their deployed version is outdated. - Allow customers to trigger updates from within your app using a simple API call If you’re distributing software and want to streamline updates or enhance monitoring, we’d love your feedback and are here to answer any questions. Getting started is easy—just bring your Docker Compose file or Helm chart, and we’ll guide you through the rest. Check out the fully managed version ( https://ift.tt/LgVliwC ) and explore our documentation ( https://distr.sh/docs/ ) to learn more.
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data
5 by kan02134 | 0 comments on Hacker News. 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/g4qMcy7 Source: https://ift.tt/P87ztmn
Show HN: I built an active community of trans people online
44 by t4t | 15 comments on Hacker News. A year ago I surveyed the internet and noticed there was only one popular space for trans and gender-non-conforming people to meet; Lex. Lex is not well liked by its users. Its software feels heavy and it is full of cash grabs and anti-patterns. It was recently acquired and is sure to only become more hostile to its users as it turns towards profit generation. With this in mind I built t4t, an alternative specially designed for not only queer people, but specifically trans people. It is an extremely lightweight service. I built it with my most ideal stack: Flutter, Svelte, Supabase, Posthog. It has grown in the last year to about 4,000 monthly active users. I think it could grow way beyond that this year.
Show HN: ZX Spectrum SCR to PNG Converter
2 by iamflimflam1 | 0 comments on Hacker News. 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.
Show HN: I Built a Fair Alternative to Product Hunt for Indie Makers Like You
6 by lakshikag | 2 comments on Hacker News. I’m an indie maker, just like many of you. A few months back, I launched a product on one of the big platforms, and... nothing. It got buried under dozens of other launches within hours. All that work, all that excitement is gone in the blink of an eye. No one even saw it. It stung. I wasn’t mad, well, maybe a little but mostly, I just felt invisible. The truth is, indie makers like me don’t have big teams or budgets to fight for visibility. We rely on genuine support and connections. I couldn’t stop thinking about how many great ideas never get the attention they deserve because they’re overshadowed. So, I decided to build something different: https://itslaunched.com Here’s the idea: • 10 launches per day, max. Limiting the number of daily launches ensures that every product gets its moment in the spotlight. • 2 votes per user, per day. This isn’t a popularity contest. You only get two votes, so people have to really think about which products they want to support. It’s quality over quantity. • “Under Radar” feature. This one’s my favorite. If a product doesn’t get much love on its launch day, it gets a second chance to shine the next day. Because timing shouldn’t be the only thing standing between you and success. There’s more like badges, comments, streaks but the heart of it is simple: a fair shot for indie makers. I built this because I believe every product deserves to be seen, especially the ones built by solo makers and small teams putting their heart into something they truly care about. And I didn’t build this to compete with Product Hunt. I built it to give indie makers the platform they deserve, one where their creativity truly gets noticed. If this sounds like something you’d want to check out, I’d love your thoughts. I’m still tweaking and improving it every day based on feedback. Let me know what you think and if you’ve got a product you’re proud of, I’d love to see it shine.
Show HN: Counting Tap Toy
8 by memalign | 1 comments on Hacker News. Hi HN! This is a project I made for my 3-year-old who always skips “14” when counting. In Counting Tap Toy, you can tap to count various aquatic creatures. The count is displayed and announced. My hope is that seeing and hearing the numbers will reinforce 14’s existence. I find tapping all the fish while listening to the songs and popping sound effects to be pretty relaxing too. Technical details: https://ift.tt/qYWOSb9 This is the fourth “Tap Toy”, joining: - Slice: https://ift.tt/BTbz1gD - Fireworks: https://ift.tt/zw2UgbL - Original: https://ift.tt/Zkg0BaI
Show HN: I'm tired of sharing code using PasteBin and Slack, so I made this
19 by moeen-mahmud | 17 comments on Hacker News. Hey developers I think we're tired of copying and pasting our codes and sharing links using PasteBin, GithubGist, or Slack. What if you could share the codes without copying the link and share them right from your favorite editor? That was the motivation for creating TurboGist. Right now, it's still in the MVP stage, and I'm trying to gather feedback from developers like you. It's available as a beta in the VS Code Extension store. Can you guys check this out? It'd help me a lot. You don't need to pay any penny, 100% FREE. However, I'm working on introducing a self-hosted feature. Besides, a better alternative to PasteBin or GithubGist. Looking for your input on: - How this would fit your workflow? - Must-have features or integrations (e.g., GitHub Gist, PasteBin, etc.)? - Pain points in your current code-sharing process? - Do you have features in your mind? Thanks for reading this.