#💽Programming Chat v2

1 messages · Page 115 of 1

spare quartz
#

I DIDNT SEE IT OK

proud creek
#

good job atp

spare quartz
proud creek
#

no youre fired

spare quartz
#

i own more monitors than you, tz.

#

therefore i cannot be fired.

proud creek
#

how many do you own

spare quartz
#

56

#

( + 2 for my current setup)

proud creek
#

why do you have that many 😭

spare quartz
#

because i won some contracts from the government 💪

#

(and will be reselling most of them)

proud creek
timid quartz
#

(against government contract)

spare quartz
#

ITS NOT

#

i am more gmanpilled than you will ever be

timid quartz
#

im gonna tell gov abbot all about you

spare quartz
#

who tf is an "abbot"

#

gay ass name

#

probably has a fursona

timid quartz
#

abbott*

#

mb

timid quartz
spare quartz
#

idk were they

#

do i look like i go to school

spare quartz
#

Status: Introduced on March 13 2025 - 25% progression, died in committee

timid quartz
#

sad

spare quartz
#

good.

#

more opportunity to add bayachao to the cirriculum.

#

me when i describe only the main security clearances (and sap) instead of "every us government secrecy level"

#

DOE comes to mind...

spare quartz
spare quartz
#

it can also boot up ms-dos...

#

but still suffers from same disk issue

flint belfry
#

ARE YOU FUCKING SERIOUS

proud creek
#

?

timid quartz
#

atp didnt realize the qrt said that until after sending it

#

and deleted it immediately upon realizing

spare quartz
#

thats so cool....

#

its using utc time

odd thunder
#

@spare quartz

flint belfry
#

ok im dming you what i mean

#

nvm ur dms are off

lavish dove
#

Sandstorm

timid quartz
lyric mesa
#

now it says 100k+

lone sky
#

happy 100K messages

lyric mesa
timid quartz
#

@spare quartz alert

spare quartz
#

青のスパチャ

#

リンゴジュースで乾杯だ!

#

青のスパチャ

#

ありがとう!

#

水色のスパチャ…

flint belfry
#

also don't call me that smh

spare quartz
#

Despite showing confidence in their ability to gain seats in the diet, the party received only 1,783 votes; the failure to achieve power legitimately, blamed by Asahara on an external conspiracy propagated by "Freemasons and Jews", caused him to order the cult to produce botulinum and phosgene in order to overthrow the Japanese government.

timid quartz
flint belfry
#

Die

timid quartz
timid quartz
spare quartz
#
timid quartz
#

What is that

rustic vine
spare quartz
timid quartz
# spare quartz https://youtube.com/@koginokii?si=XAY04pNJ5kamwBxp

低頭身デフォルメマスコットコーギーの迷犬こと「こぎのきゐ」です!
普段は描いた絵をX(旧Twitter)に投稿したり手描き動画を作ったり不定期でお絵描きやゲームの配信をしたりしています!
よかったらチャンネル登録よろしくお願いします!

X(旧Twitter):ht...

▶ Play video
rustic vine
#

wait theres a giant spy radar dish on top

spare quartz
#

cause it’s a prison

rustic vine
#

ohhhh

spare quartz
timid quartz
timid quartz
# spare quartz I DO!!

低頭身デフォルメマスコットコーギーの迷犬こと「こぎのきゐ」です!
普段は描いた絵をX(旧Twitter)に投稿したり手描き動画を作ったり不定期でお絵描きやゲームの配信をしたりしています!
よかったらチャンネル登録よろしくお願いします!

X(旧Twitter):ht...

▶ Play video
spare quartz
rustic vine
#

solid argument

timid quartz
spare quartz
timid quartz
rustic vine
spare quartz
#

yes

#

I’ve been reading about it…

#

since I barely read anything about history …

timid quartz
spare quartz
rustic vine
#

some guy was pissed off?

#

mailed sarin laced paper?

#

or am I confusing that with smoething else

spare quartz
#

Religious group made sarin gas cause the leader of the group wanted the apocalypse to happen

rustic vine
#

set it off in a subway train?

#

oh

spare quartz
#

So they made a few bags of low grade sarin and released it in some trains

#

(and poisoned themselves)

#

then most of them were sentenced to death/life in prison

spare quartz
rustic vine
#

yea ok that sright

#

I mixed the 2 up

spare quartz
#

Pretty sure that was some bio student/professor who decided to just mail anthrax spores and blame it on the Middle East

rustic vine
#

goated

timid quartz
spare quartz
#
147375
0x3EAE:0000000000000459 0xCD: int 0x21

147572
0x3EAE:00000000000003E3 0xCD: int 0x21
bronze venture
#

Heya, these two posts were deleted as per rule 3
-# do not send gifs regarding offensive figures

rustic vine
#

???

#

can't send gifs about epstein??

#

it wasn't in a positive light??

bronze venture
timid quartz
#

get boned

#

QSOC warn this guy

rustic vine
#

that makes 0 sense

#

