#voice-chat-text-0

1 messages ยท Page 807 of 1

stuck furnace
#

Hello Oof ๐Ÿ‘‹

whole bear
gentle flint
uncut meteor
whole bear
#

!e
print(6666666666666666666666666666666**6)

wise cargoBOT
#

@whole bear :warning: Your eval job timed out or ran out of memory.

[No output]
whole bear
#

oh

gentle flint
#

yeah

#

even Maxima won't take that

whole bear
#

guess this isint gonna work eaither

gentle flint
#

well, it'll freeze your thread

#

if python didn't have a GIL it'd freeze your PC

severe pulsar
#

ayy griffs back from afk

#

:)

#

bye griff!

uncut meteor
#

so many restarts

runic forum
#

hello

#

hows your life going @uncut meteor

uncut meteor
#

about a 3

uncut meteor
#

@dense ibex you ready for some coding?

dense ibex
#

Yeah I am just finishing up some chores Iโ€™ll be on in a bit

#

Just thought I would stop by and say hello

severe pulsar
#

ooh yeah fish cli is nice

#

can one of you stream when you're working on it? or you guys just gonna do it in private?

dense ibex
#

@uncut meteor alright I am ready sir

severe pulsar
#

yay jake gonna be coding

#

damn griff being a responsible teacher?

uncut meteor
#

give me a momento

severe pulsar
#

kinda...unlikely

uncut meteor
#

wsl is being funky

dense ibex
zealous wave
#

something tells me steam is a little bit off...

severe pulsar
#

hmm ๐Ÿค”

zealous wave
#

(its down to 7 min 45 sec now lol)

neon sleet
#

when I downloaded apex, it was like 45 gb

severe pulsar
#

is there a public github repository?

severe pulsar
#

can you link the github here if its public?

#

never mind i found it

#

wow almost 400 commits this is a serious project

vale cave
#

how to do that please

runic forum
#

dont ask, dont tell

vale cave
runic forum
#

bc i say so

vale cave
#

ohh is only what you say here

#

and who in the fick are you?

runic forum
#

i am @runic forum

vale cave
#

and...

runic forum
#

if you can't see it by my name

#

now let me ask you who are you?

vale cave
#

and i am @vale cave

runic forum
#

ok

vale cave
#

huh...

runic forum
#

?

vale cave
#

nothing

runic forum
#

exactly

vale cave
runic forum
vale cave
#

:\

runic forum
#

yup

#

don't ask, don't tell

dense ibex
#

@somber heath I am gonna work with Griff on something now, need me to still help?

somber heath
#

You do you.

