@ArdainianRight I was going to make a rebuttal saying that nobody with an IQ that low would invent the most technologically advanced throwable weapon ever made, but it seems like boomerangs that actually return were made by White people and Abo boomerangs don't actually return.
@beardalaxy @BlinkRape There is also O.H.R.RPG.C.E. (Official Hamster Republic Role Playing Game Construction Engine) (dumb name and acronym) which is FOSS, but it seems to be only suited for NES/SNES style RPGs.
https://rpg.hamsterrepublic.com/ohrrpgce/Main_Page
You also have Solarus which is basically the RPG Maker equivalent for Zelda-clones. It supports Lua scripting and is FOSS.
So apparently, creating a microplastic filter is simple as adding tannins to wooddust.
@Svantovit @matrix That level of destruction makes him more like Timothy McVeigh, tbh.
Tip 25 of #TuesdayCodingTips - User-defined literals
C++ has many built-in literals for disambiguating types of constants, such as 'u' for unsigned, 'f' for float, or time-related literals from the chrono header (like ms, h, or min).
The really cool thing is that you can define your own literals (since C++11) to make your domain-specific constants more legible. All these literals overload the operator "" with your custom _suffix. The data type that is supposed to be before _suffix is then determined by the function parameter type (consult the documentation for allowed parameter types: https://en.cppreference.com/w/cpp/language/user_literal ).
Thanks to compile-time computing, these literals don't have to imply any runtime overhead for your code.
An interesting use-case that I found is that literals can be leveraged to make described bool constants without having to wrap them in a temporary.
One has to wonder if the Israel/Hamas war was an intentional distraction from this.
https://www.weforum.org/events/annual-meeting-of-the-global-future-councils-2023
@ThighHighSock @ArdainianRight @ChristiJunior @drawthentic I also like lurking that forum because they do talk about some niche and open minded topics that you can't find anywhere else.
@RustyCrab @alex Unless the site requires that it is marked NSFW. It's the ones without that requirement that become porn havens.
@ThighHighSock @ArdainianRight @ChristiJunior @drawthentic I don't agree with everything he says though. I personally wish I can start my own society because no existing one aligns with my views and lifestyle.
@ArdainianRight @ChristiJunior @drawthentic You would love this forum post.
https://www.happierabroad.com/forum/viewtopic.php?style=11&f=37&t=28876
@ThighHighSock @neko It's probably a good enough booster at least, but not a replacement for a degree or more expensive certs like from The Linux Foundation.