is it specifically gifs? what if I was just talking abt him

#

o brah they got a whole bot to dm me a warning or something too

spare quartz
spare quartz
#

BCD perfected

spare quartz
timid quartz
spare quartz
# timid quartz less coding more bayachao/stray dog shorts watchin g

Locates a byte entry in a table in memory, using the contents of the AL register as a table index, then copies the contents of the table entry back into the AL register. The index in the AL register is treated as an unsigned integer. The XLAT and XLATB instructions get the base address of the table in memory from either the DS:EBX or the DS:BX registers (depending on the address-size attribute of the instruction, 32 or 16, respectively). (The DS segment may be overridden with a segment override prefix.)

At the assembly-code level, two forms of this instruction are allowed: the “explicit-operand” form and the “no-operand” form. The explicit-operand form (specified with the XLAT mnemonic) allows the base address of the table to be specified explicitly with a symbol. This explicit-operands form is provided to allow documentation; however, note that the documentation provided by this form can be misleading. That is, the symbol does not have to specify the correct base address. The base address is always specified by the DS:(E)BX registers, which must be loaded correctly before the XLAT instruction is executed.

The no-operands form (XLATB) provides a “short form” of the XLAT instructions. Here also the processor assumes that the DS:(E)BX registers contain the base address of the table.

In 64-bit mode, operation is similar to that in legacy or compatibility mode. AL is used to specify the table index (the operand size is fixed at 8 bits). RBX, however, is used to specify the table’s base address. See the summary chart at the beginning of this section for encoding data and limits.

timid quartz
#

LESS CODING MORE BRAINROTTING

spare quartz
# timid quartz LESS CODING MORE BRAINROTTING
IF AddressSize = 16
    THEN
        AL := (DS:BX + ZeroExtend(AL));
    ELSE IF (AddressSize = 32)
        AL := (DS:EBX + ZeroExtend(AL)); FI;
    ELSE (AddressSize = 64)
        AL := (RBX + ZeroExtend(AL));
FI;
timid quartz
#

@spare quartz from a friend of mine
“just use swift”
“kotlin = swift for the JVM but worse”

timid quartz
spare quartz
#

0x2224

timid quartz
spare quartz
#

busy.

timid quartz
spare quartz
# timid quartz What if you get to challenge me in return…

0x0060:0000000000000098 51388
0x0060:0000000000000098 56079

0x3EF4:0000000000000459 53489
0x00BF:000000000000030D 53542
0x3EF4:00000000000003E3 53638

BAD CODEPATH AT 49615 FROM 49354
ERROR AT 49379

0x00BF:0000000000001644 0x73: jnc 0x05 [0x0000164B]

di Δ: 0x0000000000001841
issue at di before 50482 (should be 0x17F1, was 0x1841)

bp Δ: 0x0000000000001C41
issue at bp before 50484 (should be 0x1BF1, was 0x1C41)

a Δ: 0x0000000000001C5E
issue at a before 50511 (should be 0x1c0e, was 0x1c5e)

bp Δ: 0x0000000000002466
issue at bp before 50623 (should be 0x2012, was 0x2466)

bp Δ: 0x0000000000000247
issue at bp before 50631 (should be 0x202, was 0x247)

d Δ: 0x0000000000000306
issue at d before 51534 (should be 0x2c1, was 0x0306)

SET 0x0000000000002135
issue at memory address 0x1545 before 61647 (should be 0x2c1, was 0x306)

es Δ: 0x0000000000003ef4

#

your challenge in return

#

is to add complete 80386 instruction support

#

and review the 200 instructions present

#

with intel manuals

#

actually no your challenge is to write a CPU in kotlin

timid quartz
#

ok buddy I was just gonna have you write amother DNS server

spare quartz
#

you didnt set any restriction.

timid quartz
#

ok fine

#

re-challenge, you get to challenge me in return, your challenge to me must be of similar difficulty to my challenge to you

spare quartz
#

okay, write a MIPS processor in kotlin using BSL

timid quartz
#

I didn’t say what my challenge was yet!!!

spare quartz
#

you said "you get to challenge me" as the initial argument

timid quartz
#

“In return”

spare quartz
#

OK, come up with it

timid quartz
#

Stateful firewall

spare quartz
#

because in return means after i make it

timid quartz
#

Also the second constraint implies that I challenge you first

spare quartz
#

your conditions are grammatically broken

#

switch to japanese.

timid quartz
#

Because your challenge can’t be similar difficulty to yours if I don’t challenge you first

timid quartz
spare quartz
timid quartz
#

バカだよ

spare quartz
timid quartz
#

Blah blah blah

spare quartz
#

its reading 0x153F wrong .

#

0x00BF:0000000000001640 0x3A: cmp al [0x04],

timid quartz
spare quartz
#

because mips is interesting to me.

timid quartz
#

How so

spare quartz
#

i dont know anything about it.

timid quartz
#

It’s RISC

spare quartz
#

that doesn't mean anything

timid quartz
#

