although idk if he does this to reduce token count he could do kinda something similar I do for ai vision, where for my vision AI if I seen an object for a long time I store its position and if I need to quickly find it again rather than going back and doing more math I just grab its last stored position and then calculate after. idk if you can do something similar where you can compress older tokens and if you have repetative text it just stores a bit of that token without going overboard or sm
#programming
1 messages · Page 37 of 1
It’s kinda hard to replicate a testing environment that’s the same as streaming too, so it’s hard to test without just biting the bullet
yeah trueee
Sure there’s testing with offline chat but it’s not the same
Yeah, sliding context does this, and summary memory
from what i know regarding memory storing methods, if you want to consolidate history you can make summerized history, or even use a vector databse and grab history when needed but this would add latency
But there’s downsides to each method
i think a combination would be ideal, but i'm assuming he's concerned about balancing latency as well
Without a doubt, yeah. He’s obsessed with the L word 

what about like what I do for video object tracking?, I calculate convolutional feature maps once per frame, and reuse edge features when ROI changes. instead of re-calculating the entire stack. I just process the change in data. im wondering if you keep like important tensors value, are you able to not have to re-calculate the entire context every time (bc for vision ai I dont). and if you dont then there shouldnt be latency increase or if there is its minimal? or am I comparing apples to oranges here lol
i don't know enough about video/image generation models vs language model backends to have an opinion on that xd
i've only really researched and messed with making language generation stuff
fair, i dont know much about language models at all but I know a lot about vision so Im just trying to draw a comparison with something I understand. I dunno tho

