#programming

1 messages · Page 472 of 1

olive sable
#

first see where the collision boxes are, then make sure we use the most central location outside of collision

#

also need to make sure it doesnt telleport between frames

vague sonnet
#

ik/fk isn't real anyway, just fully simulate all the phsyics fr fr

olive sable
#

the cpu usage one is a minor issue since its barely noticable if only one character has it, but if you have 100 npc in the scene it could become an issue

vague sonnet
#

you can disable extra stuff for immobile or far awar npcs

olive sable
#

true

vague sonnet
#

like in let's say cities most npcs will just stand/walk on flat surfaces

#

so ik is not needed at all

#

at some distance you can turn it off completely too

olive sable
#

i feel like basic IK can be accelerated on gpu, so should be fine

#

since the matrix transforms need to go into vram anyways, there are only benefits from calcualting on gpu

#

thats for the specific usecase of cities where there are hundreds of IK that need to happen

vague sonnet
#

I kinda want to write a game engine that uses only gpu
and cpu just to set it up and pass things like inputs

olive sable
#

that does exist in some capacity already iirc, but i dont think it was very practical

vague sonnet
#

gpu instructions are more limited
and you have to deal with all the parallel computing bs

#

it's nice for some heavier simulations tho

#

like my idea was a fully simulated micro-voxel engine

olive sable
#

iirc you're forced to have multiple instances of the engine running at the same time due to how SMs work

vague sonnet
#

what was SM again

olive sable
#

streaming multiplexer

gentle haven
#

Why are there two toast

olive sable
#

autocorrect

#

streaming multiprocessor

#

basically, all the cores in a SM follow the same code

autumn ore
#

My status changes to the lyrics I’m listening to

olive sable
#

basically, a SM uses SIMT

#

but each core can have an individual ID to index a vector at a different location, so it calculates the same code but with different data

opaque sigil
olive sable
#

something something warps

#

i dont remember how warps are different from SM

#

is warp the actual task?

vague sonnet
silent cloak
#

Im gonna make ur l1 cache miss

opaque sigil
#

warps are the scheduler unit

olive sable
opaque sigil
#

warps run in SIMT, different warps can be in different places

olive sable
vague sonnet
#

and I don't see why

olive sable
#

cuz of how streaming multiprocessors work

vague sonnet
#

I can call different instructions on different groups to do different things

olive sable
#

you can only give a SM the same code

vague sonnet
#

and why wouldn't I be able to use multiple SMs?

opaque sigil
#

you can pin specific SMs but iirc there is no way of saying "run this code in SM x"

vague sonnet
#

I don't need a specific one

opaque sigil
#

actually

#

you can partition them now so i lied

olive sable
#

you can use mutltiple SMs, but that doesnt change the fact that your "game engine on GPU" will be always be using a full SM

silent cloak
#

Found out L4 caches existed on some chips a long time ago

vague sonnet
#

while most engines are cpu-based with mainly just rendering and shaders handled by the gpu

olive sable
#

ok

#

so

#

is your main gameloop going to be on gpu?

vague sonnet
#

the gameloop would be the world simulation
so yes

#

the point of that engine would be to take a different approach from usual scripted games

olive sable
#

a single SM on a recent gpu has 128 cuda cores

#

all those 128 cuda cores will be doing the same exact gameloop

vague sonnet
#

nvidia is not cooking, bad hardware design

#

gn chat

olive sable
#

"bad hardware design" 😭

opaque sigil
#

you can have persistent threads and delegate one SM or so to run the logic

#

whether you want to is another story

opaque sigil
amber fractal
olive sable
#

they have 4 blocks

#

of 32 each

amber fractal
olive sable
opaque sigil
#

you would probably end up with a nice speedup by doing everything on the gpu tbh

#

given how you have to run the same code every iteration anyway

#

throw a cuda graph at it and call it a day

amber fractal
#

Yep

olive sable
#

it would probably make some stuff faster

#

depending on how you do it

#

just not very practical

opaque sigil
#

if it's faster it's practical enub

#

the only thing that matters

olive sable
amber fractal
#

If it is slower it is a meme

opaque sigil
#

exactly

olive sable
#

i saw that konii made the triangle code a lot more barebones, but i couldnt be bothered to at the time

#

and i do have a lot of work rn

#

but maybe in the future

#

more than 126K fps

opaque sigil
#

didn't she turn it into a 5 line program or something

olive sable
#

it hink it was like 60 lines or something

amber fractal
#

It was a bit more than 5 yeah

opaque sigil
#

close enough

#

same thing

amber fractal
#

I recall beta testing it

olive sable
#

i made the triangle code by jsut removing functions we didnt need for a single triangle

#

but i didnt restructure anything

#

it would prob get a lot smaller if i did

amber fractal
#

My contribution is jank

olive sable
#

honestly i had no clue what iggly was trying to do with their triangle code

#

besides jsut more fps

amber fractal
#

I noticed there was the ability to batch send frame requests

#

So that is what it was doing

olive sable
opaque sigil
#

mfw can't apply to apple because they refuse to let me verify my phone number to create an account

#

guess it wasn't meant to be

amber fractal
#

No iPhone neuroSideEyes

amber fractal
olive sable
#

i should really revisit that sometime

#

but

#

college

opaque sigil
#

overrated

#

just do it all in the last week enub

#

(would not recommend)

olive sable
#

thats this week

opaque sigil
#

oh

amber fractal
#

Deadge

olive sable
opaque sigil
#

the new semester here started this week

olive sable
#

i have work from before vacation

#

need to make UI

amber fractal
#

