#programming
1 messages · Page 419 of 1
except cache isn't everything
otherwise they'd just keep shrinking processor and increasing cache
there are trade offs
iirc RISC-V is pretty decent for low silicon usage.
btw, last 2 days had to debug obvious (now) memory broken system
ONLY pc that have issues
and it have:
- unverified commit (core dump seems quite incomplete, 2 core dumps with different loaded .so on region with sigsegv)
2, sigsegv without log or valid cout (systemd unit) - invalid instruction - invalid opcode on cuda device
4, aborted core dump without core dump (idk what the actual fk?) - free() - use after free (before enabling dumps, but that like impossible in our code space, i can count all
new/deleteand path for all raw pointers in first/second generation)
and it is only machine that causes it, any version of software i pushed behave predicatively on all other machines
if the core is simpler, than it takes more instructions for it to reach the same end-goal.
which would be fine since a simpler core can probably run pretty fast. but you need to get the instructions from the memory now 10x as much
hmmm
so make the cores too simple and fetching isntructions from memory becomes the new bottleneck
make them too complex and you lose a lot of space for cache and get more latency
you want to balance your design so it's always just about to hit a bottleneck for all components.
true
developers have so low control over cache it is ridiculous
you may want store some instructions in cache always
you may never swap some counters without having to reserve registers and rewrite assembly
etc etc etc
im pretty sure RISC-V is the current favorite in terms of cpu architecture for efficiency
yeah cause on its own it's fucking useless

so you end up adding all these extensions and it ends in a compatibility nightmare
i think RISC-V is fine. memory bandwidth is cheap enough to make it work.
it's perfectly usable for certain tasks
is nice when you own the entire stack though
on the other hand, you only add what you need


if you're making a toy or a little electronic device with a simple function, they're fine. any processor is going to be fine as long as it's not stressing the limits of the design.
some tasks are still want only frequency without all of this cores stuff
some high level control for the cpu caches would be nice i guess like you get with a gpu but it's also not nearly as necessary so i can understand why they don't
what is reliable max now for specialized cpus? 15GHz? idk where i heard about it
i don't think risc-v was even a thing back then
its been a while since i did that paper
ah right the ps1 has a MIPS processor
MIPS is nice, i like
very comfy to program
risc is a concept
not a specific instruction set
i guess it is only overclocking for regular consumer cpu
reduced instruction set just means that you have simpler instructions that you need to combine to do complex operations
exponential increase in heat generated form higher clock speeds iirc
thats why it has stagnated at 5GHz
4-5GHz is the max you'll get without specialized cooling
you can get away with up to 6GHz in certain cases im pretty sure
i think for single core loads it was 6ghz
kind of, some task want enormous clock speed, not overall performance, science tasks basically, idk where i heard about 15GHz but that should be at least around 10GHz i guess

it isnt cpu
, it is possible to clock the circuits at frequencies of the order of 100 GHz (one pulse every 10 picoseconds).
then what is it?
it is something something
i heard about single core cpu that reached 15GHz
or something about it idk
a circuit duh
RSFQ is very different from the CMOS transistor technology used in conventional computers
this isnt the same thing as normal cpus

nvm, forgot idk really
some one overclocked consumer cpu to 9k+, maybe possible 10k for specialized, idk what about 15k
RSFQ requires temperatures below 20–25 K
so then the cooling problem would be even worse
basically super conductors tech
you don't have liquid helium lying around?
i mean now it is only thing i found, and it isnt cpu
fair
you know what would be cool? having an LLM play an interactive text adventure. they'r e literally made for interacting textually.
like Zork or Adventure or Hitchhiker's Guide To The Galaxy.
like a visual novel?

There is an HHGG text adventure game??
> pick up the mail and put it in your pocket
You pick up the mail, briefly looking at it (just bills), before putting it in your pocket.
>
Hitchhiker's Guide by Douglas Adams and Steve Meretzky, Infocom
http://www.infocom-if.org/games/games.html lots of them
All products by Infocom in chronological order.
i had 40GB in my wastebasket
Gonna try to grab a copy
Every known version of every Infocom game, including source code and compiled game files.
that should have links to interpreter and data files
it would be trivial to get Neuro to play them
and because some were written to be very detailed (but still fit on a single floppy disk), they might even be a more immersive experience than games like don't starve.
less abstract of an interface (some have surprisingly good input parsers that allow very natural long inputs)
battle bots, but virtual?
it’s less of battle bots
more like swarm control?
idk how to describe it
they dont have much info but mit’s battlecode is smth to read abt to get an idea of it
already too distracted ;]
oh shoot zenith you’re the combat robot guy I forgot 
I will simply write an API for the game that makes the interface look like screeps
and then reuse my screeps code

