frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

I spent 6 years building my Kanban as I hated how managers run the boards

https://www.npmjs.com/package/ooko
29•okovooo•2d ago

Comments

okovooo•2d ago
Usually, everything is set up "for the manager"—the way they prefer to view the project. As a result, a tool that is supposed to help the team becomes a burden. When you work across multiple teams, the constant filtering and scrolling turn into a nightmare. You waste your energy fighting the interface before you even start working. I believe that one glance at the board should be enough to instantly see where we are, who is overloaded, and what is stuck. That’s why I’m building ooko. To finally make the board a tool for the entire team.
darreninthenet•1h ago
A decent tool could surely define multiple different views of the same information?
dvh•1h ago
I always giggle when I look at the promo screenshot of fancy new to-do app that is supposed to solve the project management once and for all, and there are like 6 items on it instead of 200.
alemwjsl•1h ago
It also looks like Jira.
SOLAR_FIELDS•1h ago
It’s simply very early on in the endless lifecycle of project management:

Simple kanban is great! It’s simple! Okay, new users, new feature requests. Wow now I’ve got a really robust product but still it only solves problems for maybe 30% of people. Let’s add more! Eventually we have converged to Jira and instead of doing a few things really well we now do everything poorly. At this point you’ve probably got enough cargo culted corporate bureaucrats using your product to survive for quite awhile as you ride the wave of revenue into the slow tide of mediocrity. Then the death and rebirth as the new starry eyed project management tool begins as YetAnotherTrelloClone

KronisLV•1h ago
> Eventually we have converged to Jira and instead of doing a few things really well we now do everything poorly.

Is a system that does everything within its scope well not conceivable? If it is, does systems ending up like Jira come as a result of scope creep and gradual evolution (not designing the whole thing up front with its admittedly huge scope), not enough development effort or just wanting to ship things soon instead of spending 5 years making the damn thing be good? And then, how do we get there - a Jira killer, that’d be as good as Linux (or maybe BSD) is to OSes? It’s weird that project management has either small focused tools or big ones that are also bad in a variety of ways.

piva00•24m ago
A system that does too much is complex almost by definition, with complexity you introduce conflicts between features that need to be resolved through design, designing for multiple interactions of conflicting features is neigh impossible.

The combinatorial of interactions between many features will inevitably create unresolvable edge-cases that need to be patched over, either hidden away or by tacking on more complexity so the user can control how these edge-cases should be solved for their own workflow.

There is no way to do such design upfront, you can only upfront what you can think and reason about. That's how all projects start, and their demise is exactly from realising "oh, we don't cover this flow, maybe we should have a feature for that". Taking all these learnings and applying to a new system that has more design upfront starts to verge on Second System problem.

Linux is also full of cruft, it's good enough but I don't think you should live with the impression that is a benchmark of software quality. It's still impressive but as any complex system it has many issues from legacy.

dzogchen•1h ago
The best Kanban board is a physical one. You are also not going to be able to put 200 items on it.

That’s a feature, not a bug.

TipsForCanoes•1h ago
The fundamental idea behind Kanban was WIP Constraint Management.

Unfortunately, so many people have been doing cargo-cult agile for so long that now the word "kanban" means 'task board with columns' to most people.

It should not be possible to put 200 items into a column on a Kanban board unless the team is actually shown to have the capacity to work on them without causing a bottleneck.

okovooo•40m ago
"WIP" does not work - it only seems that you are in control of the process. It may work for the same type of tasks (hammering a nail), but in my practice, where all tasks are different, it did not work anywhere.
polotics•21m ago
..instead of 2000 ?
lawgimenez•14m ago
I remembered one project I added over 20 items and then GitHub’s Kanban started freaking out. Never did I used it since. Trello was great but got heavier too with all those fancy stuffs and colors.

I’m still in the lookout for a great kanban software though.

eterm•1h ago
If this will solve the problem with boards, you need to be able to answer 2 questions:

1. What does this do that Trello doesn't?

