#programming
1 messages · Page 518 of 1
i just want 3x 1440p 16:10 30" LCD monitors for productivity, and then my 4k 42" oled i think is perfect for games already
the commercial ones use 4 8K projectors to do 16K via EPPT
seems reasonable ye
i think 16:10 is WQXGA
so 2560x1600
ye
actually not 30" i think 24"?
or 26"
something like that
i forgot the size that made sense
iirc they come in 30 and 27
3D printers started using 16K actually
3d printers make sense, you want as much res as possible
looks like the 30" is the right one, can't find any smaller wqxga, and it seems to be the one dell i looked at
sadly they don't manufacture that size anymore
And i am once again stuck
I cant get opnsense or whatever to give my debian vm a ip
Dnsmasq dns and dhcp are on
Theoretically set up aswell
Unless i missed something
But the debian vm just wont grab a dhcp ip.. i can set one manually then talk to the opnsense gui
But internet is also dead
possibly the vps provider enforces something from outside
well your vps is just someone's vm, which they integrate in the rest of their net infra
The public ip to opnsense works, but the opnsense to vm net stuff ain't working
Yes, but they cant look into whats in my machine.. to them it looks like one machine sends quite a few Ethernet requests..
hmm perhaps
Its struggling internally
i suggest you draw a diagram on paper
The opnsense can access the net aswell
Probably should, or probably should also go to sleep lol
yuh
The fun part is ONLY opnsense can access the net..
My proxmox and my debian (which sit on the vmbr behind opnsense) cant
something you should also check is SELinux settings, it's prevented my network config from working sometimes
then firewall and then ipconfig
try with fixed ips as well
To be fair, my proxmox uses a very uh.. interresting mac.. 02:00:00:00:00:01
But i cant see why that would cause issues
Proxmox Firewall is disabled on all interfaces.. even enabled promiscuous mode in opnsense
proxmox might be controlling your whole net config also
since it needs to bridge the vms and stuff
i might switch from vllm to llama.cpp.
mainly due to llama having the ability to pause the llm processes and to temporarily save the llm model in ram while the gpu gets used by something else.
idea now is to move tailscale into a docker container, have nginx as proxy to acces localhost services, and to have slurm to schedule the GPU
i think this works
might need to make a ramdisk to save the llm into while its paused
with llama.cpp you can configure specific offloading configs between disk, ram, cpu, gpu, you shouldn't need a ramdisk
its not about offloading
mmm
My interfaces config is fairly simple.. but i do have an ip + gateway setup on the vmbr1.. which should be fine.
i want the llm to be online 24/7 if the gpu is free, but if im training osmething on the server then the llm must go
but just killing the processes is annoying and it will take 10 min to restart
hmm
so idea is to move model weights from VRAM into RAM until the gpu is free again

and then back into VRAM
Surely that's gotta be possible somehow
would ramdisk even do anything for that though
you'd still need to rebuild the entire program state
much of the time spent is packing weights into the gpu/ram in a specific way and initializing the program
reading doesn't really decay the ssd
I mean Linux does copy the whole model from disk to RAM first before actually loading it in llama.cpp at least
So if it's in a RAMdisk you'd get the benefit of near-instant copy so reloading the model would be way faster if it was in a prepared RAMdisk
thats what im thinking ye
it doesn't even, by default it mmaps

so if you use a MOE you don't even load 90% of it
In my testing of big files, when you load a big file EXT4 first loads it into RAM cache, then lets the app load it from there
The app only gets notified of the transfer once it's completed loading to RAM cache
This does however lead to some stuttering sometimes while games load
im pretty sure its loaded tho. vram is full and system ram is only at 8gb
that's implementation dependent, there's a huge diff between a full load and mmap
depending on what type of model you have
i run the default mmap mode and it's a difference between 30s startup and 3+ minutes
and massively different ram use
no execution speed diff
i don't care about ram usage at all, i have 256gb so enough to spare. but fully starting vllm takes 10 min from when i enter the command until the llm starts workign in the webui
what size model you have? it could be doing a full load instead of mmap
not sure what vllm defaults are
also is it dense or moe
Should be 16GB with vllm just hogging the rest of the vram cuz its greedy
gemma-4-26B-A4B-it-heretic-AWQ-4bit
yea that should load in like <1m

my qwen3.6 35B-A3B does
It takes a while for me
granted i'm running on cpu, but i don't think gpu should be that diff
they might be JIT compiling a bunch of things during startup + capturing cuda graphs alongside warmup and whatever else they do can take a while i guess
copying 16gb takes a second maybe
Iirc it does some testing or whatever and something about cuda graphs
try with --enforce-eager sam, wonder how much that helps with startup
granted serving will probably be slower
this basically just disables cuda graphs it seems
i don't have too much experience with cuda graphs since most things i deal with don't work with them but iirc massive graphs can take a while to compile
hmm
surely there's a way to have vllm log everything it's doing during initialisation and for how long 
i have this:
ok maybe not 10 min, but it takes longer than id like
roughly 5 minutes it seems
almost a minute for torch.compile 
vllm 
Either use Ollama or use that brain of yours to make ur own inference api
vllm is in the middle of those and is the worst of them both
based on what?
All of the bloat of Ollama with all of the technical difficulties of diy, talk about a lose lose
i dont have either tbh
So close yet so far
In my new project, I attempt to simulate the formation of a multicellular organism from a single cell. All cells share the same genome, but each must perform tasks according to its position in the growing organism. To achieve this, cells need to interact with one another and regulate their gene expression. This is what the project is dedicated t...
I would love to see a much more thorough version of that with muscles, neurons, and soft body physics
I keep getting this shit recommended as well

