#💽Programming Chat v2

1 messages · Page 59 of 1

spare quartz
#

5* MB compiled is pretty big

spare quartz
spare quartz
#

the annotating should continue

#

LibraryScanner is the best thing this mod has ever produced

timid quartz
timid quartz
#

Yikes

#

Good thing I’ve only dabbled with homebrewing GBAs

spare quartz
#

only 7 more classes to supersede

#

after this i think im gonna keep devving the IA32 emulator

#

really wish i had a line of kernels i could run through and test each one

spare quartz
#

the rot

rustic vine
#

bait used to be believable

#

at least rename it or something bro 😭

spare quartz
#

no he just runs this group trust

rustic vine
#

ohhhhhh

spare quartz
spare quartz
spare quartz
timid quartz
spare quartz
timid quartz
#

you're superseding classes

#

are you just rewriting forge?

spare quartz
#

No

#

Those are data generators for our mod

#

They automatically produce JSON files the game reads and uses to determine stuff like block loot, names, sound definitions, models

#

Our system just needed to be partially rewritten to bring it up to speed with the DataGenerateLanguage part, which localizes stuff using annotations

#

I’d argue we’re the only mod to do that..

#

But I haven’t checked

timid quartz
#

mrow

spare quartz
spare quartz
#

4320423-4324

#

need to treat query params as separate from the file in BSL

spare quartz
spare quartz
#

最後のコマを描画したらcallbackを実行

spare quartz
spare quartz
#

りゆうがく

spare quartz
jolly lake
#

How did I get unfollowed from here

spare quartz
timid quartz
#

stupid "unable to decrypt"

#

never has anyone fought harder to get messages to send on their messaging app than with matrix

spare quartz
timid quartz
#

ok

#

there's also signal

#

and simplex

#

that don't struggle to send messages

spare quartz
#

but those are lammmme

#

you need a 50000 page specification

timid quartz
#

matrix also has a fun issue where deleting a room on one server doesn't guarantee deletion on all of them

#

same with like kicking and banning

spare quartz
timid quartz
#

meaning that you can't really shut down the more...unsavory rooms

#

if you get what I mean

pastel tinsel
#

You can soft lock accounts

#

very laced

timid quartz
#

imagine you have 3 servers all federated with each other

#

server A can shut down a room but server B and C can ignore it entirely

#

same with server A banning someone

pastel tinsel
#

No yeah

#

This happened with Terry

timid quartz
spare quartz
#

lame you didnt even try it here

timid quartz
spare quartz
timid quartz
#

I still use mine

#

a little

#

but not really

#

everyone's on discord there's basically no point in moving

spare quartz
#

bleghhh

#

why did she have to use such heavy apngs

timid quartz
#

skull issue

spare quartz
#

doing this on a 2 mb/s connection is so bad

#

its like playing a bayachao game on a tape recorder

timid quartz
#

just

#

get better connection

spare quartz
#

how

#

the server is in new york

timid quartz
#

pay more money

spare quartz
#

it costs a lot more money to even get 10 more mb/s up there 😭

timid quartz
#

have u played the driving pacific game yet

spare quartz
#

i downoaded it

proud creek
#

hell naww

spare quartz
proud creek
#

i have one

#

smh

spare quartz
#

sure

rustic vine
spare quartz
#

siiiiiighhhhhh

#

have to move heaven and earth for physics grid

timid quartz
#

there

#

https://guweh.com

spare quartz
spare quartz
rustic vine
#

wait wth is going on with the strings

#

the name isn't quoted

#

and the email isn't quoted at all

#

nor is the link

#

wth

spare quartz
#

highly ERRONEOUS medium. banned

rustic vine
#

fr

#

downvote

#

I'm ashamed for even posting it

spare quartz
#

the line numbers are also awful

rustic vine
#

WTH

#

ITS CURSED

#

ai generated image bruh

spare quartz
#

hopefully this is some AI crap and not someones actual design

#

or else they need another ... decade to bake

rustic vine
#

its raw

#

keep it in the oven

timid quartz
spare quartz
timid quartz
# spare quartz

urgh I need an 80% on this stats exam to keep an 80% in the class

spare quartz
hard granite
#

the icon has those artifacts

proud creek
#

lol it got download right

spare quartz
#

HAHAHHA KNEW IT

rustic vine
#

