#programming
1 messages · Page 20 of 1
I still use it actually
I used it for robotics actually
also do you know if file IO cache disapears after reboot
cuz like I have several millions files that took like 20-30 minutes to index
and now it's slow as shit
cuz after indexing I was able to run ls in like 5-10 minutes
i dont think i even have an IO cache?
ls took 30 minutes?
also I double checked, Yes linux does cache it
i never knew that
i have like max 100 files in one directory recursive
it's not a ls cache but a linux page cache
and it does dissapear on reboot
so fuck me
-# imma just pray nobody doxxes me cuz i forgot to blur out IP oops
wdym?
i posted my hyprland rice here
but i forgot to blur out the Ip address display 
-# hopefully safer version
i mean, its kinda blocked
still possible to read most of it assuming its the numbers behind the 20
The numbers are fine as local ip
actually that's behind 14, not sure what is behind 20, nor am I wanting to know
my ip is 127.0.0.1 
good morning programming
(i say this at 11am knowing that its almost the middle of the day)
Strange I am also under that ip
no wonder you are in the same timezone as me
Damn NATs


i mean, even if this ip gets leaked, my ISP changes my ip every so often so it would be temporary 
which also means i need to change the authorized IPs for my APIs every once so often 
no it's mine tf
hello everyone1
nice to meet our!
My ISP has never changed my public ip somehow
i guess some do it and some dont 
some ISPs actually allows user to have fixed public ip
I don't pay for a static ip
maybe my isp just loves me. Cuz I get a seemingly static ipv4
thank god cuz ipv6 is broken on my laptop somehow
well that doesn't matter actually
until the minute you inevitably realize you just accidentally posted your public IP in chat 
then maybe conside dynamic public ipv4?
oh I just mean ipv6 being borked
In reality fuck all services actually support ipv6
until it didnt
so im refactoring it rn
maybe its unsupported hardware?
laptop just has problems desktops dont
damn those windows specific laptop hardware that does not work on linux
well I purposefully disabled ipv6
but I did it because my DNS didn't work when ipv6 was enabled
idk why my DNS was borked
even with ipv6 disabled my DNS is slowwww
takes like 60 seconds to load a page sometimes
and 50/50 just doesn't load
i think old ahh hardware just bork when they see ipv6
and sometimes just gives up
no way though. Because non-us ips often are ipv6
they have to support it
and it's been around for a very long time
like VERY long time
actually ion think it's DNS
it might just be drivers for my NIC
cuz my download is literally 20x slower than it used to be
old ahh hardware
2015 isnt old
at least it still works
oh wait 2015 was 10 years ago 
If it was the dns you would see nothing
how tf
well before my DNS was just slow
but this might be a new problem
cuz my download speed is only 20 mb/s wtf
it was like 300 before



I programmed a sdk for easy to dev in java.
import me.castorice.sdk.io.network.websocket.Websocket;
public class Main {
public static void main(String[] args) {
try {
// 创建WebSocket连接
var ws = new Websocket("wss://echo.websocket.org/");
// 设置连接建立时的回调
ws.onOpen(() -> System.out.println("连接已建立"));
// 设置消息接收的回调
ws.onMessage(message -> {
System.out.println("收到消息: " + message);
});
// 设置连接关闭的回调
ws.onClose(reason -> System.out.println("连接已关闭,原因: " + reason));
// 设置错误发生的回调
ws.onError(error -> System.err.println("发生错误: " + error.getMessage()));
ws.connect();
ws.send("你好!", true);
ws.close(null);
Thread.sleep(1000);
} catch (Exception e) {
e.printStackTrace();
}
}
}

Hence Kotlin
i never touched any java nor java related languages 
Count your lucky stars
why?
There is no longer a single use for it besides minecraft lol

