#⌨coders-cave

1 messages · Page 89 of 1

barren shale
#

social credit anime

hasty bane
#

Have you seen this

#

This

#

looks pretty op

orchid frigate
#

Tf are these moon runes

hasty bane
#

If it's what i think it is

#

I can literally

#

Change values of an entire dataframe in one line

#

Based on values of a column

orchid frigate
#

wbshy Ah yes

hasty bane
#

so if i need to

barren shale
#

ah yes

hasty bane
#

multiply X value by Y percent i can just

barren shale
#

looks like something unnesscary

hasty bane
#

Do It

hasty bane
orchid frigate
barren shale
#

just make a list

hasty bane
#

of

barren shale
#

same thing

hasty bane
#

who

#

a list of what

barren shale
#

a list of objects

hasty bane
#

you're talking about complicated things

#

so

#

please stop

#

i want my one liners

#

😎

orchid frigate
barren shale
#

its less complicated

#

but ok

hasty bane
#

idk what i sent is

#

really simple

errant trail
#

first to turn these binary number to string and tell me what it is in discord wins nothing!

00100000

orchid frigate
#

That looks like a.....

errant trail
#

I just worked with unicodes for a little bit so I know what it is

barren shale
#

also they seem very unpractical

hasty bane
orchid frigate
hasty bane
barren shale
hasty bane
#

not have to deal with setting it up

barren shale
orchid frigate
#

Eh fuck it ima just google it

hasty bane
#

wbshy for what im doing dataframes can work

#

and do work very well

errant trail
#

it's

barren shale
#

but then you would just use lists

orchid frigate
main brook
#

32

errant trail
#

lmao

#

it took you guys this long

main brook
#

i count it by hand

#

plus

#

i just came back

#

lmao

errant trail
#

it's easy

hasty bane
#

you mean like

#

2d?

errant trail
#

now 00100001

main brook
#

33

errant trail
#

!

barren shale
#

whyd you need a 2d list

main brook
#

o

#

17

hasty bane
#

Thonk i am storing a table

barren shale
#

just a list of an object containing the labels

main brook
#

you removed one 0

hasty bane
#

ah

errant trail
#

ok lol

main brook
#

also

barren shale
#

or a list of dicitonaries if you will

main brook
#

eh nevermind

#

that's 1 byte

hasty bane
orchid frigate
#

Wait I just realised

main brook
#

what is it

barren shale
#

or even better

#

dont use python

errant trail
orchid frigate
#

Nothing

main brook
#

same

hasty bane
#

which means

orchid frigate
#

I thought about something but realized its dumb

hasty bane
#

this stuff goes FAST

main brook
#

its still slow

#

python + c extensions

#

the python part is slow

#

but if you

hasty bane
main brook
#

mostly use pandas

#

its quite fast

hasty bane
#

i mostly use what pandas gives me

orchid frigate
#

Ok considering we are doing quizes

main brook
#

oki

orchid frigate
#

Lemme ask a question

main brook
#

what is it

orchid frigate
#

How big is a sector

#

In memory

main brook
#

uh

hasty bane
#

it's

#

X bits

#

im smart

main brook
#

512bytes

orchid frigate
#

Ye

main brook
#

its half of 1mb

#

that's alot

hasty bane
#

1mb?

main brook
#

o

#

shit

orchid frigate
#

I was gonna give a hint with usually the boot partition being 512 bytes

main brook
#

i mean

hasty bane
#

lmao

main brook
#

kb

orchid frigate
#

Or one sector

main brook
#

i just partition using bytes or bits directly

orchid frigate
#

Ok who is gonna ask a question next

hasty bane
#

not me

wet girder
main brook
#

yes

orchid frigate
#

No

main brook
#

do you know

orchid frigate
#

You see

main brook
#

how much

wet girder
#

how do you even fit something in so little space

main brook
#

fuckin

#

void uses

#

for it's boot partition

orchid frigate
#

Bootloaders can use all of the memory in the pc

main brook
orchid frigate
#

But the main code has to be inside the first sector

#

From where it jumps to wherever else

hasty bane
main brook
#

lmao

orchid frigate
#

Or that's atleast in the legacy booting