You don’t like RISC

spare quartz
#

i dont like risc supporters

#

im apathetic to risc

timid quartz
#

MIPS (Microprocessor without Interlocked Pipelined Stages) is a family of reduced instruction set computer (RISC) instruction set architectures (ISA) developed by MIPS Computer Systems, now MIPS Technologies, based in the United States.
There are multiple versions of MIPS, including MIPS I, II, III, IV, and V, as well as five releases of MIPS32/...

spare quartz
#

that is indeed the wikipedia page

#

i do not need to read it

timid quartz
#

Yes you do

spare quartz
#

i will not

timid quartz
#

You said you didn’t know anything about MIPS

spare quartz
#

yes

timid quartz
#

So read

spare quartz
#

i will not read the wikipedia page to learn about it

#

because it does not tell me anything useful

timid quartz
#

blah blah blah

flint belfry
lone sky
spare quartz
#

RWEROWMEROWERWMEMRWEMOFSDFSDF,VFGLBFDLVLF

rustic vine
spare quartz
#

no a fabless processor company

rustic vine
#

oh ok

#

close enough

spare quartz
#

Zhaoxin (Shanghai Zhaoxin Semiconductor Co., Ltd.; , Chinese: 兆芯; pinyin: Zhàoxīn [ʈʂâu ɕín]) is a fabless semiconductor company, created in 2013 as a joint venture between VIA Technologies and the Shanghai Municipal Government. The company manufactures x86-compatible desktop and laptop CPUs. The term Zhào xīn means million core. Th...

rustic vine
#

fabless bruh

#

can u even call urself a REAL semiconductor company

#

if ur fabless

#

intel the only real one out here

#

🔥

spare quartz
#

should've been japanese

rustic vine
#

BROOOOO INTEL GET UR BUSINESSS TOGETHER

#

wait thats chinese

spare quartz
#

yes

rustic vine
#

I didn't even read it

#

loool

#

just assumed u posted jap

spare quartz
#

ewpfoo,sd

#

need to add the bios into this ..

lone sky
spare quartz
#

date/time added in full

rustic vine
spare quartz
rustic vine
spare quartz
rustic vine
#

DONE

timid quartz
spare quartz
spare quartz
#

I love it when it’s literally just phonetically English

#

Makes me wonder

spare quartz
#

or “fucking”

spare quartz
timid quartz
spare quartz
#

NITROGEN OXIDE

timid quartz
#

this is a masterlock whatever, it can be opened with a masterlock whatever

spare quartz
#

THIS IS A GUN. IT CAN BE OPENED BY ME FIRING IT AT Y OU.

#

oh my god cat shut up

timid quartz
spare quartz
#

they're sending all the tornados ato me.

timid quartz
#

boring for YOU TOO

#

if you look at your area on the map

#

you're barely even projected to have tstorms

spare quartz
#

i live here

timid quartz
#

#

you live here

#

LOL THAT'S SO SMALL

#

still really tiny

#

you live here

#

0 TSTORMS

#

0

spare quartz
#

1 tstorm

timid quartz
#

-3 tstorms

spare quartz
timid quartz
#

all of america praying trump keels over:

spare quartz
timid quartz
#

well

spare quartz
#
0x3698:0000000000000310 0x8B: mov ax [0x0004], [bp [0x0A3E]+0x04]
bp Δ: 0x0000000000000A3E
0x3698:0000000000000313 0x48: dec ax
0x3698:0000000000000314 0x89: mov [bp [0x0A3E]+0x04], ax [0x0003]
a Δ: 0x0000000000000003
flags Δ: 0x0000000000000205
0x3698:0000000000000317 0x83: cmp ax [0x0003], 0xFF
0x3698:000000000000031A 0x74: je 0x0D [0x00000329]
flags Δ: 0x0000000000000A91
0x3698:000000000000031C 0x8A: mov al [0x03], [bp [0x0A3E]+0x06]
0x3698:000000000000031F 0x8B: mov bx [0x0001], [bp [0x0A3E]+0x08]
a Δ: 0x0000000000000020
0x3698:0000000000000322 0x88: mov [bx [0x0000000000000953]], al [0x20]
b Δ: 0x0000000000000953
0x3698:0000000000000324 0xFF: inc [bp [0x0A3E]+0x08]
0x3698:0000000000000327 0xEB: jmp 0x-19 [0x00000310]
timid quartz
#

ig low chance of severe weather means all the poor spc employees get to rest a bit

timid quartz
#

nhc employees on the other hand...

spare quartz
#

朝〜

timid quartz
#

need to

#

start coding guardsman v3...

#

if I start it now and grind it out in rust....what will they do....redo it in TS?

#

actually probably yeah

spare quartz
#

tomorrow.....rtc, stat, disk write/format, serial/parallel

timid quartz
#

today*

spare quartz
#

added disk writing

timid quartz
#

nice

spare quartz
timid quartz
#

now make an mmu

spare quartz
#

just saw the context to that one video of the chinese ships crashing into each other 😭

