#programming

1 messages · Page 532 of 1

opaque sigil
#

it's more that 7tv likes taking over the chat as a whole, most of ffz's features still work with the 7tv chat though which is nice

#

except for some reason with the new 7tv extension it defaults to the ffz chat so 7tv becomes completely useless

mighty thorn
#

Well that clears it up!

hushed tree
#

Yo

#

Building new things is tough

#

Wish I could show but still need to level up

mighty thorn
olive sable
#

No, i have exams

hushed tree
# mighty thorn Describe

So I'm working on an ai architecture that instead of storing data and weights it creates tags that it uses the reconstruct the concept

restive cloak
hushed tree
# mighty thorn Elaborate

So essentially every bit of detail is given a unique tag that the neurons create after shredding them. To give an idea of the tags We have different Qualia groups

Photonic-Q
Acoustic-Q
Haptic-Q
Olfactory-Q
Kinesthetic-Q
Emotional-Q
Spatial-Q
Cognitive-Q

That combine to form a concept like an apple

hushed tree
restive cloak
hushed tree
opaque wharf
#

I feel like your exam season is incredibly longer than mine

olive sable
#

3 weeks ye

#
  • studying
opaque wharf
#

Ohh, yeah that is longer than mine

#

We have only one week for exam

#

Everything that can't be crammed into those one week are to be scheduled another time by the lecturer. Which to be fair, doesn't really matter to us but it is a PITA for the administration

restive cloak
restive cloak
# hushed tree I see

I really which I could run my own fine tuned model, i already have a good one pre trained, but t unfortunately i lack enough hardware

shy axle
#

I DID IT

#

:D

#

i finally made a functioning ML archetecture that proved itself to learn

#

and it uses as much cpu as those solar panel calculators

#

while using 10gb of ram for 10B neurons :D

#

now comed the fun part

#

having to scale this ;/

#

it has the most potential

#

V1 failed bcus i went too complex and ram exploded

#

V2 failed bcus there was no learning signal or gradient

#

V3 is yet to fail :D

mighty thorn
#

Ai psychosis or genius

#

Place your bets

leaden crest
olive sable
leaden crest
#

I vote neither

#

they have a history of ~500 messages that are rather neurotypical

#

the real play would be it’s an elaborate prank

stark needle
#

Good morning

#

God my eyes hurt

#

Shouldnt have slept in vr probably

tight tinsel
#

good morning

mighty thorn
shy axle
#

its very rough

#

but it sort of works

#

needs more improvements

#

uses neurons to steer a line to a output neuron

#

but only actually wakes the neurons that are in range to influence

#

so it keeps active processing low

mighty thorn
stark needle
#

God i rly was 8-9h in vr on a workday

#

Bad idea

true hemlock
shy axle
olive sable
flint dome
olive sable
jagged turtle
#

what did I miss this time

olive sable
#

not much

jagged turtle
#

was it another ai bro/psychosis

olive sable
#

nah, well maybe slightly

amber fractal
#

Idk I count it

#

20mhz single thread CPU and 10gb RAM is not a viable AI combo if one takes the explanation literally.

olive sable
#

they're probably doing the math wrong, but it might be a working llm

shy axle
shy axle
amber fractal
#

I'm calling hard bullshit on the math here

#

I've experimented on and off in the space, and that combination doesn't make sense

#

Even for someone who is minmaxing performance as hard as I am

shy axle
#

Not a transformer

#

Sparse routing

amber fractal
#

Don't count me out

#

I know full well it isn't

shy axle
#

Good for you

#

It’s not 10B yet

amber fractal
#

I just refuse to believe you did what you said you did in the compute quota you specified

#

End of that story

sage crag
#

newliv just look at the code

shy axle
sage crag
#

smells ai generated

amber fractal
#

I can simply just use my own NN work to disprove based on raw logic alone

#

As that is the densest thing that current hardware can do, and that isn't even functional yet

#

So I need more compute than that

#

If I assume yours is 10x worse than my own. Then that'd be visiting about 200 params per second per CPU core. Quite the sparsity, however routing costs are going to eat you alive. Let alone attempting any GPU compute which surely it can and will rely on.

olive sable
#

the code has

self.neurons = np.random.randint(0, 64, NUM_NEURONS, dtype=np.uint8)

so each neuron is a byte, with 5 bits for strength and a bit for the sign.
so 10B would indeed by 10GB
this is completely different form how normal NN work tho

#

you need weights between the neurons

amber fractal
#

TBH I haven't even gotten into the code yet

olive sable
#

normal NN work via matmul, this is path-finding

amber fractal
#

I'm just using what I learned from NN to disprove the compute claim of running on a sunpowered calculator

#

Effectively so was claimed

sage crag
#

igle

#

ligle igle

amber fractal
stark needle
#

I think konii likes cute animalsglueless

sage crag
#

how could you say that

stark needle
olive sable
#