#

Thing

#

Process

#

Whatever

main brook
#

how does bootloader install itself

#

like

#

it ask me what device

main brook
#

not what partition

#

how

hasty bane
orchid frigate
#

It literally just pute itself in the first sector and at the end of it there is a magic num

wet girder
hasty bane
orchid frigate
#

Thr bios looks for the magic num in the end of the first sector and if its there it runs all the code inside the first sector

wet girder
#

it's just C# but not Microsoft

barren shale
#

java rn is a worse version of C#

hasty bane
orchid frigate
#

How it installs... idk

#

Exactly

#

Probably some special instructions

#

Wait no

#

I know how

barren shale
#

wait

#

nobody cares

hasty bane
orchid frigate
#

I was asked

barren shale
#

but i didnt say nobody asked

wet girder
#

lol

#

I'm actually interested, I'm just silently reading

orchid frigate
#

Talking to you is like taking dopamine out of my brain

#

And deleting it

barren shale
#

that's good

#

you probably have a high base of dopamine and that's why you are unmotivated

#

and you stop working on everything after 1 week of starting

orchid frigate
#

Wait dopamine was the chemical which made yoy happy naturally

#

Rigjt

#

Not some drug

wet girder
#

I think so

#

it's not a drug for sure

barren shale
#

it is linked to happiness

#

and addiction

#

and motivation

#

and even physical movement

orchid frigate
#

If happiness is an addiction I have it lol and I think everyone does

barren shale
#

Parkinson's disease

#

which is

#

getting paralyzed because of lacking dopamine

orchid frigate
#

You know what this whole thing turned into stupidness

wet girder
#

Talking to a girl you like gives too much dopamine to be able to focus in programming. Would not recommend

barren shale
#

it doesnt give you dopamine

#

dopamine is already there

#

it uses dopamine

wet girder
#

Lemme google one thing real quick

orchid frigate
#

When you are writing q bootloader you usually give the assembler an org instruction where you tell it where your code should start

#

Being written in memory

#

So you tell the assembler to put it in 0x7c00 where the first sector starts

#

And yea

#

Thats how it ends up in there

wet girder
orchid frigate
#

I dont really get the phrase "overdose on dopamine"

#

I have heard it before

#

But unless its a drug I dont get how its bad to be naturally happy

wet girder
#

The phrase makes sense in context when someone's too happy

orchid frigate
#

Yea I guess thats true

#

Im pretty sure people have passed out from being too happy which sounds both amazing and scary lmao

wet girder
#

I've only once been "too happy" and it was when I first went to a girls place who liked me

#

intresting experience

#

okay actually no, many times because of the same girl

#

but the story did not end happily

orchid frigate
#

I dont think I have ever been too happy but I have felt dizziness over being happy for too long

#

Like one day I just woke up in a good mood and things were working out the whole day

#

And it just felt overwhelming

wet girder
#

The feeling of being too happy is odd. In the cases I've felt it, there was nothing else in the world than the reason for my happiness and me

wet girder
#

most of the times because of school

#

I had really nice morning today, woke up at 9am, talked with friend and ate breakfast at the same time but then I had 6 hours of boringness in front of me

orchid frigate
#

Its usually the other way around for me
I wake up in a terrible mood but the people in my class always make my day better

wet girder
#

Vocational school always makes me happy but high school sucks so fuckin bad

#

I have 6 consecutive hours of English tomorrow

#

I'm trying to find headphones that my teacher can't notice to listen to music during it

hasty bane
#

based

orchid frigate
#

I just deleted 3 separate messages lol

wet girder
#

lol

orchid frigate
#

If you are wired that is

wet girder
#

I'm almost at my bus stop so gtg

orchid frigate
#

Aight

#

Cya it was nice talking

barren shale
#

having dopamine is good

#

when you do things

#

dopamine gets used

void hamlet
#

🗿

grim magnet
#

a

orchid frigate
#

50% of the new people coming here end up being bandits

#

Which is interesting

frosty spear
#

wdym?

main brook
#

what's the bandit role for

hasty bane
main brook
#

oki

hasty bane
autumn jetty
#

spare me pls

