#voice-chat-text-0

1 messages ยท Page 690 of 1

olive echo
#

idk

unkempt berry
#

@olive echo you can probably see discord is not highliting you while youre saying smth

strange plank
#

ah sorry a proxy then? since both reroute interent packets

strange plank
#

a thank you

olive echo
#

The VPN isnโ€™t working so I give up

rugged root
#

I saw your mic on for a moment. You might want to check your settings

#

Make sure that it's looking at the right input device, do the test

digital jackal
#

hey guys

tranquil barn
#

India has the world's fourth highest number of languages (427), after Nigeria (524), Indonesia (710) and Papua New Guinea (840).

digital jackal
#

im sorry for being annoying but

#

can i sombody help me

#

import pyautogui
button7location = pyautogui.locateOnScreen('D:\Capture.PNG')
button7location

button7location[0]
button7location.left
button7point = pyautogui.center(button7location)
button7point

button7point.x
button7x, button7y = button7point
pyautogui.click(button7x, button7y)  # clicks the center of where the 7 button was found
pyautogui.click('D:\Capture.PNG')
#

button7location[0]
TypeError: 'NoneType' object is not subscriptable

tough citrus
#

@digital jackal hey Princess Charbel

digital jackal
unkempt berry
#
pyautogui.locateOnScreen('D:\Capture.PNG')

returns None

digital jackal
#

im showing the path

#

of it

#

cz otherwise Capture.PNG will not work by it self

unkempt berry
#

!e

a = None
print(a[0])
tough citrus
#

@digital jackal

wise cargoBOT
#

@unkempt berry :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | TypeError: 'NoneType' object is not subscriptable
tough citrus
#

you cant use png

digital jackal
tough citrus
#

oh sorry i meant jpg

digital jackal
#

right?

tough citrus
#

yeah

somber heath
#

@tall latch The colours might need tweaking.

digital jackal
#

and giving me this error

#

i didint get the idea of the error

unkempt berry
#

@digital jackal
because pyautogui is unable to locate your image on screen

unkempt berry
#
pyautogui.locateOnScreen('D:\Capture.PNG')

returns None

tough citrus
#

try making a file and putting the image and the .py file in the same path

rugged root
#

@unkempt berry Sorry I didn't catch what you said

unkempt berry
#

no asians in channel to count the odds?

#

dont ban for racism

tranquil barn
#

For example, even the 50/50 coin toss really isn't 50/50 โ€” it's closer to 51/49, biased toward whatever side was up when the coin was thrown into the air. ... The spinning coin tends to fall toward the heavier side more often, leading to a pronounced number of extra โ€œtailsโ€ results when it finally comes to rest.

sick cloud
#

hmmm, interesting Mr meth

tall latch
olive echo
#

arent you indian?

#

well... south asian

tall latch
#

yes india is in asia

olive echo
#

correct but I think he means north east asians

tall latch
#

so russians?? or chinese??

narrow rock
#

0.048828125%

olive echo
#

russia isnt in asia tho

#

or am I wrong?

tall latch
rugged root
tranquil barn
#

1/2048

olive echo
#

0.0004882%

rugged root
native nebula
#

streams are so annoying

#

why they gotta be so complicated to work with

olive echo
#

wdym

native nebula
#

all these random protocals

olive echo
#

how are they complicated

tall latch
#
#

i wanna see if it's india only thing

native nebula
#

i am taking an audio stream segmenting sentences passing it to an nlp model and sending the response back

olive echo
#

india only thing?

#

as in the actual content

tepid plume
#

has anyone read silmarillion?

tall latch
#

maybe its available for india

sick cloud
#

@tranquil barn yes?

digital jackal
#

need help please

sick cloud
#

@digital jackal gud

#

@digital jackal alr

rugged root
gritty ginkgo
#

this server is helpful

#

I owner now

olive echo
#

0.7209% chance

#

for at least 1 di to land on 1 out of 7 dice

rugged root
tranquil barn
sick cloud
#

i'll see @Here tmr, good night

native nebula
#

some pain with these writes

native nebula
#

next time i think im going to learn the language before writing out an entire project in it

#

we learn and we grow

olive echo
#

Probability is the branch of mathematics concerning numerical descriptions of how likely an event is to occur, or how likely it is that a proposition is true. The probability of an event is a number between 0 and 1, where, roughly speaking, 0 indicates impossibility of the event and 1 indicates certainty

native nebula
#

nice

#

Diophantine algebra is cool

#

solving multiple unknowns and stuff

#

i like it

somber heath
#

At what "speed" do we travel through time?

tiny seal
#

1 second a second

#

so the speed is 1

past elk
#

@whole bear no matter what speed you go along as its not 0 according to time dilation you are "traveling through time"

whole bear
#

?

#

oh

#

im sorry

past elk
#

whait

#

what?

whole bear
#

i renamed my self to opal as a joke

past elk
#

thres 2

whole bear
#

lol

#

yea

past elk
#

lol

whole bear
#

there

#

im sorry lol

past elk
#

@somber heathno matter what speed you go along as its not 0 according to time dilation you are "traveling through time"

#

np

native nebula
#

fuck it im just gonna make a json file that the model reads im done with passing this data via a stream

#

fucking painful

somber heath
#

Conceptual

narrow rock
#

xD i was joking

somber heath
#