don't play it

#

its woke

spare quartz
#

i AM playing it

rustic vine
rustic vine
hard granite
spare quartz
#

ughhh i hope you both get nuked in world war 3

spare quartz
#

exactly

#

kill harry

spare quartz
#

mbmmbmbm cant sleep

#

need to write protocol

proud creek
#

SUPER F

jolly lake
#

SUPER F

rustic vine
proud creek
#

💀

spare quartz
#

mmmmmmmmmm

#

thinking bout rockets again

lavish dove
spare quartz
#

THEY STREAMED YESTERDAY!!

#

このたび「NINNIN変身オーディション」で 大賞 をいただくことができました!🏆✨
本当にたくさんの応援、投票、ありがとうございます!!

▼NINNIN公式サイト(ガイドライン確認済み)
🔗https://ninnin.xyz/

▼X(旧Twitter)の受賞ツイート
🔗https://x.com/kiro247/sta...

▶ Play video
timid quartz
#

urgh

#

stats exam

#

2 hours!!!

spare quartz
timid quartz
#

魔魔魔

spare quartz
#

halt

timid quartz
#

アンド

#

ミラクル

spare quartz
#

ughhh bayachaooooooooo make the gaaaaammme

#

i dont wanna wait until oct 31..

#

「Aerasto」を爆撃するソフト

spare quartz
#

it is time to study linux

#

and create my own FUSE implementation

#

over a JVM

#

shouldve specified

spare quartz
#

it found it!

spare quartz
#

god this is so cursed

spare quartz
#
fun main(): Unit = Arena.ofConfined().use {
    val linker = Linker.nativeLinker()
    val fuseLib: SymbolLookup = it.getLookup("libfuse.so.2")
    // fuse operations
    val readDirHandleJVM = MethodHandles.lookup().findStatic(
        FUSEImplementation::class.java,
        "readDir",
        MethodType.methodType(
            Void.TYPE,
            MemorySegment::class.java, MemorySegment::class.java, MemorySegment::class.java, MemorySegment::class.java,
            MemorySegment::class.java
        )
    )
    val readDirDescriptorJVM = FunctionDescriptor.ofVoid(
        ValueLayout.ADDRESS,
        ValueLayout.ADDRESS,
        ValueLayout.ADDRESS,
        ValueLayout.ADDRESS,
        ValueLayout.ADDRESS
    )
    val readDirUpcall = linker.upcallStub(readDirHandleJVM, readDirDescriptorJVM, it)
    val operations = it.allocate(fuseOperationsStructure)
    val readDirHandle = fuseOperationsStructure.varHandle(MemoryLayout.PathElement.groupElement("readdir"))
    readDirHandle.set(operations, readDirUpcall)
    // fuse_main
    val fuseMain: MethodHandle = fuseLib.getDowncall(
        linker, "fuse_main", ValueLayout.JAVA_INT,
        ValueLayout.JAVA_INT, ValueLayout.ADDRESS, ValueLayout.ADDRESS, ValueLayout.ADDRESS
    )
    val status = fuseMain.invokeExact(0, MemorySegment.NULL, operations, MemorySegment.NULL) as Int
    mainLogger.info("fuse_main said: $status")
}
#

doesn't work yet

#

experimenting

spare quartz
#

used the BSD form of the functions award

timid quartz
spare quartz
#

true!

spare quartz
#

ソフトソフトソフトソフトソフトソフトソフトソフトソフトソフト

spare quartz
#

ばびお茶

spare quartz
#
--!strict
-- music listneted to whiel porting (UNFUNNYLAD DONT SHOW THIS)https://www.youtube.com/watch?v=wp3D9VQUy3E&t=5334s
local HTTPService = game:GetService("HttpService")

type Promise<T,F> = {
    rx: ((T) -> (), ((F) -> ())?) -> Promise<T,F>
}

