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

I thought of joining a regional science competition on computing just for fun (similar to ISO) only to realize that it started at February and ends early September.

Yay.

2 0 0

queues containing queues

Everyone is crazy about Twitter renaming itself to X while wasteof already has just W in the logo since day 1

4 0 0

Sooo…. what was the original purpose of Twitter X again?

Does this mean I can’t say “cis-3-hexene” on Twitter X over and over now?

I guess Elon hates Shruggies then ¯⁠\_⁠̵/⁠¯ ¯⁠\_⁠̵/⁠¯ ¯⁠\_⁠̵/⁠¯

Elon Musk says terms like “cisgender”and “cis” are now considered “slurs” on Twitter and will not be tolerated.

Thoughts?

EDIT: Elon never said that you can't say the word. He said that repeated harassment would be banned. The only thing he said about the word cis is that it was considered a slur. You can still say many slurs on Twitter (such as the N word)

14 6 107
3 0 3

I got 33%

It would be nicer if it actually works

#include <stdint.h>
#include <stdio.h>
#define 左 --ptr;
#define 右 ++ptr;
#define 加 ++tape[ptr];
#define 减 ++tape[ptr];
#define 写 putchar(tape[ptr]);
#define 读 i=getchar(),tape[ptr]=i*(i>0);
#define 起 while(tape[ptr]){
#define 终 }
#define 开始码 uint8_t tape[65536] = {0}; uint16_t ptr = 0; int main(i) {
#define 结尾码 }
// wait, it doesn't work properly?

开始码
减 起 减 减 减 减 减 减 减 右 加 左 终 右 减 写 减 起 减 右 加 加 加 加 加 左 终 右 加 加 写 加 加 加 加 加 加 加 写 写 加 加 加 写 起 减 右 加 加 加 加 加 左 终 右 加 写 减 减 减 减 减 减 减 减 减 减 减 减 写 减 减 起 减 右 加 加 加 加 左 终 右 减 写 减 减 减 减 减 减 减 减 写 加 加 加 写 减 减 减 减 减 减 写 减 减 减 减 减 减 减 减 写 减 起 减 减 减 右 加 左 终 右 写
结尾码

ok here is one

pairSum :: Num a => [a] -> [a]
pairSum [] = []
pairSum [x] = []
pairSum (x:y:[]) = [x + y]
pairSum (x:y:xs) = x + y : pairSum (y:xs)

pascal :: Integer -> [Integer]
pascal 0 = [1]
pascal x = [1] ++ (pairSum $ pascal (x - 1)) ++ [1]

main = mapM (print . pascal) [0..20]

greetings to 5-cube

farewell to hypercube

welcome hypercube

goodbye box

How do you handle sibling imports?

JavaScript: "I use .. to notate the parent directory and then move to the sibling I want. Just like how they did it in the 70s."

Python: "I make and install a new 'package' on a virtual environment before I can import it. I could use sys.path, but that's more of a bodge really."

2 0 0

What would you think would happen if Twitter users rule a country?

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
410 Gone
Date: Sat, 22 Jul 2023 06:09:35 GMT
Content-Type: text/plain; charset=UTF-8
Content-Length: 30
Server: cloudflare
Connection: close

Rest in piss, forever miss /ref

(this just came on my head)

also, :8443 is gone

10 1 4
5 0 1

is something wrong with the Socket.IO server or something?