minerobber
minerobber
Hey, tilde.team admin here~ Our gemini server has no group (literally; `groups gemini` returns `gemini: nogroup`). As such, this doesn't apply. However, as I advised contrapunctus in IRC when asked,...
I don't remember where I found my source, but I recall that the sorting algorithm takes into account both age and upvotes. This would promote: 1. Old content that has...
It's not high-level because it's complicated, it's high level because, as you put it, "the API is not really network interface and the cartridge would not be required to know...
I just had a cool idea: what if there was a "network co-processor"? You make a buffer in your main code that works as the co-processor's memory and then you...
Notably, this bug does not occur on Windows. If we ask MSDN what `clock` does, it will tell us: > The `clock` function tells how much wall-clock time has passed...
My vote is to include, no matter what version of TIC-80 we're building, some implementation of the Sokol time functions (`stm_*`). The Sokol time library is built such that no...
> We should probably consider using the timekeeping mechanics of the library that has been requested at build time... and then abstract that behind a single generic `timeMs` function we...
Can confirm the main executable crashes when streamed on Discord. The SDL player does not crash if that helps narrow down what causes the crash.
Late to the party, I know, but I think this would definitely be useful for polyfills of features that haven't been released. For instance, the only people who currently have...
Well that's easy: ``` function BOOT() trace("do boot stuff") end function TIC() trace("do TIC stuff") end if (not _TIC80_VERSION) or _TIC80_VERSION[1] Even if we decide to add it it wouldn't...