rustic vine
#

the context was that they were both chasing the philippine coast guard ship right?

#

and then fumbled the bag

rustic vine
#

ye rlly embarrassing

#

dunno how they did that

spare quartz
#

then the philippine ship asked if they need any help

#

to which they got no answer

rustic vine
#

kinda tragic too since a few sailors lost their lives I think

#

obviously im ignoring the actual act of chasing the philippine ship

spare quartz
#

i should play pacific dirve agan

flint belfry
#

@spare quartz look look! they have your future job in the computer store

spare quartz
flint belfry
flint belfry
#

Ok

#

Noted

timid quartz
lone sky
#

@timid quartz wa za feck

#

is the gartsmell frontend not

#

open source

#

💔

timid quartz
#

the what frontend

lone sky
#

guardsman

#

☠️

timid quartz
#

weirdo

#

no it's not open source

timid quartz
#

I think sky wants to make it open source at some point but idk when that is

flint belfry
#

guardsman isn't open source???

#

ass

timid quartz
#

it happened with guardsman v1

spare quartz
#

who cloned guardsman v1

#

also what was the license

lone sky
#

💔

timid quartz
spare quartz
#

i mean... if you're going to make something that is under a permissive license..

#

you shouldn't feel any type of way to someone copying your work

#

cause thats kinda how open source just works

lone sky
#

it's under aGPL

timid quartz
#

meaning that if you modify it you also have to provide source code and credit

timid quartz
#

I dont think so lol

spare quartz
#

then you send a cease and desist

#

simple

timid quartz
#

bro it's literally sky

#

do you think sky has legal resources

spare quartz
#

yes

timid quartz
#

well you thought wrong

spare quartz
#

also a cease and desist doesn't require any legal resources

#

its just a formal "stop"

timid quartz
#

sky has like $2 and cannot afford a lawyer to fight someone breaking license

timid quartz
spare quartz
#

where were these cloned copies hosted...

lone sky
#

wasn't the so called copy this one thing ass toe h weed stones made

#

or whatever their name was

spare quartz
#

astro h weston

timid quartz
lone sky
timid quartz
#

they werent public I dont think

spare quartz
lone sky
#

nor care about

timid quartz
#

which is why guardsman v2 no open sourcy

spare quartz
#

okay... but if the copy wasn't hosted or public...

#

that means... they weren't infrigining on anything

#

which is completely under the terms of the license voluntarily chosen by sky...

timid quartz
#

so

#

v2 not open source

spare quartz
#

@lone sky ?

lone sky
#

-# for legal reasons I am joking

timid quartz
#

sky can choose to not have it be open source

spare quartz
#

im saying it was dumb to have it open source in the first place

#

the same thing happens in minecraft modding

#

someone choses to put their work under a license like MIT, gets mad that it was copied, next it's suddenly closed source

#

just have it closed in the first place

timid quartz
#

oh

#

yeah valid

spare quartz
#

pacific drive is fun .

lone sky
#

behind duckstation

#

who closed source the project over linux users having issues

spare quartz
#

what's a duckstation

lone sky
#

"Scripts: Remove PKGBUILD I originally provided this an alternative to the broken AUR packages.

However, it seems that Arch users would rather use broken packages and keep complaining to me instead of their packager. I specifically forbid packages for DuckStation (see README.md), and there's no way to request removal of these packages without handing my details over to a distribution I want nothing to do with.

So this is step one. Next step will be removing Linux support entirely, because I'm sick of the headaches and hacks for an operating system that only compromises 2% of the userbase, and I don't even use myself. But I'm hoping the Linux community will be reasonable, because as someone giving up my free time and not being compensated in any way, I shouldn't have to deal with this.

Just grep the source for "wayland" and you'll see what I mean."

#

holy cope

spare quartz
#

I NEED CHICKEN

lone sky
spare quartz
#

just fried a usb port on my motherobard

#

i inserted a usb c into a usb a

lone sky
#

🎉

spare quartz
#

hm thats odd

#

why does my lightswitch control that usb port now?

timid quartz
lone sky
#

slur for windows users

#

winder.

#

that's good enough.

spare quartz
#

i dont know what any of that means so i dont have an opinion

timid quartz
#

💔🥀

spare quartz
#

STOP USING BRAINROT TERMS!!!

#

YOU ARE 53.

timid quartz
#

sybau

spare quartz
spare quartz
flint belfry
#

i actually dont have a comeback on how to prevent that 😭

#

out of my range of ideas

spare quartz
#

just use the DWTFYW license

#

so easy

bronze venture
#

Heya, I’ve deleted your post as per rule 2
-# do not send nsfw messages

timid quartz
#

laaame

#

idk how that's even nsfw but ok

pastel tinsel
#

Are you referring to the fact that they use CMDR too?

spare quartz
#

i think they mean the website

pastel tinsel
#

They have a website?

spare quartz
#

huh

#

you are the "they" here

#

unless we're talking about a different guardsman

