Viewing profile — magundu
magundu
HN member- Joined
- Fri, Apr 22, 2022, 10:59 PM UTC
- HN karma
- 55
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About magundu
No profile information was provided.
Recent public activity
-
comment
Comment #46279946
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 spen…
-
comment
Comment #45576680
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.
-
comment
Comment #45576572
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 top…
-
comment
Comment #45470675
Is there any price comparison between Jules and Claude code? Recently I moved from repl.it to Claude max to save costs.
-
comment
Comment #45253060
You are 100% right. Maintaining angular.js for large scale app is pain.
-
story
Ask HN: What are the best open-source tools for anomaly detection?
I’m looking for open-source tools or libraries for detecting anomalies in time series data, logs, or metrics. Ideally, something that can be integrated into monitoring pipelines (e…
-
comment
Comment #43614629
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 http…
-
story
Ask HN: Any open source library or tool for Time-Series Anomaly Detection?
We are building monitoring platform which process billions of metrics in a day. We want to build Anomoly deduction for those metrics. Any recommendations for open source tools for …
-
story
Ask HN: Go libraries for managing Docker container pools and executing commands?
I’m developing a system in Go that maintains a fixed pool of Docker containers (e.g., 10) running a specific image (like ‘node’), where each container remains alive (using a comman…
-
comment
Comment #43393821
How hard is to create company like Wiz?
-
comment
Comment #43358288
I mean Flutter, React native or Native code.
-
comment
Comment #43350085
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 …
-
comment
Comment #42211166
Thanks. How to get back previous configuration in uBlock advance user setting?
-
story
Ask HN: Is uBlock Origin removed from Chrome extension?
Today I noticed uBlock origin is removed from Chrome. Can someone explain why? What are the alternatives to uBlock?
-
comment
Comment #42072931
Great. It will be great if anyone write a checklist(playbook) to be checked for CPU, Memory, Disk, IO and network issues.
-
comment
Comment #42072912
Try https://atatus.com
-
comment
Comment #41514207
Is it open source?
-
comment
Comment #40237283
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.
-
story
Ask HN: Can anyone suggest few open source projects for SaaS Boilerplate?
Hello, I am going to work on my new SaaS product in React and Node.js(and Python). I don’t want to build basic feature like Auth, Teams and other basic functionality. Also expectin…
-
comment
Comment #39936734
Few more services you can try https://www.atatus.com https://tracetest.io/ https://uptrace.dev/ (I work for Atatus)
-
comment
Comment #39833651
Any one tried this for Prometheus metrics?
-
comment
Comment #39519293
What is content aware chunking?
-
comment
Comment #38898237
Which one is better for querying CSV from both command line and programmatically? 1. SQLite 2. DucksDB 3. clickhouse-local
-
comment
Comment #36804104
It is really amazing. With this command “ollama run llama2”, I can run llama2 instantly. Do you know how much RAM and disk space needed to run this llama2 model?
-
comment
Comment #36803988
I had same feeling when I build a free tools to unlock the password protected pdf. It can be easily done with OSX Preview. Then I see that people who don’t have technical knowledge…