#programming
1 messages · Page 359 of 1
me want t
?!

why did you have to phrase it that way
take it
done

man, $200 was the price of 4tb back then :(
yeah...
glad i got a spare 2tb right before it all went to shit
drives?
yeah
i got a 2tb a few months ago for $120
now $220 i believe
$280 my bad.
fuck this economy
fuck everything about this economy
Even then that doesn't sound awful 🤔 unless you're buying bulk
Like it's expensive sure, I get that
i have 3 of them
That's a bit rough then
yeah i have like $800 of ssds right now it seems
really only cost me like $350 total
internal or external?
still cooked
all m.2
there's 2 other sata ones but they're small
240gb and 32gb
at least it's not as much of a price jump as the ram
ah, mine is external, I've also got I believe a 1tb m.2 in my laptop
yeah
need ai to die
and need the big tech companies to stop enshittifying everything
(it won't happen)
I don't agree with that, we need to stop overhyping ai and use it for what it is, a tool.
i don't mean kill it off entirely
just the whole bubble around it
shoving it into everything
Big tech will not last in the next five years bruh, it is coming down lol
it's coming down and then they'll get bailed out by our government
too big to fail smh
ehh maybe, we need some new players in the game
am just glad i got a machine
even if prices sink back in 2-3 years that would be a long 2-3 years lmao
I think the entire industry of 'big tech' will collapse in that time
ai is good for privacy
because it's too much data
even the baddies can't read about you anymore

it also processes that data though
The baddies weren't reading about any of us anyway lol

google out here using all of the online data they've ever collected about me to send ads to my adblocker
why did i live on a 14 year old management-engine free thinkpad with a custom openbsd kernel communicating exclusively through matrix and pgp emails then
"The baddies" 
extreme paranoia
unless you had something to hide
do you?
you can tell us :)
i only talk to cia agents
i know what you did back in 2021 zityu.
damn it
2022 was a fun year 🤔
jokes aside i've seen people do that + not talk to family and friends because they refused to do privacy-focused encrypted this that
they used only burner dumbphones that they soldered some parts out of
they javascript disabled at all places at all times
what else uuuh
oh yeah they used a thing that took their input and randomized punctuation and capitalization and such so they're harder to fingerprint
and they were all very depressed
Bruh that's doin too much lol
yeah sounds about right
yet the dystopia never came and they're still waiting instead of living that harrison ford life
Is it not dystopic yet?
no like, the govt is still not coming for them
so their opsec cybsec infosec was low key pointless
(they either gave up or went crazy)
Be fr, they went crazy before they started doing that
False, you've been dead for seven years
a potion for you, ako
also unless intended, you missed general by a click!
noo, they're ours now
ako thievery?! 
Come to the dark side...



I might kill my computer accidentally 🤔
I'll do that after it dies, that's when I'll ascend to my final form, the ultimate no-lifer 🤔
I need to figure out how to use vms
i remember running plan9 in qemu during high school extra prog class that was a fun time
teacher didn't get the hype wondered why i'm not paying attention to the pointless algorithm crap she was teaching to prep us for pointless high school competitions
what is plan9?
unix if it was good
Plan 9 from Bell Labs is an operating system designed by the Computing Science Research Center (CSRC) at Bell Labs in the mid-1980s, built on the UNIX concepts first developed there in the late 1960s. Since 2000, Plan 9 has been free and open-source. The final official release was in early 2015.
Under Plan 9, UNIX's everything is a file metaphor...
mm I'll check it out
built by the same bunch who made unix, except they thought "yeah unix was mid, let's do something good"
i was a little obsessed with it back then
whoa that's so old school
first time hearing about this
motherffucker
whoops
thanks
well i hope i'm clean
i clicked one of them by reflex lmao
according to google™ logging out invalidates session tokens tho
don't wakey wake the shiro 

y'all this may sound dumb, but for a task i have to make a classic ml alrgorithm for emotion detection but im a little lost on what would be best for that... any advice? (started an programming master this year after getting an eng bachelors so yeah still really new to the scene)
im surprised they even show up since my system only has emoji font and a cjk monospace font
how tf did you get square letter
i just used the original letters and replaced them for the special font ones
oh
�
ye
mr epoot
wassup with the triangles
can i steal your !
�
thats a daimond with a question mark inside
🔺
no thats mine
:(
its not the same one im seeing tho
that's some brave new world tier bach to master choice, dayum 


yup, always had an interest in coding, and it has been fun but holy information overload XD
@willow cargo That's good.I do java.
ohhh nice!! we are learning python mostly and we have had XML as well
and apparently they wanted to add more but that wouldve been to much, for a master advertised 'no coding knowledge needed' LMAO im feeling now like that was a lie
So you haven't had any programming basics? Just straight to python?
we had a 3 week bootcamp that took us from what is a bool to line comprehesion
but i kid you not, every class was like -> block of code: im not gonna explain this yet cuz it is too difficult still
did the boot camp work at least
I can read code pretty well, but making it is still really difficult, most of the time we're expected to just copy paste from notebooks without ever needing to actually write it so debugging is... not a skill im proficient in, lets go with that
you need a cheat sheet for the syntax
ohhh ill look for that, thx!!
I started writing it then switched to vibe coding to learn debugging lol
yea good for you, that's what i did before this ai fiasco, i have many bookmark at many cheat sheet on languages that i always check, and then autocomplete cameout then i decrease using the cheat sheet and now ai came up and now i completely stop, what a tragedy
yeahhh, my professor are very adament on doing it yourself and not relying on AI so i always try my best to not use as much as possible
now that's a good teacher
yup, it is also motivating to not use it cuz they are like, we want you to learn how to code, not how to use ai XD
I'm aware it's looked down upon but vibe coding fits my uses and previous skillset better 🤷♂️
tbh what and how you code in your free time is up to you, but in classes imma follow what the profs say XD
yep, you cant just like jump directly to ai without understanding the whole logic itself and how it works, because prompting is also for me a skill where you need to understand the logic of the program first and the basic before knowing what to prompt, so if you like directly jumping to ai then it defeat the purpose
yeahhhh, kinda backwards to have an ai make the* code on how to train a another model cuz it wouldnt teach me anything, still frustrating when it doesnt work but oh well
oh yea, and what's with this task when you just started learning the basic of python? are you like gonna use sensor for emotion or someting?
Oh it's all text based, the full task is that we have been given a dataset from HuggingFace, based on that that we need to make a classic algorithm (non-AI) and train a model (AI based). (I have to train it for emotion detection, so joy, love, anger, fear, etc) Single label classification. Compare the results of the two to see which one works better.
It is a lot to wrap my head around ngl
honestly I've gotten to the point where I think I've managed to have the model trained. As in I can use a pipeline and it'll detect the emotion in a given sentence. I'm funnily enough struggling more with constructing the classic one, FT-IDF and stuff
I have my data mostly pre-processed as well
Sorry if this is confusing, it's a little difficult to explain when I'm confused as well 
nah its ok, its not my area but i just know some stuff related to training ai model, so its fine

I just wrote a ton of random code
I still have to write more code to figure outt if it works so I don't know if it works
Just disable UAC and you won't get bork'd
Hello how goes the funny letter game?
wrrrr
That is indeed letters
Very letter-y
@patent shard I'm about to go to bed as well so wanted to first show you the handbrake preset I use to encode to the minimum bitrate with minimal noticeable difference in quality imo. Tho I don't know that much about codecs so not sure if I missed any important setting related to better quality or size. I still use h264 because my almost 2 decade old cpu can't do other codecs well (also because av1/vp9 etc are also harder to decode for others watching it) but it still gives a very sizable filesize improvement compared to it's source regardless of format/codec. I'm curious about how it compares when used against some of your videos and handbrake presets? Anyways gn 
Also some examples of results I got using the preset in my experience. The source videos were a mix of 720p and 1080p h264 videos
i know solidworks and some beginner level stuff about 3d printing specifically
nothing about making a printer yourself
good luck
programmers
I've hit a snag and I know one of you have a solution in your back pocket
programmer
chatgpt told me this
Yes. The controller is the correct starting point
It defines the constraints of the entire system. Supported kinematics. Number of axes. Motor types. Sensors. Temperature channels. Firmware options.
Practical design order:
Controller and firmware. 32-bit is the current baseline. Marlin, Klipper, or RepRapFirmware.
Kinematics. Cartesian, CoreXY, Delta. The controller must support it natively.
Motors and drivers. NEMA 17 in most cases. TMC2209 or similar for quiet and precise motion.
Power system. 24 V preferred.
Sensors. Endstops, thermistors, probes like BLTouch or inductive.
Mechanics. Rails, belts, lead screws.
Hotend, extruder, and bed.
Common controller options:
BTT SKR Mini / SKR 2. Popular, affordable, wide firmware support.
Duet 2 / Duet 3. Expensive, very robust, RepRapFirmware.
MKS Robin. Functional, quality varies.
If you want maximum flexibility and future upgrades, Klipper with a simple MCU plus a Raspberry Pi is the most scalable architecture.
Bottom line: without choosing the controller first, every other decision risks being incompatible.
I was gonna use tcpshield for UDP forwarding a fumoquest server
but alas that only comes with the premium plan
so unless I can find another solution I'm gonna have to fall back on ngrok again

oh boy, i miss solidworks but when i got out of college my student license expired
freecad is my new best friend
for my minecraft servers i use playit.gg, it comes with a TCP+UDP option when choosing server type i'm pretty sure
it's really just a tunnel service
might work for your case
not for a Minecraft server but as long as it supports generic UDP tunneling
yeah
https://github.com/fatedier/frp
you can try this perhaps
functional reactive programming
mlnt🥫

ive been learning a bit about 3d files, i learned that 3d geometry can be put in xml
factory reset protection
this still not really fix for what I need methinks
not want to leak own ip
Massive spendings
spend $20/month on cloudflare tunnelling
yeah playit.gg gives you a public-side ip
Who could even get by with 32GB any more


i put my servers on ip 127.0.0.1:62420, playit tunnel takes that and tunnels it to wrote-dairy.gl.at.ply.gg:46418 or whatever
not trust myself
then i use 2 cloudflare records to change that to mc1.letter-t.com
it not even have anything on it at the moment
works
except a broken attempt at installing nixos
me already have shiro ip
ip grabber

as far as i've seen it also prevents me from getting players actual ips



but yes i would be able to see your ip, though i wouldn't use it for anything
if that's your concern though, its understandable
not yet
i have a server with 6tb of storage though
I still don't think this is at a scale where I need that kind of hardware
and you can host stuff there if you want as long as it doenst use up
6tb of storage
message me if you need more

i have 4 cores 8gb ram 256gb storage
@sick owl peak update in Gemini API / AI Studio
earlier it wasn't able to access a research paper, for example, if I gave an arxiv link, now it perfectly can read those public pdf's and give any information
shiro I have an esp32-c6 you can borrow
get her
how much it will cost
Neato
bro bro i been asking about this, can i use that for a 3dprinter
hardware 
who knows
probably?
virtual hardware is a slice of a real hardware
I've never looked at diying a 3d printer
if i get it ill pass it to u then its gonna explode
cake
i didnt even need to say it
you should type :banbnabadog:

this emoji is good
1/1 test passed
wrrrrp
but what if it’s not a cake but a fish tank or other bowl 🥣 and what you get is the right to put whatever you want inside said bowl but only 10% in volume of the whole volume of tank max. but you have to ask the bowl owner to put the thing in for you .do you possess a bowl 🥣 can you say yoy do

:ShiroLoading:

good
good
excellent

you technically have access to a bowl but not directly so you cannot break it

anyway me vps currently completely unused
can give you ssh login, it debian

paying for nothing
i also have snapshots so i can restore it at any time
i did read it

I currently not have much to need server for
easier to deploy on windows since am developing on windows (sorry)
That reminds me I have an unused vps in moscow
so I use something else for now
not sure what to use it for
it has windows too

does it have doors
preferably back ones

Windows server 
mac os x server 
Does apple still run their stuff on apple silicon servers
i doubt they ever did
No. They use some custom form of AMD and call it their own design
Maybe it was just a small part of it I guess
Like everything else they do
reallyyyy doubt it
"Apple Silicon" is basically just a more intense snapdragon
they promised apple intelligence the heavier requests to be routed to servers and that was supposed to be apple intelligence
Snapdragon except it actually works
theyre both ARM, but
Typing from Intel Bazzite PC :3

That must be what I was thinking of then
they didn't do it for valid reasons ig
apple silicon still sort of suck at massive compute
would rather do batch requests of ml models on chips that are actually built for throughput
Honestly I love anything that isn't Intel... I say this while running intel, but I couldn't find anything in the moment
i've been saying intel felt more like niche hardware now
instead of a proper consumer hardware
overclockers love em
general users/gamers hate em
amd is still suck for overclocking

panther lake seems kind of interesting, i'll give them that
panther lake is disappointing
they didn’t do any llm parts of apple intelligence, not just the apple silicon servers
im ngl
not related to the socs in any way
dw it's all getting oursourced to google 
though panther lake is impressive in single core efficiency
so i wonder
if its overclockable

raptor lake rn is still best for overclocking
i have so many of raptor lake for some reason rn
i need to try bclk overclocking on alder
i might be biased due to low core count though
they gotta work on their professionalism a bit
yeah lol
Gonna need hella coolant
not production-ready at all
the installer introducing itself as c83df2 wasn't particularly enthralling
but by god is it convenient
found a minute long tutorial for getting a minecraft server up without port forwarding and was like "holy shit"
tomorrow flight
i need to remove ssd and cmos from my briefcase again
god dealing with reconstructing mem training table later on gonna be so fucking ass
Off topic, anybody run into login issues with Proxmox?
Literally just got it running on my server and entered info and it just is like "nope. None of this exists"
executable should be in C:\Program Files\playit_gg\bin
will try restarting it
it is
still opens in cmd prompt
bit weird but ok
win
doesn't matter
yep it's been very reliable for me
low-lag
only people complaining about connection are running on mobile hotspot in australia or some shit
proxy on the ISS
i don't think playit is the issue with those cases
lol
not the compute
apple would absolutely slaughter their reputation if they routed any of their customers data to google if not in a web browser
speaking of that

the deal was just weights

it's actually scary how good it is sometimes
like it suggests the fast food chain app when i'm physically near a joint i happen to frequently open the app at
or maps when i go outside
holy shit i did it
i can nagivage through skyrim dialogue options and pick the option
through code
also prints all options in console
im feeling like stealing another letter
can i have the : from your :small_red_triangle:?


bro wanna de emote my triangle D:
nagivage
can i steal vani's V 
i slept 4h in past 32 hours 
then sleep more
yes im going to do it now 



i already feel like I'm using the wrong paradigms
are callbacks not a very C# thing to do
the intention is that the server can spawn enemies and attach callbacks to fire when they die
unsure what object is best used for that in C#
Action seems appropriate
events exist, may want to use those instead?
idk it's been ages since I've done any real C#
You could use events for that maybe?
events exist?

json 
lottie maybe?
for certain cases callbacks are also ok to use, but C# dev usually use events
events make sense
the conventions are a little awkward to get used to
not very java
APNG is a crime against the encoding gods
Tons of stuff claims to support it yet I've rarely seen it working
why are people allergic to using modern formats
they don't. this is me selecting a lottie animation that fits all their requirements except for actually being lottie and not apng or gif
JXL4lyfe
x320, 60 fps, 1s long
i sure fucking wonder why i'm allergic to using apng here like they want me to
I feel like taking mlntcan's 3rd n from their username
also I'm refering to discord using APNG when I mean bad formats
(baaast)
ye they want "max clarity" "just like i intended when i created it" 
ok

lazy, lazy people. both devs and users
also ancient hardware in cars, etc that only support mp3/h263/h264 giving a "good old format" mentality
json is news to some devs at my work.
also the technical debt of lossy formats
you can't transcode from one lossy to another without further loss, and you already have it in that format because that's what was used 15 years ago - therefore you'll have to keep supporting it forever - therefore why bother
how much better can this new immature ""jason"" format be tham my trusty csv
yeah. you might think you're joking, but you're hitting the nail on the head. Precision Farming -> embedded systems in agriculture.
20 years behind.
Perfectly normal Webcam on a very stable base
hi
this language evokes immense anger in me

AI 
hi shiro 
Artificial Intelligence!
goodmorning everyone
It's sentient!
hitting the nail on the head
absolutely correct
showing deep understanding 
unlike you...
if you were sentient, you'd realize it's || your birthday
🎂 ||
I CANT KEEP FALLING FOR THESE 
there there 
if you were sentient ||you'd stop falling for these||
Well Im in a good mood, just got through the first round of interviews for an AI dc
im not sentient
||why did you click this||
i'm confused, did i say something wrong?
no its just
llm
"You're exactly right!"
"You've hit the nail on the head-"
||because i like clicking stuff (you too
)||
im going to click it
actually im not
im going to copy it
and then paste it somewhere else
ah, kk.


dont worry shiro if you werent sentient ||it wouldnt be your birthday
||
im not sentient
i hate this so much btw... like i never hear stuff like this irl (i'm too intelligent
people can't follow so they can't admit how right i am) it's just so uncanny that anything i say the llm goes giganodders
dont worry shiro if you werent sentient ||i got you ytlhfa https://cdn.discordapp.com/emojis/1425224282832900227.webp?size=48&name=LMAO ||
spoiler
dont click
its a spoiler
for
something
damn
is it a symptom of impostor syndrome that i HATE HATE HATE when they say that or is it normal
im just as non-sentient
||sam||
mfw when the AI thanks me like i saved its family from a burning building after i point out that its claim of "1 = 2" is incorrect

hi
mr humble right here




true
im so used to having at least some top-level code entity
but theres none here
everything is local 
i liked object-oriented programming when all the objects were just made up
the code wasn't supposed to become objects too
but its actually containers for the code and not the code itself that are objects
entity oriented programming 

aren't all objects in code always made up?
wrr
Unity or UE
wrrrr wrrr wrr wr w
Unity for real games, ue if you want to make games for the graphics
I tried to learn UE a while ago. It is weird.

i'll have you know that i've graduated top of my class and have 300 confirmed A+es
i'll have you know that means nothing to me
wrr
sam not meme literate
dear god

isn't that the Navy seals copy pasta
it is

someone try and run this
that evil dentge came out way better than my neuro dentge attempt

ok
i didnt mean like that
vibe code
Dear Members of the Computing Community,
We are pleased to share an important milestone for our field. Beginning January 2026, all ACM publications and related artifacts in the ACM Digital Library will be made open access. This change reflects the long-standing and growing call across the global computing community for research to be more accessible, more discoverable, and more reusable.
It was mentioned that its c++ obviously
so any reason you pinged me here konii?
er
enemy chase logic
cant call it AI anymore
Attatch ai something
maybe
either as component of entities that path
or some kind of GameManager 

i dont remember
okay
so mean
smh
wanted to joke that c++ doesn't exist but apparently it does because clang 
usually the former unless you need like swarms
Oh wait what about obstacles
if(score >1000){ printf("you won!"); exit(0); }
^= good old fashioned "AI".
i need to rewatch attack on titan
pathfinding 
im sure there's an out of the box solution somewhere
ill just ignore it for now

Put ai something to the npc
pathfinding 2D 
pathfinding 3D 
it very easy just do what i did
https://github.com/VedalAI/neuro-hollow-knight/blob/master/Pathfinding.fs
im not even built like a discord mod

neuroUM
its not an insult. if you couldnt tell shiro is a discord mod
that's why i asked, if he wasn't i would have just assumed it is an insult
rrrrrrrrrrrrrrrrrrrrssssss
not the alphabet i know but sure
ask it to reconstruct the original text using the letters from the sorted one
ye that too hard for llm

wrr
"wrrr" 

What is that 
i dont wanna think today what do i do
true
press subscribe and fill in your emailadress. 
i've been not thinking since 2018
i've been not thinking
Garbage coupon extension that did really crazy bad stuff
Stole from everyone, basically
i have been immersing myself into a mental state of not producing any thoughts
does run with no modifications, after setting up a working CMake file for compilation. Only black screen though.
tsym 

i just have exams so i don't have any thinks to spare
lmao
1 brain cell and one liter of fresh water per token

in its defense, i've seen some people in this server output far less valuable content for their water intake
damn
i eat openai infra
you made your llm a valley girl 
nvidia wafer

that emote used to have its own channel


dente
my output is free but unwanted 
ohisee

admin she's spawning in resources
ban
kni getting in 30 people's block lists

if yuri was getting me in the blocklists i didnt want to talk to them anyway
ye like, rust and rust stdlib
What will happen if you do that
it not fact of yuri that get you there 
Does it detect recursion and skip
im lovable and friendly #programming mascot i cant be in anyones muted list
i wanted to see if vulkan has a mascot, and i was not prepared for the answer.
bro looks like a demon
not after this


oh
ye i just cant now or it would reflect badly on me
you not girl 


me win in mascot competition anyway
imma ask if they have a wip
i somehow double tapped enter fast enough on :WH it inserted twice

holding hands but also sharing functions and stuff
they're hooked on each other💀
it cooked yeah that's a good one too


i think we knew long before your brainrot is infectious
died
ye konii contagion
enub, wrrr, bwaa, awa

damn
]
mosquitoes don’t leave “puncture wounds”

they kinda do, jsut not that deep or wide
snake bite 
Are you stabbing yourself in your sleep
i can see why
rude

im allowed to be mean to people who are mean to me 
i think mosquitos have blood type preference
but can be other reason too i guess or maybe even just room placement or whatever
unity makes no sense
if i have two of the same type of component in an object
how am i supposed to specify which i want to call methods from
Wtf is ssd.json 
name them?
you get both of them via GetComponents 
i do
Are they not children
me live next to stagnant water, mosquito breed in there
ignore me anyway
filter
you cant
hmmm

why not?
Why do you need 2 components of same type
not separate objects, components of an object
Oh wait right
a collider for actual collision and a bigger collider for triggers

hand holding 
@real sierra maybe filter the results with linq?
so i just get the list of all of them and then
filter for the one with the properties i want
that feels like such a heavy handed solution

linq 
Noo
linq isnt too bad
I accessed something with index
wait
it’s not but it like hammering in nails with nasa computer
components should have a name i think

they dont
only the component class has a name
instances dont




stop giving me hardware










so mean
weird turtle






