@gilbert189

i'm gilbert_given_189 on Scratch.
Wall

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

Dec 6, 2022, 7:22 AM
1 0 2

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

what’s up with ATers having really low-resolution PFPs

amongrust

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.

example code

pending (need to learn amogusnese)

but why though ??? 😳

  • prove that I can yeet my dignity out from the window

  • amogus

Dec 3, 2022, 10:36 AM
4 0 2

My brother convinced me to use Chrome for “being ‘faster’ than Firefox“

Do you guys know LaTeX?

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)

Dec 2, 2022, 6:14 AM
1 0 11

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

Title

Chapter 1: Introduction

  • 1.1 Background

  • 1.2 Problem

  • 1.3 Purpose

Chapter 2: Explanation

Chapter 3: Conclusion