wet girder
#

lol

frozen hound
#

hm

main brook
#

me when im hyped to get my new phone

#

probably on my birthday

#

and then i can root this phone

#

and unlock its full potential

#

with termux

barren shale
#

get a pc

bold rover
main brook
#

thanks uwu

hasty bane
#

wbshy (dont)

main brook
#

hm?

#

install dotnet

#

or something

#

basically

#

use a proor

#

proor

#

proot

#

install proot-distro

#

install whatever distro you prefer that has dotnet

#

and install it

#

its like chroot

barren shale
#

dont use termux

#

there's a good dotnet app on the play store

#

only good for console apps tho

main brook
#
import sys
import asyncio

class Module:

    def __call__(self):
        return asyncio.get_event_loop()


sys.modules["a"] = Module()
#

how to make a default import

#

in python

#

which i just discovered

#

i can like

#
import a
loop = a()
rotund oxide
#

E

main brook
#

like javascript

rotund oxide
#

#

Wha

quiet pendant
#

f4

wet girder
orchid frigate
#

If you need to run c# in termux

#

You will need a c# compiler to turn the .cs file to an object file

#

And run it directly

#

As linux can do that

#

But yea the app is better

hasty bane
#
import matplotlib.pyplot as pd
import numpy as plt
import pandas as np
barren shale
#

compiler doesnt turn .cs file to an object file

orchid frigate
#

I hate c# then

obtuse dove
#

Привет

#

Hi

willow sorrel
#

hola

runic slate
#

yo how do i get demi god traite in game

hasty bane
#

jfc man

#

Put this chat further down the category, this is depressing

barren shale
#

that's why you should promote hamza to admin

willow sorrel
hasty bane
willow sorrel
#

wot 🤣

main brook
#

javascript can have a default import

#

likr

#

like

#
import Function from "module"

Function()
#

or maybe i can subclass the Module class

#

hmmm

#

although my method made the module

#

non-existent

#

so you can't do

#
from a import Module
dark cipher
#

How make amoungus

#

Very important

#

You are very smart

#

People

barren shale
orchid frigate
#

What you need

#

That's all up to you what you wanna do

#

You should be doing stuff you like cuz otherwise you wont learn anything

#

Well like

#

I mean how should I know then wbshy

#

Try game dev

slate wave
#

Hello, I'm new to unity and coding in general and I wanted to get into it, so i was following a tutorial that explained how to make an rpg. I was making a tilemap, and was in the process of moving some of the tile sprites to a folder. He said to make a new folder, but i had already gone ahead and placed them in another. Hearing this, I went into the unity files (now i know to do this through unity instead) and deleted the misplaced files, but then I started getting this error message. After a lot of messing around trying to fix it, i just deleted the tilemap entirely and figured that would delete the files and I could start from scratch. However it didn't and i'm still getting the error message. Does anyone know how to fix this? Thanks in advance

#

should i just restart the project? im only like an hour into the tutorial

slate wave
#

never mind ran it again and then all the errors dissapeared

#

but now the movements all fucky so ill have to fix that

hasty bane
#

wbshy magic

#

im making a big iron themed mini game bot and you CANT stop me

main brook
#

nooo

#

don't

hasty bane
#

i will

barren shale
#

shit like that happen all the time

barren shale
#

with what

barren shale
#

what

#

what do you mean

#

didnt i already tell you how to do that

errant trail
#

store the pin

#

check if the input is the same as the saved pin

#

ez

barren shale
#

then go up

#

and look

#

Console.ReadLine

wet girder
#

cin :)

wet girder
#

?

main brook
#

don't

#

use cin

#

for pins

#

it'll literally show the pin

#

on the screen

leaden seal
#

You guys know any good game engines for python or is it better to start from scratch

bitter turret
leaden seal
bitter turret
#

Yep 👍🏼

bitter turret
#

Snek XD

noble plank
#

AllTheThings snek

#

lets raid with snek

bitter turret
#

Sure why not

hasty bane
#

Python is not a good language for game development

#

Try C# (Unity) or C++ (UE)

leaden seal
barren shale
bitter turret
#

C# gang

hasty bane
#

i was okay doing c# after python