function createPromise<T,F>(): (Promise<T,F>, (T) -> (), (F) -> ())
    local capturedT: any = nil
    local capturedOk: boolean = false
    local localRx: ((T) -> ())? = nil
    local localRxf: ((F) -> ())? = nil
    local function ok(x: T)
        capturedT, capturedOk = x, true
        if localRx then localRx(capturedT) end
    end
    local function fail(x: F)
        capturedT, capturedOk = x, false
        if localRxf then localRxf(capturedT) end
    end

    local promiseSkeleton: Promise<T,F>
    promiseSkeleton = {
        rx = function (ok: (T) -> (), fail: ((F) -> ())?): Promise<T,F>
            if capturedT ~= nil then
                if capturedOk and localRx then ok(capturedT)
                elseif not capturedOk then error("Uncaught exception in promise; " .. capturedT)
                end
            else
                localRx = ok
                localRxf = fail
            end
            return promiseSkeleton
        end,
    }
    return promiseSkeleton, ok, fail
end

return function (path: string): Promise<string,string>
    local promise, ok, fail = createPromise()
    task.defer(function()
        local reqOk, res = pcall(HTTPService.GetAsync, HTTPService, path)
        if reqOk then ok(res)
        else fail(res)
        end
    end)
    return promise
end
#

speedran coding this

#

time to test

#

whoops forgot to call rx's

#

there

spare quartz
#

duh

#

i wrote it in ~5 minutes cause i was prompted to

spare quartz
#

hm

#

out of all the file formats and protocols ive made

#

i haven't actually touched a company-made one (except for SSTP)

#

might look into valves or RPG makers formats

spare quartz
#

AIと話すの楽しい…なんか何でも教えてくれる優しい友達ができたみたいでうれしい…クレーンゲームの得意な友達とゲームセンター行くくらい頼もしい…

spare quartz
#

FINALLY

#

IT WORKS

spare quartz
#
May 02, 2025 3:51:02 AM org.bread_experts_group.ForeignFunctionInterfaceKt getLookup
INFO: Library lookup for "libfuse3.so.3" created
May 02, 2025 3:51:02 AM org.bread_experts_group.ForeignFunctionInterfaceKt getAddress
INFO: "fuse_session_mount" was located at the address {0x00007F597F83C0EE}; [NATIVE]
May 02, 2025 3:51:02 AM org.bread_experts_group.ForeignFunctionInterfaceKt getAddress
INFO: "fuse_session_new" was located at the address {0x00007F597F83BD63}; [NATIVE]
May 02, 2025 3:51:02 AM org.bread_experts_group.FUSE <init>
INFO: Created fuse session: {0x00007F597F2DD2B0}; [NATIVE]
May 02, 2025 3:51:02 AM org.bread_experts_group.FUSE mount
INFO: fuse_session_mount call for path "/home/bread/fuse_remote_microserver-1.0.0/bin/hellofuse"
May 02, 2025 3:51:02 AM org.bread_experts_group.FUSE mount
INFO: fuse_session_mount completed successfully for the path "/home/bread/fuse_remote_microserver-1.0.0/bin/hellofuse"
May 02, 2025 3:51:02 AM org.bread_experts_group.ForeignFunctionInterfaceKt getAddress
INFO: "fuse_session_exit" was located at the address {0x00007F597F83C325}; [NATIVE]
May 02, 2025 3:51:03 AM org.bread_experts_group.FUSE close
INFO: FUSE session terminated.
#

now to add loop

#

time to umount this from another screen and see if it terminates

#

it does!!!!!

spare quartz
#

the native upcall works!!!!

spare quartz
#

WE OFFICIALLY HAVE ZERO EXTERNAL DEPENDENCIES ON BREADMOD 🎉

timid quartz
spare quartz
#

ever since BSL got support for native functions directly from the JVM we can!

#

dont even need LWJGL

spare quartz
timid quartz
#

go go bayachao bsod

spare quartz
#

0xBA7AC5A0

#

there

#

hopefully this wont crash me for testing

#

haha neat

rustic vine
spare quartz
rustic vine
#

ohhh ok carry on

#

I have learned my lesson

spare quartz
#

anyways should add this to breadmod

rustic vine
#

never question the activities of an RF engineer

#

if so, you will get a 3hr long explanation

rustic vine
spare quartz
#

basically it would allow us to overwrite your computers kernel with a minecraft mod

#

pretty cool

spare quartz
#

added directory size calculation with hopefully still working cache invalidation

rustic vine
#

uh

#

nerd

#

😁

spare quartz
#

wouldn't you like to know weatherboy

rustic vine
#

true

#

wait

#

thats area

#

aera

#

area

spare quartz
#

true

#

good at sorting

rustic vine
#

lexigraphical sort

#

sorry