each token seems to be assigned a random start and end pos on the 2D grid, and when a token is processed it takes 128 steps across the grid???
as it moves it looks at a 7x7 grid around itself and each cell exerts a force on the particle that decides in which direction it moves???

amber fractal
#

Random walk neuroPogHD

olive sable
#

its based on the random numbers that were assigned to the grid at the start

stark needle
#

The connections are implicit simply via matmul

olive sable
#

this doesnt use matmul

sage crag
#

i hav suggeston

olive sable
sage crag
#

run the code and see if it do thing

olive sable
#

not on my pc lol

amber fractal
#

Surely it has a benchmark glueless

sage crag
#

suu

olive sable
#

the biggest flaw that i can find so far is it has 0 memory

#

pred, _ = self.brain.run_token(current)

#

its based on the last word

amber fractal
#

Next token prediction Minamhm

olive sable
#

i.e. markov chain

amber fractal
#

Not a flaw, just a con of early development

#

I'm not even insane enough to attempt next token prediction yet

olive sable
#

this model would force the entire english language onto a 256x256 grid.

amber fractal
#

Extra dimensional has a pass

olive sable
#

and there are slightly more than 65536 words

amber fractal
#

But this isn't thst

stark needle
olive sable
#

there's aslo ne semantical understanding

#

the word bank for "river bank" is the same as bank where i get my money

amber fractal
#

Because next token, it doesn't contain the resources to even carry that semantic difference in the first place

olive sable
#

all in all its not too bad

#

but

#

its not nearly the same as 10B for a modern LLM

amber fractal
#

It is limited ye

olive sable
#

its a fancy markov chain

amber fractal
#

I never doubted that it could actually train, I just question the effectiveness at scale

#

Once again, cache miss on 16kx16k array my beloved

olive sable
#

lets just hope you don't end up killing the younglings

#

oh

#

they left the server

opaque wharf
amber fractal
#

AGI the xth

olive sable
amber fractal
#

(real)

true hemlock
#

agi posting lmao

amber fractal
#

+1 to the AGI counter

kind nimbus
olive sable
fast pagoda
kind nimbus
amber fractal
# kind nimbus

He did show code, proceeded to be a poorly make markov chain

kind nimbus
olive sable
#

no, its a lot more basic than LLMs

amber fractal
kind nimbus
#

Idk i was just reading what a Markov chain is

In probability theory and statistics, a Markov chain or Markov process is a stochastic process describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event.

amber fractal
olive sable
#

and this specific implementation did it in a manner that idk if its erven efficient but i doubt it

kind nimbus
stark needle
#

1 million context markov chain

olive sable
amber fractal
stark needle
#

Train on the library of babel or whatever that one was called

stark needle
#

What

kind nimbus
#

Don't panic lol

The babel fish out of hitchhikers guide to the galaxy

stark needle
amber fractal
#

Finally, real news

tender river
#

agi datacenter vs coughing baby

olive sable
opaque wharf
#

It's normal audio enub

umbral wigeon
trim valve
#

I wanna poke at the thing I was doing yesterday

viral oasis
#

@olive sable I FEEL THE SLEEP IT BECKONS ME

trim valve
#

but I gotta actually do stuff today

olive sable
opaque wharf
umbral wigeon
olive sable
opaque wharf
viral oasis
trim valve
#

Sam did you see me terrible soldering job from last night

olive sable
olive sable
viral oasis
olive sable
#

not too bad

viral oasis
#

but anyway nini hope u all get good food and eep

olive sable
#

goodnight

trim valve
#

I still feel a bit stupid because I spent ages trying to solder to a ground

olive sable
#

it probably did help you get used to soldering, making the other ones turn out better

trim valve
#

I mean

#

I can already do soldering alright

#

like if you look at the wires in the picture I sent they're perfectly fine

kind nimbus
trim valve
rough bloom
#

solder thrice, measure once mhm

flint dome
#

statement of the century

olive sable
jagged turtle
proven merlin
#

Ok i just found Something cool that i Always wondered if it exists and its as beautiful as imagined

#

Diffusion based llms-

#

