#programming
1 messages · Page 454 of 1

i think im not reaching 200W with my 5950x cuz of thermal headroom
it gets to 85C and the thermal throttle limit is 90
i shoudl set the fan curve more aggresive probably
and i might also just have worse silicon lottery
my 5900x was terrible for temps
so i imagine 5950x is even worse
although i did have the dying aio for a long time
i dont have that many issues with temps
it's not like it throttled per say it just lived at 90c
only when im using all cores does it reach 85C
im ussing a noctua nh-d15
i think PBO increases voltage a bunch, which might just make temps worse. so i should probably change that a bit
or get an AIO
it doesnt raise it that much
it does raise it sometimes
but what it does do is target a temp
i doubt you'd gain much from replacing a nh-d15 with an aio
so it pushes it as much as possible within the temp you set
i chose the highest one. "enhanced 4" so i imagine that one has the highest voltage too
how to fix jsdoc?
it still wont really push voltage that high at full load
should still be keeping it around 1.2, maybe a sparse load without all cores might see a core or 2 hit 1.5
it wants that method to be async I think
ptsd
???
are you inlining a lot
you want @link for linking to a symbol
Post Triggering Synchronization Difficulty?
I did do that
post terraria serotonin depletion

welp. ill try cpu stuff later, imma play some satisfactory for the first time in months
looks fine?
vscode being janky shitting out an undefined
what is RCEAction.validators.async even, might not be a type
also it's not doing the list
cuz
you need a blank line after the first bullet point
import type { Action } from 'neuro-game-sdk'
export interface RCEAction<T, E> extends Action {
// other stuff
validators?: {
/**
* Synchronous validators that will block execution of the rest of the thread.
* As this delays the action result to Neuro, any promises must resolve quickly so as to be effectively synchronous speed-wise.
*
* Tip: If you supply validators that ensure certain items are not nullable, you may be able to assert that they are a non-nullable value for:
* - {@link RCEAction.validators.async asynchronous validators},
* - {@link RCEAction.promptGenerator generating the Copilot-mode prompt},
* - {@link RCEAction.preview preview effects}, and/or
* - {@link RCEAction.handler handling the action}.
*/
sync?: ((context: RCEContext<T, E>) => ActionValidationResult | Promise<ActionValidationResult>)[],
/**
* Asynchronous validators that will be ran in parallel to each other.
* These will be executed after an action result, so it's perfect for long-running validators.
*
* Async validators will time out (and consequently fail) after 1 second (1000ms). It is planned that this value will be adjustable in the future.
*/
async?: ((context: RCEContext<T, E>) => Promise<ActionValidationResult>)[];
}
}
in the tooltip you need to have an empty *
rendered properly either way but even inserting that didn't help
does
type AsyncValidators = RCEAction["validators"]["async"];
and then linking to that work 
tbh
i've given up on jsdoc for the most part, too much work for such a half-broken system
yea it breaks like
you have an lsp go use it
lmao nope
yeah but jsdoc is meant for inline hovers in this case
this is already using typescript so type annotations are there
half broken is an understatement
linking to RCEActions.validators works but go even just one level deeper and oh no! it can't work!
it always fking breaks the deeper you try to resolve
replace language server with a full fat instance of claude opus to burn record amounts of compute and money
how about just make the jsdoc spec better
cant do that
(get claude to do that as well)
interface RCEValidators<T, E> {
/**
* Synchronous validators that will block execution of the rest of the thread.
* As this delays the action result to Neuro, any promises must resolve quickly so as to be effectively synchronous speed-wise.
*
* Tip: If you supply validators that ensure certain items are not nullable, you may be able to assert that they are a non-nullable value for:
* - {@link RCEValidators.async asynchronous validators},
* - {@link RCEAction.promptGenerator generating the Copilot-mode prompt},
* - {@link RCEAction.preview preview effects}, and/or
* - {@link RCEAction.handler handling the action}.
*/
sync?: ((
context: RCEContext<T, E>,
) => ActionValidationResult | Promise<ActionValidationResult>)[];
/**
* Asynchronous validators that will be ran in parallel to each other.
* These will be executed after an action result, so it's perfect for long-running validators.
*
* Async validators will time out (and consequently fail) after 1 second (1000ms). It is planned that this value will be adjustable in the future.
*/
async?: ((context: RCEContext<T, E>) => Promise<ActionValidationResult>)[];
}
export interface RCEAction<T, E> extends Action {
validators?: RCEValidators<T, E>;
promptGenerator?: (context: RCEContext<T, E>) => string;
preview?: (context: RCEContext<T, E>) => any;
handler: (context: RCEContext<T, E>) => void | Promise<void>;
}
something like this is probably your best bet i guess (ignore the hallucinated types)
maybe try linking using @link RCEAction#validators#async ?
dunno if using a hash makes it any better
hashes definitely don't work if array syntax don't work
you can find the types quite easily 
too much effort 
what if you just un-nest it removing the link completely
moving them into their own type to remove one level of nesting fixes it yeah
/**
* ...
* Tip: If you supply validators that ensure certain items are not nullable, you may be able to assert that they are a non-nullable value for:
* - `RCEAction.validators.async` asynchronous validators,
* - `RCEAction.promptGenerator` generating the Copilot-mode prompt,
* - `RCEAction.preview` preview effects, and/or
* - `RCEAction.handler` handling the action.
*/
doesn't have fancy blue link 
that kind of defeats the whole purpose
yeah but it at least doesnt explod
white underscore 
we do a little trolling
i wish zed supported clicking on breadcrumbs to quickly open nearby files 
hot preloaded files near you
i have no clue what i was doing anymore