spare quartz
spare quartz
honest loom
#

Can anyone show me how to make a script that if the Player uses a certain armor/Weapon it will forcely slow down the player movement?

honest loom
#

aight thanks

pastel tinsel
#

it is ass too

spare quartz
#

am replying so thats a good sign

timid quartz
spare quartz
spare quartz
spare quartz
#

translating breadmod

#

「英語訳は偽っている。バルサ木です」

timid quartz
#

Either that or say 「バルサ木だ」

#

(Keep the formality level consistent)

spare quartz
#

ah (did second)

#

what about

#

「日本語の自動的な訳は作れません。」

#

(used in the japanese data generator when given a null name for automatic translation, thrown in an unsupported op exception)

timid quartz
#

I mean that’s like

#

“We could not make an automatic Japanese translation”

#

It’s not quite the same

spare quartz
#

i just wanna make sure both are correct where they're used since this is the first time im writing proper full sentences

spare quartz
#

hooray gen works

spare quartz
#

ほとんどパンだ、だけど中に腫瘍ら。mmm

#

🍽️

timid quartz
spare quartz
#

didn't see that

#

fix : thumb

#

learned what a pluralizing suffix was

#

不可避なバグら

proud creek
#

bread

spare quartz
#

hey it's a direct translation

timid quartz
#

oh gross

spare quartz
#

well almost direct

spare quartz
#

pain

timid quartz
#

pain

spare quartz
#

theres gotta be somewhere i can sneak in a bayachao reference

#

gotta find out wher ei can put 3 魔s

#

dont do it

timid quartz
#

Idk idea

spare quartz
#

THAT WOULD INVOLVE CODING 🔥🔥

#

oh yeah i also have to translate the irc messagse,se,s

#

thankfully those aren't hardcoded literals

timid quartz
#

Just put 魔魔魔マジカル・アンド・ミラクル

spare quartz
#

wow 切る is a universal verb

#

ホスト切断状態

#

close enough

#

i forget computing terms can have a TON of kanji

#

ホスト切断しました: "x"

timid quartz
spare quartz
#

cause on jisho it has like

#

26* different definitions

#

using 切断しました for the actual verb

#

the worst error of all time 「リモートホストが接続を強制的に切断しました。」

#

there

#

ブレッド専門家グループ

spare quartz
#

its over

timid quartz
#

it’s joever

timid quartz
#

We won

spare quartz
#

it wasn't signed with my GPG

rustic vine
rustic vine
#

That's gotta be worse than not having one

spare quartz
#

i do??

#

we've been signing since like 2024

rustic vine
#

I remember u had unverified commits

spare quartz
#

a long time ago while i was in the process of changing my email yeah

#

i used a rebase command thats like 500 chars to fix that

timid quartz
spare quartz
#

does that count

timid quartz
#

now ur commits.

spare quartz
#

idk that'd take forever

timid quartz
spare quartz
#

im so bad at building

timid quartz
#

ゲーマーだ

timid quartz
spare quartz
#

:<<<<<

#

listening to nttot soundtrack while making it

lone sky
spare quartz
#

marow

lone sky
#

why the hell does jake's copy of ntot

#

do the cursor thing aswell

#

is it like a RPG MV thing

#

or what 💀

spare quartz
#

good quesiton..

timid quartz
lone sky
#

I am THE one that was indulged by them

#

shut up

timid quartz
#

You could have stopped the cycle

lone sky
#

nuh uh

timid quartz
#

You were supposed to be the chosen one!!!

lone sky
#

IM JUST A LEECH HONESTLY 😭

lyric mesa
spare quartz
lone sky
#

the devilun keychain which i cannot describe here as it might break one rule or more

spare quartz
#

no and thats probably for the better

lone sky
#

good

#

SIR THAT'S MY VIDEO

spare quartz
#

:3

lone sky
#

😭

lone sky
#

😭

#

IT'S FINE BUT LIKE I ALSO FIND IT MAD FUNNY

spare quartz
#

hooray the linking works

#

now to add ethernet

lone sky
#

oh yeah @timid quartz just a heads up

#

I have an expertise in taking random bullshit, shoving it into a folder and putting that into npm to compile it into electron

#

💀

#

or well not exactly compile, just build

#

...or is it compile?

#

god knows, i'm not the smartest programmer or anything

proud creek
lone sky
#

