#general
1 messages Β· Page 296 of 1
Still sounds painful
Anyways goodby for now, timefor exams
Still lots of money
This is my rest of my money for a while
So you are rich
Is that 100 or 1000
100.000
Oh
40 meal
Chocolate Bar
You can eat 40 meals with just 3-5$?
If u want like 10 bar it works
Each meal cost like 3000-4000
And thats 100,000
Oh
Cokelate bar is like 8000
Is that supposed to be cheap from your pov?
No there is lots of place that is cheeper
No
Who??
did u commission him?
Yes but rn I am having an issue to unzip
Phone unzip suck
wha
Thats where all my money gone to
I mean I can get starbuck frapuchino for arround 1.5-2$
Here
but if you're eating in malls it costs around 70-90k
Like
Lets not go to mall
Woah
How much in ur area btw? I wanna know
Wym
-addbot
@stone fern
Adding Your Bot To Top.gg
So you want to list your bot on Top.gg? We have a support article to help guide you through the process! If you need more help please contact us in #support!
Click here to follow our guide!
Thats it
π π π so rich
No
U richer
why not
Mahal
No mods responded
No need mod to upload bot
Damn rich
No u
Rich
nah
nah i bet you have several mil in your bank account
Agree
How much
Tell me in Won
I'll tell you
false
Like 100k won you'll get only 5 lipsticks or 2 body lotion / decent quality
uh
maybe try use fast food as comparison π
i don't think we boys understand which one is decent lipsticks or body llotions
Wtf boys don't use lotions?
I use Vaseline
What food rate you wanna know?
like mcd ig
Apples here are about 10k/1kg
oh
you too
Mcd is about 50k /2people / decent meal
Same
What apple are you buying? Imported usa apple?
How much your vasline coat
Ye couse I use it for my project too
It is a quite nice oil replacement for printed part
Wym?
I mean Its mostly petroleum Jelly
I mean how you use for projects
And Its good for pla/abs lube/oil replacemenr
Althou if better lithium jelly
But its expensive
Really couse I dont think petroleum is the best for it
my school used that
well not for a high pressure one
for lab like this https://chibi.takiyo.us/kd9dYqkJP5mr.png
I mean why not rubber clay? Thats better for it
And cheeper
that's too harsh
Oh
Ye i forgot those stuffs
Hey @sullen dove , how aee you? Long time no see
hello cosmic
hai
glad you're doing good
heloo
backend is haaard
both are easy it's weaving the two
passing data between the browser and backend grrrr
how's uni going for ya
hi
Skibidi
i am amazed at how understandable this document is
it's not every day that i read a 550 page ECMA standard but by god i actually understand it!
i'm skimming through to read about how the .NET bytecode is defined
which i am most certainly not copying in my implementation!
mostly where i'm at now is i need to figure out how to translate something that looks like ```fn main(): int32
{
.entry
.locals[int32, int32]
ldcst.s4 5;
stloc 0;
ldcst.s4 5;
stloc 1;
ldloc 0;
ldloc 1;
call add(int32, int32):int32;
ret;
}``` into a single file that can be executed by a virtual machine
so i need to make symbol tables and all that fun stuff
no
ECMA 335
C# and .NET are ECMA standardized basically
interesting
indeed
it's crazy how many decisions have to be made like the more i read about stuff the more i'm like damn
like even something as simple as "what should happen when you divide an integer by zero"
what's the original source code equivalent for this
none
i'm implementing the bytecode and vm before i build any languages on top of it
it'd be something like
int main() {
int a = 5;
int b = 5;
return add(a, b);
}
icic
everything is still open to change though like i'm probably going to change int32 to s4 to be more in line with how the instructions are named
i'm already basically rewriting half the language grammar
i'm also starting to think of how i want modules to work
which i have made 0 progress on lol
lotta shit to do π
i am actually kinda a fan of how F# does it
every file has to have at least one module, and you manually include them in the specified order to prevent cyclic dependencies
to learn
i've already learnt a whole bunch of new things and i haven't even made a working product
the project is already a success
I'm back frands
yes
specifically i am making a language and a runtime
at least the runtime i am set on making now
it's actually kinda funny how easy it is to make a very simple language work
like waaay easier than you would ever imagine, the hard part is just understanding the concepts and how they all work together
is that a return statement?
ewwwww
a very simple compiler is only 3 components
the hell is that supposed to mean
it's C# you need a return statement
return ugly
just add(a,b)
just cuz your language is written using C# doesn't mean you have to make its syntax follow it
yeah well C# isn't an expression-based language like that buddy!
nope that's not my language
do it under the hood
that's C#
π
i have not crafted any syntax for my language
this is what i am actively working on
anyways a very simple programming language is basically
Lexer
Parser / these are your compiler stages
Interpreter
making an actual programming language that's practically usable is about 1000x more work but
I mean
sure you can execute python code in js
you would have to use eval to run python cli but yknow
yeah a language that combines both languages would be pretty impractical
It would also be rather useless
you're better off writing a layer over one of the languages that lets you interface between them
you'd be combining two slow languages
the two languages are radically different in nature though
to make an even slower language
javascript is very asynchronous and event driven
i still never understood how an AST works
and then you'd have to deal with how do you translate objects between the two languages

tree
big tree
all it is
abstract syntax tree
it's an abstract representation of what your code does
how would you handle authentication on a backend
do not ask me i have not finished my one attempt at that
there are also concrete syntax trees which represent what your code is in terms of the actual characters in them (more accurately tokens)
well yeah ik, it just looks a bit complicated for me
compilers basically work as layers of abstractions
you have a lexer which abstracts characters in a file into larger tokens
an AST at the end of the day is just branches and leaves
leaves are the tokens
you have a parser which abstracts tokens into a tree
branches are how each token relates to the other
you might have more layers which take that concrete tree and abstract it into an AST
well yeah that's how tree data types work
I mean its not much different
the only difference is how you parse this tree and evalutate it
yeah the AST is not the hard part to understand, it's all of the things you do to it and code gen and ugh
parsing is where the difference is
With languages you have to parse it using a set of guidelines
well no it's parsing that's made the tree in the first place
you don't parse the tree, you visit it
When I was making my bytecode interpreter in C
it was rather interesting
I gave up tho cuz uhm no thanks
:D
nah im more focused on my current proj

@sullen bridge hai hai
my sister still works in an office over 30 km away while being sick
My second option is join my family business permanently
But ion wanna do that just yet
i have a bot called "Giveawaybot", and its verified (like back in 2022 it was)
and now i added a ton of other features, like mod, automod, fun, economy, and etc
but i cant change the name unless i get copyrighted, can my bot go on top.gg because of its false-leading name?
it still has the giveaway feature, but it has many other features too
im not making a new bot cuz its in like 280 servers and its verified, like old-verified not the new one, lol
nice thanks so much
its so annoying that i cant change my bot's name unless i get copyrighted
kinda wish i would get copy righted now, LOL
from a giveaway bot to a multipurpose bot
wdym
you can change your bots name at any time
Oh wait
Its verified
yeahh
i had an old bot called "Mikio" and i wanted to remake that
can't you make the reason to "rebranding" ? i wanted to know
nope, apparently only way you can change a verified bot's name is when you get copyrighted
its so annoying cuz i bought a whole domain for the dashboard too
also i know its not related to top.gg but im just venting about it lol
Is website down?
No my dashboard works great rn
damn π
time to make a company and sue myself /s
legit i thought of that
thatβs so dumb
Voting page is not loading up for me
havent set that up yet thats why
wait what voting page
Realistically its not
Your grace period of deciding what your bot is, is before 100 servers
After 100 servers why would you want to change your bot's main features and purpose?
At that point make a new bot.
oh they js replied to me so i thought
Should be fine, refresh try again :)
where can i apply to be a bot reviewer?
Morning
What do I eat for breakfast
#general message read this
Eggs, pancakes & sausage
Good idea
ewww its lizard /joke
jokes aside
lizard my frontend and backend communicate with each other!
It only took me 3 days
but we got there
congrats misty!!

Shell company?
dw the whole exams week i did not study
Thatβs SICK
Donβt forget about us when youβre rich and famous
backend dev πͺ
I need your brains
I am hoping to get a working concept done in the next few months
so I can start getting donators to actually fund the project
pro
no u
me barely doing anything in your project:
Lizards canβt even read one book
null you dont have to do anything to be helpful 
why so?
you are right, which is what makes you special!
You can read

cuz, having someone to vent my angers to keeps me sane during my projects
π
hahahaha yeah
Not to mention your refactors arguably makes my code better

Rust rewrite
uhm lizard the backend is in Rust
Woah
sick
yea
π₯
Axum
GOATED!!!
Fair
I just want to get a working product shipped
Ye
I will worry about my own auth system l8r
hi
Sick
It also is rather neat, it has permission protected endpoints :D
not as sick as urs frfr
yea nah
I debated on selling my kidney to hire takiyo
π
frfr takiyo so pro
nahh
Front end is too hard
on fucking god
nah frontend is not too bad
rust >>> front end
3 days just to display someone's initials when they login
It sucks
3 FUCKING DAYS
you just need to be good at playing around with dev tools

null
Lets be real real quick
it's the learning curve 
I haven't touched frontend since 2019
Someone should make better front end I think
soon you'll think it's easy
I haven't touched frontend since 2021
Actually its been longer
cuz I made my first portfolio in 2018
and thats when I stopped web dev
π
I can help ya with frontend if you want misty
mhm
but i have a test tomorrow so i cant help much 
Are you using a css library or just raw
def css
we're using tailwind
https://skeleton.dev + tailwindcss
they have a lot of neat prebuilt themes with the ability to make our own and load it up
:p
Nice
Youβre using everything I was except I used vue xd
Proly wouldnβt use a whole ui lib and just stick to tailwind
oooo why vue
vue is not the worst btw
Vue is very nice
everyone hates on vue
I was debating on using vue myself
but state management in svelte is just easier once you get used to it
after my failure wth next
it was vue or svelte
Itβs simple
vue looks like the middle ground between angular and react
vue came out a year after react
Looks nothing like either imo
so it very well could of been inspired
angular tho is a stretch
angular is in its own league
It quite literally was built for enterprise applications and honestly has lost a lot of relevancy since react has became more mainstream
Hello Everyone
Sup Finki
more like crushing me
I pity u
poor doggo 
Let me show my cutie
how heavy is your dog
Dog
Dog
yuh
Lizard
hello, taz evader
Today I'm taz evading!!
woah
why are you evading tazes
that's totally awesomesauce
we hate tazes here
what did tazes do
they suck!!
Bolise tazed me :(
Granted I was naked in the store but how tf else am I supposed to buy clothes so I'm not naked
(inganme)

@paper quail
why are you pinging the owner
bc i need to add it to my server
You cant
whys it offline
Its no longer in use
None of them. You can't / shouldnt invite the bots to your server.
Top.gg no longer has a server listing feature.
why does this server exist then lol
good point
Because its a bot list
Can anyone suggest me how should i grow a new bot?
Make a good bot
Find a niche, milk it
In reality growing a bot is just making something people will want to invite
If you are just making the average multi purpose bot you can say good bye to that dream as it is a hard thing to accomplish anymore due to how saturated the market is
This is most important
I made Bake & Earn bot when it wasn't a thing and nobody thought about that... And it got 125 server in few hours and after verification got 17k server in 3days
All it is just finding a niche, sticking to it and riding the wave
If you find something no ones done Yes hard but its possible, you can make a successful bot
providing you code it properly
Ye true
I wish I could
but as you know
I have a macbook from 2015
only thing im running is my hopes and dreams
u should build a pc and play the elden ring video game
you should like give me the money then
ok how much u need
to play elden ring?
Pretty sure that game is one of the beefiest games out there
π
wouldn't call it beefy but the recent update made it run like shit xddd
lol
but it's not that difficult to run
I have elder rings but i barely play
Deja Vu π
sharing is caring
thats my owo cash
I WORKED HARD FOR ME 705 COWONCY
705k?
β οΈ
Lets be nice
I'm not
Gonna have to report you to the police now
Lmfao
no bro please
Do refund give backs money?
hi cutie
of course it does
yes
One message removed from a suspended account.
damn
Wow, never thought that it works
hello
how i learn python language
Lizard hiiii
Who are u?
π₯Ίπ₯Ίπ₯²
How*
Hoe
WHAT
damn
u hate me...
lizard just got called irrelevant 3 times
I knew it
Definitely not

I'm crying
obi give me your damn owo cash
damn sorry
Ew no
lizard gave me some owo cash
Idk what that is
dont tell me these two are together
its scary
thoughts on this logo?
I have about 3-4bil
i made the discord logo very old
ai moment
Owo cash
text is unreadable
show me some scary things
real
bro logo creator does that omg
Wym
that bot is so confusing I gave up trying to use it
@strong spindle can u say hi back
I am saving so i can marry
One message removed from a suspended account.
huh
Hey sweetie
marry in owo bot?
Ye
ihiiiiiii
how have u been friend :D
You buy ring for 10bil and then marry lol
One message removed from a suspended account.
One message removed from a suspended account.
sounds like a complete scam
True
One message removed from a suspended account.
hope u feel better soon
just be a trillionaire
!!
Nah I'm lazy to earn that much
400x your profits
Instead i can make real cash lol
it's easy
Its easy
am sayin
Juat do things you're good in and do that on streets
guys i have Parkinson's
Like you are good painter, then do painting on street makes alot of attention and some might give $
GOD DAMN
im not some 5$ hooker
Was it free or premium bot?
Lol
200$ at least
Free
Hello lizard what are you yapping about
Then definitely i got it too premium when it hit 41k servers
Not again

Dam
Made good money from it?

I am a man of many hobbies

Gonna stab someone with the tetanus blade
ingame right
No, i never added any patron stuff so no money
Yes
Oh
@echo oar
what
I never thought i could make money from bots
how much u paying
so like
Later i realized i could then eventually i lost my phone and my discord account with my bot due to 2fa
3 cents per hour
I hate maths, failed alot of time in math in school days lol
same
.048 cents an hour
I was closer
sounds appealing right?
yea
sign me up!!!!
Its not multipurpose bot its somewhat like owo, where you find ancient items, battle and collect gold to buy artifacts
Bet just sign on the line that says you sell your soul to me entirely agree to the terms
π
on a serious note
sure why not
if you want to suffer working with websockets, http, rate limits, etc etc
not to mention you will be doing async rust
which means blocking calls
I mean I'd be willing to take a look and give advice and SOMETIMES do code but I can't promise to beactive
I've done a lot of async rust
sorry only need active people
we making the next youtube
cant have slackers
πͺ
I been slacking
on a real note, I am building a community server/support server for it so if you do want to hang around (only me, zobs and null rn) go for it
this is not an ad I promise
caught red handed

just say ur broke
me too
me too
I will make the same thing in C# and out compete you
You should really be posting that in your own server.
Users of bots rarely join here.
π€¨
I did
man nextjs is sick
first time using ssr and it's great 
minimal request from client-side
ISR is so amazing too
One message removed from a suspended account.
One message removed from a suspended account.

Pls don't say stuff like that
One message removed from a suspended account.
It's ait
hi guys
I am the owner of Ali Cabbar, I could not activate the bot, now it is permanently active, you can do any test you want, with love.
give me owo
One message removed from a suspended account.
One message removed from a suspended account.
hi
when should ssr be used 
imo when you want to load static data
static data from api that doesn't require changes
reactjs: server send html -> client loaded -> fetch data -> done
ssr: server load data -> server send pre-generated html -> client loaded
anything?
or maybe you have /ip-checker/:ip page, if you don't want to show loading, you use ssr

so like, data that doesn't change often?
yes
icic, thanks!
np!
One message removed from a suspended account.
nope π
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
π my bad
One message removed from a suspended account.
One message removed from a suspended account.
yeah damn i'm watching the eps 1 rn π
sick af
https://chibi.takiyo.us/zDXjcM8OZ5h1.png looks like satoru gojo 
damn the ending
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
1.5x
ermm
no
One message removed from a suspended account.
I literally donβt see it
One message removed from a suspended account.
π€« i do next next next next next
dw i still get the point
whats the prize for banner contest?
π
@sacred lantern
That not a valid reason to reject a bot
And the things you told there
Makes no sense
π whats the bot ID? I dont see any bots denied that you submitted.
My friend submitted it
Goushikk
We used to deny bots for that issue all the time. Its much less common now to see it happen but we still deny for it.
Bro
Something my bot when it is started it like madly changing the status
So
I have coded it properly
Some times it does like that
For example like bot is added to a new server
It's like I own the bot in developer portal
But he the project owner

Well, they're probably better off reaching out to sohunn themselves. They can just send a dm.
If they want to dispute it.
I just wanna know
Is that even a valid reason
naw its all fake
Yeah.
Api abuse is a valid decline reason.
Specifically presence changing rapidly is something we've denied for a lot.
How its a api abuse
Because my bot adds to server
It shows that it is in ${servers}
And will doing that something it breaks and Changes rapidly
why not update it every minute or something
Because I tried it
But when it is added something happens
Idk
What
Now I need to change the code
One message removed from a suspended account.
Something like that
But only effects the presence
One message removed from a suspended account.
then you have to fix it
One message removed from a suspended account.
π i'm in the middle of doing project
trolley
One message removed from a suspended account.
One message removed from a suspended account.
Nvm I was gonna change the code
I will do it and re submit
good
Byee
bye
Read the guidelines, youβll know what we consider valid or not.
One message removed from a suspended account.
question while im thinking about it is 60 seconds is enough or?
60 is enough, but discord might not like it.
I dont remember what the ratelimit actually is, but its pretty loose.
ill check discord docs when i get to school
true
One message removed from a suspended account.
One message removed from a suspended account.
Hi
yeah fair
setup tunnel broker
HAPPY BIRTHDAY @coral plover !!
boomer
hey ms edge boy @west ledge is this new ms edge real?
not sure
if yes then I'm switching to it
I switched to edge because I hate firefox shortcuts
its better to use a browser that starts in like 10 seconds instead of 5 minutes for chrome
oh btw
happy birthday nom!! @coral plover

thank you!!!
Edge is just goated
Saved me 50% of my phone skin
ever since i saw this one kid flexing it on me
Idk how edge gets coupon codes
One message removed from a suspended account.
what
One message removed from a suspended account.
One message removed from a suspended account.
guys vpn recommendations?
One message removed from a suspended account.
i want a signal kinda vpn
One message removed from a suspended account.
blocked
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
proton is good if all you want is tho change where you are
wouldn't use it for anything related to security tho
do u know what information it stores about the users?
you can read their pp
i want one with verified cases like signal
FBI: give me all the information regarding this use:
32232323
signal say no more:
One message removed from a suspended account.
okay
One message removed from a suspended account.
Good Evening, i'm waiting for my bot review
good to know
would you be interested to use it whenever it becomes available?
reminds me of thepiratebay's responses to legal threats :^)
thepiratebay was a legend so hard that it has a whole wikipedia page for it
The Pirate Bay (sometimes abbreviated as TPB) is an online index of digital content of entertainment media and software. Founded in 2003 by Swedish think tank PiratbyrΓ₯n, The Pirate Bay allows visitors to search, download, and contribute magnet links and torrent files, which facilitate peer-to-peer file sharing among users of the BitTorrent prot...
indeed, there is so much gold in there
The P2P news blog TorrentFreak reported on 12 October 2007 that the Internet domain ifpi.com, which previously belonged to the International Federation of the Phonographic Industry, an anti-piracy organisation, had been acquired by The Pirate Bay. When asked about how they got hold of the domain, Sunde told TorrentFreak, "It's not a hack, someone just gave us the domain name. We have no idea how they got it, but it's ours and we're keeping it." The website was renamed "The International Federation of Pirates Interests"[142] However, the IFPI filed a complaint with the World Intellectual Property Organization shortly thereafter, which subsequently ordered The Pirate Bay to return the domain name to the IFPI.
Bruh
Bruh, why'd they make discord bots easier to verify...
welcome beck
One message removed from a suspended account.
nani the fuck
One message removed from a suspended account.
wtf come back @strong spindle https://i.imgur.com/ScGnfs0.png
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
goodnight topgege
night
yellow name yellow name
green name green name
One message removed from a suspended account.
Welp pain
lmfao
thank you!!
β€οΈ
Their db is down yesterday for mantanance according to the announcement yesterday so make sense
One message removed from a suspended account.
db doesn't affect formatting errors like that
why is this server keeping that server icon
unless there's data loss
@worthy bloom happy birthday
I assume it is couse it sounds criticl that they use the announcement in campus