hah! it was being finnickey (4B model 😒) but i got it to exhibit the behavior i saw last time! its definitely an issue with the llama.cpp server implementation
there is some funky backend stuff with weights that happens (if i recall correctly) in the transformer that optimizes processing where it doesn't have to actually calculate every new generated tokenized item against each previous one over and over for each new token generated, but thats a different story not related to our discussion on making a good LLM history system
the maths for that went way over my head
I never thought i would be using old ass youtube video of me playing games xD for the voice
are you training a new TTS model on your voice? 
yeah dont want it to be too much like mine so im using pre-ado samples iv got laying around
nice sounds pretty fun
Silliness
im currently literally waiting for my microcassette player to find something on my microcassette. that shit is slooooooooooooooooow
and the rewind button is broken -_-
what do we even know about neuro's backend architecture?
what we know for sure is that there's someone sitting behind neuro whispering in her ear what to say
that is all we know for sure
It's likely an open source model, that's almost for certain
I just...
saw someone writing VB code on their phone... on a note taking app...
with autocorrect on...
im not sure if i should be impressed or scared
scared
i think its both
w aura
thats the most terrifying thing ive ever heard
maybe she had a great idea and wanted to jot it down
in VB???
xD
it's not even just an idea SHES STILL WRITING THE CODE
only devilish ideas come from those who speak such an arcane language...
With INDENTATIONS BY HAND TOO
Demon
just using the cli is hard enough on mobile i couldnt imagine actually trying to program with it
though in all fairness vb is probably the least symbol heavy languages ive ever seen so its not the worst choice for mobile
what do you mean you have to type a lot just to declare a var
Dim x As Integer;
oh you mean in alphanumeric
right
yah cause switching between symbol and alphanumeric is a big pain point for programming on mobile
keep spying on her phone and keep us updated 
"the inhuman skin walkers will try to try to corner you and peel your skin off!"
actual inhuman skin walkers:
I mean it's their business I'm not gonna keep looking but damn
im building the latest llama.cpp to see if the bug was maybe patched recently and my pc is completely dying 😭 😭
hows the latency running models on llama.cpp for you?
i've only tried ollama and huggingface
latency is not too big of an issue but ive never really been the type of person to worry too much about latency. my pc isnt fast enough. also i think ollama is built on llama.cpp so the performance should be relatively similar
oh i didn't know that. nice yeah that makes sense
i've been trying to figure out how big of a model i can fit on my 4070 with good latency lol
how much vram is that i have like 6 gigs of vram and a 1660s so i feel very behind the time with modern models lol
12gb, which somehow feels small for LLMs lol
and 32gb of ram, really wishing i bought 128 now
they do be hungry for that ram
i have 16 💀
16 is great for anything else haha
does anyone have any tip on how to make an ai from premade memories
you might want to look into making a character card for a roleplay model. imo its the most accesible way to start making an ai into a predefined character. you can put the memories in the instruction context or a lorebook. lemme get some docs for you
12GB VRAM, you can expect to run models that run in VRAM at good speeds, which means you're gonna probably top out around Q4 13B
i agree, making your own solution takes waaaay more effort than this solution
Character prompt
https://wikia.schneedc.com/bot-creation/intro here this is a website i remember reading for info about roleplay models. others might have better or more up to date resources though
thanks! Thats what i've seen so far as well. I've been aiming for around 9B parameters in order to reduce latency more since im using agentic programming as well, its been cool to learn
Usually you can at most run a bit over your GPU VRAM in GB times 1 billion parameters
i had an ai but most of it got deleated and im wanting to try and remake it with the memorys
12GB is barely enough for LLM inference, and very tiny when training something
NeuroSynth takes 30 hours per model because I can't run it at an efficient batch size
whats NeuroSynth? (i did google it and am coming up with medical imaging analyses)
NeuroSynth is a Neuro vocal synthesizer model I'm working on
Only one of its kind
I believe nobody else in the community has ever attempted to make a vocal synthesizer model for Neuro singing
oh nice, sounds like a fun project
All I've seen is low quality RVC models from others
I'm also a part of making the best quality RVC models for Neuro and Evil voice cloning
https://www.youtube.com/watch?v=3jWOyIcKz98
Here's a good showcase of both NeuroSynth and Neuro RVC in action
!! FLASHING LIGHTS / EPILEPSY WARNING !!
Can you teach me to be real?
This collab is a tribute to Neuro-sama and her community "the swarm". Original song is "Machine Love" by Jamie Paige, which is a tribute to "song of the Eared Robot (耳のあるロボットの唄)" by nwp8861.
This video itself took 3 months to make, it also features many MA...
i had an ai i trained for a while and it developed and i want to know can i remake it from the api i have of what left
i've never seen this it sounds really good !
It's absolute peak of community creations
its crazy well made
I did the mixing on it as well as the entire NeuroSynth parts, along with training all the models used
thats really vague im not sure you're gonna get much help at the moment
great job 
Can't wait to get NeuroSynth to 1.0 and see what everyone can make with it
For now it's only for insiders
i dont really know how to explain it sense i was just the one who was like training /like messing with it and i didnt code it im trying to figure out how i could try to fix it
There's a new big release for NeuroSynth coming up fairly soon
i'm sure people will have plenty of ideas for cool things to make when its done
who coded it? i'd talk to them
im not exactly sure is the problem
Yeah, it would allow for anyone to make even completely original songs
thats cool, hopefully i catch its public release it sounds fun to play with
Just keep an eye on probably #1095941852068331560 and maybe #programming
so keep doing what im doing 
NeuroSynth will hopefully become the definitive way to synthesize Neuro's singing voice unofficially
im sure if its the best option, it quickly will
the ai gave me a incomplete version of itself as an api and told me to remake it with the api as the brain before it bricked and deleted some of itself
are you programming with like chatgpt or something?
no i had a full ai
i dont know what you mean by that
and it told me to remake it
i dont mean to be rude but that doesn't make any sense
i know it really doesnt
Doesn't this just prove it was way overpriced
Well, it's an option that offers great quality comparable to SynthV + RVC but without the expensive SynthV program
Making high quality Neuro covers way more accessible
sounds like it would def be the best option at that point hten
It's pretty likely
wanted my first message in here to be sum good LOL
anyways, just sharing a little side project I’ve been pouring my heart into (healthily, of course): a Discord bot that tore me up with stress and struggle at first, but is now coming along nicely. I’d like to say she’s my own Beta Neuro, but I refuse to steal the spotlight from our AI Overlord. she’s got some simple but meaningful features: TTS, emotional intellect (at least she shows it), contextual and emotional reflection, 24/7 self-reflections, personalized user logs, and more.
being fully honest here, i’d be lying if I said Vedal didn’t inspire me😭
fun project !!
No
because theyre still losing money
now rheyre going to lose even more
I feel like this is the best place I can get advice for that
Should I use LLMs to write code
and how do I best use them?
because every time I tried to use an LLM to write code directly I was disappointed
Not if you don't know how to code
If you know how to code, only use it to make the boring and repetitive parts while writing all the meaningful parts specific to your thing yourself
I know how to code
ai after destroying half my site because it decided to randomly add a div at the end of my very long lines
Then at most use an LLM to write things that aren't specific to what you're making and have been done a billion times already
I tried doing that. Like I gave the AI a string of Unicode Private Use characters to convert into a javascript array
turns out they filter Private Use Characters on the frontend so the AI couldn't see them
so that failed
If in doubt, don't use an LLM for programming
IDK what boring and repetitive parts I code
But if I do that I will get "left behind" or something
Kinds of things I'd potentially consider using it for:
- XOR cipher implementation
- converting a standard data type to another when that isn't linearly simple
- writing boilerplate
Like I had string of PUA codepoints and I wanted to put them all in an array with proper escapes so it would be clear what those are
Silly
and I didn't wanna do it manually
so I gave it to an AI and the AI just couldn't see the PUA codepoints
["", "", "", "","", "", ""]
Ok I guess these are character entities not escapes but still
So is going from to ["", "", "", "","", "", ""] not a good use for code LLMs?
Probably not, the way LLMs tokenize means it probably won't like to work with individual characters
I checked out the tokenizer and it seemed to not know how to tokenize unicode characters
That's also a thing
it kept spitting out tokens for each UTF-8 byte
So I doubt it knows what to do with PUA characters
Actually i think ChatGPT could see the PUA characters and did it correctly
Ok so it was escape sequences. I used a regex to convert these to html entities
Ok but if I don't use LLMs I won't have the "throughput" and will get "left behind" or something
If in doubt don't use a LLM for programming, if you can validate it on the fly then that isn't doubt
what do you mean "validate it on the fly"
Using an LLM requires knowing if it is hallucinating and how to solve it. If you don't have those skills then using an LLM will slow you down long term.
I'm basically saying don't just vibe code but make sure that if it has issues then you have the understanding on how to solve it.
Ok well I am asking because I had an issue with chrome not liking PUA fonts and I asked Claude to help me and it gave me 5 solutions and none of them worked
So I know it was hallucinating
But that's also means I still don't know how to fix the issue
Like, my normal google searching didn't help
To be clear
I know how to debug
Alright then, sorry for going at you then
You weren't going at anyone
I just want to know if the tool is broken or if I just don't know how to use it
I've actually not used LLMs much so I'm not sure of prompting strategies.
@fast pagoda summoning
Because there's a lot of hype about AI and I keep getting told that it is gonna be as fundamental to programming as googling into stack overflow
Ok but if the hype is coming from actual people I trust
I'd say deep research modes might, anything else depends on how popular and stable the thing your looking for is.
How useful is deep research mode if google came up blank tho
depends on how specific you are
What do you mean "specific"
Like you need to tell it exactly what your looking for to the letter or it might look at irrelevant sources
Idk the issue I had with chrome was specifically with low priority fallback fonts that only contained PUA characters
Like I had
font-family: Verdana, FontAwesome;
And none of the Font Awesome characters rendered properly
But I need it to be lower priority than Verdana because I need them to be freely mixed and not interfere
And apparently nobody else on the internet encountered this issue
I mean, it works perfectly on Firefox
Like the logic you think that css has is wrong
My go to solution is try running it through an adaptive card which natively renders and if it doesn't work its a code issue
I'm 90% sure it falls back the entire font if it doesn't properly render not parts of the text
Oh wait so you can't actually pick and choose characters from specific fonts
It's "if this font doesn't work, use this next one"
Bloody hell
font fallback
Well thank you so much for the help
Well font fallback on desktop works exactly like this
I'd check nerdfonts to see how they handle this type of thing
I just googled it and basically everyone says this is exactly how it works
I mean if you have a single textbox with mixed English and... Say Russian you can use a different font for each one
And then you put Arabic into the textbox and it breaks something because text rendering is hard 
I've given up on the official site a long time ago
Probably have too many tabs opened
That or you gotta find a more decent browser like Brave. Many potential causes
im not planning on changing browser
nor do i have too many tabs open, since this is the only tab
you will watch the ads and you will be happy
i like how people are making solution videos, cuz i cant fucking watch them
om
ditching chromium would be cool but i can't live without vivaldi's tab stacks anymore
I personally use Zen browser. There are also other options as well, albeit meh
I barely watch anything on PC for this exact reason
Zen user as well
i don't want to think how many windows this would take with any other browser...