Not consensual.

tiny seal
rugged root
#

HEYO

tiny seal
#

mb awareness

amber raptor
#

๐Ÿ˜ด

somber heath
#

"Brains! Reduce, reuse, recycle!"

#

๐Ÿงป

rugged root
#

@hollow haven I feel like I remember you finding something where... like if you read from a file you have it automatically strip the newline characters

hollow haven
#

I do:

with open('file.txt', 'r') as f:
    f.read().splitlines()

It seems to work well for me

cloud stratus
#

Would your clone be you?

amber raptor
#
Get-Content .\input.txt``` ![pwshninja](https://cdn.discordapp.com/emojis/494614525279076362.webp?size=128 "pwshninja")
cloud stratus
#

I mean, it would be to others but you wouldnโ€™t be

#

Yup

somber heath
#

Ship of Theseus.

cloud stratus
#

Mhm

#

Itโ€™s not you but it is you to others

hollow haven
#

.readlines() popped up some errors with \n and stuff for me for quick parsing

past elk
#

mhm, ok use your way then

amber raptor
#

brute forces

somber heath
#

What of incremental and communicative virtualisation? Say you took a tiny chunk of your brain out, virtualising it and having all of the signalling still plugged into your brain. Then you keep going. So you could have half a meat brain and half a computer brain operating in concert.

#

Then you keep going.

amber raptor
#

18MS to process the data, 33MS completely, I'll take it

somber heath
#

Until you don't have a meat brain. Is that computer then you, or are you now dead?

#

Has that continuity and communication allowed the "soul", as it were, to survive the process? Vs a thing where a snapshot is taken and uploaded and you die.

gilded rivet
#

"You are trying to act as if there is some ideal order in the world as if there were some 'rightness' in the universe that they may be judged. You need to believe in things that aren't true, how else can they become?" @rugged root

somber heath
#

"People are what their surroundings are." I'm a bedroom!

gentle flint
#

I'm a dilapidated chair and a sandwich

#

feels good

cloud stratus
#

Wasnโ€™t the guy Opalโ€™s fav author?

gilded rivet
#

It is ๐Ÿ˜„

#

Sam harris?

#

I am not the biggest fan

somber heath
#

@cloud stratus Pratchett? Yeah.

cloud stratus
#

After seeing that video, Iโ€™m interested

somber heath
#

Death is a popular character.

cloud stratus
#

Hmm

somber heath
#

There's also the Death of Rats.

#

A little skeleton rat with a scythe.

cloud stratus
#

Lol

somber heath
#

Cowl.

cloud stratus
#

My fav book is Hitchhikers Guide to Galaxy

somber heath
#

@inland turret o/

inland turret
#

Yooo

#

Howโ€™s it going mate

#

@somber heath mistyboy ๐Ÿ˜„

somber heath
#

The sun has risen.

inland turret
#

Because I have arrived?

#

๐Ÿ™‚

somber heath
#

"How is it going?" The sun hasn't gone nova.

inland turret
whole bear
#

i'm too awkward to talk so i'm just listening :>

somber heath
#

@inland turret You're a bit quiet.

whole bear
#

mentalbreakdown69#7109 is mood

inland turret
#

Can you not hear me?

whole bear
somber heath
#

@inland turret You're easy to talk over.

inland turret
#

Hmm weird

#

My voice priority

somber heath
#

@inland turret Can't hear you at all, now.

whole bear
inland turret
#

Iโ€™m not talking tho

whole bear
#

try talking

somber heath
#

Can hear you.

#

But you're still quiet.

whole bear
#

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

tranquil barn
whole bear
#

ye

#

in 6 hours i'll be in day 3

#

and i play bedrock ;-;

#

doodoodoodoo

#

da shell o' POWERRRRRRRRR

scarlet drift
#

Is botting illegal?

whole bear
#

i think

scarlet drift
#

Botting in the sense that hoarding sneakers or something

whole bear
#

oh

#

how

#

do

#

i

#

w

#

python

#

lol

#

im joking

scarlet drift
#

I'm thinking about making one

whole bear
inland turret
#

๐Ÿ˜‰

whole bear
#

is python a snake

#

is batch a language

inland turret
#

Pythons a rabbit

whole bear
#

yes

#

i came here for c#

whole bear
whole bear
#

how do i make a rat in python

inland turret
#

You eat it

whole bear
#

how do i join the sunner code jam

olive echo
#

well youre in the wong place bud

whole bear
#

na

#

ill break ur les in python blud

#

legs

#

yay

#

how do i simmer a steak in python

#

can i get an unalive too?

inland turret
#

Easy solenoid valve

whole bear
#

how do i make a site in python

inland turret
#

And rasberry pie

whole bear
#

yummy

#

you cant - only backend code

inland turret
#

To cook a steak

olive echo
#

java is better for that if you ask me

whole bear
#

i been coding for 23 years

olive echo
#

but if you dont know java then python works fine

whole bear
#

im 14 yr old

#

java is minecraft

inland turret
#

Damn

whole bear
#

trash

inland turret
#

Java is good

whole bear
#

lol

#

fam

inland turret
#

Itโ€™s hard

whole bear
#

wassup

whole bear
olive echo
#

java is the best one lmfao

whole bear
#

ill smoke u

inland turret
#

Iโ€™ll smoke you fam

#

What you got there ?

whole bear
#

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa()

inland turret
#

๐Ÿ™‚

whole bear
inland turret
#

Not towards you

#

Towards him

whole bear
#

o

#

oh

inland turret
#

He was trolling

#

Probably bored

whole bear
#

nnnnnye

inland turret
#

This channel doesnโ€™t deserve such people

native nebula
#

json was stupid idea im an idiot

inland turret
#

Loool

#

Why is thatุŸ

native nebula
#

because the code that is supposed to write to the json is up in the google cloud platform

somber heath
#

If you deserve someone, are you taking away their food?

native nebula
#

what

whole bear
#

??my gay parser??

olive echo
#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

#

โ”ฌโ”€โ”ฌ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

whole bear
#

what's a gay parser

olive echo
#

ยฏ_(ใƒ„)_/ยฏ

#

/giphy

native nebula
#

idk

somber heath
#

Polari interpreter.

inland turret
#

โ”ฌโ”€โ”ฌ ใƒŽ( ใ‚œ-ใ‚œใƒŽ)

native nebula
#

i am just using an http post to waiiit fuck

#

fuck

#

ok

#

gotta do stuff

inland turret
#

What http client you using

whole bear
native nebula
#

axios and requests

whole bear
#

lol

inland turret
#

Nice

olive echo
whole bear
native nebula
#

ayo i think im the only person in the office

whole bear
#

Hi guys

native nebula
#

i think they forgot i was here

whole bear
#

hi minus

native nebula
#

i donโ€™t have the keys

olive echo
#

pip install desire to live

#

lmfao

native nebula
#

shit

scarlet drift
#

I'm thinking about getting aws certified but don't know if it's worth it

native nebula
#

idk how to leave

whole bear
native nebula
#

aws certifications are ok

whole bear
#

@scarlet drift hmm wow cloud computing certified is worth it in 2020 i think

#

transilation: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

native nebula
#

itโ€™s good to have when looking for a job that uses aws

#

aws is fucking complicated

olive echo
#

eRrOr

whole bear
#

C carp

scarlet drift
native nebula
#

and the certification letโ€™s you navigate it

#

yeah it will

#

a slight one

whole bear
scarlet drift
#

So I guess it's worth it

inland turret
#

Lool

#

Magic carp

scarlet drift
#

Imma schedule an exam then

whole bear
#

you can code with it

#

@scarlet drift it's one of the tool you needed in IT field

native nebula
#

yeah it proves you are competent w aws j i hear it takes a while

whole bear
#

babbit

#

rabbit

#

babbit

#

rabbit

#

please don't spam

#

babbit rabit

scarlet drift
#

Like I already know how to setup aws

whole bear
#

Hmm personally i think you should but I double check if i were you with some professional like Rabbit

inland turret
#

When you say setup aws what are you referring too

#

Setting up a ec2 instance?

whole bear
#

babbit

#

Lol

scarlet drift
#

Not just ec2

whole bear
#

wabit babbit

#

@somber heath Wow you changed your pfp

inland turret
#

Like what skills are they looking for

whole bear
#

rabbitty wabbity babbity

#

oops

somber heath
#

@whole bear I did.

whole bear
#

Nice i like it

#

keep it

#

depends

inland turret
#

Is that pikachu

whole bear
#

hmm 1

#

rabbitty wabbity babbity

inland turret
#

@somber heath

somber heath
#

@whole bear I'd at least lose the hat.

whole bear
#

@amber raptor
rabbity wabity babbity

somber heath
#

@inland turret It's a piece of toast.

whole bear
#

Yeah but this is next level

inland turret
#

Lol looks like pikachu

#

With a Santa hat

olive echo
#

??

inland turret
#

At first glimpse I guess

whole bear
#

Amazing background wow green explains the feeling of in garden

somber heath
#

@inland turret Oh, I see it now.

narrow rock
#

I'm about to head out guys

inland turret
#

Hahaha

whole bear
#

@somber heath I like toast

narrow rock
#

I'll see you guys later.

whole bear
#

do you like toast

inland turret
#

Talk to you later mate

#

@narrow rock

somber heath
#

@whole bear I do like toast. My tics like it more.

whole bear
#

@amber raptor I'm new

#

Oh ok

#

rabbity wabity babbity

#

hehe

#

@amber raptor you can do multiple threats on single core

inland turret
whole bear
#

xd

#

but not efficient as 4 cores

#

it sucks to be muted lol

#

@whole bear lol keep chatting here

somber heath
#

@whole bear You've checked out the verification channel, yeah?

inland turret
#

Iโ€™m not even muted

#

I just cbf talking lol

#

My developers on my pc coding

whole bear
#

i dmed rabbit rabbity wabity babbity and they got so confused

#

like in vc

#

rabbity wabbity is getting a michenity gunnity uwu

#

xD

frosty breach
#

whatchu coding?:/ @brisk frost

#

oii noicee af

#

good luck :)

whole bear
#

rabbit has a nice voice

frosty breach
#

mmm i cant help that much ngl, pretty new to python

whole bear
#

are you seeing something i don't?

#

@frosty breach

frosty breach
#

loll nice name, pip install brain

olive echo
#

imma go get some sleep cya guys tomorrow

frosty breach
#

have a good night :)

whole bear
frosty breach
#

i do see ghosts indeed

#

i see dead people everywhere

whole bear
#

ah makes sence

#

i see them when i look at myself

#

very very dead

frosty breach
#

a-

#

same same

whole bear
#

hehe

frosty breach
#

well, my brain is dead

#

unfortunately, not every part of me is dead:(

whole bear
#

wait

frosty breach
#

yes @brisk frost

#

lol dw, its his connection problems not urs

whole bear
#

@brisk frost i can

frosty breach
#

hehehe

#

btw, happy new day:)

whole bear
#

its 2:10 am here

frosty breach
#

hmm r u somewhere in asia??

#

@whole bear

wise cargoBOT
#

Hey @whole bear!

It looks like you tried to attach file type(s) that we do not allow (.bat). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a, .csv.

Feel free to ask in #community-meta if you think this is a mistake.

whole bear
#

awwwww

#

status 500 is internal server error

#

@brisk frost are you trying to do that in an alphabetic order

#

@frosty breach yeah

frosty breach
#

nice, me 2:)

#

im basically one hour behind u tho lol

whole bear
#

@native nebula sad and lonely in the vc

#

/ห™ล†ห™ฤขฤ˜ฤข

whole bear
#

@brisk frost

#

i can hear you

#

i just dont understand anything with that coding lol but im trying to understand

#

@brisk frost when did you start coding

#

yeah

#

@native nebula what is your project now

#

no way fam

#

that doesn't make any logic

#

@brisk frost lmao

#

@brisk frost that was my secret plan.

shell dome
#

<@&352427296948486144>

whole bear
#

i wanna be verified

shell dome
#

then get verified ๐Ÿ˜Ž

whole bear
#

can't...

#

it will take ages

#

i need 50 messages

#

@shell dome check his keyboard

#

@shell dome yeah

#

yeah

#

send me yours

#

@brisk frost what are you studying

#

@brisk frost yeah it is

#

why did you want

#

it

#

oh

#

@brisk frost software engineering

#

@brisk frost why did you want to study civil engineering

#

@brisk frost how many years left for you to complete your education

#

@brisk frost yeah same ill be like 22 when i finish my school damn

#

@brisk frost how old are you now

#

@brisk frost im 18

#

@brisk frost hahahhahah yeah i feel like a viewer as well

#

@last prism yoo using chrome for 2 days

gentle flint
#

bruh

#

those pings

#

lol

whole bear
#

he doesn't check discord he reads from notifications lol

gentle flint
#

aha

whole bear
#

@brisk frost what type of course you had when you were learning python, i mean did you have it in irl or from sites like udemy etc.

#

@brisk frost pff it sucks that i can not talk and typing here is annoying

#

@brisk frost yeah i have

#

@brisk frost i need to send 50 messages

#

@brisk frost i still don't get it, are you trying to write them in an alphabetic order?

#

@brisk frost OH

#

@brisk frost but when you finish it gets you to the same place

#

@brisk frost i mean u were not always completing the puzzle but the nick's are in the same place

#

@brisk frost oh u can't skip now?

#

@brisk frost this is huge man i cant even think about the structure in my mind lol

#

@brisk frost for a month i guess ๐Ÿ˜„

#

@brisk frost we don't have coding lessons this year but im trying to study myself

#

we will have java, c# and python mainly i guess

#

yeah

#

i like building the algorithm before coding

#

i don't know if i could tell it correctly lol

#

i have tried lmaoo no

#

hasdfhahahahaha ive been here for like 3-4 months but ive never tried to verify myself

#

wait its 50 now

#

YOOOOOO @brisk frost

#

I SEE YOU LIVE STREAMING BOIII

flint cave
graceful grail
#
def calculate_area(side=10):
    print("Side: ", side)
    print(f"Area: {side * side}")

side_length = 0
while side_length <= 0:
    side_length = int(input("Enter side length: "))

calculate_area(side_length)
spiral vale
#

@whole bear damn, you write a lot of messeges

jagged trail
#

For real lol

graceful grail
#
def calculate_area(side=10):
    return side * side

print("Default area is... : ", calculate_area())
side_length = 0
while side_length <= 0:
   side_length = int(input("Enter side length: "))

print(f"A square with a side length of {side_length} is : {calculate_area(side_length)}")
#
user_input = 0

def calculate_area(side_length=10):
    return side_length * side_length

while user_input <= 0:
    user_input = int(input("Enter side length: "))

print(f"A square with a side length of {user_input} is : {calculate_area(user_input)}")```
whole bear
white drum
#

