Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
Aren't you tired from just writing Rust programs in English? Do you like saying "sussy" a lot? Would you like to try something different, with an exotic and funny-sounding phrases? Would you want to bring some Among Us touch to your programs?
amongrust (Rust with Among Us) is here to save your day, as it allows you to write Rust programs like in Among Us, using Among Us keywords, Among Us-like function names, Among Us idioms.
amongrust is fully compatible with English-Rust (since it’s basically just English-Rust but augmented to use Among Us words), so you can mix both at your convenience.
pending (need to learn amogusnese)

prove that I can yeet my dignity out from the window
amogus
How hard could it be to make a multilingual programming language?
(by multilingual I mean it supports multiple human languages, not that it compiles to multiple programming languages)
The wasteof crawler/scraper has been running for 7 hours as a test run.
It’d already scraped 1.2 GBs worth of data….
I think I’ve not obfuscated it enough
I’ll let you guys do it yourself
-- Take your age.
-- Subtract 2.
-- Then add 2.
-- That's your age.
age x = ($) ((.) `foldl` id) [(-2+), (2+)] $ x-- Take your age.
-- Subtract 2.
-- Then add 2.
-- That's your age.
age x = ($) ((.) `foldl` id) [(-2+), (2+)] $ xChapter 1: Introduction
1.1 Background
1.2 Problem
1.3 Purpose
Chapter 2: Explanation
Chapter 3: Conclusion
The size of ½ million depends on the context.
If it’s ½ million bytes, that’s small
If it’s ½ million queries, that’s big
Was in a middle of an ad skipping spree on YouTube when I heard (at a glimpse) the sentence “Patrick’s Parabox”.
Now what, Baba is You ads?
It’s time for a final exam!
… and I’m late at the first day. That’s 5 minutes wasted then.
Now for a non-weird question:
I’m going to implement searching for TBG REST. However, I’m not sure what query syntax I should use. Here’s the list:
Raw : /search/posts?keywords=keyword&author=author&forums=2&forums=5&search_in=0&sort_by=0&sort_dir=DESC
Ocular style: /search/posts?q=keyword +username:"author" +category:"TBG" +category:"RPG"&sort=0&order=DESC
GitHub style: /search/posts?q=keyword user:author in:TBG in:RPG sort:time-desc (you can also use `sort=` and `order=` queries if you want)not URI encoded for readabilty (for humans at least)
Which one should I choose?