Conversation
Notices
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Thursday, 12-Oct-2023 07:01:08 JST Haelwenn /элвэн/ :triskell: Me making a website: Text editor, maybe few tools that have been there for years/decades and will continue being there for years/decades. Quite like said in My stack will outlive yours.
A NodeJS making a website: I'll use framework C, which pulls a framework B, which pulls framework A, which pulls framework B.
Me: Your guys are fucking insane.- kaia likes this.
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Thursday, 12-Oct-2023 07:03:41 JST Haelwenn /элвэн/ :triskell: Dennis Ritchie: My stack has outlived me. -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Thursday, 12-Oct-2023 07:10:42 JST Haelwenn /элвэн/ :triskell: @wilmhit Well my gemini server is under 100 lines of shell and only uses stunnel for the TLS part.
https://hacktivis.me/git/gemini-space/file/server.sh.html -
Embed this notice
Wilmhit until I woe (wilmhit@awawa.cat)'s status on Thursday, 12-Oct-2023 07:10:48 JST Wilmhit until I woe @lanodan testing out new things is also cool just not that way. How about making websever out of while-loop and netcat in bash :blobcat_3c: -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Thursday, 12-Oct-2023 08:10:00 JST Haelwenn /элвэн/ :triskell: @finlaydag33k Even your dynamic site example is probably an easily manageable stack and so much closer to the "text editor" website than the "NodeJS cyclic graph" website. -
Embed this notice
Aroop Roelofs :verified: (finlaydag33k@social.linux.pizza)'s status on Thursday, 12-Oct-2023 08:10:02 JST Aroop Roelofs :verified: @lanodan I think it really depends on the use-case: "How dynamic must your site be?"
1 website I built for a friend ages ago is just HTML+CSS because it never really needs to change (at most he had to add a banner that he was closed during certain moments).
However, the website for a Discord server I was in was pretty dynamic and changed at least every few hours.
So for that side, slightly more complex stack (some simple vanilla JS + GraphQL + PHP) made sense.