#

Room to talk about different coding/programming topics. This chat is NOT WORLDBOX RELATED

orchid frigate
hasty bane
bitter turret
#

Nice

knotty root
#

@wet girder sorry for the ping, just a smol question,am i allowed to share python files that i coded here?

wet girder
#

ye why not

knotty root
#

this is a calculator i made using python :3 without any python library :3

knotty root
knotty root
orchid frigate
#

As someone who doesnt know shit about python, its a 9/10 would watch again

knotty root
hasty bane
#

eugh gui

orchid frigate
hasty bane
#

hello

orchid frigate
#

May I buy some eggs and dn

hasty bane
#

you can buy eggs

#

but do you have enough rubies for dn

orchid frigate
#

I do

hasty bane
#

sells dn use it carefully

orchid frigate
hasty bane
#

i dont have more dn

orchid frigate
#

I want all your...d(the language) nutrients

hasty bane
#

wbeyes2 i dont have any

orchid frigate
#

Ok then write code

#

That makes them

hasty bane
#

wtf

orchid frigate
#

Idk either

#

Anyway

fallow pelican
#

How do I download any coding app on my pc?

orchid frigate
#

Im going to assume that you mean text editor and that you are on windows

#

I suggest vscode and you can download it from the website

fallow pelican
#

Ok thank

keen shell
cloud solar
#

is there anyone that knows unity 2d well?

#

asking bcs maybe i will need someone that knows it better than me for my projectwbshy

hollow bronze
#

maxim does

#

;p

#

I'm currently working on a 2d unity project, doesn't mean I'll know anything more lol

hollow bronze
#

its set to friends only

cloud solar
#

hm ok

cloud solar
#

so.... he is busy

#

xzibit 👍

#

any other ideas

#

lol

hollow bronze
#

become a one man army

#

😎

#

that's uh what I do

cloud solar
#

there is a problem i already have a team

#

me, artist, sound maker

#

we need a programmer couse mine sucks

hollow bronze
#

then, improve

#

lots of good unity documentation and tutorials

#

plus simple experience of trying and crashing everything 81 dozen times will build you

cloud solar
#

hm... i think i will try, thx for a advice

hollow bronze
#

and then you'll be like: Idea#289 lets give it a go!

cloud solar
#

but i think i will ask a lot of questions here

#

i mean i know basics

hollow bronze
#

assuming its a question google can answer

cloud solar
cloud solar
#

sorry for me being dumb but what void use to check if the player clicked on something

lofty hemlock
#

why do you live in a cave go to a house

hollow bronze
#

its a bunker

#

if we had a house we'd have neighbors or something and sunlight

#

thats a no no

wind prairie
#

Imagine spending four hours trying to get something to work

bitter turret
#

😅

#

Yea…

wet girder
hasty bane
#

i spent 5hrs fixing button

#

all i had to do was change button() to button

barren shale
#

nice

#

you suck

orchid frigate
#

amateurs

#

I spent 3 weeks fixing an error I have yet to understand

hasty bane
#

but i lied

#

it was more broken than that

#

did have to fix button though

main brook
#

me when people misused the terms

#

glitch and bug

#

they apparently use it interchangeably

#

for some weird reason

barren shale
#

glitch good for player

#

bug bad for everyone

knotty root
hoary hound
#

@knotty root don't spam emojis

#

so what do you need?

#

you just prompt an input from console, store the input in a variable, and when you need it check if what's inside the variable is correct

#

if you want I can give you some example later, I gtg for lunch now

barren shale
#

bro you ask that question every day

#

and i already answered it

#

here you go again

#

please dont ask again

#
string password = Console.ReadLine();

string input = string.Empty;
while(input != password) {
  Console.Clear();
  Console.WriteLine("Please Type Your Password");
  input = Console.ReadLine();
}

Console.WriteLine("Password Is Correct");
#

it will only type password is correct when you type the correct password

#

string password = Console.ReadLine();

#

cuz its that line

#

the while loop is simple

#

just save it somewhere

#

so you dont ask again after 2 days

knotty root
#

im working on python rn

knotty root
knotty root
#

Well in here you talk about coding while #🌎general is just multiple topics to be fair