!projects

wise cargoBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

whole bear
#

lmao linux pfp

silk vessel
#

lol

graceful grail
#

pfp?

#

what is pfp?

whole bear
wise glade
#

hmm, let me check mine

#

23 right now

#

wait did u say 15 or -15?

#

Roley, does software architecture refers to the work you do before writing the actual code for the software? I mean, creating the flowcharts, different blocks etc of things with which software would interact & work on, etc, idk.

coarse halo
#

!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.

coarse halo
#

'''
hallo
'''

#

!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.

golden ferry
#

hello

coarse halo
#

its not working

#

i do not know how to do int

#
print('Hello world!')
golden ferry
#
print('Hello world!')```
#

worked

#

three "```"

coarse halo
#

this signis not in my keybord

#

these

golden ferry
#

oh

#

sed

#

buy a new keyboard

coarse halo
#

sorry

#

they are in i never use them

#

i found them

#

xD

golden ferry
#

oh ohk

coarse halo
#
hallo
golden ferry
#

hello

coarse halo
#

that works thankyou

#

i am also indian

golden ferry
#

oh demn

coarse halo
#

nice to meet you

golden ferry
#

yes same

coarse halo
#

what you do what kind of study

golden ferry
#

computer science degree

coarse halo
#

ohh great i am in still high school

