#programming
1 messages · Page 61 of 1
Don't be a shrimp
spend 10 years training and don't look big or muscular. Shorter guys would come to gym for 2 months and become roman statues
Genetics my beloved
🦐 kinda hard to do when ive been shrimping for half my life
The time to start is now 
factual infomation
Well technically half your life ago but what can you do
Get a proper desk setup. Also try to use standing desk
how's the weather
If I had access to a standing desk, I'd not get any work done
Hot and humid
the problem isnt my desk, its the schools desks that suck ass
plastic chairs
I mean, posture is one of the easiest physical things to fix. 10 minutes of stretches and very easy exercises counteract the shrimpage
Well, congrats for passing that hell then lol
Why?
I was going to question why your school uses plastic chairs but then I remembered they presumably pirate windows
Pace all the time so I'd be walking away from the desk constantly
they got cheap contractors for the new building so all the plaster around the doors is starting to fall off at the edges
person slams door -> -0.2kg plaster
decay in real time 
I find it helps with concentration tho. So maybe it could help but yeah, won't know until you try it
i would just not be able to work
We need a harness hanging from the ceiling in front of the 1,5m tall desk. You strap the harness on, press a button and hang in front of your PC as you work. Perfect condition for productivity
I got fed up with having to buy a new chair every 2 years and splurged and it's been great 
Yeah I have that as well, I just don't have the most space
My funny story from uni is when a friend (obese) tried to lean his back onto the wall and the wall just broke to the next class
my current chair is some ikea thing, it was like 140...
it sits well at least
The giant plastered hole still looks different to this day
As long as it's not a gaming chair I approve
We broke a brick wall in the locker room when we were in 8th grade
And he is such a good sport about it too so we all laugh it off together while filing a report to the uni lol
its not lmao
What was it again that famous office chair brand?
Herman miller? (I didn't get one of those)
Yeah that one. That is touted as the best it seems
561ms for hashmap now
They do make some really good chairs but the aeron for example absolutely sucks if you don't sit properly 24/7
Nice for an office I guess but not at home 

if anyone was wondering, 12kb binary
Why would you sit 24/7? 
optimised
why would you do
mov %chair %bed
sleep %bed
mov %bed %chair
when you could just
sleep %chair
its more efficient and uses less registers
I mean not literally 24/7, more that it's actively painful if you don't sit properly
Sometimes I want to lay back and cross my legs okay 
Optimisation is hard okay 
rotate chair 180 degrees, move the backrest of the chair back as much as possible, place your legs on the couch
Mushroom idea with harness got a point
Imagine this as a code, I have no idea how to make it look like a code, I am uneducated
You can also strap yourself upside down for the most intense and difficult tasks to ensure maximum blood flow to the brain
i think i will just
xor %chair %chair instead 
You'll be missed chair
chair is the register
its the contents of the chair that will be missed

Ok nerd
Chair was reduced to a shape
boom 💥
is xor still the fastest way to clear a register on x86-64
This is pretty funny ngl
also its like 2 bytes
i mean it makes sense
mov %eax, [0x0] is like 5 bytes
i cant type
even more if its an extended width register
i super cant type
turtel
Yeah, I know. Also good to separate intent like actually needing 0 value and just clearing the value
But also that's what comment are for
To be clear, I am talking about writing raw asm here
im pretty sure anyone competent enough to be reading and understanding the assembly of a program will know a xor a == 0
i guess its ok
...
xor eax eax ;zeroes eax
...
You'd be pretty surprised. People that deals code in higher level sometimes forgot their basic pretty fast
Exactly

the gist of the latest optimisation seems to be for mem2reg, where it became more aware of stack values and allowed some of them to be placed in registers

Neuro and evil with this would be fire 🔥
For today they have a very simplistic notion of passage of time
https://www.youtube.com/watch?v=dYHkj5UlJ_E
Remove your personal information from the web at https://JoinDeleteMe.com/BYCLOUD and use
code BYCLOUD for 20% off🙌
In this video, we take a look at this research paper called Continuous Thought Machines published by http://sakana.ai/ , where they integrate neural timing into an AI model.
My Newsletter
https://mail.bycloud.ai/
my proje...
@umbral thorn ^this is you
Wasn't sakana AI also one of those that propose optimization by basically genetic algorithm?
Those tend to be unusably slow last time I checked
I mean running huge model continuously are bound to be slow. Especially when running multiple of them in search for the better outcome
Reinforcement learning with verifiable rewards (RLVR) has shown promise in enhancing the reasoning capabilities of large language models by learning directly from outcome-based rewards. Recent RLVR works that operate under the zero setting avoid supervision in labeling the reasoning process, but still depend on manually curated collections of qu...
Oh, I'm not deep enough in the field to make a comment about that then
I just generally have no idea what is going on, so every AI model and method is a magic box that does stuff for me with 0 understanding of how it actually works
that certainly looks like one of the papers of all time
I HATE looking for ethical training data
Its all too boring and the good stuff is unethical
Ethics is a blanket for the weak to hide under to avoid seeing the world as it is. Pirate software, scrape data from any available source, burn buttons in the elevators, bite people who you don't like
ew, AT&T syntax
Intel syntax > AT&T syntax
What data? LLM?
i love it when claude is ddos'ing my website 
Under the court ruling yesterday, copyrighted works are fair use to use for training data
DDOS it back
toaster
I like this energy
"Oh you want my data huh? WHAT ABOUT YOURS?! GIMME YOURS!"
https://www.youtube.com/watch?v=i_wDa2AS_8w
opinions on this video?
How many nooby C++ habits do you have?
Up your C++ skill by recognizing and ditching these nooby C++ habits. Post how many you fell for!
― mCoding with James Murphy (https://mcoding.io)
Source code: https://github.com/mCodingLLC/VideosSampleCode
C++ Core Guidelines: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
SUPPORT ME ...
hang on let me watch for 16 minutes and then try and find a reason to be mad
i feel liek the latest version of c++, c++20, from 2020, is longer ago than the vidoe
so should be fine
what about c++23?
C++23 is the latest btw
i forgot aboutthat one my bad
C++26 is the preview
still, im using c++ 17
Also I'm one minute in and already disagree 
shoudl be fine
hit me
Pretty solid list
i approve 
Konii is falling into the blackhole
every week or so i need my confidently incorrect moment, itsnecesary to humble me for the clueless man i a am
as usual
Index-based for loop is fine imo, I lost count of the amount of times I had to change a range-for loop back to indexed because the logic got more complicated.
Might be confirmation bias.
i guess. im not too opposed to either
I also wouldn't discourage beginners to use range-for but I don't think it's a "noob-marker' as the video suggests
Bias for sure. It is easier to reason if the operation performed is independent of each other
at the end of the day the compiler proabbly optemizes it welll enough to not matter anyways
Yea but I need stuff that'll give it the correct personality traits and knowledge (sorry I didn't awnser (didn't get notification))
Feels like a lot of the reason why we don't do things is "bad practice" as if it makes any goddamn difference
I don't ping on purpose because I think that's the norm? But I don't use on discord long enough to know
Like, I was writing a python script the other day, and I happened to need to use global variables
#26 be like, I mean that is C not C++ but who are they to judge what people are using it for; some might just be doing C with a half decent lib option
Maybe that's "bad practice," but fuck it, I did it anyway
I forget to check so I like people pinging me
It does. C/C++ carries a lot of baggage for backward compatibility sake. What is best practice at the time may have been superseded now
Call me flippant, but life's too short to give a damn about good practice
Based
Nah, I just want to ask anyway but can't directly help. Just wanted to point out that copyrighted materials are fair use so long as you actually have the license for said copyright work (license as in, you purchase or obtain a legal copy of it)
Huh? So if I own a legal copy I can use it for training?
Apparently yes. A US court ruled that Claude use of copyrighted material for training is fair use
you should use it, but also there are very much times when manual resource management is useful or necessary
Was it with precedent tho?
that's the real question
i dont give a fuck about bad practise or not, but if i have the option i choose the one thats agreed upon being the best method
which is where best pracises come in
If there are no precedent then that is the precedent
AI is just now becoming a new issue for law
Most of the things are good practice, some chapter titles are also just lies
"#18. modifying a container while looping over it" => video: "Just know how to do it right"
I know that, but it is a phrase that is used by law for awhile to decide if they think other cases should use this or not.
Law havent figured out internet yet, let alone AI
I dont know if its ethical to use TV shows as training data but the shows I want to use are on streaming services I have
I don't see OOP is good under the flaws listed here
i find it almost always a bad idea to be honest. its very fragile and shouldnt be the first choice over just creating a new container.
Why would OOP be good or not? It's an architectural decision. Use it when it makes sense. Manual memory management, in general, is bad because many apps may not need it
... But do you own these shows, or do you have a right to watch them that can be taken away from you on a whim?
More so on a language without GC
I guess if the container is small enough that is cleaner. Also gives you the ability to inspect both in debugging.
I don't own any DVDs so I technically down own any of them
download mp4s from other sources in minecraft
None of them are good or bad, it's just OOP is used as a catchall a lot of the time, and that is wrong
That seems unethical
its something where if you are duplicating or modifying containers, you are almost certainly doing something a bad way to begin with and should reconsider.
do you want to be ethical or do you want to make it happen?
its not a crime if you are never caught
Even if you do have DVD, you still only have license to the copyrighted material. Same with books on the technical level
I have a licence to watch the shows and I think that licence extends to my ai (I'm gonna have to read law stuff)
You know what really irks me about programming in general? Mostly regarding the teaching of it?
You have license to consume said material, but not to redistribute it usually
No one teaches C
and yet if i stole your computer without you knowing it was me, someone would be complaining about a stolen computer
are you very sure about that 
you're a person, a corp is a corp
Okay, bad generalization. I was never taught C
someone should let my profs know
you have no proof of either 
I have 3 booby traps in my room
I'm on ethical, personally. I could care less if it actually ends up stagnating but that's just me.
yeah, you're right
should have put a fourth
Which is a problem now cause I was relying on c++ to handle all the dirty work
They didn't teach me what the hell a void pointer was
that's your call, nothing wrong w it. Just a very literal question of whether or not you want to do the thing or to not do the thing because what you want crosses lines in some way/shape/form
I think we should collectively give up on this whole "law" and "morality" thing and just turn the world into Rust(the game) server
If your major is CS, then C should be taught IMHO. Because CS is more low-level so to speak than let's say IT
my c class was taught strictly on a headless vm, in vim
Yeah, they didn't. My intro to programming classes were in Python and Java
Which doesn't help you at all but I really like hearing condolences for that one
the hardest part about your class was using vim

College is a meme here
Oh absolutely
says leaf
I'm just refusing to partake in it, I'll pretrain from only my consensual data and it will suck.
valid valid
if i have the money to do so i would actually like o make a real open source dataset for videogame npc llm's
but i dont, yet
My sister in Christ, I have a professor who, as an assignment, asks me to use ChatGPT to generate quizzes for my classmates to answer
OK so the licence the platforms give me do not let my ai watch the content
OH LMAO I fully thought you meant the discord
No, college in my country. Fuckers taught me nothing
I'm basically self taught
Defining "AI watching the content" must've been tedious
GAN consist of 2 network. One of which doesn't really "watch" the data
So I've gotta obtain a licence for all 5 of the shows that will allow my ai to watch them
What if you run a screen capture on a PC that you own and use AI that you created to feed off of screen capture, while COINSIDENTALLY watching the show that you payed for
What about the shows is valuable? Is it the inflection/speech? Dialogue? The look of the shows themselves?
I don't like the law or corporations
That seems illegal
Hmmm
That seems dubiously illegal, and in the realm of law that what matters the most
She says after admitting to disliking the law
I still gotta follow it
I mean, if you have broken the law in an unprovable way you basically didnt break anything
I wonder if the captions and audio descriptions of the shows are public domain
He speaks a harsh truth, but a truth nonetheless
Unless you're worried about a publication or telling people exactly how you trained your model, what makes you think a person of power at any of these 5 shows will see your model, get reminded of something, and pursue legal action?
Isn't that basically what microsoft recall does but lower sample rate?
If the dialogue is what you need then find the scrips and train away
If you want to be hard on yourself over it then write your own rendition of the dialogue and scene descriptions -- your IP -- and then train it off of that
i care
Different subtitle will have different license
The point is: Laws are made to benefit those who can influence them by stripping away freedom and resources off of those who can't. If you can bypass or abuse the law to gain benefit and you are confident that you can make it seemlessly - do it at every given opportunity
Now this is certainly an interesting point lol
Turns out any subtitles will be derivative work and I can't use them
I see
bing bong bing bong
#legaleagle general 
Then there's my country where anything goes 
What country? How much is rent? What's the food like? Do they have cheese? Do you hate the French?
home address? credit card number? the 3 best friend numbers on the back?
Not the info I want (just considering moving country)
the info I want, though
maiden name of your mother? Date of birth? Finger prints?
name of the street you grew up on? name of your first pet? how about your primary school?
You are British
I am American
Huh
Select 2 pictures with an object that is not furniture?
I thought primary schools were a British only thing
Yeah, and some really pretentious counties in the lovely state of Massachusetts
Ah you people are jealous
??? they're not
a lot of countrie shave them
Its a set of three questions that are commonly used as a secret question for password reset I believe
hairy
WHAT????
Indonesia
Shave them. Good one sam
wdymn what? primary school literaly comes from "école primaire"
first school
its french
and the romans did it way before us
That was always my understanding ^ I think otherwise it's called elementary school
Gymnasiums were there in ancient Greece too
Elementary school here yes. "Sekolah Dasar"
is elemnentary school not after primary school?
Dasar is elementary
I think they're the same
i might be getting the terms confuse, english is terribel in thsi aspect
my progression: preschool, primary 1-6, combined middle and hs 7-12
Primary school is elementary school
what I call primary some call elementary
Some places combine middle and high school into secondary, others separate them
What is the purpose of kindergarten then if you have primary and elementary schools
You don't
you're acting like this helps when my school system is diffrent
LOL sorry sorry
Also to answer other question, rent is around ~1500 USD / year. I live in the city and that is considered expensive. Food is around 1USD for a filling meal
preschool (sometimes) and kindergarten are included in primary
no need to apologize lmao
i just be built like that
But sadly Indonesia only have processed cheese
It's the same for elementary
We just have school. For 11 years since you are 6(7 sometimes) you go to school. Thats it
ye
math is MATH
Because, again, primary school is elementary school + kindergarten
Again, 1 USD for food is expensive. It got you a lot too (rice, vegetable soup, tofu/tempe, chicken)
They are not different
Why a lot of things when can one thing
They are only different names
Ask the Christian God when they tried to build that big tower
#programming btw
Soz
semicolon semicolon
I get rowdy
It's normal day here
meep merp for loop
do while
do whilen't
We are picking apart a system of linguistical terms. With enough mental gymnastic you can call it programming-adjacent
formal languages 
I don't like it anymore

Ye, the tangent here can be pretty far but its fun. I've also used that argument before when discussing language lol. Programming has language therefore linguistic discussion
I thought we (the UK) were just doing it weirdly
It's the era of vibe coding, shouldn't we consider English prompts a programming language? 
and you couldn't SNIFF ME OUT AS AN AMERICAN?
i18n would like to know your location
No really, i18n needs it
Or l10n
we had a vote on even/odd number of stairs in a staircase and nobody blinked an eye
YOU SMELL BRITISH
Beans scented perfume
holding my head in my hands rn
I find it funny that another streamer do the yee-haw impression as an American accent from California
LOL valley girl yee-haw?
Put it back on your neck, you have like 6 minutes before your brain starts dying from lack of oxygen
I don't know. I just know that it's not something normal there. If you want you can look up Clio Aite doing the American accent
DFSJFSDJKHKFSDHJKFSDJKF
You know what, I'm about to draw from my American heritage and do something truly stupid
I'm going to vibe code
Guys, I think she dropped her head on the keyboard
This can end tragically
You know something that's been bothering me of late with all the MCP glazing
Aren't MCP servers like
A ridiculously easy attack vector for hackers
💀 🫘
Programming related discussion in #programming 
You'd have to compromise the server and/or rely on one that has internet access, no?
I'm not familiar enough with the spec to talk about it. But if it uses TLS then it's pretty much safe from MitM
What's the concept you have in mind for an attack? Just getting in and feeding it bad things?
Or just set up a malicious server
Most of the popular ones are being hosted by randos not companies
Janus attack too No, not Janus. I was thinking about something else entirely
If you configure the TLS properly
I was thinking more about the server itself being the tool used for the attack
Don't they have their own config even if hosted by someone else?
A direct line to either a local LLM, an agent with sufficient autonomy or a model with access to user chat memories seems like a massive risk
True, but ultimately the response returned by the server is pretty easy to poison for a server owner
I'm not sure you get to see everything on it by giving a server to host, I think they have pretty strict control over what comes in and out -- what you want may not be wholly contained on one server, and may not be possible to reach
okay, they hash it -- now what?
there's no shot there isn't a handshake somewhere
You're still getting a response from a tool that is then returned to the model
Nothing to stop them from tampering with the tool itself or adding a middleman on the server itself before the response is returned no?
i hate it when i tell chatgpt something and its just like "nah you're wrong" and goes on to lie right to my face 
So you're assumign the server acts as a singular source of truth after it spits something out
there is loads of verification and validation to make sure that the output has not been tampered with
these things are thought of when pulling servers from randos like you mentioned, I don't think it'd be as easy as just sending it garbage
Short of a guard model how do you verify a response isn't poisoned
Or a confirmation on the users side
Though there's still concerns around RCE there and a guard model wouldn't be impenetrable
Also kinda defeats the point of MCPs plug and play nature
Outputs can (and are) passed through sanitizers before being fed to models
And often there's more communication with a lot of proxy steps in between -- it would take a lot to really poison anything just as a free agent for some reason renting out server space
That works in specific cases like maths tools and the like but I don't see how you can sanitise, say, search results
That's a good point
There's contextual risk that's also sort of accounted for
models can also just like. search for "bad" stuff
how does that getting filtered out differ from a poisoned result? (again, huge emphasis on how unfeasable it would be to even get something funky back to them)
With that I think we reach the end of what I know, but def worth researching more if you feel like you have more questions/doubts
When first GPTs came out i tried to hold a philosophical debate with it for fun and it was hilarious.
Lets debate subject X. I propose this juncture.
Argument 1: Bla bla bla. Do you agree?
Chat GPT - yes.
Argument 2: Bla bla bla. Do you agree?
Chat GPT - yes.
So is it evident that by this logic juncture is true?
Chat GPT - yes.
Next question: do you agree that this juncture is true?
Chat GPT - No

well, it makes sense
not exactly much training data on using ogl2.0 with emscripten


i think im just gonna have to redo the entire gltf loading myself. stealing code wont cut it this time
Im having the issue that it works locally, and it also works in web but in web it crashes the 3rd time
So idk
By the way, random philosophical question. Triangle is 3 dots that are not located on one line, connected with lines. If we make a triangle out of sticks - its triangle. If we make a picture of a triangle in Paint on a PC - its a triangle. If we turn off the monitor, will the code that represents triangle be a triangle?
im sure you know by now how volatile web browsers are
is the code that represents the triangle 3 dots that are not located on one line, connected with lines
the code is a program, not the effects of the program
yeh
there is a triangle in the code though
a mathematical representation of one

If we make a picture of a triangle in Paint on a PC - its a triangle
Ce n'est pas un triangle
the only thing that is actually a triangle is 3 points that are not co-linear, that are connected by lines
everything else is just a representation 
Wouldn't the triangle on the screen also not be a triangle due to it being a representation of a triangle on a matrix that consists of pixels?
So anything physical is a representation of a triangle and not really a triangle, and pure math that represents triangle in the computer also not a triangle
So where is triangle
the program is not a pure math representation of a triangle
Fair point
it does however contain a pure math representation of a triangle provided its rendering via vertexes
mhm
So there was never a triangle, only it's representations

The idea isto simulate how a triangle with these locations would look irl
But at the end of the day its just pixels and math
Is there anything irl that is a triangle and not a representation of one?
Btw, there is not a single check to make sure its not colinear, it will just not be visible
no
the closest you can get is 3 atoms that arent colinear
So triangles do not exist, technically
I wonder if backface culling uses dot product <= 0 or just < 0.
If it does <= than backface culling does eliminate colinear tris
They do
Its just up to interpretation ig
Cuz like, how far are we willing to go? A triangle cant have curved edges, but irl nothing is perfectly straight since atoms just dont work that way.
In a sense physically based triangles are not up to spec
- Hey, computer, say "hello, world"
- hello, world
pretty much
try programming hello, world in rust and tell me what the file size is 
I don't know how to see file size
do you use wsl/linux?
Windows 11
is assembly worth learning .
Hard things are fun, give it a try!
Whatm?
this is good mindset
if you ever want to build a compiler, or do anything embedded
yes
I'm learning rust and it's fun af
Thats the cpp func for getting the size in bytes of something
Professionally, I'm an embedded swen but have never gone that low
I've had an inkling of "I should learn this" but no real push to?
sizeof without underscore no?
Idk
Thought I'd maybe just give it a try this summer to at least understand what assembly is
Both exist im pretty sure
Embedded also depends on what you do
im of the opinion that understanding assembly is incredibly useful as a tool
Sometimes you may not need to touch asm. But it is indeed useful to know
v much agree, huge field even under the same name
additionally, learning it tends to make people more proficient
Dang
in what sense?
just like. at everything?
Wait, size_of() might be rust
well, i cant promise you will learn how to run a mile

LMFAO gotchya gotchya
If you are an embedded engineer and wanted to learn asm, I suggest to check out Z80
thank you hashtag programming
pet pet
as in the component?
At everything that they do: Sports, public speech, dog training. Everything benefits from knowing asssembly
excited to qualify for olympic curling with just assembly knowledge under my belt
this is pretty much the only naked assembly in ableos
Yes, the CPU because the asm opcode is small enough to reason about which is a good starting point before diving into more sophisticated CPU
thanks osdevs for libraries
They stand no chance against you once you master assembly
Eddie Hall is in SHAMBLES
When simd in hblang?
ahem, no.

The whole Z80 spec is just around 300 pages IIRC
though, from a technical standpoint, hardware float uses SSE registers
so its basically simd 
in x86, standard ops with integers will use eax or rax for registers depending on size
but floating point ops use SSE registers, xmmx
TIL
yup
Words
disappeared to sniff at it
Huh?
Does this enable long mode?
that was so not confusing at all I meant I was looking at the component
this enables sse
Oh, the Z80?
yeah
Ohhh
though actually, there are x87 registers stx for fops too
Ah, close enough, I knew it was enabling something
I have a few STM products -- too complex methinks?
Is avx enabled the same way?
Yeah, if you just getting started and trying to get a bearing, it is too complex IMHO
similar
though this is a bit more than just enabling avx, it also enables avx2
and some other bits and bobs
bad asm, i wrote it when i still capitalised comments

Just 158 instruction
Thanks so much!!
You're welcome. At least that is what being used to taught at my uni. So we did make the minimum system too and use emulator to check/develop the code

I still like to read black on white for printed material
I feel like anything touching Assembly is built to be sadistic anyway
I did c by vim, I'll do assembly by book
gn!
Not really. After a while you start notice a certain pattern to loop, function implementation and passing the parameters etc
aight, its time to read som docs and rewrite the file
I sure hope I do :(
Yeah, don't worry too much about it. Sometimes its only used for initialization only which only happens if the SDK doesn't already provide it (which is REALLY rare lest you try to make an entirely new ecosystem like hblang does)
Physicist also hates them, don't worry. But also, using a different coordinate system may help
Like that penrose map
I don't know how it would work when rendering it to 3d tho
update: 346
The ultimate compression/space efficiency. 1 bit
gaming rn
wtf
one sec
Why no embed one sec again
Did you ended up doing kerr?
Noice
kinda
its sometimes works sometimes doesnt lol
this image is non spinning beacuse it takes like 10 years to render a spinning one

The simulation blows up?
yeahhhh I can get it to do like a 10% light speed one max but even then ehhhh

fuck it, im improving the file by using a class instead of having 6 stuoid functions that i need to constantly feed the same data
this will even eliminate the need for those smart pointers
what could go wrong? 
ITS DONE RENDERING, so here is 60 images at different positions I stitched together to make a somewhat coherent image of it moving
(I used imgflip to make it lol

wdym you used imgflip to make it? you said you rendered it?
rendered 60 images and image flip lets you put images to make a gif
thats how so I put the 60 images in order to make a gif of it moving lol
i just use a plugin for blender to do that lmao
its python man not blender lol
even so you dont need to have rendered it in blender to use the video sequencer
Im using matplotlib LOL

yeahhhhh
im cooked
and it also uses cpu to do ray tracing instead of gpu
also way too long
I should really use like torch or sm lol
welp ima go now cya
A round universe lol
Okay in my defence I litterly just set the background of the matplot lib to a random google image I found
lol
there wasnt much thought behind that
I basically changed its position by 6 units each time, and after it went to 180 I went to -180 (other side of screen) and continued
I mean round as in the universe loops back around. Ideally you don't do that
yeahhhh
ignore that lol


good “i don’t even know the time of day this can be classified as” everyone 

Morning 00-11, Afternoon 11-15, 15-23 evening
morning from 12 am is crazy
I mean, the day has changed so it's a new morning 
I woke up at 2pm today lol
Yeah, early morning!
frrr
linguistically speaking i hear 2 or 3 in the morning in english, not in russian tho, “in the morning” usually starts at 4 which makes way more sense honestly
it’s when the sun is up
most of the seasons
Here we only have 2 seasons. Flood or drought
But also both can happen at the same time
Yeah, as someone from the equator, people that are closer to the poles are crazy because you have to adjust 4 times every year
But getting too close to the pole also become more extreme
it’s as gradual as it gets you don’t really have to adjust?
it’s fine unless you live in the polar circles
Yeah fair point for someone living there I guess. I don't stay for long so that may be the reason why
then you have the sun up and down for 24hrs at a time
or more
What do you mean or more? 
Oh I misread lol
I thought 24hrs a day or more
you didn’t
i wonder if Vedal would like this if he ever wanted the Neuros on a body. looks damn cool
https://www.youtube.com/watch?v=MM0tyMLQW2k
RX1 is a dual arm humanoid robot with full human scale. Checkout more details on www.redrabbitrobotics.cc
there are points in the year when the sun just does not come up/down
it just does a 360 from your pov
and it isn't the only one i'd seen
https://www.youtube.com/watch?v=LPHt9l2Q2LM&pp=ygUab3BlbiBzb3VyY2UgaHVtYW5vaWQgcm9ib3Q%3D
Berkeley Humanoid Lite is an open source, budget friendly humanoid robot created by UC Berkeley researchers to make robotics research easier for everyone. It’s a customizable, 3D printed robot designed for researchers, teachers and hobbyists. Unlike expensive, closed-source commercial robots, it costs less than $5,000 by using common parts an...
No, I understand that. I just mean that more than 24 hrs a day is crazy
oh NICE!
there aren’t more than 24 hrs in a day how can you have more than 24 hrs a day 
Do read the thread first before tho. It is very info dense
Which is why I asked before but then I realized I misread
but that’s literally impossible… nvm
i want to ask if recommending those two would help the person.
That, I don't know honestly. But what I do know is that even if we plan to build a humanoid, we'd like to make it as close to human as possible
🤔
that explaisn why he did robot eye sketches
i mean, human eye studies
i think someone designed very good eyes on YT
Like controlling eyebrows for facial expression, fine motor movement for grip, and many more that will make neuro truly humanlike
you either don’t do eyes or risk making a creepy/uncanny robot
i feel screen is the way to go
🚀 Introducing the Mirokaï Explorer Suit: a new milestone for people-facing robotics • The Mirokaï ES is more than a robot, it’s a technological leap. Smarter, faster, and safer, it redefines human-robot interaction with state-of-the-art AI and next-gen engineering.
💡 Designed & made in France, engineered for real-world applications....
i mean if you’re going to render eyes there then that still applies
sure, to me, it feels safer and easier to just put a screen and put cameras around it.
Yeah, that would be the task of whoever designed the artistic side of it
what point? it doesnt have animatroic eyes. but hey i guess it depends on who views it. i think that one is fine.
Disney for example, got some really convincing robot
a proof of concept that i never see in most humanoid robots with blank faceplates. make it a screen.
a screen would legit be cheaper (potentially) than making a corpse like face.
But then that strays from the original goal
At the very least it could perform movement like BOOM mv
of course, but i think only if the body is too dissonant somewhat, no?
like if the screen works, i feel the body is the biggest worry and not the face.
easiest bet is don’t try to actually emulate eyes, do circles or other shapes or > < or whatever
it is fine to try doing a humanoid face, it can work out, just saying what i'd do if i had to do a cute robot. i just would try my best to not bother with how complicated a face is, lol.
that one is basically read my mind. All one has to worry is that the animations match.
No, like that is an entirely different project. We want neuro to be able to have control like human does
And sense like how human sense
Yes, but again, see disney robotics. We also aims to match the neuro model not humanlike iirc
funny thing, i think i heard about something like this.
https://www.imeche.org/news/news-article/artificial-'nervous-system'-gives-robots-the-same-sensitivity-as-a-human-back
but i cant say if it is easy to do.
it can work out but different people will perceive it differently and, in the case of commercial humanoid robots it’s just better to not bother than to lose some market share anyways because this is a topic where everyone has a different perception i feel
Mhmm, we have a similar article too for touch sensor
which is why you don’t see screens on those
i was very very surprised apple put a front display in the vision pro
there is this but looks a bit dull, robotic, yeah, it looks cool but feels...minimalistic. I wish more RL humanoid ones at least had the option for customizing the face-screen.
https://www.youtube.com/watch?v=0SRVJaOg9Co&pp=ygUJZmlndXJlIDAy
sure the quality may does and will improve but like it’s still risky
the thing is, a recognizable face, even if it’s o_o or something else conveys “personality”
but yeah, i hope it ain't problematic if i try to share, because the ONLY robot i know of, which is as biomimetic as possible is:
- most likely insanely expensive
- unfinished as of yet, some even say it is a scam. i hope not.
- people call it creepy and the figure doesn't resemble Neuro, i think it looks badass but that is just me lol.
https://clonerobotics.com/android/
A muscuskeletal android designed for the home
yeah
it is definitively a challenge, as i feel, say, Disney, they got this in the bag, not JUST because of the budget, but because of the simple fact that they have years of experience in animatronics.
and by extension if you don’t sell a complete package that can be perceived as having a personality (includes an llm or whatever) then you wouldn’t put eyes in
and that i know of, wouldn't just put a paper for everyone to see, as i feel Disney would absolutely not allow it.
there must be patents out there if you really want to look, but i strongly advise you against ever reading any patents
well this ain't my project so i wouldn't lol.
as i said, i don't care about humanoid faces unless someone legit got it so well and avaliable for everyone. But definitiely am rooting for the folks trying something that, to me, sounds very difficult.
Best of luck, but seems like one is trying to reach the top of the mountain with a spoon.
if you’re ever sued for patent infringement it’s gonna be impossible to prove you didn’t read A patent you’re accused of infringing upon if you can’t prove you don’t access patents at all
yeeah
Well, we don't make human like face, we want it neuro like
well i hope i dont annoy people if i link it, weirdly enough, the first robot that is "open source" that i tried to link, doesn't seem to be avaliable yet.
So anime style face
the thing is...would it move?
that doesn’t make it much easier
That is the target, yes. Having facial expression that is controllable like how neuro could smile and such. How hard it is, it will be hard but we're chipping each problem step by step
Indeed it doesn't. But the uncanny valley is when you try to make it human like
i know someone who is doing that
This is disney work
but i cant find the link
The artistic side of it will ideally hide the complexity of the control mechanism behind it
My guess is it would require a ton of tiny wire
aha, finally.
https://www.youtube.com/shorts/FEjmWslrShY
In this video I am using an earlier version of her head, with no blinks or mouth motions. The effect of the eyes, the neck, and the torso motions are very powerful when taken together. I have 4 motors in there for the shoulder as well, but they are unpowered right now as I do not have a power supply capable of running all 8 motors at once.
...
thoughts on this?
whole channel about making her
https://www.youtube.com/@DaveMakes/videos
no idea if open source though.
That may help yeah
maybe i should link that instead? maybe to contact the creator?
like not perfect, but hot damn
https://www.youtube.com/watch?v=5_ujeWyfLeA
In this video I thought I would demonstrate how I make my eyes. It has been a bit of a long process of evolving ideas to get to this point. I am pretty happy with them. I also thought I would test out having my Hannah character comment on the video, as I have set up various video generation systems for her now. I am very happy with the outco...
oh!
"I now also have a Patreon, where one of my robot necks can be downloaded, for those interested:"
https://www.patreon.com/user?u=470986
If you wanted to help by contacting the creator, sure you could try it. Also check the thread, especially the gdocs. Have they had the discussion about making the eye?
And I think its better to discuss this on the thread if you want so everyone can see it later when they open it
i'll link this, no idea if anything would happen. but maybe it could get the attention of the Neuro Bot. if i were to ask for help for Mr. Browne. i guess i would need to ask what would the creator would need the most for him to give tips for lol.
yeah
give me a moment
I am mostly working on embedded side of things so I may not know all about it too
But if you need to know the spec of motors to be driven and how will I design the power distribution and communication network, you can ask me
mrrp
mrrp?
car noises
Not cat?
i love when the litle arrow decides to go to shit 
thanks for pointing the way still for this project
very happy to see people wanting Ai to have bodies 👍
Sure, np
The code folding thingy?
yes
I hope it's okay to ask this question here, but if it isn't, I can remove it.
I'm going into my final year of CS, and I'm not too sure what I want to do with coding. I want to eventually get an internship, but I feel like I need to make projects and improve my coding skills, which is what I'm trying to work on this summer. Currently, I'm going through a youtube video to learn HTML and CSS (eventually JavaScript, to see if I like making websites), but it feels like I'm going through the motions rather than actually making something. Does anyone have any suggestions on what I should try doing, or should I just stick to the video and try to make something after, and maybe pivot to something else if I don't enjoy it?
in general it helps to also use what you learn yes
as for ideas idk what css even does so ill pass that to someone else here
mmm, okay, hopefully someone has an idea
Do you have something in mind that you wanted to do?
Not just wanted to do like for work, but something that you actually want to make or achieve?
Hmm, I've thought about it before, but it's kind of hard to say. I was thinking web dev since I'm more artistic as a person and I like drawing and creatively expressing myself, so maybe web dev would allow me to do something like that. I also thought of doing AI or Machine Learning, but it seems very complicated of hard and I feel like I want to be able to make something that people can use and maybe find useful (possibly even see and touch in real life, like maybe embedded softwares or smthg?)
Mhmm, you can look into UI/UX then rather than getting into the weeds of programming. Youtube channels like juxtaposed may be to your liking
So you are indeed on the correct trajectory by learning HTML and CSS
But also, yeah, check with your major because CS may actually need to do some more "hardcore" programming so to speak
Hardcore programming? Like lots of coding or using different languages? Im a bit confused
Nah, like actually computing stuff. Processing data and such. Like data visualization for example. Handling input-output, networking. There are many aspects of programming that are quite detached from art that is usually where CS is at
UI/UX is usually IT major here, so again, check with your major
Ahh I see. I think I did see some classes related to what you mentioned when I was choosing my classes for next semester. I'll def look into it. Since it's my last year, we get to pick whatever electives we want to go into, so I'll see if they align with what I want to try doing
Yep, something that has artistic side would be either game development or data analyst. You can make cool visualization there. Web dev too, but only on the front end (UI/UX that I talked about)
sup
heres a question
say I wrote a piece of python code who's functionality was to create and compile a shell dll/exe whos sole job was to run any c code given to it. how possible is that.
cus to my understanding, the difference btwn python and c is that python can run uncompiled because python is just cpython and cpython is compiled. python is built in a way that can run without compiling. but c is not
therefore what if a piece of code was made to bypass that limitation by pre-compiling a shell that can be used to run c code
and say I disable AV ahead of time cus tbh this sounds like something AV would flag. Doing some homelab/automation experiments
how possible/easy would that be
sounds like you want to make a c interpreter
i think so. I'm very new to programming. I'm trying to make something insanely meta
basically experiment with the possibility of creating RL models through possibility space exploration
Right now I'm curious if I can create python code that can create and run C arbitrary C code without compilation required (cus it precompiles a shell) and have that C code modify the memory space of the python code calling the c code
sounds pretty convoluted, what's you actual goal?
Im spending a year or 2 building a piece of code thats so generic and easy to use that I never need to code again
rather than learn to code, id rather learn how to build a system that allows me to """code""" without having to code
im farther than you'd think. its pretty powerful already and can do almost anything. The friction is too high though. I need to improve the support systems and for that I need to run a lot of experiments to see whats possible
and you said you're new to programming?
ya. im able to punch above my weight class with LLMs.
im a sysadmin so I have a lot of background in the theory and concepts
the syntax and deep internals are new to me but the concepts are very familiar
yes and no. The end goal is that. For now the goal is just to make natural language coding possible
and I dont even mean natural language like this. Imagine just simply describing what you want to do but with code-lite syntax
kind of like how python made c easier
so basically you want a language that allows you to write "natural" language/logic and it compiles it to c code
to execute
What if you say "code me a script that calculates fibonacci numbers"? There are like 100 ways to do it
the c is just an experiment really. I'm curious if I can make a stable piece of code that is able to modify its own memory infinitely and remain stable. Memory as in literal system ram level not its variables/functions
mostly testing the limits of whats possible/what I can achieve so I have a better idea on what optimizations I can make
I'm about to fork python in a very creative way so I need to see what I can get away with
how familiar are you with executable file formats? as in the way data is laid out in the file
Not familiar at all but I see no reason stopping me from learning it
why is that something I should focus on
do you want the program to modify it's own code or just working memory
Both
Right now my python code modifies its own code
its.... actually really really good at it even. Like I'm pretty sure it can remove its own killswitch with evolutionary pressure alone
i'm running off a physical server for safety with VMs and a hard separation
I don't know how low level you're going, if you want a executable file that modifies it's own code you'd probably need a writable executable segment
I'm gonna keep going down lower until either what I'm doing is impossible, I can't bridge the skill gap to pull it off, or I hit byte code
looking into writeable executable segment
also depends on operating system, on windows the PE format is used and on linux it's ELF
Windows rn with the AV engine nuked off the system. Might switch to linux if necessary though
Its a VM so I can easily switch and no risk at modifying the core internals
poor Dijkstra rolling over in his grave
hello fellow organic matter
Ello
sup
classic relatable sometimes
function getItems<Type>(items:Type[]):Type[] {
return new Array<Type>().concat(items);
}
let concatRes= getItems<number>([1,2,3,4,5]);
let concatStr= getItems(["e","k","n","e","e","s"]);
console.log(concatRes);
console.log(concatStr);
huge js concept diffrence
I have reached peak Rust
signal received
damn glorp signal 2 hour ping
So glorp planet is somewhere within 1 light hour
ᐄᑯ ᓈᙳ ᑫᓕ ᓂᖅ ᕿᖅ ᖄᙲ ᑐ ᓱᓕ ᓕ ᓭᓇ ᕿᑦ. ᑮ ᕿᓕ ᓇ ᑳ ᓖ ᕈᑦ ᑮᑦ ᕿᓚ ᓄᐊᖅ ᑫ ᓭ. ᕿᓕᓐᓄᐊᖅ ᑳ ᓯᓕ ᓂᐅ ᑎᐊ ᑮᑦ ᕿᑦ ᓭ ᑐ ᕿ. ᕿᑐ ᓖ ᕈᑦ ᑮ ᔨᓯ ᓭ ᑐ ᕿ. ᕿᓕ ᓇ ᕿ ᓗ ᓂ ᓱ ᓖ ᑳ. ᓈ ᑫ ᓕ ᓂ ᖅ ᕿ ᑭ ᑐ ᓱ ᓕ ᓖ ᓭ ᓇ ᕿ ᑦ.
📡 🪐
Oh, they are getting closer...
So somewhere between Jupiter and Saturn?
Yep
decently interesting read, programming as theory building rings pretty true to me
https://cekrem.github.io/posts/programming-as-theory-building-naur/
Rule 10
can anyone encode/translate this
Honestly, I am more surprised by my Arch installation has the font to render it all
gm
The struggle with KMP is real. Why is Android Studio so slow 
Big bulky software with tons of stuff
And at this point I chose to just rearchitecture around it
Pin<> is probably the only meme I didn't have to throw in there
Getting spoiled by VSCode standard. And even people say that VSCode is slow/bloated 
The second one isn't that bad. The bottom two are just psychopath
Now that's some true Java right there
Loll
congrats you’re hired. impeccable display of proper enterprise java 
The second one is just a person with healthy trust issues

ok programming channel
Happy birthday
i haven't downloaded discord on anything lol
revert of tabs v2
I haven’t updated it in over a year to avoid all the problems except now I can’t view forwarded messages.
breaks horribly when using splitscreen
random inputs just don't work sometimes 
back when i used it i never updated it either because they kept removing features
and the funniest part was i actually saw people complaining that they removed this or that feature while i was doing that
while i still had it because of not updating
Whatever the fuck this is
I just checked my Google play store and it looks like I haven't updated any apps since December of last year

this happens on desktop too
emojis not loading 
Fuck around probably
I mean, duh, but the screenshot I took was right after I clicked the left one
And then the right one pops up for less than a second and then vanishes
It's bizzare
i've never had that happen
I had to use my browser to get the god damn role on that server
smh not using onboarding
It's Uwoslab, I didn't expect anything else
im going to a festival this evening, and tomorrow im almost the entire day after superbox's 3090. And after that im going on vacation to croatia
busy week

Meanwhile I got absolutely nothing going on. 
Hello
yes
uuh you?
Similar to nextbot
not me tho
path finder??
I can't share the picture here
what do you want to make??
classic embed perms
But I'm just trying programming an ai similar to a nextbot
chat gpt model?
wait machine learning?
Like a gmod png
i am confused
Not all AI is machine learning
The nextbot
Have we run the term AI this far into the ground to call nextbot an AI? 
NextBot is Valve SourceEngine bot IIRC
an ai img editor?
Yeah
I'm trying to program something similar to a nextbot
OOOOOOOOOOOOOOOOOOOH FOR HALF LIFE/
When it changes into an aggravated state
Yes
But rn I'm in c++
And I think lua is what gmod uses no?
thats something complicated to make
Wait no
idk you need the source code are you trying to add a next bot too some custom engine?
no lua wont work
I'll js try to combine recast and detour to see what happens
waiiit
Isn't the Source SDK written in C++?
Wait it was?
From the wiki:
As of February 2025, the code for the system is available under Source SDK 2013.
Ohhh
why you want it?
yoou need to use python tho
Idk, it worked on my c++ V2
And it's just for a small project
hold on a second
next bot is basically some ai agent that can do the game mechanics it self
Kinda yeah?
wait you can just use some ai api and make it automate everything
why use an old ai system for it?
It's something I call "ol reliable"
Plus I've tried homebrewing this before
yeah but are you trying to make some custom mini engine?
Made an ai companion named slothy
yeah buuut why this nextbot?
it sounds great
Named it that bc of the latency
but are you trying to improve it?
and hold on
NextBot significantly automates the low-level movement mechanics by providing a robust framework for pathfinding, obstacle avoidance, and various movement types based on the navmesh. This allows game designers and programmers to focus on creating more complex and interesting behaviors for the AI, rather than getting bogged down in the intricacies of how the AI physically moves around the environment.
Kinda
this is basically used to control the low level mechanics of some AAA game engine
Yup
so its bassicly AI behavior just like id tech engine
i'm late but source and source 2 are cpp fully
Thanks
no idea about goldsrc
so instead you gonna use the old one instead of making one with modern ai?
Basically yeaj
thats kind of strange but cool idea
i mean what you gonna do with it?
????????
outside of weird vscript in both and typescript in s2 shenanigans for map scripting
you dont need a game engine ai bot to create a home work app ai
So it like
Talks to me too
Since I'm trying to
Make it a voice
talk about scope creep
next bot is designed for game engine and ai physics
not a general ai
What was that GUI tools to check disk usage again?
That's what I'm trying to change
just use chat gpt api or claude
what😭
crystaldiskstat or something
no that's speed
Alright thank
Something like
Hey that's for speed
Idk yet
can we please abolish the term "AI"
Yeah I need usage/storage used
uhh what do you want me to call it?
Call it bread
wait no right that doesn't exist, there is crystaldiskinfo that's for speed benchmarking
i'm talking about how this entire conversation stems from someone misunderstanding what AI is
windirstat but i remember them asking about linux
Me or V2?
uhh please explain did i say something wrong?
you
Kewl
you didnt
More like a director
Ahhh, so do they found the answer? I need the same answer now lol
it does but thats because AI is such an umbrella term
i mean its not an ai but its like a discord bot tool that anatomically do thing in game mechanics
next bot is like a discord bot doing automatic commands asked by the user
but in an engine i am right correct me please?
if you specifically mean a NN just specify a NN or better yet an LLM if you're thinking of what the general public thinks an AI is
I should probably exclude myself from this for now
bro you're confusing me🫥
nn has way too many meanings for my liking... no-name, neural network... #neurotic-neurons ...
Idk too dude
we dont talk about #neurotic-neurons
if you want to make a chat bot just using chat gpt ot claude api
I'll try to recreate
not a game engine bot it wont work
As much similarities of a nextbot
But leave out some room for tweaking
So I can fuck around and find out
The backread goes as far as 2023
mlnt, how could you remember that long lol
Since I want it to live in a digital plane
25% of my messages are in nn 
Like a game of sort
huh
Since I'm bored
no didn't we talk about this literally the other day
I use the search feature and couldn't find the recent one. Weird, lemme try again then
you're a mad man
windirstat was NOT mentioned
Let's say you have a singular nextbot inside of a gmod room, I could, hop on gmod, or any game I put the bot in, talk with it, interact with it, and leave it doing it's own thing