bro me every FUCKING time
i have to restart every time
i should play 1.2
dimensional depot?
speaking of cloud storage, the $20 google ai plan comes with 5TB now apparently 
my beloved
pog i have it for a year cuz pixel 10 time to look
last save was from april 14 2025 
i havent played for a year
was probably still on windows then
it's been like 2 for me
i actually havent played since before 1.0
i tried to start in 1.0 and got decision paralysis
might have to do this
side note your made up types were actually almost correct lmfao how did you do that
he said hallucinated so llm moment perhaps
copilot done ATE the game sdk already so
i laways try to make everything 100% efficient and get mad when it dont work 
i have a binder full of graphing paper of my layouts for this
it's such a commitment to play lmao

Hello chat (I really should rename this to #baking)
I asked chatgpt one time to help me debug an issue and it just straight up searched neuropilot's documentation so
i made a iron extraction poit that is fully efficient with mining and smelting all the iron to fully saturate the node. but then i barely use any of it
so i got 20 double containers full of iron ingots
yeah i've made it a habit to have local checkouts of all the important libraries i might need for a problem so the agent can just read the code 
real, is it just in a subfolder that you can just point the agent to?
context7 mcp + this is 
yea
i need to play again
ive been running around for half an hour trying to find where i make aluminium
some of these 3D models look sick as fuck tho
alien power augmentator is peak design
cant remember how far in this was but i do remember getting hardstuck on phase4 because i kept expanding turbofuel and making hyperloop cannons
i think this was at least 300
you have actual buidligns and shit
yea i went with amazon colours cuz i was rping an amazon colony for some reason
bezos plz sponsor
RCE sounds like Remote Code Execution 

definitely on topic (sry) i think i captured the amazon spirit well though
after a certain point putting stuff together in satisfactory becomes a sort of demented version of block programming
fully saturated triple pure iron node extractor my beloved
i was at i think about 100 MW of power consumption
wait is that right
one second
100,000 MW
im at 200MW consumption, with 3700 max consumption
yea i found a screenshot of my power from like right when i started turbofuel land and it was at this
oh
i unlocked mk5 conveyor belts
which means my excractor is not fully saturated
so i have to redesign it eventually
hell on MASSAGE-2(A-B)b
i think i got brain damage at some point from this because i went from 100k MW pre-nuclear in satisfactory, psychosis, started absolutely GRINDIGN microsoft solitaire klondike for some reason, and then neurosama from there
still havent found my aluminium stuff
im starting to think it doesn't exist and i dreamt it
oh its made from bauxite for some reason
ok i found it 
mechanical beast
brain damage took me out by the time i was at control rods
and now im scared to start again because i have all this shit to live up to
so instead i will start 100000 shitty projects that do nothing

I am happy to say, we have teleportation, the programming text is now red when autismu is selected.
i like how that sort of thing is a big nono on the client but in browser it's like
oh whale
for context for why this is important, these do not live in the same tree anywhere
quantum DOM entanglement
the top text has no way of knowing what channel is currently selected; there is exactly one thing
out of all of the client that has a change
that is the highlight
it happens to go though an a tag which contains the channel
which can be matched
I just got CoD4 Remastered working on Linux
Somehow it only worked with Proton version 9.0-4 and not the newer ones mhh
tried to navigate to amazon and ended up with this and confused why it wasnt going to amazon

did you try proton GE
Yeah it ended up compiling shaders for ages and then i got unknown errors lol
nice
@ivory plinth
I have found a botch
good work glorious eggroll
yea somehow 9.0-4 worked and i did not even have to wait hours for shader compiling
Game runs at 400 fps on max settings lol
all I need to do is hopefully get the overrides to disable themselves when inactive, and fix up some of the text, then I should be good.
then that css for renaming channels will be done

The build saver have arrive
These mighty cpus are the same model that was in this box previously and hopefully should let me run bios update
An absolutely back breaking $17 shipped for both of them kekw
For now this is wrong placement, because for some reason the other one refuses to be compressed in the same way; but first is disabling custom behavior on non custom channels
also known as
took me a sec to realize this wasnt satisfactory
It's satisfying but not satisfactory
I am going to kill the css if documentation
it was just staight up wrong
in the syntax needed
After what feels like at least 10 attempts that all should have worked but didn't, one now properly works
now just need to fix the offset
I also really need a better method of setting this up
I dislike how I have to copy so many lines to do small edits and 2 sources of truth on properties
/* channel rewriter */
@property --custom-channel-name {
syntax: "bool";
inherits: true;
initial-value: false;
}
@property --custom-channel-name {
syntax: "*";
inherits: true;
initial-value: inherit;
}
@property --custom-channel-desc {
syntax: "*";
inherits: true;
initial-value: initial;
}
/* programming */
div.content__5e434:has(li.containerDefault_c69b6d.selected_c69b6d a[href="/channels/574720535888396288/1071784467036913664"] div.name__2ea32.overflow_b0dfc2) {
--custom-channel: true;
--custom-channel-name: "baking";
--custom-channel-desc: "konii say konii do";
}
/* Remove, then Replace */
/* Sidebar */
a[href="/channels/574720535888396288/1071784467036913664"] div.name__2ea32.overflow_b0dfc2 {
text-indent: -9999px;
line-height: 0;
visibility: hidden;
}
a[href="/channels/574720535888396288/1071784467036913664"] div.name__2ea32.overflow_b0dfc2::after {
visibility: visible;
display: block;
line-height: initial;
text-indent: 0;
content: "baking";
}
/* Top bar */
@container style(--custom-channel: true) {
section.title_f75fb0 h1 {
text-indent: -9999px;
line-height: 0;
visibility: hidden;
}
/* borked, does not compress */
section.title_f75fb0 div.topic__6ec1a span {
text-indent: -9999px;
line-height: 0;
visibility: hidden;
}
}
section.title_f75fb0 h1::after {
visibility: visible;
display: block;
line-height: initial;
text-indent: 0;
content: var(--custom-channel-name);
}
section.title_f75fb0 div.topic__6ec1a span::after {
visibility: visible;
display: block;
line-height: initial;
text-indent: 0;
content: var(--custom-channel-desc);
}
This is what I got at the moment, not entirely bug free still 
@ivory plinth

im confused as to how this even happened
seems to be z-fighting
its not
its supposed to be this...

that does look like a 3d view alright
oh...
memory issue i guess
issue has happened
this is kerbal space program right?
that was what I first thought
are you using the experimental vulkan back-end?
I'll come back to the css when I get any ideas
for my personal config I need to set a certian bot-playground to a more apporiate name
not that i know of
proton?
wine

my wine install works quite well usuallytho
the problem is the vertex buffer is corrupt
its just that one part lol
if it's thru steam wouldn't it still go ahead and use proton
so windows?
BSD confirmed
yall out here forgetting about macos
no i choose to ignore it
vulkan woudlnt work anyways then. so its prob dx11 with translation layer
moltenVK goes to metal
metal -> molten-vk -> dxvk i think?
but why
waht
idk
so you're first doing direct x to vulkan, and then vulkan to metal?
metal to vulkan to direct x
that's awful
blame apple
im amazed it works at all
they're the ones who decided it would be a great idea to deprecate vulkan and opengl
normal apple decision ngl
the only supported graphics platform is metal
no that's not how it works
the game is directx, the mac want metal. so you're converting form directx to metal
ig
im surprised it works as well as it does too
like genuinely I haven't had a single game fail
the order matters
on my school laptop my wine setup is worse so I can't play some games
the order is DirectX -> (DXVK) -> Vulkan -> (MoltenVK) -> Metal
i guess you were saying that it's not the opposite way round but it's kinda just flipped
i see what you're saying tho
i thought you were asserting that vulkan gets skipped entirely
that should make it easier torun in my mind

the reason i was using wine is because parallax continued doesn't work on mac
since it uses modern opengl features
i feel like a game being older makes it easier to run. it wont be using fancy new api features
^ agree
yeah
unless it gets TOO old i g
oh no
Naaah, funny thing is older games are easier to run in linux lol
i was gonna mention this but then it was too much work
proprietary hardware
star trek: armada (2001) runs way easier on arch than it does on windows rn
proprietary hardware and proprietary graphics system
it's apple
and proprietary os
so yea
I do like macos a lot
it's quite annoying that they dont allow anything other than metal
minimum effort maximum money to save
proprietary hardware sucks for new or expensive stuff.
but most of the time when its pretty old or if you can get it for cheap its pretty cool
i have no plans on buying a new macbook anytime soon
and there are definitely people out there who would argue up and down how it's a good thing actually
The new macbook neo is a good deal tho with current ram pricing lol
apple ram pricing has become merely ok now
if you want a laptop to use for work
like
instead of egregiously money grabbing
its not a bad choice
Which is crazy to say not too long ago lol
you still end up with soldered ram
you can probably game on it, just dont expect top notch performance
that goes without saying since mac
i mean
not that they arent fast in many respects
What about top jeb
but i couldnt think of worse system to buy if you planned on playing any games or doing anything outside of apple ecosystem
jebediah kerman
the irony is that I usually get pretty good performance
that part isnt too surprising after having been on linux for a while now
slightly worse on things that arent running natively
I have an m3 pro so asahi linux support hasn't quite reached me yet
i saw that it looked semi promising soon(tm)
i was looking at how the compatibility was the other day when the neo came out
"In fact, the current state of M3 support is about where M1 support was when we released the first Arch Linux ARM based beta; keyboard, touchpad, WiFi, NVMe and USB3 are all working, albeit with some local patches to m1n1 and the Asahi kernel (yet to make their way into a pull request) required. So that must mean we will have a release ready soon, right?"
soon™
the fact that apple even slightly helping asahi with the smallest of crumbs is headline news is sad
I don't have any particular excitement to upgrade to a newer OS
i'm probably going to upgrade to sequoia (1 major version up) once they EOL the OS version i'm on
so i have until september before I will probably update a version up
then when they EOL sequoia a year after that asahi linux support will hopefully have reached the m3 pro
is any of the asahi stuff upstream in the proper linux kernel repo
They are trying, but it takes time
pog it's working
mfw now i installed these and i must re-uninstall them and reinstall the other cpus 
needed these literally to boot the system so it could update bios


what r u doing

for what I recall, CPUs were too new so no bios support for them
what
huh
yea the other day i had put this unit together with some cascade lake 2nd gen xeon scalables
and the board was using a mobo revision from before they were a thing
and so this would just bootloop
i could connect to the bmc management console
.-.
these boards are meant to be remotely managed since they often run headless at least some of the time or just need ez management
so you can just connect to them on the network
i could get here but it didnt recognize its cpus and was loopinfg
tried to update bios thru this but it was too new of a bios for the updater there
and i needed cpus it recognized to work at all anyways
still waiting for many ram to appear in mail
when 
in da mail
one day it'll arrive
so right now the gpu and hdds are in this other rats nest
so does
work?
havent gotten to that one yet
whenever one can find a kernel that it works with
need more ram and anotehr psu to smash to pieces
and i mean this looks factory installed really
2 cpus and 2 network attached cpus
there is also gpu 
i just want to see 704gb ram
12x16gb and 4x128
got plenty of slots to fill still
lot of 1
Bruhb
LUL

i think it was the right image
THIS IS NEXT LEVEL
truly it was

「E N E M Y C O M B A T A N T」
Question to people that can code and speakmore then English:
How does coding in other languages work (Like Spanish).
i just code in english
probably u code in english
Depends on where I code
Because I know even programmer here is not all fluent in english so I sometimes still code in Indonesia
I don't think Spanish is a valid programming language
Spinach perhaps but most likely not Spanish
code itself is exactly the same, except the comments generally in whatever the languge they know is
I'd say this is more true the lower level you go as your fighting abstractions over actual definitions
I have no say on the matter though
me either truly, that mainly comes from seeing chinese training stuff etc
Currently rewriting the tangled mess of my bot's core logic. 
I don't even know what to say, just that it sucks and I regret wanting to do this. I don't know why I bundled so many systems together when the rest of my codebase is hyper-modular.
Chat i didn't even download NODEJS last night
I went straight to bed
Maybe I'll do it tmr or something ahhaa...
But I have roomates now no way they won't see what I'm doing...
If they see the website I'm trying to backdoor.....
Good question
But the question I want to know, what is your magic considering magical girl and all? Maybe eepy
I can see it

source
It depends on the lighting 
Does anybody use anything on iphone to inspect like you're on pc
I question how I lined up the frames last time, red lighting
oh
you mean like inspect on a website
Yea yea
i think you're able to do that on a phone
I'll try anyways
firefox has it
100%
oh
my 7900xtx has arrived
i need to pick it up from the post place
Unless one means connect the keyboard and the bind works I'm not seeing it on android side
i remember using it, but now i cant find it
Not that I'm against testing it
where is that...
the url bar
Right before the slash?
not the full inspect mode, but good to see for web source as name describes
Didn't have a USB keyboard on hand so can't test if the shortcut works
yes lmao there is inspect element in safari
find a browser which doesn’t have that
don’t include it if you don’t want any web dev to support your browser
mobile
wrr
WHERE
Even on phone?
^
Oh
Ye firefox has the same when connecting to pc
But then you might aswell just use the pc unless it doesnt show up in the mobile emulation
a pc might not have the apis you depend on
haptics
Shamed for what?
Pc is objectivly better for debugging

My bets are on the fact what this man wants to debug/exploit is on not the most tame of sites
i remember this from when researching wayland compositing
Is this your mom?
i wanted to make a compositor in flute
flutter
🪈
sometimes
hair dye

Oh it's just euruda...
Guys when you're inspecting something
And it says NULL not an objecy
What do you do
a barrel roll
On PC there was this thing you could do
You click a little button and then you can take the thingy
7900xtx 
She sent it in a fucking towel
What the hell am i supposed to do with that?
Free towel
Lets hope this works without needing to change my nixos config


why is it in a towel lol
Protecc GPU with its life
7900xtx slightly bigger than 3090
1 more 8 pin port
But no sli
Erm
This 7900xtx has 2dp and 2 hdmi

Were you looking for more?
i have 3 1440p180hz monitors
so i had hoped for 3 DP
ill use hdmi on one of them for now
ill prob put this 7900xtx in the theatre room pc eventually
does anything have that
@nocturne olive
my 3090 has 3 DP
standard is 1dp 3 hdmi sometimes 2/2
never seen 3 do
standart is 1 hdmi, and 3 DP
i don’t think so
but i may be wrong
towel is crazy though
infinite esd generator
in shipping

When you go into sources
And you click on file
And it says override content
Does it also let you take blocked by administrator videos
what videos are we talking about
You have unlocked new role

what exactly are you trying to do?
you wont be able to override the video for other people
Seconded
the way to do things in a browser on mobile is with userscripts
write one/debug on a computer
had a lot of NVIDIA-specific stuff?
oh right, the libva thing
usually there's not much config you need to do for AMD GPUs but yeah that kind of stuff will have to be changed 
its supposedly better than nvidia
just often a few minor versions behind

I hope you made a copy of your NVIDIA NixOS config

safely stored on the discord servers
first time using an amd gpu iirc
besides integrated graphics on shitty laptops


VP8? 
before i didnt have any encodign so thats cool to have now i guess.
i just wonder why specifically VP8 is unsupported for decode
AV1 
fr tho
i thought people said linux was worse on nvidia
it is
just ROCm is
not that good
it kinda works but generally just causes more trouble than CUDA does
usable though

graphics stuff including all of Vulkan doesn't use ROCm at all
i dont see the 7900xtx as a supported render device in blender
ye enable
hipsupport
rocmSupport
doesn't help with Blender apparently
doesn't use rocmSupport as default
"(blender.override {hipSupport = true;})" worked
ye, that or using blender-hip
Uhhh
I tried to put in a download button
But then everything broke in the script
And also I can't find the video file

I GUARANTEE YOU IF I DID IT ON PC
I COULD CLICK A BUTTON
AND ITD APPEAR ON NETWORK
ITS ALWAYS LIKEEE THAYT
THE BUTTON BROO
THE THINGY
I FORGOTT THE NAMEE
was it override???
if i file is behind a paywall or whatever, they're not gonna expsoe it in the inspect element
They won't see it right...
idk
THATS SO SUSPICIOUS
or do something better with your time?
Tell that to vedal creating neuro
INNOVATION NEEXS OBSESSION
I'll do it...
I'll do it for knowledge...

Dude I don't know how to do it
I got one that wasnt blocked
???
But I try again and again and it's blocked


idk either
that do be what happens when the file you;re trying to acces is forbidden
that is me
there's not much you can do about a file being restricted
the people that own the website put the file behind a lock
there's no way for you to acces it

Uurggrghh
...
Let's not ask questions that are useless...
look, if its something you're not allowed to say in neurocord
you shouldnt even be talking about it like this
i dont trust you at all
When I try to use jd downloafer
It says host problem
0/1 online
I'm a genius
IM A GENIUS
I did it btw chat
You go into the source

There's a file there for the thingy
And you click override content
And you can go back to network
Open in new tab
And it'll show you the mp4
And then you can right click to save as
going from 3090 to 7900xtx actualyl made a pretty big difference in satisfactory
went from 120-140fps to 180-200 fps
the testing environemnt wasnt the exact same, but still noticable difference


hi konii



i guess you could say the results were… satisfactory


I have no clue what you did, and you dont want to tell us
I DID
THIS
I clicked override content on source and clicked on network again
It allows you to open in a new tab
Then bam you save video
Ok but im not quite sure if what you did is good or bad
IM MORALLY SOUND
you're morally sound but unwilling to mention what type of video you stole downloaded?
they really put all their optimization points into the game server, which isn’t a bad choice but the client runs like shit, the lods are shit, the shadows are super shit
it shouldn’t look like that and come anywhere close to 120 on a 3090
oh
ye ue slop
that explains something
congrats you clicked buttons
ig
from what i can tell they downloaded paywalled video files from a badly secured website
but hey you have lumen!!! which the game is unplayable without if you use any artificial lighting and will tank your performance
global illumination was off
????? 120??
cuz the performance hit was crazy
120-140 ye
depending on what part of the map waslaoded in
bro i play with lumen on a 2060
evilDentge
nope
30
lmao
at worst
iirc i had the settings on ultra
did you download the file?
how can we answer that
can someone send the evilDentge emote in chat without reacting rq

(not called evilDentge)
yeah it's you
do you know what a file is?
these iphone hackers dont know what a file is
do you even know what cookies are?
Like uhh terrabox???
there is a files app you have to open to learn that concept

biscuits 
bro was mentioning stuff about getting the .mp4, but now he doesnt even know what a file is
knows mp4, doesnt know file
enriqueeeeee
I DONT THINK IT WAS AN MP4 bro
AINTNEURWAY
Wa
3090 for sale
Oo
sometimes they don’t even pack the video in a container like mp4
I was Lowkey in a HTML but that file isn't there, so I clicked save as video and that worked
sounds like vp9/webm 
OMG that sounds familiar
Me wants
idk man, why are you downloading videos behind a paywall
WHY WOULDD I PAYYY
and why is it not safe to do now
Uhh...
is the video sussy 
because clearly the person is specifically being targeted and if they wait a bit things will be safe 
seems to be 34.60 euro for shipping, so 560 euro sounds fair?
while I agree that McAfee is not a good antivirus I also have to ask why did you only uninstall it now...
I can probably do that, I just need to convert cash into bank money
It seemed like such a long process that I kept procrastinating uninstalling it

shipping is actually like 38. im doing the warranty cuz expensive item
you don’t even know how much of a funny thing to say this is
I can't even 560 euro graphic cards
This is why I need to learn how to bypass paywall
elaborate
❌ deposit cash to a bank account
✅ convert cash into bank money
👆

Hey I'm not English first language even if my English is usually really good
it gives you personality never change
they dont
nobody uses a phone
The anime guy does
but also i am esl too
so 
*unless you're a mobile app developer/responsive web developer
He opens his flip phone and he types binary in like a maniac
have you considered anime isnt real
actually wait no not even a responsive web dev uses a phone for dev
if you want to program in binary goodluck, youll need 2 months to make a hello world program
But he did it so fast in the anime
yeah the mobile view in devtools usually does it
for us
That anime made me want to be a vedal too
yea remembered that
you have a lot to learn
id argue neuro is at least somewhat real
its okay in 14 weeks I can continue into computer science
Isn't that good
on a level from 1 to 10 neuro is like 4 real
holy 
You're such a funny programmer....
Print "laugh"
why do i sometimes feel like im the only one not jealous of vedal in the slightest
end
print, lowercase p
you forgot your brackets
I don't understand what he does so I'm not jealous
I'm not jelly either. Wouldn't want to have to manage even one self-hosted LLM with literally everything that Neuro has
BROOOO
you also forgot your quotation marks
im not jealous either.
the stuff he does is cool, but im a gamedev
You guys sound like the ai in Roblox studios
aka it's 10:45pm
they added ai in rblx studio?
why am I surprised
ye they did recently
They did it's pretty good
stuff he does is cool but the amount of work is more than of a solo startup founder
true
Well it's not good if you don't know how to code...
how he hasn’t burnt out is a mystery
galaxy brain moment right here
motivation of some form ig
It's bcs he's a really cool guy
Isn't vedal Lowkey cool
number go up maybe?
If I was a girl I would have a huge crush on vedal
remember when he took a break for 5 months?
he can retire right now
i mean sure but still
i’d be sick of neuro

oml it's shuni
sam 
can you explain to this non-programmer somewhere above us what a file and filesystem is
oml it's #programming meetup
impossible
welp. i have tried vrr on amd gpu. and its better but still bad





