3 Followers
12 Following
43 Posts
PHP // Rust - Web Developer, amateur writer.
Dir Surfhttps://dir.surf/
My Bloghttps://spacehole.lol
@ChrisWere Debian/PopOS are my rock. I’ve been using SUSE Tumbleweed at work, but it’s hard to know what packages I’m looking for translating from Debian and APT.
@hacknorris I just like esoteric languages. I stumble arias them reading through blogs or watching videos.
@hacknorris Beautiful, succinct; Art.
Chef - Esolang

@hacknorris build a web server in Chef?! 😂
@AaronTheGuy Whst size is your unit?
@architect is it just handling a translation later from kill?
@hacknorris learn Hare
Web developers, how do you mostly write your CSS?
Vanilla (CSS)
85.7%
Preprocessor (SASS/LESS)
14.3%
Framework (Tailwind)
0%
Other (reply)
0%
Poll ended at .

@architect I tried xmake for a while and really grew to appreciate its dependency management (xrepo). But, I swapped to premake for better cross-platform compatibility and a simpler API.

I’d like a build system written in something a little more human than Lua. C/C++ external tools feel needlessly complex when 90% of the time I just want to build all the files in my current path tree, tweak the optimize flags, and toggle between some linker settings.