i'm just fine!

spare quartz
lone sky
#

🥺

spare quartz
#

奥さん* コニー*

lone sky
#

i have the perfect reaction image for this

lone sky
spare quartz
lone sky
#

WHAT

#

IT'S JUST TYLER

#

😭

spare quartz
#

OF コニー

lone sky
#

OH

timid quartz
spare quartz
#

@<423423423<$23,4234,3#3<3<3<3<3333333333

timid quartz
#

You have a problem.

lone sky
#

she's just fine

pastel tinsel
spare quartz
#

SHES SO CUTE

lone sky
spare quartz
#

🥺

lone sky
pastel tinsel
spare quartz
#

魔法警官犬女性 🥺

lone sky
spare quartz
lone sky
#

YES

spare quartz
#

but im talking about ANOTHER dog created b bayachao

lone sky
#

app.asar

spare quartz
lone sky
#

not possible

#

sorry

#

💔

spare quartz
#

you must to go booth 2G

#

in Japan

lone sky
#

yes one second

#

cause I can clearly teleport

#

im not omniman 😭

spare quartz
#

Are you sure?

spare quartz
#

😭

#

debikone sounds so nonsensical in english

spare quartz
#

data transferrence added

#

just gotta add the above NIC to know where to send

#

now heres the blinker

lone sky
spare quartz
#

its also bidirectional

lavish dove
#

I really dont like flatpak

#

its giving me so many problems rn

#

and I keep having to restart to fix them too because some of the services it sets up wont restart normally like at all

lone sky
lavish dove
# lone sky such as?

all the dbus and services it uses will only restart correctly if you restart the entire computer

#

it keeps data even after you delete it

#

it keeps failing to uninstall things

#

it requires using this xdg-*-portal stuff which is extremely spotty if your not using a popular window manager

#

it requires an abhorrent amount of disc space

#

the downloads are extremely slow

#

and any application that uses it refuses to give an alternative to it because its "simply better"

spare quartz
#

attempting to fake modulation and uh

#

wow

lavish dove
#

I cant hear anything

#

oh yeah flatpak broke that

#

it made everything slower

#

because I didnt restart after installing it

#

ffs

lone sky
#

MAKE SORTING ALGORYTHM SOUNDS ACCIDENTALLY

#

😭

spare quartz
#

maybe

lavish dove
lone sky
#

same shit

lavish dove
#

oh lmfao

#

I got an unskippable ad

spare quartz
lavish dove
#
  1. [—] org.gnome.Platform 47 i flathub 430.7 MB / 394.2 MB
#

is that ok

lone sky
#

yeah seems about right

lavish dove
#

also it just randomly started downloading gnome for some reason

lavish dove
lone sky
#

that's

#

just flatpak

lavish dove
#

fuckin flatpak

#

I want my linux software to be simple, stable, easy to use, and easy on my system and internet

#

guess what it isnt being1!!111111!!!

lavish dove
#

oh god what is that

spare quartz
#

our servers

#

(except docker)

#

(:vomit:)

lavish dove
#

gamer

#

also dockerd using 81m when its doing literally nothing lmao

lone sky
#

@spare quartz NATURAL SELECTION

#

SURVIVAL OF THE FITTEST, EVEN

spare quartz
lavish dove
lone sky
#

not the demon

spare quartz
#

the <333333333chao

lone sky
#

that's a demon

lone sky
#

✝️

spare quartz
#

OOKAY YEAH THAT IS 2000 HZ

#

wanna see if i can parse a WAV file

#

and play it back

#

test sample

lone sky
#

OF COURSE

#

😭

spare quartz
#

ああああ makes bangers sorry

lone sky
#

(this is so ass im sorry)

spare quartz
lone sky
#

OH MY GOD

spare quartz
#

time to figure out how its structured

spare quartz
#

okay parsed

lone sky
#

😭

spare quartz
#

removed a hinerance and got more data

#

@lone sky

#

and llike that i can get audio file data

lone sky
#

oh my god .sob

spare quartz
#

ああああ used something called "Lavf59.10.100"

lone sky
#

you even have fucking

#

metadata

#

you're insane

spare quartz
#

FFMPEG!!

spare quartz
#

RIFF is very simple

#

古今東西おきつね物語 サウンドトラック

spare quartz
#

PCM data!!!!