to answer your question though @leaden crest https://store.steampowered.com/app/464350/Screeps_World/
Screeps: World is an open source MMO RTS sandbox game. With all the attributes of a full-fledged strategy game, you control your colony by writing script that operates 24/7 in the single persistent open world filled by other players on par with you.
Your colony can harvest resources, build units, conquer territory, trade with other colonies.…
$19.99
1887
I got the whole channel playing this a while ago
combat robots are just radio control cars that worked out. the weapons are basically power tools with remote switches.
controlling the whole robot (or multiple) is more robotics than most of the combat stuff is.
this looks fun as hell wtf
why have I never heard of this
you can do that?
sorta like "the farmer was replaced" but with combat
is it actually code review or is it just “programming channel roasts your poor coding practices”
^
sometimes we find typos. and roast them.
they usually just roast it because it's JavaScript though
we need to make a neurocord team
we cant all use brainfuck yall 😭 😭 😭
someone should write a compiler backend that generates BF
shiro? 
sam I seeeee you
bro this small hackathon bouta be so confused why neurocord is invading
whoopsies
don't look at me
i know shiro is busy being unpaid slave, but he could maybe make some time for this
I am unfortunately a high schooler so im pretty sure I cant be on yalls team
I do look forward to sam cooking me though
do tyhe rules say you need to be not a highschooler?
im pretty sure its a free-for-all
the website specifies high school teams and other teams
wait
has anyone ever written a bot for a resource management/construction/strategy game before?
“Prizes for all finalists — UK open, international, high school, and novice brackets.”
so they’re different brackets?
unless open implies free for all
i think they're different brackets?
international is going to beat UK open (statistically), beats high school, beats novice.
so probably?
aw oh well
im a college student so i wouldn't be allowed in the highschool bracket anyways
putting people with complex multi-phase algorithms in their bots versus people struggling to make their bots move in a straight light wouldn't be fair or fun.
true
mit battlecode (which inspired this) separates high school and college divisions
thats probably why there are brackets ye
I would assume they do the same here
my mian question is jsut what exactly you need to do
they’re announcing the game on march 16

they havent had any comps so far but you can see mit battlecode’s past games
it differs per year
thus you probably wont be able to use screeps as much as you would like
do you need to sign up before march 16?
i imagine it'll involve writing something like python or lua code to control your bots. other than that...
just stimming
its python ye
language is python only
no real robots, jsut digital
if you've played factorio, there is scripting you can do in that (at least late game? i've only watched it online). so that'd might be an advantage?
oh. it's only 1v1 it looks like.
up to 4
i mean 1 team v 1 team at a time. not like "randomly seeded locations with everyone in one world"
what they’ve done at mit battlecode in the past is they’ve had a leader class and a slave class with oop
so the leader itself is heavy computation
and it can spawn slave classes
no idea if it’s the same concept here

"worker" is a preferrable term.