android uses Kotlin now
even minecraft mods are now written in js
are they? I haven't really looked at any mods source code
I've only seen java but I haven't looked at many
i was browsing then i stumbled upon javascript minecraft mod SDKs
so not even minecraft mods need java now
It just screams early 2000s
i really dont like js
Never bothered learning it
i had to because of web scrapers
I have a burning hatred for web dev
beautifulsoup
not
that was on options
but an existing one is written in js, uses raw CDP
honestly thats just SCHIZO
but at least it handles certain stuff better than what i could do
the only language i know how to write rn is python
C++ is the literal devil
it is
I will never stop hating on C++
I write it for work
it's so annoying
It actually frustrates me beyond belief
which one of Rust and C++ is better?
especially cmake
Rust >>>>
not even a question
Rust has cargo
which makes things usable
cmake is so laughably bad
mason and ninja too
they keep trying to tame C++ but nothing will make it decent
im writing python so i have never touched a build tool
-# capt for when im compiling stuff
Rust is the only lang with a decent build tool imo
Although even Rust can be slightly frustrating with things like lifetimes. It's worth it though because you get C++ performance with wayyyy less stress
def learning rust once i got time
-# between wruting python, arg schizoing, and japanase 
Just do a project that requires good performance as ur first project in Rust
I been thinking of writing an ML framework in rust
its just i have a python project going rn and i have 0 ideas what to write in rust
-# also i work way too much with pandas
-# def need to learn numpy more
Thankfully Rust is a massive language so you can do just about anything in it
dude I use numpy in probably literally 99% of all projects
it's amazing
it is
never really used pandas suprisingly
i had to since im working with tabular data with string columns

im learning to ditch the for loops with pandas and im quite suprised at how much i can ditch 
ccache my beloved 
all of it if you feel like dealing with the bs
am not at that point of schzo yet
if i needed i would have just used numpy directly
the issue is that the project im working is a collaborative, and it has way too much pandas code to ditch for me to use numpy
for me compile times are the biggest annoyance lol
really?
I feel like it's usually not that bad
although once you have a lot of deps it can get pretty rough
it's objectively really bad compared to other languages (c++ doesn't count)
but i guess that's the tradeoff
cool so turns out mlir binaries with debug info are actually gigantic
lovely
oops

I should be banned from ideas
watching my internet slowly die 
nothing yet, but if I actually attempt it I will let chat know.
i just realized my spaghet was querying api 3 times a minute 
that was a rate limited api as well
If one of my repos is called NN this one is QN. That is all
i've seen sizes like that with big projects like qt or firefox, i guess mlir statically links to llvm?
those are all dynamic executables but i guess they do include a lot of llvm
tbf i'm sure it's probably just all the debug info that's taking up space but i cba to compile it without rn
for everyone in here that uses vscode or another editor with an integrated terminal
do you actually use the terminal or do u use an external one?
both on my desktop, external only on my laptop
free pc!
yeah it is, mlir-opt is down to 135MB after being stripped
yeah i am taking it tho i would have to wait for a while to collect it
imma have him keep it until i rget back from overseas
Boys it's time... #1378232443223408651
hope you dont wake up tired, gn
the implementation is coming along nicely once i realized that what i mark is objects (each object needs to be marked) but what i relocate is object handles (each handle needs to be relocated to point to the new object location)

its ok your head is sturdy i dont think it will hurt
Morning
that feeling when tensor dimensions match
🧢
what a great way to spend my afternoon, compiling obscure libraries from source 
ok thank gosh it isnt that bad 
Morning!

morbing

i want to mess around with a ray-marcher in curved space with arbitrary topologies
i have no idea how or where to start though
how do I even represent arbitrary topologies as a data structure?
hmm
i need to go study maths and topology
i need to go and tip a cow
sentiment analysis?
Goodmorning 
Good morning chat 
(What sleep?)
they're making hipify less shit
nixpkgs isn't even on 6.4 yet 
can AMD stop releasing for a few months please
but you are reproducibly behind 

gm
i am going insane
self.depthshaders = [[shaderDepth(np.ascontiguousarray(np.concatenate([np.concatenate([arr + entity[0].transformMat[3,0:3] for arr in entity[1].vertexDataList]) for entity in self.entities.values()]).ravel(), 'f').data.cast('B')), np.identity(4)]]

there probably is some stuff i could remove from the list comprehension, but it finbalyl works so 
one day this code will stop being python
i thought my list comprehensions were long, this is transcendence
i still have a long way to schizo

