HackerTrans
TopNewTrendsCommentsPastAskShowJobs

magundu

no profile record

Submissions

Ask HN: What are the best open-source tools for anomaly detection?

1 points·by magundu·geçen yıl·1 comments

Ask HN: Any open source library or tool for Time-Series Anomaly Detection?

1 points·by magundu·geçen yıl·1 comments

Ask HN: Go libraries for managing Docker container pools and executing commands?

3 points·by magundu·geçen yıl·3 comments

Ask HN: Is uBlock Origin removed from Chrome extension?

43 points·by magundu·2 yıl önce·48 comments

Ask HN: Can anyone suggest few open source projects for SaaS Boilerplate?

18 points·by magundu·2 yıl önce·10 comments

comments

magundu
·7 ay önce·discuss
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
·9 ay önce·discuss
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
·9 ay önce·discuss
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
·9 ay önce·discuss
Is there any price comparison between Jules and Claude code?

Recently I moved from repl.it to Claude max to save costs.
magundu
·10 ay önce·discuss
You are 100% right. Maintaining angular.js for large scale app is pain.
magundu
·geçen yıl·discuss
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
·geçen yıl·discuss
How hard is to create company like Wiz?
magundu
·geçen yıl·discuss
I mean Flutter, React native or Native code.
magundu
·geçen yıl·discuss
Good work.

Recently I tried rork.app to generate mobile games for my kids. It is really amazing. They also give published URL which we can directly use in the mobile.

Is there any significant difference in code generation?
magundu
·2 yıl önce·discuss
Thanks. How to get back previous configuration in uBlock advance user setting?
magundu
·2 yıl önce·discuss
Great.

It will be great if anyone write a checklist(playbook) to be checked for CPU, Memory, Disk, IO and network issues.
magundu
·2 yıl önce·discuss
Try https://atatus.com
magundu
·2 yıl önce·discuss
Is it open source?
magundu
·2 yıl önce·discuss
This is the main problem we are facing right now.

We are looking for tools that can generate fake data(may be based on our small set of data) for live demo setup.
magundu
·2 yıl önce·discuss
Few more services you can try

https://www.atatus.com https://tracetest.io/ https://uptrace.dev/

(I work for Atatus)
magundu
·2 yıl önce·discuss
Any one tried this for Prometheus metrics?
magundu
·2 yıl önce·discuss
What is content aware chunking?
magundu
·3 yıl önce·discuss
Which one is better for querying CSV from both command line and programmatically?

1. SQLite 2. DucksDB 3. clickhouse-local