Conversation
Notices
-
Embed this notice
kaia (kaia@brotka.st)'s status on Wednesday, 21-May-2025 16:20:33 JST kaia
how does one reduce complexity of complex programming issues? :sadcat: -
Embed this notice
snacks (snacks@netzsphaere.xyz)'s status on Wednesday, 21-May-2025 16:21:09 JST snacks
@kaia divide and conquer is the most basic approach kaia likes this. -
Embed this notice
snacks (snacks@netzsphaere.xyz)'s status on Wednesday, 21-May-2025 16:22:02 JST snacks
@kaia but basically you just have to spin the problems around a bunch until you find good ways to solve them kaia likes this. -
Embed this notice
snacks (snacks@netzsphaere.xyz)'s status on Wednesday, 21-May-2025 16:23:31 JST snacks
@kaia experience is what gives you the tools to do this well and fast. You will always produce turds you look back on in shame and next time you'll know better kaia likes this. -
Embed this notice
meeper (meeper@shitposter.world)'s status on Wednesday, 21-May-2025 16:31:48 JST meeper
@kaia if you can stomach the math, look at how recurrence relations are solved, quite a few recurrence algorithms can be reduced to a single expression, other wise the general, d&conquer, dynamic programming, branch and bound etc kaia likes this. -
Embed this notice
eal (eal@post.ebin.club)'s status on Wednesday, 21-May-2025 16:32:25 JST eal
@kaia do a "stupid" first solution, you often understand the issue better after that and can do something smarter -
Embed this notice
p (p@raru.re)'s status on Wednesday, 21-May-2025 16:48:07 JST p
Yeah it's only by trying to solve the problem that you get to understand what it even is (sometimes)
@eal
@kaiasnacks likes this. -
Embed this notice
cell classic (cell@shitposter.world)'s status on Wednesday, 21-May-2025 17:45:22 JST cell classic
@eal @kaia it’s all fun and games until your cobbled up hack remains in the codebase for years (i’ll get back to it someday) kaia and narcolepsy and alcoholism :flag: like this. -
Embed this notice
narcolepsy and alcoholism :flag: (hj@shigusegubu.club)'s status on Wednesday, 21-May-2025 17:45:53 JST narcolepsy and alcoholism :flag:
@cell @kaia @eal I finally got back to it (themes 3) -
Embed this notice
Zappes (zappes@mastodon.online)'s status on Wednesday, 21-May-2025 19:22:04 JST Zappes
@kaia You establish a SAFe project structure, thus making sure that the actual coding will be pushed back by meetings until the original problem has been solved in some other way.
kaia likes this.
-
Embed this notice