Viewing profile — przemo_li
przemo_li
HN member- Joined
- Thu, Aug 07, 2014, 9:33 AM UTC
- HN karma
- 25
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About przemo_li
No profile information was provided.
Recent public activity
-
comment
Comment #44442295
How good is mise at clean up of accumulated versions?
-
comment
Comment #43988717
That's wrong hot take. GH have forks. Those are distributed repos. You can also sync to GitLab and similar, you can front it with the likes of Gerrit, integrate some code review UI…
-
comment
Comment #41180676
There is huge array of alternatives between git-flow and trunk based development. Most still miss on benefits TBD and CI bring. Companies settle in the middle because git-flow is v…
-
comment
Comment #36334139
Nobody insures nuclear power plants. Government is always spillover guarantee. It also does not come into play after start of operations. Financing would be different matter. Those…
-
comment
Comment #36210395
If you allow at most 2 versions and expect team introducing change to rewrite all code... At small size of code, tooling for that may be off-the-shelf for monolith. Are there any r…
-
comment
Comment #35861671
Have you tried to just track time on board / time on column on each task on Kanban board? You just need to keep track of time to trigger those discussions.
-
comment
Comment #35861534
In Kanban you multiply cycle time by tasks and do some modeling on that value. Only difference is that in SCRUM whole team does produce raw value upfront of work, while in Kanban m…
-
comment
Comment #35861432
I think you where sold on "scrum is all you need"lie. Kanban isn't there to dictate process, but as a tool to correctly and truthfully inspect your process. E.g. we recently used l…
-
comment
Comment #35860534
Proposing retro board be available 24/7 and retros be skipped if board is empty is good use of retro time. ;)
-
comment
Comment #35860501
If revenue they bring is estimated you may only need relative comparison. After all if dev team days that more perspective project is very likely cheaper to make, why would you cho…
-
comment
Comment #35841142
I think it's reference to a team that can be satisfied with a pizza in take out event. Increasing number of pizzas you get bigger teams. Increasing number of microservices you assi…
-
comment
Comment #35839446
Over focusing on source leads to stand conclusions. True remedy in both cases is refactoring. So if team don't have time for refactoring in monolith, then switch to microservices w…
-
comment
Comment #35829023
French scenario could have been avoided is much better loans where secured. Delays skyrocketed costs for to fat % on those financing agreements. Which is 101 of big projects anyway…
-
comment
Comment #35827728
That's too native. Output is indeed cooled but only enough to be only fraction hotter then input. Then dumping is safe again. This is also why most of those power plants have to sh…
-
comment
Comment #35155316
Valid basket does not imply valid order. Sometimes just splitting stuff into more types that are appropriate to specific portion of pipeline is a win.
-
comment
Comment #35025617
Can you expand by providing rough size and GL variants you have used with that monolith.
-
comment
Comment #34949097
Twitter got new round of lay offs. Don't drink cool aid. Twitter case is not yet settled. Musk bought Twitter as company-in-crisis, and crisis was not about excess workforce...
-
comment
Comment #34948555
composer.json is from PHP. Config file for package manage (almost universal). So it will be even bigger pain in the keyboard to write them :(
-
comment
Comment #33828172
Can you give an example? E.g. signal that you chose to ignore?
-
comment
Comment #33798207
Batteries. Everybody have better manufacturing capability then Tesla. Everybody know better then Tesla how to do cars. No really!!! It was always about costs side of equations. Man…
-
comment
Comment #33748192
Git branchless have restack command that restacks whole trees/branches of commits.
-
comment
Comment #33160533
Problem of wrong incentives is that they put same pressures on everybody. So if those aren't cleared next batch of devs, just didn't spoil yet :( So looking at incentives first is …
-
comment
Comment #31515828
Interfaces do not solve Expression Problem. So not even having interface can guarantee success. (Finding abstractions to solve given expression problem ain't easy too, but ultimate…
-
comment
Comment #31515807
Generalization is a way to go forward. Years back, they didn't even dreamed about your new class. Refactoring isn't waste. Its what enables good code this time around. (And what av…
-
comment
Comment #29457593
Autor do not talk about any abstraction though. They talk about concrete knobs and dials, bolted on in advance of actual requirements. "Can do it all" isn't abstraction because it …