Vibe coded slop design
I only used google assistant to set laundry timers and I stopped doing that even
Oh my fucking god
They really made
Google ai slop copilot laptop

Chromebook with Gemini (cloud Version) 
Surely we didn't have this before
The next step is a real-time ai generated operating system. If your computer can’t forget that you had a window open then are you really computing?
I have a bit of money riding on at least one tech company anthropomorphizing alexa/siri/google assistant within the next half decade
does project ava count?
I saw that actually and im not sure honestly
wait the design similarities to nere are actually uncanny
now that I look closer
Ai Minecraft for windows 
i was gonna say ai windows but they beat me to it
windows is already ai
why am i productive wrong
i keep getting distracted programming when i should be getting my grades up

all these big tech corpos shove AI into random things
also gemini is mid, closed source, and has google tracking, soo
theres already an OS with AI in its system level
i think its
Deepin
they have this thing called UOS AI
deepin is a chinese linux distro
UOS AI is basically copilot but its embedded into ur OS
instead of being scatterred across apps
and u can use a local model or bring ur own API key for UOS

Nothing could possibly go wrong 
Is it able to delete files?
i think it depends
its defo doesnt have root/admin access
Oh good lol
its mostly a chatbot/assistant
so u can summon it to write docs or emails or a summary
and help schedule stuff
it has "claw mode" which is basically the mode that makes it an agent
so it executes commands
in the terminal
Hello
Hello
hi
i don't know what to talk about I just wanted to see late night programmer talk
its like 11 AM for me tho 
im in indonesia
Ooo
Cool
I'm in the USA so
uhhh
east coast?
or texas
or somewhere in the rust belt
Well, the opposite of West is east so
i meann idrk abt american timezones
I'm from the deep south
But not so deep it's Texas
I like this guessing game
Glad my accent doesn't come through text Haha
Some people were talking about ProxMox servers earlier. I was reading up
Does anyone have advice for using ProxMox?
whats that?
Proxmox is an open source server management OS with a web based interface
hmm ive never rly heard of it
It's mostly used to manage VMs, LXC containers, networking
Stuff like that
ohhh
ok2
Lots of people here were talking about it
You can search it up if you're really interested.
It's becoming more and more popular since it's completely open source
It's fun to play with especially since it's a quick and easy way to make isolated VMs
Meaning you can mess around with whatever and not really worry about breaking literally everything in your network
truee
undertale lol
it makes sense?????
that genuinely makes sense though
wym why i it default
How on earth would you go about loading an entire game onto ram? Would you need a mod? I remember in the assassins creed stream, vedal had enough ram for the whole game and i think someone suggested that
you could load undertale into ram
That would be a funny performance mode for people with an absurd amount of ram but no ssd for some reason lol
Running the game takes roughly 10x more ram than the game itself 
According to the requirements
that's not too surprising
ok
the game is like
200mb
That’s what I was referring to. I just thought it was funny
✅
If you alone somehow managed to gain control of mana, the fuel of all magic in this current world. Assuming that you can regenerate mana over time, what would be your goals to do with it?

make gold
I feel like making gold is a safe bet, who knows what magic system will be used. But most of them at least have that as a possibility
My 3D teacher is subbed to acerola
Who is acerola
Youtuber
Ram disk, aka Turning ram into a disk drive and then copying the game over. Either via TMPFS or ZRAM on linux ig. Windows has some too
That would be the easiest solution
Would also use about 2x the ram of just the game off of disk
inb4 it's an update from windows update 🤭

did you even read what was being said in the text accompanying the image?
whql updates pushed by microsoft are the ones that usually do weird crap
yes, when microsoft pushes an amd driver update it's as much an "amd driver update" as when you fetch it from the site
i can read
I'm still very confused
slight chance (how does that even happen)
fixed after restarting firefox
Can you use paged pool for ramdisk? 🤔
IG if you wanted ultra optimized you’d wanna avoid page faults
With how little disk space i have i should do this
I have more RAM than storage currently
the error is because the file is saying amd ow
the amd hurt
https://cdn.discordapp.com/attachments/512346452148748289/1503516847406845953/live_capture-ezgif.com-optimize.gif Gave Max real eyes finally. Now he is slightly more creepy.
Catman
Egg cat
🥚
🦀
Crab
Openclaw


btw
i not even remember what i post
it just random letters
oomg 6 7 ok
i wonder what else i have
please someone tell me the original song for the 6 7 animation meme... i can't find it
omg ok
build finished with error
databasecontroller.cpp:184:20: error: use of undeclared identifier 'testingMaterialChange'
testing_call(testingMaterialChange(materials));
right 

