#💽Programming Chat v2
1 messages · Page 81 of 1
can u reply to it
here
aahhh dmn
yeah you have gotten old too
i just spilled hot pepper spray dut everywhere
thats a super broad question with a lot of answers
it depends on how you train your llm
@spare quartz wait so can I just do smth like this or must I make a class
the jvm copium is so strong
like, one way I've done with a very rudimentary RL model is to use 2 (and then later tens, hundreds) of the model to do RL on each other
?
im busy cleaning up my room rn
theres hot dust everywwhere
u cannot do that
u need a class
dont listen to harry please
this guy thought he could get away without a class in java
so I can Runtime.getRuntime.exec(listOf("java", "CarpoolSupervisorMainKt"))
wth is he doing
yes thats fine
ok noted
surely its not possible to write a function outside of a class in kt
though....I'd have to actually point this at the class with the path
what does that even do
nvm it should be giving you a syntax error if it wasn't legal
how does
huh
ohmasofonres
@spare quartz i think im finally going home
🙏
my shoulder and back hurt like shit
theres DUST EVERYWHERE!!!
so i'll probably get there and r-
or atp should I like
theres also SFT
and its all as coarse as sand
DID YOU SPILL YOUR FUCKING LUCAS
yeah should probably do that
YES
and RLHF (RL with humans as the other end)
dude my chair rollers are all chrunch now 😭
it's a candy
oh
@spare quartz ?
I thought you spilled someone's remains
a spicy dust candy
um, gimme a sec
that looks disgusting
yeah that thing
yea that looks like posin
it looks better irl
poison
tbf all chamoy looks that way irl
you just gotta taste it
not a fan of chamoy myself
wdym
but it does look kinda good
basically i have like
the spice tolerance of a baby
like either I'd have to .exec("java", "build/whatever/kotlin/CarpoolSupervisorMainKt", "-cp", "whatever")
well no shit, she's mexican (at least from what i remember)
or I could .exec("java", "-jar", "path to jar")
you'd need to specify the Main-Class in your manifest
but sure that works
well cause
well, why not just set the cp as the same cp its running on
I mean maybe?
idk how ur weird jvm works with all this jar bundling and class paths and whatever
also we should really be spelling it out in full
rude.
idk if it would be better to just exec a jar or have to point it at some folder
well if all of your different main classes are gonna be in one jar anyways
i think its best you run java with the same classpath as the running JVM, and use the class form
meow meow meow
honestly
the first layer of chamoy on lucases is ASS
i try to get it all off so i can actually get the good tasting dust on
is it really dust? i think its coarse enough to be considered sand
yeah basically
ok yeah that sounds bad
the first layer has basically no taste and is "just spicy"
something i lowkey find funny
is how I eat like
spicy boneless or shit like that
but when it's a candy im out
Ighhh I’m getting CASTING ERRORS CASTING SUCKS
val start: Boolean = singleArgs["start"] as Boolean
“Cannot cast String as Boolean
did you use conv on the argument.
huh no
you need that.
meowza
doc that better smh
Rrrr now it appears that it may spawn the supervisor
But it immediately dies
All the supervisor does is loop rn
mmbm
I’ve even set the thread that spawns it to loop
And it appears it just dies
Probably the class path not loading
can show code later
I’m having fun with a synology rn
09090877
@flint belfry
what model
@spare quartz ok fuck you im gonna force you to play forsaken with me
and you Will like it.
no i dont play roblox
that's you
Haiiii hai hai haaaii
RS818+
No go back to beb
Due to tariffs 玉藻前 is no longer for sale
what… would they be on sale for…
I just woke up…
Had to restart pc cause it just wouldn’t respond to ctrl alt del
always painful when i have to do the 6 second salute
and hear the hard disks chirping
making a better tween system
using buffers and tags to hopefully create a system that can work even if the part isnt loaded for the client yet