golden ferry
#

oh

coarse halo
#

are you learning python

golden ferry
#

umm I learned it 2 years back

coarse halo
#

great

golden ferry
#

now I know python , java , javascript, c , c++ , c sharp , css , html .....

coarse halo
#

i know same all of them

golden ferry
#

nice

coarse halo
#

sorry i do ot know c# and java

golden ferry
#

will talk to you after I get voice verified

cloud stratus
#

__import__("math").prod

somber heath
#
>>>import math
>>>math.prod([3,3,3])
27```
#
>>>3*3*3
27```
whole bear
#

igot no doubt about sputniks fuel

#

yeah

#

russian are superhumans

#

they can do anything

#

Hello guys

#

Watcha guys working on today?

#

@cloud stratus @graceful grail Are you guys doing anything cool on Python?

#

@graceful grail Favourite distro?

#

It's not dumb

lethal ingot
#

Hi guys

graceful grail
#

Hi Nobody

gleaming jay
#

helo

graceful grail
#

ello

whole bear
#

Yo

gleaming jay
#

can i play guitar?

whole bear
#

Sure

gleaming jay
#

:0

#

what shud i play

graceful grail
#

I hope so

whole bear
#

7 Nation Army

gleaming jay
#

lemme try

#

nope

#

its all electric