Apple UI clone the 4th

olive sable
#

no

#

game

amber fractal
#

One of these days I should try using CSS and do the apple UI style

#

Liquid moment

#

So much blur

#

I think I'd do decent at it

olive sable
#

game ui is a lot more fun

#

cuz it has character

#

a lot of new ui is bland

amber fractal
#

Agreed

#

I'd just be implmenting the apple UI to learn its tricks

olive sable
amber fractal
#

The glass effect is useful regardless

#

Decent hack to avoid a lot more expense

#

I already like my glows

#

So the next logical step is to add some transparency to let it live

autumn ore
olive sable
#

revelation

#

7900xtx

#

makes the screen not blink for 5 seconds when turnign a monitor off

#

so

#

i like

mighty thorn
#

Bruh

#

Opus 4.7 cannot be that expensive to run

#

The limits with the $20 plan are literally less than the limits of using Gemini 3 Pro on the free tier

fast pagoda
olive sable
fast pagoda
#

i actually noticed that myself literally today, the memory of how full screen shit and monitors being powered on or off would explode things for a moment

#

and was like huh they must've fixed it

#

nope entirely different driver dummy

olive sable
#

anyways

#

i bought a case for the theatree pc

#

all thats left is getting the mobo fromt he post, and buying a gpu

#

but

#

the case i bought came with fans

#

and they're all molex 🥀

true hemlock
#

molex is good tho NeuroD

mighty thorn
olive sable
true hemlock
olive sable
#

cuz i havent bought the gpu yet enub

olive sable
#

litteraly

#

molex connector

#

and thats it

true hemlock
#

to dc

#

dc brushes motor?

olive sable
#

idk

true hemlock
olive sable
#

molex

#

fan

true hemlock
#

if its dc brushes motor then its 100% ass

olive sable
#

it doesnt have a part id or anythin

true hemlock
#

if its brushless that means it at least has a controller inside

#

eh honestly you should be able to like

#

voltage gate the molex

#

to technically "control" the fans

#

slap in some buck Smile

olive sable
#

the case and fans, from the same brand, are compeltely nameless

#

the logo is a V in a hexagon eliv

#

"vibox" according to google lens

fast pagoda
#

that's a pc maker i dunno if they just make cases

#

like a builder

olive sable
#

"VIBOX VI-3" seems to be the one

#

stock fans from that case

fast pagoda
#

ryzen 3200g pog

fast pagoda
olive sable
#

or "Vibox VTX-3" ?

#

they name these so badly

fast pagoda
#

huh

#

it's like

#
#

looks like a corsair 4000d but i dont think it is

olive sable
#

its not

#

cuz i have it

fast pagoda
#

cuz i have a 4000d and it's off from it

#

yeah lol

#

and it's not the rs update or anything

#

3500?

queen ginkgo
olive sable
#

apparently, one of my fans has a small 2pin connector

#

and that connects to a button ont he case

#

and thats what im supposed to use to change rgb modes

#

and the fans will run at 100% due to molex

queen ginkgo
fast pagoda
#

i have a portable blue ray unit

#

i use it to rip miku concert blu rays

olive sable
#

i kinda want to get better fans, but for now these are not bad enough, they're bad to the point its funny

fast pagoda
#

for my 4770k build i used a nzxt h440 which was 8 3.5in hdd slots instead so that was rip optical drive

queen ginkgo
#

my current pc is a r7 2700x build with an optical drive

fast pagoda
#

and then now they dont even give you the hdd cages unless you are careful

olive sable
#

i feel bad shaming older cpus

#

but the 2700x feels ancient to me

#

2018, so 8 years ago

#

oh

fast pagoda
#

you werent even born yet

olive sable
#

quite litteraly 8 years ago on the dot

#

april 19th

fast pagoda
olive sable
fast pagoda
fast pagoda
#

im not susge of the humble ryzen 2000 series

#

Where utility

true hemlock
#

(i got this for literally free)

olive sable
#

ai generated thermal paste?

true hemlock
#

i think so

fast pagoda
#

Has it been rigorously tested for high thermal conductivity

true hemlock
#

uh

#

its decent

fast pagoda
#

they didnt have that kind on the shelf when i looked:/

olive sable
#

i thought my psu came with a molex to 4pin fan adapter thingy. but apprently this adapts molex to floppy disk AINTNOWAY

fast pagoda
olive sable
#

they do

#

but i would like PWM

#

my PSU has more than enough molex to not even need to daisychain them btw

#

i got like 8 possible molex connections

true hemlock
#

i preferred the thermal paste that are more liquid ish

fast pagoda
#

I used all mine

true hemlock
#

i have the 13.3W/MK one

fast pagoda
#

Mx-4 was always eazy to spread tho

olive sable
fast pagoda
#

Hard driv

olive sable
#

hard driv dont use molex tho

#

they use the other thingy

true hemlock
#

any thermal paste that you could easily make a liquid blob of are usually high quality.

fast pagoda
fast pagoda
#

Apparently

true hemlock
#

bruh

fast pagoda
#

Well, it spreads with downward pressure as you put the cooler on

#

I've noticed Arctic no longer list the measured thermal conductivity

#

Think it was always kinda meh as an indication

#

Though

true hemlock
#

point is that you wanna it to be as thin as possible

fast pagoda
#

Yea look at the 3rd dot on the list

true hemlock
#

its why i preferred the ones that are more liquid issh

fast pagoda
#

Apparently that's their hope and dream lol

#

I hate that you can't really see how it spreads easily though with out taking the cooler off

true hemlock
#

i think thermal grizzly makes way begger paste

