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.“
I don’t know if this has been said or if this makes you cringe, but…
Can you show me your top 6 emojis on your keyboard? Mine’s
turns out there’s no api calls to search a gist
so that means i have two choices:
scrape GitHub Gist to get the gists (the plan is I want to search gists with #BundleAgain
on the description)
use a master gist for the people to fork it (but that means only 1 bundle per user)
What if I use GitHub Gists as a way to share Bundle Again codes
in a way
wow I’m a failure :)
if at first you don't succeed, reduce your expectations until you're a success
I used to use TalkBack to operate my phone blindly
Now it’s kinda useless now that I change my phone’s language to German…
What if I use GitHub Gists as a way to share Bundle Again codes
in a way
Things people get wrong when handling problems about infinity:
treating infinity like a number
being too real
probably others
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
My brother convinced me to use Chrome for “being ‘faster’ than Firefox“
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+)] $ x
Chapter 1: Introduction
1.1 Background
1.2 Problem
1.3 Purpose
Chapter 2: Explanation
Chapter 3: Conclusion