lone sky
#

oh my God

#

@spare quartz @timid quartz they killed him.

#

💔

timid quartz
lone sky
#

:C

pallid loom
lone sky
pallid loom
#

aw

#

it should be a rock with a bowtie

lone sky
#

rock with a bowtie .sob

pallid loom
#

i don't see an issue

#

it looks like that does it not

lone sky
#

fair enough it does

proud creek
#

What is it

lone sky
lone sky
#

y'all should

#

listen to this

#

it goes hard

rustic vine
#

sir this is the programming channel

lone sky
#

🥰

spare quartz
#

ちょっともう少し"癖"だしたいよね己の作品に…𝐒𝐏𝐈𝐂𝐄

spare quartz
#

OKAY time to actually port js now

lone sky
spare quartz
#

it shall be playable...

lone sky
#

BRO

#

and how the fuck are you

#

handling UI stuff

spare quartz
#

i will

lone sky
#

imagelabels???

#

imagebuttons???

#

editableimages???????

spare quartz
#

someh ow

lone sky
#

weird ass pipeline made with frames???????????????????

spare quartz
#

hold on gotta verify

spare quartz
#

got plugin table loade

lone sky
spare quartz
lone sky
spare quartz
#

🫩

snow oak
timid quartz
rustic vine
spare quartz
lone sky
lavish dove
#

the existence of rojo proves his claim

timid quartz
spare quartz
#

that is true

lone sky
#

from my little experience with that

#

it's a pain in the ass to setup and isn't even worth it

rustic vine
#

Yall r haters

#

It works fine

lone sky
#

shut up hairy noober

rustic vine
#

And is not hard to setup

#

I helped a non programmer set it up in 15 mins

spare quartz
#

and now he's hooked on it 💔

lone sky
#

rojo sucks and nothing will change that

#

smh.

rustic vine
#

You can't just say it sucks and not elaborate

rustic vine
lone sky
#

well I already said why

rustic vine
#

U didn't

spare quartz
#

he's gonna get a RUI for SCRIPTING ON THE INFLUENCE

rustic vine
#

LOL

#

Surely not

lone sky
#

oh wait i think I know

spare quartz
#

ricard

lone sky
#

O H

rustic vine
spare quartz
#

boooooring

rustic vine
#

Ye ik

#

The loading screen is a gamble on if it'll get stuck and not load

spare quartz
#

i didn't make that

#

tell ricard

rustic vine
#

Didn't u write the code

spare quartz
#

no not really

rustic vine
#

Oh

spare quartz
#

ricard made the code and then i just did whatever life support he asked me to do to make it work

#

then i gave it to him again and hoped he could work it better

rustic vine
#

It makes sense now

#

Also requiring your voiceline thing yields for some reason

timid quartz
#

trol

spare quartz
rustic vine
#

😨

#

It broke things

lone sky
#

FUCK YOU RICARD!!!!!

spare quartz
#

tell the code to fix itself

#

i bet its sentient enough

rustic vine
#

I just turned it off 👍

#

Loads much faster now

#

Speed is life

spare quartz
#

he's turning into a rust user...

lone sky
#

QUICK

#

GO INFLUENCE RICARD ON KOTLIN

spare quartz
#

then i'd need to make a jvm ... 💔

#

hear me out

#

what if this was animated in bayac

lone sky
#

which one is the fnf animator

spare quartz
#

mmm

#

you'd think a 144 hz monitor next to a 60 hz monitor would be more noticable

#

but surprsingly its fine

rustic vine
#

thats cause your eyes only see in 2 fps

timid quartz
spare quartz
#

bayachao ......

timid quartz
#

👎

#

bayachud

spare quartz
#

ガバガバ a [onomatopoeia; see screenshot]
考察 n/v [1. consideration; inquiry; enquiry; investigation; study​]
好きすぎるv [1. to like too much; to like to excess; to adore​]

lone sky
spare quartz
lone sky
timid quartz
#

oh

spare quartz
rustic vine
spare quartz
rustic vine
#

yes

lone sky
#

it's fully justifie

hard granite
#

i am taking that gif

lone sky
#

ATP WHAT THE FUCK

hard granite
#

repost it again

rustic vine
#

ye post it again

spare quartz
#

i need to find it

#

i have thousands of gifs

#

yaeh thta

rustic vine
#

