HN user

kidsil

362 karma

CloudExpat - Cloud Cost Optimization - cloudexpat.com

AZdev - FinTech (and more) fractional services - azdv.co

Posts46
Comments134
View on HN
eventdock.app 4mo ago

Show HN: EventDock – Webhook reliability for $29/mo (vs $490 alternatives)

kidsil
3pts0
www.cloudexpat.com 7mo ago

Public API for cloud cost+carbon and a GitHub Action that posts reports in PRs

kidsil
2pts1
eventdock.app 7mo ago

Show HN: Webhook Tester – RequestBin-style webhooks inbox built on Cloudflare

kidsil
1pts2
codertocto.com 1y ago

Why Senior Engineers Should Stay ICs

kidsil
29pts22
news.ycombinator.com 1y ago

Show HN: I wrote a book on how tech blogging helped my career (and can help you)

kidsil
1pts0
news.ycombinator.com 2y ago

Ask HN: Should I Keep the “Co-Founder? Seeking Co-Founder?” Posts?

kidsil
3pts7
news.ycombinator.com 2y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
10pts8
www.cloudexpat.com 2y ago

Terraform's new license and the OpenTF fork

kidsil
2pts0
news.ycombinator.com 2y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
4pts1
www.tryvault.com 3y ago

Vault – Modern banking for Canadian businesses

kidsil
1pts0
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
2pts1
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
6pts1
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
5pts0
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
47pts40
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
17pts8
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
1pts0
news.ycombinator.com 3y ago

Ask HN: Are you getting meaningful content form ChatGPT?

kidsil
1pts0
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
4pts0
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
1pts2
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
33pts24
news.ycombinator.com 3y ago

Ask HN: Co-Founder? Seeking Co-Founder?

kidsil
48pts27
news.ycombinator.com 6y ago

Ask HN: Which countries are open for traveling?

kidsil
3pts1
news.ycombinator.com 6y ago

Ask HN: What's hotexamples.com and why is it in all my code searches?

kidsil
6pts2
addons.mozilla.org 6y ago

Show HN: A Firefox add-on to disable notifications when a tab is muted

kidsil
2pts0
news.ycombinator.com 6y ago

Ask HN: How good is speech recognition software these days?

kidsil
2pts0
news.ycombinator.com 6y ago

Ask HN: Is anyone recording streaming School classes (increase due to Covid-19)?

kidsil
1pts0
www.kidsil.net 8y ago

My workout routine after 10 years of iteration

kidsil
1pts3
cloudwith.me 9y ago

Show HN: CloudWithMe – Managed AWS Hosting

kidsil
1pts0
techcrunch.com 10y ago

Cloud with Me – Automating and Simplifying AWS

kidsil
9pts2
www.kidsil.net 10y ago

Comparing the LinkedIn VS WhatsApp purchase

kidsil
2pts2

Eric, The Lean Startup had a huge influence on how I think about startups and product work, so first: thank you.

Given the current wave of AI-assisted coding (Claude Code/Codex) and the broader enshittification of SaaS/platforms, do you think B2B SaaS founders now face a new "we can just build this ourselves" problem?

How would you think about testing for that risk early?

Zed 1.0 3 months ago

Over the years I’ve tried plenty of fast, "snappy" code editors, but always found myself returning to Sublime.

Zed is the first one that got me to actually migrate. It does a great job of staying out of your way. Search and replace works seamlessly across multiple files with regex, and the extremely fast editing experience feels immediately familiar if you’re coming from Sublime. Being open source also gives confidence in its long-term viability.

Kudos to the team building Zed.

Funny, this mirrors almost exactly a decision I made after about a year of struggling with ELPA packages breaking on me repeatedly.

I ended up cutting Emacs off from ELPA entirely, settled on a ~700-line init.el, and now use Emacs as a glorified Org-mode agenda keeper. It's been heavenly (especially with a dedicated monitor).

The one thing I'm still working out is syncing with calendars and email.

The input method needs to be improved.

I can imagine a camera-based input that would help detect the wagging of a tail, or continued interest in the visuals as an indicator of doubling-down on a given feature.

The dog could actually vibe code a game to their liking, but with the wrong input (a keyboard) it's a missed opportunity.

Hi HN - Asaf here (founder of CloudExpat).

We just shipped a release aimed at bringing FinOps into PRs/CI (instead of another dashboard).

New in this release:

- Public REST API for cost + carbon summaries (JSON)

- /v1/report endpoint that can return Markdown for PR comments

- GitHub Action to generate the report + optionally post/gate on thresholds

- AWS RI/SP recommendations, plus All Accounts rollups and per-account data quality indicators

