Ask HN: Is webdev getting complicated without results to show for it?
11–20 of 40 posts
Re: Ask HN: Is webdev getting complicated without results to show for it?
#12the internal product is _full employment_ along with a healthy dash of _intellectual pleasure_, though much of the latter is in rediscovery of principles and approaches which regularly recur as the pendulum swings. But pride of ownership and invention is strong human drive.
Re: Ask HN: Is webdev getting complicated without results to show for it?
#13In web front-end, the same pattern crops up repeatedly. Two examples:
* Elm[1]: It's brutally functional and limited by purity, but it works
* htmx[2]: It's grug-brained[3] and limited by that, but it works
I'll let others enumerate web frameworks. On desktop, software for uxn and Varvara[4] by Hundred Rabbits fits the same pattern:
* 64k of RAM and limited to 4 colors, but it works
* Created when Xcode was painful to install on a boat over pre-Starlink satellite internet
Who knew rage-quitting could be so productive? ¯\_(ツ)_/¯
[2]: https://htmx.org/
[3]: Said to be by the HTMX creator: https://grugbrain.dev/
Re: Ask HN: Is webdev getting complicated without results to show for it?
#14I certainly don't appreciate the cognitive load a lot of my daily stuff takes. It used to be simpler, more direct, and more satisfying.
Re: Ask HN: Is webdev getting complicated without results to show for it?
#15158 NPM packages already, and the page load requests are insane.
Two reasons I'm doing this monstrosity of an implementation anyway:
1. Resume-driven-development, on a personal/indie project.
2. Using the framework's interactive SSR just to make it harder for freeloaders (AI company scrapers, copy&paste developers) to copy the information or the implementation tricks.
[*] Except for a little flexbox "responsive" flowing, corner rounding (without kludges), and some fade transitions, none of which are necessary.
Re: Ask HN: Is webdev getting complicated without results to show for it?
#16Re: Ask HN: Is webdev getting complicated without results to show for it?
#17Re: Ask HN: Is webdev getting complicated without results to show for it?
#18I'm currently using some of the latest popular stack, for a simple Web site that could've appeared almost the same 25 years ago[*], with static HTML and a little client-side JS. (And could've been implemented faster then, and would've operated much more efficiently.) 158 NPM packages already, and the page load requests are insane. Two reasons I'm doing this monstrosity of an implementation anyway: 1. Resume-driven-de…
Re: Ask HN: Is webdev getting complicated without results to show for it?
#19Re: Ask HN: Is webdev getting complicated without results to show for it?
#20Anyways, tech doesn't have to be your hobby. You don't have to be aware of anything outside your company. You company could've bet on SPAs about a decade ago and you could still be on the set of solutions surrounding that, unaware that SSR even exists. That's the level of stress which you are contractually obligated to, and nothing more.