gilbert189's avatar

@gilbert189
Beta tester

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.“

14 1 94

@KuroiseTNP@x.com 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

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

  1. Blood

  2. Juice

  3. Both of them

liar

There’s a reason why I seldom repost posts

14 2 4

Ideas In Motion

5 0 0

black kirby

did somebody made fingerprint dust from alumunium foil

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

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

The Philips CD-i.

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.

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)

The Flintstones ⨯ Winston Cigarettes

3 0 0

Wait, they had DaVinci Resolve on AUR?!?

The X.Org Foundation has a rival now 😮

4 0 0

Fun fact: Two of my brother’s videos got featured in a Jack @ jacksflims and Jerod @ The8BitDrummer’s video

Dupe.

TNC Episode 19 - The Rise of X

Avid TNC fan Farah joins Micah and Sean to discuss Elon Musk's insane Twitter rebrand, UK tech surveillance bills, the return of r/Place, the writers' strike, and much more!

Listen on most major podcasting platforms: https://podcasters.spotify.com/pod/the-new-creators

Find TNC elsewhere: https://bio.link/tnc

Happy to announce that TNC is rebranding to simply T, the everything podcast. T is the future state of unlimited interactivity – centered in audio, video, memes, Shorts/Reels – creating a global marketplace for ideas, goods, services, and opportunities. Powered by AI, T will connect us all in ways we’re just beginning to imagine.

9 2 3