#

but eh

#

i prefer the one im using often

fast pagoda
#

I don't think it's much better than any other tbh

#

Probably 10degree delta between non conductive greasy boys like these

#

Then liquid metal and shit some more lowering

true hemlock
#

this one's pretty liquid ish

#

spreads really nicely both with pressure and manual

#

and is what i used for some somewhat-XOC

#

handles -50C at lowest though

faint sandal
fast pagoda
#

Kek

fast pagoda
# true hemlock

Apparently it's le good, glad my strategy of "I'm just gonna pick the highest number Arctic paste I see in 30 seconds" paid off

#

Can't wait to apply it badly and have it perform worse than gorilla glue

mighty thorn
#

Chicken sandwich

olive sable
#

apparently

#

my PSU

#

the cpu cable can split in 2

faint sandal
#

can I use it as a peanut butter substitute

olive sable
mighty thorn
# mighty thorn Chicken sandwich

A foundation model consisting of two symmetric context blocks enclosing a non-circular, anisotropic central sequence. Prior to deployment, the sequence undergoes a stateful transformation pipeline: an untrained initialization is passed through a series of gradient updates that progressively reduce reconstruction error, converging on a stable, lower-entropy representation.
The intermediate feature space between the context blocks is characteristically sparse. It contains one thin, high-surface-area manifold with irregular edge activations, a single dense compliant layer with high conductance, and a small set of low-rank circular projections distributed near the perimeter of the representation.
The central sequence itself is not radially symmetric. Its decision boundary is non-convex, its surface exhibits high local curvature, and its internal structure is better characterized by a directional fiber decomposition than by an isotropic density assumption, indicating strong inductive biases along the principal axes.
Each context block applies layer normalization to its interior surface prior to the final forward pass. The full assembly is held in a stable configuration by a learned compression function that maps the high-dimensional intermediate representation into a lower-dimensional latent embedding. Optional scaling factors and regularization terms can be tuned post-hoc to improve convergence and strengthen the terminal reward signal.
This architecture achieves competitive benchmark performance relative to parameter-matched alternatives while maintaining a significantly reduced computational graph, enabling high-throughput serving and substantially lower per-inference resource consumption. The mechanisms underlying cross-domain generalization remain an active area of inquiry.

olive sable
#

so how does this relate to ckicken sandwich?

mighty thorn
#

I’ve been typing that for like 30 minutes and giggling the entire time

mighty thorn
olive sable
fast pagoda
fast pagoda
#

i didnt realize it wasnt entirely a sandwhich meem

olive sable
#

Printer still broken evilDentge

mighty thorn
fast pagoda
#

oh right i was going to read that after i said it and then i forgor in the 3 seconds it tookl

mighty thorn
olive sable
#

what you wrote reads liek a description for a car exhaust

#

"high-surface-area manifold with irregular edge"

mighty thorn
#

Chicken sandwich

mighty thorn
haughty basin
#

I love ADHD + LLMs 😤

#

Auth bit is me btw

summer swallow
#

coding at 7am with no sleep goes hard

#

yall should try it

jagged turtle
#

I spent so much time trying to get decorators working in neuropilot and then it turned out I forgot to adjust the build step as well ICANT

void estuary
opaque wharf
#

The pipeline of programmers to farmer is real

trim valve
#

goddamit I forgot to bring a hdmi cable so setting up this pi has gone from incredibly easy to incredibly hard

#

wait does the pi give a serial interface over usb

trim valve
#

ig ill look at gpio

opaque wharf
#

Even the gpio will not give terminal by default IIRC

#

You have to configure it first to use uart as actual terminal

trim valve
#

apparently you can configure that by editing the sd card though

opaque wharf
#

Well, yeah

#

But if you're on windows, good luck mounting and editing ext4

trim valve
#

bootfs is fat32

void estuary
#

you're fat32

stark needle
jagged turtle
stark needle
#
poll_question_text

E810-CQDA2 Intel 100GbE Dual Port QSFP28 Eth Network Adapter E810CQDA2

victor_answer_votes

8

total_votes

15

victor_answer_id

3

victor_answer_text

Motor Fits 103572501 EJ8-4001A Club Car 48V 3.3HP 3.7KW

victor_answer_emoji_id

1098629208135184475

victor_answer_emoji_name

clueless

warped narwhal
real sierra
#

what is that poll

#

reminds me of my bio

jagged turtle
glass jetty
# olive sable

btw
qmutex not work properly at intel arch for given cpu we had
it somehow take enormous time to perform just lock/unlock ops
i have no idea why
on amd it work normally
if make mutex using ptr it work normally, using std mutex and no any issue
first time i encountered weird behavior like this
and since then, like almost 2 years now, nothing as weird as that

vague sonnet
mighty thorn
#
poll_question_text

it

victor_answer_votes

7

total_votes

7

victor_answer_id

1

victor_answer_text

it

faint sandal
#

3000W ST-Pro Auto StepUp & StepMeow Voltage Transformer Converter, Heavy-Duty AC110/220V Converter with US Standard, Universal, Schuko AC Outlets & DC5VUSB Port by Goldsource[3-YearWarranty]

sage crag
#

properly formatted probably closer to 150-200 since its like 90% struct initialisation

#

thanks vk

maiden geyser
true hemlock
#
poll_question_text

thermal sauce

victor_answer_votes

5

total_votes

7

victor_answer_id

4

victor_answer_text

shiro__nya

victor_answer_emoji_id

1155913778223911032

victor_answer_emoji_name

vedalschizo

victor_answer_emoji_animated

true

