#⌨coders-cave
1 messages · Page 24 of 1
i have figured out how to send the input into something like yourworldoftext
https://www.youtube.com/watch?v=AVBzKxgNzUc
Which program do you guys recommend to start
Data gonna be burned into memory atp😭
What does patch mean
Fix it to run or make it better
Does it run
Im almost failing math bro you came to the wrong place
It’s okay we can fail together
I dont take it seriously
My teacher cant get us under control so we do whatever in class
Don't even know what math we are learning atp
no it is not working right now there are many errors, I need to fix it to run, I changed most things but it still doesn't work
In this case, patching referring to the usage a C# library called Harmony that's commonly used in WorldBox mods to alter the behavior of the games source code on runtime I think.
There's prefix/postfix patches, which just append a method call from custom code from you to the beginning/end of the original code, and then there's transpilers, which give you a list of the methods IL instructions and allow your code to freely alter this list to whatever you need the method to do instead.
This channel is unrelated to WorldBox, so most of the people here are lacking a lot of context required to be able to help with modding the game.
oh ok, so should I delete the messages?
Nah, you can just leave it here. However, I'd suggest getting help with this in #🔧modders-bay , that channel better suits the purpose of your topic.
ok
Hi
Hello.
Whats the error
Also
#🔧modding-talk for better help
Bro is modaretormaxxing
coding in a nutshell
I can relate. 
in the end we all are just stupid
i think the map controller depends on too many things
Nah, I see nothing wrong with that amount of dependency injection in one single constructor. 
So you guys are bad at math
Are you good at biology?
I have a quition
||If a flower has 3 petals how many cotyledons does it have?||
The ping dissapered
Why do you know this
Not hard to research
a
one of the only reasons to use bing
some peope still dont know that microsoft's copilot is a free chatgpt4
with access to the web
sometimes companies being rich is very cool
It's dalle2
nvm I remember seeing a bunch of people talk about dall e 3 and bing then screen shotted the image creator thing saying it was dall e 2 but I guess it is dalle 3 now
Can I see the image?
no I would haved to go through like 10 years of chatlogs 😭
Ah, alr
DALL-E 3 was recently shown to a limited few and is now made available to the general public
:pog:
Here
yeah I have it open right now
ive had it open in the background since I was about to grab a screenshot of it being dall e 2 when I found out it was dall e 3
Ah, alright
So based
Im using codeblocks for c++
What’s that?
codeblocks for c++
basically stuff that can help u group some thing with curly brackets
my github doesn't look too hot
_I have almost 10x as many contributions, might want to get a life soon.
_
You need to create a character first. Use _start
OMG CAN THIS STUPID BOT SHUT UP.
if my work contributions would show in my github I'd have waaay more
Ah, fair, almost all of mine are onto private repos.
It's basically all either school or personal projects.
You can tell GitHub to show private repos' contributions (doesn't actually show commits ofc)
Just the count
yeah but my work stuff isn't in github
and I have a work github account so even if it was it'd be on that account
Fair
What do you use for version control?
Never touched that
it seems anyone can use it as long as they pay. There's some free version but idk how good it is
I know for a fact it's not very cheap to use it for our work
but we have couple dozen repos with a lot of code in every project
Tf is he doing here
@orchid frigate I was struggling with e820 for like 3 days.. and the problem was that nasm was having trouble turning the string smap into actual fucking data
I replaced the string with fucking hex and it fucking worked flawlessly
why is python like this
because it sucks
Why is this weird?
This is how most languages work
You don’t want to create an entirely new dictionary, it wastes memory. Also it helps if you need to look through an array of dictionarys and want to change them
If you really want it to be a new object and not an alternative name for that object you need to make a copy of it.
I now realize I'm just an idiot
I have never had a problem with nasm
In fact i love it
But I have also never had to do e820 because I have always used bootloaders so 🤷
same bro
thats literally the only problem ive had with it
I wish it would give one more detailed errors though
mmapsize equ 0x7b0d
mmap equ 0x7b0f
do_e820:
mov ebx, 0
mov word [0x7b0d], 0
.loopu:
inc word [0x7b0d]
imul di, ax, 20
mov es, di
xor di, di
mov ecx, 20
mov edx, 534D4150h
mov eax, 0xe820
int 0x15
jc err
cmp ebx, 0
jz .end
jmp .loopu
.end:
jmp frome820``` works :happy:
yo mama so fat she page faulted
Yo mama so fat the scale had an integer overflow error
I’m starting to want to give up on JavaScript
What I use is not teaching me what I want to learn
Instead it’s things that I can’t really use yet
What should I do
Make up a project and do it
That's how I learned
I’m still mostly new
I think my first project when I was like 8 was reading user profiles from Roblox in python
First time I ever used it
I have not learned what I need to make a project
Всем привет!
Then learn
Lol
There's also books
The books are what I use
Also to learn that just lookup how to make a hello world 💀
They aren’t helping
I know that basic stuff
I need the stuff that integrates with html
Html
That's a kind of advanced topic if your just starting out
In terms of learning, I just learned how to use arrays and for loops
I kind of know some advanced stuff
But not much
If you know that much you should be well on your way 💀
The book I use it very linear
The only thing stopping you I would guess is mindset or motivation
Ok
I have not learned anything beyond that
Then start learning
The only forms of output I know how to do are alerts
💀
You ain't gonna learn anything by telling me what you haven't
Think of literally anything you want to do
I don’t learn from just seeing
You said html earlier so start there
I need to know how exactly it works
Why it works
When I can use it
Why I can use it
Then copy paste it and experiment on it
W3schools goated
No
no programmer atleast not the casual ones know what the fuck is going on half the time
do less thinking on the complicated things and simplify as much as possible
when you get better at that then learn the more complex stuff
also javascript is a bad language to start with imo
I meant what inputs and outputs it takes and creates (why the inputs cause what they cause)
I learned a bit of Python
I started with html and CSS
yes no need for that
simplify
function x needs inputs i and m to output y
thats all you need to know
dont worry about the rest
Ok
when you master the basics
you can go lower level aka start researching how the functions work and why they work
My issue is that the basics are getting boring
if you are interested in that you are just like me when I first started out you will make a great low level developer
I’m not learning how to use what I want to use
everything new you learn is boring in the start
because you see the complex cool things
I’ve been using “A Smarter Way to Learn JavaScript”
Move to c#
its similar syntax so it wont be that hard
javascript sucks
It’s not that, I just want to be able to make it appear on the website, and not as an alert.
I have heard that C# is also a horrible starting language
and its difficult to transition from it
imo best starting language
I started with it and unity
simple language and allows you to transition to any language after learning it
Where should I start learning it?
c# and unity
unity allows you to actually visualise the code which makes learning 100x easier
learn unity and as you are learning unity you will be forced to learn c# in the process
then do some raw c#
I don’t have access to a good enough computer to run unity
then transition to maybe c++/c
hmmm
wanna try something hard but worth?
Sure
start learning c++
its considered a difficult language which I personally dont agree with
(I do all of my coding stuff on Replit)
That makes it more fun to learn
It takes more work
c++ is basically programming basics
its a simple language which makes it difficult
if you learn it
you will have an amazing start
Can I integrate it into HTML
no
Oh
I dont know frontend but I would imagine yes
in programming every language is the exact same pretty much
just different syntax
Ooh
Ok
Isn’t Python also a good starter language
yes but I dont like python
I dont agree its a good starting language
its syntax is too unique
you would make a great systems programmer ngl
I would?
if you are curious what makes functions work and how they make the output
then yes I used to be that way
then I got carried away
and went really low level
This is unrelated, but what purpose do arrays serve? They seem pointless in every way, shape, and form.
they do serve a purpose but I dont think they are that used in modern programming
basically they are useful
I try to avoid them whenever possible
but in different forms
normal arrays suck
however mutable arrays which only exist in certain languages
are extremely useful
also strings are actually just arrays of bytes
arrays are more useful in the lower levels of programming
I personally don’t think I will ever use them.
.shift, .unshift, .pop, .push, .slice, and .splice are all too similar
It’s over complicated
And they are easily replaced
no wonder you dont like them if thats how javascript handles them
as I said javascript sucks
Yeah
move to a language like c++
I like everything but those
you will see just how much better they are there
do you know basic computer theory
mainly memory
Not really
learn about memory and ram before going into c++
nothing too deep
just how ram is stored and what a memory address and a byte is
you will need it for c++
its high level but overly complicated to "simplify programming"
you need to learn the basics without the use of javascript's special features
What are its special features?
they are what actually makes you understand programming not just remember code
I’m assuming the things like “let” and “alert”
javascript does alot of stuff for you
which doesnt teach you how they work
so you dont actually understand what you are doing
you just memorise code
I’ll try to see what I can do about learning something new. I won’t stop learning JavaScript and Python because I like them, but I will try to add something you recommended
Thats fine
A big thing about programming anf learning it is
Doijg whatever you think is fun
Because otherwise you wont learn shit
Exactly
If you dont have curiousity or enjoyment
That is why arrays are making me hate JS
You will burn out once and never touch it again
Don't worry about arrays
Skip over them
They are kinda complicated if you dony know computer theory anyway
Ok
one of my friends called C# C soft
C hashtag
Js is the goat
Why
not?
It's good for making scripts and it's pretty fun when I just make scripts with it but people try to force it to everything
but C# is just 
My favorite is typescript
typescript has lots of problems
but i guess that's what you get when you want a language to compile into javascript 
Python would be so much better if you could link it to thinks like C# and JS
It is perfect for back end stuff
Much better than js
It's not good for the backend compared to C# Imo
python is not better than js for backend
its way too slow
and big projects in python look 🤮
not that they look a lot better with javascript
but you have typescript to make javascript nicer
any language that is not typed is not very good for big projects
I don't really like C#
it just doesn't hit right
it's too object-oriented

Guys, i’m coding in JS HTML, got any tips?
Don’t rip your hair out
How new are you?
Like i can make a basic robot kinda new
I’ve been trying for hours to get an html input to create a variable for js
Replit is great
Ok
I dmed you
I remember using replit in school alot until they blocked it 😭
Nah why
Replit actually cracked
Damn
robot?
with html and js?
do you mean website
Can you guys make world box like final fantasy if so oml
Yeah
No, with js, i can make a basic robot
C++ better language for making robots but with javascript, Thats impressive.
It’s literally circles and squares lol
im actually learning to make actual fighting or Functioning robots
In JS?
Yeah using javascript, just the basics. Doesn’t move yet
@orchid frigate thank you. You helped me regain genuine interest in coding
I have learned a lot
Also, thank you @quartz pumice. If it was not for your “passive aggressive” help, I would not have thought about what I actually wanted to try. It was because of you that I realized I could just look up anything I wanted to learn how to make.
opengl is so much fun it's so happy and easy and fun
rainbows and unicorns and the like
we have surpassed unix time 1700000000 we wont surpass 1800000000 until january 15 2027
its so fun looking at 1700000000
we've been looking at 16 for the past 3-4 years
Guys, got any coding languages that are easy to learn? I already know basic html and js.
How easy
Entry level coding? Able to make a basic website+ topnav bar in html kind of entry level?
What do u want to use it for
Mess around and learn, at some point actually start using it
I use replit so maybe earn some money eventually
Python ig
Okay! Thanks
But it’s slow af
Shouldn’t be a problem if you aren’t doing anything too big with it though
Meh, biggest i made was a website in html with 800 lines total
Yeah you should be fine then
Do u want to do competitive programming or just work on projects?
Mainly small projects
What kind of projects?
I need people to dm me project ideas
Passive aggressive??? 😭
I think the first game I ever made was a maze game
And it seems like alot of schools do that also
It just seemed passive aggressive
For some reason
Idk
C++
It will be hard
But if you learn it once
Everything else becomes simpler
Worth it in the long run
Or c#
Actually c#
With unity
Okay, thx. Ripped my hair out after 10 minutes of python
Python isnt useful
Kinda got that impression, yeah
Okay, thx. For game design as well?
Unity and c#
K, thanks
No
Its not fun to write 300-400 lines of initialization code
💀
☠️
Yea I still keep my idea tho
I understand your pain
Try vulkan
I'm deep in shit and I'm just starting
holy shit the efficiency
And drawing the triangle is an extra 300
more lines means I can justify longer breaks
Because you basically have to write a small graphics driver
To get anything working
that sounds almost as bad as assembly
And one small mistake in a random place in the code may mean you gotta rewrite everything
Because bad error handling
damn 💀
I use assembly alot
Assembly is better
Trust me
Vulkan is pain
I'll take your word for it, assembly was awful
once you've figured it out, but I'm not there yet
I almost prefer it over huge high level projects
There isnt much to figure out thats the good part
You have registers
They keep values
Thats it
that was my understanding of it but I almost need to see variables
haven't even considered that
Run it on an emulator like a bootloader
It will let you understand assembly without any operating system interfering
I've been muddling with the idea of writing a hobbyist os recently so I need to shape up on assembly a bit more
You will only use the first 16 bits of the registers so from rax you will use al, ah and ax
I do that
Alot
I can help
as of now I'm working through one of my old demons
I've tried to learn opengl before and it went terribly
I've deleted all my notes and I'm starting from scratch
Graphics APIs are not as fun as they look
I know that from experience
Its better not to get into them
no API has been as fun as it looks but that hasn't pushed me away from any of them
If you want a low level renderer find a code only renderer
Or a low level game engine
not as of now
Wait
it's been in the back of my mind, not something I actively pursued
Writing a Simple Operating System — from Scratch https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf
Look at this its very good
Gives you a good idea on what you will have to work with
Its not in depth at all
But its good enough
By the end you will get into a 32bit kernel
Its basically a how to write a bootloader
To expand it then
Look at how to get into long mode
64bit
And go from there
There is an entire os dev wiki
I'm assuming to get to it I would literally look up os dev wiki?
Pretty much
Its kinda difficult to navigate so for different parts of it you gotta google something like "paging os dev"
Or "acpi os dev"
alright
The info in it is good but
Not enough
For os dev you really gotta find literally any info you can from everywhere
Even websites as old as the internet
goddamn
And processor documentation
yeah it doesn't seem like a very modern art, despite its prominence
And somehow its still more fun than apis
💀 I shall see
🤷♂️
Tbh api programming is Just 400 lines of functions calling functions
So its not that difficult to beat
fair enough
alright I'm gonna burn in hell for a bit, I can't keep procrastinating or I'll lose my stamina and just play dragon age until I fall asleep
Someone said I need the encode and decode commands of worldbot amp how do I get those?
Do you guys reckon I learn C++ or C# or anything else? I know python and some very basic js, I want to play around with making games but also some other code for some projects that I want to get started
how to raycast in python
do math
C# with unity
it's that guy
he's a very interesting person
Ok
THor
C and assembly
nothing more
there are significantly better options for a beginner
C# with Unity is a good choice to start, if you're up for the challenge you could try Unreal with C++, otherwise you could actually use Javascript and some third party libraries that abstract webGL (like three.js) and make the engine from scratch
Java is a good introduction into some of the more complex aspects of coding imo. Especially coming from javascript
I honestly think Unreal is overhyped
you would not be unjustified in thinking that way
it's a really capable engine, but it has it's flaws
it is better than unity in a number of ways however, unity has made some awful decisions recently
unity is just easier to get into
Have you ever heard about Unity particle system?
yes, but it's not a language I would dwell on personally
it's very awkward
that being said, I use C++
Me and mah partner actually assembled a robot
Technically no
If you learn C first you practically know every commercial programming language because C is the basics
And assembly if you learn it first you know basic computer science and its difficult enough that other programming languages will seem easier to learn
Why
Why would you torture yourself with cpp oop
Its awful and useless
C isnt a language meant for oop
Have you seen unreal 5?
I’m actually gonna download unreal5 today and start with some experimenting, maybe make a few mobile games
Build up a portfolio for when i’m enrolling into college for my game design study
for mobile games I'd recommend unity
same for indie games
but if you're shooting for AAA career then unreal is not a bad choice
but for indie Unity is the best right now
Do you have 2TBs of storage ready?
I would heavily disagree
I hate that that's a valid question
Haha, 480 here and a 4tb external downstairs
Holy shit
Oh well I guess that works
Yeah
Who the hell has 4tb just lying around
Jayden 🤷♂️
Anyone whose dad has all battlefields and 4 assasins creed games (as well as GTA)
So he has 4 tb and a spare one
Ohhh
Yup, i know
My das has 5 tb total
He uses 3 terrabites so his spare is not needed rn
Is your dad in the market for a zip bomb?
So i now have 4 tb
My pc has under 1tb of space and thats all I have
Don’t think so lol
Well lmk
I have 480gb so i got a 4tb external now lol
I have just under 1tb
Yk, it’s not even that expensive
I wanna get a 1tb ssd
100 or 120 euro’s and i earn that in like 1 week during vacations
With a 480gb usb external and an old console drive my dad scrapped
Damn
And Im broke rn because I spent all my money clubbing
Levs
Huh
And noone has jobs either because I work as a construction assistant but noone does construction in the winter
So im kinda fucked
Damn
I work at a history themed amusement park
We got 18 visitors on last saturday but i still got paid
And i spent 20 minutes pointing at buttons on a MiG-21
How much does it pay
I’m 14 but i get 3.50 euro’s per hour
I want that😔
That's an awesome job
I get paid like 40bucks a day to get screamed at for 8 hours straight
On weekends
Which is a step down from my last job in a greenhouse but i work longer and consistently the entire year
Damn, i get paid half just to chill with coworkers 7 hours a day
And eat any food we don’t sell
Which is a lot in the winters
Where the hell do you find these jobs
In the netherlands lol
Ah that explains it
Only in rotterdam💀
If its a northern country then everything is better
North western europe
I wanna visit romania once
And its like the happiest country in the world
Depends on where
My friend lives in a clean area with awesome nightlife
We do
Drugs alcohol you name it
Coffeeshops in amsterdam DO NOT sell coffee
Seems like an interesting strategy for a coffee shop
True
And red lights cost you 50 bucks
With a high chance of an STD
All in all we are a great country
With the #1 school for gaming study’s in the netherlands
Going to college
To learn coding games
So my dad can keep his promise of buying any game i help developing
So i make a game that coste him 2k to actually buy
💀
I'm going to uni for computer science, studying abroad
My hope is to get into either game development or os development, although I'm leaning very heavily into games
Where u going?
@orchid frigate what should I do with memory 💀
I have a map and everything but now idea what to do with allocation
I'm a bit late to this conversation but I have 2TB gen 4 nvme ssd installed in my pc and have about 5 tb worth of hard drives lying around. Some of them probably don't work tho as they're old as fuck
nerds
All I need is another 1tb and im set for life
Look at the free areas
And use them as free memory
So when you make a memory allocator
You use this memory
Now however I am sad to tell you
yes im at the part of allocating
NOOOOOOOOOOOOOOOOOOO
And use it to make a dynamic allocator
Dynamic memory management is honestly fun af to make
Paging is the boring and tough part
After you deal with the allocator
Uhhh
I guess acpi or start making processes
And work towards userland shit
I dont live well knowing at some point I will have to deal with acpi and usb shit
Makes me shiver
Lol
I know that there are libraries to help with acpi
And by help I mean do everything
I think acpi is as bad as uefi
%0|%0
deallocate it

Ah, someone who shares my name
Sort of
I started messing around with unreal 5 a bit yesterday and i now know that i have to learn c++
I just had to look at onion cells for 45 minutes and remembered why i don’t like biology
thanks for da uber eat my friends
Wut
sorry for the unnecessary red lines, the image was like that
does this apply to real life practise?
pffft
I wasn't sure where to go with this but do you guys know where the culture outfits* are stored in the files on the computer version?
Let’s test that theory
#🔧modding-talk can help you better than us
Not necessary, I already answered in #1176174799312126012 .
Also, ngl, I genuinely didn't realise that this is meant in a computer context until my eyes noticed "SIGCHILD", so that was a bit confusing.
Ah nice
I realized at the "then the parent will receive the exit code"
At that point, my brain was still going "What program? Why would parents care about some exit code more than their children?". I think it's a bit obvious that I got a lot less sleep today than I should've.
Lol, I slept barely 6 hours last night which is enough to make me feel tired but not enough to make my brain run noticeably slower
Plus I'm now 2 pepsi maxes in and a tiny bit of sparkling wine in so I'm feeling quite energetic. For context I've been at a work Christmas party
I had my time perfectly planned through to get 8 hours of sleep so that I can move some problematic client side logic in a C# application onto a server, and then I just failed a fall asleep for 3 hours because my mind was occupied with other thing.
I rarely ever drink any of this sort of stuff, the soda alone in e.g. Pepsi already tastes awful to me and I tend to avoid alcoholic beverages in general.
I don't drink alcoholic beverages but I drank a bit of sparkling wine today, enough to feel it a bit but not enough to be anywhere close to intoxicated. And I drink soda when there's some special occasion or sometimes in sauna
My coworkers tho, they've drank a lot more
I mostly just stick to still water, it's good enough for me on most days.
Water is very great but I like soda sometimes
Yeah, that does make sense. I just personally happen to pretty much hate how it feels in my mouth.
Idk why but I love carbonated drinks
I drink carbonated water sometimes for the heck of it
I could never, the feel from that sort of stuff stays in my mouth for way longer that I can bear.
I like the feeling
Unrelated
my efforts in turning osdev less toxic are kinda working
https://youtu.be/VkMR5q-R-sM whenever you use unix epoch you are praying homage to this man
Dr. Judah Levine's job is to keep time standardized. In 1969, Levine helped the National Institute of Standards and Technology develop a time-keeping system that tracks time more accurately then ever before. And while he might be the "Time Lord," Levine doesn’t even wear a watch! Catch up with the “Time Lord” and visit a place where the tick-toc...
Guys i figured out i have to learn c++ to work with unreal5 and it scares me
that's why I like Unity more, I can use C# my beloved language 😍
I gotta work with unreal for the uni i’m going to in 2 years
Figured i might as well start practicing
Guys wanna feel coding nostalgia?
<h1> Hello world! </h1>
It’s not that nostalgic because I use it nearly every day
It is a great, simple, language.
True
Many people don’t use websites though
I like how civilized Coders Cave usually is compared to the rest of the server
Crazy AI news
the board at OpenAI terminated Sam Altman as their CEO and now 550 out of 700 employees are telling the board they need to resign
Most important part
these are the 12 people that are telling that if they don't resign they will go to microsoft
seems like OpenAI board has to either resign or kill the company
found another source that claims 667 people out 770 have signed the letter saying they'll leave OpenAI if the board doesn't resign
@hoary hound I think you'll like this one
That's actually insane
True dat
The majority of employees is basically holding the company itself hostage
True
I mean, where i work we don’t cuz the employer is chill as fug
But yeah, majority does
Also Sam voiced heavily on how ai should be controlled since it could be used dangerously
He really wasn’t a bad ceo
holy shit
well good luck to the board
either they go down with dignity or the whole company goes poof
He was an amazing ceo but safe ai doesn't make as much money as unsafe ai so the board didn't like him
Yeah
Average corporate mindset
We don’t care about safety we care about money
Yup
That’s why i work at a history themed amusement park
Less money, but i get to point at buttons in a MiG-21 M all day
its around 740 actually
it's increased again?
NOOOO
I loved all their AI
if they shut down we gotta wait for someone to replace them
Well the engineers and management are going to Microsoft if the openai board doesn't resign so we should see some good ai from Microsoft
True
they will also turn around and claim safety for not releasing code, weights or anything to help the research world but will gladly earn profit from the same things without caring
quite frankly they're all corporate, the non-profit for research of them died
business is at the end of the day what they're for at this point, Sam or not
Ironically Meta has been contributing more for the community than them lately
Having microsoft have even more to their monopoly doesn't help though!
At least they aren't that bad lol
I don’t mind Microsoft’s monopoly
Because they are trying to make things better
Unlike some other companies (not talking about google or twitch at all)
Oh yeah twitch’s new ceo is very cool actually so twitch is getting better
Google 
google when they release nothing and steal all of your data
Tbh I gotta agree
Microsoft is kinda cool
They own one of the biggest monopolies in the world but they are chill about it
And their shit is high quality most of the time so cant be too mad at them
Free too
Also edge is a good browser 💢
Don’t be edg-E
Good night
I shall now end my days for making a bad joke 🫡
fr
it seems that the board did resign
Only problem is Adam D'Angelo was one of the people who decided on Sam Altman being fired
so not much changed
but he's only 1 out of 3 in initial board so we'll see
Hopefully it’s good.
fuck open ai
i hate open ai
THEY'RE NOT EVEN OPEN
GIVE US THE GPT4 MODEL IF YOU'RE REALLY OPEN
remove that open on your name
open ai more like
closed ai
propiatery ai
this is real, very true
whatever it's spelled
🤣
😭
based
they're a for profit in a non-profit
its some weird shit
they were a non profit
but in 2019 they switched to an llc
they still have a non profit openai which is the research part
the for profit part is the gpt part
(they dont do much for the public anymore lul)
I think the may have published dalle3's paper
and before that god knows what
They used to publish code and papers left and right
gpt2 had a paper
gpt3 they were going to release a paper but then figured out how to profit (davinci, which later became chatgpt)
I mean gpt 3 is more than just a design
They can release so much information without the training data you can’t really make another gpt 3
Also how you feed the data
I played a lot with ai and the small numbers matter so much
I found this funny gif but idk what context I could use it so I just randomly sent it here :)
roblox game devs making graphics that rival those of red dead redemption 2 for a high school role playing game:
it takes compute true, but research is a large part in making these systems run efficiently
I know some LCM that has been working on stable diffusion stuff and it reduces the train time and amount of parameters dramatically
Often even just having papers we've been able to make implementations of these projects work
But they don't even tell you the amount of parameters the models are anymore
and think of this way, if they thought people couldn't make a gpt3 with the appropriate data they wouldn't have a reason to withhold that information
would help competitors
ok opengl (with glad/glfw) is not that bad
it's actually very straightforward
the initialization is weird but after that it's relatively simple
the only way to git
"added some stuff"
Its not worth it anymore tbb
There are some really good very low level renderers which basically just initialize the api and provide some basic drawing scripts
like?
And if you really wanna be api level its better to do vulkan since it allows you to have more control over everything
You can use the renderers of a small code only game engine
I'll look into it
the biggest reason I'm doing this is because when I tried to do it the first time I failed miserably and I want to prove that I can do it now
what aout using quickframebuffer and simply doing everything on cpu 💀
Im in school rn to make a damn robot
You get your programming privileges provoked
😭
simply burn 🤷♂️
I got code go to world box and play for a little then press alt-f4 at the same time and you get a secret achievement
E
What
Your welcome 🙂
a
No, I merely don’t understand what you wrote
me every other month
You're
Yes
Nice.
I wrote a hole script to make it functional trying to get better at making game gui and was coding it and computer completely crashed nothing was saved I felt rage then just felt sad just like gosh dammit bro 😭
ctrl + s (or whatever the key is) every 2 seconds
Or just auto save
When I open a wbox file in hexedit the code shows up like this: xÚÔ½ÛI%ø+
¾ì£`zWË·ÞÙÙv^fóRHQÉÈdlD¬ìFÿûº©#¢fnæfî¬êAU#üb"zë{÷õá¯ÿãñåëÓów?¹pz÷ÇÓoß
Why is that and how can I make it readable?
yeah it's encrypted
you can decrypt it using ~decrypt command
and encrypt it back using ~encrypt command
Thx
Does anyone know the answer to the long debate on wether or not semicolons should be put at the end of JavaScript code
I personally do both
Sometimes I use them
Other times I don’t
I always use semicolons in JS
i use a random number generator to determine whether or not i put a semicolon for every single line of code
What purpose does it serve
I’m assuming organization?
I have no idea, I'm just used to using semicolons
Ohh
I suppose it makes it more clear when a line actually ends
Watch the stream here:
https://piratesoftware.live
#Shorts #Positivity #Blizzard
How am I just now discovering the ability to destroy any device by setting up a 1 millisecond interval loop to open a new tab
Lol
I have to learn C++ so got any tips?
Dont overcomplicate things
C++ is a very simple language
If you know the basics of programming and the syntax of the language you basically know half of it
The other half is memory management which isnt that hard you just need to research it a bit
people who dont have gc: 😔
people who have a gc: 😎
Does anyone know any truly amazing front end AND back end languages? I like the JS, CSS and HTML combo, but I feel like it adds some unnecessary extra work
Isn’t that every language?
The basics are easy
The rest is memory
On a side note, I don’t get why Alert and Prompt are a part of the JavaScript basics. They are some of my least favorite things to use because of how pointless they are.
No
Only compiled languages with no garbage collectors have to deal with memory management
And the basics of some languages are far from easy
Example is rust
Memory management is easy bit they never teach it in a good way
Does anyone have any suggestions on videos or websites that will help me get into coding?
w3
schools
if i want a fullstack framework i would use the javascript ones
if i wouldnt mind splitting then js framework for front and for back probably something easy to start with
.net is cool but its overkill for most things
just do research about what you want to do
and have fun
w3 is amazing. They are the main site that comes up when I look stuff up. Their information is amazing.
real
realer
Yo guys how do I fix a lost partition on a usb
Tryna not loose my years of data
On disk management it shows up as unallocated
Right click and there should be an expand option
Unallocated storage is just unused disk space
Or, space that’s inaccessible
I don’t know
Hope this helps 🤞🏼
Why is there a fly
Is the data in the unallocated part
If yes then I dont think there is any way to save it
The only way ti access that space is to format it which deletes it
If the data is in the allocated part
You can add the unallocated part to the allocated part without losing data
Are there any of you guys who work in VS code? Can I please ask about one problem? 
they were confused
There’s probably a way to fix it
But I don’t think anyone here knows how to
Try data recovery software
Hi
is unity easy
like how long does it take to learn its basics on average
And how long would it take to learn... all of it
You'll never learn all of it
That's the beauty of software development
Unity is pretty simple to learn as long as you know C# basics and the very basics of matrix algebra
Its not trustable anymore after what they did
I'll be switching to unreal or godot
Not really
More trustable 
They now know what not to do
I disagree honestly
they are equally as untrustable as before
yep
opengl is quite easy
and you have far more control over the game than if you were to use a game engine
I'd not recommend that route for most people
Guys, who works in Python on VSC? The code editor no longer sees the Disnake library. Everything worked before, but now... And the library is displayed in the list in the console, but the code does not see it. I already reinstalled, it doesn't help. Who knows what the problem is?
its easy when you get a rendering engine
until then its boring initialization code that you could have skipped by just using a premade low level renderer
and if you want control over the hardware its better to go the long way with vulkan
at least the init isn't as long as it is in vulkan