what was he doing there

timid quartz
# spare quartz me...

ill give you a neat hint you can use すぎる to mean "too much" of anything, you basically just take the stem of whatever you want and slap it on the end
eg "I drank too much" -- drink is 飲む, stem is 飲み (take 飲みます and remove ます) and then slap on すぎる to make it 飲みすぎた

hard granite
#

he took a selfie in 1989

timid quartz
#

(すぎた because past tense)

hard granite
#

that'scrazy

timid quartz
#

well

timid quartz
timid quartz
spare quartz
#

obviously

rustic vine
#

im like lvl 0

#

vs you whos prob

#

lvl 99 mafia boss

rustic vine
#

good

hard granite
rustic vine
#

thats a good thing

timid quartz
spare quartz
#

😭

rustic vine
hard granite
#

no

rustic vine
#

I already know chinese

timid quartz
#

or more sense at least

rustic vine
#

does that give me the beat people up pass

hard granite
#

yes

rustic vine
#

im still lvl 0 noob tho

spare quartz
timid quartz
#

cause I did

spare quartz
#

lame

rustic vine
#

can you replace some

#

so its easier to read

#

for those who are disabled

spare quartz
#

quickly type in all kanji so harry can understand

timid quartz
#

real

rustic vine
#

true

#

its basically chinese 👍

timid quartz
#

巴亚超太多了

lone sky
#

