HackerTrans
TopNewTrendsCommentsPastAskShowJobs

losalah

no profile record

Submissions

Show HN: New Hacker News Watchlists Crome Extension

chromewebstore.google.com
1 points·by losalah·4 bulan yang lalu·0 comments

Processed 4M threads, got 200k user pain, comment ur idea, I will validate free

1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

Show HN: Free market intelligence tool, analyze HN, find users pain points

whatstechin.com
1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

Show HN: A Chrome extension that adds private notes to Pinterest pins

chromewebstore.google.com
1 points·by losalah·4 bulan yang lalu·0 comments

[untitled]

1 points·by losalah·4 bulan yang lalu·0 comments

Ask HN: How do you catch OpenAPI drift before the UI breaks?

1 points·by losalah·4 bulan yang lalu·3 comments

What I do, and what I delegate to AI

salah.louizy.com
1 points·by losalah·4 bulan yang lalu·0 comments

Feature led building vs. user led building

salah.louizy.com
2 points·by losalah·4 bulan yang lalu·0 comments

Post-Visual Web: Designing pages for agents, not readers

salah.louizy.com
2 points·by losalah·4 bulan yang lalu·0 comments

Would you use a CLI tool that turns English into local automation workflows?

1 points·by losalah·5 bulan yang lalu·3 comments

comments

losalah
·4 bulan yang lalu·discuss
Use gemini 3.1 to give the UI a unique identity away from chatgipidy default styles
losalah
·4 bulan yang lalu·discuss
What if a real ai answers?? Lol
losalah
·4 bulan yang lalu·discuss
in debugging it would be used, not at devops level only
losalah
·4 bulan yang lalu·discuss
maybe release an npm package for it as well. However, nice tool honestly!
losalah
·4 bulan yang lalu·discuss
By “drift” I don’t just mean breaking changes between spec versions.

I mean the spec and the live API behavior fall out of sync (often because implementation changes land first and the spec lags, or vice-versa). The first time we notice is when a real UI flow breaks and someone has to spelunk Devtools to see what the server actually returned (missing fields, nullability changes, new enum values, shape differences...)

So spec-diff tools like Vacuum help once you’re comparing two OpenAPI files, but my pain is earlierm catching “spec vs reality” from normal dev/staging usage (real accounts + data) and getting an actionable report (which operation, what mismatch, request id/response snippet) before it turns into a broken UI + an hour of debugging.
losalah
·4 bulan yang lalu·discuss
sorry it came off that way. I dictated that one in Obsidian, so it picked a slightly polished phrasing. What I meant is just: simple choices keep saving you time later.
losalah
·4 bulan yang lalu·discuss
yes, I’m with you. Keep it simple, ship the thing, and only add a new system when you actually need it.
losalah
·4 bulan yang lalu·discuss
What are you looking for exactly? Company names or sectors, or maybe even specific job offers?
losalah
·4 bulan yang lalu·discuss
This hit a nerve because “simplicity” is one of those things you only notice when it’s missing, and most orgs don’t have a good way to reward “the thing that didn’t happen.”

I’ve watched this exact dynamic play out: one person ships the boring implementation, nothing breaks, everyone moves on. Another person ships the “platform” version, there are docs, diagrams, an internal talk… and now there’s a subsystem that needs to be explained to every new hire. Guess which one looks like “impact” on paper.

The part I think is under-discussed is that complexity has a carrying cost that rarely gets charged to the builder. The team pays it later: more surface area, more failure modes, more time spent reading before changing. In that sense, unearned complexity is like taking on leverage. Sometimes it’s the right move, but you should need a business case, not just enthusiasm.

What’s helped on teams I’ve liked: make “simplicity” legible by treating it as a decision record. In the PR/ADR, explicitly list the two “cooler” options you didn’t take and why, and write down the trigger conditions for upgrading later (“if p95 > X for Y days”, “if we add a second producer”, etc.). That turns “implemented feature X” into “made a deliberate tradeoff, reduced risk, and defined a clear escape hatch.” It also forces the room to argue with specifics rather than vibes like “future-proofing.”

Also +1 on the interview point. A lot of system design interviews are accidentally training people that the goal is to draw more boxes until the interviewer nods. The more senior move is usually: start simple, instrument, set thresholds, and only then add machinery. But that’s harder to “perform” in 45 minutes than rattling off Kafka and sharding.

If an org wants to fix the incentive, I think the question to ask in reviews isn’t “how big was the thing you built,” it’s “did you make the system easier to change next quarter.” That’s the kind of impact that compounds, and it’s usually correlated with simplicity.
losalah
·5 bulan yang lalu·discuss
Claude Code is an interactive coding assistant. Viba is an automation runtime. You wouldn't use Claude Code to run a cron job at 3am or watch a directory for new files.

Viba compiles your intent into a persistent and versioned workflow that runs unattended with triggers, retries, and history... more like a local first, AI-configured n8n than a coding agent.