Whats the opinion on em? (The example i found was Mercury 2 by inceptionlabs, are there any other?

trim valve
#

or

#

or

#

just don't solder to 3 grounds

opaque wharf
#

So you can heat it quicker than the heat dissipate to gnd

trim valve
#

it kinda just wasn't worth it

opaque wharf
trim valve
#

I already had a ground from somewhere else

stark needle
#

Holy endgame mic neuroPogHD

patent shard
#

I have a TLM-102
I like it, it has a brighter sound to it that makes the harmonic frequencies in voices sound really good

stark needle
#

i think i wont ever upgrade from this akg c414 xls

#

theres literally nothing else to upgrade to

#

maybe a neumann u87 but that's studio schizo shit

patent shard
#

meh, u87 is overrated

#

I don't like the sound of it, tbh
I mean, it's a... FET mic? I think?

#

the Rode NT1 is a great "budget" option, though

stark needle
#

wtf this mic sounds fucking god tier

amber fractal
#

I still don't see much of a point beyond just getting a dedicated setup. I say that as I opted for an SM58 and M2 for my setup. But that is pretty much all I need ever.

stark needle
#

wayyyyy better than my sm58

patent shard
#

sm58 is dynamic, yeah...
and only 100 bucks

#

so good quality but not the best

#

you need $200-400 range

stark needle
#

idk this shit was 1.2k

#

i got it on discount for only 900

patent shard
#

it's multi pattern so yeah
TLM-102 is only cardoid

#

you know what mic I like
uh, I gotta find it...

amber fractal
floral hawk
#

Guys I need fuckin help like actually

patent shard
#

ah, LCT 1040

floral hawk
#

Zero refuses to connect to a discord call, no matter what I do with her code. Its usually a connection error. Pycord 2.7

patent shard
floral hawk
#

Should I rewrite the discord bot in C#?? Would that do any good

#

I don't know if the langugage even matters vs. reliability of extensions/imports

#

It just seems like a pycord issue

kind nimbus
#

I once used discord.py and had no issues

tts in discord voice call worked fine

floral hawk
#

She just simply refuses to properly connect.

#

Handshake failure

amber fractal
floral hawk
#

Joins for a while then disconnects with a connection failed.

#

But never says anything

amber fractal
patent shard
kind nimbus
floral hawk
#

Discord VC is like the one thing that genuinely is making me bash my head against a fucking wall because somehow I made a near agentic minecraft script but cant get her to join a vc

#

I have mulled over that already

#

I'm running 2.7

stark needle
#

that mic looks so good

#

must cost 1 trillion

patent shard
#

$3499

stark needle
patent shard
#

doesn't say but I think the box comes with it, yeah

kind nimbus
patent shard
#

I guess that's the transport case?

#

uh, hang on

floral hawk
#

It has admin?

#

Am I missing something discord side?

patent shard
#

no, case is different

#

podcastage has a review of it

kind nimbus
# floral hawk It has admin?

Don't think that's enough

Enable the gateway intents on the discord developer page for your bot and also enable them in your discord bot code

floral hawk
fast pagoda
#

it still needs these

#

it's under bot

kind nimbus
floral hawk
#

Maybe in my script

trim valve
#

you need 2.8

#

2.7 doesn't support DAVE which is required to join voice calls

fast pagoda
#

i have no context for the actual issue i just came in here after 12 hours of vr and saw "needs gateway intents" and "where are those" so i dutifully looked them up and posted them rq

trim valve
floral hawk
#

I get that I have to rewrite this entire thing in JS

#

Which

#

Not happy about but se la vie

trim valve
#

why would you have to rewrite in js

#

also catdespair another soul claimed by discord voice issues

#

I should really finish the thing I was writing

floral hawk
#

I'm seeing code online for JS gateway intents, but I found it for python

#

But yeah oh my fucking God

trim valve
#

this isn't related to gateway intents if you're only getting the error when trying to join a vc

#

pycord kinda sucks for docs so I'm not surprised you're struggling

floral hawk
#

I'm not super surprised but this is fucking rediculous

trim valve
#

it's not thaaaat bad

floral hawk
#

yes it is

#

I've had to stub this 3 times

#

I've never had to stub anything else more than once

trim valve
#

stub in which sense?

floral hawk
#

Just like, backburner it

#

Because I just can'tfigure it out

trim valve
floral hawk
#

She is literally playing minecraft by herself and I can't get her to join a VC

trim valve
#

tbf voice is one of the least well documented aspects of discord

#

anyways quizzing time, what do you need discord for?

#

i.e. is it just your bot talking, or also listening to people

floral hawk
#

For collabs with some streamer friends of mine

#

For both, I suppose. Talking and listening,

trim valve
#

this example shows using their pre built sinks

#

that's such a stinky api

floral hawk
#

"time": "2026-05-22 04:24:53",
"type": "error",
"event": "DISCORD VOICE JOIN ERROR: RuntimeError("Task <Task pending name='pycord: on_message' coro=<Client._run_event() running at C:\\ZeroTwoAIProject\\.venv\\Lib\\site-packages\\discord\\client.py:465> cb=[set.discard()]> got Future <Task pending name='voice-connector:0x1b293b3cb60' coro=<VoiceConnectionState._wrap_connect() running at C:\\ZeroTwoAIProject\\.venv\\Lib\\site-packages\\discord\\voice\\state.py:480>> attached to a different loop")"

Logger throwing ass,

trim valve
#

once again reminder why I don't like pycord neuroBread

floral hawk
#

I can't figure out what loop tho, it was a fresh launch

#

Voice loop isnt running

#

And that's her main runtime rn

trim valve
#

that's a weird error

#

how are you joining voice?

#

loop is an asyncio thing

floral hawk
#

!joinvoice

#

It's a bot command for her

trim valve
#

can you show the command source code?

floral hawk
#

Holup

#

One sec

#

I'm still fiddling with it

#

Imma send in a sec

#

Im hoping this fix works but lowk not optimistic

rigid snow
#

for my agent i tried vibecoding the discord integration and pycord just straight up didn’t work so we switched to discord js

trim valve
#

Erm what is voice_handler

#

because if it's something you diy'd I can probably guess what you did wrong

floral hawk
#

Tis for VC modulation int

#

It isnt the cause of the issue I don't think

#

Stuff like TTS, "Emotional" Modulation, and voice command injections

trim valve
#

because your command otherwise has nothing to join a vc

#

it would be the logical place to look imo

#

if I had to guess, you're manually creating an asyncio loop in there for some reason

floral hawk
#

Hmm

#

The command is in the code I sent

#

Its just

#

long

trim valve
#

join_voice isn't long NeuroHuh

floral hawk
#

Oh hey neurobot

trim valve
#

so you see where it does _voice_manager.join

#

what does the code for that look like neuroBread

floral hawk
#

Yeah (also it's been like a month since I wrote that)

#

. . . A problem

rigid snow
#

also this - just stream pcm in whatever sr discord gives you, preferably pulling and pushing audio chunks in the library-consuming code directly - not over network
the same way you would listen to a mic
idk if this makes sense

trim valve
#

yeah fair

#

I'm gonna stream pcm wrapped in msg pack for some metadata

floral hawk
#

I'm in a little bit over my head, tis not my forte

trim valve
#

for getting the bot to speak, would it be useful to have "play this audio in its entirety" and "play this chunk, expecting more soon"

floral hawk
#

All signs are pointing to "rewrite in JS"

trim valve
#

so you have a good reason to not send your voice manager file or are you just gonna lay down and keep complaining

#

because I am almost certain you're doing something dumb in there

floral hawk
#

I am too,

trim valve
#

neuroCatUuh so send it

patent shard
rough bloom
rigid snow
floral hawk
#

Yeah she does use streaming with pocket tts

#

It does queue on its own, in theory

#

Not sure how the discord side interacts with that but in main runtime it works

floral hawk
#

Guys im trying

#

pls

rough bloom
#

🐇

sage crag
olive sable
#

Guys

#

I brought cookies neuroHypers

jagged turtle
#

ok, disregarding the sad reality that this situation reflects, all power to the maintainer

olive sable
#

since my new ram hasnt died yet so far im blaming my old mobo

rigid snow
#

oooo you want to feed the new rmad ram to your old mobo sooo baaaad

sage crag
#

ye

#

ye

olive sable
#

i dont even have my old mobo

#

quack has it

floral hawk
#

I give up

#

I'm tired of fighting this shit

trim valve
#

I did offer

floral hawk
#

I know, I'm trying to follow your advice

#

I'm just overwhelmed

#

Genuinely nothing about developing zero has been this taxing somehow

proven merlin
#

time to use xmpp

rigid snow
#

oh my god why does whisper suck so much

stark needle
olive sable
#

ye

stark needle
olive sable
#

ye

#

but im letting him keep it cuz i have a better mobo now anyways

stark needle
#

Wait what cpu do u have even

olive sable
#

5950x

#

the mobo that broke was a msi x570 tomahawk wifi

#

my new mobo is a gigabyte x570 aorus ultra

stark needle
#

Sounds like same shit different brand

#

How is it better

olive sable
#

vrms and shit

#

i have a 3rd x16 pcie slot now

#

3rd m.2 slot

stark needle
#

Damn nice but

#

Surely x1

#

Or x4

#

No?

olive sable
#

i think x4 ye

#

it has nice vrms

fast pagoda
olive sable
#

im only using the primary pcie slot anyways. altho ive been thinking baout a usb thingy

fast pagoda
#

it does to x2 on the final slot

#

so it'd be about half speed on a gen4 drive that maxes that interface

#

mine does the same thing unfortunately

#

cant run fullspeed gen3 either cuz it'll just negotiate x2 3.0

#

since it's electrically 2 lanes

#

if you have 2nd pcie slot open tho

#

expansion card

#

it might only support one in that slot when running x8 mode which it is if slot 2 is populate, idk if it supports x4x4 or x2x2x2x2 for an x8 slot

fast pagoda
olive sable
#

well

#

my mobo has like 6 extra usb headers

#

i dont really need pcie, i just need to use the physical location underneath my gpu

rigid snow
olive sable
#

neuro3D ?

#

you can see the reflection of my phone's camera circle evilWheeze

proven merlin
olive sable
#

urple

proven merlin
#

Hmm new headcannon: Pink stands for "Purple Ink"

olive sable
#

The ram doesnt want to sync on my new mobo, probably some bios setting

proven merlin
#

Time to update my Openmediavault which hosts a nfs share that gets mounted by my host which then bindmounts to my vms, what could go wrong?

proven merlin
olive sable
#

i have said software

proven merlin
#

And it don't work? Huh

#

Also god damn that cooler fits on the multimeter exactly huh?

olive sable
#

its fine

#

probably

proven merlin
#

Likely

#

Just extremely lucky

olive sable
#

openRGB just doesnt see it

#

on my old mobo it did see it

fast pagoda
#

did you plug it into rgb header

olive sable
#

my ram into the rgb header?

proven merlin
#

Oo, hows openrgb? Never used it.. tho odd that the mainboard would have a effect on thaz

olive sable
#

its fine

#

-ish

#
The Gigabyte X570 Aorus Ultra is unique because Gigabyte implements strict SMBus/I2C blockades on this specific chipset generation to prevent users from corrupting their RAM profiles.

newliv

rough bloom
#

mabe try

#

acpi_enforce_resources=lax

#

kernel parameter

olive sable
#

lemme try something else first

#

this wasnt necessary on my old mobo, but i should probably enable i2c to begin with in the configuration.nix

#

nah didnt work

rough bloom
fast pagoda
#

durp

rough bloom
#

ye shouldn't be necessary if OpenRGB is configured via the NixOS module

#

it already does that

fast pagoda
#

i cant read my modules properly either from OS

olive sable
#
sudo i2cdetect -l

i2c-3    i2c           AMDGPU DM i2c hw bus 1              I2C adapter
i2c-1    i2c           AMDGPU SMU 1                        I2C adapter
i2c-8    i2c           AMDGPU DM aux hw bus 2              I2C adapter
i2c-6    i2c           AMDGPU DM aux hw bus 0              I2C adapter
i2c-4    i2c           AMDGPU DM i2c hw bus 2              I2C adapter
i2c-2    i2c           AMDGPU DM i2c hw bus 0              I2C adapter
i2c-0    i2c           AMDGPU SMU 0                        I2C adapter
i2c-9    i2c           Synopsys DesignWare I2C adapter     I2C adapter
i2c-7    i2c           AMDGPU DM aux hw bus 1              I2C adapter
i2c-5    i2c           AMDGPU DM i2c hw bus 3              I2C adapter

none of this is ram i think

fast pagoda
#

nasw the slopper is right

olive sable
#

wtf is a synopsis?

fast pagoda
#

that's the i2c controller

olive sable
#

oooh

rough bloom
#

one of them, ye

olive sable
#

maybe the one for the onboard mobo rgb

fast pagoda
#

you probably just need to use gigabyte's application

#

i know linux

#

but

#

like i can set these things from wandows and itll persist to linux

olive sable
#

nah, none of that. im figuring out how to do it without dum gigabyte app

fast pagoda
#

based tbh

olive sable
#

needing to use the gigabyte app for performance modes on my laptop is the worst part of my laptop

#

and thats saying a lot since that laptop bluescreens every week

fast pagoda
#

the one for my mobo (it's shit)

#

that said there is this option

#

so there must be another path

olive sable
#

GCC

#

i fuckin hate GCC

rough bloom
fast pagoda
#

i straight up just havent agreed to this this entire time and it still works lmfao

olive sable
#

it takes 2 minutes to launch on my laptop, and its not even a slow laptop. it has a 12500h. shoudl be fast enough to open up a dum stoopid GUI

fast pagoda
#

?? ?? ?

#

weird

#

i dont disbelieve it

olive sable
fast pagoda
#

but i havent had that issue in my case

rough bloom
#

services.hardware.openrgb.motherboard must be set to "amd"

#

otherwise i2c-piix4 module not loaded

olive sable
#

it might be cuz of the performance profiel or something. but even when its set to "low power usage" it shouldnt take that long.
i kinda need that gui to make it not use "low power usage"

fast pagoda
#

i dont see how that would affect it that adversely

#

id probably reinstall it or windows entirely lol

olive sable
#

i tried both already

#

well, windows reinstall was more of an attempt at stopping the bluescreens

#

updated every driver too

#

to whatever was the newest last august

fast pagoda
#

maybe your motherboard on that thing is cracked as well

olive sable
#

maybe

#

idk

#

the laptop works fine most of the time

#

only issues is bluescreen form some type of invalid ram acces, and GCC being shit

fast pagoda
#

convincing pitch norton

#

but i will still neglect to opt in to your malware installer

olive sable
#

<br>

fast pagoda
#

lmfao

#

almost a gig for that shit

olive sable
#

ok im going into the bios neuro7

fast pagoda
#

o7

olive sable
#

Windows AAA

#

I still need to wipe this drive

fast pagoda
#

holy

#

that's a couple extra bootloaders

#

well

#

boot entries

olive sable
#

Refind
Nixos
New windows on the 2nd m.2 for school adobe stuff
Old windows on the external ssd
Random windows from a used m.2 drive i bought

fast pagoda
tender river
fast pagoda
#

omg

#

it's nixos

olive sable
#

Chayleaf face reveal?

tender river
#

ye i famously live in an english speaking country

olive sable
#

Chayleaf is famously greek

#

The english is whatever. A lot of countries ive been in have random english everywhere so i dont even notice it being out-of-place

#

newliv wdym interleave thr sockets? There is only 1 socket evilDentge

fast pagoda
#

cpus can have multiple nodes

#

but yeah that's worded for a 2p system idk why it says it like that

#

also i dont think they really have multiple on one cpu unless it's like

#

manycore

#

epyc

#

etc

#

threadrippers, i know win10 will split froge 3990x into multiple nodes, win11 wont

#

setting leftover from bios being reussed

olive sable
#

I have 2 chiplets and a 3rd mainbridge or whatever

#

But dhould still count as 1

fast pagoda
#

yeah but those wont usually be more than 1

#

yea

#

it's based on core count and stuff as well

#

it's just

#

a group of cores

#

that all can access some resources

rough bloom
#

apparently some motherboards do have a setting to expose the CCXs as NUMA nodes

fast pagoda
#

quicklly

rough bloom
olive sable
#

This one might

fast pagoda
#

you can

#

because

#

of x3d

#

it's advantageous sometimes on x3d

#

to split it into multiple

olive sable
#

I see

fast pagoda
#

so you can force things onto the x3d ccd

olive sable
#

I doubt id want that tho

fast pagoda
#

yours is a non x3d right

#

so no

rough bloom
#

no

olive sable
#

Unless one ccx is god bin

fast pagoda
#

even then i doubt

rough bloom
# rough bloom no

you still have L3 cache locally to each CCD even without 3D v-cache

fast pagoda
rough bloom
fast pagoda
#

usually

#

unless you have a fuckload of cores

#

like 64+

rough bloom
#

not make sense with only 2 CCDs probably

olive sable
#

Where the hell do these guys put their "SPD Write" block thingy in this bios???? Its a fucking maze

fast pagoda
#

lopsided cache setup on x3d makes it kinda worth if the os scheduling is dogshit

rough bloom
fast pagoda
#

there's a search in my last couple uefi mobo

#

including a gigabyte

olive sable
#

There are THREE places you can enable PBO. But i cant find what i need

olive sable
fast pagoda
#

SPD write is not available on AMD X570 platforms because the SMBUS controller does not support blocking certain address ranges, meaning it will be missing from the BIOS.

#

that's what i'm finding

olive sable
fast pagoda
#

like i said i ran into the same thing

olive sable
#

My old mobo could do it tho

fast pagoda
#

was it x570 and also gigabyte

olive sable
#

It was msi

#

X570

fast pagoda
#

that'd probably be it then

#

it's "Generally" not available

#

probably isnt a hard block

#

might just be funky

#

luv me gigabyte but they make strange choices in bios at times

#

always have

olive sable
#

Only sdp thing i could find

fast pagoda
#

yup

#

it sucks cuz you cant even read the actual DIMM serial numbers on these boards with that blocked

#

you have to take the fucking modules OUT to read the serial on the module

#

that one t says there isnt the actual one

olive sable
#

You know what

#

I just needed to reboot

fast pagoda
#

xd

rough bloom
#

did you

#

not reboot

#

after applying the config

fast pagoda
#

that sounds like my boi

rough bloom
opaque wharf
#

@sage crag quick what is the equation for parabola with known height and width?

olive sable
opaque wharf
#

Is sine considered parabolic? enub

olive sable
olive sable
fast pagoda
#

parabola would be 1 curve

#

so no

#

not as a whole

opaque wharf
#

Nono, as in, the first half of sine

olive sable
#

maybe if you limit the domain

fast pagoda
#

local to one curve sure

opaque wharf
#

Hmmm

opaque wharf
#

I think it would be better to use actual parabolic equation tho

#

And I forgot them neurOMEGALUL

fast pagoda
#

equation i cant fucking remember it's like 4a(x)= something

fast pagoda
#

god

#

i need to go back and look at math again

#

that isnt in a computer program

olive sable
#

standart parabola is just quadratic equation no?

#

its been a while for me too

fast pagoda
#

so i can remember this shit and not look like a moron

olive sable
rough bloom
#

but there are general equations

#

with multiple parameters

fast pagoda
#

bro quack was going through fucking lorentz equations the other day and my brain actually deep fried it felt like

opaque wharf
olive sable
#

lorentz is magnetic force right?

fast pagoda
#

he wa slike so this goes to infinity pointing at velocity and asking what that meant

#

and i was like

olive sable
#

le finger

fast pagoda
olive sable
# olive sable le finger

its so funny watching everyone in the exam hall getting their left and right hands out to do these stupid rules

fast pagoda
#

naur special relativity lorentz factor & transofrmations

opaque wharf
olive sable
#

no

opaque wharf
#

In all seriousness, lorentz is THE force name

olive sable
#

lorentz is dead

#

now all thats left is force

opaque wharf
#

It is caused by electric and magnetic field

opaque wharf
#

Hmmm

opaque wharf
# olive sable was

AI Overview Indonesia Yes, thousands of people named Lorentz (both as a first name and a surname) are still alive today.

#

You're wrong enub

fast pagoda
#

not the indonesian ai overview

opaque wharf
fast pagoda
#

i know one indonesian for sure and theyre very smort

olive sable
#

say goodbye to everyone named lorentz in indonesia

fast pagoda
#

holy shit he's gonna activate goblin mode

olive sable
#

dont ever speak to me again

fast pagoda
#

you were gpt 5.5 all along

olive sable
fast pagoda
#

im onto you, son of altman

olive sable
#

now i have to redo my openrgb configs NOOOOOO

#

there's a new tab, hardware sync

fast pagoda
#

robotnik@pingas

olive sable
#

robotnik looks so much more evil here damn

#

im used to him being round head

nocturne olive
opaque wharf
fast pagoda
#

snooPINGAS usual i see

olive sable
#

i wonder how weird re:zero would be to watch if you skip the times he died

#

like form the perspective of the people there

#

the canon timeline i guess

sage crag
#

quadratic in the form ax² - (b + c)x + bc = 0

#

width = c - b
height is solveable by subtracting h from the left hand side

#

you can parameterise b and c in terms of a, w, and h

#

go solve it

opaque wharf
#

Thanks a lot

sage crag
#

oh yeah, b and c are the roots of the equation

#

forgot to mention

opaque wharf
#

Yeah, but the roots are known

sage crag
#

sure go solve it anyway

#

better for your brain

opaque wharf
#

The width forms the root no?

tender river
#

(b + c)/x
or
(b + c)x
?

sage crag
#

newliv i was going to make it so everything was divided by a

#

but i just multiplied by a instead

tender river
sage crag
#

also it says x/

#

not /x

opaque wharf
sage crag
#

ye

sage crag
tender river
#

math vedalPlead

#

scary

sage crag
#

axⁿ + (b + c + ...)x^(n-1) + (bc + cd + bd + ...)x^(n-2) + ... + bcd... = 0

#

the coefficients of powers of x less than n are referred to as the sums of the first, second, third etc differences

#

o also i forgot a - sign

#

it alternates, -, +, -, +

#

for each coefficient

#

orm

#

a isnt a

#

root

tender river
#

is that a parabola with more curves? erf

#

not parabola

sage crag
#

nth degree polynomial

#

b, c, d, e, ... are the roots

#

a is the scale factor for the whole equation

#

it doesnt need to exist but its good to add it

#

im surprised you didnt know about this actually

tender river
#

i know that i just dont know what the equation is vedalUUH

tender river
#

oh

sage crag
#

why online learning materials teaching it this way

stark needle
#

🐇

sage crag
#

the

#

thingies im talking about

#

are referred to as vieta's results

#

sometimes vieta's formulas neuroCatUuh

#

sounds less cool

opaque wharf
#

I only know Vite the build tools enub

#

Or the vitaly set due to the ZFC

tender river
#

embed explod

sage crag
#

wrong guy

#

vieta viete

tender river
#

true!

sage crag
tender river
#

i got confused

sage crag
tender river
#

french

sage crag
#

ye this is the first part of the pure maths curriculum for further maths A level

#

very simple conceptually but easy to make mistakes with

tender river
#

actually

#

same person

#

oh yeah i remember this

tender river
#

neuroD homework

kind fable
#

GitHub is silly 3.5Flash cost less than 3.1Pro by Google themselves
https://fxtwitter.com/FitzGPT/status/2057418463824482632

Soygun.

Quoting GitHub (@github)

📣 @GoogleAI’s Gemini 3.5 Flash is now generally available and rolling out in GitHub Copilot.
︀︀
︀︀Early testing shows
︀︀➡️ It has strong tool use, fast response times, and high cache efficiency
︀︀➡️ It is it well-suited for fast, iterative agentic coding workflows
︀︀
︀︀Try it out in @code. ⬇️
︀︀github.blog/changelog/2026-05-19-gemini-3-5-flash-is-generally-available-for-github-copilot/

**💬 13 🔁 17 ❤️ 1.1K 👁️ 107.2K **

nocturne olive
#

aaaaaaaaaaaaaaaaaaaaaaaaaaa Tri-OS code is a bit very annoying

opaque sigil
olive sable
#

it is friday neuroHypers

opaque wharf
kind fable
opaque wharf
#

That's gvim tho

olive sable
#

i have exams

kind fable
opaque wharf
olive sable
kind fable
olive sable
opaque wharf
rough bloom
#

SPA thing

#

with jQuery

#

and HTML templates

olive sable
rough bloom
#

-# (it legacy app, not making from scratch)

opaque wharf
opaque wharf
opaque sigil
silent cloak
#

People are stubborn

opaque wharf
silent cloak
#

If it ends up like bun then it would 100% happen

rough bloom
olive sable
#

there are only 3 actual theory exams, the other ones are handing in a project

opaque sigil
opaque sigil
#

with exceptions of course

opaque wharf
opaque wharf
#

Seek help instead enub

olive sable
#

i wish i had less projects

#

because

#

im dying

opaque wharf
silent cloak
#

I wish i had more

#

Im a workaholic

olive sable
#

hi starting to think konii is sending password in partial format enub

opaque wharf
#

My tips for uni projects are to not go above and beyond enub

silent cloak
#

Oh for uni yeah

olive sable
silent cloak
#

I always did them on the last day

opaque wharf
olive sable
opaque wharf
#

No need to add features that are not asked or to be fancy enub

olive sable
opaque sigil
#

I always did things on the first day

#

would recommend

olive sable
#

strever

#

google ai overview is different if you refresh apparently?

olive sable
#

the problem is my projects are stuff you get 2 months for cuz its impossible to do it in less than a week

opaque wharf
#

I like it when my cat kneads me. But man why is cat claws as sharp as a razor neuroSad2

olive sable
#

slicer is lurking neuroCatUuh

rough bloom
#

slicing

#

toast

olive sable
#

cheese

#

🧀

rough bloom
#

🧀

olive sable
#

Crème de Gruyère

silent cloak
#

I bet u can hear that gif

olive sable
#

yes

olive sable
#

never realized it

#

but senku and subaru are the same VA

leaden crest
olive sable
#

oh boy?

leaden crest
opaque wharf
leaden crest
#

we should keep track of em or smth

#

maybe we can make a graveyard in the schizo thread

opaque wharf
#

Maybe because I live in the tropic so it's weird for me to see people wearing socks indoor

olive sable
#

thats disgusting

opaque wharf
leaden crest
#

im barefoot rn

olive sable
#

thats disgusting

leaden crest
#

I think it’s just dependent on how much of a neat freak you are with your floors

opaque wharf
#

You guys are not like the american that wears shoes indoor right?

olive sable
#

most of the world does that im pretty sure

opaque wharf
olive sable
#

apparently not

sage crag
#

🍋neuroFumo
🍋neurOMEGALUL
neuroD

mighty thorn
#

Source: me

sage crag
#

shoes inside = explode

sage crag
#

eat

opaque wharf
#

Lemon drink, raw not good enub

sage crag
#

neuroSadge why

opaque wharf
#

Lemon cooked, good enub

sage crag
#

neuroSad2 oben

olive sable
#

idk where these maps get their sources from, i see at least 5 countries ive been to that are labeled wrong

sage crag
#

micorvewa plasma

opaque wharf
#

No, grill enub

sage crag
#

shoes off inside

opaque wharf
#

Or, caramel lemon enub

sage crag
#

walking around dirt

#

bad

opaque wharf
#

Lemon candy enub

olive sable
#

not a single one of the maps i find label uk as shoes off. and when i was there i didnt have to do shoes off myself

#

so idk

opaque wharf
#

Lemon cooked, good. No oven enub

leaden crest
#

emotional damage

stark needle
olive sable
#

i see

stark needle
#

like until the shoe thingie its fine

sage crag
stark needle
#

where u put ur shoes

sage crag
#

but people will dislike you

opaque wharf
sage crag
stark needle
sage crag
#

olive sable
#

they could just ask

#

or put a sign

opaque wharf
sage crag
#

some people are terrified of taking off their shoes in another persons house

#

why

olive sable
#

they're weak

#

cull the weak

leaden crest
opaque wharf
olive sable
#

good

fiery girder
leaden crest
#

arent both options saying you’re afraid of rabbits

olive sable
#

no i am not

#

both answers bad

#

rabbit is food

#

why would i be afraid of food?

warped narwhal
#

A spider is also food

umbral wigeon
#

How did bun rewrite in rust went

warped narwhal
#

Plenty people don't like spiders

umbral wigeon
#

Is it okay

#

Is bun in life support

sage crag
fiery girder
warped narwhal
olive sable
# sage crag you are corpse

there's a dutch song about a boy and his pet rabbit, and the rabbit goes missing and then its served for dinner

rough bloom
olive sable
#

its a children song

#

very traumatic

rough bloom
warped narwhal
opaque wharf
umbral wigeon
rough bloom
#

just not released

fiery girder
#

I found a neuro X evil lonely version recently. wanna see?

warped narwhal
#

It was probably made by superbox

opaque wharf
sage crag
#

@prime spade

olive sable
#

here too

sage crag
olive sable
#

horse meat

warped narwhal
umbral wigeon
fiery girder
opaque sigil
rough bloom
opaque wharf
fiery girder