#voice-chat-text-0

1 messages Β· Page 1022 of 1

somber heath
#

@shy elk What brings you here? πŸ™‚

idle cosmos
#

hi

somber heath
#

Apple house: HOA. Linux house: Underground bunker. Windows house: Suburban bliss, but built on landfill.

#

!e ```py
import numpy as np

arr = np.array([np.random.permutation(5) for _ in range(5)])

print(arr)```

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | [[4 3 2 1 0]
002 |  [2 1 0 4 3]
003 |  [1 4 2 3 0]
004 |  [4 1 2 0 3]
005 |  [2 1 4 3 0]]
woeful salmon
#

@tough abysshttps://www.youtube.com/watch?v=tWVWeAqZ0WU

Learn how to implement graph algorithms and how to use them to solve coding challenges.

✏️ This course was developed by Alvin Zablan from Structy. Check out Alvin's channel: https://www.youtube.com/c/AlvinTheProgrammer

πŸ”— Learn data structures and algorithms: https://structy.net/

⭐️ Course Contents ⭐️
⌨️ (0:00:00) course introduction
⌨️ (0:02:...

β–Ά Play video
wind raptor
rugged root
signal sand
#

Should have bin taking your pills.

whole bear
#

kkkkkkkk

#

its this bike cake

#

?

wind raptor
rugged root
#

!paste

wise cargoBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

whole bear
#

!code```py
import random
import pygame as pyg
#standar init pygame
pyg.init()

#close the game wen false
running = True

#display size
display = pyg.display.set_mode([800, 800])

#window name
pyg.display.set_caption("RPGod")

#turn things black under the images
display.fill([25,11,0])

#tell the next code the size to resize to image
largura,altura = 800,800
background = 1
#my game loop

while running == True:
N=(str(background)+"R.jpg")
img = pyg.image.load(N)
nova_img = pyg.transform.scale(img,(largura,altura))
pyg.display.update()
for event in pyg.event.get():
if event.key == K_6:
background=background + 1
if event.key == K_4:
background = background - 1
if event.type == pyg.QUIT:
pyg.quit()
running = False
display.blit(nova_img,(0,0))```

wind raptor
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

tidal shard
#

`

wind raptor
#
import pygame
from pygame.locals import *


pygame.init()
screen = pygame.display.set_mode((640, 240))
r = 0
g = 0
b = 0

running = True
while running:
    for event in pygame.event.get():
        if event.type == QUIT:
            running = False
        if event.type == KEYDOWN:
            if event.key == K_ESCAPE:
                running = False
            if event.key == K_r:
                r = (r + 5) % 255
            if event.key == K_g:
                g = (g + 5) % 255
            if event.key == K_b:
                b = (b + 5) % 255
        screen.fill((r, g, b))
        pygame.display.set_caption(f"r: {r}, g: {g}, b: {b}")
        pygame.display.update()

pygame.quit()
woeful salmon
#

or pygame.key.get_pressed() to get all keys currently pressed

whole bear
#

thanks @wind raptor

#

it works πŸ™‚

sweet lodge
rugged root
sweet lodge
#

why

rugged root
#

I DON'T KNOW

sweet lodge
#

That website

#

Is that default bootstrap?

rugged root
#

Oh it might actually be

sweet lodge
#

And what the hell color is that navbar?

rugged root
#

Split pea soup?

amber raptor
rugged root
#
name: devserver

categories:
  welcome:
    - welcome: text

  staff:
    - admins-mods: text
    - lounge-helpers-org: text
    - defcon: text
    - incidents: text
    - incidents-archive: text
    - staff-announcements: text
    - dev-logs: text
sweet lodge
woeful salmon
#

@amber raptor maybe just do Get-Clipboard >> filename.yaml?

somber heath
#

✨Collectables✨

frosty star
#

haay

amber raptor
woeful salmon
#

oh so it messes up the tab characters themselves not just the pasting?

rugged root
#

@stuck comet Sorry wasn't trying to push you out, it was just almost impossible to hear you

#

And the static was painful

stuck comet
stuck comet
#

my bad

woeful salmon
#

@somber heath too many drinks?

#

idk if you do drink at all but xD

somber heath
woeful salmon
#

me neither πŸ™‚

somber heath
#

I like to. But meds. So no.

woeful salmon
#

ah i don't like to either :x

frosty star
#

\o/

woeful salmon
#

caffine > alcohol

whole bear
#

xd

sturdy panther
#

What about payload : dict = ...?

severe pulsar
#

hemlock whatcha coding?

rugged root
#

Working on the auto_guild script I've been making

sturdy panther
#

I think it might be deducing the value type from the initialisation.

woeful salmon
#

πŸ‘€ ye i totally missed the fact the dictionary was defined right there

sturdy panther
#

Are the value types fixed for each key?

wheat needle
#

hello everyone πŸ™‚

quasi condor
#

πŸ‘‹

#

The Golden Rule is the principle of treating others as one wants to be treated. "Various expressions of this fundamental moral rule are to be found in the tenets of most religions and creeds through the ages, testifying to its universal applicability" It can be considered an ethic of reciprocity in some religions, although different religions tr...

wheat needle
#

The Milgram experiment(s) on obedience to authority figures was a series of social psychology experiments conducted by Yale University psychologist Stanley Milgram. They measured the willingness of study participants, men in the age range of 20 to 50 from a diverse range of occupations with varying levels of education, to obey an authority figur...

quasi condor
#

We've had this exact conversation before @molten pewter - Kant's categorical imperative is pretty rock-solid

whole bear
#

Hlo everyone

south bone
quasi condor
#

Sorry for being rude - you're not wrong - I sent that image a couple of minutes ago when we were still actively talking about the golden rule specifically. But I kinda drifted off and went back to studying for my exam so stopped following your argument

#

I shouldn't have cut you off though -that was me being dickish - my apologies

south bone
#

Fair enough, and don't apologize unless you intend on changing. Your apology is missing in that regard. Otherwise an apology gets downgraded to an excuse.

#

Example of this concept is Trump apologizing. We can clearly see the man hasn't learned anything lol.

south bone
#

#AmericanJusticeisWeak

whole bear
#

if a == "something" and a == "something2" and a == "something3":

#

how can Δ± write shortly

#

if a == "something" and "something2" and "something3":
I traied like that but it's not working if

#

@rugged root can you help me πŸ™‚

gritty meteor
#

(x, y, z)=something,something2,something3

languid finch
#

yep

#

can you help me one something ?

#

how did you know

#

?

#

damn

#

i cant also open screen xd

#

ok

#

you know how to do a touching system ?

#

ok thanks

woeful salmon
#
if event.type == pygame.KEYDOWN:
    // do something with event.key

for a single key at a time
or
pygame.key.get_pressed() i think to get all keys
to get all keys pressed

delicate kelp
#

hi

#

how do u get voice verrified?

woeful salmon
#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

delicate kelp
#

aight ty

#

what u guys up to

odd nova
#

what happen?

#

you asked me a question?

woeful salmon
#

!voice @forest bison

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

acoustic walrus
#

I can't talk in voice chat

forest bison
#

!voice

ebon sandal
#

for that

#

u need to get the permission

forest bison
#

!voice @forest bison

#

ah

ebon sandal
forest bison
#

how can Δ± have

woeful salmon
ebon sandal
woeful salmon
acoustic walrus
#

Okay

#

I understand

#

Hey@ebon sandal what do you do?

ebon sandal
#

dude

#

join vc

#

i will talk

#

u can type

acoustic walrus
#

Vardhaan

#

Yeah

#

India

#

Its my

#

Clan name

#

Hey noodles

#

About you

#

:)

#

17

#

AI

#

and app dev

#

Average

#

I need to learn more bout it

#

That's the point

#

I don't use one

#

I make my one

#

Tinsy winsy

#

No

#

Its just logical

#

Hey

#

Please

#

Help me

#

Help me to know about it more

#

AI

#

and the servers

#

Too

#

Yeah

#

Hahe

#

Becouz

#

I can be more relevant

#

With my code

#

Becoz

#

Many libs

#

Need to

#

Make every code as per there condition s

#

May be

#

If its a life time

#

I will make that

#

That's what humans do

#

Yeah

#

I learn about a lib from using one called

#

Pytorch

#

.

#

Ohhh

#

Hey answer this

#

What happens if an powerful ai

#

Learns how to code

#

(Machine learning)

#

No

#

It doesn't

#

But we can make it to reach it limits

#

Yeahhh

#

Giving it the all need what a

#

Human need

#

Google

#

And etc

#

Even

#

..

#

Yeah

#

We set

#

That

#

Limit

#

But

#

Just thing

#

Making it a master

#

Yaeh

#

It should

#

Nowadays

#

The automation ai s

#

Learning the conversation

#

Haa

#

.

#

Hm

#

Analog

#

Work with

#

The electric waveing

#

Analog computer is a computer whichΒ uses continuously changeable entities like mechanical, electrical, hydraulic, etc. These were first used at the time of the 1950s–1960s. They do not use discrete values but use continuous values. Thus these computers work on an analog signal

#

Its energy

#

Yes

#

Its about

#

1s and 0s

#

But

#

Energy production

#

Hm

#

I know them

#

Tinsy bit

whole bear
#

oh

#

ok

#

so I gtg

frosty star
#

hay chris nicholas & noodles

frosty star
#

haay

#

haaaay

whole bear
#

Hi

robust kettle
#

hello

#

what are you fellas doing today then

#

ooho very nice

#

im currently working on a botnet

#

ethical floods

#

exactly if its ethical theyres no issue

bleak knot
#

hello

#

Doing that right now

#

I guess I still havent reached 50 msgs yet

robust kettle
#

same lol

#

im currently watching your youtube out of intrest

bleak knot
#

Wait what?

#

Really?

robust kettle
#

yep read and react the data series part 4

bleak knot
#

Thanks for the views

#

Cool!

#

Make sure you check out the others before it obviously and the other series I have covered

robust kettle
#

currently doing that atm

#

!verify

bleak knot
#

Oh right my bad

robust kettle
#

dont have my 50 messages yet!

bleak knot
#

I typed the command into the channel but my message just disappeared and it didnt say anything

#

It could also be not being here for the 10 minute blocls

#

blocks

#

So what is everyone up to

robust kettle
#

is discord nitro even worth it

signal sand
#

if you find discord is a nice place and want to support them!

robust kettle
#

i mayaswell then lol

#

i have a little money from my btc

#

does anyone here use kali linux ...

#

is it not allowed to be discussed on pythons server ...

#

what u said is true, its only handy, but not 100 percent pratical

#

anyways im going to pick up my daughter, speak later!

bleak knot
#

I use it

#

Sorry what did I miss

#

I completely understand what you mean

#

People want to shove it in your face

#

I'm so bored waiting for these stupid lectures to download

timid lake
#

So what we doing

bleak knot
#

I think it's more about just knowing there are people on the other end

#

Even though we aren't really talking, we don't feel alone

sturdy panther
#

Staring at phones next to each other.

#

A very modern way to use a playground!

#

And a whole less sweaty.

timid lake
#

Haha

#

Do know a website to practice python coding skills

#

I was looking for systematic learning using Python.

bleak knot
#

Edabit can give you some good practice problems to do locally on your own machine, but if you use the website for a coding environment, it will charge you a monthly subscription

timid lake
#

If you have projects in Django I can help you.

#

or Python

#

Needed some motivation πŸ™‚ to learn further.

#

I am a Flask Developer and do Core python Dev too, but want to move to Django.

bleak knot
#

I wish it told me how many messages I had left to send before I could be verified

#

What was that

#

How do you see that>

frosty star
#

you can do it

#

i believe in you

bleak knot
#

Wow I'm dumb

#

First message is December of 2021

#

So fucking close

#

Fair enough

timid lake
#

What do you think which is better Pycharm or vscode

#

πŸ‘

#

Ya that's what I was talking about

#

Hmm it stops the learning process.

#

using linter

bleak knot
#

Let's make this work

#

Sick of waiting to talk on mic

sturdy panther
#

Take care!

vivid palm
#

oh you got it nvm

charred raptor
#

some

#

one

#

can speak with me

#

i don't

#

wanna

#

speak

#

with

#

my self

#

for

#

50 messages

stuck furnace
#

@charred raptor Did you see this message in #voice-verification?

Spamming to meet any criteria will get you temporarily or permanently banned from voice, and potentially the community

waxen violet
#

Hello

#

can anyone proof read my code please

#

?

wind raptor
#

Sure

finite geyser
#

@wind raptor do you mind checking my code after Sage

#

Okay thanks

wind raptor
#
from datetime import datetime, timedelta, timezone
import pytz
import asyncio
import sqlite3


async def task_checker(self):
    await self.bot.wait_until_ready()
    while not self.bot.is_closed():
        dt = datetime.now(tz=timezone.utc).replace(tzinfo=None)
        dt = dt - timedelta(seconds=dt.second, microseconds=dt.microsecond)
        tasks = self.find_tasks(int(dt.timestamp()))
        for task in tasks:
            # do somthing with task
            self.delete_task(task[0], task[6])
        await asyncio.sleep(30)


def find_tasks(self, timestamp):
    with sqlite3.connect('data.db') as db:
        cursor = db.cursor()
        tasks = cursor.execute(
            "SELECT guild_id, user_id, channel, timestamp, msg_type, data, identifier FROM schedule WHERE timestamp = ?", (timestamp, )).fetchall()
        return tasks
finite geyser
#

a keylogger

#

with email & screenshot function

#

im done with the email part

wind raptor
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.

finite geyser
#

its for my major project

#

im a cybersecurity student

#

:/

#

just the screenshot part then?

wind raptor
#
self.bot.loop.create_task(self.task_checker())
lavish rover
#
schema = {
  "tshirt": ("size", "color", ...),
  ...
}
simple siren
#

I was listening, but I forgot I was will in this channel.

#

I was still in this channel

ebon sandal
simple siren
#

πŸ™‚

faint heart
simple siren
#

They are to control our belt drives with various inputs/outputs and analog

#

Each of our belts has a PLC rack

#

that isn't possible because they are miles from each other. Each belt has roughly 48 inputs and 22 outputs/ 28 analog for amps and temp readings

#

each belt drive

#

It is my job to link them together using fiber optic cabling

#

yes but it is located outside in a operations control room to monitor each belt because they are all sequenced together.

#

The belts can run with out fiber because we have maintenance people trained to locate and repair the fiber (which doesn't happen often). They can run independently.

#

explain that one more time?

#

well the control room can control each belt. Worst case scenerio the belt can be controlled on the spot by a person.

#

ype

#

yep

#

USA

#

yep

#

oh yes love it here.

obtuse wyvern
#

ok

#

not much

#

just curious about what happens in VC of Python

#

Its a funny name

#

no Django?

#

or Flask?

#

they're web frameworks done in Python

#

I see

#

Python is best

#

snake make coding fun

#

its just good general purpose language. Doesn't do much spectacular, but does a lot of things good enough.

#

nice syntax

#

lots of good documentation

#

PyPI is nice

#

execution speed doesn't matter in most applications imo

#

I think in most applications you can just solve those issues with more hardware

#

I've noticed in industry people are more willing to throw way more money at hardware running inefficient software than spend more money on a team taking a few more weeks to make it run 10% faster

#

Idk Instagram is owned by FB and it uses Django so, it's good enough for Instagram probably good enough for a lot of other uses

#

like do you really think you will create a service with more users than Instagram?

#

I agree that there are many cases where lower level languages are more appropriate, but libraries like numpy and scipy have cross compiled fortran codes for the heavy lifting so you kind of get the best of both worlds

#

I think a lot of people have this pre conceived notion of "Python is slow and only good if you need a quick prototype." without doing much digging

tranquil shoal
#

hey

obtuse wyvern
#

who r u

#

Bing Chillin

#

I made a song with Jon Xi'na

#

I am brofist army

tranquil shoal
#

brofist

obtuse wyvern
#

brofist

#

TURNITUP

#

nah

#

dont mute

#

this is me hearin this song^

tranquil shoal
#

same

#

pirated songs

obtuse wyvern
#

I pirate a lot of songs

#

I pirate songs and remix them

#

because swag

tranquil shoal
#

you remix songs

obtuse wyvern
#

yes

#

I make songs too

tranquil shoal
#

which ones

obtuse wyvern
tranquil shoal
#

9 year old army

obtuse wyvern
#

not the animation lol

#

the music tho

#

like I said

#

Python can do a lot of cool stuff

#

you just have to have

#

I made a song with Python yeah

#

pretty cool

#

C#2 is the sequel

#

like how star wars2 is the sequel to star wars

#

or how pizza 2 was made after pizza

#

nah

#

C#2 is coming out next month

#

my uncle works for Microsoft

#

trust me

#

the full name is

#

C#2: Now even sharper than ever!

#

that song slaps

#

lemme remix that

#

send it

#

it probably does for you

obtuse wyvern
#

its off beat for me

#

unless you mean the aesthetic

tranquil shoal
#

natsuki

obtuse wyvern
#

in which case I agree

tranquil shoal
#

monkia

#

soyori

#

yuri

#

all the 4 main girls

obtuse wyvern
#

my favorite anime is

tranquil shoal
#

attack on titan

obtuse wyvern
#

my fave is Jimmy Neutron

tranquil shoal
#

hi

ebon sandal
#

hey

ebon sandal
frosty star
#

hi guys

#

i dont normally talk

#

i just listen

#

i love kpop dont u dare

#

i guess that's fair

#

psy's pretty cool

#

oh AOA

#

i know too much about kpop more than I should at my age I'm kinda embarrased abt it but not rly

#

ikr πŸ˜’

#

well a lot of guys (and girls) pump so much money into soccer whatsup with that

#

u dont see me complaining

#

I love it that people are passionate abt something in their life

#

I think learning languages are great

#

oh come on those are like 15 year old girls they will grow out of it

#

im pretty old man ;-;

#

ok look at it this way

#

in the early days

#

kpop was something the the SK government subsidized

#

along with other media like dramas

#

and stuff

#

in that way they spread their influence the rest of the world

#

so people care about SK a bit more

#

kpop fans are more informed to the dark side of korean culture more than anyone you know

#

anyhow. point is. Promoting the culture - like art, history - is a good thing. Because the more people love your culture, the more people care about it.

#

So when bad things happen to your country, people will pay attention.

#

It's related seriously. kpop is not all that bad. Sure there are crazy fans but it's not all crazy fans. It's a whole economy. You gotta look at the bigger picture.

#

Some country go to war and no one give two shits.

languid finch
#

gg man

#

hi

#

whatsup

#

fine how are you

#

yep

#

euw

#

damn

#

ahah no p

#

i like to play it idk why

#

yep

#

yep

#

i love apex legends to

#

i am still learing python

#

basics

#

"""

#

bro the thing here i have to learn all alone

#

when?

#

4 ?

#

i have test tomorrow

#

not really

#

i want to send 50 msg and i talk with you

#

yep ik

#

sui

#

yep

frosty star
#

and im back

#

thank u :3

#

hah what happen

languid finch
#

nice try tho

frosty star
#

noodles i cant hear you

languid finch
#

haha

frosty star
flat sentinel
frosty star
flat sentinel
languid finch
#

what is going on here

#

i am dead

flat sentinel
#

A delightful twist on a classic children’s song. β€œJamel” means camel In Arabic :)
Subscribe: www.youtube.com/c/jamilandjamila

Lyrics

Jamel* the camel has 5 humps (x3)
So go, Jamel, go! Boom, boom, boom, boom!
Jamel the camel has 4 humps (x3)
So go, Jamel, go! Boom, boom, boom, boom!
Jamel the camel has 3 humps (x3)
So go, Jamel, go! Boom, bo...

β–Ά Play video
languid finch
#

goes

#

guys

#

make sure your not drank

frosty star
#

oh my god

#

what am i seeing

#

thats disgusting

#

i think they're just trolling the kids

#

and their parents

languid finch
#

gg

frosty star
#

he was

#

a camel in disguise?

#

wHAt

#

brb

frosty star
#

byeee

#

Haha

#

Cloning into 'Cooking-Planner'...
ssh: connect to host ssh.github.com port 443: No route to host
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

#

PING google.com(kul08s09-in-x0e.1e100.net (2404:6800:4001:806::200e)) 56 data bytes
64 bytes from kul08s09-in-x0e.1e100.net (2404:6800:4001:806::200e): icmp_seq=1 ttl=115 time=7.62 ms
64 bytes from kul08s09-in-x0e.1e100.net (2404:6800:4001:806::200e): icmp_seq=2 ttl=115 time=7.42 ms
64 bytes from kul08s09-in-x0e.1e100.net (2404:6800:4001:806::200e): icmp_seq=3 ttl=115 time=7.57 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 7.419/7.533/7.616/0.083 ms

#

PING github.com (20.205.243.166) 56(84) bytes of data.
From 192.168.1.101 icmp_seq=1 Destination Host Unreachable
From 192.168.1.101 icmp_seq=2 Destination Host Unreachable
From 192.168.1.101 icmp_seq=3 Destination Host Unreachable
^CFrom 192.168.1.101 icmp_seq=4 Destination Host Unreachable
From 192.168.1.101 icmp_seq=5 Destination Host Unreachable
From 192.168.1.101 icmp_seq=6 Destination Host Unreachable

--- github.com ping statistics ---
6 packets transmitted, 0 received, +6 errors, 100% packet loss, time 27395ms
pipe 3

#

~/.ssh/config

acoustic walrus
#

Yo

#

Hi

#

What are you doing

sturdy panther
#

pyenv

#

Both! I think.

#

python3.14.15.92

#

Huh. I didn't know it reads that.

lunar mulch
#

I'm 49

woeful salmon
#

@frosty star winget install Neovim.Neovim

molten pewter
#

infernus

lunar mulch
#

Call me racist

molten pewter
#

you racist

lunar mulch
#

Hi magicalgirl, I'm racist

molten pewter
#

Hi Racist, I'm γ΅γ‚Šγ‚‡

sand ermine
#

Ξ¦

lunar mulch
#

VMware users:

tame latch
#

Hi

tame latch
lunar mulch
#

vmware cringe

#

goodbye racists

tame latch
#

I have to write 50 messages for can speak?

sand ermine
tame latch
#

yo!

#

It's not easy

tame latch
sand ermine
#

nobody knows lemon_xd

sturdy panther
#

Nope! Gave up on Rust.

ebon sandal
sturdy panther
#

Speaking of Python, are there new ways to start a project from a template?

#

Last I read, it was cookiecutter.

somber heath
wheat needle
#

hello everyone

lavish moss
#

hola

sturdy panther
#

I associate mint flavour as something not to be swallowed.

lavish moss
#

what?

sturdy panther
#

Trying to implement my own async loop in Python.

tame latch
somber heath
tame latch
#

I just want to talk to people

#

50 MESSAGES!

somber heath
#

The conversation has been had.

#

It's a speedbump, not a brick wall.

frosty star
#

=.=

somber heath
#

It makes sure that people invest some time and effort into the community, first.

somber heath
#

Anyway.

ebon sandal
#

@woeful salmonhow long have u been in the voice chat?

#

😳

somber heath
#

We'll soon have you past the gate. πŸ™‚

#

Or not.

frosty star
sturdy panther
#

Ah, no. I mean the async EventLoop.

#

From asyncio.

ebon sandal
#

xD

tame latch
#

of course

tame latch
sturdy panther
#

TIL isinstance(thing, int | str) works.

ebon sandal
#

try to take part in the conversation here and i am sure 50 messages would be done in no time

#

πŸ™‚

frosty star
ebon sandal
tame latch
somber heath
ebon sandal
#

man i love russians, they do some real crazy stuff

#

πŸ™‚

tame latch
#

πŸ™‚

frosty star
ebon sandal
#

i have a russian friend too, he showed me a lot of russian parties, its just awesome

ebon sandal
#

πŸ˜‚

tame latch
frosty star
ebon sandal
#

i heard that u would be put in prison if u talk against russia or russian govt

#

but i dont think they are monitoring discord traffics

tame latch
tame latch
ebon sandal
#

my russian friend is regretting being russian now xD

tame latch
#

Even now

ebon sandal
#

due to war and price increasing of items, he had to sell his current house to finish building of his new house 😦

tame latch
ebon sandal
tame latch
frosty star
#

We can talk abt sth else if u like

somber heath
#

I think he'd have to be nearly overdosing on Xanax for it to not be stressful.

ebon sandal
#

putin is love (only because i am not in russia or ukraine) πŸ˜‚

tame latch
#

You don't even know what level of corruption and propaganda we have

ebon sandal
#

when i think about russia, first thing that comes in my mind is VODKA and BRAHMOS

somber heath
#

We've some notion.

ebon sandal
#

brahmos is a supersonic ramjet missile

#

πŸ™‚

#

its cute af πŸ™‚

ebon sandal
#

😳

somber heath
#

Sterotypes exist because they have a pesky tendency towards being true, even if they are an unfair generalisation.

#

Well. Can have a tendency.

tame latch
#

Yes, but not all of them are true

ebon sandal
# tame latch stereotypes

i wanted some russian vodka and my freind wanted to send it but the organisation wanted to see the items being sent and sending of liquor is illegal -_-

ebon sandal
frosty star
#

Leo is that ur cat in the picture

ebon sandal
#

thats a cat

#

?

tame latch
tame latch
#

but we call him Shleppa

ebon sandal
#

u sure this is a cat?

tame latch
frosty star
#

Cute

#

Is that a caracat

tame latch
ebon sandal
#

what is caracall?

#

0_0

frosty star
#

What was that

somber heath
#

I first got drunk when I was 12 or something. Too much brandy in the Christmas pudding that hadn't cooked off. Honest accident. The hallway wasn't quite as stable as usual, that day.

frosty star
frosty star
#

Big floppa huh

ebon sandal
#

i never got drunk in my entire life but i first drank when i was 13

#

mom gave me

#

🀣

tame latch
#

The first time I drank (a lot), I was 15.

frosty star
#

Oh the time I spent on the sims cas and build

ebon sandal
somber heath
frosty star
#

Its a game

ebon sandal
#

PER YEAR

#

πŸ˜‚

nocturne ridge
#

Hi

frosty star
#

Hi neo

tame latch
#

Hi

ebon sandal
#

i barely drink alcohol, not much interested, i prefer being on my senses more

somber heath
ebon sandal
#

lol

ebon sandal
#

how much do you drink generally?

somber heath
#

I don't.

ebon sandal
#

another reason i barley drink is because when everyone i am with drinks, there should be someone who should drink them back to home safely πŸ™‚

frosty star
#

Bye guys gtg to sleep

ebon sandal
ebon sandal
tame latch
ebon sandal
ebon sandal
somber heath
#

In moderation it's fine. Some people, a little is too much and too much is never enough.

tame latch
#

i've 0:02 am

ebon sandal
tame latch
#

*12 02 am

ebon sandal
#

i do believe everyone knows 24 hour clock πŸ™‚

tame latch
#

yes

#

i use it

ebon sandal
#

i use it too

#

its easier

#

πŸ™‚

somber heath
#

"The superior horological standard is the 36 hour clock, ackshually."

ebon sandal
#

wtf?

#

what is that?

ebon sandal
#

my brain just died

#

'-'

somber heath
#

Something I just invented.

ebon sandal
#

bruhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

#

i thought that was real

tame latch
#

but there is a decimal time

#

10 hours in day

#

100 min

#

100 sec

#

its real time

somber heath
#

There is the base36 encoding. I think I might have taken the idea from that.

ebon sandal
#

leave my life alone with this weird ass times xD

tame latch
#

look

ebon sandal
#

seriously why would anyone use that

#

😦

tame latch
#

what i found

ebon sandal
#

time to leave earth

somber heath
tame latch
somber heath
#

Where would you actually use that?

ebon sandal
tame latch
ebon sandal
#

practically is assured

#

but

#

if people get used to that timing

#

then i dont think there would be any problme

#

just like hte way we are used to 24 hour clock and 12 hour clock

#

which is more like 60 seconds = 1 minute but all the ohter units like LENGHT hits 10 or 100 or 1000 for its conversion

tame latch
#

It is convenient to count

ebon sandal
#

so we can get used to this clock too

#

but it would take a lot of time

#

thats all

tame latch
#

100 h in 10 days

#

1000 min 10 days

#

10000 sec in 10 days

ebon sandal
#

yes its make more sense but i dont think poeple would be ok wiht this change

tame latch
#

would have to get used to it and reprogram computers

somber heath
#

I think the world should operate on a single time. But do you think the world ever would?

ebon sandal
#

true

tame latch
#

and history date....

somber heath
#

One timezone.

ebon sandal
#

u mean so basically eveyrwhere it should be 5pm at the same time?

ebon sandal
ebon sandal
#

earth is not flat

#

0_0

ebon sandal
tame latch
#

yo

somber heath
#

Unified time.

ebon sandal
somber heath
#

Global synchrony.

#

Not in terms of activity.

ebon sandal
#

its called UTC

#

now dont blame me for using bing, when i type it in the START of windows, it opens in bing

#

xD

tame latch
#

I using yandex

somber heath
#

We'd still have day/night patterns and stuff. It's just that certain regions would each have the hours at which they get up and go to bed.

ebon sandal
#

i get it

#

i dont think no could would want their time to be 6pm when they wake up in the mornign

molten pewter
somber heath
#

I think 24 hour clock would be the more used.

ebon sandal
#

so yes countries on the ohter side of the timezone whihc is considered universal would be agaisnt this idea

#

and then USA would jump in and be like I AM DEVELOPED, LETS CHOOSE MY TIME AS THE UNIVERSAL TIME

#

πŸ˜‚

tame latch
#

I finally passed voice verification πŸ₯³

ebon sandal
#

(just a joke, dont get triggered)

#

xD

ebon sandal
somber heath
#

It'd be Greenwich time.

tame latch
#

Now I can speakπŸ₯³

ebon sandal
somber heath
ebon sandal
#

πŸ™‚

#

i gtg now

ebon sandal
#

xD

tame latch
tame latch
#

now I have a standard micro from a laptop

#

Mine general is Samson

somber heath
#

The little hole above the keyboard?

tame latch
#

well, I don’t have an ancient laptop, but yes, there is a little better

#

I guess it is

somber heath
#

Yeah. Ew.

opal lantern
#

Please dear god help me fix this lol!
ModuleNotFoundError: No module named 'tkinter'
Im not running tkinter on what im trtying to do. im trying turtle. im so confused

woeful salmon
#

so more people can look at your issue

wise cargoBOT
#

@ripe lantern :white_check_mark: Your eval job has completed with return code 0.

['simulated_input', 'simulated_input', 'simulated_input']
ebon sandal
#

lol

proven fox
ebon sandal
proven fox
ebon sandal
#

@fading salmon u can type here

fading salmon
#

hello

proven fox
wise cargoBOT
#

@ripe lantern :white_check_mark: Your eval job has completed with return code 0.

no
whole bear
#

yea ik

#

thanks

proven fox
whole bear
#

:)

ebon sandal
#

why are u crying?

whole bear
#

sorry

ebon sandal
#

😟

whole bear
#

i'll not ig

ebon sandal
#

πŸ™‚

#

how old are u?

whole bear
#

18

#

i'm just doing my maths hw with this in background tbh

#

pretzels

#

eighteen

ebon sandal
whole bear
#

me.

ebon sandal
#

xD

whole bear
#

idk how i feel about this

ebon sandal
whole bear
#

i got integration to do Sadge

#

i enjoy it until it makes me cry

#

...

ebon sandal
whole bear
#

integration by parts

#

it's shit

#

don't really need it

#

idk why you would do integration by parts

#

but we have to do it

#

we have trigonometry too with it

#

like first solve the trigo equation and tthen integrate that shit skull11

#

πŸ₯΅

whole bear
#

blonde ppl?

#

how old are you btw

#

takes offense

#

integration guy

#

no i'm not

#

minor

#

no

#

idk

#

i'm in school

#

indian man

#

saheb 🀌

#

integration guy sobbbbbbbb

#

GUYS

#

LOOK AT THIS

#

😱

#

∫

#

∫∫∫∫∫∫∫

#

i probably will

#

πŸ₯Ί

#

who is the minor

#

BaBaBoi + c

#

i'm not really that good

#

ik

#

πŸ₯΅

#

at integration

#

nah

#

oh

#

i have been here for a while

#

i have an alt which is older

#

how old am i here

#

only if i joined with this id earlier

ebon sandal
#

fuck off -> read that backwards and its british version

whole bear
#

do i join from that id?

#

wait

#

lemme

#

what did you say

#

for me

#

i didn't hear

ebon sandal
#

you need to do that 50 messages

#

in 30 minutes

whole bear
#

i will

#

i don't have nitro on that id cri

#

i'll use this id to chat

hidden plover
#

aaa

ebon sandal
#

lol

hidden plover
#

egguh

ebon sandal
hidden plover
#

i will type for a while

#

i have 16 msgs

ebon sandal
#

u need to be in the srever for 3 days, send 50 message within 30 minutes to get hte role to talk

hidden plover
#

18 now

#

ez

#

:hackerma

#

fuck

#

i forgor no nitro

#

:Sadge

#

aaaaaaaaaa

#

i just need 50 msgs in total

ebon sandal
#

then ok πŸ™‚

#

lets hit u up wiht 50 messages

hidden plover
#

halfway there

ebon sandal
#

whatsup

hidden plover
#

aa

#

aids?

#

noice

ebon sandal
#

bruh chill xD

#

he dont mean that

hidden plover
#

yeah am not spamming

#

reee

#

πŸ₯Ί

#

mySQL πŸ‘Ώ

#

tf

#

😭

ebon sandal
#

why would u hate it

#

😦

hidden plover
#

oh

#

that thing

#

☠️

ebon sandal
#

lol

#

its cute

#

πŸ™‚

#

but what i like is postgres

#

thats like mysql on steroids xD

hidden plover
#

🀑

#

😒

#

adhsdhfahfh

#

mil-

#

:)

#

milk.

#

my dad

#

the milk went out to get my mom

#

epic voice reveal in 2 msgs 😳

#

play what

#

nice

#

cat

#

still can't

#

aaaaa

#

10 minutes more ig

#

tbh i won't really speak

#

got integration to do ☠️

#

i am the integration dude ig

#

it's me

#

BaBaBoi

#

🀌

#

i did

#

πŸ₯Ά

#

PEE

#

my pfp tho πŸ₯΅

#

i got verified

#

😳

#

just click on it

#

click on the badge

#

it is for free

#

it's just a quizlet thingy

#

wait

#

it's just an average voice.

whole bear
#

i'll type with this id

#

programmer

ebon sandal
hidden plover
#

f

whole bear
#

not speaking anyways

#

you alive

#

hi back?

#

jinx

#

hinxks

#

jincks

#

jinx

#

copy paste

#

i'll learn some languages after my exams

#

probably python skull11

#

i started learning but then exams depression

#

finals

#

school

#

gn

#

ye

#

bi

#

idk

#

i'll go pee

#

gotta take a pee break while integration am i right