somber heath
#
my_list = ['apples', 'pears']
with open('file.txt', 'w') as file:
    file.write('\n'.join(my_list)
#file initialisation

#subsequent writes
to_write = 'grapes'
with open('file.txt', 'a') as file:
    file.write('\n' + to_write)```
#

!e py import random choices = ['apples', 'pears', 'grapes'] choice = random.choice(choices) print(f'I will eat some {choice}.')

wise cargoBOT
#

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

I will eat some pears.
somber heath
#
with open('file.txt', 'r') as file:
    data = [line.strip() for line in file.readlines()]```
rich nexus
#

hello

#

anone one here

#

sad

#

pls

#

ok sad

#

bye

#

sorry

somber heath
#
with open('file.text', 'r') as file:
    text = file.read()
index = text.rfind('\n')
text = text[:index]
with open('file.txt', 'w') as file:
    file.write(file)```
whole bear
#

Hey can u explain me
data = [4, 5, 104, 105, 110, 120, 130, 130, 150,
160, 170, 183, 185, 187, 188, 191, 350, 360]

min_valid = 100
max_valid = 200

process the low values in the list

stop = 0
for index, value in enumerate(data):
if value >= min_valid:
stop = index
break

print(stop) # for debugging
del data[:stop]
print(data)

process the high values in the list

start = 0
for index in range(len(data) - 1, -1, -1):
if data[index] <= max_valid:
# We have the index of the last item to keep.
# Set 'start' to the position of the first
# item to delete, which is 1 after 'index'.
start = index + 1
break

print(start) # for debugging
del data[start:]
print(data)

warped saffron
#

Hey guys, Quick Question: Which IDE is best to work with: Visual Studio or Pycharm?

#

I need it for python

wispy idol
#

What ever is better for you. I like Pycharm, but it really doesn't matter. Both are great. So choose what every you fancy more

uncut meteor
#

do you mean

warped saffron
#

Is Pycharm just simpler or friendlier to beginners?

#

Or are they just the same?

#

Cause I'm a beginner

#

sought of

wispy idol
#

Pycharm is a presetup version of IntelliJ IDE for Python, so pre-setup is nice.

But yeah, it's not hard to make visual studio code run. It even recommends the addons you need

warped saffron
#

ah ok

#

thanks

somber heath
#
data = [...] #as above

data = [*filter(lambda a: a in range(100,201), data)]```
whole bear
#

i haven't really done the lambda function yet

#

i am still learning

#

ye it looks much more efficient

somber heath
#
def func(a):
    return a in range(100,201)```
whole bear
#

ok

#

Thanks man

#

No dude

#

You explained me the above as well as gave me an efficient code

#

Thanks again

somber heath
#
data = [each for each in data if each in range(100,201)]```
#

@whole bear

#

That's what I should have written.

whole bear
#

ok

#

ye

#

@solar heron ๐Ÿคฃ

#

oh boi

#

@solar heron Say this

#

So 6 is scared of 7 because 7,8,9 but why does 10 has PTSD?

solar heron
#

i have a better one

#

one min

whole bear
#

What is one thing 9 out of 10 people enjoy?

trim saffron
#

@graceful grail hey!

graceful grail
whole bear
wispy idol
whole bear
#

this picture was taken on 11/28/9999

real plank
#

hi guys

#

whats this vc for?

#

i love you guys accent

#

xd

#

cool

stuck furnace
graceful grail
#

Look, I'm more popular than @rugged root !!!

#

More people are in the chat with me than Hemlock ๐Ÿ˜›

#

I feel so proud.

whole bear
#

does that embed

#

?????

stuck furnace
#

๐Ÿ‘‹

whole bear
#

๐Ÿ‘‹

stuck furnace
#

@honest pier, what you up to?

faint ermine
whole bear
#

๐Ÿ๏ธ

odd dragon
graceful grail
#

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

odd dragon
whole bear
#

e

#

E

vivid palm
#

do you have to share that here batch?

olive sentinel
#

@whole bear I'd appreciate it if you don't share content that consists of sampled loud moaning and has "hentai" as the title.

graceful grail
#

^

stuck furnace
graceful grail
#

Enhanced!!!

whole bear
#

ok

honest pier
dire oriole
#

๐Ÿค”

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @idle siren until 2021-04-11 20:52 (9 minutes and 59 seconds) (reason: mentions rule: sent 6 mentions in 10s).

olive hedge
#

no

#

!ban 771482541357531146 trolling and racism, and you made sure to tell on yourself. Goodbye

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied ban to @idle siren permanently.

winged fjord
#

tetris

abstract cosmos
#

.@wise cargo i mean are you sure

olive hedge
#

well, now I'm not, haha

abstract cosmos
#

@idle siren

#

odd

olive hedge
#

I am sure, I think it just got cached

abstract cosmos
#

did a ctrl r

#

gone

whole bear
#

@whole bear

#

this is the path -> /template/base.html

daring orbit
turbid star
#

@whole bear you can screen share

#

ok

peak thorn
#

@paper tendon Bonjour

#

Quรฉbec ou France?

paper tendon
#

neither

winged fjord
#

hello fellow programmers

misty belfry
#

NO

runic forum
#

shush

#

or we will smack your mouth

craggy zephyr
#

Hello @severe pulsar and @fiery hearth !!!

#

WHAT'S UP

fiery hearth
#

nthhh brooooo

craggy zephyr
#

@severe pulsar is PRO in CODING BRO...

severe pulsar
#

TWO TIME PING

#

;-;

craggy zephyr
#

deploy it on NETLIFY simple and easy

#

@fiery hearth

severe pulsar
craggy zephyr
#

haha No bro!

#

heyyy don't stalk me @severe pulsar

#

hahaha

#

yep I follow you there

#

any idea how I found your github account??

severe pulsar
#

lol maybe hadeez?

#

not sure

craggy zephyr
#

No

severe pulsar
#

then?

#

lol

craggy zephyr
#

you were streaming last week here

#

and working on any 'open source repo`

#

so I searched it, and I found you there

severe pulsar
#

nice

craggy zephyr
#

@fiery hearth bro you know about Three.js?

severe pulsar
#

do you?

craggy zephyr
#

a little bit

vast blade
#
def dict_to_sorta_xml(tuples):
    stuff = []
    for k, v in tuples:
        stuff.append(f"<{k}>{v}</{k}>")

    stuff = '\n'.join(stuff)
    return f"<item>\n{stuff}\n</item>"
#

print(dict_to_sorta_xml({'uuid': ['8af8ae5c8c9f2dfb5e813eac54dc9203ac352b8d','123123'], 'author': ['Darren Walton','hello'], 'published': ['2021-02-15T06:40:00.000+02:00','2022-02-15T06:40:00.000+02:00']}.items()))

severe pulsar
#

['8af8ae5c8c9f2dfb5e813eac54dc9203ac352b8d','123123'],

wise cargoBOT
#

Hey @vast blade!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

โ€ข If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

โ€ข If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

severe pulsar
#

oof

whole bear
#

coding is fun ๐Ÿ˜ข

severe pulsar
#

why are you sorry

whole bear
#

i need vid

#

im sorry

somber heath
#

Need?

#

As water to a man, dying of thirst?

#

Confusion builds character.

whole bear
#

what should i put as a thing where you can open from a file on your computer
Open As or Open In

somber heath
#

Is neither an option?

whole bear
#

no?

severe pulsar
#

@mighty barn YOU WERE PINGING ME

whole bear
#

dude, bro

#

be active and behave good @shut pilot

#

this is what 1 hour of c0d31n6 gets me

#

its good

severe pulsar
#

great!

whole bear
#

but not functional

#

๐Ÿ˜ฆ

severe pulsar
#

;-;

whole bear
#

anyone wanna see the code for the brey box?

shut pilot
#

@whole bear Just use PyQT5 -_-

whole bear
mighty barn
whole bear
#

NO

shut pilot
whole bear
#

im never gonna use another language

severe pulsar
#

its not bad

shut pilot
severe pulsar
whole bear
#

my name

#

anyone got a list of applicable projects one can do after having gone over the official python tutorial docs and understood 60-70% of it?

severe pulsar
#

by applicable you mean real-world?

whole bear
severe pulsar
#

amazing

whole bear
#

yes, to an extent, I would also be happy with interesting things in general that aren't another generic dice game or something

#

@severe pulsar

severe pulsar
#

build a website with flask and python?

whole bear
#

too advanced, was thinking something significantly easier

severe pulsar
#

password manager?

#

with python

shut pilot
whole bear
#

ohh, now that sounds concise and doable

#

text files with gui and some other stuff

severe pulsar
whole bear
#

i'm really iffy and scared of touching APIs or anything web based really, looking to git gud on local system before moving onto going full loonixhaxxor online

severe pulsar
#

lol

#

cool

whole bear
#

thanks man, much appreciated

#

@whole bear My man, cumbersome body is a good song by them

severe pulsar
#

Spaghetti!

#

im guessing today is the day mr.hemlock returns from his 2 day vc hiatus(out here we dont call it a weekend), but i may be wrong

somber heath
#

It's like what you say when you're expressing simultaneous dismissiveness and disgust. "Pagh!"

fiery hearth
#

!e```
import random

flag = True
while flag == True:
user_input = input("Enter a number from 1 to 10> ")
random_number = random.randint(1, 10)
if user_input == random_number:
print("Yay you've guessed it!")
play_again = input("Do you want to try again? ")
else:
print("Sorry you guess is wrong!")
print(f"The number was {random_number}")
play_again = input("Do you want to try again? ")
print(play_again)
if play_again == 'Y' or 'y':
flag = True
else:
flag = False

wise cargoBOT
#
Did you mean ...

empty-json
enumerate
except
exit()
environments

fiery hearth
#

anyone free here?

dense ibex
short gate
#

Hello.

severe pulsar
#

what is this?

#

@normal hinge hey!

#

havent seen you in a while

#

oh you left

#

;-;

dense ibex
severe pulsar
#

damn!

faint ermine
#

@reef bear here

severe pulsar
#

hi sanindu

reef bear
#

ok thanks...

#

Hi

#

I'm new...
Can I know that is spotify is free?

zealous wave
vivid palm
#

imposter mina

#

jakie??

#

lmao

severe pulsar
#

jakie!

dense ibex
#

Should I change my name to jakie?

severe pulsar
#

please

vivid palm
#

not if you hate it lol

dense ibex
#

hmmm I will see

severe pulsar
#

i think it would be funny though(my opinion lel)

honest pier
#

on github the 404 page moves

dense ibex
#

Never knew that

vivid palm
#

...................................

#

283....................

#

do your days not expire hemlock?

#

me bongowave

#

no separate sick days lol

#

35 days lmao

#

we get up to 5 days carried over into Q1

faint ermine
honest pier
#

cries in vim ๐Ÿ˜”

rugged root
#

4evar

vivid palm
#

huh

honest pier
#

lul

vivid palm
#

new business idea hemlock

severe pulsar
#

Ooh

vivid palm
#

carbonated iced SWEET tea tho??

#

that might sell

honest pier
#

๐Ÿคฎ

dense ibex
#

I like iced sweet tea with lemon but it can't have too much sugar

amber raptor
vivid palm
#

i'm just saying it would sell lol ยฏ_(ใƒ„)_/ยฏ

somber heath
#

Sweet tea, yes, but only ever with milk/soy.

#

Chai Marsala is amazing.

lunar pendant
#

masala chai

honest pier
#

๐Ÿ˜ณ

somber heath
#
a = [1,2,3]
b = [1,2,3]
a == b #True
a is b #False
c = a
a is c #Trueโ€Š```
vivid palm
#

same laundmo

severe pulsar
#

Alright gonna join back from PC

dense ibex
#

This carbonated waterbottle is $70.00 ๐Ÿ˜ฆ

honest pier
#

pssst

#

bot#1517

#

bruh

#

๐Ÿ‘€ ^^

#

review pls ๐Ÿ‘€

whole bear
#

join ๐Ÿ™‚

rugged root
vivid palm
#

pydis branded drinkmate when

#

lmao

#

ooh

#

i'm listening to a new to me playlist

#

okk calm

#

okieokie

dense ibex
#

La calma musica

vivid palm
#

there is some not chill music coming up though

#

okie

rugged root
#

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

whole bear
next fox
#

hey

#

hey

lunar pendant
#

hello

dense ibex
next fox
#

hello jake

rugged root
next fox
#

@next fox

stuck furnace
dense ibex
#

Yeah, its new.

#

I just figured it out today.

next fox
#

hello im pardhiv and i want to make money online

#

i dunno how

#

i need pay mybills tommorow

stuck furnace
#

I'm not sure I believe you Batch ๐Ÿ˜„

vivid compass
next fox
#

can i spam here?

vivid palm
#

no

next fox
#

i know that

vivid compass
faint ermine
dense ibex
#

#spam

#

rip:(

lunar pendant
#

@next fox go get a life dude

dense ibex
vivid palm
#

^ lol that's awesome

vivid compass
#

sus

vivid palm
#

@lunar pendant no need to be rude

rugged root
#

@lunar pendant Please don't be a dick to other users

whole bear
#

@severe pulsar arent you scared if so much persons watch you???

vivid compass
severe pulsar
#

:)

lunar pendant
severe pulsar
#

cant get doxxed ๐Ÿ‘€

honest pier
#

painkillers are amazing ๐Ÿ‘€

rugged root
honest pier
#

slams desk there MUST be a better way!

whole bear
#

i have a question

#

could i be able to code my own IDE

honest pier
#

could? sure why not

whole bear
#

oh

#

ok

honest pier
#

i wouldn't expect any one person to create something on the level of vscode or pycharm though

whole bear
honest pier
#

i r

vivid compass
whole bear
#

what?

vivid palm
#

@spiral monolith hi

#

have you kept up with BCS

whole bear
#

because the homework at our school in germany is more harder than in amerika or england

honest pier
#

mhm

stuck furnace
#

It looks pretty nice, and they have settings for a lot of different editors.

honest pier
#

i still use monokai

whole bear
#

could i be able to code a roboter that does my homework?

honest pier
#

could? sure why not

vivid compass
#

py_guido congrats

candid venture
whole bear
#

is everything possible?

honest pier
#

sure, coding is powerful

whole bear
#

wow

candid venture
#

""

faint ermine
#

!e print(hello world)

wise cargoBOT
#

@faint ermine :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print(hello world)
003 |                 ^
004 | SyntaxError: invalid syntax
dense ibex
#

print("hello world")

whole bear
#

!e print pygame

wise cargoBOT
#

@whole bear :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     print pygame
003 |           ^
004 | SyntaxError: Missing parentheses in call to 'print'. Did you mean print(pygame)?
vivid compass
#

good luck man lemon_fingerguns

candid venture
vivid compass
#

remove the bracket

vivid palm
#

oh jake clap

#

truer words

#

have not been spoken

somber heath
#

Not reading the instructions penalty: One Shiba Inu bonk.

vivid palm
#

words don't matter to nutterbutter

#

but if you have them and you need them.............

#

that's good

candid venture
#

One of Israelโ€™s most famous military inventions is the Iron Dome, a vast, high-tech shield against the rain of missiles that has threatened the nation. Hello Worldโ€™s Ashlee Vance travels to the coastal town of Ashkelon, near Gaza, to see an Iron Dome battery up close.

#BloombergHelloWorld

Watch the full episode of 'Hello World: Israel': http:/...

โ–ถ Play video
dense ibex
vivid palm
#

that reading is important

#

like, instructions

#

lol

candid venture
#
"alpha" < "beta"
dense ibex
candid venture
honest pier
#

strings are compared lexigraphically

faint ermine
#

!e ```
print(ord("a"))
print(ord("b"))

wise cargoBOT
#

@faint ermine :white_check_mark: Your eval job has completed with return code 0.

001 | 97
002 | 98
honest pier
#

it's essentially comparing them like

[ord(i) for i in string1] < [ord(i) for i in string2]
whole bear
#

pls join

vivid compass
swift valley
#

b r b

vivid compass
arctic oyster
#

This voice chat is based

#

Pog

vivid palm
#

money is blood

#

hemlock that's a fairly non-western thought process. you surprised me lol

honest pier
#

exactly lol

severe pulsar
#

Guys what cli output color should I use for warnings?

honest pier
#

non-us or non-western?

vivid palm
#

i mean i think most would not agree with you

#

when they're honest w/ themselves

#

ok me being american i guess US = West LMAO

severe pulsar
amber raptor
#

Traditional red is error and yellow is warning

arctic oyster
vivid palm
#

yeah but it's hard to acknowledge that like on a gut-level you know

#

for most people

#

no matter how much evidence you may present

frigid panther
#

o/

vivid palm
#

iceman what did you do to your snowman :(

frigid panther
#

huh, well, it got spooked ๐Ÿ˜…

vivid palm
#

is it accurate to say that the US just overspends on military?

frigid panther
#

.spookify

viscid lagoonBOT
#
Iceman
Is this you or am I just really paranoid?
vivid palm
#

like our taxes are not that much lower than other areas are they?

honest pier
#

overspends on foreign aid ๐Ÿ˜”

vivid palm
#

i'm not at 12% lolll

#

i'm approx 25%

vivid palm
#

no i mean like, firepower, aircrafts, those kinds of things?

rugged root
#

Yes

#

Jobs

vivid palm
#

idk i never actually looked at the US expenditures lol

rugged root
#

Someone has to build that stuff

#

And it's years and years worth of work

honest pier
#
  • research and stuff
vivid palm
#

yeah but would US be manu these things?

severe pulsar
vivid palm
#

lmao

amber raptor
#

US biggest expenses are Social Security, Medicare, Medicaid, Defense. Cuts anywhere else wonโ€™t matter.

rugged root
#

Which is why I think there should be adjustments to tax more

#

We don't need cuts, we need more money to spread

#

Less of these bullshit tax loopholes

amber raptor
#

Thatโ€™s valid argument as well

frigid panther
#

does pycharm have a gui for commiting specific lines from a file?

amber raptor
#

Just pointing out that money goes to those 4 places

frigid panther
rugged root
#

For sure

honest pier
#

@frigid panther see?

frigid panther
#

got it

#

lemme try

#

I just realized that both of your names are the same

honest pier
#

like for distances, it's very difficult to comprehend how long a light-year or parsec is

frigid panther
#

ooh @rugged root listening to start up ost

#

that MV is really good too

#

#์Šคํƒ€ํŠธ์—…OST #๋ฏธ๋ž˜ #๋ ˆ๋“œ๋ฒจ๋ฒณ #RedVelvet

๐ŸŽง ์ง€๊ธˆ ๋ฐ”๋กœ ์ด ๋…ธ๋ž˜๋ฅผ ๋“ค์–ด๋ณด์„ธ์š”! | Experience this song on your platform now!
๐ŸŽง https://lnk.to/startup-ost-1

tvN ํ† ์ผ๋“œ๋ผ๋งˆ โ€œ์Šคํƒ€ํŠธ์—…โ€์€ ํ•œ๊ตญ์˜ ์‹ค๋ฆฌ์ฝ˜ ๋ฐธ๋ฆฌ ์ƒŒ๋“œ๋ฐ•์Šค์—์„œ ์„ฑ๊ณต์„ ๊ฟˆ๊พธ๋ฉฐ ์Šคํƒ€ํŠธ์—…์— ๋›ฐ์–ด๋“  ์ฒญ์ถ˜๋“ค์˜ ์‹œ์ž‘(START)๊ณผ ์„ฑ์žฅ(UP)์„ ๊ทธ๋ฆฐ ๋“œ๋ผ๋งˆ๋กœ โ€˜๋‹น์‹ ์ด ์ž ๋“  ์‚ฌ์ด์—โ€™, โ€˜ํ˜ธํ…” ๋ธ๋ฃจ๋‚˜โ€™๋ฅผ ์—ฐ์ถœํ–ˆ๋˜ ์˜ค์ถฉํ™˜ ๊ฐ๋…๊ณผ โ€˜ํ”ผ๋…ธํ‚ค์˜คโ€™, โ€˜๋‹น์‹ ์ด ์ž ๋“  ์‚ฌ์ด์—โ€™ ๋“ฑ ๋‹ค์–‘ํ•œ ์ž‘ํ’ˆ์œผ๋กœ ๋Œ€์ค‘๋“ค์—๊ฒŒ ์ž˜ ์•Œ๋ ค์ง„ ๋ฐ•ํ˜œ๋ จ ์ž‘๊ฐ€๊ฐ€ โ€˜๋‹น์‹ ์ด ์ž ๋“  ์‚ฌ์ด์—โ€™ ์ดํ›„ ๋‹ค์‹œ ์žฌํšŒํ•œ ์ž‘ํ’ˆ์œผ๋กœ ๋ˆˆ๊ธธ์„ ๋ชจ์œผ๊ณ  ์žˆ๋‹ค.

ํ๋ฅด...

โ–ถ Play video
rugged root
#

Niiice

vivid palm
#

iceman is true contemp kpop aficionado...

honest pier
#

@vivid palm that song is so good :3

frigid panther
honest pier
#

lul

severe pulsar
#

lel

vivid palm
#

but i can go 80mph on the hwy lel

honest pier
#

lul

severe pulsar
#

fast

vivid palm
#

zoom zoom

honest pier
#

3.086e16 meters in a parsec ๐Ÿ‘€

frigid panther
#

I recently got my DL but haven't gone to the highway yet

severe pulsar
#

ooh

honest pier
#

the highway is chill

severe pulsar
#

https://www.youtube.com/watch?v=yjTVMXammAw&ab_channel=BenAwad
if you're a web developer who knows at least 1 javascript framework, watch this; its amazing ๐Ÿคฃ

I felt wholesome today and decided to release a video about a technology that I've taken for granted.

Checkout Nick's channel: https://www.youtube.com/c/NickWhite

#benawad #angular


Checkout my side projects:

https://dogehouse.tv/
https://github.com/benawad/dogehouse

If you're into cooking: https://www.mysaffronapp.com/


Join the D...

โ–ถ Play video
honest pier
#

angular ๐Ÿ‘Ž

severe pulsar
#

haha watch it ;)
you'll be in for a surprise

vivid palm
#

uh huh

frigid panther
#

ben awad is pretty cool

#

he is currently making a facebook clone I believe

severe pulsar
#

*clubhouse

faint ermine
severe pulsar
#

clubhouse clone kind of

frigid panther
#

ah right

severe pulsar
#

hes one of the only tech youtubers that i know of that have a funny/edgy personality

severe pulsar
honest pier
#

no thanks

severe pulsar
#

cool

#

basically its an april fools joke lmao

#

so he switches it up on you

#

in the middle

#

song is fire ๐Ÿ”ฅ though

faint ermine
# honest pier ?

he doesnt actually love angular js

googles supposed to be top tier
angular.js devs are the only ones with tears

severe pulsar
#

LOL

honest pier
#

i don't really care what he thinks about angular ๐Ÿค”

severe pulsar
#

alright

#

its just a funny joke?

faint ermine
#

just because you reactedresponded with the downvote

honest pier
#

?

faint ermine
honest pier
#

i did say that

severe pulsar
#

angular isnt bad actually but yeah you can like/dislike whatever you want

#

but ben hates angular

faint ermine
#

yes, which would be appropriate on a video praising angular

severe pulsar
#

i think its a running gag lmao

rugged root
#

Why are we getting this heated about it?

honest pier
#

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

severe pulsar
#

i dont know...

#

im not heated

severe pulsar
#

i was trying to share a joke

lunar pendant
#

I like this conversation

wise glade
#

oh, angular sucks right?

severe pulsar
#

angular isnt bad i think

#

some boilerplate

#

some people think theres too many files

wise glade
#

jk, I just wanted to see people's reaction
didn't think you'll be the first one Rabbit

severe pulsar
#

if you dont like stuff like dependency injection

wise glade
#

I actually don't know about Angular, React or Vue

#

anything about em

#

never learned em, never used em

#

lol

frigid panther
#

the best framework is the on you know the best

somber heath
#

@rugged root Grassy gnoll.

wise glade
#

google made kubernetes, didn't knew

wise glade
amber raptor
frigid panther
severe pulsar
#

i think Flutter is a good google open source project. Pretty sure they take good feedback?

amber raptor
#

I mean, I guess

severe pulsar
#

correct me if im wrong

frigid panther
wise glade
#

the only thing I knew is that default one that comes with Docker

amber raptor
#

As always my statements are broad

frigid panther
#

good luck

severe pulsar
wise glade
#

what's it called, I forgot

severe pulsar
#

i installed manually

frigid panther
amber raptor
#

There is always exceptions

severe pulsar
#

was a pretty ok process(installing flutter on windows)

wise glade
#

compose??

#

I think, docker compose

frigid panther
#

it was a nightmare for me

severe pulsar
#

aah rip

frigid panther
#

easier on linux

#

but still needed some setup

severe pulsar
#

i just followed a youtube tutorial

frigid panther
#

gave up on windows

severe pulsar
frigid panther
#

ah

amber raptor
#

I always say that, I make broad statements, there is always exceptions to the rules

frigid panther
#

then I tried running flutter from a docker container

#

partially passed

amber raptor
#

Like most companies donโ€™t mainline python

#

But Iโ€™m sure some company somewhere writes everything in Python

#

Or python isnโ€™t great gaming language and you could find some ok game written in Python.

wise glade
#

for final year students in my college
only one company came and explicitly asked for python django as a requirement

wise glade
#

python's not that famous at graduate level here in India

rugged root
#

A-maze-mint

severe pulsar
#

WOAH

#

mr.hemlock's feeling especially humorous today

wise glade
#

yeah, here, Dotnet, Java & JavaScript rules

frigid panther
severe pulsar
#

true

#

bye laundmo!

frigid panther
#

I need more sleep today

#

physics exam screwed my sleep

severe pulsar
#

oof

amber raptor
#

We use Dotnet core and JS here

frigid panther
faint ermine
frigid panther
#

he likes perfection

#

the curve

wise glade
#

there's a thing in C# called Events
I'm starting to cry now, learning it
super crazy difficult

frigid panther
wise glade
severe pulsar
#

hemlock trying to justify

whole bear
#

im hacker man

severe pulsar
#

lol yeah

vivid palm
#

work people why do you not listen to me

#

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

#

pls

frigid panther
whole bear
wise glade
whole bear
#

join it now

frigid panther
wise glade
#

@somber heath C#'s EFCore is just awesome for database migrations

#

and you can connect to any dbms you like

#

but Sql Server works the best

#

also Transact-sql gives intellisense
it scans the database and gives awesome auto-completion

vivid palm
#

lul

#

i find lanolin lip balms are superior if you have really bad chapped lips..

rugged root
#

True, but when you're at work and need something in a pinch

#

Swag lipbalm

whole bear
rugged root
#

Might at some point

#

Looks like a really lame place tbh

whole bear
#

cmon dude join it

honest pier
#

seems like a pretty bad server tbh

wise glade
#

does anyone uses Postgresql with code, where you need to pass a connection string in the code

#

?

rugged root
#

!source

wise cargoBOT
wise glade
#

can anyone give me the connection string format for postgresql

#

please

#

yeah, its something always wrong with the connection string I get from google

#

yeah

#

stored somewhere

wise glade
#

but still the correct format

#

I tried and tried and tried, but the string was always wrong

#

always

#

so I quit after some time

#

and just created the entire database in Sql Server Express

wise glade
severe pulsar
#

hemlock "mothering" laundmo and trying to make him eat food now is kinda hilarious

wise glade
somber heath
#

@rugged root Camem bear.

whole bear
#

is it against tosfor someone to ask a bot maker to create a bot that relays every message in a channel of a server that he owns to his dms

honest pier
#

maybe? check the tos though

wise glade
#

you know, I've transferred it all to Sql Server Express now
intellisense only works with ms stuff

amber raptor
#

Ok

#

MSSQL is fine DB, just bit more costly

rugged root
whole bear
#

red yellow = grEEn?

wise glade
#

oh, speaking of pyweek
@honest pier I tried your game "flawless" from your git ( someone mentioned it, so I also tried it )
and I'm deeply sorry that I'm saying it
but it sucks, like really really sucks ๐Ÿ˜‚ ๐Ÿ˜‚
I hope not much thought went into making that

honest pier
#

๐Ÿค”

wise glade
#

again I'm sorry ๐Ÿ˜‚

frigid panther
vivid palm
#

such a copy cat lol

#

eyyyy now i'm on top

honest pier
#

?

vivid palm
#

๐Ÿ˜”

wise glade
#

yeah

#

I played it

#

not the code

#

the gameplay

#

no no, it just not fun to play

#

at all

rugged root
vivid palm
#

omg we made it

honest pier
#

did you make a game? @wise glade

wise glade
#

it gave me ptsd

wise glade
#

didn't make sh**

#

oh yeah

#

fever

#

everyone I know got fever for 3 days or so
.................................................................................

#

look at this Hemlock, Rabbit
its off for me tomorrow ๐Ÿ˜
_don't even know what this holiday even mean, but such a diverse culture country, it must be imp somewhere ๐Ÿ˜‚ _

vivid palm
#

@amber raptor it's your fave song o/

swift valley
#

Implosive what

amber raptor
swift valley
#

Christ.

frigid panther
#

did opal just break

vivid palm
#

awoooooo

wise glade
#

ok, lets do Event Accessors, cause why not

#

anyone tried game "The Pathless"?

#

super relaxing game

#

is there any advantage of having an extended mic like this on heaphones?

#

this one has it built in

rugged root
#

Compared to what?

#

Oh right

#

Closer to the mouth

wise glade
#

that's it ๐Ÿ˜‚

#

no noise thing?

whole bear
wise glade
#

thx

rugged root
#

Partly a noise thing

wise glade
#

oh, yeah

#

software could only do so much

#

if you live in a noisy env

#

yeah, I'm not one of those ocd people

vivid palm
#

sounds wrong

wise glade
#

yeah, 15 ,military, what was that?

vivid palm
#

lol i never heard of them

#

lmao

azure oasis
#

wat

wise glade
#

does anyone watches physics girl on youtube?

#

I'm loving the new internet
used to be over 200

azure oasis
#

im subscribed to her but i havent been able to watch her videos for a while now

wise glade
#

this one's nice

azure oasis
wise glade
#

like something actual happened in physics

#

I thought physics is dead

#

unless tech advances substantially

wise glade
vivid palm
#

oh hemlock, i discovered a few weeks ago from rabbit that one of his data centers was in the town that i live in

#

@ prev company

rugged root
#

Oh dude, that's pretty cool

vivid palm
#

he said the name and i was like WAT O_O

wise glade
#

anyone got vaccinated?

rugged root
#

Just had my second shot today

wise glade
#

there's gonna be more that one

#

*than

#

oof

zinc orchid
#

U already got the shots?

rugged root
#

Yep

#

I qualified as IT

zinc orchid
#

In Germany everyone who is born in 1943 got the shot

#

and people like nurses

rugged root
#

For us it was... I think it was either 65 to 55 up for the first batch, then medical staff, then varying levels of essential workers

#

Now it's open to everyone

zinc orchid
#

wow that was fast for yall

azure oasis
amber raptor
#

We are about to open to everyone in my state

zinc orchid
#

In a few weeks people who where born in 1945 get the shots

azure oasis
#

i mean for Biden's first 100 days

wise glade
#

its crazy here

zinc orchid
#

anyways how yall doing

rugged root
#

Not bad, you?

lunar pendant
#

@somber heath yaa it's right

#

100k

zinc orchid
#

I am pretty good

vivid palm
#

oh that's great lmao

zinc orchid
#

Homesholl just started for me again though

vivid palm
#

re: vasectomy lmao

rugged root
#

It's a lot of worry off my back

zinc orchid
#

Homeshooling in Germany is sooo bad

#

and its sooo sad

#

How did it go in the us?

wise glade
#

we do Sanskrit

#

and we just want to hang ourselves now

#

for learning it

zinc orchid
#

oh man

#

we do grammer and stuff I am just in 8th grade

lunar pendant
zinc orchid
#

I dont even know what that is๐Ÿ˜‚

wise glade
#

ahh... cookies

#

the double stuffed oreos

#

i go
double stuffed oreos entire packet + milk + juicer/mixer + ice = awesome cold soomthie

lunar pendant
#

So for which part you gonna go first , the cream side or just the regular one

wise glade
#

definitely try it

#

it tastes pretty good

#

@honest pier you talking, can't hear you at all?

honest pier
#

bug

faint ermine
#

its stuck

wise glade
#

you like things simple

#

in food

#

nice

#

boiled veges + mayo + some_secret_spices + stuffed in some dough + either baked or fried = just ๐Ÿ˜˜

#

laudmo might puke

#

oh, yeah, protein

#

just don't eat bats

#

mix of things is always more healthy, than just eating one kind of thing

#

get all the nutrients, not just few

#

I can never think about ๐Ÿ”ช rabbits
I had one as a pet once

#

it was super cute

faint ermine
#

!otn a hemlock's-little-bit-of-cannibalism

vivid palm
#

john the baptist diet

rugged root
#

hemlock's cannibalism cookbook

honest pier
#

handbook

wise glade
#

rabbits are the cutest pets
they just don't want to live in homes
but in burrows or something

#

they gradually become sad

#

couldn't find a better one ๐Ÿ˜ž

whole bear
#

imagine a cat on them

frigid panther
#

bck, whats happening

wise glade
#

ok, I'ma go, see you guys later ๐Ÿ‘‹ , have a nice day
_just listening to Hemlock's USB thing, then I'll go ๐Ÿ˜‚ _

frigid panther
#

cya

faint ermine
#

GlassDuo at the "Festival di Santo Stefano" in Bologna, Italy.
GlassDuo have created an exceptional musical instrument from a set of custom made wine glasses. The result is the biggest professional #GlassHarp in the world.

This track is on the album "GLASSIFIED" available here: http://shop.glassduo.com

Some links about GlassDuo and the #Music...

โ–ถ Play video
rugged root
#

!voice @nocturne quiver

wise cargoBOT
#

Voice verification

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

rugged root
#

That'll tell you what you need to know about our voice gate system

faint ermine
severe pulsar
rugged root
#

You're welcome

severe pulsar
#

:)

faint ermine
#

!e print(sum(ord(c) for c in "hello hemlock"))

wise cargoBOT
#

@faint ermine :white_check_mark: Your eval job has completed with return code 0.

1303
cobalt fractal
#

!e print(sum(ord(c) for c in "hello hemlock"))

wise cargoBOT
#

@cobalt fractal :white_check_mark: Your eval job has completed with return code 0.

1303
cobalt fractal
#

!e print(sum(ord(c) for c in "hello hemlock"))

wise cargoBOT
#

@cobalt fractal :white_check_mark: Your eval job has completed with return code 0.

1303
cobalt fractal
#

!e print(sum(ord(c) for c in "hello hemlock"))

wise cargoBOT
#

@cobalt fractal :white_check_mark: Your eval job has completed with return code 0.

1303
frigid panther
#

hemlock is surprisingly active today

#

did you have like 5 cups of coffee

severe pulsar
#

he had some carbonated tea

cobalt fractal
#

๐ŸŽ‰

vivid palm
#

nah tis pretty normal lol

frigid panther
whole bear
#

what does carbonated mean ?

frigid panther
#

yes it is

#

!spookify

#

.spookify

viscid lagoonBOT
#
Iceman
Is this you or am I just really paranoid?
frigid panther
#

.spookify

viscid lagoonBOT
#
Iceman
Is this you or am I just really paranoid?
faint ermine
#

.spookify

viscid lagoonBOT
#
laundmo
Is this you or am I just really paranoid?
frigid panther
#

.spookify

severe pulsar
#

hemlock is only inactive/not enthusiastic when he is tired or has a headache ๐Ÿ˜” ๐Ÿ˜ญ

faint ermine
#

.spookify

viscid lagoonBOT
#
Iceman
Is this you or am I just really paranoid?
#
laundmo
Is this you or am I just really paranoid?
frigid panther
#

.spookify

viscid lagoonBOT
#
Iceman
Is this you or am I just really paranoid?
severe pulsar
#

uh

whole bear
#

!spokify

frigid panther
#

looks like random

honest pier
whole bear
#

!spookify

#

.spookify

frigid panther
#

.spookify @whole bear

viscid lagoonBOT
#
zezeck
Is this you or am I just really paranoid?
#
zezeck
Is this you or am I just really paranoid?
severe pulsar
#

just really paranoid

whole bear
#

yyoooo

#

thats a nice wallpaper

#

.spookify

viscid lagoonBOT
#
zezeck
Is this you or am I just really paranoid?
rugged root
frigid panther
whole bear
#

.spookify

viscid lagoonBOT
#
HelloBoi!
Is this you or am I just really paranoid?
frigid panther
#

imagine it being the ussr symbol

whole bear
#

.spookify

viscid lagoonBOT
#
HelloBoi!
Is this you or am I just really paranoid?
rugged root
frigid panther
#

do you like IU songs @rugged root ?

vivid palm
#

i is in control

frigid panther
#

she is the main female lead in hotel del luna kdrama

#

if you endup becoming her fan, you should watch that

vivid palm
#

:(

frigid panther
#

you need premium @flat obsidian

vivid palm
#

probs licensing

frigid panther
#

ops tagged the wrong chris

vivid palm
#

there was recent drama with a lot of korean music and spotify

vivid palm
#

they were deadlocked for a while and like 80% of korean music was wiped from spotify for a few weeks

frigid panther
#

have you watched its okay not to be okay?

vivid palm
#

hm then idk

#

\o/ party

frigid panther
#

update spotify I guess

#

I wish yt music had such a feature

#

maybe I should remove yt premium and get spotify premium

vivid palm
#

iceman pls tell google

frigid panther
#

!user @faint ermine

wise cargoBOT
#

You may not use this command on users other than yourself.

vivid palm
#

@cobalt fractal you've not listened to my SUNMI playlist yet right?

frigid panther
#

!avatar

#

we need a command to view avatars

faint ermine
honest pier
#

๐Ÿ‘€

frigid panther
#

this ones gud

honest pier
#

@cobalt fractal have you listened to wendy's new album tho ๐Ÿ‘€

honest pier
#

๐Ÿ˜”

frigid panther
#

does he know who wendy is

honest pier
#

have you iceman ๐Ÿ‘€

frigid panther
#

yes

honest pier
#

:D

vivid palm
#

lmao guys, sunmi first, the rest can wait clap

honest pier
#

noooo

frigid panther
#

expected more tho ๐Ÿ˜ฆ

vivid palm
#

yes

frigid panther
#

but I guess thats typical wendy

honest pier
#

๐Ÿ˜”

vivid palm
#

we will cycle back to sunmi for chris :3

frigid panther
#

you will bored of sunmi

#

get*

#

if you keep listening to her

vivid palm
#

^ ban

honest pier
#

i can't listen along ๐Ÿ˜”

frigid panther
honest pier
#

!ytdl ๐Ÿ˜”

wise cargoBOT
#

Per PyDis' Rule 5, we are unable to assist with questions related to youtube-dl, commonly used by Discord bots to stream audio, as its use violates YouTube's Terms of Service.

For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2021-03-17:

The following restrictions apply to your use of the Service. You are not allowed to:

1. access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as specifically permitted by the Service;  (b) with prior written permission from YouTube and, if applicable, the respective rights holders; or (c) as permitted by applicable law;

3. access the Service using any automated means (such as robots, botnets or scrapers) except: (a) in the case of public search engines, in accordance with YouTubeโ€™s robots.txt file; (b) with YouTubeโ€™s prior written permission; or (c) as permitted by applicable law;

9. use the Service to view or listen to Content other than for personal, non-commercial use (for example, you may not publicly screen videos or stream music from the Service)
frigid panther
cobalt fractal
#

.latex $jo mama$

frigid panther
#

care*

viscid lagoonBOT
frigid panther
#

well

vivid palm
#

latex lmao

frigid panther
#

discord partnered servers use music bots

honest pier
#

woah we have that now :O

cobalt fractal
#

.latex $e^3 - x_2$

viscid lagoonBOT
whole bear
#

.latex %jo dada$

viscid lagoonBOT
frigid panther
#

oh no, don't remind me of math

whole bear
#

.latex $jo dada$

viscid lagoonBOT
faint ermine
#

.latex \begin{enumerate}
\item does it do this too\
\item or just the math ones?\
\end{enumerate}

viscid lagoonBOT
frigid panther
#

have you heard to wjsn @honest pier

#

new album

#

un natural

vivid palm
#

i played 2 songs and stopped

cobalt fractal
#

.t latex $e^3 - x_2$

viscid lagoonBOT
#

Command execution for latex finished in 0.4273 seconds.

vivid palm
#

if you were asking me lol

frigid panther
#

ye

#

un natural and last dance

vivid palm
#

3 inch margins

#

@cobalt fractal waow ?

frigid panther
#

heard to izone?

honest pier
#

la vie en rose :)

frigid panther
#

yee

honest pier
#

also fiesta

frigid panther
#

secret story of the swan is da best

honest pier
#

those are the only two songs i listen to of theirs

cobalt fractal
honest pier
vivid palm
#

looking for feedback on the current song

frigid panther
vivid palm
#

oh wait are you not listening anymore lol

frigid panther
#

this ones ma fav

vivid palm
#

it still showed here for me

cobalt fractal
#

Ahh yea I am lol

#

It's very up beat ๐Ÿ˜„

frigid panther
cobalt fractal
#

python/cpython#123

frigid panther
#

do startups usually list more requirements?

viscid lagoonBOT
cobalt fractal
#

Nice

faint ermine
#

wait what

#

niiice

frigid panther
#

what happened to your glowing eyes laund

cobalt fractal
#

Yea, extended it to all channels & all repos

faint ermine
#

julvo/reloading#11

viscid lagoonBOT
faint ermine
#

thats wrong

cobalt fractal
#

If an owner is omitted, it assumes pydis

faint ermine
cobalt fractal
#

hmm

#

lemme check regex

faint ermine
#

bug found