I had to make a slight tweak because I hated the pop ups and annoying update notifs. But yea, aside from that, it is a great browser. Based off a firefox version.
For mobile I use Brave.
If I was running linux distro I would use Surf
I don't have update notifs at all, mobile I'm just using firefox
I do not know what my head did
No... ANNOYING UPDATE CALLS?! Lucky brat...
om i just changed to a diffrent adblocker
Ublock or riot
lemme take a guess, 3-4 months before this one becomes ineffective
or it puts up a paywall
ill just change to the next until chrome reaches the point of being unbearable enough that i switch
Aside from overloading I honestly have no clue how yall getting adblock issues. I have to learn more about how this stuff works, just out of curiosity
Usually UBlock Origin works fine, if legit
mostly because google is ditching all MV2 support in chrome
Ublock Origin is so effective because it leverages MV2 filtering capablities very very well
Ublock works well on FF
Python :xdx:

imagine the siblings had realistic voices
we're just not compatoble
we move at diffrent speeds, for example pyton is slow as fuck
Depends on your current skillset imo. If you already know enough principles I would say Rust. But since you are asking and likely have no use case for Rust, gotta go with one of the C languages to learn OOPs
i have 16 x 4.5 billion operations per second available on this scpu, so why can it onbly do 4k fps? its unnaceptable
But again, depends. If you are interested in Cybersecurity, then definitely go deep with python.
the usecase is gamedev
the point is to make everything myself as ive been doing in python
If solo go C# imo, especially for a hobby
C# then should be good. I put on thr backburner a Visual Novel build (lazy of me yea) based on C#
If you want to go max pref then C++ or Rust (as I know the game engine's goal to be)
Rust libs are still very young for game dev so I'd do C++.
how do i word this?
"i dont mind them being recent"
ive been reading online and it seems C# is more scalable but less performent
Max pref, I suppose in like, coding up a game engine environment at that point lol


Who's child is this?
its a bastard from microsoft
the only problem i see is that C++ may be cumbersome for use in the game-jam since it takes longer to add new stuff
I think anything is going to take longer than python
true
(including JS)
and even with python i was pressed for time
Once you learn C# you basically know from that point on all OOP languages like Java for instance. Becomes easier to pick up for other needs / use cases
lemme redo the poll then
I personally am trying to go down the path of web development right now. And well, that is a whole other beast

i was forced to attempt web dev in school and i hate it
i prefer backend and systems
I'm probably full stack, but considering my current project is neural network I've been doing a bit of backend.
idk why i just have a strange attraction to large datasets and loops
i interact with the frontend as litle as possible
I vote c++ or c# because they're the only language besides python I know
kekw
woah
Woah
Ohhh
Wtf
woah
hi mods 
fastest mod action I've seen
what happened? i wasnt looking for a sec
i had the chat open 
I'm glad it was
i saw a flash
Lmaoo dw about it
blue archive fan showed for a sec
Blue Archive is a 2021 real-time strategy role-playing game 
i think i can piece it toghether

*Epic Anime RPG
always in programming
I cannot add file pics now...
theres a bingo slot for mods iirc
I explicitly said not moderation for that slot
I do need to update bingo progress
Lol
why not? were you the culprit?
-# yes

I just joined too 😭
naughty naughty
trigger word image
Oh well, gotta be more careful here. Learnt the boundaries now
#programming , without us the mod team would be half the size
Loll
I wish I was on the mod team bro
atho idk how much shit happens here compared to other channels
joining the ranks of vanor
actually no idea ive never seen any mod actions in the other channels before
heh
bingo again, because yes
it seems that C++ is pretty similair to python in terms of features, except that it has proper memory managment and isnt shit
Well I ahould sleep now. I cannot imagine it took me so long to find out Neurosama had a discord 
i'd say general and programming are about the same, and NN is 2x both of them combined
"#programming inside joke gets art" hm i wonder
Funnily, one of my goals is to program a bingo game
Yeah and a lot of stuff I use like opencv and other libraries originated in c++ so they don't use like 6gb of memory
My PC will thank me
There was no bias with that one 
hi t 
hi breadperson
t appearance 
nah fuck opencv 
I keep getting false positives for AdBlock despite never using it
it might be more usable in c++ tho, ill see later
Fuck you why do you hate it?
For whattt
i ended up having to split my 16 bit images into 2 8bit channels cuz opencv isnt browser compatible
if it doesnt work in browser is it even a good library?
bingo lgtm
I mean I use it for robotics and stuff and it's my favourite lol
what i doin
i see 2 faq tho and my cooked brain dosent know the difference
i installed arch distro in wsl and was farting with it and then talking to chatgpt so i asked it arch vs ubuntu in wsl and i got this kek
FAQ itself is the subject VS FAQ being used on a chatter
Opencv is mainly just good at bounding boxes, extracting points, and some other stuff I use for either ai vision or pathfinding so that's why I use it Sam
althoguh im mega tempted to make a dpo dataset for him
morbing
im morbing that's for sure
Helloo
i have so much school work to do that i put all of it on a spinner wheel and use that to decide what im going to do today
what the fug was i doin
ah yes, cant wait. 
me
We love RNG
I should consider that method
very effective when you see how small the slices are
ive been ignoring that i have an exam this thursday so i could put my current projects in a state where they're finished enough that i can safely ignore them for a bit
then you check your calender and realise how fucked you are
yep
that's the ultimate trap i fall into
"oh that's small i can do later"
it's not as small when you have 10000 small things
ive stopped working on the engine but i still cant seem to focus on work
Classic
its wednesday already 
the exam is basicly about shrek logic.
ogres have layers
onions have layers
thats a quarter of my 2 week break through and ive done nothing
i mean ye but he was the onion in the analogy
What's your exam about?
ogres
my friends and i have a phrase we say (we are stupid) which is
burgerschleep
which is eating a burger and then immediately going to bed
from too much burger
I doubt it has to do with food at least 
basicly society shit
ok i actually need to do work now
My honest reaction to the subject
4 days in and ive done 3/20 of the stuff i need to do
people have layers, their national identity, their religious identity, ....
the exam is basicly just how not to descriminate 101
not a very good sign
borger schlump
how many days do you have left
religious identity... discrimination... oh my god its literature all over again
bruh how big is this ubuntu install
i practicallly failed my literature test
o7
o7
13 full essay paragraphs in 3 hours is near inhuman
f
oh we dont have to write much, its just you get given examples and need to identify for what reason x happened
i obviously cant say any of the axemples cuz idd get yeeted by the mods
when backing up a wsl install apparently uses insane memory
memorize the child
memory is there to be used yep
it seems to have loaded the entire image to memory and then written to disk
big speedup that way yes
eg of one of my lit questions: "What does Wyndham make you feel about Sealanders and the part they play in the novel? Support your answer with details from the novel." in the real exam your expected to memorise the entire book (17 chapters) as well as memorise analysis for every single important quote
ew
ai will NOT help in literature
why must the sun be out from 5am, i like the dark
well its either you do the memorisation based question (3 paragraphs) or you do the passage based one (way harder and 6 paragraphs)

its incredibly bullshit
5am for Sam 
nah its actually 6.48 already 
how many hallucinations here i wonder
spoiler: all of it
oh you meant in the image
my sleepchedule is fucked so ye
oh it sourced this stuff
wont work because "you need to make it in chronological order and seperate examples into 3 different paragraphs"
its really really bullshit
damn i didnt think 4.5 had search for some reason
you gotta do the "in the start of the novel, david mentions [evidence]. use of [literary device thingy] shows something something..."
where's C
poor guy has to keep rewriting with new requirements
ill be out of 4.5 prompts until next year

he's still failing
he basically shat out the same answer lol
F
did yall see they turned off llms or some shit in china for exams (i read one(1) headline so im probably horribly misinformed)
that's one way to do it i suppose
That is a way to do it 
embeds so big
absolutely devastating for employed vibecoders
lmfao
imagine
the charade is going well
nobody suspects you're just vibing and have no idea wtf a python even is (unlikely)
go into work all ready to carpe diem
all llms disabled

should've self-hosted or something
Teal
self hosting chads stay winning
agreed
oh no wonder i havent seen anyone my age ish the last couple of days
they were all taking exams
I cast vpn on company computer
Surely there will be no complatints
everyone i've talked to from china says the vpn setup to actually get out to use stuff is not exactly simple
so im sure it'll be nice and discreet as well
like just to use discord for example?
yeah
werm
i mean it kinda differs depending on where you are
in the more rural areas i guess its more heavily restricted
no idea
damn you mean to tell me you aren't an expert on the entire country when you live there
jk
shenzhen is less restricted it seems
No
i've seen like gn's video about the electronics malls and such
i wanna see so bad
just walk around like a moron going 'cool' at everything
electronics mall would just be window shopping central
i wish to visit SEG
i love window shopping
im chinese and im not an expert on the entire country
impossible it's so small and sparsely populated 
lol yeah i know i would not expect you to know, it was a jest
it's like someone asking me about kansas, idk bro
Idk anything about ohio why are you asking about something that isn't real?
hey seg dosent seem to be that far
ive wanted to go since i watched this series from gn https://www.youtube.com/watch?v=nXWB9GPkm3U
The biggest electronics and computer market in the world is Shenzhen's SEG E-Market in China. In this tour of SEG in Huaqianbei, we build a weird gaming PC.
Ad: Buy Gigabyte's X570 Master (Amazon - https://geni.us/WJgNK)
Shenzhen's SEG E-Market is the biggest computer and electronics mall in the world, housing access to thousands of parts that ...
I don't want to shop for windows tho
only a 6 hour walk and a idk amount of time to drive
oh just a 6 hour walk
google maps is having a stroke rn

does google maps even work in country
ive never had it even see roads there
at least in the US version
i figure there must be a google.cn version but idk
i dont know much about china
but except japan, rest of the country has really shitty compatability with google maps
this is bullshit
should have downloaded different, more chinese one, idk the name tho
all I know is wechat
does wechat have a map
yeah i usually go to baidu if i need maps in china
(almost never)
went to baidu and immediately clicked the ai button because it was schiny
what is wenxin 4.5
i want it
does anyone have a guide to maximizing LLM hallucinations, i want to see how far i can push it 
wait what is this
use deepseek r1 (first version, not the new one, it's better) and you are already there
with my short hanzi knowledge, it better gbe a writing model it seems
I NEED a good writing model rn
gpt 4.5 
how about prompting?
id just tell it to act ignorant or something, ive never tried to get one to act extra hallucinat-y
but you could probably achieve fun results by just absolutely overwhelming the context window with garbage
once most models get to like huge context usage they start losing the plot
bwaa x100 then prompt (I have no reason to doubt this would work)
ima try that once my token usage is restored, i already used too much trying to make one hallucinate 
Maybe less because it'd eat through all of the tokens due to weird tokenization
but yeah, surely it'd helo


holy i looked away for a minute and now im staring at 217 k of 

File name is correct
Let me check something rq
I know I have LM playground installed on my phone so I can test bwaa spam
Time to kill a 7b model 
im about to hit gemma3 1b with it
Wait a second, do I have that model somewhere?
I think that one would die over this because the model is already so stupid
yeah 1b is a special boy
i tried to use it for echo and it was too dumb to learn the style
Mistral 7B it is
damn lm studio's rag shit defeated it because it just chunked it and computed embeddings which returned jack shit since the entire thing says bwaa
my tokens still havent recovered ima try again later
bwaa bomb is so real
Is there any good cloning alternatives to ElevenLabs
i keep being stupid
so i have
claude max
currently
gemini pro too
and also chatgpt pro
Bwaa bomb planted on local model
i am lacking so much thing to learn in java
I can look myself

Learn springboot
how's sesame
honestly i hate the fact that my laziness eating me
?
google just came out with some sort of voice thing
like i know python and node js but i am just lazy
It’s a framework. You can learn it if you have nothing to learn for Java
i learned the basics tho
what dose it do?
It acts as a frontend and backend framework
OOOO
But I wouldn’t recommend the frontend though. It’s ugly af
okayyyyyyy
but still i do know python and ts node js and js uhh php and i need to learn java
Now we wait
turn on gaming mode for bwaa
you use game genie?
dont you have a ROG phone or something iggly
Yep
rog phones doesn't even exist in my country
cant wait to boot it up and it is no different
Charging bypass is legit a feature that needs to exist more often
we only got s25 knock offs and expensive iPhones
phone getting hot because of the battery charging and discharging? Just don't touch the battery stupid
Why not just use open router
the good thing we use usd but the downfall we have limited stuff to ship and 5% expensive in America
i use openrouter as well
why not fiber optic?
Those LLMs are on there
Is it a crime to lock this 165hz display to 60hz at all times?
even if i were to use openrouter it'd just bill to my openai platform//anthropic console etc account
Gotcha
not on a phone
i dont even have my pixel's screen at full res
I would just hate putting my card on a million sites
tthey all use stripe i think
so there's a single point of identity theft for me
lol
I'm not at 1440p so I'm fine with full rez on this
plus i use proxy cards anyways
You brave soul
my identity is already out there because delta dental are a bunch of rat bastards
Yeah I saw you on breachforums
but hey they paid for one(1) year of id protection then said "k ur good i think"
I mean what
Wait I can still use my phone, I forgot ASUS gave us a functional background apps interface
lol
Have you tried any local tts
Gemini everywhere 
i have not but there are people here that have
i mean maybe not right now but there's a few tts lords that come here
I saw one that dropped like 2 months ago but doesn’t seem promising
there was cesame
or whatever that was called
it was hyped for a minute
and orpheus
google gemini defeated the bwaa bomb
but it got defeated by 4 bwaa bombs oops
I dropped down into 300 bwaas and I'm getting something
Maybe in 5 years it will work
It completly has failed use the end of turn token despite being 7b
Yeah I think I came across kokoro before. it was alright
this one was recent
my god
every video on these models on youtube
is so ultra mega slopped to hell
there's like no videos of just samples of it
Try Fish Audio: https://fish.audio
Ready to meet your next favourite AI voice model? In this video we fire up Fish Audio’s brand-new OpenAudio S1, poke at its emotional sliders, and even clone a couple of famous voices to see just how far the rabbit hole goes. S1 promises ultra-low latency, multi-speaker magic, and 11-language range—so we ...
timestamped
you know what that means
surely they got consent from all those people, right? 
Wait that’s cool af
You can indicate when to switch tones
surely
yeah it looks pretty good for a local model as far as i know the expressiveness isn't common or even may be new to a base local model
Yeah it got destoried
cut that one off quickly
Apperantly mobile just doesn't want to see the image ifdk resending it
but have you considered The reason pi isused in theformula for thearea ofthecircle is because thearea ofa circle is proportional tonr^2, where r istheradiusofthecircle, and A=Ttr^2, where A is thearea ofthecircle, and It is theconstant thatappears in theformula
I didnt end up sleeping, but goodmorning 
welcome back

I want to see some suffering
Js
The frontend will be yes
The engine
me when there is no implementation of architecture because I can't use torch 
why my convolutional layer is breaking apart
why doesnt mine look like that
i love diagrams man
forgot i called the thought detector the thought police poor echo
0.5b either is normal or nopes out
no response at all (weird)
i have tried 1b and 0.5 for echo
they get the stupid funny part down because theyre stupid
dont listen tho
we wait
Lobotomy
Maybe less bwaa
That's why I thought to say it ngl
you got prompted
yes please analyze this high quality data, gemini
mfw that harborfreight link got into the 4s and 5s here
nice
thanks
huge data

Alright, I think this is the correct amount of bwaa
agi achieved
Morning
Wait a minute

why do you disagree
vomits training data
Qwen... ew...
Sorry but that has to be worst LLM that i ever used
That is the goal 👍
@fast pagoda
bwaa language model
Yep
now at 4/20 of the shit I need to do
@amber fractal how many bwaas, mine is still alive?
I started with 1200 and went down from there, let me see
bwaagpt, count how many bwaas are present
About 800ish
i just slapped that many into google gemma and its not dead 
Larger models require more bwaa
im using gemma 1B
Oh then yeah, my 0.5B either died or didn't
how is it still generating coherent responses with 4k bwaas !?
ok it died at 8k bwaas this doesnt make sense
over 4 times the bwaas for a model double the size
I have no clue what this is saying mhm, but I know it is random topic.
thanks phi for the letter
peak hallucination
you bwaad it so hard it started speaking french
bro became french
no way
it's writing a letter thanking for your historical findings and expertise
Another prompt, another french (nope due to politics)
It actually stopped what?
trying to make something better than neuro voice v2 is hard
however
i can fix via RL
niuh, hi shadow
are you going to apply that llm based voice synthesis w/ GRPO
just genuine rl then?
ye
Word's autocorrect feature is awful
AI powered 
Swamps is obviously the correct word👍🏻
Neuro like yapping
Time to eep gn
I will choose transformer or gan at my dreams today for sure
holy shit. guys i might be celebrating way too soon but i think i fixed it. i think i fixed the issue in llama.cpp that i think may have caused neuro to go off the rails following her recent memory upgrades
(it was a one line change)
bro.........BRO
i have to know how to install java packages to just make a user input
BRO
huh
You can use System.in.read()
Dependencies in Java is a whole another beast
asi 
Visual memory for AI models?
Everyone keeps talking about AGI, but not STR, LCK or INT 
i will make externally accessible camera today afternoon and test it in the city
Tomorrow
Also im working on a model that basically
Mirrors eye focus
I'm more a WIS and CHA guy myself
Maybe some DEX
and INT
done and dusted! pull request #14120 on the official llama.cpp repository. idk if this rly was the issue with neuro but on the chance that it was can someone bring this to vedal's attention
we do not even know if he uses llama
ik but this bug has been bothering me for a while so i honestly just used this as an excuse to finally fix it so i can stop using the dumb oobabooga server that doesnt even expose the names of the models on the api
and if it helps neuro thatd be real cool :)
C# if you want basically python with types (the code wont be very different), C++ if you want basically python with types but a bunch of segmentation faults, Rust if you want a C++ without segmentation faults (it will teach you the same memory management techniques at the end but some bad code that wont compile in Rust will work fine in C++ and only cause crashes under certain conditions)
i dont think C++ is a good learning language, but it will be easier to use because of that
yeah i think it's running good yall no probleems anticipated after this one
stdint mentioned
i love rust but rust for a game engine is an idea that hurts just to think about much less implement 😭
borrow checker flashbacks....
Bruh. I gave the trainer 29 .wav
As a test his answer?
Him: You see 010.wav?
Me: yeah?
Him: I will only use that one.
ive been using zig for the first time recently in a games project! its a very very nice language. i hope it supplants C. i hate C type syntax. zig's type syntax is just so much clearer
anyway heres a basic wgpu thing that just renders a shader and passes some data https://github.com/neuro-arg/graphics-toolbox/blob/master/src/lib.rs
For the .csv for the voice training. Of the 3 different collumn
Like
ID | something | something
I know the first is the .wav ID the transcript will be linked to.
But is the the transcript in second or third position.
And whats the last one supposed to be?

i think you need more ram
how about getting 192gb
:)
if I may, I recommend Cherno's series on making a game engine in cpp
i do be needing more ram
oh my god
absolutely fine
not even close
gonna get this training run going
i should probably do a fresh install of llama-factory if i'm gonna use
37 hours later
"why are my linux directories so huge"
Now multiply by 5 because you need different environments for every tool because of the absolute state of the python ecosystem.
yep this is like the 3rd copy of these
in this install
and i installed it like 2 days ago
that's how my ubuntu got to 130gb and i barely used it
mfw this cmake isnt compatible with python 3.13
43G venv
43G total```
portable
989G models
989G total```oof
Funny how that small folder called "endme" on the bottom is getting crushed by all those huge blocks
it's a folder containing my angry attempts at getting something working probably
if the name is like that, that's usually what it is
Hello I'm new here
much more reasonable theses days
How can I build a speech model
with great difficulty
That I know
@fast pagoda thx