lone sky
pastel tinsel
#

guarteon doesn’t use gdsmn

lone sky
#

and by front end i mean the website

lone sky
spare quartz
#

unfunnylad this is why you dont misspell things .

lone sky
#

ITS ABOUT GUARDSMAN 😭😭

pastel tinsel
#

IM CONFUSE

lone sky
lone sky
spare quartz
lone sky
#

IF THE FRONT END OR SERVERSIDE OR WHATEVER GUARDSMAN USES

#

WAS OPEN SOURCE

#

(more specifically the web panel stuff)

#

THERE, HAPPY NOW??

#

😭

spare quartz
#

the serverside part is backend

#

not frontend

lone sky
pastel tinsel
lone sky
#

GOOD GRIEF

#

HES NAKED

pastel tinsel
#

Otherwise we would violate someone else’s copyright

lone sky
#

huh

pastel tinsel
#

The frontend we use is a vite template off of another site that we have edited

lone sky
#

OH

pastel tinsel
#

(None of us do frontend)

lone sky
#

what about the site backend itself though?

pastel tinsel
#

we did that part

lone sky
#

(the shit that handles all API calls or whatever)

spare quartz
lone sky
#

orrrr

pastel tinsel
#

Meta is for sharing types between the bot, frontend, and api

lone sky
#

oh

pastel tinsel
#

we haven’t open sourced those yet

#

due to

lone sky
#

noted lol

pastel tinsel
#

someone

lone sky
pastel tinsel
#

lololol

lone sky
#

DOES THEIR NAME START WITH ASTRO

#

HAVE AN H IN THE MIDDLE

#

AND END IN WESTON

pastel tinsel
#

yes

#

he basically called v1 his own

lone sky
pastel tinsel
#

at the time only the discord side really worked

#

and their was no roblox side

#

so he basically stole the bot code and used it for his own stuff and blah blah

#

and he copied me in a lot of different ways

lone sky
#

-# didn't you discuss that on one of those ancient GCs we had at some point

pastel tinsel
#

I think

#

that reminds me

#

I haven’t been able to see any channels in CCC for like a month or two now

#

Same with tz

lone sky
#

¯_(ツ)_/¯

pastel tinsel
#

what does that mean 😭

lone sky
#

idk about that one honestly

#

i don't have admin nor anything

pastel tinsel
#

j

umbral monolith
spare quartz
#

you should be ashamed

umbral monolith
#

i know... i use react and typescript...

lone sky
#

@timid quartz AND I WANT YOU TO MAKE ME

#

A KRABBY PATTY

timid quartz
#

@spare quartz APPARENTLY IT’S LEGAL TO MAIL LICENSED PIPE BOMBS IN TEXAS

#

PLEASE DON’T MOVE YET

pastel tinsel
#

WHAT

spare quartz
#

It’s like hundreds of dollars for single compounds

timid quartz
spare quartz
#

If you have that much money mail me a computer.

timid quartz
#

But a pipe bomb is funnier

spare quartz
#

メスコハク??オスコハク???

timid quartz
#

性別無し

spare quartz
#

didn’t need a dictionary for that (every service ever uses it in kana)

#

I’m hungry for chocolate milk

timid quartz
spare quartz
timid quartz
#

LOL "chud" is "チー牛"

#

it says it came from チーズ牛丼

#

HOW TF

#

DOES チーズ牛丼 MAKE SENSE FOR "CHUD" LOL

spare quartz
#

ニート^^^

timid quartz
#

no u

spare quartz
timid quartz
#

me when I KILL you

spare quartz
timid quartz
#

i put anthrax in it.

spare quartz
#

空人

timid quartz
#

mixed with asbestos.

timid quartz
spare quartz
#

だめ!だめ!だめ!だめ!だめ!

spare quartz
#

atlanic drive time

timid quartz
#

midwestern walk

spare quartz
#

where i post fro m btw

timid quartz
#

r u doing the story again lo

spare quartz
#

yes

timid quartz
#

mfw i still havent finished

#

im at the deep zone crossing rn tho

spare quartz
#

do this with guardsman

timid quartz
spare quartz
#

yess

timid quartz
# spare quartz

ghgjhgsdfakyuasdfvb,mjndsfgyukdsafhgysueragfhbueysrdoil gfy asgpifryogdsyfuzilfesylaoyafldfibfolsaipdfghubyoiadsybhfvbi

#

BOARD

lone sky
#

lone sky
#

@spare quartz @timid quartz am I stupid or does that just say "yayaya"

spare quartz
#

that does say ややや (ya ya ya)

lone sky
#

🎉

lavish dove
#

Yayayaa

timid quartz
#

へーーやーー

#

へーやーー

spare quartz
timid quartz
spare quartz
#

best expedition ever

timid quartz
spare quartz
timid quartz
spare quartz
#

es

timid quartz
timid quartz
#

tfdym ew

#

it's cute

spare quartz
#

its horrible

lone sky
#

I agree with aera this time