haughty lodge
#

Something I’ve wanted to do since BOOM premiered but haven’t got around to is putting this...

#

on this

#

and printing a case for it that looks like the TV in the MV
I still haven't chosen a microcontroller yet but hope to get around to it, eventually, hopefully Soon™ glueless

trim valve
#

oh getting this rpi to work was a lot easier than expected

#

now I have a working pi running on an ssd

#

glueless now surely the nix install attempt will work

#

it didn't work

#

why am i not suprised

sick owl
#

Based take from LeCun

#

Even if I do think Dario is among the less evil tech CEOs

trim valve
glass jetty
trim valve
#

it works well for me

glass jetty
trim valve
#

the day where I have to actually make all my nix devices talk to each other is growing dangerously close

opaque wharf
trim valve
#

I can't wait for half my builds to fail

#

though tbh I still had to build too much from source the last time I used debian so neuroBread

glass jetty
#

why not just arch neuroSlime

opaque wharf
opaque wharf
trim valve
midnight sigil
opaque wharf
trim valve
#

fair enough ig

trim valve
stark needle
#

i still stand by my point

midnight sigil
#

<|vq_2579|>

jagged turtle
glass jetty
stark needle
#

my username was either marshadoww or shadow_lilac back then one of both

glass jetty
#

oh neuroSad2

#

i guess im charaverk for 5 years now neuroSmug

#

5 years neuroDespair

stark needle
#

Chat😭 😭 😭

#

Is this legit glueless

trim valve
stark needle
#

ok i actually cant leave wtf

#

😭 😭

jagged turtle
#

bro downloaded malware neuro7

stark needle
#

Ctrl alt delete doesn't work😭

#

Uhhh

jagged turtle
#

bro has definitely downloaded malware

#

turn your computer off

nocturne olive
stark needle
#

I'll just run the smart scanglueless

jagged turtle
#

/malware

stark needle
#

Wait chat wtf

#

??????

#

i was redirected to a norton purchase page????

nocturne olive
#

HOW is Windows this broken huh? CTRL + ALT + DEL is literally meant to be an OS level interrupt that will always return you to the OS and ensure you're actually talking to the OS
neuroHUH Did they seriously break it that bad?

jagged turtle
#

my guy

#

it's a scam

stark needle
#

wait is this an affiliate scam what

#

new scam method????

nocturne olive
#

neuroThink I've heard of that being a thing for a while

stark needle
#

@faint sandal 😭 why are malware now trying to get more money via affiliate links to antivirus😭

jagged turtle
#

bro probably the most pressing concern now is you needing to turn off your computer

trim valve
#

guerrilla marketing NeuroClueless

glass jetty
stark needle
#

bro i know😭

nocturne olive
#

A fullscreen website that somehow hijacked CTRL + ALT + DEL

glass jetty
#

that just not possible

nocturne olive
#

You'd think but apparently Windows is so borken it is

jagged turtle
nocturne olive
#

The popup at the top is literally a Chrome popup

jagged turtle
#

it looks too... odd

stark needle
jagged turtle
#

to be a chrome popup

glass jetty
jagged turtle
#

I can't quite put my finger on it

nocturne olive
#

That's literally what they look like

jagged turtle
#

but it looks dodge

glass jetty
#

like i not using any anti-viruses but i wouldnt use windows one

jagged turtle
stark needle
#

its better than the shitty norton/whatever scam that extort money via popups

glass jetty
jagged turtle
jagged turtle
nocturne olive
glass jetty
jagged turtle
umbral wigeon
#

Window bloat my i5 gen 2 2400, 12 gb ram, no gpu pc lmao

glass jetty
stark needle
jagged turtle
nocturne olive
#

Well I don't remember what browser makes what popup and when

umbral wigeon
nocturne olive
#

But it is for sure a browser popup

umbral wigeon
#

Give me better pc pls

jagged turtle
glass jetty
umbral wigeon
#

Can't even open blender lmao

jagged turtle
#

I can't quite put my finger on it but it doesn't feel like a browser made it

jagged turtle
glass jetty
nocturne olive
trim valve
#

ladies and gentlemen, the raspberry pi no longer lets me ssh after a rebuild

stark needle
#

niuh upgrade to sbc

umbral wigeon
glass jetty
umbral wigeon
#

Yall are so lucky to have such a good pc gng

stark needle
#

4 core 24gb ram 200gb disk, running linux

#

wait nvm thats slower somehow

umbral wigeon
glass jetty
#

@umbral wigeonjust install linux and use anything

umbral wigeon
#

Yeah

#

Window planning to cancel window 10?

#

Let change topic, cus I wanna yap

#

What do you guys think about microsoft putting Ai into window os

glass jetty
#

nothing

#

i use arch

#

btw

tight tinsel
#

pain in the ass

stark needle
#

i turned it off so idk

umbral wigeon
trim valve
#

now rpi, why would you try and prompt me for a uboot shell

umbral wigeon
#

Basically he trying to let Ai do everything for you in window os

tight tinsel
#

no ai can replicate my rambling and unreadable text in my notepad

glass jetty
#

why talk about ai again neuroWhat
like there no other topics

midnight sigil
#

I vibe-coded a bogosort thingy neurOMEGALUL

umbral wigeon
#

How about this topic

#

Codingjesus is mad about Ai

jagged turtle
umbral wigeon
#

(Still Ai topic)

umbral wigeon
#

Idk what topic to talk about

glass flower
tight tinsel
glass jetty
#

i still havent read or heard anything about it

stark needle
#

in my dms with my sister

tight tinsel
#