whole bear
#

This is awesome

#

Rip neighbours

gleaming jay
#

wait

#

i cannot

#

lmao

hushed elm
#

unless you're part of the staff you can't stream. server rules

#

such a shame

graceful grail
#

agreed

gleaming jay
#

interesting

whole bear
#

@gleaming jay What does your setup look like?

gleaming jay
#

i have a guitar

#

an amp

#

wait

#

lemme play it

#

do u know naruto?

whole bear
#

Yes

tepid plume
#

who doesnt?

whole bear
#

Anime music?

gleaming jay
whole bear
#

Anime music is the best

gleaming jay
#

bruh

#

tic tac toe

whole bear
#

Cruel Angel's Thesis

#

Can you play it?

gleaming jay
#

lemme hear it

whole bear
#

ใ€ใƒชใƒชใƒผใ‚นๆƒ…ๅ ฑใ€‘
โ€œๆ–ฐไธ–็ด€ใ‚จใƒดใ‚กใƒณใ‚ฒใƒชใ‚ชใƒณโ€ไธๆœฝใฎๅๆ›ฒ
ใ€Œๆฎ‹้…ทใชๅคฉไฝฟใฎใƒ†ใƒผใ‚ผใ€ใ€Œ้ญ‚ใฎใƒซใƒ•ใƒฉใƒณใ€ใŒ
ใƒ€ใƒ–ใƒซA้ขใƒžใ‚ญใ‚ทใ‚ทใƒณใ‚ฐใƒซใจใ—ใฆ็™บๅฃฒ๏ผ๏ผ

1995ๅนดใซๆ”พ้€ใ‚นใ‚ฟใƒผใƒˆใ—ใŸใ‚ขใƒ‹ใƒกใ€Œๆ–ฐไธ–็ด€ใ‚จใƒดใ‚กใƒณใ‚ฒใƒชใ‚ชใƒณใ€ใ€‚
็พๅœจใซ่‡ณใ‚‹ใพใงใƒใ‚คใ‚ปใƒผใƒซใ‚นใŒ็ถšใใ€
ใ‚ซใƒฉใ‚ชใ‚ฑใงใ‚‚ๆญŒใ„็ถ™ใŒใ‚Œใ‚‹ๆฅฝๆ›ฒใงใ‚ใ‚‹ไธป้กŒๆญŒใฎใ€Žๆฎ‹้…ทใชๅคฉไฝฟใฎใƒ†ใƒผใ‚ผใ€๏ผˆๆญŒ๏ผš้ซ˜ๆฉ‹ๆด‹ๅญ๏ผ‰ๅŠใณTVใ‚ทใƒชใƒผใ‚บๅพŒใซๅ…ฌ้–‹ใ•ใ‚ŒใŸๆ˜ ็”ปใ€Œๆ–ฐไธ–็ด€ใ‚จใƒดใ‚กใƒณใ‚ฒใƒชใ‚ชใƒณ ๅЇๅ ด็‰ˆ ใ‚ทใƒˆๆ–ฐ็”Ÿใ€ใฎไธป้กŒๆญŒใงใ‚ใ‚‹ใ€Ž้ญ‚ใฎใƒซใƒ•ใƒฉใƒณใ€๏ผˆๆญŒ๏ผš้ซ˜ๆฉ‹ๆด‹ๅญ๏ผ‰ใฎ2ๆ›ฒๅŠใณใใฎใ‚คใƒณใ‚นใƒˆใ‚’1ๆžšใฎใƒžใ‚ญใ‚ทใ‚ทใƒณใ‚ฐใƒซใซๅŽใ‚ใฆ็™บๅฃฒ๏ผใพใŸใ€ใ‚ชใƒชใ‚ธใƒŠใƒซ้Ÿณๆบใ‚’ๅฝ“ๆ™‚ใฎใ‚ขใƒŠใƒญใ‚ฐใƒ†ใƒผใƒ—ใ‹ใ‚‰ใƒชใƒžใ‚นใ‚ฟใƒชใƒณใ‚ฐใ—ใŸใปใ‹ใ€ใ‚ธใƒฃใ‚ฑใƒƒใƒˆใฏๆ–ฐไธ–็ด€ใ‚จใƒดใ‚กใƒณใ‚ฒใƒชใ‚ชใƒณๅฝ“ๆ™‚ใ‹ใ‚‰ใ‚จใƒดใ‚กใƒณใ‚ฒใƒชใ‚ชใƒณใซ้–ขใ‚ใ‚Š็ถšใ‘ใ‚‹ๆ‘ฉ ็ ‚ ้›ชๆฐใ‹ใ‚™ใ€ๆธพ่บซใฎๆใไธ‹ใ‚ใ—ๆ‹…ๅฝ“๏ผ