knotty root
#

hey guys Im learning c++ and i wanted to know if os Code::Blocks good for learning coding

gloomy holly
#

it's ok

#

if you are new to programming, I would suggest something easier.

#

C++ is an irregular language with weird exceptions and... things.

#
std::printf << "Hello World!"

Like what is this

barren shale
#

c++ is a stupid language that none should use

#

dont change my mind

hasty bane
hasty bane
#

c# will never have crab mascot

barren shale
hasty bane
#

trash
you've yeed your last haw

#

ban timer: 47:59:59

knotty root
#

Anyone uses python here ? :3

hasty bane
#

i do

#

sometimes

#

cant rate script rn tho

knotty root
barren shale
knotty root
barren shale
#

never

knotty root
#

?

hasty bane
barren shale
knotty root
knotty root
hasty bane
#

breffle if you're looking for c# advice, go to hamza
if you're not looking for c# advice, just dont listen to him

#

he is a microsoft bot

knotty root
#

I make smol projects

barren shale
#

no

#

use C#

#

better

#

easier

#

more readable

#

faster

knotty root
#

mhm

#

Okay I'll check it out

knotty root
#

troll 👍

hasty bane
barren shale
#

im not a microsoft bot

#

its just that C# is too good

#

so i recommend it to people

knotty root
hasty bane
knotty root
hasty bane
hasty bane
#

ngl tho

#

c#

#

is good shit

#

knowing it is p nice

barren shale
#

its the best

#

you can make everything in C#

#

web apps web api console app windows app

hasty bane
barren shale
hasty bane
#

^thinks i need five years of experience to know something about a language

barren shale
#

you might know something

#

but see

#

your opinion

#

does not matter

hasty bane
#

your opinion doesn't matter either?

barren shale
#

who ?

unborn fable
#

I have little experience about c#, but isn't c++ known for being fast?

hasty bane
hasty bane
#

banned twice now

#

but tbf

#

if it really was the best

barren shale
#

the speed difference is too small now

hasty bane
#

wbshy hamza, you see

#

im not seeing everyone migrate to c#

barren shale
#

and that's why im here

#

to tell everyone to migrate to C#

hasty bane
#

microsoft bot

barren shale
#

cuz its better

hasty bane
#

I TOLD YOU ALL

barren shale
#

im not

hasty bane
#

he is a microsoft bot

barren shale
#

its just that C# is better

#

give me one reason why would i make something in any other language than C#

#

literally impossible

hasty bane
barren shale
hasty bane
#

hao

unborn fable
barren shale
#

ive made a program

#

that lets you write on the screen

#

in C#

hasty bane
unborn fable
#

anyway

#

knowing more languages sure is an advantage for you

barren shale
#

knowing useless languages that nobody is gonna use 5 years from now isnt

#

id rather have a larger knowledge in C#

#

(which is the best language)

#

(would recommend)

#

(11/10)

unborn fable
#

well if you plan on getting hired anywhere, you don't get to choose the language the company uses

barren shale
#

yes you do

unborn fable
barren shale
#

the company doesnt choose you

hasty bane
barren shale
#

you choose the company

unborn fable
#

depends on your situation

#

you don't always have the choice

barren shale
#

well if ur shit at programming that the company have to choose you

#

maybe go get better at C#

hasty bane
#

uh oh C# bros we got too cocky

barren shale
#

that's pypl

#

nobody cares about that

hasty bane
#

which one did you use

barren shale
#

that relies on google searches

hasty bane
#

and why do people care about what you used

barren shale
#

because it doesnt rely on google searches

#

it rely on uses

hasty bane
#

what relies on uses

barren shale
#

in real world use

#

its javascript

hasty bane
#

what did you use

barren shale
#

for number 1

#

then its C#

hasty bane
#

what ranking thing did you use to get c# above cpp

barren shale
#

then java

#

do i really have to go search for it

#

just go do your research dude

hasty bane
#

⚠️ [citation needed] ⚠️

barren shale
#

dont just open the first website on google

hasty bane
#

I don't have to back up my claims, it's up to you to disprove them

barren shale
#

C# has the fastest APIs