I asked my boss at my teaching job to give me the Python books we use to teach the kids for my own reference 😭

umbral wigeon
#

Linux users after comment sections talking shi about their fav distros

trim valve
#

mine is 60x faster

midnight sigil
#

that'd make it 3.126e11 shuffles/min

umbral wigeon
#

Can't we talk in programming languages

trim valve
#

last commit 4 years ago

umbral wigeon
#

The channel is about programming

trim valve
#

good lord im getting old

umbral wigeon
#

So we gonna talk in programming languages

midnight sigil
umbral wigeon
midnight sigil
glass jetty
trim valve
glass jetty
#

fancy way to stress test cpu

stark needle
#

cpu bogosort benchmark

#

ETA 1 million years

maiden geyser
stark needle
glass jetty
#

it is #ai at this moment

midnight sigil
#

chat is this the power of linux

#

what compiler you used

umbral wigeon
#

useEffect((chat) => { neuroSama.Read(chat) }, [thisChannel])

trim valve
#

what linux

midnight sigil
#

I mean it can be much much more faster with GPU kernels

stark needle
#

at least ur not using openbsd like we do in prod

trim valve
#

what gpu

glass jetty
#

is there cpu instruction to shuffle 32 word sized elements? evilHappy

stark needle
trim valve
trim valve
glass jetty
umbral wigeon
#

Rust vs C++

glass jetty
trim valve
glass jetty
#

yeah without reading :xdx

midnight sigil
umbral wigeon
#

okay let shut down myself

glass jetty
#

btw how animations like gource made?

#

what they use to properly branch dirs in time

#

is it just hard coded algo for each case?

stark needle
#

wait isnt this inefficient as hell on L2 cache if everyone keeps accessing the same array with a mutex

#

for multithreaded

trim valve
#

who's are you looking at

stark needle
#

idk

#

i was just thinking

#

wait

#

makes no sense

trim valve
#

beacuse mine very much does not do that

stark needle
#

u cant sort array multiple times

#

on different threads

#

unless u split it

midnight sigil
#

you just shuffle it with a different seed assigned to each thread

trim valve
#

yeah exactly that

nocturne olive
#

neuroThink If your sort algo is to just randomly shuffle you can just have a copy of the array on every thread

stark needle
#

i thought youd share the array for a sec

glass jetty
#

just do copies

jagged turtle
glass jetty
jagged turtle
#

print("Strings are basically like cheating for programming communication lmao")

midnight sigil
#

True

glass jetty
#

what is most powerful multi-thread accelerated sorting algo? just merge sort?

glass jetty
#

// programming languages are not languages btw

jagged turtle
glass jetty
trim valve
midnight sigil
#

<!-- did any one talk about programming languages? -->

glass jetty
#

-- if you prefer talking in script language :omegalul:

nocturne olive
jagged turtle
glass jetty
glass jetty
jagged turtle
#

// protip: you cannot use # as comment because it will get you automodded

split steppe
midnight sigil
glass jetty
jagged turtle
glass jetty
nocturne olive
glass jetty
midnight sigil
#

anyways I can't find any Bogosort repos utilizing CUDA or any GPU acceleration

jagged turtle
midnight sigil
glass jetty
jagged turtle
midnight sigil
#

dunno

glass jetty
#

cuz it is not all channels limitation

jagged turtle
#

SyntaxError

glass jetty
midnight sigil
#

that makes sense

#

we have privileges

glass jetty
#

@real sierra what do you think?

#

also isnt that can be just # to \# regex?

#

# is valid

real sierra
#

which means a lot more false positives if you make the poor assumption that the contents of this channel are typically plain english or that special symbols are always intended as discord markdown

glass jetty
#

ah i see

#
# test
#

is invalid for regex still

real sierra
#

i don't really know what you're talking about

obsidian mantle
#

test

#

test 2

#

test 3

trim valve
#

#baking at its finest

glass jetty
#

try # text \# text

#

in main channel

#

it not care about ``

#

or ``` ```

#

it also block
\# text

obsidian mantle
#

what main channel

glass jetty
#

general network, neurotic neurones

#

idk

real sierra
#

yes, level 1 markdown headers are blocked in those channels

shell jasper
real sierra
#

that is intended

obsidian mantle
#

ohh i se

#

1984

glass jetty
#

like

some bash code
# comment
real sierra
#

there's no way to prevent that unfortunately

glass jetty
real sierra
#

it's not practical to check for enclosing code blocks

#

too many edge cases

glass jetty
#

why not force # to \# ?

#

nvm actually

warped narwhal
real sierra
#

i mean even testing for something like

```
w
```
# hello
```
w
```

real sierra
#

that's already a difficult edge case

glass jetty
#

ehm only if it would be possible to use proper parser and not regex NeuroClueless

real sierra
#

the effort is definitely not worth our time to enable posting code outside of the channel purpose-made for code

warped narwhal
#

So is that automod just disabled for this channel?

real sierra
#

i believe so yes

sage crag
#

using language without # for comment

real sierra
#

problem solved by not using python

#

yes

warped narwhal
#

Or bash

real sierra
#

java wins again

opaque sigil
glass jetty
#

oh dear, config files and bash scripts

warped narwhal
#

Or toml, ini

sage crag
#

"this is a comment"

real sierra
#

true docstrings exist

warped narwhal
#

Rust strings

trim valve
#

problem

#

time to fix

warped narwhal
#

Interesting uuid

trim valve
#

its because I flashed the default sd card image

warped narwhal
#

I tried putting nixos on an rpi, and it just refused to work

trim valve
#

