gilbert189 beta

i'm gilbert_given_189 on Scratch.

wall

posts

gilbert189 — 8/2/2023, 1:08:23 PM

cohost! is a thing that exists

♥ 4 ↩ 0 💬 1 comment
gilbert189 — 8/1/2023, 1:44:45 PM

Don't insert a pink-red triangle to your Wii unless you want to be annihilated destroyed.

♥ 9 ↩ 1 💬 0 comments
gilbert189 — 8/1/2023, 4:54:49 AM

To make a Singlish language, you start with a base of British English, mix in a healthy dash of Chinese (Sinitic), a huge dollop of Malay, and just a barely detectable hint of Tamil. Trust me, it'll make all the difference. Stir it up for some years until the grammar and phonology really got jumbled up, and then...

Singlish.

♥ 4 ↩ 0 💬 0 comments
gilbert189 — 7/31/2023, 4:00:42 PM

soon™ 🐢

♥ 4 ↩ 0 💬 0 comments
gilbert189 — 7/30/2023, 2:30:02 PM

@[email protected] wrote:

What’s that song that goes like:

“Destroy

DUBSTEP

pff wo AE WA WA AE pff we ya

pff WA EA AA WAH WAH WEH pff E eu wow

pff pff EA WA WA pff we ya

pff WA EA AA EE WE”

sorry can’t sing that well

♥ 4 ↩ 0 💬 0 comments
gilbert189 — 7/30/2023, 6:09:58 AM

What is the red liquid that steaks usually spit out when you cut them?

  1. Blood

  2. Juice

  3. Both of them

♥ 5 ↩ 0 💬 5 comments
gilbert189 — 7/29/2023, 4:00:14 PM

liar

↩ repost
random-posts — 7/29/2023, 2:24:08 PM

↩ repost
gilbert189 — 11/9/2022, 12:21:25 AM

There’s a reason why I seldom repost posts

♥ 6 ↩ 2 💬 0 comments
♥ 14 ↩ 2 💬 4 comments
♥ 4 ↩ 0 💬 0 comments
gilbert189 — 7/29/2023, 3:42:47 PM

Ideas In Motion

♥ 5 ↩ 0 💬 0 comments
gilbert189 — 7/29/2023, 3:27:16 AM

black kirby

♥ 7 ↩ 0 💬 0 comments
gilbert189 — 7/28/2023, 3:49:23 PM

did somebody made fingerprint dust from alumunium foil

♥ 4 ↩ 0 💬 0 comments
gilbert189 — 7/28/2023, 3:33:58 PM

ok I got the PRIME render offload working on my nspawn environment (rebooting is the answer of everything, i guess)

now I can game tomorrow

↩ repost
gilbert189 — 7/22/2023, 8:50:58 AM

Because my Wine install on Arch is broken (for some display config, I guess), I had to piggyback my Ubuntu install so I can use it (glad systemd-nspawn exists)

Now I’m trying to figure out how to set up PRIME render offload on it because it has…

gilbertdlo@asusUbuntu ~> prime-run glxgears
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  26
  Current serial number in output stream:  27
gilbertdlo@asusUbuntu ~ [1]>

…problems.

♥ 4 ↩ 1 💬 1 comment
♥ 3 ↩ 0 💬 1 comment
gilbert189 — 7/27/2023, 11:08:20 PM

The Philips CD-i.

♥ 7 ↩ 1 💬 0 comments
gilbert189 — 7/26/2023, 5:54:06 PM

am I going to post things I made in Haskell frequently now?

import System.Random

ask :: Int -> IO ()
ask x = getLine >>= lessOrMore x . read
    where
    lessOrMore :: Int -> Int -> IO ()
    lessOrMore x inp
        | x < inp = do
            putStrLn "Your number is smaller than mine."
            ask x
        | x > inp = do
            putStrLn "Your number is larger than mine."
            ask x
        | otherwise = putStrLn "You got it!"

main = do
    rng <- getStdGen
    let number = fst $ randomR (1, 10) rng
    putStrLn "Think of a number around 1 to 10."
    ask number

oh well.

♥ 3 ↩ 0 💬 0 comments
gilbert189 — 7/26/2023, 1:10:44 PM

Question: What do you think is the position of the Internet Doomsday Clock? (an analog of the Doomsday Clock for the Internet, which is an analogy of how close we are approaching catastrophe based on how long it is before midnight)

I’d consider it on 1 minute before midnight.

(btw, I didn’t say you can’t say it’s already midnight)

♥ 4 ↩ 0 💬 2 comments
gilbert189 — 7/26/2023, 12:57:11 PM

The Flintstones ⨯ Winston Cigarettes

♥ 3 ↩ 0 💬 0 comments