Readit News logoReadit News
magundu commented on Ask HN: What Are You Working On? (December 2025)    · Posted by u/david927
magundu · 8 days ago
I’m working on DeepCost.ai, an AI-driven cloud cost optimization tool for AWS, GCP, and Azure.

The goal is to help small teams and fast-growing startups understand where cloud spend is leaking and automatically reduce waste (idle resources, over-provisioned workloads, inefficient Kubernetes setups, and AI API usage). Setup is lightweight, and we focus on actionable recommendations rather than massive dashboards.

We’re still early and testing with a few teams who want better cost visibility without running a full FinOps practice.

Website: https://deepcost.ai

magundu commented on Jules, remote coding agent from Google Labs, announces API   jules.google/docs/changel... · Posted by u/watkajtys
odie5533 · 3 months ago
Isn't replit more for vibe coding and Cluade Code for actual coding? They seem like very separate products.
magundu · 2 months ago
Claude code does exactly what repl.it does. But in repl.it, you can see the dashboard/Ui instantly without running in the local machine.
magundu commented on Ask HN: What are you working on? (October 2025)    · Posted by u/david927
magundu · 2 months ago
I’m building an open-source tool called kafy, which is a kubectl-style cli for Kafka. It’s meant to handle all Kafka use cases and some basic AWK-like operations for inspecting topics, brokers, and consumer groups.

The tool is free and open-source, so anyone can use it for their own Kafka clusters. It’s very much a “crappy but functional” project at this stage — nothing fancy, just a practical CLI for certain tasks.

You can find it here: https://github.com/KLogicHQ/kafy

magundu commented on Jules, remote coding agent from Google Labs, announces API   jules.google/docs/changel... · Posted by u/watkajtys
magundu · 3 months ago
Is there any price comparison between Jules and Claude code?

Recently I moved from repl.it to Claude max to save costs.

magundu commented on React is winning by default and slowing innovation   lorenstew.art/blog/react-... · Posted by u/dbushell
jmcgough · 3 months ago
> React didn’t win purely on technical merit

A sentence written by someone who clearly hasn't worked on a large Angular 1.x project.

magundu · 3 months ago
You are 100% right. Maintaining angular.js for large scale app is pain.
magundu commented on Ask HN: Go libraries for managing Docker container pools and executing commands?    · Posted by u/magundu
SonuSitebot · 9 months ago
I've worked on a similar setup in Go — managing a pool of "always-on" containers for isolated task execution via docker exec. The official Docker SDK is solid but pretty low-level, so I get the desire for something more ergonomic. In my experience, there aren't many off-the-shelf Go libraries that give you full orchestration primitives (load balancing, health checks, scheduling) out of the box like you'd find in Nomad or K8s. But here are a few options worth exploring:

gofiber/fiber – not container-specific, but useful for building lightweight async schedulers if you're rolling your own orchestration logic.

dockertest – primarily for testing, but you can adapt its logic for simplified lifecycle management.

hashicorp/go-plugin – good for decoupling workloads, especially if you're considering container-based isolation per plugin/command.

That said, most teams I’ve seen build their own lightweight layer on top of the Docker SDK with Redis or internal queues for tracking load/health. Curious if you're doing multi-host management or keeping this local? Also, make sure to aggressively timeout and clean up zombie exec sessions — they sneak up fast when you're doing docker exec a lot.

Would love to hear more if you open source anything from this!

magundu · 9 months ago
Our use case is to execute test scripts in a sandbox mode. This is multi host and multi region setup. We might run millions of test scripts per day.

One of our engineers found https://testcontainers.com. We find it interesting and it seems like it won’t maintain container live. Instead, it start and remove the container for each test. We might need to implement lock mechanism to run only maximum number of containers at a time. I don’t know whether it fits for highly scalable test cases.

magundu commented on Alphabet in Talks to Buy Cloud Security Firm Wiz for $33B   bloomberg.com/news/articl... · Posted by u/JumpCrisscross
sylens · 9 months ago
Wiz is an incredible product that I was hoping would go public and become a fairly independent powerhouse
magundu · 9 months ago
How hard is to create company like Wiz?

u/magundu

KarmaCake day55April 22, 2022View Original