็™บๅฃฒๆ—ฅ...

โ–ถ Play video
#

Evangelion intro

gleaming jay
#

eddie van halen

whole bear
#

join

#

SHUSH

#

Can you play any other anime intros?

gleaming jay
#

yes

#

l's theme

whole bear
#

Yes pls play it

#

shut up @gleaming jay

gleaming jay
#

wtf is happening ๐Ÿ˜‚

whole bear
#

Damn my RTC is dying

#

I muted that guy

#

I have to mute that guy each day lol

#

What's this song called? It's really good

gleaming jay
#

back in black

#

AC/DC

#

python sucks and so do I

#

lmao

#

i like C# better

#

but python is good too

whole bear
#

didnt hear your guitar in full!

#

@gleaming jay Creedence Clearwater?

#

Fortunate Son

#

what the fuck i just played a tic tac toe game with some guy and the board froze and turned to this:

ooo
xxx
xxx
gleaming jay
#

havnt heard of it

whole bear
#

thats impossible

#

no cool @whole bear ๐Ÿ˜„

gleaming jay
#

thats good

#

lemme learn it

whole bear
#

Cool

#

hey what is this hentai stuff?

#

is it rated or somethin?

#

It's not, idk why it's rated

#

It's an anime for kids

#

i ddidnt search up intnet coz my parents monitor it

#

lmao it's not rated on other sources

#

It's the intro to Evangelion

whole bear
#

yeah whatever

#

Is it an Internet-based tracker or what?

whole notch
whole bear
#

Or is it a keylogger?

whole bear
#

i cant even jerk off in peace\

#

VPN?

gleaming jay
#

bruh

tepid plume
#

:/

gleaming jay
#

ok im out

whole bear
#

lmao bro

whole bear
#

wont buy it anyways

tepid plume
#

there are some free ones

whole bear
#

oh ill search for it

#

SoftEther

#

Betternet

#

hey @whole bear

#

Do you have a mic?

#

yeah but not the correct place

#

Ah ok that's fine

#

idk when the hell would i be able to complete the docs i am too lazy

#

Bro how old are you to still have a tracker on your device tho?

#

16 bro that sucks

#

Bro that's too old to have that stuff

#

the irony is i know network hacking

#

and other stuff tooo

#

lel

#

Tor browser works?

#

Also Opera has a free VPN

#

ooo
xxx
xxx

whole notch
#

This channel is superawkward

gleaming jay
#

yes

#

it is

whole bear
#

idk i have it but i guess in the end it ends with the websites ip being going through the router where they track it

whole bear
#

Sorry, meant to tag network hacking

#

It's not allowed on this server but I have some Arduino devices to do that for me

#

ah thee are few on the tor that im in

#

maybe ill invite you

#

ooo
xxx
xxx

gentle flint
#
import time
time.sleep(3)
small sedge
#

random.randint(0, 3)

somber heath
#

Included.

#

@tall grail Talk is cheap. Give a minimalistic code example which demonstrates the problematic behavior.

#

I have explained exactly. I want you to paste code.

#

Short code.

tall grail
somber heath
#

Then fix the indentations.

whole bear
#

!e import random sleep = random.randint(1,8) print (sleep)

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

6
somber heath
#

It has to cause the same kind of problem.

#

We have been listening. ๐Ÿ™‚

whole bear
somber heath
#

Sounded like a phone vibration.

#

Happens when people @ me. ๐Ÿ˜

#

Not right now, though.

whole bear
somber heath
#

Maybe stop playing a game that's so easily broken?

gentle flint
#

I'm guessing you can just set JS variables in console

somber heath
#

I'd be amused if you could set a square to a letter.

whole bear
#

fuck me

gentle flint
somber heath
#

Mm.

gentle flint
#

an image would probably be easier

#

like a piece of toast

somber heath
#

That would be one possible option.

gentle flint
#

perhaps with a santa hat, for instance

whole bear
#

you dead

gentle flint
#

Not that I'm aware of. @whole bear

#

@whole bear try playing with me

#

now I'm curious

whole bear
#

ok

#

make a match

gentle flint
#

