|
|
|
|
|
by gw98
1297 days ago
|
|
I know the point of this article is to demonstrate how to solve a problem but the premise is a bad one and must not be confused with sound software architecture at all. In fact it's slightly painful reading it and I really wish people would stop writing articles like this. The functional requirement here is to take some HTML, parse it and emit slack flavoured markdown. Involving WASM / Rust / cross compiling stuff and fucking around with a build tool chain should not even be being discussed anywhere as a solution for this. I mean it's fine as a toy but the problem is that half the industry doesn't have any idea what's a good idea and what isn't from an engineering perspective when it comes to solving problems and this will be taken as gospel on how to solve the thing. What we have here is a Rube Goldberg machine, not a cleanly solved engineering problem. |
|
The best kinds of hacks are the ones that look ludicrous but are actually somewhat fine in practice.