"A roadmap is what people rough out when they're not sure where they're going, to convince themselves and some other simpleton that they're going somewhere." ~ Fermín Romero de Torres, Labyrinth of Spirits.
Why does MVC feel so bloated? Every time I try to structure a web project in MVC, I keep adding code I feel is unnecessary or just boilerplate/syntactical sugar.
Am I going about it wrong? How do y'all structure your projects?
Was watching the AlphaGo documentary and nice to see Lua being used at @GoogleDeepMind. It's such an underrated programming language.
Any of y'all making anything cool with Lua?
Was watching the AlphaGo documentary and nice to see Lua being used at @GoogleDeepMind. It's such an underrated programming language.
Any of y'all making anything cool with Lua?
Emulator opcodes are being implemented slowly. Something new I've been trying is making small, standalone demos of components and getting help from AI to sort of patch stuff together. I'm sort of learning how to structure projects in a better way and this is very helpful.
Today we are working on the display for the emulator. Specifically getting the fonts to render properly and writing wrapper functions to make it easier to do that.