hate
time to learn absurd list comprehension techniques then
fr though, i love list comprehensions
beautiful feature
absurdly long lines are just beautiful
-# until i have to actually unravel it
i actually toned down the amount of list comprehension in my code cuz it needs to be fast
I can't imagine what a formatter would do to your code
butchered
it'd probably be pretty brutal
i turn it off

they are still for loops after all
and those kinda suck
https://play.ruff.rs/ sam shove that into this
I wanna see the mess it makes
like my entire code?

sure
I was mostly meaning the bit in the screenshot
but the whole thing could work too lol
oh dear a linter
then this to format it
I just let ruff have its way
i used to do that until i discovered the joys of chaining and absurd lines
"do not use bare except"
how do i fix that?
meh don't think too hard about it
screenshot?
its probably expecting you to do like
except Exception as _:
or ```python
except Exception as _ignored:
Checks for bare except catches in try-except statements.
ok
damn, the formattor really butchered my code
bad morning

i mean, the dicts arent really butchered per say
honestly not as bad as it could be
i havent found a butchered list comprehension in the few lines i scrolled yet
the link itself is just my original code, you need to press format on your end apparently
i did
👌

idk I can't complain, that's how I would write it
and this
if (
all(
localBoundingBox[0][2 * i] < 0 < localBoundingBox[1][2 * i]
for i in range(2)
)
and localBoundingBox[1][1] < 1
):
just WHY (ignore the tabs, i copied it straight over)
tbh the biggest reason I prefer autoformatting everything is because I never have to think about what my code looks like
most of the time it gives an output that's readable enough
even if I don't 100% agree with the style
@olive sable do u use a type checker?
anti python types committee
i just refactored my old type unsafe spaghetti monster and oh boy was it bad

at least it is done now 
with 30% less code and 60% less api calls
the most fps i could get before was 3K, and then i added shadow mapping bringing it down to 500
since then i have improved performance enough to get 1k with shadow mapping.
and due to those performance improvements i can now get 4k fps without shadow mapping 
under specific circumstances tho
huh
4K fps is 0.25ms per frame, pretty cool
How
Ruff my beloved
we all love lint

screw linters
rip
???
i love my absurdly long chains
i mostly meant putting things into seperate functions, cuz an __init__() thats more than 200 lines long is kinda mental
true, but i need this code to be idk the word
"overzichtelijk" in dutch
gimme a min
there isnt a 1 to 1 translation, but organised or so
makes sense
I thought it would be funny if i gave ai a vr headset using driver4vr and oh god what have i done 😭
Who needs linters, they stop me from doing funny code
THE LITTLE KIDS IN GTAG HAVE TAUGHT IT TOO MUCH
Honestly I was half expecting it
I mean vanor is right. 
Well that's the thing. It's not?
but at the same time it is?
It's a separate project. Similar to what I'm working on, but I'd never put it in the #1336777692070023271 thing ya know
oooooh
I understand why it's confusing tho
Everyone does. Don't let them tell you otherwise
I don't (I do)
I have never winged anything in my life (this is a lie)
also cake is the ultimate lie
I will cling to my old gamer references till the day I die
zoomers wouldnt even get that reference anymore
I have a "Aperture Laboratories" sticker on my car. I get ya man.
try gen alpha, zoomers still know portal
true
accurate? For my keyword bucket? lol
vedal: [
"vedal",
"our overlord vedal",
"praise vedal",
"thank you vedal",
"vedal pls",
"that’s so vedal-core",
"classic vedal moment",
"we blame vedal for this",
"vedal is watching",
"vedal save us",
"the great vedal",
/(?:hail|praise|thank)\s+vedal\b/i,
/vedal\s+(pls|please|help|save\s+us|blessed\s+this)/i,
/that['’]s\s+so\s+vedal\b/i,
/we\s+(blame|thank)\s+vedal\b/i
],
?
? regex moment
not regex
I captures keyword buckets, yar, it picks up on conversations and pushes a specifcic pill
actually is it?
Im using chatgpt to help me build a regex (js) plus other words also pulled from NRC Emotion Lexicon docs
good points
glad im checking
hail caesar,etc, but its such an old term, so not sure why this would even recommend it
I only once read it in Asterix & Obelix
Now to take 31 emotional buckets and add keyword weight to each of those
sentiment analysis is funnnnn
im insulted
you think we dont know portal?
well, the younger gen Z people dont, but the older ones do
some zoomer were 5 when portal came out
You suck I know it dummy
what?
Then again, some zoomer wern't even born when minecraft was made
I'm a young gen z
doesn't mean we don't know mc
just like I would bet a lot of people wouldn't get the first sentence of Neuromancer anymore
i mean, i was a couple of months old when portal came out, but i sill played it
I played portal when I was like 4 or 5 I think
I haven't played portal 
could anyone translate this?

it it just meant to be an insult or am i missing something?
who knows
I was teasing
ah
classic zoomer humor 
I rmeember buying the alpha minecraft

chabgbb
bwaagpt
im too young for alpha minecraft era, but i do remember ps2 startup sound
ofc
I only know ps2 due to memes
while all my friends had ps4's i had a ps2
I was 5 when my dad got me Minecraft
wii household
had ps2,ps3,and ps4 as well as wii, wiiu, and switch
we started with a wii, and then i asked my mom for a ps4 one day and got a ps2
even the n64 actually too
i played minecraft for the first time on the iphone 4 of my dad
I had a PC, a PC, and a PC
sibling swears we had gamecube with sm64
i had minecraft first on a smasnug galaxy tab S2
not me with the blackberry
I had Minecraft on a PC
ps2
Should have bought 2
you guys had minecraft?
MC was on Macbook here (pc)
I was 4 when I got my first PC and got Minecraft on it when I was 5 after begging my dad
for a tablet released in 2015 the specs hold up pretty well
1536 x 2048 pixels, 4:3 ratio (~264 ppi density)
super amoled
fancy
Tablet was a galaxy s4, so smartphone size
I never had a tablet, my dad called them pointless lol
my brother had an ipad air, and my other brother an ipad 2 mini. both were slow as shit
my dad buys all the random shit
he literally owns
one of those digital brain interfaces thingies to control basic stuff with ur brain
lmao
My dad works for the government of Canada so they just gave him a bunch of windows PCs for free with GPUs so... yay
Dang it I want one of those
arent those worth thousands?
shadow is a richkid fr fr
I know right
i mean ye but i dont live with my dad



i cant really talk tbh, im also high middle class
Same lol
I am high lower class
i have no idea what class i am 
If you own not an apartment you are at lest middle mhm
if you have a swimming pool or multiple properties, you're at least high middle class
Yoo same
i know a guy his dad bought him a tesla model s for his 18th birthday
-# dunno if i really should say this here but im 14
are we just flexing now?
I can't flex wealth 
I'm 15 so I can't say much
you can flex your gpu's i guess iggly

dunno if i really should say this here but im 371 yo
that is a big flex
But no, they still suck compared to single 3090
more like my dad
Do not
whee i live we are basically in poverty
oh ye, switserland expensive
how does a Ryzen 7, 64 G RAM, and Radeon 780M gpu (integrated) compare to you guys?
where are you samvanmaele if you don't mind me asking
i really wanted an openbci kit as a kid but they're super expensive
belgium
I got a 4070, 32gb ddr4, ryzen 5 5600x
i have a 5950x, 3090 and 64GB 3600mhz
Along with another system im trying to sell 5700g 3060ti 16GB 3200mhz
Nice broo
cant even run ROCM 
What do you used your gpu for? games or coding or sm
i do gamedev, and im eventually gonna do llm/NN stuff
i accidentally made my rice too flashy so it takes up like 20% - 70%
I do vision AI and rendering, I haven't gotten into LLM too much haha
Oh boy, time to play this fun game of system specs
lets not
are we going vram for vram
iggly has a whole list 

p40's or whatever it was

Imma do it anyways, no one can stop me
yo btw which Linux OS is the most lightweight and can do C++ and python on it, I mean super lightweight less than 1gb ram preferably
its not the distro that matters its the DE (or lack thereof)
realistically you'd want any distro with XFCE
unless you wanna go down the WM route
and C++ and python are easy on any linux distro
few days ago i did a debian server minimal install, 900 MB for the system itself
not even with HSA_OVERRIDE_GFX_VERSION=11.0.0 ? 
it's RDNA 3 so it should at least somewhat work
i dont think it supports IGPUs at all
laptop 1: gtx980m (insert cpu) 40gb ram
laptop 2: rtx3060 (insert cpu) 32gb ram
laptop 3: framework 13 i7 gen 12, 32gb ram
laptop 4: 2 in 1 laptop (unknown specs)
mini pc: N100 16gb ram
Unused:
P40 x4
framework 13, 11 gen 8gb ram x3
random ahh laptop x1
random past phone x3
C++ on linux is heaven compared to C++ on windows (though admittedly i haven't developed C++ on windows in ages)
gotcha because I'm programming a rover right now that uses raspberry pi's and a Jetson nano to run
it does
they only have official support for a few GPUs but most newer ones should work, including iGPUs
huh
@olive sable xdx
well its been a while since i last attempted to install rocm
failed miserably on ubuntu linux
i might try another time if i need to do ML stuff again
oh but you dont even need a DE then
ngl i would sell half of that.
no way you need 3 unused frameworks
I know
It's more like I've been waiting on parts to use it, as well as space

I'm missing drives for the boards (lack of sata support hurts)
just use whatever's supported like raspbian
yeah I guess
llvm thankfully makes life a lot easier if you don't need a ton of windows specific stuff 
btw this doesn't include the worst part
||4x thunderbolt egpu dock||
yeah
did they come together as a deal or something
nope, I plead past me being stupid

Don't you just love p40s being $400+USD, that's double the price I paid for them.
just sell them 
I'm considering it as well as the egpu docks
Not sure what I would do with the cash tho
car?
driveway is full, plus I can't drive

they take EPS connectors apparently, i don't think that has the same pinout as pcie on the psu side does it
EPS is also known as cpu connector
on top of sucking up 1kW on their own
yeah
but you don't have 4 on your average psu
Past me was planning on manually converting such
i love chimerical colours.
do you ever just want your eyes to gaslight you into seeing shit cuz its tired
real
its like, it isnt physically posseble for an object to have that colour, yet you can see it cuz of your eyes doing weird neuron shit
only time you'll ever see red 
colours exist for the thing itself but not the bg 
idk, like i do see red but its just not the same as yall
ik what you mean, I was more refering to red and green being uncouppled despite that's not how random neuron activations work
Most incorrect color correction code
huh, my wm just broke after a system update. Thats fun
mistake #1 is using virtualbox
jokes mostly aside, sucks to hear it is breaking the install
eh, my workflow is all in the terminal anyway. I dont need a wm
better than logging into each tty
unless the much more sane option of tmux
Linux nerds when they try to bind something to Shift + Ctrl + F1-12

Don't ask how I learned this
what's peoples favorite program they've made btw
game-engine V3
im calling it V3 not because its finished, but because each game-jam i do +1
This one is hard geez
Is it just your own custom game engine I assume
yep
that's cool af holy
If it wasn't programming only I would have said neuro game jam 2
I did no programming during that so it doesn't count
ha, fixed it
I would have to say my favorite programming project is system config (nix moment)
It just allows me to have a lot of fun without worry, like experimenting with usbip.
LLMs are not worth it anyway
-# Get into vvocal synthesis instead, I really like vocal synthesis
most unbiased statement in programming history
Silliness
Lol
i have to cuz school
same, but it's the weekend rn
in 2 weeks ill have exams and after those ill be set free
yooo finally another person with exams at the same time as me
that being said, ill probably have to take a break from the game-engine to study
My weekly routine:
Suffer x7
-# Did you see that I was retuning Bugs yet?
wm working again 😌 System idling at a cool 250mb memory
its the last day of the month, 23:10
perfect time to pay for the next month of internet
WM=Window Manager, VM= Virtual Machine
Yeah the WM broke on their system
that is what those abbreviations mean, yes
i kinda have graphics settings now, basicly: just shadows off, shadows on but only rendered once, shadows rendered each frame
Will the pause menu ever be fixed 

never really fixed it intentionally but along the way it unfucked
accidental fixes are the bset
i do have the problem where its 3500-4000fps when playing normally, and 5fps when trying to record it

fuck it, leaves behind shadow
Goodbye shadow_lilac (real)
you say low framerate, I say stop motion slowmo
its not meant to be like that bwaa
Using too much VRAM?
Or recording on the wrong GPU?
the program only uses 800mb of vram
totalling the system used vram to 3.5/24GB
and this pc doesnt have another gpu so thats not an issue either
Not even an iGPU?
Is it recording at so much quality the disk is maxed?
might be cpu related, since it also lags my youtube tab
Silly
under a MB of write
I wonder if it's just the capture method being inefficient then somehow
its probably just gamebar being shit
So you're capturing with something that isn't OBS?
Then we can call that a classic Microsoft skill issue
hey guys! I'm not a programmer but I made this...
https://www.youtube.com/watch?v=tt6BYcKmB8Y
This is only a proof of concept
I can't develop it any further but I'm willing to give Vedal the code if he is interested in doing so himself
It was a learning project but I think it could be great that something like this existed
Elevenlabs
i think superbox might be able to help with making it sound more like neuro if you want
he does RVC stuff
oh! never heard about it
i thought vedal used Azure's TTS
I went with Elevenlabs bc the API is user friendly
im not sure how it all works myself, but for the game-jam i let superbox handle evrything
oh that's amazing
thank you so much! 🙂
https://www.youtube.com/watch?v=3jWOyIcKz98
Here's a better example of the voice accuracy I can get
!! 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...
am i going insane or is the SoundCloud settings page not loading at all
This is custom?
That's insane
Yeah, it's not inferenced with Azure
we may have gotten 1st place in the sound category 
i dont mean to brag, but i am bragging tho
just checked and it won't load for me either (though it might be blocked by dns i didn't bother)
It was fun
-# And hopefully NeuroSynth will get it to us a second time
I do hope we at least get 2 for 2 in audio
same
Well, NeuroSynth technology will definitely allow some more flexibility
Is here someone who could teach me a bit Java Script in HTML?
probably, not me tho
!vanish
game-engine should eb a lot better too by then. mobile support is hopefully going to happen
Good stuff
oh you worked with Superbox?
jeeez
We were stacked
I did some silliness
You checked out Machine love?
yes beautiful
from what is this?
Machine Love Kasane Teto?
game jam 2
I never knew it was made by the #programming guys
That's not machine love credits
ah ok
But superbox did do the somg
Machine love started in #programming funnily enough, but most people are not from #programming
The MV that is
did i make it confusing
That's where someone found the idea and we united to make it
But yeah, Machine love is my cover
you reacted to the dialogue so i thought we were on the same page about the convo topic
my bad
Can't wait to use the next game jam as a NeuroSynth ad showcase
Just as the current year was a Neuro RVC showcase
at this point the game-jam is there for us to put stuff on our CV 
Neuro RVC version 12 was released quite recently and is already gonna be obsolete soon at this rate
I somehow broke the game lol
classic
that just means you've done a great job at developing the tech

the game-code is actual garbage
im thinking of doing a remaster soon
Neuro RVC V12 is essentially a byproduct of the NeuroSynth dataset remake
Garbage is putting it too highly
Did you get to the ending yet?
Wait until the end 
Oh yeah
Try restart it
alr ima play it and i'll lyk what I think
are you playing on phone?
The ending is peak, you're absolutely gonna want to see it

laptop
I couldn't even see the whole screen
only vedals jiggle physics was in my face
like took up 90% of the entire screen
it was def cropped
does your laptop happen to be 720p?
Are you using scaling?
720p version time xdx
no
@olive sable I know you made one
it was full screened
its 23:58 and i'm really starting to think i should pay for next month's internet
And that likes to break things
true, idk where i put it tho
worse case I know where a source code dump is
Check Windows display settings
Deciding to switch songs for no partiular reason
nah, i want the engine to be compatibel with lots of platforms. this needs to be adressed for V3 imo
(i did it but it probably wouldn't immediately disappear either way)
My guess is Windows scaling
oh wow it actually works
Things really hate rendering at the right resolutions with Windows scaling being not 100%
hearing the game's audio is actually really nostalgic now
100%
i havent listened to it since the last bugfix cuz i got burned out on it, but revisiting it im really happy with it

POV:
this is very difficult
mostly due to the bugs i guess
This isn't game jam 1 where hard games had bonus points
Is it the filter
which one?
the singing one
the audio samples you mean?
yes
We did not do a good job at mentioning you can click them
thats def the most scuffed minigame
no ik I can clicke them
I just don't know what im supposed to do
I just put a sample on the red
and it's gone now
drag the good ones (not scratchy) to the green, and the bad one (scratchy) to red
they're supposed to dissapear
Fun fact: those samples are authentic samples from the Neuro RVC V11 dataset
Some edited to make them scratchy though

Meanwhile the filter minigame has a small amount of cheese
3rd is my favorite as well
still has screenspace transform scuff, but im happy with how it turned out


oh

ye its not zoom scrollwheel based, it just does collision with the room
idk why it made you look at the ceiling tho
not sure either
Classic linux issue (real)
fr a linux issue? fuck
I know some of the earlier engine builds had that error
true
it would be cool if Evil was explaining the audio sample minigame in a scratchy audio voice
kinda like how she explained the vision game
Audio was added last, kind of a mass panic
it was supposed to be like that iirc, just had masive rush issues
ironic considering what the focus was
1 hr before deadline 😵💫

Do you like the ending?
Yeah
more like it was finished 50min after original deadline
1hr before ending had much diffrerent issues
Entirely custom song with Neuro RVC and Evil RVC tech by the way
if you had more time, adding a rythm game thing for the ending woulda been really cool
Still can't believe that was finished on day 2
I assumed so
The song was a total speedrun
that's insane
It was, I never thought of decent lyrics that quickly
Next time we may do the same but with NeuroSynth tech instead
atp everything I ever seen probably has some ties to #programming
NeuroSynth is the future of community Neuro singing
Not almost everyone on the team being an active member of #programming
when is the full release expected?
you mean of neurosynth?
I assume neurosynth
Whenever we finish NeuroSynth-1.0 (English on organic Neuro data)
As of now all NeuroSynth models have used synthetic datasets
Ones made with Neuro RVC
why does
self.depthshaders = [[shaderDepth(np.concatenate(entity[1].vertexDataList)), entity[0].transformMat] for entity in self.entities.values()]
not store
entity[0].transformMat]
as a pointer?
is it stupid?
pointers? in my python code?
so i should just do the .transformMat when i need it then?
transformMat is probably a property rather than a field
def __init__(self, position, size, eulers= [0,0,0]):
self.position = np.array(position, dtype=np.float32)
self.eulers = np.array(eulers, dtype=np.float32)
self.size = size
self.transformMat = np.identity(4)
self.transformMat[0:3,0:3] = create_from_eulers(self.eulers)
self.transformMat[3,0:3] = position
looks like this on the entity side
ah, you want that thing to change when you change entity[0].transformMat?
in that case the thing is it copies the same reference that entity[0].transformMat uses, but when you set entity[0].transformMat you actually create a new reference that points to a different object
nah you can do it in python
using pointers would realistically break everything without the understanding
i have appeared to destroy the universe
please wait i haven't finished my LSP impl
yooo holy I got my vision code working for pathfinding in 3d space I am a fricking godddd
I need to get to bed before the universe is destroyed, I can't be this eepy when time ends
I just finished my 4th the classic one . ASTAR, ASTAR Bidrectional, ThetaSTAR, ThetaSTAR multi threaded
Trying to debug lazy evaluated code is a nightmare
just add traces everywhere 
which would also be lazy
depends on what you trace
you can rewrite it with & for now
aren't you need to pay for Twitters API?
this is directly on their website...
ok i figured out what the problem is...
you need twitter blue...
instead of telling you that
it just throws an error
what the hell is this design
the moment i got twitter blue it went from 500 to 200
hblang for IBM Power6 cpus when??
makes me think of this lmao
https://youtu.be/X8pVYkNJ2wI?si=Zwn3vnSfl76V_fqV&t=45
because a certain return value corresponds to being terminated with SIGTERM
smh my dream to run hblang on a 2007 IBM power 570 9117-MMA Power6 HPC system
who needs io anyway
(me)
i'm working on a json deserializer what a thankless task
and then microsoft is like
i'd just grep -R getrandom /usr/include | grep unistd
no its convenient when you're constructing the chain on the fly and dont know what you're gonna type yet
but grep pattern file can be changed to grep -R pattern directory
or grep pattern some/dir/*.txt
oh i forgot json floats exists
actually no they dont exist and i dont have to support them.
can anyone recommend resources for learning functional programming and which programming language to choose for it?
read pins
personally i recommend either SICP or https://courses.cs.cornell.edu/cs3110/2021sp/textbook/
C++
SICP is great
Structure and Interpretation of Computer Programs, 2e: Top
I wont be sitting on cpp after golang
i have seen that you have discussed this language a lot, what is its philosophy
hblang? its basically a language that compiles to hbvm which is a vm spec custom made for ableos, a operating system written from scratch that konii can tell you more about
i'm slowly working on an lsp for hblang written in hblang itself
the language is mostly similar to zig
i.e. basically C but with comptime evaluation for constructing types and code
-# but y tho
wy not?
fun
and probably other stuff but for me i like langdev so i volunteered to implement an lsp since thats an area i dont know much about
code doesnt have display out on web now 
why must there always be issues in webgl?
ah, one of me performance improvements borked it
hblang is a pretty conventional language and i like working on unconventional languages but i realized that it wouldnt hurt to get experience working on some conventional languages too
python is a conventional language, my game engine is pretty normal actually 
At least it's probably better optimized than UE5
fork bomb in hblang 
half of it is people not knowing how to properly use it, the other half is pushing stupid features like nanite.
fuck nanite, all my homies hate nanite
legitimate question, what's wrong with nanite
nanite is LOD for lazy people who dont want to make actual LOD, and just want to put all the strain on your CPU
imo nanite can be fine a lot of people just don't know how to use it
yep
iirc there are specific "styles" of geometry that just suck for nanite
bad topology is just bad topoly ye
you want to avoid small triangles
so left and middle are fine, right is bad
i seeeeee
well yes but iirc its not quite that simple for nanite meshes
im pretty sure that nanite also merges meshes dynamically, so its fine for batching drawcalls
you just need to use it properly
iirc I remember seeing something against strip but I don't really remember it
Level of detail and imposters are effective optimizations that work for reasons you may not fully understand. Let's explore why, from a hardware perspective, these work.
Gamedev Courses: https://simondev.teachable.com/
Support me on Patreon: https://www.patreon.com/simondevyt
Follow me on:
Instagram: https://www.instagram.com/beer_and_code/
Tw...
this video is pretty good
i shoudl have added a timestamp
Threat Interactive Video 14: Anti-Aliasing has been reduced to nothing but a fancy image "blur" in the eyes of the game industry. This video will tear down the entire internet to show the truth about anti-aliasing and what technologies the future of gaming really needs. There's no better game to get the conversation going like an in-depth analy...
basically the same point I think
i thinks so ye
but you did
i meant that it should be timestamped, but i coudlnt check cuz of ads
wikipedia is so annoying sometimes
"here's an article about concurrent data structures, btw this is how java implements a concurrent hashmap, but in rust you can just use Mutex<HashMap<>>"
"you can use a GC or automatic reference counting for memory safety, but zig uses option types"
THESE ARE COMPLETELY DIFFERENT THINGS
zig mentioned 
the
virus is spreading 

uiiii yeah pathing calculation takes ... 1 ms
1ms is finneeee
undecidable compilation 
(no hate i do enjoy it and zig largely uses concepts that make sense, i thought about them myself before even touching zig and they made sense to me)
well before OG it took 10 xD I think I over optimzed the hell out of it