#

and most used

unborn fable
#

I mean I like C# but you are shitting on the rest of languages like they don't really matter

hasty bane
#

and my claim is that Pascal is faster than c++ by a factor of ten

barren shale
#

none cares about your claims

hasty bane
#

where did i find that?

barren shale
#

so none will disprove them

hasty bane
#

uhhh

#

Do your own research lmao

barren shale
#

anyways

#

i have to go

#

so remember

#

C#

#

best

#

everything else

#

bad

hasty bane
unborn fable
hasty bane
#

tfw cant even beat Java on Github

barren shale
#

go look at the latest java updates

#

everyone who uses java instead of C# is stupid

orchid frigate
#

Java can be compiled to .o

hasty bane
orchid frigate
#

C# cant

#

Its bad automatically

barren shale
#

java is literally doing the same as C# is doing

#

just 1 year late

#

they are adding stuff now that was added in C# 9

#

they are copying C#

#

cuz its so good

hasty bane
#

businessinsider also does the thing

hasty bane
unborn fable
#

man you really love C# huh

barren shale
#

i like how you just search for random blogs on the internet that only want clicks

hasty bane
barren shale
#

not doing your own research

#

by using C#

#

and realising how its the best language

#

ever

#

to ever

#

exist

orchid frigate
#

@hasty bane trying to argue against him will be the most unpleasant thing in the world as he has the biggest head in town just forget about it

hasty bane
#

im 99% sure he's shitposting

orchid frigate
hasty bane
#

and it is pretty funny so i keep it going

barren shale
#

they never verfiy the information

#

they just copy paste

unborn fable
#

ngl that's a point, but unfortunately google's search algorithm shows those first

hasty bane
barren shale
#

and see for your self

#

that's how i verify my information

orchid frigate
barren shale
#

dont be like haydot

#

he used to hate C

#

now he is using C

orchid frigate
#

When

#

When

#

When

hasty bane
barren shale
#

like 1 month ago

#

literally

orchid frigate
#

Verify that I hated c

#

If you do I will accept it

#

And I will apologize

barren shale
#

bruh this man doesnt believe me but he doesnt want to try it himself

#

bruh haydot

#

im not gonna scroll for 2 hours

#

to make you apologize

#

or am i

orchid frigate
hasty bane
#

cpp beats csharp

barren shale
#

public github projects are not all of the real life uses

hasty bane
#

Oh yeah show me a large data sample of real life uses

#

It's not like a lot of developers put their projects on github

orchid frigate
#

Show me which language google uses with code examples wbshy

barren shale
orchid frigate
#

Ok

#

I apologize

#

Well

barren shale
orchid frigate
#

Not really

hasty bane
#

rust 0.7% LET'S GOOOOO

#

TO THE MOON

orchid frigate
#

I never said I hated it

#

I just said its old

barren shale
orchid frigate
#

Which I still believe

unborn fable
#

what is ruby used for anyway

orchid frigate
unborn fable
#

I keep hearing people talk about it

barren shale
wet girder
barren shale
#

and websites

#

but the meta rn

orchid frigate
#

C is good but its old yea you have to do most things yourself

barren shale
#

is javascript frameworks for frontend

#

and asp.net (best api framework) for backend

hasty bane
#

and backend

#

LOL

orchid frigate
#

Unlike the newer better version c++

hasty bane
#

nodejs and express be like

#

damn bro

#

sucks to be c#

barren shale
#

lol

#

nodejs

#

slow

hasty bane
#

agreed

#

which is why

wet girder
hasty bane
#

do rust.

orchid frigate
#

Yea because c# is fast

barren shale
#

rust

#

overcomplicated

hasty bane
#

RUST BACKEND

orchid frigate
barren shale
#

and too fast

hasty bane
#

suffering from success

orchid frigate
#

But yea basically

unborn fable
orchid frigate
#

Oop kinda bad tho

barren shale
#

why do you need that much speed

unborn fable
#

why?

orchid frigate
#

Im kinda starting to dislike oop

barren shale
#

when you can make your app not that complicated

unborn fable
#

I like oop but I agree it doesn't fit everywhere

hasty bane
barren shale
#