:nrooroCarUbhh:
what was just deleted
i'm still looking for the 6 7 song.. i got a earworm and i need to listen to it on loop
wtf
i found it...
the_sun_is_racist.mp4
didn't know this channel got renamed to #1194088101627297924
yes
active
unless some one start new ai topic
"this goes into brainrot"
"this goes into mlg edits"
"okay what the fuck even is this"
"this one goes into dark humor"
Literally what ive done for decades
Then i got a reaction image folder
may leak something at this rate
And in there i got a neurosama folder
its all just downloads folder
I remember the spanish mlg videos I'd use to watch
i dont remember what i already posted and what not btw
Today in 2026 that creator would get cancelled 1000%
stuff i downloaded from discord to upload in tg
my meme folder is too scattered on twenty hard drives to bother sorting so its all sorted by time period automatically
Someone needs to post new slop models like gemma or qwen
Couldnt ever do that because of naming when i needed something specific
✅
magnum dong
I tabbed out for 5 minutes why am I in #1194088101627297924
approved
what in the fuck is this model name 
I personally call it the long kong
Literally beats every qwen and gemma model
sadge
its kinda isnt even my memes
it just stuff i downloaded to share
nicest thing to see is that several (3) your abstractions each tested separately and designed for different task
fuses without ANY errors for the first time (after like 3 hours of compilation errors but anyway)
Lmao
Is that shit coming out as well now
Bruh i havent upgraded to ddr5 even
me too
this feels more like ai slop article
the reason i said ddr6
is because they mentioned ddr6 everywhere
lets see if it is slop
"valve delayed steam machine because ddr6 shortage"
Supposedly ddr6 is 2027

Desktop 2028-2029
Maybe they meant gddr6 idk
gddr6 isn't in shortage
100% everywhere
Why dont they just make fucking GPUs with that then
Bruh is that why so much cheaper
isnt there ddr7 on gpu 
Gddr7 is nvidia slop
ok
aa
How we gonna get ddr6 with the current bs
Me last night
imaginary
Placebo ram
“Technology after 2020”
“Is this… slop?”
it's qualityslop, you just like it because it's good
So true
TIL this is a real book
bzzzzzzzzzzzz
wait that's Jython ?
https://fxtwitter.com/akramcodez/status/2054099010571645430
✅
that's pyava
What the heck
I hope they align the trailer with tabs
🪹
Bruh wtf is that Jetbrains
JetBrains redeemed frog hat
Now with extra less brains
🪹
@silent anvil
I'm buying a second GPU, with it I'm gonna be able to diversify. Zero will get a much more powerful model AND she'll get a seperate model entirely for gameplay + dedicated vision running on VRAM and not RAM.
What GPU?
Its a 1080 a buddy of mine has
All it has to handle is tool call and vision, should be fine
I want to also possibly run OBS off of it, maybe.
1080 isn't supported by latest Nvidia driver
What GPU do you have right now?
But I'm not sure how that would play into my display setup
4070ti
It's really just for rendering. . . man its out of support? Yikes
Yeah na your GPU driver won't support the 1080 probably, you'll need to downgrade
Max driver version is driver 580
Dang, I can find another one
Anything 2000 series and up is still supported by the latest driver
The 3050 is supported by the driver
Also the 3050 should have 8GB, the 6GB one is a scam and you should not buy it
Only reason is someone is selling one on FB marketplace for like 50$
Im already aware of the 3050 bs
ppl still use 700 and they just no longer provide drivers...