good that works..
Baseplate
here is mine so I can flex (or u can flex on me ig if yours is better 🙁)
the tween system i have in mind is a pretty big experiment rather than something substantial rn
but it works, yeah?
it lets me use the same interface to tween parts or models
instead of having to fanagle with models
it backs part tweens with a tween and model tweens with a for loop
actually its parts or anything else
I just supply a function(t) model:SetPivot(from:Lerp(to, t)) end
mmb
now need to serialize the properties..
probably will just do it in a tag:value pattern
growing buffers!!! this is just like HashMap(size) in JVM!!!
basically, the server creates tweens, and the play/pause/cancel methods send that tween serialized in a buffer along w/ the op type/current time/instance tag, and the client either plays through the tween, or, if the instance doesn't exist, it saves it locally, keeping track of the time, so when it is available, it can play just fine
this also lets any clients joining in the middle of say, a long-running tween, to see it in sync with everyone else

ok yeah that's black magic
no its what creating coders for file/network formats did to my brain
seems simple enough
sync is ez or can be impossible depending on the accuracy you want to achieve
although perfect sync would be great, i dont expect every single user to have their computer fused to an atomic clock or a GPS satellite
so it's just a 32-bit float which should provide... a good enough accuracy, up to a few hundred ms from a possible desync
i was thinking about also encoding the server time but that's bound to get ruined by network latency, which remoteevent doesn't expose unfortunately (n2m, NTP being inaccurate as well, depending on the clock source...)
okay thats properties serialized
now for the reverse
huh yknow
it does
i wonder how roblox sends data over remote events
where
you just
measure it yourself
theres a way to get it from the roblox api too but its inaccurate
wdym by measure it myself
yyyes but how
okay but what do you do for RTT
from what variables?
Oooh
okay but i dont need that data
why not
i need the time data from the server to the client directly that is exposed in TCP
/ 2
thats not reliable
a sync float is good enough
probably
in the future we'll have 1 nanosecond delay times anyways
👍
@lone sky yo you got any blue dog art ?
sure lol
twee
Forwardeed
Weird art
nearing your line count
pivoting
just gotta
fix one small, small bug...
i dunno how but
at the end of pivoting it causes all parts to invert their normals
its not their sizes being messed up , they're all sized right, they just have inverted normals ??
that's
interesting??
ive genuinely never seen that behavior before
How the hell
Oh right it’s something wrong with the cframes
Something got inverted with that
I remember seeing a post about that
Huh
CFrame.fromMatrix(
BaseFrame.Position:Lerp(Value.Position, Delta),
BaseFrame.XVector:Lerp(Value.XVector, Delta),
BaseFrame.YVector:Lerp(Value.YVector, Delta),
BaseFrame.ZVector:Lerp(Value.ZVector, Delta)
)
have to do this to make it work correctly
lerp
Bayachao is so cute..
lerp...
Problem with using lerp and tweens is that if you have cubic or similar they'll be very not in the same place
I've been considering making a system for it and the best solution I've thought of is to calculate the tween on the server but forward the data to the client
problem with that is a whole lot of network requests
they'll never be perfectly in sync if you use any other method
they'll both get to the destination at the same time, yes, but with a very different path
Inverting the tweendirection to fix this that way also won't produce good results
the timing of the tween will wary between the clients and that'll cause them to be out of sync
in all honesty, after considering all of this it may just be the best to move the tween server side to the destination (without a tween), but animating it on client
reproducible hitboxes for everyone are achieved using this, but in a different place
I'd like to hear what you think
Let me wake up… I can’t sleep anyways
sorry forgot you're 8 hours time difference
nope
fixed
i dunno i think it looks fine
except for the cframe caused jank normals at the end
Each of these is already in-game when the tween starts
The issues arises when a player joins mid tween
okay
i made the tween start immediately at server start, before the clients join
still works
@spare quartz stack overflow survey results for how much certain technologies are desired
congrats ada is at the bottom of desirability.
isn't rmi deprecated
No
yes
It isn’t
since java 9
@spare quartz @lone sky should I wipe my ntfs games partition or make linux read ntfs
i dunno, which would make your head hurt less
m
im just worried once i wipe my drives for linux im gonna forget smth 😭
I already backed up like 7gb from my user folder
unsure
if you don't remember now, you won't remember later
everything you remember now is important
anything you don't remember is not
you won't ever remember it again
😁
what in gods green earth
hooked up chatgpt to forts