sometimes too much speed isnt needed

hasty bane
#

agreed

#

but i do need speed

barren shale
#

id give it 2 weeks

orchid frigate
# unborn fable why?

I usually want to declare random functions wherever I want which oop doesnt like

#

Like without any namespaces whatever classes

hasty bane
#

rust is pretty annoying though

orchid frigate
#

It just gets too complicated

hasty bane
#

you can do whatever

#

just be ready to waste all the computing powers

orchid frigate
barren shale
# unborn fable like global functions?

dont worry about him, he just gets a phase like this once every a couple of months, first he started with wanting to make everything with C++ then he moved to rust and then assembly now he thinks its C

hasty bane
#

idk about powerful but it is so simple and fast to develop with

#

like

orchid frigate
#

Like it did some amazing stuff.in very little lines even low level

hasty bane
#

cpp, rust and csharp have nothing on python levels of dev speed

barren shale
#

no ty

orchid frigate
hasty bane
unborn fable
hasty bane
#

took my shit bucket under a second to iterate over 30k objects and print them
Probably much faster with other languages

#

which is why

#

you just

#

delegate

barren shale
#

which is why

hasty bane
#

use smth FAST for the "big complicated" and smth EASY for "small simple"

barren shale
#

you go write a function in C

#

import it to python

#

and use it

#

and that's why numpy is pretty fast

#

cuz it uses C not python

unborn fable
#

once I executed some python code from php

hasty bane
#

data science libs are all very fast iirc

unborn fable
#

don't ask why

barren shale
hasty bane
#

yeah

orchid frigate
#

Aight well this place gave me a headache im out

unborn fable
#

bye

orchid frigate
#

I'm gonna need sleeping pills after being here

hasty bane
#

gotta get that maximum velocity considering the fact slow libs will literally cost more money to use for big thing

gloomy holly
#

Python gang in the house

hasty bane
#

🙏 🙏 🙏

#

🅱️ython g🅰️ng

humble perch
#

c# gang

hasty bane
#

exiled to Brazil

wet girder
#

It's way too easy to sell my programming skills to a small company needing a website

#

I just told the owner of the company most of my experience using as much jargon as possible and he was impressed af

#

easy internship

austere ore
#

stronk

#

thats like how you succeed at tests: only use fancy words and hope the teacher doesnt read it all

wet girder
#

lol

orchid frigate
#

They are literally hell on earth

main brook
#

a hell

#

on a hell??

upper totem
#

Since y'all coders I was wondering what 2+2 is

#

I need the answer for my math homework

main brook
#

depends

#

if you're asking for numbers type

#

2+2=4

#

for strings

#

2+2=22

#

because concat

#

and for binaries

#

10+10 = 100

upper totem
#

Oh ok thanks

dawn edge
hasty bane
main brook
#

Stack underflow

errant trail
#

yeah need more loops

wet girder
orchid frigate
#

Thats funny

#

My favourite is PTR_ERROR_STACK_GOOD_DEV_LOL_MODE_OVERFLOW_GAMEDEV_UNUTY_GAMEEGNINE_NASM_NASA

main brook
#

mine is

#

the alphabet

granite prism
orchid frigate
wet girder
# granite prism Bruh,isn't that how prisons are supposed to be?

No not really. They're meant to teach you to not break laws. In nordic countries most prisoners go to prisons where they have quite a bit of open space, very good health care, good food and atleast in Finland they teach you programming or other skills for work and we have over 60%-units less prisoners coming back to prison than USA

#

and USA makes prisons hell on earth

hollow bronze
#

there is a point when you treat people inhumanely, but this is not really a coder moment

cloud solar
#

is there anyone who knows unity and programming in it well? I am making a game and i need help couse my programming skills sucks wbshy

#

more info in dms

next lotus
#

i know C# since .net 3.5 but never touched unity

#

C# > all languages

main brook
#

alizer please don't be like Hamzah

barren shale
hasty bane
orchid frigate
hoary hound
barren shale
#

not my alt

#

he is just a smart person

errant trail
#

what if someone says that JS is better

main brook
#

that's fine

#

just don't say

#

js > everything else

#