spare quartz
spare quartz
#

tf does that even mean in context to me

#

im not a bug

#

do YOU even know what that is

lone sky
#

fumigate(?) rooms

spare quartz
#

yes .

#

i am not a bug , " Chris " .

lone sky
spare quartz
#

please reevaluate your life choices .

spare quartz
#

my honest ball reaction

lone sky
#

nice ball bro

spare quartz
#

weirdo.

#

dont call people's balls nice.

lone sky
#

i'm gonna make a shitty ass copy and paste "reactor core" game using that.

#

even though we all know and agree that genre sucks ass.

spare quartz
# lone sky even though we all know and agree that genre sucks ass.

!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!
!!! INTERRUPT RECEIVED (0x16) !!!

spare quartz
#

the great wall between us and mexico

rustic vine
#

wait why don't they just

#

like setup a bunch of projectors

#

that project a 3d wall

timid quartz
rustic vine
#

that'd be a lot cheaper than building one

spare quartz
#

harry holograms are not a real thing yet

rustic vine
#

bruh wait rlly

spare quartz
#

you'd still need a water wall to project the light onto

rustic vine
#

WHAT

#

seriously

timid quartz
#

harry holograms may not be but wall holograms are

#

:3c

rustic vine
#

oh ok

#

I thought we were supposed to get hologram tech like

#

years ago

spare quartz
rustic vine
#

wgat happend

spare quartz
#

just put these everywhere

spare quartz
#

we DO have holograms, sort of

rustic vine
spare quartz
#

they're just not the type in scifi where light can go in any 3d space

rustic vine
#

softstop

spare quartz
#

like either you need to save the 3d geometry inside something and then shine a laser through it

rustic vine
#

WAIT THATS GOATED

spare quartz
#

or you need particulates everywhere

timid quartz
rustic vine
#

the difference between

#

here and there

#

is that there they don't see it so they drive straight through

#

here they will see it and go "oh ok that ain't stopping me"

timid quartz
#

true

spare quartz
#

tbf this is for truck drivers so they dont scrape off the entire ceiling of their trailer

#

not just for anybody

rustic vine
#

nah just let them

#

deserved

#

ain't there this one bridge in the US thats like

#

a little too low

#

like just slightly lower than normal

#

so many trucks don't actually clear it

#

I swear I saw a video of trucks just crashing into the barrier

spare quartz
#

we need more hazmat incidents involving trains

#

they need to move more acids more dangerously

rustic vine
#

any idea why?

#

dunno if you've seen that

#

or is it 75? I forget

rustic vine
#

you're hired

spare quartz
#

its a good idea

rustic vine
#

oh I forgot about that

#

what even happened

#

it just drive itself off the rails?

spare quartz
#

Security footage from a business in Salem, Ohio (20 miles [32 km] northwest of East Palestine), and a Ring doorbell camera from New Waterford, Ohio (4 miles [6 km] northwest from East Palestine), show fire emanating from underneath a rail car as it went by on the tracks.[25][26] After this, at around 8:55 pm EST on February 3, 2023, 38 cars derailed on the east side of East Palestine, near the border with Pennsylvania.[27][28][29][30] Of the 38 derailed cars, 11 were tank cars that dumped 100,000 US gallons (380,000 L) of hazardous materials, including vinyl chloride, benzene residue, and butyl acrylate.[31][32][33]

About 48 hours later, the National Transportation Safety Board (NTSB) released preliminary findings indicating that the derailment was caused by a mechanical problem on one of the railcars' trucks,[34][18] which may be connected to reports that an axle was observed throwing sparks about an hour before.[35] The crew received an alarm from a wayside defect detector shortly before the derailment indicating a mechanical problem, and then an emergency brake application was initiated.[36]

rustic vine
#

East Palestine, Ohio, train derailment

#

EAST PALESTINE??

#

oh its ohio nvm

#

carry on

spare quartz
#

east palestine from the west of palestine

rustic vine
#

mechanical problem

#

bro its a wheel and an axle

spare quartz
#

are you a petrol worker...

rustic vine
#

um I dunno

#

I took chem but forgot everything

spare quartz
#

those are all petrolchems...

rustic vine
#

no idea what those r

#

oh

rustic vine
#

👍

timid quartz
#

idk which youre talking abt

rustic vine
#

lemme see if I can find it

#

OH did u see

#

they were paving today

#

u know that bare lane

#

on 85

#

thats been there for like... months

lone sky
rustic vine
#

years maybe??

lone sky
#

@timid quartz

rustic vine
#

they were paving that this morning

#

finally dude

spare quartz
rustic vine
#

OMG u don't even know

#

they left

#

a lane on I-85

#

BARE

#

like they scraped it up or something

#

the asphalt I guess

#

and then they just left it like that

#

its a few inches lower than the rest of the lanes

#

and theres like 20 gazillion asphalt chunks near that lane

#

so if you drive in it not only do u get music played by your tires

#

u also get like a drumset gonig

#