Would love feedback:

1) What signals/thresholds would make CI cost checks useful without becoming PR spam?

2) What’s your bar for auth/security + least-privilege for a tool like this?

Hard to believe it's been 13 years!

HN has been a wonderful source of both news and community - it connected me to my industry in ways that could only have been achieved otherwise by moving to SF or NYC.

In a way, it feels like a great continuation of my Slashdot years.

A $1k AWS mistake 8 months ago

Great write-up, thanks for sharing the numbers.

I get pulled into a fair number of "why did my AWS bill explode?" situations, and this exact pattern (NAT + S3 + "I thought same-region EC2→S3 was free") comes up more often than you’d expect.

The mental model that seems to stick is: S3 transfer pricing and "how you reach S3" pricing are two different things. You can be right that EC2→S3 is free and still pay a lot because all your traffic goes through a NAT Gateway.

The small checklist I give people:

1. If a private subnet talks a lot to S3 or DynamoDB, start by assuming you want a Gateway Endpoint, not the NAT, unless you have a strong security requirement that says otherwise.

2. Put NAT on its own Cost Explorer view / dashboard. If that line moves in a way you didn’t expect, treat it as a bug and go find the job or service that changed.

3. Before you turn on a new sync or batch job that moves a lot of data, sketch (I tend to do this with Mermaid) "from where to where, through what, and who charges me for each leg?" It takes a few minutes and usually catches this kind of trap.

Cost Anomaly Detection doing its job here is also the underrated part of the story. A $1k lesson is painful, but finding it at $20k is much worse.

Hey, just a friendly reminder that this is HackerNews, not The Lancet.

I have seen past comments here debating many relative basic concepts on medicine. Please don't take medical advice from engineers. Drink water, exercise, eat well. Otherwise seek medical advice from a doctor.

Thanks!

F10 always worked for me, but some terminals use F10 for some other functionality.

If that fails, you can click on "10 Quit" with the mouse (not ideal, but an immediate solution).

Linux won in the long run, I don't see why robust LLM models won't do the same.

In the end it'll be the scale of the infrastructure itself that will make the difference.

It is indeed a delicate balance, and different companies take it in different directions. I've seen ICs who focus almost entirely on a single pillar with minimal collaboration needed, but I've also seen Principal Engineers who were essentially part-time PMs. It really depends on what the person's strong suit is, or what gaps they naturally end up filling.

After handling so many of these cases I decided to build a solution that helps with cost monitoring and optimization. It's a single click integration with AWS and Azure. We're currently working on a solution for these specific cases as well, would love to hear some feedback. CloudExpat - www.cloudexpat.com

Busy Status Bar 2 years ago

Design is fantastic, every single detail is near-perfect. Unfortunately, the price tag is too high for this solution.

Your trajectory is quite similar to mine, particularly working with Kohana and Jekyll over the years.

My blog, in its current iteration, has also recently turned 15 (first post on June 27th, 2009). Reflecting on this long journey and how it has helped my career, I've decided to write a book about the experience.

If you'll excuse a bit of self-promotion, those interested can find out more at https://codertocto.com.

I hope sharing my journey might be helpful to others on a similar path.

ChatGPT for Teams 3 years ago

I understand some of these words.

In all seriousness, are self hosted GPT alternatives really viable?

I had the same need and ended up using a USB Hub that required manual clicks to switch between devices. All software-based or network-based switches were a no-go in my case. I love the idea of a hardware-based switch that allows for seamless transitions between devices.

Who will pick up the gauntlet and allow those of us without a soldering iron to buy a ready-to-use box?

It's striking how history repeats itself. Just like TV and newspapers eventually faced regulations to prevent scam ads, the internet has been in a similar bind for at least a decade. The principles of law should extend to all mediums, yet it seems we're at a stalemate with federal regulations adapting to the digital age. This should've been handled back in 2012.

It's a very strange accusation - that posting these posts would've made my name known. On my very first post I've asked whether the "Who's Hiring" bot could take it over.

Honestly, I'm sometimes shocked by the level of negativity that comes out of some HN users when all I tried was to make it easier for Co-Founders to connect.

At any rate, I've decided to stop the posts.

Hi dang,

Thanks for your feedback on this. While it's true that the monthly threads haven't received a high level of activity, in absolute numbers they've made a significant impact. Thus far these threads have helped 44 founders in their search for co-founders. That's 44 potential startups that could make a meaningful impact.

We've had some previous talks about having these threads less frequently, perhaps that could be a good compromise?

I believe that these threads align well with the spirit of HackerNews, which is all about promoting innovation and entrepreneurship.