2. What does Trello do that this doesn't?

TipsForCanoes•1h ago
Can you show the capacity and flow management parts?
zeafoamrun•1h ago
I looked at some off the shelf task tracking and kanban packages and they didn't do quite what I wanted so I just vibe coded one up. We use it at home now.

My wife even made a special hidden mode for her game https://www.kanbanchaos.com so it can act as a frontend for our actual task tracker. Full taskception

ketzu•1h ago
In a team I worked, we had full control over how we wanted to use the board. But the senior people just refused to engage with it, as anything they did on the board would make them accountable.

My lesson: Boards can be awful and useless even without managers running them! :)

I've been using a simple, standalone kanban to manage my own tasks, though.

SOLAR_FIELDS•1h ago
I just require PR's to have tickets attached or it fails CI and otherwise use LLM's to write analytics to track what people are doing these days. Asking devs to hold themselves accountable is an exercise in futility in my experience. In a world where you can do that, why even bother with tickets outside of planning the work done? Might as well just transcribe your standup and turn it into tickets that way too.
Stevvo•1h ago
If you really did spend 6 years building this, then it's an excellent example of why you should be vibe coding instead; I don't see anything here that could not be made in 6 minutes instead of 6 years.
goopthink•1h ago
“I spent 6 years building my Kanban as I hated how managers run the boards”… only to discover that problem was the managers and workflows designed for their legibility (not engineers), not the technology or software itself, and that the tech itself could be rebuilt in a weekend nowadays?
orphereus•1h ago
The amount of comments shilling LLMs on HN is skyrocketing. Could be a recession indicator?
maxloh•1h ago
That is a really limiting license.

Per the LICENSE file:

  Modification Ban: The User has no right to change, modify, decompile, disassemble or create derivative works based on the Program.

  Distribution Ban: The User has no right to distribute the Program without the prior written permission of the Licensor.
gwerbin•51m ago
It's source-available proprietary software that happens to be distributed through NPM.
jaffa2•58m ago
What does this do? Do i need it? What was it about the managers running the boards that was hated? Why does this solve that issue? So many questions
dizhn•48m ago
Made me think of a non-tech manager I had once who when we presented the newly installed bug tracker (of which we had none prior) that said . "This is great. You don't expect ME to use it right?")
_the_inflator•47m ago
I like the guy’s stubbornness. We all have been there.

I understand his account as releasing daily frustration in a constructive way. We all hate/love Jira, Excel whatever but the alternatives are worse and instead of one bad solution 20 different perfect apps to use as a substitute won’t cut it.

We all are or have been there.

I like the guy. It is funny.

pif•25m ago
I keep stating proudly to any team mate and any manager that I've never ever needed a board to know what I had to work on.
subwatch_dev•21m ago
Six years of sticking with one product is the hardest part of solo building. Most of us (myself included) struggle with the opposite problem — shipping too many things and not going deep enough on any of them.

The convergence-to-Jira pattern mentioned in another comment is real, but I think the answer isn't "don't add features" — it's "add features for a narrower audience." A Kanban for 3-person dev teams will always beat a Kanban for everyone.

Curious about your distribution strategy. After 6 years, what's actually working for getting users — SEO, word of mouth, communities?

Statecharts: hierarchical state machines

https://statecharts.dev/
30•sph•1h ago•0 comments

Amateur armed with ChatGPT solves an Erdős problem

https://www.scientificamerican.com/article/amateur-armed-with-chatgpt-vibe-maths-a-60-year-old-pr...
419•pr337h4m•17h ago•263 comments

Eden AI – European Alternative to OpenRouter

https://www.edenai.co
50•muzzy19•3h ago•26 comments

I spent 6 years building my Kanban as I hated how managers run the boards

https://www.npmjs.com/package/ooko
31•okovooo•2d ago•27 comments

The West forgot how to make things, now it’s forgetting how to code

https://techtrenches.dev/p/the-west-forgot-how-to-make-things
477•milkglass•5h ago•259 comments