No plantation owners are proud of it
as in, MISO is no longer used for SPI coz of the loaded language.
side tangent, moving away from master/slave is fine, I agree with it with some extent
but controlelr/peripheral is stupi
its too long
so uh, what did you mean?
No plantation owners are proud of it
No, plantation owners are proud of it
main secondary is mich better
and you can still say MISO MOSI which are so fun to say
and you don't have to change as much documentation
i like miso. don't change that.
i always thought "device" and "controller" coz that's what i was using.
master and servant 
Theres a bunch of variations which is what makes it hard to switch over
which is also why main secondary is better
because you don't even need to change abbreviations
secondary is jsut a long word
And Controller isn't
it is
not unless you use 2ndary
or even just second
Or we can just do masochist sadist
Martha and Steve
master-slave contorlelr system alternative names
oh that part I knew
everything expect that.
even slave is better than that
is martha and steve actually common usage 😭 😭 😭
no, but should be ;]
is it bc martha is dominating
can change it with a sharpie
how is that not censored
martha and steve is kinda funny
Dominating is a pretty normal word
is it tho?
like it shows up in TF2 pretty regularly (I'm really bad)
in math it is used. dominator trees.
Also if we;re talking about medieval nations and their dominions
or pvp fighting games dominating is pretty common there
is that where the word dominions comes from? 
i learned english via the internet
so i pretty much only know the bad things about words
it's like learning a foreign language from a friend. you only learn the bad words ;]
ye
the first things you learn in english is the names of the minecraft blocks, and the swearwords
often i bet in the same video
yes
im not even joking, thats how it went for most people i know
minecraft youtube
for me it was pokemon
every so often I see a greek root word and I think “oh it has a pokemon root”
why have we become gen chat
always have been
ooooo!!! i just had cool additional idea for a "Neuro plays [some interactive fiction]" stream... the text for each location is sent to a text-to-image model and displayed for the viewers, but Evil or Neuro just get the game stream directly.
Dawggg why are psn prices so much more expensive than steam's???
steam has beter local pricing or something i think
psn is how they make their money
PSN's cut looks to be the same as steams though
Piss Shit Network
it's an automatic 10% increase for PSN or xbox
and then probably regional price difference? idk
dang...
if the console was free and as powerful as my PC, I'd have no issue
but you're telling me to spend $500+ for something vastly less powerful than my pc?
if the games ran without compromises, sure, but a LOT are limited to 1440p if you want 120 fps or with significantly reduced graphics
I'd be okay with like 2160p 80-90 fps.. nope, 60 or 120..
Real
perhaps it is to do with hardware? divide by 2 for clock speeds is easier than other divisors. that's why 60 and 120 and not 80 or 90 maybe?
I mean, partially
you need VRR to really have a great experience with variable refresh rate
although, I personally think v-sync feels.. fine... I'd still much rather have a variable 80-90 fps with v-sync than a steady 60
you could probably do 80 fps with 2160p versus 120 for 1440p
but... 90 is probably too much for that difference
and I guess they figure just have a steady 60 at that point...
I mean, 2160p is 2.25x the pixels of 1440p
but that doesn't mean 2.25x the processing power to drive
but how much will vary...
i ogt my hand on the .dts file for the orange pi 5 ultra. and ye its missing some shit
you need vrr to enjoy vrr
it also randomly fixed the 80w idle problem wtf
what happened to hayleigh?
Actually your in the wacky watts range
gpu set to wumbo
go to install fedora server on nas box thing that is at my other desk
other desk is full of random bullshit cards and screws and whatnot and has no space for a keyboard because clutter
4 monitors to choose from
set one up
get wireless kb/m
sit down
the monitor is one that does the stupid ass yellow screen thing with fedora
bruh
it's so far away
im so helpless
“the stupid ass yellow screen thing with fedora”
Are you implying
That this monitor in particular
Is allergic to specifically fedora
yes
works perfectly normally with any other monitor over there (high quality photo this)
it's something w/ fedora and it defaulting to the wrong colour space for that monitor
once this setup runs if i go in and chance the colourspace it will work fine
idk if it happens with any other distros but ive only had it happen w/ fedora 42 and 43 on this monitor only
oh nobara 43 did it too actually which i mean
that's also fedora
probably this guy's fault even tho i pay him to sit on the desk to keep watch and risk electrostatically ruining everything over there
sorta expensive though, normal hardware should work fine
there were some cheapy ones in the oldge gens
not as cheapy as intel gets tho it didnt seem
mostly cuz newer
It's extrmely expesnive but it could run 6x V100s at full 16x speed 
but also don't really matter
sxm backplanes are out there too so that's pretty chep
if the goal is inference it shouldn't really matter
also sxm daughterboards
don't listen to afunyun they're expensive 
Well tbh this entire setup is insnaely expesnive but it was mostly a what if I did get it what would i even do
how much budget?
Theroy building basically
Oh my acutaly bduge tis cheap s fuck I am probably going to just by a base model M4 Mac Mini
i have champagne taste on a psyche ward canteen budget
ehhhh
Same
nah don't
could probably build a simple ryzen 5 3600 build with double the ram amount tbh
Exaclty, thats why I was looking at how silly it would bne to have 6x v100s and 192gb of vram. 
or if you have existing machine just spend on a gpu that gives you better inference speed
I was just going to buy some dudes used gaming PC and shove a P40 inside. Test and see if I even like home LLM deployment and the work required before i drop serious money on a rig for it.
Also power

Power expesnive
the never ending hunger for pcie lanes
It like there never enough
speaking of lanes, my 2cpu board came in but it's all the way downstairs
What kidna board is it
just lga 3647 (2nd gen xeon scalable)

kinda wish i had gotten 4189 but more spency platform overall (some deals tho)
might still grab some stuff for that too
want pmem 200 optane
c621 only supports 100
I wanna get a xeon scalble pc myself
But I was gonna buy a older oem workstation and just upgrade it
2nd gen i went with cuz cheap & still has vnni
the board i got is a workstation board
this beast is out there (not the one I got) but it's 500-700 bux usually and i got a cheaper unit
Sick
this is what i have downstairs rn
oh hey that was one of the boards i looked at
Yeah
It has a propierty psu bullshit I think
But apparrently the machine coolers better than some other workstation systems
yes that was the main reason against the p920 board
this seller offered me one for like $150 or something dumb
Pretty ass rn
F
last tiem i was in ontario i did my best to stimulate the economy
injected a ton of poutine money into th e local restaurants
Damn right
Something I was legit considering was just getting a HP Z840. Older X99 dual xeon system.
But I can get one with 128gb ddr 4 ecc for 899.99
Which is basically the price fo rht eram alone
i miss being so close to canadia because i miss canadian yooper accents and all those beauties
there is also x58's older brother
with 4x cpu config
pain fr
Another contender was gonna be the good ol Mac Pro 5'1 andupgrade the enver loving shit out of it
i feel like mac pro cases look nice but would be so proprietary and hard to build in
steve jobs just cackling in hell
The biggest issue is honestly the PSU's they are super propeorrity and there no company making rpealcements just refurbishments.
A what now
don't worry about that
I looked them up they have no use for anyhting I do
tfw impossible to dm you anything
I got it set up taht I need ot add oyu as friend cause i keep getting scam dm's
ion know what I'm doing rn lol
im milking my CPU fan for another day before it dies
i forced the thing onto max speed so the BIOS can detect a signal
it is running now but it sounds like a jackhammer
Was buying an i5 13500 a mistake? People often laugh at me for not buying a 13600K. But is the price difference between upgrading the motherboard to a Z-series board and the price of a 13600K really worth it?
depends on the use generally
i wouldnt buy an i5 personally though for most cases these days
(or many newer generation intel CPUs)
i am stuck on an i7 from 2021 currently but thats mostly because im between jobs atm and cant yet afford to replace my whole setup
How to run the second command after running the first command? After running, cannot open Google Chrome.
iirc the second one only runs after the first stops
idk i forgor 
usage scawwyy :3
Just open it and then automatically open the browser's web page
did you install not one but two aaa games
well...
idk if wuwa counts as AAA cuz of its 120 gigs but... sure
twitch and youtube are probably my biggest use.
uuhhhhh
first of all i didnt notice it did ++it instead of it++ but it didnt help after i changed it
oh wait i didnt update loop's head
yeah still crashes
how do i do it
360W peltier module arrives tomorrow im boutta be making the most power hungry drink cooling station
You cool the drink and you warm up the food 
would be hella cool if i mount it on my bike
I actually have a lunch box that uses them for work, warms a meal after a while (20ish min) but that is only one module I'm pretty sure.
I believe 12V 3A
the one arriving tomorrow is uh
12V 30A
i might use that threadripper tower cooler i have lying around
Eventually you gotta try cooking food
nah that's the job of my 14900HX
the peltier?
ye
Nice optimisation merged into llama.cpp
Time to build if you're on an old release I'd say
Got this laying around
Omg it's... it's... a thing!
recaptcha needs to come up with ai-proof captchas
cause them llms will just solve those things for you no problem
spammers must love AI
Using an iterator after erasing a value is undefined behaviour
currently i fail 3/4 or even worse
idk, it just wrong, i mean it just wrong, even when you have to click this fading imges
I like recaptcha cause you can just automate it and solve it via a free transcription api with a single click 
where?
it is about implementation of ++a and a++ operators, for iterators ++a is always better, for primitives a++ is fine
google auth browser tab just crashed
removing items from a collection while having a iterator on it is a pretty sure way to get a use after free. Its a nice beginner exercise, but not adviceable in production. This is how google got arbitrary code execution cve couple weeks ago
use something like std::erase_if if you can
I have discovered a model type where higher batch size makes it significantly worse at eval
removing is safer than adding
a lot of architecture can be like that where they overgeneralize with extreme high batch
still surprising that transformers are the most tolerant in that case
Well in this case extreme is the difference from 8 to 16
damn
And 64 basically doesn't even work
what kind of model is that
A labeler model
you sure its not implementation issue instead
How would I know that
right, you won't be the type to be the one who wrote the backend
Yeah it's a thing Wispers found where I went in and fixed it using way too much memory
the thing is, i actually need to do something else besides just erasing it.
i figured it out and it seems to work
iterator should have been updated like this:
it = p_inventory->erase(it);
with recaptcha
since ai are trained on them iirc
wouldn't ai naturally be better at captchas than we humans are?
there's no reason to train on captchas, but they do make for convenient labelled training data for other models
you're first given a test to make sure you're human, and everything you provide after that is used as training data 
not used for a model to solve captchas
so the test itself is not training data?
i though they made image recognition shit with captcha
not the entire test no, they'd end up with way too much garbage
Invented by Luis von Ahn (co-founder of Duolingo), poorly scanned words were shown to humans as a CAPTCHA and by identifying them, we taught the AIs.
We no longer need to train AIs this way – they’re more than able to cope.

so they used to train on captcha, but dont anymore
tbf most captchas these days work differently anyway by testing everything you do before the actual captcha
makes sense that they wouldn't need to use it for training data anymore, shit's annoying and guess not worth it 
"[_] Help us train AIs to break captchas by clicking the checkbox "
only reason they don't still do it is because they have all the data
Fake 1B
1 buh
Can you hack me and make me happy?
hacker with knowledge about hacking who can hack 
should've paid attention on english lessons if they wanted to convincingly scam people 
It's kinda a known tactic to start quite unconvincing so the people who do bite are less likely to pull out later
Because that way they waste less precious time chasing bad targets
what the hack
no biohacking mentioned, thoughever
crispr happiness
eat the bugs and live in the pod duh
Own nothing, have no privacy.
the current state of things be like:
In case you missed the reference:
That became the origin of the "you will own nothing and you will be happy" meme.
ive seen plenty since, given the world is going full 1984
Idk, I feel the world is going more "brave new world" than 1984
A very funny thing I've come to notice about my PC of late
My AIO cools my GPU more than it does my CPU
My CPU can run at 80% load and the coolant only hits 36 degrees, but if my GPU is playing something with path tracing while the CPUs at 40-50% we're up to 45 degrees and the fans are blasting
i feel like that wont last long tho
I ain't too worried, its ultimately out of my hands and its in God's hands now. Im tired of worrying about the future.
im still gonna try to do my part against the way things are going
Im nearly 40...been getting worked up over the way things are for decades now...it ain't done shit but make me angry and cloud my judgement. Best thing it did was bring me to God...cus yeah...like I said...its in His hands now. Things are past the point of anyone stopping anything. Save yourself, save your loved ones, save you soul.
Thats where im at anyways.
Something something thermal flux
GPU die has a lot more surface area so it benefits more
take your Soma and be happy, citizen. at least you're not an Epsilon.
is it a full loop where it cools both the CPU and GPU?
No the 4090 just heats up my case that much at 400W 
I can relate to John the savage...my dad was addicted to soma and it took his life (well HE took his life, the soma were a proximal cause)
If you imagine that all three of my fans are blow the AIO and coolant tubes
im assuming airflow related that affected the radiator temperature
And then the radiator is extracting from the top and comprises the bulk of extraction power
Yeah its just all the hot air from the GPU being extracted as well and heating the coolant tubes and radiator on the way out
side mounted aio superiority
Its not a big deal since this AIO is rated for up to 55 degree coolant in continuous operation (not that I'd ever let it get that hot)
Right now 45 is my max thermal target since that seems to be the highest it gets under intense workloads
55 degree isn't much, but it also probably sensible limit
85% on case and AIO fans at that point, ramping up to 100 at 50
Both share the same fan size, pinned to the same coolant temp sensor
you know what
6 intake case fans, one extraction case fan and three radiator extraction fans
i might share similar fan curves
because i particularly don't really care about noise
not that it matters there's certain someone else in my room that's been ramping up her workstation rig fans like crazy my room actually hits 90+ dB
i tuned mine so my fans don't instantly go to 100%, and they hold off until i'm actually using my 3090 enough to make it significantly warmer

I do care about noise but I care about hardware longevity more so I don't really want to chance a more relaxed curve
coz otherwise it just turns on all the time
noctua fans are shit it maxed at 1800rpm so we changed it to the industrial delta fan that can hit 6000 rpm
worth it

GPUs running with a temp target of 88 degrees max
That way the fans ramp up for the CPU long before the GPU ever throttles (max GPU temp in path traced cyberpunk today was 74 degrees)
i wonder how well that threadripper cooler could cool a 360W peltier module
its smaller than my other massive heatsink
damn
140mm vs 120mm
cat
and the small one can already cool 480W fine
ignore the cat its just random stray somehow making its way to my room and demanded some belly rub
i can tell you raised him

link
but scamazon has a 1200w one for $107 before tax for me rn
might wanna investigate
one sec ill get a link
i mean it's only gold efficiency
I hope you have hearing protection, or you'll actually significantly degrade your hearing quite quickly
quack does not have ears it's ok
I do not suggest being in a 90dB room without hearing protection
my car used to be north of 100 db pretty frequently and i can hear great, did you know there's a very high pitched noise omnipresent all throguhout the world but most cant hear it? i hear it constantly!
seems to claim for dc-dc
claimed protections: OCP, OVP, OPP, OTP, SCP, UVP, NLP
APFC is claimed
oh, darkflash is listed
im an idiot when it comes to psu, i know how they work in principle and such but ive just not been exposed to or cared enough about it to research it enough to know when im looking at legit claims or just scams, i get around that by just buying platinum/titanium rated ones for a billion dollars because they pretty universally kinda have to be decentish just to be that efficient in the first place
cool, LLC conversion
this one is to be trusted
pog
Fun fact, for some people their tinnitus is audible to other people
it seems like 107 is a p decent price for that
for darkflash, get only the PMT models
gotcha
i like how every manu seems to be like that
lines of dogshit and then lines of good shit
For PSU, its just power electronics right, inverter to get DC + transformers/converters to get the desired voltage and current
THe important thing is the quality of the components
which is real hard to tell
So you kinda have to go by brand rep
it's really just about the quality of the caps and if they build it robust enough to handle what they say it does without wearing too much because the science is simple enough
caps
and everything else
Capacitors, mosfets etc yeah
it's kinda like audio amps
at a base level
it's simple
but you can make em skookum or not
Tolerances and QC
there's UPT 1250W that is slightly inferior but i'd get PMT1250 over it.
avoid GS bronze unless for super cheap office/low end build
AVOID WA models, e waste with cut corners that uses GR for regulating voltage which is extremely unsafe
for darkflash brand
yeah i dont th ink youll ever catch me buying anything below 80plus gold
easy filter
to at least remove the doggest of the shit
ok quack compare it to my main psu rn: https://www.amazon.com/FSP-Workstation-Computers-HPT2-1350M-GEN5/dp/B0CWJTBL9V/
there's a tier list out there that perfectly documented every single PSU details.
avoid the one that uses DF + GR. avoid those with insanely high ripples at >50mV, avoid those with >5% transient response. avoid those units with lack of OVP, OCP, OPP, SCP on all the rails
i almost went 80plus titanium but ended up with this platinum boi
becuase titanium is like
2x again on the price
yours is miles ahead better
compare that to the one i ALMOST wasted money on overkill getting https://www.amazon.com/dp/B0FXND7N9B/
Upgrade your PC with the FSP Mega Ti ATX 3.1 80 PLUS and Cybenetics Titanium Power Supply (PSU), engineered for the demands of next-generation hardware. This unit complies with ATX 3.1, providing unmatched power stability and future-proofing with native support for the PCIe 12V-2x6 connector. It ...
Who the fuck would buy a half bridge
hehehe my evga T2 1600W titanium for $180
new

RIP evga
Are there even half bridge PSUs for sale?
evga make banger PSU
but for evga, AVOID "N1", "W series" and "B series" (except for B5)
is corsair still decent on the higher end ( have heard that their low lines like CX and such have gone downhill and there's a different oem or something now) for like HX/AX or even RM
i have an RM850x in the box pc rn
CX are shit
unless if your build is like really low end with old parts
for CX avoid ALL the green label PSU
not that it technically should affect the power itself
but that's just cost cutting when they couldnt cut the components more
though HX and RM series are all good lol
yeah hx was my first PSU
way back in the day
or whatever the equivalent was
the one below AX at the time
there's 2 version of CX lol
there's CX-m that are modular
phew
avoid CV
kinda glad corsair hasnt gotten even more enshittified really
i dont think the lowest end of theirs were ever really revered even back in the day
the ones with green labels were always dog
are those yellow?
also avoid VS
i just like how the oems for these all sell their own psu and normiez think they're dogshit because "it's a chinese brand"
no it's a chinese oem, of all the psu you think are awesome
or taiwanese
FSP is taiwan i think
great wall i think is who makes a lot of corsair model
or they used to
mm thjey make the CX and TX ttho but also SF so theyre all over the place it seems
CWT is another
delta
although most of my stuff on this is like 10-15 year old knowledge from overclock.net
so it's a little rusty
actually might make a list for corsair
Corsair PSU:
AVOID:
- CV
- some CX & CX-M models: (ALL green label, CX 2023 black label,
- VS
Only for low end/old build:
- most CX & CX-M models that is NOT in the AVOID list
- Vengeance
Mid range builds:
- TX & TX-M
- RM & RM-e
- CX-F RGB
best of the best:
- AX & AX-i
- HX & HX-i
- RM-x & RM-i
- SF & SF-L (for SFF)
somehow CX-F is the only good CX model
i just love how modular individually braided psu cables really make it so you cant even notice the wiring it's so clean
i cant even see them
simple UI frontend for a cli application
svelte used
206 dependencies and 14 vulns
k
amd stock cooler
fair
imc is top tier though
for the like $65 i paid for the 5500
i think it was worth
as a "new" cpu and stopgap
certainly aint paying $200+ for a 5600x
although ive found them around 120-150 pretty easily they probably go cheaper
but this being still like half that
would a 3060 with 12 gb of ram be okay for training ai?
yes but for how much?
the cost
It's one of the more cheap entry level options
Will usually get you by for basic tasks but advanced tasks will require much more memory
NeuroSynth absolutely requires 24GB to be trained for quality
You should consult how much value you can get out of it based on your used market pricing
If you're willing to spend, 3090 is always a pretty safe bet (if you get it for a reasonable price)
It all depends on your budget and local pricing
Yeah I said it depends on budget and pricing
It also depends on your goals as well
idk what kind of model will they train
True, very true
I need the 3090 for NeuroSynth scaling but not every model needs gigantic mem
though 3090 is like 3x faster than 3060
I already have a 3060, and it's going to be a while before I can get anything else
If you already have a 3060 I don't think its worth upgrading for just the RAM
You can get a feel with training smaller models first
if you enjoy it and think you'll stick to it
then upgrade to something a decent bit better
Or if you mean you already have a 12GB 3060 in which case yeah you'll be fine
I'd like to run some pathfinding, physics, and decision making.
Oh yeah that will be more than sufficient
Ah I see
It'll do for small scale things
And less complex models on smaller datasets
Phsyics is the only one that might be a bottle neck but it depends on the complexity
Fluid sims for example are probably a crapshoot
Don't expect high complexity models being good quality off of a 3060 though
but simpler stuff will be fine
BUt you don't really do fluid sims on consumer grade tech naywya
yeah, fluid is a no. I want to simulate a robot cat, and need to have it run physics so it can jump on things
what sort of ai would be good for that?
Hem
Thats a very hard problem
oh dear
I don't know if modern openly available architectures really fit the task
But yeah there are a few I can think of
oh dear
genetic AI is the main one
but you'll need to be very good with defining what success is
Otherwise everything else will probably need way way too much data
It's time for what we call "ML roulette" (I made that up): pick a random architecture and try to train it for the task, if it fails pick another one and try again, if it keeps failing start just throwing stuff at a wall and see what sticks
It will be a very slow process though
maybe move to as many points as it can reach?
Otherwise you could do more manual curation and use a bunch of smaller systems that controlled by a single larger sstem
I can't think of a way to monkey's paw that
The bigger difficulty I think is creating the environment for it to play in
CAT TREE
Unless you have an idea of something already exisitng, thats probably the biggest bottle neck
I mean program
not actual environment
oh.
Like what are the levers the AI can pull to move the cat
How are the environments being created
what is its target goal
how is it being scored
Witness how an AI Agent Learns to Play the World's Most Frustrating and Addictive Game QWOP! Using a Genetic Algorithm to evolve and learn QWOP over time, the runner Allen gains knowledge and continuously gets better each and every generation. He begins off extremely awful at the game but by the end he has evolved enough skills to WIN!
#artific...
Because it sounds like you want this with a cat
But you need to create the environment its being used in first
I do not, in fact, want that
Well not exactly that, but giving an AI a bunch of buttons to push to move an avatar in a virtual environment
basically the movement would start as a point a to b thing
then there's some physics to get basic tradjectory
then it runs through a thing that goes "how do I make that happen with this body"
how do I make that?
no clue
but the robot would also be able to control its limbs if it doesn't need to do something precise
Yeah thats the sort of thing you would throw a genetic algorithm first
thats actually the easy part
The harder part is creating that program for the AI to use
I'd also like to train the robot off of cat mocap data, which does not exist
Code bullet has a few videos on this sort of thing where he throws genetic algorithms at various games
swag 
Speaking of swag, Disobey still hasn’t sent me mine
I mean at least I got a free ticket, but I was promised swag too
I've got 3 now from over the years. I'm after that rust 🦀
tfw you find a phishing scam site which is one thing
and then you discover it's running laravel pre rce cve from like 5 years ago
and exposing debug
Hmmmm

.env file gives a 403 instead of 404 aka it's on server
alongside the rce sitting next to that
most secure "webstore"
can_execute_commands: true 
Could be worse imagine working with a framework like zend 2 that eol was in 2016 
I love monoliths 
wtf did I just read lmao
' That actually sounds really cool! '
'I'm definitely intrigued. '
'Interactive fiction is a really specific thing, and I don't think I've ever really done anything like that before, but the idea of seeing a game as it was originally intended is really appealing. '
'It's like, a little time capsule, you know? '
^- part of my agent's response to me asking it if it wanted to play interactive fiction games.
Now i have a motivation to get their memory working: memorizing the room layout in Zork and HHGTTG or solving whodunnits and other puzzles.
i love lazygit man
i always forget how much crap there is to do in git till i use it
i just did git init in my project dir and let the vscode gui take care of things.
so many menu option when you only need git rebase -i :dentge:

rewriting history back to 1938
and then i get mad "WHAT DO YOU MEAN DETATCHED HEAD?"
there were beheadings in 1938?!
today i acquired the motivation to implement RAG.
tomorrow i just have to not get distracted by hair.
im so pissed at rag rn because i was using mongodb for mucho
and
some sort of horrible mongodb crashloop on linux 6.19
has been haunting me
i can revert to a 7.x branch of mongo but then i get update nagged and i dont wanna exclude it because then ill be on 7 forever
i'm currently thinking "if my database is too big for sqlite-vec, that's a good problem to have and I won't mind changing to something else"
well i dont recommend mongo at this moment
unless you like crashloops
and then containerizing it and then it's still craashing because for once it's not your fault it's looping but now you're cooked
finally
the widget i've been waiting for
iss piss tank meter
when it gets full don't they just flush it into space?
no they dump it on the xenomorph like a team that just won the superbowl pouring gatorade on the coach
I thought they would recycle it
Reduce waste
that is the purest form of recycling
xenobrating
tfw this is still going
wtf git
i have a folder with 86 gb of random linux isos, that's useful to have on my root drive, good idea moron
I just put all my ISOs onto a 128gb flash drive with ventoy installed ready to boot
i did too but i plugged my ventoy in and it was totally empty
and then i found 2 separate copies of the isos on 2 different drives, root and my other nvme
vllm isnt messing around with building it
Yoo cant believe my old 2018 Air still turns on lmaooo
Is ts still supported?
probably works fine they might not update the os anymore at some point tho, idk when that usually is for apple
put linux on it :^)
It supports macos 13 Ventura
what is the current mac os
26 Tahoe
oh so it's ez slap linux on it and you wont have the suffering of trying to get m* chips working with new kernels
idk what the support is for old airs but id imagine it's probably meh
in a "unremarkable" way
but idk
Should work
Some hardware might not work
You would need to check that
what did airs even have at that time, they didnt have that touchscreen bar thing yet, i dont know about fingerprint readers or anything but they were pretty barebones i thought
one of the laptops of all time
Pain...
looks like they used a micro sd card for the system drive
yup
like one might use for a commodore amiga hd replacement
It's actually pcie SSD. So should be nvme i guess.
yeah im just shitposting rn
decent connectivity for what it is tbh
tb3
3.1 gen 2
2x of the tb
still using lpddr3 in 2018 seems late to be using that
guess it was a consequence of the CPU ofc
yooooo is dis fr?
damn i see theyre still scamming people with refurb macs who dont know any better
bruh
Looks like a bad deal
it's a horrible deal
meanwhile half the reviewers think it's a good deal because it looks apple-y in coffee shops
all intel macs are terrible tbh
This video presents a gameplay of my puzzle game prototype - ::maligna kodera;
If you're into puzzle games, I recommend trying it out first before watching!
https://krzyhau.itch.io/maligna-kodera
The game was created as a part of Bevy Jam #7, where I've managed to learn Bevy (and Rust) within a week to create a video game (and it's playable!)....

they are all ancient at this point
looks like they really got nothing to do with Portal 2 huh
looks liek neo noire slow burn vvvvvv
$1000 bucks for a laptop that struggles with imovie lmaooo
apple value
not even 5 years since discontinuation💔
they dont have to be good if the buyer just wants it to look expensive at starbucks and will forgive it being unable to perform daily tasks properly in order to have the aesthetic
and for sum reason, students love them...
I love my Tuxedo
to be fair on that one, they have pretty good battery life if you're the type who is unable to plug their laptop in
and this butterfly keyboard feels...
but it's not liek you can't get that from something like a tuxedo like magic said
as long as you dont get a gaeming laptop with a 5090 burning 900 watts in it
Yeah my tuxedo is also made out of aluminum
30W brick suck like ass
5070ti 330w
275hx 24 cores up to 5.4 GHz and 96 gb ram 😅
welp that might use a lil power
Yup it needs that 330w power brick
The 5080/5090 variant has a 420w power brick
you know what's sad is that my old lenovo with a 1660ti and a 10750H uses a 330w brick
i think the one i have is a little higher rated than the one that came with it which was like 270 or something though
but man is that thing inefficient
Dafuq
why?
it just burns power like crazy for the mediocre spec
Must be super inefficient
it puts out a lotta heat i know that much
and goodness knows, if there's one thing i care about, it's power efficiency
as in how quickly can i burn the most power
cat
idiot for scale
NO
no i know you will make him wear bunny clothe
now you see why he idiot
hold the idiot close and whisper the wrrrrrrrrrrs of truth
wrr
i asked him to fix my broken ubuntu server install (forgor to wipe the previous boot partition and it really was not too thrilled with that) earlier
and he just stacked miscellaneous clutter on the desk to make me look bad
and stared at iti
Everyone should use NixOS
it's my rm -rf opt/bin/* and i need it now
dont need no stinkin atomic config to stop me from ruining my own life
opt/bin would be useless to nuke
i am gonna delet /nix/store now though, watch out

i thik i'd be very annoyed if someone deleted my entire clutter folder in opt though
that's my random bullshit man
i needed that
?
if i choose the correct x86 build, it will work perfectly, but if i choose the wrong one, what happens
do i die
Nix Store is read only
tf u mean new device?? its an old Air dawggg
yea that's why u should be scar
imma go around wiping only certain things from /nix/store but never all of it
statistically unlikely to break anything unless you dont update often, or you garbage collect often
the goal is less to break and more to make the dear user question their own reality
I have zfs auto snapshots of my nix store and everything is tracked on GitHub anyway
you're damn right it's tracked
sudo nixos-rebuild switch --flake .
right into copooplet
pancakes, honey, raspberries, and cream but instead of pancakes its tortillas
still crepe-like enough to be good


round south down here

today's busy moms consider them equivalent
i love recipe comments lmao
"we didn't have <80% of the recipe> on hand so instead of going to the store we substituted cottage cheese for the cool whip & dirt for the cinnamon, it wasnt very good"
wow who would have thought
Valid 
Lets just hope the console doesnt have any more price increases while im saving up 😭
Welp, I hope so too, but the RAM shortage will probably hit it at some point as well. 
the ram shortage is gonna hit everything that is an electronic device larger than like some garbage children's toy using a zilog z80
abd storage shortage as well dont forget that
Ye, 8gb laptops are 600 bucks now in my country
unreal
imma pass on my ddr5 in my will
and also not
, i went to see and my ram has finally gone DOWN instead of up more in value since last time
the not pog part is that i see 32gb of 6000 mt/s ram for $520 and subconsciously go "what a deal!"
when it's certainly not a goddamm deal
oh....
it didnt really go down
i was thinking it was $520/64gb
lmao that means the $600 i paid for 128gb, that ram is now $2080 and felt scammed paying that 600 since the 2nd set had gone up $100 since the first pair of modules i got,
and then i paid like $400 for 96gb of 5600 mhz sodimms for my mini
looks like the same capacity is now at least $900
w0w
screeps claims another victim