dunno how

whole bear
gentle flint
#

k

whole bear
#

?

gentle flint
wise glade
gentle flint
#

@whole bear bruh

#

I wanted to play o my

#

why did you accept

whole bear
#

sorry

#

bruh

gentle flint
#

stalemate

#

lol

#

@whole bear your turn

whole bear
#

ok

gentle flint
#

I sent the invite in DMs

whole bear
#

@wise glade !!!

wise glade
#

bring it anyone

gentle flint
#

hang on

#

BRUH

#

how was that so easy

whole bear
#

i suck at everything

gentle flint
#

I gtg

#

cya

wise glade
#

nopt python sucks, there's just a trick to it

#

i learned it playing with my teacher in school, he taught m

whole bear
#

i know could only do if get 1 st chance'

wise glade
#

he was the most awesome teacher ever

whole bear
#

gtg

#

bye

gentle flint
#

I can always manage not to lose tic-tac-toe

#

but I can't manage to win usually

#

my games usually end in stalemate

gentle flint
#

that second tab

#

are you kidding me?

whole bear
#

im tryna look up if there is a cheat

small sedge
#

score = {'Wins':0, 'Ties':0, 'loose':0}

whole bear
#

see if theres is an export or import feature

whole bear
#

wel my parents also have limited my bandwith now

#

where the hell do i go now

#

do u guys no any method to acess the router admin

#

?

gentle flint
#

you could try the router settings page

#

if they didn't put a password on there

#

but they probably did

whole bear
#

nah the 192.168.01 page is secured

#

asks pass

gentle flint
#

default pass

whole bear
#

india is fucked place

whole bear
gentle flint
#

this isn't hacking

#

this is system administration

whole bear
#

putted admin administrator

gentle flint
#

putted?

#

oh

whole bear
gentle flint
#

There's many default passwords

whole bear
#

sorry

gentle flint
#

Find a list for your router

whole bear
#

i guess i can run hashcat

gentle flint
#

this is getting out of the scope of the server

whole bear
#

but they will beat me hard if they find

gentle flint
#

best stop now

whole bear
#

yeah

#

drop me a hacking kind of server in dm

#

please

gentle flint
#

no

whole bear
#

i have no community related to it

gentle flint
#

ยฏ_(ใƒ„)_/ยฏ

faint ermine
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.

faint ermine
#

discussing hacking here is against this servers rules

whole bear
#

sorry sir!!

#

will tc

tepid plume
#

why spend time on hacking?

whole bear
#

why code then?

gentle flint
#

for fun

tepid plume
faint ermine
#

for profit
for society
for personal gain
....

#

a lot of reasons

whole bear
gentle flint
#

I do fun stuff which helps me with flight simulation

#

programs for airplane routes etc

whole bear
#

although im stuck at doc since a month and only 3 sections completed

#

i am too slow for this is guess

quartz lynx
#

yes

#

its annoying

#

i use to be able to talk and now im supressed

whole bear
#

Why i could't talk in voice channels?

#

I tried but send me error

#

It happening

#

4 days

frigid shard
#

#voice-verified

#

@whole bear

#

#voice-verification

whole bear
#

Yes, thanx@frigid shard

somber heath
#

@whole bear Hoy hi

#

Hm. I can't hear.

#

Ah.

#

I can hear, but you're very faint.

#

You sound like you're behind a wall.

#

Improvement.

#

"No." Words of widsom.

whole bear
#

Ok

#

tic tac toe anyone?

somber heath
#

I knew someone who stepped on a thumbtack, once.

#

Went right into their footflesh.

#

There was much wailing and gnashing of teeth.

whole bear
somber heath
#

@whole bear Hmm?

#

Because I'm where I'd prefer to not disturb the other members of my household by talking.

whole bear
#

join @whole bear

#

oh mu fuckin laptop it sucks even when using discord on chrome

#

ill smash it right away

#

there

somber heath
#

Sometimes, a fresh operating system install can help shake cobwebs loose.

whole bear
#

ive done sysytem repair millions of times

#

the fuckin ram and i3 7th gen sucks

#

join the game one more time

sick cloud
whole bear
#

go on @sick cloud

sick cloud
whole bear
#

ok

#

join

#

gtg

#

lol

#

i think i froze his pc

sick cloud
#

why did u leave ?

whole bear
#

lag

sick cloud
#

@whole bear well played

whole bear
#

Hello guys

somber heath
#

o/

whole bear
#

why you leev

sick cloud
#

make another one pls

whole bear
sick cloud
whole bear
#

hello smexy

#

cool

sick cloud
#

wdym by smexy ?

whole bear
#

sexy

whole bear
#

fuch my comp

#

kill it

#

give me virus

whole notch
#

what?

somber heath
#

Did you do something stupid with it?

#

@sweet pulsar o/

sweet pulsar
#

wut

#

??

somber heath
#

Greetings. ๐Ÿ™‚

whole bear
#

hi

sick cloud
somber heath
#

I did not.

#

Oh.

#

Name.

#

Yes.

#

Er...

#

Fuck. I'll get there. PFP. Yes. I changed it.

sick cloud
#

took a moment for me to recognize u

somber heath
#

The name, for clarity's sake, I have not changed.

#

I intend to change my icon back once the Christmas season has passed.

#

Although I may elect to continue a toast theme.

