Viewing profile — rumno0
rumno0
HN member- Joined
- Thu, Aug 24, 2017, 2:41 PM UTC
- HN karma
- 121
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About rumno0
No profile information was provided.
Recent public activity
-
story
Show HN: Nice TUI for Go Pprof
I’ve started a TUI for interacting with prof files or a live endpoint with traversal through history and file diff’ing - let me know what you think!
-
comment
Comment #47631556
Just to show what it can do, some language servers built with it - Makefile: https://github.com/owenrumney/make-ls - Goreleaser: https://github.com/owenrumney/goreleaser-ls
-
comment
Comment #47571494
Thanks - If its a straight error, then the error response is returned and we're all happy! If the handler panics, the server crashes, so that's something I'm off to fix now! Thanks…
-
comment
Comment #47567178
I've been thinking about this comment for a few hours now! I love it! I like building VS Code extensions and realized quickly the benefit of writing the logic in an LSP but I would…
-
comment
Comment #47565706
I actually started out using that. I wanted a debug UI to track messages which was the major driver in creating my own tbh
-
comment
Comment #47564721
I disagree - you should have docstring and I don't think this is worse by having it... its just not ideal
-
comment
Comment #47564257
I wrote this for the infracost LSP so I could write multiple IDE extensions. Its not even really a language server, its just a neat way to parse the Terraform/Cloudformation and re…
-
comment
Comment #47564244
thanks! Thankfully, I finally had a reason to build an LSP (infracost LSP), so it motivated this and I'm really pleased with it
-
comment
Comment #47564234
Yeah some times godoc comments look crap by necessity
- story
-
story
Show HN: Downalytics – Track OSS binary downloads via custom domains
Hi HN, I’ve been working on Downalytics ( https://www.downalytics.dev ), a lightweight tool that helps open-source maintainers and small projects track binary downloads from GitHub…
-
comment
Comment #41249550
This is effectively what Infracost Cloud is ( https://www.infracost.io/ ) It adds things like management of guardrails and policies that can be maintained by a finops role, or engi…
-
comment
Comment #41246547
To a certain extent I agree - I've worked on projects where a resource amounts to a rounding error in the overall cloud bill; for many organizations, cost is an important NFR for a…
-
comment
Comment #41246446
I just gave this a try with https://github.com/eksctl-io/eksctl/blob/main/examples/01-si... ChatGPT gave me a decent chuck of terraform and running Infracost against it gave me a $…
-
comment
Comment #41245448
Hey Itay, thanks, and thanks for commenting, great to hear from you!!
-
comment
Comment #41244869
The next step is certainly to look at the cloud account to get information on usage - this completes the picture of both for intended resources to create and what is already there.…
-
comment
Comment #41244700
Great feedback - thanks
-
comment
Comment #41243969
Hey, thanks for the question - Infracost does three things at the moment: Cost estimation before code is merged (and this is what is in JetBrains now with this plugin); then it che…
-
comment
Comment #41243561
Thanks for the feedback - appreciate the comments on the video, I can see that without audio the first minute or so is a bit dull - Hope this Gif is clearer - https://github.com/in…
-
comment
Comment #41236803
You're right, there are multiple roles for FinOps in an organization from the engineer up to finance and engineering management. This is tackling one aspect of this - highlighting …
-
comment
Comment #41236265
Our cost api is very regularly updated from the pricing data made available by the cloud providers. Metadata about the resources that require cost estimation are rolled up and sent…
-
comment
Comment #41236157
Thanks, that's generally more readily available in the billing explorer for most cloud providers. There is a definite case for pulling usage data from the cloud account to make sug…
-
comment
Comment #41236098
oh okay, that's a shame. I'll put together a simple terragrunt and see what's going on
-
comment
Comment #41235819
1. Not at the moment, but we're looking at other IaC tools to support on the road map. 2. There is a vscode extension - https://marketplace.visualstudio.com/items?itemName=Infracos…
-
comment
Comment #41235771
We support custom price books - https://www.infracost.io/docs/infracost_cloud/custom_price_b... As for usage, at the moment it's driven from a usage file - https://www.infracost.io…