I wonder
im not
750Ti my beloved
true
Could we train neuro to sing french ?
But
I know she can talk french i remember one collab where she did
So surely we can make her sing
I swear there are beautiful french songs
And actually it goes for all languages
La Mersailles - Neuro Sama ed
I wish neuro could cover nine nine luftballons
no french
Do you have labaled French singing?
I could
Neuro singing god save the king
Alright how do i need to format the data exactly
You need to record a bunch of French singing, then use the French phoneme set to label it using a tool
i shouldve keep you muted
@high brook
Go instruct them how to data in DMs or something
Unless you want me to
I want Neuro to do songs in more languages cause it'd be cool
She already does swedish
We can do more
Carameldansen 
It's using phoneme trickery and kinda half-sucks
Sadly
I'm planning to add native Finnish to NeuroSynth 2 tho
If even with a trickery which half sucks we can get cool stuff then with proper stuff
I know of exactly one UTAU that sings actual Swedish (it's peak)
The same UTAU also sings Finnish
https://www.youtube.com/watch?v=besGCxz-WNE
Did I do that right
VOICEBANK DOWNLOAD : http://www.mediafire.com/file/rxaua6n330309t6/Aino Erufu Swedish CVVC.rar
UST : Half a head
Coverart : Love
OTO : Anna Jacqueline
Song : Basshunter
I'm speechless....I still can't believe that there aren't other Swedish voicebanks out yet? This is the first one out there hagdoauygd
Okej så lyssna på mig människo...
I'm alreadying dying trying to get german working 
Well here we have someone we can borrow French from purpose-built for our needs
Wait we could get nine nine luftballons
Yes yes yes
THATS THE ENTIRE POINT

THIS MAN GETS IT
YES
that and ode to joy

so many good german songs
Well if you want to get us data then go ahead and ask Wispers for the data creation instructions
Wispers is our data specialist
somehow
I go ahead
It's mostly me being stubborn
I just put it all together and sometimes do some labeling
And kinda lead the project I guess
Good good i'm that too
And then do some fun stuff 
Once i enter hyperfocus mode i'm. On a task for a while
It's called the ADHDtism power
I'm also the guy that does tech prototyping
And I do tech proper
RN I'm trying to test a new backbone, but got stalled by a bug the dev ddint even know existed till just 15 minutes ago
(I reported it)
Don't we love finding bugs
I've reported so many bugs to this person.
Find a bug : I'll report it later
3 years later : i hope someone fixed it
1 year later : i should maybe send my personal patch
Meanwhile me finding and fixing a memory leak in the tooling
Solve it by RiR /j
And implementing CUDA into a different tooling 
in this case someone had changed a variable name in the backend tech stack and nobody noticed
I came up with this funny sentence though
But yeah send me instructions for how i can do voice in fr*nch
New slave labeler
probably someone shatardizing variable names
Neuro is my Queen, i pledge allegiance
I'm not mute
And i'm also not deaf
Different voices have different suitabilities, even if all can basically be used
I'm less than optimal
My voice is quite far from what one would want from Neuro or Evil
I'd be closer to Vedul
Otherwise you couldn't hear evil's karaoke now 
As long as it can contain all the required phonetic information cross-training should sort it out
Is there no phonemizer u can use
Surely must exist
Technically i was the best singer back when we had a singing class
I also didn't have my adult voice yet
Training is completely disconnected from phonemization
Well outside of training using phonemes as labels
Yay 42
Just be aware to not turn off your pc or store important data and hope to have ecc
What happened there on twitch?
Html code leaked? Lmao
<fim_suffix/>
Not entirely sure what paged pool is.. i know you can make a vram disk. For whatever thats worth
Don't worry
It's called a bad bytecode patch
VRAM disk...
what project do someone recommend for me to learn zig
Because im me, ill say ansi c compiler
hello #baking

first actual ai solve
Write rust compiler in zig
✅
Then move to rust
✅

✅
thank you but i want to live
not to die from depression
we need
smthin
a taste of drama
we need this channel poppin agian
or sm shit
sm1 say smthing
I can do that
Easy
People’s reactions to the Meta Raybans smart glasses with the cameras are fucking stupid
The glasses have a recording light, phones don’t
It’s easier to sneakily record someone with a phone than those
I think the main issue people have is removing the light
but
still stoopid
almost defenitely can record with many other means
the glasses are just easy
If your so scared about the chance of being recorded without your knowledge, bad news about the last 15-20 years of technology

is the best way this channel stays active
lmfao
I want to build a AI image generator 
atomic strike incoming

isnt that already what ur pfp is
That's yours 
what
Don't worry it's quite simple
for x, y
Random.integer
imagine a world where we can get infinite entertainment generated... nobody has to pay for music or tv anymore and its always a unique, different render!
I think I succeseeded in reviving chat
My PFP is not AI generated 
time to mysteriously vanish back into the shadows
Was it ever dead ?
No
No it was just in hiatus
Go to NN then 
ehh
While i'm learning how i'm gonna make neuro sama sing in french
NN too much brain damage
It's both more complex and simpler than i imagined
sounds abt right
We are not a cult right ?
Not yet
Not with that attitude
Can’t tell if your being
or just baiting into further debate about ai image generators
I think AI image generators are pretty cool
this was a starry eyed, bright future agenda ten years ago 
Pretty funny that people wanted ai until they realized that it needs stuff to learn from and hardware to do learning on
“I want this but it’s not allowed to have any consequences or aspects I dislike or else you are worse than Lucifer himself”
Literally “make infinite entertainment, make no mistakes” prompting speak
Dreamers were the original vibecoders 
yeah people expected it to be a benevolent 200iq mother running on a single potato
plus even today their main issues are corporate, not technological
“Make an intelligent machine that knows everything and can draw but also don’t give it any information or a pencil”
well duh if it's so intelligent it should divine all the data from its big intelligence! isn't that what geniuses do?!

What is human processing 
genai in art is acceptable
but only if i like it
this make sense?

whatever i retreat i am arguing with myself now
disregard
ok i can't leave this now. what i was thinking is basically it's fine if it's to a reasonable degree. if a sample a song is built on is ai generated does it matter? it still made the artist feel something. if img2img was used in making digital art does it matter? if the artist felt something and decided they intend to put that in because it resonates with them
my point being it doesn't make it not art magically
though where i'd draw the line is i'd say crafting a prompt isn't a creative process in itself
more accurately it is, but the result isn't the product of it
honestly this thing happened with digital art and Ctrl+Z too
yeah, if you have an ai generate the entirety of your art, that isn't your art. You didn't make it. Your thought process and soul were never a part of it
bad analogy i think, i wouldn't draw parallels with digital art as a whole
anyway back to doomscrolling
basically yeah to me it's not about the entirety or a threshold it's more about how involved you were and how much you've put yourself into it
i feel like the common opinion rn is if i used ai generated salt on my dish it's suddenly slop and i'm not a cook
free lunch slop
and is it a bad thing i contradict myself? i can't/feel horrible using ai in crafts i'm good at, it almost hurts my ego if that makes sense
Being of slop, have some opinion slop!
These are on a video covering a research paper using ai to map global farmland.
The anti-ai parroting has penetrated so deep into their minds that they are rationalizing this as a bad thing
wait, is it an ego thing? did i just crack it
Everything is “dystopian” now
Every cool technology thing is actually terrible because “the military is gonna use it”
the only ai comment i see is "haha ai water" and even then it's just because ai was mentioned
Dude my history teacher just docked points off my exam because I made a spelling mistake.
Think about how dystopian that is dude. The history teacher thinks he has a right to dictate how I spell words
Dude
also wysi 
You are aware people can talk about things without explicitly mentioning the thing in every sentence?
it just as well could have been comments about the exact same thing but done manually
the common topic isn't dogpiling ai, it's surveillance
We both know they wouldn’t have a problem with it if it was framed as the end of a 15 year citizen science survey based mapping experiment
The issue is clearly those two scary letters that everyone needs to hate
well if it was framed as something helpful yeah you'd get less of that
trust me i don't like the anti everything ai crowd too but here it's just not related
Most people only hate ai now that it’s good. Making me think that, perhaps only subconsciously, it’s out of fear
No one really cared about original ChatGPT 3.5, people got pretty mad over stable diffusion, video generators were ignored until Sora 2, etc
hating ai is valid for a handful of reasons, but people lack nuance nowadays
sd 1.5 based checkpoints are still really good even today
So true
i'd say in some cases it's job security, and in all remaining cases it's confounding the tool with who uses it and for what
Anti ai people are actually even better than ai companies at picking the worst possible option when presented with multiple
- “Ai steals from artists”
- “Muh water”
option 2 selected
My face when heat is used to evaporate water which is then released as steam (I am fucking horrified by the water cycle)
to be fair the water thing isn't invalid, it's an actual issue. the problem isn't that the water disappears because it doesn't, it's because it's fresh water that's used to cool shit
and when it eventually falls down as rain it's not a guarantee it ends back up in a fresh body of water
relevant mostly to dry regions
I think the actual bad actors here
Aren’t the corporations (directly)
Or the anti ai activists
Or the country politicians
It’s the county mayors just approving stupid datacenter projects for money
“Hey sure you can build a datacenter on that orphanage which uses 11x the power output of our entire grid, just gimme $5 first”
I think AI is neat tech and yet I think it will push humanity as a whole further into a dystopia.
Billionaires getting richer while everyone else looses jobs.
In an ideal world people should be able to create art and culture because AI does the hard and tedious work. AI creating art is not empowering anyone, it is feeding lazyness and devalues emotion.
Be glad is an Argentina strain and not a Korean one. The Korean strains are terrifying
Ehhh
There are legitimate uses for ai art
Like placeholder assets
References for making real art
Etc
Also some editing tasks like greenscreenless background removal
nerds of this chat, what do yall think of medal(the software)?
Explain in exactly 8 words so I don’t have to google it
clipping software with extreme poor performance some use
I think you should pick one with extreme high performance
OBS
it's like having a console for recoding gameplay, nun serious but perhaps gets the job done for casual purposes
For those of you guys who were looking for a better alternative to lmstudio
textgen webui is now a self contained desktop app shipping with ik_llama.cpp builds
https://thinkingmachines.ai/blog/interaction-models/
have we talked about this in here yet
seems pretty cool
not to mention neuro related
Aren’t those the guys who beat ChatGPT at ARC AGI with 27m parameters
think so but dont quote me on that
there’s no public data for this available yet but it seems legit so far
i also have a concept idea
you know how there's open source models of voice generations that aren't limited by tts pronounciations
wait that's just evil neuro nevermind
sorry brainfog
What
nothing just coping about the v3 voice
Tiling images for sampling data 
I'm waiting for people to realize this is not a meme and scream from the hills to get me banned for AI art promotion
i don't really care about AI art personally as long as i'm not the one who has to implement it
i want nothing to do with the math behind diffusion and all the other generative models
I'm just slopping the model and surely it works
Single CPU core you can crop the 10 images 40k times 
A guy found an innovative new approach to cooling his DGX
Oh that's extremely cool actually
Didn't know thinking machines were finally making moves, thanks for the heads up
Just strap some big ass fans to it
This logo offends my eyes
they make lights, too
Bruh they removed the 80% charging limit toggle in a GNOME update and now my laptop is stuck on it if I don't want to go digging for a fix 
Not that I planned on disabling it but still
Very cool if it holds up to their demo
For AI to collaborate with people the way we do with each other, it should listen, talk, watch, show, and think at the same time — just like people do. Introducing interaction models, an AI designed from the ground up for real-time collaboration.
__
This is a preview demo of our interaction model. You can read the full technical report at htt...
This is the big one
Lmao, everyone but OpenAI are innovating
Lmao
It should be somewhere in /sys/batt/batt0/charge_end_control_threshold
I downloaded the wrong installer and couldn't be arsed to rebase
It is what it is
Assuming they're not faking it with a tool call on the background model
I'll give them the benefit of the doubt until its out to test
Then you got GNOMEd
Now I want a roomba that says friend every time it sees someone new in the room it’s in
I can only imagine what a nightmare this was to engineer
This is impressive if it holds up to scrutiny outside of benchmarking
Maybe neuro could be improved further
↪️ Replying to @thinkymachines
Our model interjects to save Alex's parents from his eccentric ideas.
My hope is given how open this research is we start to see open source replications crop up
True
Because I think this is currently quite the innovation in LLM space
↪️ Replying to @thinkymachines
With the model's simultaneous speech capability, Horace has gotten a lot easier to work with recently.
Some more demos
Here's the time awareness video
↪️ Replying to @thinkymachines
The team has been sweeping at local trivia night thanks to a model that's aware of continuous time.
And the last one
↪️ Replying to @thinkymachines
Lili and Martin get some help controlling themselves.
I think the thing that really impresses me is its apparent proactivity
I haven't seen a system behave like that before without serious prodding to do so
Stretching the definition of "instantly reacts" though
That said even with those flaws, its still a very promising proof of concept I'd say
The famous Neuro negative latency
true!
my first thought too
I have an almost perfect new remote desktop setup using Sunshine and Moonlight-qt but for some stupid reason the mouse area offsets are wrong so the mouse ends up being placed at the absolute coordinates relative to the X11 display root rather than the display's coordinate space meaning on my left low down 1080p monitor I can't reach the bottom and on my 1440p monitor on the right I can only reach a bit of that monitor and most of the area maps to the 1080p screen's area

vedal’s been against a total neuro rewrite (codebase doesnt count it just migrated languages) but maybe this will inspire him to make a new architecture or smth
it probably does considering its novelty 
im not saying im completely unskeptical but its not an apples to apples comparison
even a fraction of their benchmarks seems exciting asf
bit curious how runtime works though
I assume it wont use the same gguf plug and play mechanism in its current state
https://youtu.be/4JuHBtquP1I?si=g3Pdblr0z6rXI8fD whoa funky material
https://www.krk.co.jp/filament/product/smp.html
Changes to shape human-friendly, intelligent new material " SMP : Shape Memory Polymer" has appeared in the world of 3D printer !
And some funky translations
edit from the future, it was 152207 times
Amazing levels of overkill

we must conquer all
tomorrow we take nn
then we do border wars on artist alley
manifest destiny all the way down to bot channel
you dream too small we plan on conquering other servers too
hes not wrong the only reason i boot mine is to watch teto sit on my window
i should at somepoint try to create something like that but working on linux..
We should have a secret programming chat for the real programming
And this one will be for the normies and neurotic neurons
modsssss this person is literally trying to create a secret society
So is this just trained on their own emoji stockpile? Including ones that haven’t been released?
A lot of words just don’t work
Try Neuro Sama
Or Neuro Samantha 
Neuro doesn’t work 

This is neural Samantha
Oh wow it runs locally
That’s why my phone lags
sir thats #1336777692070023271

Wait it’s actually sorta close
Microsoft bing game has returned
How small is this model for it to run on a phone?
enlighten me
the ui looks like a bing product
O
Wait that’s actually yellowish blue what the
thats just yellow and blue
Where it mixes
in terms of subtractive colour mixing, "yellow-ish blue" is green
in addativie colour mixing. yellow and blue is white
What do you see where it mixes?
green
I see it slightly green but it mostly looks like blueish yellow somehow
rgb value where it mixes is rgb(183, 213, 183)
making it slightly green
it couldnt figure out whether it wanted to do subtractive or addative colour mixing, so it did a bit of both i guess
It doesn't look green at all to me
Well, you're bad at your job then 
well, fuck you then 
im litteraly correct
its green
get your eyes checked
the rgb values have spoken
rgb(183, 213, 183)
We have OkLCH for a reason 
i dont give a fuck about OKLCH
there were enough colour spaces already, and yall added even more
But it is the most "correct" color 
The interface here just looks like vomit
Yeah, and that requires stupid amount of data especially because photons interact with stuff 
Which is also why spectral rendering is invented
but it is the only correct method. everything besides that is cope
for rendering its even more cope. you need to render to the colourspace your monitor uses
“Greenish reddish blueish brown”

There’s a tiny bit of blue down there lol
A marble that looks like that would be neat tho
Unlike rgb() or hex (#ca0000), OKLCH is human readable.
i feel like thats just a difference in what you're used to. i can read rgb quite well, but im bad at determining a hue based on a number. but people that use HSL or OKLCH will be able to do so
the brain adapts and whetever
what the hell
Apple thing
It works without internet and makes my phone lag and get toasty so I think it runs locally
ye it does
thats the reason only the new phones have it
my old phone didnt have slop image editor and stuff
i guess it makes sense somewhat to use oklch.
but to me its jsut common sense that HSV will be beighter at certain places it you take a nanosecond to think about how HSV even works
the V in HSV is quite litteraly just V = max(R, G, B)
im mixing shit up now 

so if with RGB (255,255,255), you get V = 255
with RGB (255,0,0) you styill get V = 255
No, you see, the issue is non uniformity of the color space. Look at blue on HSV which consist only 10% at most vs oklch
no, you see, that's just the second issue it fixes which to me is just common sense
It is the main issue it solved. Non linear/non uniform color space 
So you can expect 10% increase of brightness in red to be perceptually the same even on blue for example
they are trying to make oklch the new standard
it is kind of a pain to migrate to as some converters just suck currently
you cant expect graphics programmers to start using over RGB
well yeah obviously
oklch mostly matters for UI accessibility
especially for themes
the suffering thats already caused by gamma vs linear is enough
New nVidia 7000 series with native oklch buffer

i wont mind making every game not made by me be 5x slower
is it that heavy of a conversion
every conversion is heavy
its a whole other format
u would be surprised how big a thorn in ur side it will be
blah blah all i'm hearing is grapfix programer big skill issue
you have to do it for every pixel of the screen. at 1080p thats 2 million conversions every frame
the amount of BS i had to deal with regarding srgb conversions with past jobs

you have to do everything for every pixel of the screen. that's how rendering works
my GPU is checking every pixel on my screen and it still cant find who asked
i dont even touch live HSL to RGB conversion, cuz it makes all my fragment shaders take 3 times as long
she goes to a different monitor, you won't know her
no not really. thats not how rendering works
its worse when ur giving textures for one type and u have to horribly convert them
true
skil isooe
you only render x object to pixels if you know it needs to go there
my bed has a pointer to ur mom
doing it everywhere is the skill issue
and ill tell u now that its unsafe
NAAAH
i see no point for hsv outside color picking and searching for area on hsv representation, since you both have lower precision if store hsv in 3 uchar and it takes time to convert
HSV is for the graphic designers in photoshop
but i eat them if they dont export to a normal png with rgb
you will get Adobe RGB (1998) and you'll like it
dont even get me started on some of the sprite formats ive received
i had to learn how adobe does all their color types and make my own preset color scheme so I could mass convert
its hard to do without screwing up the art
can we just tell everyone who uses ps to ALWAYS SET it to THIS and NEVER touch anything else
no
const multiplyMatrices = (A, B) => {
return [
A[0]*B[0] + A[1]*B[1] + A[2]*B[2],
A[3]*B[0] + A[4]*B[1] + A[5]*B[2],
A[6]*B[0] + A[7]*B[1] + A[8]*B[2]
];
}
const oklch2oklab = ([l, c, h]) => [
l,
isNaN(h) ? 0 : c * Math.cos(h * Math.PI / 180),
isNaN(h) ? 0 : c * Math.sin(h * Math.PI / 180)
]
const srgbLinear2rgb = rgb => rgb.map(c =>
Math.abs(c) > 0.0031308 ?
(c < 0 ? -1 : 1) * (1.055 * (Math.abs(c) ** (1 / 2.4)) - 0.055) :
12.92 * c
)
const oklab2xyz = lab => {
const LMSg = multiplyMatrices([
1, 0.3963377773761749, 0.2158037573099136,
1, -0.1055613458156586, -0.0638541728258133,
1, -0.0894841775298119, -1.2914855480194092,
], lab)
const LMS = LMSg.map(val => val ** 3)
return multiplyMatrices([
1.2268798758459243, -0.5578149944602171, 0.2813910456659647,
-0.0405757452148008, 1.1122868032803170, -0.0717110580655164,
-0.0763729366746601, -0.4214933324022432, 1.5869240198367816
], LMS)
}
const xyz2rgbLinear = xyz => {
return multiplyMatrices([
3.2409699419045226, -1.537383177570094, -0.4986107602930034,
-0.9692436362808796, 1.8759675015077202, 0.04155505740717559,
0.05563007969699366, -0.20397695888897652, 1.0569715142428786
], xyz)
}
const oklch2rgb = lch =>
srgbLinear2rgb(xyz2rgbLinear(oklab2xyz(oklch2oklab(lch))))
this seems to be how you convert from oklch to rgb. 
HOLY FUCK
just convert, maybe?..
i was trolling but now i just have to take all of that back
nah thats not my job, thats thei job to do it correctly
this is the simplified one according to the github person. i have no clue if this is actually correct
naming....
i didnt name it
lemme see if i can simplify it further actually. cuz you can just simplify predefined matmul into one matrix
and in glsl you dont need a matmul function, cuz its built in
well yeah but still it's 3 matmuls
ill have to open vscode for this, simplifying it in discord isnt going well
had some similar issues with sunshine a while ago where resolutions looked awful when connecting from a machine with lower display resolution.
my solution was to write two bash scripts, one would turn off the connected monitor once moonlight connects and the other script would restore the monitor state again once moonlight disconnects. then i had no issues anymore with blurry resolution on devices with lower resolution screens.
id have to check
everyone has a different version for some reason
Or you know, pen and paper
pen and paper sucks for this ngl
const mat3 Matlab2LMSg = mat3
(
1, 0.3963377773761749, 0.2158037573099136,
1, -0.1055613458156586, -0.0638541728258133,
1, -0.0894841775298119, -1.2914855480194092,
);
const mat3 MatLMS2xyz = mat3
(
1.2268798758459243, -0.5578149944602171, 0.2813910456659647,
-0.0405757452148008, 1.1122868032803170, -0.0717110580655164,
-0.0763729366746601, -0.4214933324022432, 1.5869240198367816
);
const mat3 Matxyz2rgbLinear = mat3
(
3.2409699419045226, -1.537383177570094, -0.4986107602930034,
-0.9692436362808796, 1.8759675015077202, 0.04155505740717559,
0.05563007969699366, -0.20397695888897652, 1.0569715142428786
);
vec3 oklch2oklab(vec3 lch)
{
float a = isinf(lch.z) ? 0.0 : lch.y * cos(radians(lch.z));
float b = isinf(lch.z) ? 0.0 : lch.y * sin(radians(lch.z));
return vec3(lch.x, a, b);
}
vec3 oklab2xyz(vec3 oklab)
{
vec3 LMSg = Matlab2LMSg * oklab;
vec3 LMS = pow(LMSg, vec3(3.0));
vec3 xyz = MatLMS2xyz * LMS;
return xyz;
}
vec3 xyz2rgbLinear(vec3 xyz)
{
rgbLinear = Matxyz2rgbLinear * xyz;
return rgbLinear;
}
vec3 rgbLinear2rgb(vec3 rgbLinear)
{
vec3 b = step(vec3(0.0031308), abs(rgbLinear));
vec3 linearPart = 12.92 * c;
vec3 nonlinearPart = sign(c) * (1.055 * pow(abs(c), vec3(1.0 / 2.4)) - 0.055);
vec3 rgb = mix(linearPart, nonlinearPart, b);
return rgb;
}
void main()
{
// lch goes here wrrr
vec3 lch = vec3(0.0, 0.0, 0.0);
vec3 oklab = oklch2oklab(lch);
vec3 xyz = oklab2xyz(oklab);
vec3 srgbLinear = xyz2rgbLinear(xyz);
vec3 rgb = rgbLinear2rgb(srgbLinear);
gl_FragColor = vec4(rgb, 1.0);
}
now lets see if i can simplify this
this is just that js in glsl
i made a couple mistakes looking back at this code

is there unit testing for shaders even?
software dev job or na?
im in college still 
i go of the principle, if it broke i can see it broke cuz its breaking in full 1440p on my screen
gets more complicated in larger codebases when u have tons of different people working on different parts
makes sense
thats when u make comments // wtf is this and why does it break blah blah blah????
or u get ones that is just the developer feeling shame for having to use a hack workaround
"// horrible no good very bad hack"
for our group project in game design. im the only one that there that has coded for more than 6 months. and im also experienced in optimization and stuff.
so im looking at the code from the others with a 
thats why documentation is important for internal use
and unit testing is just a form of safe guard
it ensures someone else doesnt break ur code
it snot liek their code is hard to read. its C# and they use decent naming ocnventions
C# is one of the easiest languages to read tbh
but i sometimes wonder if its neccesary to loop through every object to see if we hit the finish

answer is no btw, changed that to a OnCollision() on the finishline object's code
i dont like unity ngl
its infinitely better than unreal
but naturally wont be as good as a game or engine from scratch
i tried to open my unity project from my linux desktop on my laptop
it wante da very specific version, as unity often does
thats why i have unity hub on my laptop and desktop
it opens after 20 min of downloading and unity taking ages to lauch
and boom everything broke
apparently it wanted 6.004, but it actually didnt want that since downgrading the file to an older verison fixed it
well, fixed most of it
it ran, but it wasnt happy about some shaders still
ye idk
always backup and make forks (cache and the library folder dont matter)
fixed some bugs, made it a lot smaller
const mat3 Matlab2LMSg = mat3(
1.0, 1.0, 1.0,
0.3963377773761749, -0.1055613458156586, -0.0894841775298119,
0.2158037573099136, -0.0638541728258133, -1.2914855480194092
);
const mat3 MatLMS2xyz = mat3(
1.2268798758459243, -0.0405757452148008, -0.0763729366746601,
-0.5578149944602171, 1.1122868032803170, -0.4214933324022432,
0.2813910456659647, -0.0717110580655164, 1.5869240198367816
);
const mat3 Matxyz2rgbLinear = mat3(
3.2409699419045226, -0.9692436362808796, 0.05563007969699366,
-1.537383177570094, 1.8759675015077202, -0.20397695888897652,
-0.4986107602930034, 0.04155505740717559, 1.0569715142428786
);
const mat3 MatLMS2rgbLinear = Matxyz2rgbLinear * MatLMS2xyz; //precompute this
vec3 oklch2rgb(vec3 lch)
{
bool invalidHue = isnan(lch.z);
float angle = radians(invalidHue ? 0.0 : lch.z);
float a = invalidHue ? 0.0 : lch.y * cos(angle);
float b = invalidHue ? 0.0 : lch.y * sin(angle);
vec3 LMSg = Matlab2LMSg * vec3(lch.x, a, b);
vec3 LMS = LMSg * LMSg * LMSg;
vec3 rgbLinear = MatLMS2rgbLinear * LMS;
vec3 mask = step(vec3(0.0031308), abs(rgbLinear));
return mix(12.92 * rgbLinear, sign(rgbLinear) * (1.055 * pow(abs(rgbLinear), vec3(1.0 / 2.4)) - 0.055), mask);
}
void main()
{
// lch goes here wrrr
vec3 lch = vec3(0.0, 0.0, 0.0);
vec3 rgb = oklch2rgb(lch);
gl_FragColor = vec4(clamp(rgb, 0.0, 1.0), 1.0);
}
actually, could save some cycles at the isnan


Good morning
My eyes hurt
Good morning bwaadow
For reasons






7