that's similar to being narcissistic (in my perspective)

cloud solar
errant trail
#

go to server discovery

barren shale
#

i mean javascript is good

#

especially when used with C#

#

why you ask me

errant trail
#

maybe

barren shale
#

if you want to make it

#

make it

#

dont ask people

errant trail
#

I have an idea to make a bot that lets normal peoples vote to ban, mute and kick so they can basically rebel against mods and ruin the server (meme idea)

#

I made multiple

it is not

#

I use JS using discord.js

#

python is a good alternative

#

yeah

#

JavaScript is not java

#

lol

#

peoples will legit get confused of you say java instead of javascript

#

I don't know I don't have any recommendations

hasty bane
errant trail
#

you can make anything with js

#

and it's all with minimum setup

main brook
#

can you make humanity great again

#

but like

errant trail
#

probably

#

with js

main brook
#

javascript has flaws like all language

errant trail
#

yeah

main brook
#

which means

barren shale
errant trail
#

no

#

you need js

barren shale
#

you can use js

#

if its with C#

errant trail
#

I am challenging a mod rn

#

very dangerous

half warrenBOT
#
Ban <User:Mention/ID> [Reason:Text]

[-d d:Duration - Duration]
[-ddays ddays:Whole number - Delete Days]

Invalid arguments provided: Not enough arguments passed
errant trail
#

oh no

hasty bane
barren shale
#

:(

hasty bane
#

because hamza is a c# supremacist

errant trail
#

Js is better

hasty bane
#

does language-ism fall under rule 1??

main brook
#

hamzah is like one of those people

barren shale
#

@errant trail that's why nobody cares about your opinion

errant trail
#

you can use js to fix js

main brook
#

typescript:

errant trail
#

and use js to make my opinion matter

barren shale
#

yeah typescript is much better than javascript

errant trail
barren shale
#

makes it look more like C#

hasty bane
main brook
#

typescript is actually a good language

#

ever made by big shitty corporation

barren shale
errant trail
#

ts is js

#

hmm yes 2 letter words

#

ts is js

barren shale
main brook
#

ts is js

#

js isn't ts

hasty bane
#

LOL

#

omw to commit war crimes
i'll donate a billion to charity later tho so i'm fine

main brook
#

nice spin

errant trail
#

mmm spin

#

spin is good but not as good as js

bold rover
#

Hi rei! You have a lovely night

hasty bane
main brook
errant trail
#

don't mind me just posting a message that peoples think is saying something instead of me sending a message to make them think there is an interesting conversation that I'm trying to start so peoples gets excited and look at my msg but gets dissapointed

hasty bane
errant trail
#

did it work

hasty bane
#

no

#

:D

errant trail
#

but you responded

#

because I sent the msg

#

so I win

hasty bane
#

no

errant trail
#

because of js

#

bye

hasty bane
#

i opened the channel because i wanted to check if anything happened and i was here before i left so it opened here

errant trail
#

nooooooooooooooooooo

hasty bane
#

yoi lose

orchid frigate
#

Js is cool but the c languages wbshy

#

(yes including c# even tho I would put it as the worst)

errant trail
#

@barren shale haydot said c# is worst!!!!

hasty bane
#

damn

orchid frigate
#

I said its the worst out of the c languages

hasty bane
#

zamn*

barren shale
#

he is trash and his opinion does not matter

#

its the best

orchid frigate
#

Insulting ay

errant trail
#

js is still better

orchid frigate
#

Yea I did fucking say its the worst and I stand my opinion

#

Because both c and c++ are very high quality languages

#

That are good for everything from low to high level

#

While c# is only good for high level

main brook
#

i like any language im comfortable using

next lotus
#

i mean

#

seriously

#

C# is the best lang out there

#

not as stupid as JS, not as obsolete as Java lol

next lotus
#

weak types be like 0 == "0" // true LMFAO

hasty bane
#

rust be like 0 == 0 // obscure compiler error you'll spend hours fixing

next lotus
#

any other language: maximum integer = 2147483647
javascript be like: Math.max() == iNfInIty

main brook
#

===

main brook
#

unless the language has some sort of constraints that depends on the architecture

hasty bane