<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: ignaciovdk</title><link>https://news.ycombinator.com/user?id=ignaciovdk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Jul 2026 19:47:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ignaciovdk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ignaciovdk in "Airport Simulator"]]></title><description><![CDATA[
<p>Very cool!</p>
]]></description><pubDate>Mon, 20 Jul 2026 18:17:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48982711</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=48982711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48982711</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Liftbridge – Kafka-style streams in Go, built on NATS"]]></title><description><![CDATA[
<p>We (Basekick Labs) we are the new maintainers of Liftbridge. It went dormant in 2022, and we're reviving it.<p>Liftbridge adds Kafka-style durability to NATS: commit log, partitions, ISR replication. Single Go binary, no JVM or ZooKeeper.<p>Architecture: Raft for metadata consensus, ISR (like Kafka) for data replication. Memory-mapped segment files with offset/timestamp indexes.<p>We're using it for Industrial IoT (streaming layer for Arc, our time-series database), but it works standalone.<p>Roadmap: Go 1.25+, dependency updates, security audit, CI/CD fixes (Done) and we fixed a few panic errors / race conditions bugs. First release mid January 2026.<p>Happy to answer questions.</p>
]]></description><pubDate>Fri, 19 Dec 2025 19:17:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46329735</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=46329735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46329735</guid></item><item><title><![CDATA[Liftbridge – Kafka-style streams in Go, built on NATS]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/liftbridge-io/liftbridge">https://github.com/liftbridge-io/liftbridge</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46329715">https://news.ycombinator.com/item?id=46329715</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 19 Dec 2025 19:14:43 +0000</pubDate><link>https://github.com/liftbridge-io/liftbridge</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=46329715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46329715</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Show HN: Metrics, Logs, Traces and Events in One Place. This Is Arc"]]></title><description><![CDATA[
<p>Arc is OSS under AGPL-3.0: <a href="https://github.com/Basekick-Labs/arc" rel="nofollow">https://github.com/Basekick-Labs/arc</a></p>
]]></description><pubDate>Thu, 30 Oct 2025 09:56:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45758159</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45758159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45758159</guid></item><item><title><![CDATA[Show HN: Metrics, Logs, Traces and Events in One Place. This Is Arc]]></title><description><![CDATA[
<p>Hey HN,<p>I’ve posted here before about Arc, and wanted to share a quick update. We’ve been heads down the last few weeks, and things are moving fast, performance is up, features are landing, and the community response has been awesome.<p>Arc uses DuckDB as the SQL engine, with MessagePack, Arrow, and Parquet under the hood. Right now we’re seeing around 2.45M RPS for metrics, and about 1M RPS for logs, events, and traces. It now supports retention policies, deletes, and continuous queries that aggregate data as it comes in.<p>We also built a VS Code extension to explore and query Arc, added Apache Superset integration, and are working on Telegraf and a Grafana datasource next.<p>Feedback is always welcome. good, bad, or brutal. It all helps.<p>Happy Thursday!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45758142">https://news.ycombinator.com/item?id=45758142</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 30 Oct 2025 09:54:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45758142</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45758142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45758142</guid></item><item><title><![CDATA[New comment by ignaciovdk in "[dead]"]]></title><description><![CDATA[
<p>Two weeks ago, we open-sourced Arc Core: <a href="https://github.com/Basekick-Labs/arc" rel="nofollow">https://github.com/Basekick-Labs/arc</a><p>Today, the results are in, Arc is now the fastest time-series database on ClickBench, outperforming QuestDB and TimescaleDB across nearly every hardware configuration. It also ranks among the top 5 fastest systems overall, alongside DuckDB, ClickHouse, and Salesforce Hyper.<p>Arc ingests 2.42 million records per second, tops the Cold Run charts for all system sizes, and does it all in roughly 5,500 lines of code.<p>It’s built on DuckDB for SQL, MessagePack for ingestion, Parquet + Arrow for columnar storage, and a lock-free multi-threaded core for compaction and WAL.<p>Benchmarks aren’t everything—I agree—but performance matters. It’s what lets smaller infrastructure handle serious workloads without ballooning costs.<p>This enables massive IoT ingestion, real-time logistics tracking, aerospace telemetry, observability at scale, and market data analytics—all without a huge footprint.<p>13 days since launch: 252 GitHub stars, 100+ community conversations shaping the roadmap.<p>Full technical breakdown and benchmarks: <a href="https://basekick.net/blog/arc-fastest-timeseries-database-clickbench" rel="nofollow">https://basekick.net/blog/arc-fastest-timeseries-database-cl...</a><p>Happy to answer questions about the architecture, design decisions, or benchmarking methodology.</p>
]]></description><pubDate>Mon, 20 Oct 2025 10:35:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45642328</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45642328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45642328</guid></item><item><title><![CDATA[Arc: One week later, 210 stars and new ClickBench results]]></title><description><![CDATA[
<p>Hey everyone, just wanted to say thank you for all the feedback, questions, and curiosity over the past week.<p>https://news.ycombinator.com/item?id=45505407<p>This community pushed Arc forward faster than I imagined, from architecture ideas to performance discussions, it’s been awesome to geek out with so many of you.<p>We’ve now crossed 210 stars on GitHub and added fresh ClickBench results (36.43 s cold / 35.12 s hot) on AWS c6a.4xlarge, plus 2.01 M records/sec write throughput using MessagePack.<p>Landing > basekick.net
Blog > basekick.net/blog
Repo > github.com/Basekick-Labs/arc (Star it if you feel it)<p>Docs are coming later today, and more benchmarks soon.<p>Appreciate everyone who tested, challenged, or just said “this looks cool.”</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45579188">https://news.ycombinator.com/item?id=45579188</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 14 Oct 2025 12:22:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45579188</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45579188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45579188</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Show HN: Arc – high-throughput time-series warehouse with DuckDB analytics"]]></title><description><![CDATA[
<p>That’s fair, the number alone doesn’t mean much without context.<p>The benchmark measures fully written time-series records, not bytes. Each record typically includes 1–4 fields, tags, and timestamps, similar to InfluxDB’s Line Protocol structure.<p>For comparison, the same hardware (AWS c6a.4xlarge) handles around 240K RPS using Line Protocol, while Arc reaches 1.88M RPS with MessagePack, about 7.8× faster on ingestion throughput.<p>You can see the full ClickBench and ingestion benchmarks are in the repo.<p>TL;DR: Arc’s strength isn’t massive single records, it’s sustained high-throughput ingestion of structured time-series data while still staying analytical-query friendly.</p>
]]></description><pubDate>Fri, 10 Oct 2025 01:15:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45534621</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45534621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45534621</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Show HN: Arc – high-throughput time-series warehouse with DuckDB analytics"]]></title><description><![CDATA[
<p>Thanks! Let’s go by parts, as Jason would say<p>Schema inference: yes, Arc infers the schema automatically from incoming data (both for MessagePack and Line Protocol). Each measurement becomes a table, and fields/tags map to columns.<p>Schema evolution: supported. New fields can appear at any time, they’re added to the Parquet schema automatically without migration or downtime.<p>Custom partitions: currently partitioning is time-based (hour-level by default), but custom partitioning by tag or host or whatever is planned. The idea is to allow you to group by any tag (e.g. device, region) in the storage path for large-scale IoT data.<p>Roadmap: absolutely. Grafana data source, Prometheus remote write, retention policies, gRPC streaming, and distributed query execution are all in the works.<p>We are going to start to blogging about it, so, stay tune.<p>Would love any feedback on what you’d prioritize or what would make adoption easier for your use case.</p>
]]></description><pubDate>Wed, 08 Oct 2025 01:11:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45510935</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45510935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45510935</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Show HN: Arc – high-throughput time-series warehouse with DuckDB analytics"]]></title><description><![CDATA[
<p>Hey, thanks for asking.<p>I’d say both roles are possible, though the original intent of Arc was indeed to act as an offload / long-term store for systems like TimescaleDB, InfluxDB, Kafka, etc. The idea: you send data into Arc to reduce storage and query load on your primary database for ML, deep analysis, etc.<p>But as we built it, we discovered that Arc is really good not just at storage but at actively answering queries, so it’s kind of hybrid: somewhat “warehouse-like,” but still retaining database qualities in performance. I feel that saying a database its too much, but we are going on that direction.<p>IoT is absolutely one of the core use cases. You’re often ingesting tens or hundreds of thousands of events per second from edge devices, and you need a system that doesn’t choke. Our binary MessagePack ingestion helps shrink the payload size and reduce parsing overhead, that allows higher throughput for writes, which is crucial in IoT scenarios.<p>Let me know if you want to explore this a little more, not for selling you anything, at least not yet, I would love to understand your use case. Let me know if you are open: ignacio[at]basekick[dot]net</p>
]]></description><pubDate>Wed, 08 Oct 2025 01:07:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45510885</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45510885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45510885</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Show HN: Arc – high-throughput time-series warehouse with DuckDB analytics"]]></title><description><![CDATA[
<p>Great questions, thanks!
Partitioning: yes, Arc partitions by measurement > year > month > day > hour. This structure makes time-range queries very fast and simplifies retention policies (you can drop by hour/day instead of re-clustering).<p>Small Parquet files: we batch writes by measurement before flushing, typically every 10 K records or 60 seconds. That keeps file counts manageable while maintaining near-real-time visibility. Compaction jobs (optional) can later merge smaller Parquet files for long-term optimization.<p>Updates/deletes: today Arc is append-only (like most time-series systems). Updates/deletes are planned via “rewrite on retention”, meaning you’ll be able to apply corrections or retention windows by rewriting affected partitions.<p>The current focus is on predictable write throughput and analytical query performance, but schema evolution and partial rewrites are definitely on the roadmap.</p>
]]></description><pubDate>Tue, 07 Oct 2025 23:19:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45510176</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45510176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45510176</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Show HN: Arc – high-throughput time-series warehouse with DuckDB analytics"]]></title><description><![CDATA[
<p>Hey there, great questions.<p>The benchmarks weren’t run on the same machine as MinIO, but on the same network, connected over a 1 Gbps switch, so there’s a bit of real network latency, though still close to local-disk performance.<p>We’ve also tried a true remote setup before (compute around ~160 ms away from AWS S3). I plan to rerun that scenario soon and publish the updated results for transparency.<p>Regarding “hot vs. cold” data, Arc doesn’t maintain separate tiers in the traditional sense. All data lives in the S3-compatible storage (MinIO or AWS S3), and we rely on caching for repeated query patterns instead of a separate local tier.<p>In practice, Arc performs better than ClickHouse when using S3 as the primary storage layer. ClickHouse can scan faster in pure analytical workloads, but Arc tends to outperform it on time-range–based queries (typical in observability and IoT).<p>I’ll post the new benchmark numbers in the next few days, they should give a clearer picture of the trade-offs.</p>
]]></description><pubDate>Tue, 07 Oct 2025 19:18:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45507538</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45507538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45507538</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Show HN: Arc – high-throughput time-series warehouse with DuckDB analytics"]]></title><description><![CDATA[
<p>Awesome, would love to hear what you think once you try it out!<p>If it’s not too much trouble, feel free to share feedback at ignacio [at] basekick [dot] net.</p>
]]></description><pubDate>Tue, 07 Oct 2025 18:24:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45506813</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45506813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45506813</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Show HN: Arc – high-throughput time-series warehouse with DuckDB analytics"]]></title><description><![CDATA[
<p>Hey, good question!<p>I didn’t really worry about confusion since this isn’t a browser, it’s a completely different animal.<p>The name actually came from “Ark”, as in something that stores and carries, but I decided to go with Arc to avoid sounding too biblical.<p>The deeper reason is that Arc isn’t just about ingestion; it’s designed to store data long-term for other databases like InfluxDB, Timescale, or Kafka using Parquet and S3-style backends that scale economically while still letting you query everything with SQL.</p>
]]></description><pubDate>Tue, 07 Oct 2025 17:26:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45506052</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45506052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45506052</guid></item><item><title><![CDATA[Show HN: Arc – high-throughput time-series warehouse with DuckDB analytics]]></title><description><![CDATA[
<p>Hi HN, I’m Ignacio, founder at Basekick Labs.<p>Over the past months I’ve been building Arc, a time-series data platform designed to combine very fast ingestion with strong analytical queries.<p>What Arc does? Ingest via a binary MessagePack API (fast path), Compatible with Line Protocol for existing tools (Like InfluxDB, I'm ex Influxer), Store data as Parquet with hourly partitions, Query via DuckDB engine using SQL<p>Why I built it:<p>Many systems force you to trade retention, throughput, or complexity. I wanted something where ingestion performance doesn’t kill your analytics.<p>Performance & benchmarks that I have so far.<p>Write throughput: ~1.88M records/sec (MessagePack, untuned) in my M3 Pro Max (14 cores, 36gb RAM)
ClickBench on AWS c6a.4xlarge: 35.18 s cold, ~0.81 s hot (43/43 queries succeeded)
In those runs, caching was disabled to match benchmark rules; enabling cache in production gives ~20% faster repeated queries<p>I’ve open-sourced the Arc repo so you can dive into implementation, benchmarks, and code. Would love your thoughts, critiques, and use-case ideas.<p>Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45505407">https://news.ycombinator.com/item?id=45505407</a></p>
<p>Points: 30</p>
<p># Comments: 19</p>
]]></description><pubDate>Tue, 07 Oct 2025 16:40:02 +0000</pubDate><link>https://github.com/Basekick-Labs/arc</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45505407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45505407</guid></item><item><title><![CDATA[Show HN: Historian – bridge from InfluxDB 1.x/2.x to 3.0 with Parquet and DuckDB]]></title><description><![CDATA[
<p>Article URL: <a href="https://cduser.com/how-to-migrate-influxdb-1-x-2-x-to-3-0-without-losing-your-history-introducing-historian/">https://cduser.com/how-to-migrate-influxdb-1-x-2-x-to-3-0-without-losing-your-history-introducing-historian/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45213546">https://news.ycombinator.com/item?id=45213546</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 11 Sep 2025 16:38:41 +0000</pubDate><link>https://cduser.com/how-to-migrate-influxdb-1-x-2-x-to-3-0-without-losing-your-history-introducing-historian/</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45213546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45213546</guid></item><item><title><![CDATA[Show HN: Basekick – We rescue AI startups from broken infra (CI/CD, AWS, etc.)]]></title><description><![CDATA[
<p>Hey HN,<p>I’m Ignacio (most people call me Nacho). After years in DevOps and SRE, I kept running into the same story: founders building great products, only to hit a wall when it came to infrastructure.<p>Sometimes it was CI/CD pipelines that hadn’t worked reliably in months. Other times, a GPT-generated Dockerfile or Terraform config had quietly pushed their AWS bill through the roof. A few had no monitoring, no alerts, just vibes and PagerDuty at 3AM.<p>So I started helping. At first freelance. Then more structured. That work became Basekick, a kind of “infra rescue” service for startups who’ve gone too far without an infra person, or trusted AI a bit too much.<p>It’s not a tool or platform, it’s a flat-fee service where I jump into your stack, fix what’s fragile, stabilize your deployments, kill the waste, and help you ship without fear. No vendor lock-in, no bullshit phases, just experience applied fast.<p>Pricing is flat and public: $1.5k for rescue, $3.5k for foundational rebuilds, and $2k/mo if you want me around long term.<p>If your infra is a mess, your cloud bill gives you anxiety, or you just want to ship safely again, check it out. Would love your feedback. AMA.<p>Nacho</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45103816">https://news.ycombinator.com/item?id=45103816</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 02 Sep 2025 14:47:07 +0000</pubDate><link>https://basekick.net</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=45103816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45103816</guid></item><item><title><![CDATA[Show HN: Tiered storage and fast SQL for InfluxDB 1.x/2.x]]></title><description><![CDATA[
<p>If you’ve run InfluxDB at scale, you know the pain: Retention policies mean throwing away history, keeping everything means huge hardware & license costs.<p>We built ExyData Historian to fix that.<p>What it does?<p>- Automatically exports old InfluxDB 1.x/2.x data to compressed Parquet in S3 or MinIO
- Keep recent data hot in InfluxDB, move the rest to cheap storage
- Run fast SQL on archived data via Apache Arrow + DuckDB
- Query it all through one interface and / API. No hot/cold boundary for the user<p>Why it matters
- 70–80% lower storage costs
- Historical queries that are as fast (or faster) than InfluxDB itself
- No manual exports, no query rewrites, no downtime<p>Who’s using it right now? InfluxDB Enterprise Customers and Huge instances of OSS, telcos and logistics companies are trying this right now.<p>We help you to reduce your Enterprise licensing cost, cause you are going to shrink your InfluxDB cluster.<p>You keep your existing InfluxDB running, Historian works alongside it, moving history to cheap storage while giving you more analytics power.<p>We’d love feedback from anyone managing large InfluxDB deployments.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44842265">https://news.ycombinator.com/item?id=44842265</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 Aug 2025 22:18:28 +0000</pubDate><link>https://historian.exydata.com</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=44842265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44842265</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Stop SSL certificate outages with automated monitoring – Enterprise Ready"]]></title><description><![CDATA[
<p>That’s a fair question, and in theory, yes, you could manually track internal certs based on issue date.<p>But in practice, large or long-running environments rarely have clean cert inventories. You get:<p>- Internal CA sprawl (and no single source of truth)<p>Certs embedded in keystores, containers, or staging systems that nobody owns anymore<p>- “Temporary” certs that live on for years
- People leaving without handing off cert responsibilities<p>We’re not automating monitoring because it’s hard, we’re doing it because teams forget.<p>And forgetting is what causes outages, broken mTLS, and failed compliance audits, even in air-gapped setups. I have a few horror story on PCI environments.<p>Automation helps catch the edge cases before they become fire drills.</p>
]]></description><pubDate>Tue, 29 Jul 2025 13:00:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44722816</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=44722816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44722816</guid></item><item><title><![CDATA[New comment by ignaciovdk in "Stop SSL certificate outages with automated monitoring – Enterprise Ready"]]></title><description><![CDATA[
<p>Totally fair, and for a single cert or a tightly controlled setup, a calendar reminder might be “enough.”<p>But in practice, it tends to break down when:<p>- Certificates multiply across internal services, vendors, CDNs, load balancers, staging/prod, and even IoT or embedded devices.<p>Ownership is unclear, people leave, and calendar invites don’t update themselves.<p>No visibility, unless someone’s checking regularly, you won’t know if a cert was rotated early, replaced with a shorter one, or removed entirely.<p>No alerting or state tracking, a calendar doesn’t notify you if someone messed up the renewal or if the cert is already expired.<p>No integration with the rest of your monitoring/incident tooling.<p>SSL Guardian gives you a real-time dashboard of every cert, expiration tracking, and actual notifications, so you’re not relying on tribal knowledge, calendar hygiene, or someone noticing too late.<p>We’re not trying to over-engineer a reminder, we’re replacing a fragile human process with something that scales across orgs and environments.<p>Dont ask me more how I know that a calendar doesn't work lol!</p>
]]></description><pubDate>Mon, 28 Jul 2025 20:51:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44715482</link><dc:creator>ignaciovdk</dc:creator><comments>https://news.ycombinator.com/item?id=44715482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44715482</guid></item></channel></rss>