cuz you kick up all those asphalt chunks into the bottom of ur car

spare quartz
#

oh my god... harry is in this game ..

rustic vine
#

they finally started paving it today its been like a year

#

WHAT

spare quartz
rustic vine
#

wait its ok soldiers are dispendable

timid quartz
rustic vine
#

ye

#

I was so happy to see that

#

completely ignored the traffic it caused

#

I end up somehow in that lane every time

#

and I just hear those chunks of asphalt being kicked into the car

spare quartz
timid quartz
#

@spare quartz do you have risk of rain 2

spare quartz
timid quartz
#

download it

spare quartz
#

ive never played or seen gameplay

timid quartz
#

add me on steam

spare quartz
#

what is your id

timid quartz
#

398657563487945362879

spare quartz
#

err

rustic vine
#

Er

spare quartz
timid quartz
#

oh mb

#

984578963246785454689754689

spare quartz
#

THESE ARE NOT REAL IDS!!!

timid quartz
#

oh ok

#

nvm then

#

nvm the nvm

spare quartz
#

303716405 .

#

ughs. go use that

#

who are you go away

timid quartz
#

damn this u?

spare quartz
#

you arre so dumb

timid quartz
#

fine i SENT you one

#

ughhhhh

spare quartz
#

BIOHAZARDOUS

timid quartz
#

stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid

spare quartz
#

OK. you have been blocked and reported

#

now what

timid quartz
#

idk if u wanna play ror2

spare quartz
#

ill try it after pacific drive

#

idk what it is though

timid quartz
#

u will find out

spare quartz
#

us military

timid quartz
spare quartz
#

after i get bored of it today

timid quartz
#

which is probably...after you're done speedrunning it...

spare quartz
#

i am not a speedrunner......

timid quartz
#

you're literally in the deep zone and youve been playing for....

spare quartz
#

mid zone*

timid quartz
#

hours

spare quartz
#

im ABOUT to get into the deep zone

timid quartz
#

yes

#

your eint he sapem spot

#

as me

#

in thes tory

spare quartz
#

what is "eint"

#

your e in

timid quartz
#

YOURE IN THE same SPOT

#

my finger cant etype

spare quartz
#

wwow your english sux

timid quartz
#

idnotwa atnna herea it

spare quartz
#

also my keyboards A and S keys are starting to fade

#

very sad

timid quartz
#

very good.

#

no A or D = no coding = 💥

#

no A is especially disastrous to kotlin programming (val and var)

spare quartz
#

ok the keys still press fine

#

if anything its my backspace key thats gonna break first

timid quartz
#