worst mistake of my life
thats true
so it can't be
wdym
the mines can only be in 1 place
im dumb
I was like how it know where the mines are
defcon 0
I have life experience that factually disproves this
im pretty forgetful
rust damage
lol
eughhhhh I could but eeughhhh
clonezilla it!!!!!!!!!!!
umm
wth is clonezilla
just put your /home in a tar.gz
@flint belfry come lecture aera about the benefits of clonezilla
thats what i do
knockoff copy paste
what I did for my bazzite install was just
take the essential folders
and leave the rest
(games that I can re-download, useless binaries, config files)
same
well not really config files, all I took was my .zshrc
very essential
✅
im quite certain my router is filtering UDP on 53
well I think I got everything
you make a full backup and clone of your entire hard drive and partitions so that you can restore the entire image later
the backup file isnt even the size of your disk iirc
eg you fuck up something you can essentially roll back with clonezilla
it dosent have to be the whole disk it can also just be partitions
ughhh but but but
my 2tb drive
would need a 300gb partition at the end of it
which is laaame
WHERE IS MY 4V4 BOATMEN MAP!!!
ugh I need ANOTHER flash drive for Clonezilla?
what is this bs
恋色秒棟
ReFS
lassers?
the AI's anti-air predictive aiming target
@gok is this true
@goku Congratulations
About CrystalDiskInfo A HDD/SSD utility software which supports a part of USB, Intel RAID and NVMe. Aoi Edition Standard Edition Shizuku Edition Kurei Kei Edition Download System Requirements OS Windows XP/Vista/7/8/8.1/10/11Windows Server 2003/2008/2012/2016/2019/2022 Architecture x86/x64/ARM64 IE ...
who is "icetechus"??
why is it like this??
at least it works...
because the creator of the software is a weeb
you downloaded the other type
you can change the skin
oh
LOL??
this is cooked
anime
oh is there
cause it comes as an iso
I just clicked a download buttuion bruh
submit ✝️
so???
cant you just
make a ventoy disk
put it on there
I did
and then make a seperate partition on ventoy for storage of the image
where is the not
eeeeeeeeeeeeeeee
OHHHHHH OK NVM
it dosent even need to be local disk storage it can be like a smb location too
simb
(viruses)
dont have a network drive
I didn't even notice bruh I just clicked
when ur making the ventoy usb then tell it to leave (however much gb) as free space then
and make the free space a ntfs parition
I have a second drive in my pc dummy
you dont need one
this would be better if it was in a jvm btw
my usb isn't large enough to back up 300gb bro
CrystalDiskInfo Chao
then your right lol
thought you didnt have as much
I'm clearing out my 2tb drive
what is bro doing
switching to linux
o well
broke
storage is cheap
@timid quartz oh yeah
what
once I get a new pc i'll sell my current one and buy a shitty thin client for word
gg
what should I install on the one that isn't a thin client
where are the funds going
yes but I need that money for other things
aren't u working
like keeping a roof over my head
oh bruh
windoes?? steamlacedos??? arch from the ground up???????
you aren't back with your parents over the summer?
no
thats how I avoid rent
oh
2tb drives are only like
100 bucks tho
from a reputable brand
welp goodbye shitdows rest in piss
Cause I wanted to for a while and I just haven’t actually gotten myself to move all my data
how ironic since you were trying to bully me a few weeks ago about going to linux
no thanks
But like unironically Linux runs smoother
15:44:54.960 Pivot -49.6499634, 74.5000153, -249.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0 - サーバー - ReplicatedTween:110
["Pivot"] = -49.6499634, 74.5000153, -249.500015, 0, 0, -1, 0, 1, 0, 1, 0, 12
no wonder my frames are getting corrupted
whats ahppening?
yknow how table.pack puts "n" at the edge of the table for the amount of varargs it put in that table
yeah
{...} yw
it was causing the serialize logic to put n as the Z2 component in the cframe
causing it to rotate CORRECTLY, but have a broken matrix wrt rendering
tho I question the reason you need to pack the components into a table in the first place
oh yea
that doesn't sound fun
i used table.pack cause of an erronous test i did last night, which made me think that packing the cframe components in a {} threw away everything but the first element
but they need to be packed in a table so i can iterate over them for serialization
this is the same reason why
local function t(...)
return ... :: T
end
print(t(1, 2, 3, 4, 5)) -- 1
or just don't bother? would prob be faster too
don't bother with..?
iterating
local x, y, z, r00, r01, r02, r10, r11, r12, r20, r21, r22 = cframe:GetComponents()
-- serialize one by one```
1 sec
if you care about bandwidth you can make it much smaller
i thought about doing that, but i don't know much about each component of the imaginary part of the cframe, so i felt like i'd break something in the rot vector
but yeah acceptable
lgtm
also u know you can just
send the euler angles right
saves you a lot of bandwidth
but they're a tiny bit less accurate ☹️ ☹️
actually, yea, they might be
if you really care, use quats
quats can be serialized with 3 u16s
given the range of each imaginary i can believe that
vectors are f32 as well
the entire structure or per component?
per component
i see
cuz you have wxyz
but you only need 3 of them
and they're clamped too
so you can just map it to like u16 size
gives you plenty of precision and saves u a lot of bandwidth
L for japanese friend he gave up when he could have just used his hero
okay look the clan we were up against was like david vs goliath
they were ALL at least 7 levels above us and not one of us could make a dent 😭
linux user speech
this is basically the same as emperor hirohito giving up during ww2
nope
nixos now installing...
hooray!!
good luck
i get to deprecate astratween!!
https://chatgpt.com I get to deprecate atp!!!!
im jk
aww you've been using me as your coding assistance?? 🥺
i could probably deprecate this too...
especially cause its so MASSIVE for what you can do in a single block
like really what reason is there to require this much
he actually made a framework btw
💀
but i might be 99% wrong
Table for services 🥀
kill ...
but i dont think i can touch this without making them mad
killlllllllllll 2
NO SHIT
they're very
"protective"
when it comes to their stuff
I don't fault him
everyone has that phase
one day he will look back and think "wow that sucked"
unfortunately true
oh
my fault gang
I ain't know this info
god
why can't u send a google doc lol wth
cause of grifters in here
usually cause stupid teenagers send google docs to expose ppl
yeah
good luck
i cant touch that
There are no tags in this server.
god animations can be so janky when you interrupt them
Sorry, the file you have requested does not exist.
Make sure that you have the correct URL and the file exists.
Get stuff done with Google Drive
Apps in Google Drive make it easy to create, store and share online documents, spreadsheets, presentations and more.
Learn more at drive.google.com/start/apps.
bruh
oops
yea what
how did tha thappen
/document/d/10ZIobOipN-5iDSNMnpuor68GcX2WMuwsQjLBUcW4TZ8/edit?usp=sharing
😁
this application is biohazardous. session superfunded.
loool u think they'd accept that
as an application for
whatever this bluer ole is
physical
yes .
I should get an alt and apply
wth they locked down polls too
man can't have nothin
AHA
thou shall not post google docs links
hmm
my child will not post google docs
tween syncing might be TOO good
its causing super short lived tweens to not play cause the passed time from the server->client is beyond the tween length
might need to only sync if the time is longer than a second or something
problems u invented yourself
🙏
but my syncies.....
It is certain.
hop of twitter
nah
An error occurred whilst fetching the user. Error: Required argument "userIds" is missing
double peak mentioned
You do not have permission to execute this command.
oh ok
yipee!!! linux works!!!
nah
sentenced to 18 months no bayachao
NOOOOOOOOOOOOOOOOOOOOOOO
18 months no computer
ill just harvest wifi waves to get my bayachao..
oh ok
they put you inside THREE faraday cages
jk it actually works perfectly somehow
i was just passing Color = nil on accident
my bayachaos..........
🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰🅰🅰🅰🅰🅰🅰🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰🅰🅰🅰🅰🅰️🅰️🅰🅰🅰️🅰🅰🅰🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰🅰🅰🅰🅰🅰️🅰️🅰️🅰️🅰🅰🅰🅰️🅰️🅰🅰️🅰🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰🅰🅰🅰🅰🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰🅰🅰️🅰️🅰️🅰🅰🅰️🅰️🅰️🅰🅰️🅰️🅰🅰🅰🅰🅰🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰🅰🅰🅰️🅰️🅰️🅰️🅰️🅰🅰️🅰️🅰🅰🅰🅰🅰🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️🅰️
Ask again later.
lol
US Democratic Party: "Kamala lost by less than 2%... it's over, we need to completely capitulate to the right. Millions must die, billions even"
︀︀
︀︀Democratic Party of Korea:
A\nA
It is certain.
aw
sneak a 5GB USB drive!
1 1
It is certain.
Yes and definitely.
aw
#1267583072728121384
NO!
interesting
#1264496483957346346
Nope.
damn
pack it up
pack it up
@timid quartz
Very doubtful.
surely that doesn't ping him
@spare quartz
Nope.
@rustic vine
NO!
it doesn't
<@&945385997519159376>
Yes.
Yes and definitely.
I think its VSCode
/8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question: /8ball question:
Eh I will say yes to that.
oh oops
bra
0, 0
100, 100
9815.41
everyone is fucking DEAD!!!
true
111,820,082 cases 1,219,487 deaths 109,814,428 recovered
45,035,393 cases 533,570 deaths 0 recovered
40,138,560 cases 167,642 deaths 39,970,918 recovered
38,828,995 cases 183,027 deaths 38,240,600 recovered
38,743,918 cases 711,380 deaths 36,249,161 recovered
34,571,873 cases 35,934 deaths 34,535,939 recovered
33,803,572 cases 74,694 deaths 0 recovered
26,723,249 cases 196,487 deaths 26,361,218 recovered
24,910,387 cases 232,112 deaths 24,678,275 recovered
24,124,215 cases 402,756 deaths 23,545,818 recovered
No fun allowed
🙁
what? a function returning another function? huh? does that work?
good enough for government work
(() -> ()) -> ()
dyn std::ops::Fn(dyn std::ops::Fn() ->()) -> ();
ew
prettier would be
use std::ops::Fn;
type Test = dyn Fn(dyn Fn() -> ()) -> ();
ew^2
ur mom ew
weirdo.
actually to you that would be (() -> Unit) -> Unit
3248239
trollge
rust caused this
you wish you had dirt on our glorious language
my lang is the greatest thing since C
C is mid
ASGDKJASDKGAFJSLDGHAKWDHKHASVDJABDKABDKBWHD
i will be the first to play deltarune from the power of communism
(6 family sharing)
I will unfort be at work
We love Roblox
this game laced
what the FUCk
thats annoying
everything that would benefit from ai already uses ai why are they talking about ai like chatgpt can do everything and is the best option to do anything
chatgpt do my t axes
fr
yummy
vibe governing
maybe i can hijack it
and tell it to write everything in ada
このゲームのアンロックまであと約14 時間
14 hours!!!!
OH
yw I carried
no.
ranked lowest in the match
bruh
@timid quartz It's Ruby White house.
Fedora is dropping X11 in Gnome in Fedora 43 making it Wayland only. Gnome is also thinking of doing this in Gnome 50. Here is why this is not a good idea and why I don't use Wayland.
00:00 Intro
05:06 Fedora
10:04 The Problem
14:00 Screensavers
16:16 Gnome Flashback
21:22 Summary
local ModelTweenId = ModelTween{HttpService:GenerateGUID()}
so you see
valve is in the right for not using wayland by default on steamOS
30 seconds in
does she know about xwayland
L
man....i love my linux
if you love it so much why dont you marry it
haha no optimizations
hey this isnt my code
no its skyycs
stop using buffers
player id + cframe + humanoid state in a string
idk
its going in a memorystore
i think a buffer is itself a ton better than the previous... lemme make an example
1:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:8::2:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:8::3:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:8
this
good question.
im not too certain since im not gonna read over it all, but from what i saw from a stream
its to replicate player positions across servers, so you can have a small server, but see a lot of people
(useful for an event where theres gonna be a ton of people and they dont wanna bog down a single server to uselessness)
funnily enough this string by itself has "better" compression per value than a buffer, as strings < 1000 are more optimal than their unpacked int form; but this obviously wont always be the case and the padding ,/:/:: cause it to be worse overall
助詞は日本語においてとても大切である。
「数学に精通した男」と
「数学で精通した男」では意味合いが全く異なってしまう
oh you mean compression when stored?
not bandwidth concerns?
buffers might get better compression when stored to persistent storage too
I don't quite remember
from a raw binary standpoint 8(/7, but lua isn't ascii) bits for a "number" is better than 32 bits
how it's actually physically stored could give an advantage to buffers yeah
note to self
do not read japanese twitter threads
i cant believe they made elliptic curves nsfw
宇宙はラズベリーの香りがするんですね
i'm. not even gonna bother asking actually
it's japanese people, of course they would to that
いや、機能できない
ちゃお威勢!!!!
ちゃお爆破!!