whole bear
#

no

somber heath
#

Wiiissssdom.

somber heath
whole bear
#

"Nerd Today, Boss Tomorrow"

somber heath
#

I don't follow.

whole bear
#

"Nerd Today, Boss Tomorrow"

#

there is fucking nothing on netflix

sick cloud
#

||why do u like to swear so many time ?||

whole notch
#

I refuse to believe this is the real OpalMist.

whole bear
#

fuck yeah

somber heath
#

Nevertheless.

sick cloud
somber heath
#

Debugger.

upper vigil
#

yeah?

somber heath
#

Greetings. ๐Ÿ™‚

upper vigil
#

Thanks man!

somber heath
#

Forgive me for not talking. I'm where I would prefer to not disturb the other members of my household by speaking.

whole notch
somber heath
#

The facts do seem to support that conclusion.

whole bear
wise glade
#
import time
def count_down(n):
    while n != 0:
        print(n)
        time.sleep(1)
        n -= 1
count_down(10)
whole bear
#

!e import random sleep = random.randint(1,8) print (sleep)

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

1
whole bear
#

alright

#

no sleep today

sick cloud
#

lol

#

!e

import random
sleep = random.randint(1,8)
print (sleep)
wise cargoBOT
#

@sick cloud :white_check_mark: Your eval job has completed with return code 0.

5
sick cloud
#

hmmm

#

what does that mean ?

whole bear
#

enough for you

#

the sleep hours

sick cloud
#

noice

#

!e

import random
sleep = random.randint(1,8)
print (sleep)
wise cargoBOT
#

@sick cloud :white_check_mark: Your eval job has completed with return code 0.

7
sick cloud
#

hbn ?

wise cargoBOT
#

@whole notch :warning: Your eval job has completed with return code 0.

[No output]
golden ferry
#

hmm

whole notch
#

!e ```py
import time
def count_down(n):
while n != 0:
print(n)
time.sleep(1)
n -= 1
count_down(10)

wise cargoBOT
#

@whole notch :x: Your eval job timed out or ran out of memory.

001 | 10
002 | 9
003 | 8
004 | 7
005 | 6
006 | 5
golden ferry
#

@fiery hearth hey bro I am indian too

whole bear
#

@whole bear i feel you 16?

gentle flint
fiery hearth
sick cloud
#

!e

for c in map(chr, [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100, 33]): print(c, end = "")
wise cargoBOT
#

@sick cloud :white_check_mark: Your eval job has completed with return code 0.

Hello, world!
sick cloud
wise cargoBOT
#

@sick cloud :white_check_mark: Your eval job has completed with return code 0.

wdym ?
whole notch
sick cloud
whole bear
#

!e

print("fuck my discord freezes")
wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

fuck my discord freezes
whole notch
whole notch
#

I am

sick cloud
#

well played

#

yep

#

why is it so quiet here ?

whole notch
#

This is a long match.

sick cloud
#

@fiery hearth i was soooo close to loosing

fiery hearth
#

Good for you

sick cloud
#

that's why i never quit early

#

cuz i never know the outcome

fiery hearth
#

Yeah it happens when someone is not in form

#

Otherwise endgame is where people focus on

sick cloud
whole notch
#

hahhaa

wise glade
#
import time
def count_down(n):
    while n != 0:
        print(n)
        time.sleep(1)
        n -= 1

count_down(10)
#

os.system('clear')

faint ermine
#
print(n, end="\r")
wise glade
#
import time
def count_down(n):
    while n != 0:
        print(n, end="\r")
        time.sleep(1)
        n -= 1

count_down(10)
faint ermine
#
import time
def count_down(n):
    while n != 0:
        print(n, " ", end="\r")
        time.sleep(1)
        n -= 1

count_down(10)
tepid plume
#

!e how does this thing work?

wise cargoBOT
#

@tepid plume :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     how does this thing work?
003 |         ^
004 | SyntaxError: invalid syntax
tepid plume
#

oh

whole notch
#

lol

wise glade
#

A line feed means moving one line forward. The code is \n . A carriage return means moving the cursor to the beginning of the line.

faint ermine
somber heath
#

La-a

#

Ladasha.

faint ermine
tawdry girder
#

wi you have thad colours

whole notch
sick cloud
#

ofc

faint ermine
sick cloud
#

i'm making a bot rn

faint ermine
#
    phi = lat*np.pi/180
    delta = 0.409*np.sin(2*np.pi*df.index.dayofyear/365-1.39)
    w_s = np.arccos(-np.tan(phi)*np.tan(delta))
wise glade
#

give me the link, lets make it 26

#

You might even use it as a lapping compound if you want to polish the mating surfaces on a CPU and its heat sink. But there's no need for toothpaste to conduct heat, so the fine solid in toothpaste is unlikely to be a good thermal conductor. So it will likely make a poor thermal paste.

whole notch
#

woah

#

A wheelchair?

severe pulsar
#

use query builders

#

true gamers use query builders

faint ermine
#
query = select(c for c in Customer
               if sum(o.total_price for o in c.orders) > 1000)
#

cursed

severe pulsar
#

i mean its not that bad

#

yeah seems cursed

#

compared to sqlalchemy yeah for sure

rugged root
severe pulsar
#

this is beautiful

#

but

#

BUT

#

pony != ponyorm