oh :(

spare quartz
#

its just i hit the a nd s keys high and the w key low

#

so my fingers hit the labels

timid quartz
#

this must be a reference to asirel x dess

spare quartz
#

OK back to pacific drvie

timid quartz
#

@flint belfry are you a kris x berdley shipper

lone sky
#

⚠️

lone sky
#

kralsei superior.

#

source: tony told me it's canon in a dream.

flint belfry
#

no the hell im not 😭

timid quartz
#

it's in the prophecy...

flint belfry
#

FUCKING WHERE

spare quartz
timid quartz
#

it was the one susie shattered....

flint belfry
timid quartz
#

"To save the worlds, there is only one way"
"The bird and Kris, together they must be gay"

#

@flint belfry theres ur proof^

flint belfry
#

so shes going to make them not gay together

#

why else would she shatter it

timid quartz
#

nah susie is a kerdley shipper

#

because susie x noelle

flint belfry
#

she wouldnt have shattered the prophecy if she was

#

she even calls it stupid

#

therefore kralsei is real
thanks for coming to my tedtalk

timid quartz
#

ralsei ISNT REAL!!!!

#

wait wait wait ok

#

susie isn't a kerdley shipper

#

but we know that whatever ralsei tried with kindness didnt change the prophecy

#

meaning kerdley must happen.

flint belfry
#

ok whta the fuck is this conversation dude 😭

spare quartz
#

STUPID ASS BOULARD MAKING ME HAVE TOT TELEPORT

timid quartz
timid quartz
spare quartz
#

shut up .

flint belfry
timid quartz
#

OH I KNOW WHAT I CAN DO

#

lay in my bed and watch anime :3

spare quartz
#

ニート

flint belfry
timid quartz
#

pingas

spare quartz
#

back 2 the deep zon

timid quartz
#

............

#

...

#

.

#

...

spare quartz
#

if i do not respond im either asleep or REALLY focused

#

(I WAS NOT DOING WELL)

timid quartz
spare quartz
#

uhguhghghgh im sweating so bad from that

#

i made it

timid quartz
#

time for break

spare quartz
#

no

timid quartz
#

yes...

#

pls

#

urgh fine

spare quartz
# timid quartz pls

みこさん、パシフィック・ドライブにディープ・ゾーンで中は何のようにあるか?

地獄

flint belfry
spare quartz
spare quartz
timid quartz
#

Literally speedran the game

#

Did you play on the highest difficulty

spare quartz
#

no i went on joyride cuase i wanted to have fun

#

thats why i replayed

timid quartz
spare quartz
#

okkay now im at the last quest marker

#

time to finish the game

timid quartz
#

🇹🇼

spare quartz
#

you wont get any context for what that evil building is

#

but its evil

timid quartz
spare quartz
#

||you're both wrong and right at the same time||

timid quartz
#

people

#

order

#

our

#

patties

spare quartz
#

just beat the game

timid quartz
#

Car in shambles

timid quartz
#

I beat it earlier

#

Now am eepy

spare quartz
#

Parallel game beating

timid quartz
#

waiting for Sky to braindump ideas for Guardsman v3….and then wait for nobody to do it so then I can build it in Go :3

spare quartz
spare quartz
timid quartz
#

Been had it yes

spare quartz
#

That’s me

#

For japanese

spare quartz
#

One of the artists I follow… the one who has BPD

#

Apparently they had a leg injury at work. I think they’ll be fine though

spare quartz
#

OK aera.

#

I shall be forwarding that video to the aforementioned artist

timid quartz
#

Do it lol

spare quartz
#

How to sleep …

flint belfry
spare quartz
#

8311

flint belfry
#

Ok

spare quartz
#

what is an 8311.

flint belfry
#

community for bypassing fiber optic isp hardware

#

eg ditching the router atnt gives you

spare quartz
#

sounds like a BSL problem.

#

ghhgggggh

#

have to pick up optiplex computers tomorrow

#

and wake up at 6:00 am…

flint belfry
flint belfry
spare quartz
#

bread server library….

flint belfry
#

Terminated.

spare quartz
flint belfry
spare quartz
#

wrong…

flint belfry
#

right.

#

hoarder.

spare quartz
#

in two days I’ll be picking up part 1 of the monitor sphere

#

And I shall build a “Monitor Cube”™ to store it in the mean time.

flint belfry
#

can you build a visit to a therapist i think your hoarding problem is starting to get out of hand

spare quartz
#

ITS NOT HOARDING

flint belfry
#

YOU DO NOT NEED ALL THAT EQUIPMENT

spare quartz
#

Proof?

rustic vine
spare quartz
#

Too complex.

rustic vine
#

off to the horde u go

spare quartz
#

NOT my honest response

flint belfry
# spare quartz Proof?

you need to manufacture your own equipment
since you don't want to rely on other people or companies to stuff you need to make your monitor from scratch

#

get to work

spare quartz
flint belfry
#

No your Not

spare quartz
#

government buildings are naturally occurring resources

rustic vine
flint belfry
rustic vine
#

insults in chinese are so creative 😍

spare quartz
#

Oh my god bruh

#

I’m going to hack you.

timid quartz
spare quartz
#

さっき、日本で流行してる詐欺電話に本当にひっかかるところでした 未解決だから誰もいない部屋で話してほしい、2時間ほどこれから時間はあるか、あなたの名前を利用して不正な口座が作られてるためあなたが逮捕される危険性がある との内容で訳がわからなくて親に一旦話したら詐欺だよ!といわれハッとしました

timid quartz
timid quartz
spare quartz
#

what

#

hold on

#

im going to fax you an image

timid quartz
#

Can’t read it

spare quartz
#

yes you can

#

OK...

flint belfry
spare quartz
#

im only downloading it cause aera harassed me to

flint belfry
#

wow die

spare quartz
#

???????

timid quartz
timid quartz
#

Atlantic flight…

timid quartz
#

Where ||the remnants|| came from

spare quartz
#

||the well||

timid quartz
#

Yeah that

#

is that what that building was

#

that you posted

spare quartz
#

maybe maybe not

timid quartz
#

die

#

but thx for not spoiling

spare quartz
timid quartz
#

fix ur battry dummy

#

and ur door and ur panel

#

and ur quirks

#

atp i remember youre quirks

spare quartz
#

oh my god bruh this battery is so leaky

#

im going to deconstruct it

timid quartz
#

me when i deconstruct you

spare quartz
timid quartz
#

idk why yet but

spare quartz
#

also i got so much storage

#

my garage is nearly fully upgraded

timid quartz
#

spongebob patrick squidward mr krabs

#

spongebob patrick squidward mr krabs

timid quartz
#

pneumatic locker == infinite storage

spare quartz
#

i have 4

timid quartz
#

what are the things with the lights then

spare quartz
#

parts lockers

timid quartz
#

lame

spare quartz
timid quartz
#

corrupted energy...

#

must be hard to get

spare quartz
#

no its quite easy

timid quartz
#

i lowk hate that you have to traverse through the outer and mid zones to get to the deep zone

spare quartz
#

corrupted/unstable energy can appear in the tiers directly below them actually

spare quartz
#

it lets you skip a highway junction inbetween another highway

timid quartz
#

yappity yappity

spare quartz
#

i can just go to b1 in 1 step

timid quartz
#

also spoilers for deep zone...

#

smh....