Why has there been so little progress on Alzheimer's disease?

https://freakonomics.com/podcast/why-has-there-been-so-little-progress-on-alzheimers-disease/
251•chiefalchemist•11h ago•151 comments

Show HN: Turning a Gaussian Splat into a videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
29•yak32•2d ago•5 comments

Tell HN: An app is silently installing itself on my iPhone every day

302•_-x-_•10h ago•121 comments

USB Cheat Sheet (2022)

https://fabiensanglard.net/usbcheat/index.html
348•gwerbret•13h ago•63 comments

GnuPG – post-quantum crypto landing in mainline

https://lists.gnupg.org/pipermail/gnupg-announce/2026q2/000504.html
82•zdkaster•8h ago•24 comments

Exposing Floating Point – Bartosz Ciechanowski (2019)

https://ciechanow.ski/exposing-floating-point/
35•subset•4h ago•3 comments

Mahjong: A Visual Guide

https://themahjong.guide/
106•iamwil•2d ago•28 comments

OpenAI Privacy Filter

https://openai.com/index/introducing-openai-privacy-filter/
222•tanelpoder•3d ago•45 comments

Terra API (YC W21) Hiring: Applied AI Strategist(Health Intelligence)

https://www.ycombinator.com/companies/terra-api/jobs/DY7BCZU-applied-ai-strategist-market-intelli...
1•kyriakosel•4h ago

Quirks of Human Anatomy

https://www.sdbonline.org/sites/fly/lewheldquirk/figlegq6.htm
40•gurjeet•1d ago•17 comments

The route from Prussian military headquarters to Gary Gygax’s basement

https://asteriskmag.com/issues/14/shall-we-play-a-game
35•jger15•2d ago•2 comments

The Free Universal Construction Kit

https://fffff.at/free-universal-construction-kit/
325•robinhouston•4d ago•71 comments

Flickr: The first and last great photo platform

https://petapixel.com/2026/04/22/flickr-the-first-and-last-great-photo-platform/
180•Nrbelex•3d ago•86 comments

Using coding assistance tools to revive projects you never were going to finish

https://blog.matthewbrunelle.com/its-ok-to-use-coding-assistance-tools-to-revive-the-projects-you...
279•speckx•19h ago•174 comments

EU Age Control: The trojan horse for digital IDs

https://juraj.bednar.io/en/blog-en/2026/04/17/eu-age-control-the-trojan-horse-for-digital-ids/
199•gasull•7h ago•100 comments

The Joy of Folding Bikes

https://blog.korny.info/2026/04/19/the-joy-of-folding-bikes
183•pavel_lishin•3d ago•119 comments

Cheating at Tetris

https://chalkdustmagazine.com/features/cheating-at-tetris/
3•t-3•3d ago•0 comments

Tip: Web requests should not be measured in Hz [Hertz]

https://mastodon.catgirl.cloud/@sophie/116467789133733136
22•robin_reala•4h ago•21 comments

America's Geothermal Breakthrough

https://oilprice.com/Alternative-Energy/Geothermal-Energy/Americas-Geothermal-Breakthrough-Could-...
114•sleepyguy•15h ago•136 comments

Math Is Hard – OpenBSD Stories

http://miod.online.fr/software/openbsd/stories/vaxfp.html
121•signa11•2d ago•8 comments

The Super Nintendo Cartridges (2024)

https://fabiensanglard.net/snes_carts/
72•offbyone42•10h ago•11 comments

The Knight Programming Language

https://github.com/knight-lang/knight-lang/tree/master
12•tosh•4h ago•3 comments

Hokusai and Tesselations

https://dl.ndl.go.jp/pid/1899550/1/11/
115•srean•18h ago•15 comments

Optimizing Datalog for the GPU

https://dl.acm.org/doi/10.1145/3669940.3707274
60•tosh•2d ago•3 comments

Simulacrum of Knowledge Work

https://blog.happyfellow.dev/simulacrum-of-knowledge-work/
154•thehappyfellow•18h ago•63 comments