Hoping this results in more people writing 3D games from scratch
Hoping this results in more people writing 3D games from scratch
It’s like a better version of npm. monorepos work better with yarn
Twitter has always been the red headed step child of social media. It had outsized cultural importance because most people consumed it via screenshot, not actually browsing the site. The reach of an individual twitter user is greatly augmented by their reach on other social platforms via screenshot
Reddit became an outrage factory for me in ways that other social media doesn’t. Facebook et al would push political news at me that was meant to piss me off, but Reddit suggests me nothing but videos of people being assholes in public, cutting each other off in traffic, getting into fights, etc. It’s like clockwork orange or some shit. I like that here, I can set my default algorithm to only subs (are they called subs?) that I subscribe to, in chronological order only.
I’m thinking of starting a friendica node for my city. I feel that a big problem with federated apps is that the audience isn’t local enough; it’s usually mostly tech-oriented people and doesn’t have enough local services.
At my company I start all new projects without a framework. I try to write things in templated backend frameworks with no javascript on the frontend. If I need javascript, I try to use web components, styled with modular css in the shadow dom.
However, this sometimes requires an absurd amount of build tool configuration with webpack in order to get static asset and typescript loading working just perfectly. I end up kind of just writing my own framework instead