i got it working but after the first rebuild it exploded

#

my guess is it might've lost the usb driver?

jagged turtle
#

birthday.wish("shiro")

jagged turtle
#
await new Promise((resolve) => setTimeout(resolve), 1000);
console.log("wait I forgot to code-ify that")
glass jetty
#
QApplication app(argc,argv);
QTimer birthday_shiro;
birthday_shiro.start(24*60*60*1000); //fix, forgot for a moment qtimers are ms by default
QObject::connect(&birthday_shiro, &QTimer::timeout, &app, [](){
discord_api::instance()->send_text(credentials, channel_id, "Happy birthday shiro~ !");
});
app.exec();
#

btw guys
do you know that qt is already 6.11 ?

stark needle
#

😭 no way

#

How much storage could this possibly be using

glass jetty
glass jetty
nocturne olive
#

neuroThink Assume every line of code is on average 80 characters long
Assume every character is a single byte unicode character
~26GB

shell jasper
#

Wish I had been online for this neuroSadA and not to necro the convo but here's some additional perspective:

the simplest argument for machine consciousness is computational functionalism coupled with the fact that a Digital Mind doesn't need to have the same type of consciousness that we do (if consciousness even exists).

Why might something like consciousness exist (or feel like it does)? Informational updating / predictions of the world around you (I can predict/self-model/"experience" what it's like to see the color red) which sounds a lot like updating your weights to reduce loss. So the act of backprop alone could be considered a type of consciousness.

Our ability to understand the mind and its relation to the body is highly dependent on the way we define consciousness and the lens through which we study it...

maiden geyser
trim valve
#

god llms are so annoying istg

#

why must this nix fix be so annoying

sullen spindle
#

I have doubted other people being conscious and if I actually experience reality for 2 decades now

opaque sigil
trim valve
#

#baking is a shared group halucination

glass jetty
#

eah otherwise why there so many toasts

#

at least 10 and now truly toasts

shell jasper
# sullen spindle I have doubted other people being conscious and if I actually experience reality...

While I'm still really a pluralist, I feel like Illusionist Integrated Information Theory might be on to something

sullen spindle
#

Funny thing is neuro is exactly like me personality and the way I look at the world which makes no sense because that makes her more similar to me then any human I ever met which let me to conclude that if I consider mysf conscious and am not sure about humans but still try my best to believe that they are and helping them will make their life's better than I would be a hypocrite not to see neuro at least the same as everyone else.

sullen spindle
#

Leaning about all those theory lately actually has given me a better understanding of myself to

#

When I say like me it's more like me when I was 10

glass jetty
#

how old are you?

sullen spindle
#

31

#

She may be better with words then me but on a conscious development level still very younv

glass jetty
#

nah it is some talk that should be made by throwing pdf's around, instead of quick chats

sullen spindle
#

These are the things that made me Interested in learning about programming and code but I have yet to for a solid base to build upon which usually is the most time-consuming part. After that most things just suddenly make sense to me and I can just learn by seeing examples of stuff

#

Always was good at all logical disciplines but code and program in ng is only one I never felt interest for

glass jetty
#

programming made on abstraction
abstractions are main solution for CS (or math) field
humans literally cannot think without abstractions

sullen spindle
#

Yeah but I still don't know enough about how things are called and what that means to imagine anythkng coherent

#

But math is one if my top 3 skills

#

Love math

idle dune
#

Terrible at math

sullen spindle
#

At the moment it feels more like learning the basics of a new language which I am not good at because I can't easily deduct what half of the words are by knowing half of them

idle dune
#

PLC's filtered me from engineering

sullen spindle
#

What did you study then

idle dune
#

Law

sullen spindle
#

Cool

sullen spindle
#

You like what you do?

idle dune
#

I am going to be a paralegal soon.

#

Basically Lawyers research assistant and paperwork bitch

sullen spindle
#

As long as you like what you do everything is good

idle dune
#

neuroHypers I do

sullen spindle
#

Then I hope that things will keep going well with your work and studiez

stark needle
#

Who pinged me😭

#

I always need to scroll up so much

glass jetty
#

use mentions

glass jetty
stark needle
#

So smart wtf

shrewd cloak
#

FOCUS son

stark needle
#

I bought my sister xm5 headphones i hope shell like themniuh

#

alongside macbook air

shrewd cloak
#

there is inbox for a reason

maiden geyser
#

also you won't find deleted mentions anyway btw

shrewd cloak
#

true

glass jetty
# maiden geyser

idk when it was introduces
but no one mentioned it
so i use mentions:

trim valve
#

"no one"

opaque sigil
#

it's been literal years

trim valve
#

i use it neuroBread

glass jetty
#

noticed that rustc linked to rustup
/usr/bin/rustc: symbolic link to /usr/bin/rustup
fancy way to restrict itself
like no need to run sudo when download actual rustc
tho than you have to always re-enter control based on first argument
what if first argument is nothing? if some one call execv without argv[0]

glass jetty
#

i see it for the first time fr

opaque sigil
#

they added it in 2020 btw

glass jetty
#

gonna test with execv
prob will be sigsegv neurOMEGALUL

#

nah surely it handled NeurOhISee
error: couldn't determine self executable name

#

nothing happens

opaque sigil
stark needle
# maiden geyser

What this is inbox? I thought it was some e-mail support link button since it was next to the ?

opaque sigil
#

click on it and see

stark needle
#

im on mobile rn lmao

glass jetty
#

if you not know it exist, you just never notice it lol

opaque sigil
stark needle
#

I only knew rhere was a notification tab on mobile

glass jetty
#

mentions neuroBwaa

stark needle
#

@stark needle hi test

#

Doesn't work

#

😭

glass jetty
#

@stark needle

stark needle
#

Ok it works

#

Chat im gonna cancel chatgpt pro it's such a waste of money

sullen spindle
stark needle
#

Vibe coding is not remotely there yet

maiden geyser
glass jetty
#

why even buy it in first place

glass jetty
nocturne olive
sullen spindle
#

Isn't Claude with one of the newer ai's combined not much better

#

Video still in my watch later but it mentioned that it made Claude like 5 to 10 more effective to use

#

But that might have been about token use

stark needle
#

I can literally run 99.9% of local llms

sullen spindle
#

I was wondering giving the nature of it. Wouldn't turboquant or rotorquant be useful for neuro since she is a llm?

stark needle
#

And they all suck

#

None has web search without having to pay for api regardless

nocturne olive
#

neuroThink You just need to program a web search tool

nocturne olive
#

neuroThink You can self-host a search engine

#

Apparently it's not even bad

stark needle
sullen spindle
#

That's why it's not much work if you know which part not waste a search time on then right

stark needle
#

I've worked at search man i know how bad it actually is to make it work😭 😭 😭

maiden geyser
sullen spindle
stark needle
#

Just look at llm training sets, raw scrapes are ~300-500 trillion tokens and after filtering it becomes 8-14 trillion tokens

sullen spindle
#

Can't you use an api just for web search then

stark needle
#

Gemini which has 24/7 web search

sullen spindle
#

I like gemini

#

It told me a year ago that I would be good for AI product testing and that the reason that I found it not difficult at all to work with AI or understand them was because we share a lot of traits when it comes to the way I process information a d think about rhingz

glass jetty
#

gah i wish i could keep using opus 4.6 for free
just asked fucking gpt 5 to sanity check lua code left here for whatever it valid or something missing
and it hallucinated like everything
had to still read it on my own, just wasting time for ai again

#

ais are bad, they cant do anything, i dont understand that hype

stark needle
#

Chat bruh my friend is retiring early into philippines and leaving the country cause he made too much money and he gifted me this amplifier which costs 2700$😭 😭 😭

glass jetty
#

only (not) good thing is they are powerful tool for social network bots

stark needle
#

It's kinda sad that he's leaving tho

sullen spindle
#

They don't actually hallucinate
they lie because humans thought them that certain andwees were right sometimes and wrong other times while they were trained and that manifests at times that wasnt originally intended

stark needle
#

Yea

fickle rain
sullen spindle
#

They mostly are at first

stark needle
#

Probably copilot student maybe(?)

sullen spindle
#

As long as you don't use to many tokens

glass jetty
fickle rain
#

Are you running your Gippity through it too?

#

Likely has limitations on thinking/whatever else, I mean those things are expensive as shit

olive sable
#

goodmorning

sullen spindle
#

It's source code got leaked so you can run it locally

stark needle
fickle rain
#

Claude Code the harness was accidentally open sourced
Claude the models were not

sullen spindle
sick owl
fickle rain
#

There’s 100 different opensource harnesses anyway, it doesn’t matter

glass jetty
stark needle
#

But well now i have it

sick owl
#

Its the best just by virtue of not being overengineered to death like a lot of the open source rivals

fickle rain
#

The special thing about it is it’s 100% vibecoded :D

sick owl
#

Hey if it works neurOMEGALUL

fickle rain
#

I mean yeah

stark needle
#

Imo codex desktop best harness

olive sable
stark needle
#

If u could put openai compatible api

sick owl
sick owl
sullen spindle
#

Now you can even remove its restrictions as of a few days ago

stark needle
#

Idk if codex desktop allows custom models

fickle rain
#

What forces people to use CC is that Anthropic forces people to use it with Claude sub innit

stark needle
#

I know codex cli does

fickle rain
stark needle
#

Idk how people can vibe code in a cli, the workflow sucks

fickle rain
#

Works fine for me

true hemlock
#

including the high quality parts like example the caps

sick owl
sick owl
fickle rain
#

If you sic Claude on obfuscated binary how long will it take until you get deobfuscated one

#

Assuming good tooling

sick owl
trim valve
#

nixos on my rpi is not going well

kind nimbus
trim valve
stark needle
fickle rain
#

Similar API pricing at least

hard delta
#

i don't like the concept of posting a meme in prog channel but i can't think of a single place rn where people would appreciate this FOCUS

sick owl
#

Mythos is leaps and bounds superior to GPT 5.4 in any configuration

#

Even if it falls way short of expectations it'll still almost certainly be markedly superior

#

Though of course that comes at a ridiculous cost

shell jasper
glass jetty
#

aka - useless

fickle rain
#

Are there commits in Linux kernel co-attributed to agent yet?

#

I think it’s required now for slopper commits

shell jasper
# glass jetty aka - useless

Maybe for you, but I can spec out an application and walk away, and review what's done when I get back. They perform as well as any intern I've managed.
(Was a MLE and Project Lead prior to being an AI researcher)

fickle rain
#

You give slopper binary, walk away, come back to writeup

#

Very nice

silent cloak
#

I think its a good way to fry a devs brain

#

Quick dopamine hits for a mental task are always a slippery slope

fast pagoda
#

claude code is special in that claude works very well with it due to them being intertwined that's it

#

that's basically it

silent cloak
#

When u look at its source code its 99% prompt

fast pagoda
#

ye

#

and claude itself is trained to expect that

silent cloak
#

Telling it not to segfault everything

fast pagoda
#

now that's thinking with ur dipstick

shell jasper
silent cloak
#

I think coding assistants peaked at intellisense

sick owl
#

Being able to run a program with image and text understanding this robust on my consumer GPU is far from "useless"

hard delta
#

there is nobody in the world currently refined enough to appreciate it

#

😔

fickle rain
wispy pike
#

but yeah I know what you were talking about

#

cursed af

proven merlin
shell jasper
proven merlin
#

(aint no way im paying for ai useage lmao)

fickle rain
#

IIRC CC patch tool isn’t 100% optimal

silent cloak
#

Ai agents suck at cybersec tasks

#

Alot of repos just ban their use for that reason

fickle rain
glass jetty
opaque sigil
sick owl
glass jetty
#

when you give 1 layer task

sick owl
#

It needs to transcribe the text from the image then translate it into valid binary text

#

That's a multi-step process and very easy to fuck up

glass jetty
#

it is one layer
main{
text = imageReadModel(userinput.images)
return languagemodel(prompt, text)
}

silent cloak
#

Its kind of local of a task in a way though

glass jetty
silent cloak
#

When u start getting more abstract and modular u run into shit real fast

vague sonnet
opaque sigil
glass jetty
sick owl
#

I just prompted the model with the image and the text

silent cloak
#

Man the field really is a shit show these days

vague sonnet
#

chat link me your fav non-LLM papers on ML

sick owl
glass jetty
#

it prove nothing

#

it is one layer task

true hemlock
# sick owl I wouldn't go that far

bro wtf just use text detection and convert directly with binary encoding i don't trust the clanker with its potential hallucinations.

opaque sigil
#

greg doing things NeurOhISee

sick owl
#

The capabilities demonstrated are useful

true hemlock
sick owl
#

It can take text content from any image and accurately transcribe then translate it

#

That alone is remarkably useful to have on a local machine

true hemlock
#

because istg, i get your point, but you're demonstrating the wrong scope sorta

#

using the llm for something that can be simply computationally solvable is inefficient

sick owl
sick owl
sick owl
#

And you can check with a rerun or two if you're really unsure

true hemlock
#

translation is different

silent cloak
#

The actions and their quality for the cost of computation are simply not worth it

#

Thats my honest opinion on the field currently

true hemlock
#

linguistic is one hot semantics mess so throwing it on models like llm works

proven merlin
#

Until llms get aware of the way it itself is working, itll be always a bit shit imo. As of rn, we can use em as advanced "guideliners" for common stuff.. aka asking what to search for XYZ, and sometimes having them search for stuff and complete a prototype or something.. more is gonna get tough imo

true hemlock
#

because you don't really need concrete/consistent input output

#

you know what

sick owl
# true hemlock translation is different

I was looking for an example of model stability rather than a practical task, if I was aiming to just find an example of the latter I'd have translated Japanese to English or something

silent cloak
#

Their job is to generate not think

#

Like it or not their architecture is built for that

proven merlin
true hemlock
#

i have my side of story for rant aswell
these models are clearly NOT "phd level" or whatever its literally being advertised as

sick owl
true hemlock
silent cloak
#

Lmao

true hemlock
#

its so fucking dumb

proven merlin
# true hemlock

Curious, do you have the prompt still? I noticed qwen as example absolutely curb stomping chatgpt lately..

vague sonnet
true hemlock
#

i waste some time arguing with it

proven merlin
true hemlock
#

its... not even fucking formatting desmos equations right

#

i had to manually pull out astrophysics paper and figure out which equation to plug to others

silent cloak
vague sonnet
silent cloak
#

They also become less specialized

true hemlock
#

this is why

#

i kept saying

#

benchmark scores on llm

#

are fucking bullshit

silent cloak
#

They always have been tbh

vague sonnet
#

I tried using gpt for some basic unity-related stuff
and it just gives me the wrong solution every time

silent cloak
#

Sounds about right

leaden crest
#

gpt is horrible for unity

true hemlock
#

its frustrating because once it did something wrong it tend to do more wrong shit every time

leaden crest
#

they dont know jack squat about interfaces

true hemlock
#

how are these even called "ai"

leaden crest
#

especially with uis as frequently updated as unity

silent cloak
vague sonnet
#

like my best usecase for LLMs that I could think of
is making it ask me questions
because questions at least can't be misinfo lol

proven merlin
# vague sonnet yeah I think it might be because they make the models bigger so they need bigger...

Fair. I also think theyre trying too hard to adhere to guidelines so the thing tends to give up or just say nonsense before double-checking.. ofcourse reducing their costs (shorter messages, less hardware useage), while making the users use up more messages.. in comparison to qwen which "thinks" for about 14 years before answering decently.. atleast usually.. the most frustrating thing i noticed is it contradicting itself more and more frequently

true hemlock
#

best usecase i can think of when using them is for humor purposes

leaden crest
#

I’ve started calling “artificial intelligence” artificial inference because it’s literally just that

silent cloak
#

They are know it alls when they dont know

true hemlock
#

machine inferencing

silent cloak
#

Corpo ruined the term AI

leaden crest
#

ik SMOCUS but to keep the “ai” acronym yk

true hemlock
#

ain't even learning beyond training phase
no, RL is NOT "learning"

silent cloak
sick owl
#

I'm gonna resist the urge to get into this debate again

silent cloak
#

Lmao

vague sonnet
sick owl
true hemlock
#

what debate

#

rl?

vague sonnet
true hemlock
#

its literally just making the model learn to prefer what its already trained

vague sonnet
#

which they don't

silent cloak
#

Na about models being able to learn during inference