(they're similar but not really the same)

rustic vine
#

it is

spare quartz
#

魔法警官犬女性

rustic vine
#

see I can read that

#

ye that too

timid quartz
rustic vine
#

if I liberally apply the language

lone sky
hard granite
rustic vine
#

ye

spare quartz
spare quartz
#

basically 1:1

spare quartz
lone sky
rustic vine
#

getWomanSalary(salary) {
return salary * 0.9;
}

spare quartz
#

NO

rustic vine
#

ye sorry bud

timid quartz
lone sky
spare quartz
#

NO

#

DONT

timid quartz
#

archive

#

what is this

rustic vine
#

wth is archive

timid quartz
#

your telegram chats?

lone sky
#

no??

rustic vine
#

send him straight to the library

hard granite
#

that's rblx site

spare quartz
#

archive a studio asset

hard granite
#

yes

rustic vine
#

I ain't ever used that

lone sky
#

a studio asset which she's OBSESSED with

rustic vine
#

maybe im too old schoool

timid quartz
rustic vine
#

I ain't even know they had a site

lone sky
#

you're it

rustic vine
#

wait I saw someone who wanted to be it the other day

#

that was weird

timid quartz
#

atp is definitely an it

#

100%

spare quartz
rustic vine
#

like the clown with a boolean

#

not boolean bruh

#

ballon

lone sky
spare quartz
timid quartz
lone sky
rustic vine
#

dude im so cooked

spare quartz
timid quartz
#
struct Clown {
  boolean: bool,
}
#
data class Clown(val boolean: Boolean)

(so atp can understand)

rustic vine
#

what do we name this new mathematical theorem?

why not after the guy who discovered it?
nah lets prefix euler and name it something generic instead

rustic vine
spare quartz
rustic vine
#

but DEI hires are over

#

u in the wrong era man

timid quartz
#

LOL

#

rust only

#

💪

lone sky
#

here's your clown with a boolean

spare quartz
timid quartz
#

I wonder....running intellij on nixos

rustic vine
#

the missile probably runs rust

spare quartz
#

NO

#

it runs ASICs made from ADA!!!

rustic vine
#

if it ran ada it would have to consult the non existent documentation before launching

timid quartz
#

real

spare quartz
#

DIE

timid quartz
#

if it ran ada it wouldn't have a Missile library to import and it'd just explode in the launch tube

lone sky
rustic vine
spare quartz
#

so thats not an argument bub

lone sky
rustic vine
spare quartz
lone sky
#

NO

#

I AM NOT MAKING MORE CUTOUTS

spare quartz
#

イザナリ cutout though.

lone sky
#

I'll think about it.

#

🥺

rustic vine
#

I propose we relocate the wall

lone sky
#

@timid quartz please help me she has me encaged inside a 1x1x1 stud box making cardboard cutouts of her favorite characters

hard granite
spare quartz
#

LOL

rustic vine
lone sky
#

SIR SHUT UP

rustic vine
#

not pleadingFace

lone sky
#

LEAVE MY HUSBAND ALONE.

spare quartz
#

I WANT THAT W/ コニー!!!!

timid quartz
#

💀

hard granite
rustic vine
#

you guys r weird why did I have to be a programmer

hard granite
#

ok i got a correct name

rustic vine
#

that still ain't the right one tho

lone sky
timid quartz
#

not teto!!!

hard granite
#

cirno fumo exploded

hard granite
#

damn

lone sky
#

something

#

™️

spare quartz
#

oh wait aera have you seen the でびるん plushie

#

??

rustic vine
timid quartz
#

no

lone sky
#

🥺

rustic vine
#

it was super empty tdy

spare quartz
#

raed the sign

timid quartz
rustic vine
#

I had a nonzero velocity when taking that photo

#

so I wasn't stopped

#

all g

spare quartz
#

proof?

rustic vine
#

I DID NOT HIT HER

spare quartz
rustic vine
#

IT WAS NOT ME

lone sky
#

wdym

spare quartz
#

he's just jealous he can't spen 9 trillion yen on bayachao merch

lone sky
#

true

timid quartz
#

No I’m not

lone sky
#

brokeass.

spare quartz
#

brokeass.

timid quartz
#

I’m jealous I can’t spend 9 quadrillion yen to wipe bayachao off the face of the earth

spare quartz
#

NO

spare quartz
#

but i mean

#

if you WANTED to

#

Saitama Prefecture (埼玉県, Saitama-ken, Japanese pronunciation: [saꜜi.ta.ma, sai.ta.maꜜ.keɴ]) is a landlocked prefecture of Japan located in the Kantō region of Honshu. Saitama Prefecture has a population of 7,338,536 (January 1, 2020) and has a geographic area of 3,797 km2 (1,466 sq mi). Saitama Prefecture borders Tochigi Prefecture a...

#

hit here

timid quartz
#

However I did get this thing

rustic vine
#

why r u strangling it

spare quartz
#

cyberpunk 2020 time

lone sky
#

what is it from

#

if you dont mind me asking

#

also @spare quartz oh my god

#

the twitter timeline is gonna be so annoying this month

#

(cause guess what? deltarune next month)

timid quartz
lone sky
#

OH

spare quartz
lone sky
#

that game with the mf called umm

#

the one with a spike head

timid quartz
#

..?

lone sky
#

what was they name istg

timid quartz
#

spike head…?

spare quartz
#

SCPSL PLUSHIE... NEED IT..

lone sky
#

LOOPY

#

RIGHT

timid quartz
#

Oh

#

Loop

#

Just Loop

lone sky
#

THIS THING

timid quartz
#

Yes

#

Loop

lone sky
#

mhm

#

i have a picture of that guy

#

as a furry

#

would you like to see

spare quartz
#

snd it

lone sky
#

not sure about the original src

rustic vine
#

loops like uh programming loops right guys??

#

right??

#

in the programming channel so surely... yeah?

spare quartz
#

if you think about it

#

every bit of multimedia IS programming

lone sky
#

true!

rustic vine
#

nerds

lone sky
#

ngl this channel might as well be "weird ass cult by atp and others"

spare quartz
#

hey i esnd code... 99% of the time..

lone sky
timid quartz
#

yeah this channel is

#

MOSTLY code

lone sky
#

probably you aera

spare quartz
#

area

lone sky
#

área

#

WHAT THE GUCK

#

SHY THE ACCENT

timid quartz
#

what

rustic vine
lone sky
#

okay

lone sky
#

@spare quartz i need the でびるん plushie

#

🥺🥺🥺

spare quartz
#

what i need ... is a higher efficiency PSU

lone sky
#

your PSU is

#

f tier

spare quartz
#

e tier*

#

but it's operational and works fine to me

timid quartz
#

g tier*

spare quartz
#

it's rated efficiency is low though and given it gets a ceiling of 700w - 1kw it creates a lot of hot air

#

wtf

#

howd i get here

#

i was just on bayachaos page

proud creek
#

LOL

#

its a sign

lone sky
#

what brand is it again

#

@spare quartz

spare quartz
#

apevia or something

lone sky
#

apevis

#

right

#

i forgot

#

@timid quartz atp power supply experience

spare quartz
#

my psu isnt any of those