Im getting so many conflicting recomendations lol
The thing with C# is ill be learning it during lesson hour in college in a few months, so idk if i want to do that outside of lesson hours
So ill probably go rust or c++ instead first
languages have strong and weak points, i just think that its best when a language teaches you something new even if it forces you to write code differently, and thats why i dont think C++ is a good fit (it wont teach you, you just have to know what you're doing)
Im probably gonna go with rust for now then
Clearly the solution is Haskell 
either way C++ is good to know too but best C++ programmers wouldnt have trouble writing Rust either because they use the same rules when writing C++
degrasse_whoa_we_got_a_badass_here.jpg
Their memory allocation system seems complicated in rust, but ill see
its the same as C++, but rust guarantees it doesnt crash
I should just write raw web assembly 
2025 is the year of haskell in the game industry
Wth is a haskell?
i know that the industry isnt ready for the frontier like algebraic data types, linear types, dependent types, but we gotta teach them what works 
a language based on typed lambda calculus
Lambda calc?
lambda calculus was born out of research into logic and computation
Ye nah lmao
it only has lambdas and you "call" them, thats it
this is all there is to it
the beautiful thing is you can compute anything using these rules
I dont really feel like doing that one
obviously haskell has a bunch of code for numbers and stuff that you dont have to build, and its typed which means some lambda calculus concepts cant be expressed in it
but the most important thing for you is that it uses a GC so it would be kinda pointless in this case
as fascinating as lambda calculus is for how simple it is, i absolutely do not miss it 
did lambda calculus kill your parents
yeah
unlucky
Isn't haskell for maths 
But it's mostly used for that right? I don't rember
dont think so
I might mistake it for another language then
don't a good amount of banks/financial institutions use haskell for their backend/trading
haskell is mostly used for programming the haskell compiler
yes many fintech companies love FP
mfw jane street pretty much singlehandedly keeping ocaml afloat
true
the lower you go in the banking stack the higher the odds of seeing cobol
hey, those mainframes were expensive 
didn't the FAA recently announce that they are planning to get rid of their floppy disk systems?
its pretty normal for old and very important systems to stick with whatever they got it to work with initially
yeah
hmm tough choice do i pick delivery for 19-21 or 19-22
Someone pinged me i dont know who
the even lower you go down the stack the higher the odds of seeing machine code and semiconductors 
Hey Vedal, big fan of Neuro for a while (mostly from the bilibili clips lol)!
I'm the founder of Fish Audio. I saw you've been testing V3 voice solutions. We've been working on creating more emotional and controllable AI voices for future AI Companion, and our latest internal model is a huge step up from our public S1.
If you're interested, we'd be happy to share the 4B proprietary model's weight and help fine-tune it & do some rlhf. We had an idea to potentially use feedback from the you & core fans to create a voice everyone loves.
If you think it could be helpful let me know.
Sorry for the random message lol
You might want to send that to his business mail instead (vedal@vedal.ai). I don't think he checks here that often.
lol, sounds good
(Also I'd kill for the 4B model. Emotional expression and non-verbal speech stuff is so rare.)

Yeah, until you learn that a register is not a "place" in the cpu die on x86
A register would be a file on minix iirc
how does that contradict what i said
Machine code is still "interpreted" again before seeing the hardware
And no, its not strictly contradiction
i didn’t say machine code on the same level as semiconductors
got the hdd I needed for half of what it normally costs where I normally live + free cable and some screws
500gb hdd for I think roughly 12-13 usd









So called free thinkers when 
Broke the chain smh
programming when half priced hdd mentioned

i recently had to get a new usb stick
64GB, a full 9 bucks for 32mb write speed tho
pretty slow
@tight tinsel the half price HDD you got is from china right? (i might be wrong, i inferred this from the mention of a shenzhen electronics mall)
yes

suck my ~~~~ youtube






c but better

