#voice-chat-text-1

1 messages · Page 111 of 1

fossil citrus
flat sonnet
#

xD

#

Jajajjaja

fossil citrus
#

When I heard about the Wii Shop Channel closure, well, first I got sad. Then I figured it's about time to do this theme...

...RIP WII SHOP I LOVE THIS SONG

Catch me live on Twitch! ► https://www.twitch.tv/smoothmcgroove

●Support my videos on Patreon ► http://www.patreon.com/SmoothMcGroove

●Listen to this song on Spotify ► https://open.spot...

▶ Play video

An original bap bap bap bum bum bap arrangement of the Mii Channel theme for the Nintendo Wii 🎵

This song has always reminded me of the day the Nintendo Wii released. I went over to my friend's house and they had already set it up and were messing around with creating their Mii characters. We spent the rest of the night playing tennis, bowlin...

▶ Play video
cedar crest
#

LP your mic is off

flat sonnet
#

He doesn't want us to listen

#

😦

fossil citrus
#

I think they took out their earbuds so no feedback loop wanted

flat sonnet
#

What does development do?

fossil citrus
flat sonnet
#

Now i'm a billionaire

fossil citrus
mild flume
#

@ornate finch We're talking in here

ornate finch
#

uh

#

yes?

mild flume
#

Oh sorry, just noticed that you talked in VC0

#

Got confuzzled

ornate finch
#

Huh?

#

i don't think i ever unmuted

#

at all

mild flume
#

No no

#

Text

ornate finch
#

oh

#

ah

#

thanks

mild flume
#

Yarp

fossil citrus
mild flume
#

No, been saying it for years

#

Sorry if I've missed saying hello to anyone. Been having to hike around work and catching people here as I can

ornate finch
#

Xd

wary fable
#

Gotta love the TF2 community sometimes

ornate finch
#

false hope

#

xd

unborn plume
#

@mild flume How was your vacation dude ?

sage shuttle
#

👏

floral current
ornate finch
#

whats flog?

#

or ist it frog?

unborn plume
#

@sage shuttle I was going to work on threads changes you mentioned for anagram, you have some time on your hands right now ?

ornate finch
#

and he gone

wary fable
#

My favorite thing to do to annoy in tf2 is to pull out the vaccinator (which I renamed to “The Second COVID Shot”) and pocket the snipers

sage shuttle
#

But go ahead, I am available right now

wary fable
unborn plume
mild flume
sage shuttle
#

😂

fluid edge
#

oof

wary fable
violet venture
#

You called?

mild flume
#

@hard steppe

fast cypress
#

if you have data in distributions you could use kl divergence for estimating how those distributions are related to each other

#

hence you could frame bar overlap in that way

#

i mean if you are working with frequencies

ornate finch
#

so what do you do when you stuck?

fluid edge
#

technically you're giving it to both china and the us. lol

#

lmfao

#

effing hemlock

mild flume
#

Don't lie

#

You missed me

unborn plume
#

Dead sea must be salty

#

Btw there is an actual difference between happy tears and sad tears, apparently sad tears are salty. Not sure random knowledge in me head

hushed wolf
#

hi

stark saddle
#

Hullo!

floral current
#

👋

wary fable
#

SO2 map shows cumbre vieja no problemo

hushed wolf
#

i mostly use vscode these days, sometimes i play with IDLE for single-file scripts

mild flume
#

Been missin' you, bud

hushed wolf
#

:)

#

how u doin

mild flume
#

I'm good! Just got back from a vacation, back to workin'. How about you?

hushed wolf
#

decent, been strugglin with some medical stuff (mostly back pain and hand pain), but it seems to be getting better.

#

slowly haha

#

Meditation and CBD have been helpful

fluid edge
#

meditation is the best. ^^

#

get well soon~

hushed wolf
#

thanks!

hushed wolf
#

this is one of my fav meditation song/mantras: https://www.youtube.com/watch?v=djOENzAOTKM very soothing

fluid edge
#

oooo. saving this for later. thanks!

#

LMAO

#

HA.

#

what a stretch.

mild flume
#

#sorrynotsorry

hushed wolf
#

haha

fluid edge
#

LOLOLOL

#

I'M DED.

wary fable
#

Jesus Tap-dancing McChrist

hushed wolf
mild flume
floral current
wary fable
#

that moment when someone in personal investing gets the workplace investing service account and every SINGLE pipeline breaks at once

peak frigate
#

not available for me apparently

ornate finch
#

Why??

fluid edge
#

lol it's not paid by the kids. it's paid by their parents

hushed wolf
#

on a brighter side

stark saddle
#

I'm curious what the actual spread of age range is on discord

hushed wolf
#

there's also lots of philosophy and buddhist servers with wholesome ppl :)

fluid edge
#

i would think it's a pretty normal distribution

#

😮 where are these servers

stark saddle
#

Because servers like this one might skew slightly older than the typical one

hushed wolf
#

I have a buddhist server called "Buddhism" i made not that long ago haha

fluid edge
#

<.< is it private

hushed wolf
#

it is public

hushed wolf
#

i don't have it indexed though, so ppl have to search "Buddhism" to find it haha

mild flume
#

Shoulda, woulda, buddah

fluid edge
#

LOL

peak frigate
#

i mean i guess Cry_BC

stark saddle
fluid edge
#

poor siddartha

hushed wolf
#

shakyamuni buddddddhaaaaaa

#

tho common misconception: siddhartha gautama was not first or only buddha :)

mild flume
#

@stark saddle Kat, I swear to god, if the next scratcher card catches fire, I'm blaming you

stark saddle
#

Bahahaha :3c

hushed wolf
#

@fluid edge if you are interested (or anyone else) feel free to sent me a friend request/DM and I can inv, just don't want to drop inv links on pydis haha

fluid edge
#

okie dokie ^^

#

LMFAO WHAT

stark saddle
peak frigate
#

kat do you use " double quotes

stark saddle
#

inconsistently yeah

sage shuttle
#

!string-formatting

coarse hearthBOT
#

String Formatting Mini-Language
The String Formatting Language in Python is a powerful way to tailor the display of strings and other data structures. This string formatting mini language works for f-strings and .format().

Take a look at some of these examples!

>>> my_num = 2134234523
>>> print(f"{my_num:,}")
2,134,234,523

>>> my_smaller_num = -30.0532234
>>> print(f"{my_smaller_num:=09.2f}")
-00030.05

>>> my_str = "Center me!"
>>> print(f"{my_str:-^20}")
-----Center me!-----

>>> repr_str = "Spam \t Ham"
>>> print(f"{repr_str!r}")
'Spam \t Ham'

Full Specification & Resources
String Formatting Mini Language Specification
pyformat.info

peak frigate
#

lolol i flip flopped twice but now trying to stick to single

sage shuttle
#

The reason this "language" was created was to keep the functionality of %s

stark saddle
#

I'm the most inconsistent, I'll frequently write code like:

my_var = 'dfasdf'
print(f"{my_var}")
peak frigate
#

lolol

#

single quotes look so much nicer to me ; ~ ;

fluid edge
#

oh man i should have gotten indian food

#

kbbq it is~~~~

wary fable
fluid edge
wary fable
fluid edge
stark saddle
#

I have the best role icon though

fluid edge
#

LOLOL

wary fable
peak frigate
fluid edge
#

oooo i like the purple oneeee

mild flume
#

@south jay

stark saddle
#

oh! mina!

#

what role icon would you prefer for being a patron?

peak frigate
#

hMMMMMMMMMMMMMMMMM

autumn raft
#

mina, choose fast

peak frigate
#

can i get a monthly new one

#

lmao

fluid edge
#

a MONTHLY one. jeeez mina

peak frigate
#

lololol

south jay
peak frigate
#

is cat bongo a pydis emote?

stark saddle
#

It's from my pydis testing server

autumn raft
#

captain outranks admiral? shy

mild flume
#

There we go

peak frigate
#

so can i choose any? 🤔

stark saddle
#

I'm taking feedback~ It'll match the role color

autumn raft
peak frigate
#

A_GemBlue_CEA_HeartBubbleBlue_CE ¯_(ツ)_/¯

fluid edge
#

ooooo bling bling

#

nice choice

peak frigate
#

oh the 2nd one

soft vortex
peak frigate
#

lololol

mild flume
#

py -m pip install pyside6

wary fable
#

conda install -c conda-forge pyside6

stark saddle
#

spray no conda

wary fable
#

mamba install -c conda-forge pyside6

soft vortex
#

did pycharm better then vscode?

stark saddle
#

I prefer VSCode

mild flume
#

exit()

wary fable
wary fable
soft vortex
#

bruhhhh

wary fable
#

:wq

fluid edge
#

LOL

wary fable
soft vortex
#

text editor with "S"

stark saddle
#

Yeah, metpy works just fine for me

ornate finch
#

oh that looks cool

#

Hey, you think there a better way to do this?

    ...:     stuff_  = []
    ...:     for x in result:
    ...:         for z in x.values():
    ...:             stuff_.append(z)
    ...:     ok = []
    ...:     ok2 = []
    ...:     for x in stuff_:
    ...:         if stuff_.index(x)%2:
    ...:             ok2.append(x)
    ...:         else:
    ...:             ok.append(x)
    ...:     stuff = {}
    ...:     for x in zip(ok,ok2):
    ...:         stuff[x[0]] = x[1]
    ...:     print(stuff)
    ...: 

#

stuff_ looks something like this
['a', '1', 'b', '2', 'c', '3', 'd', '4', 'e', '5', 'f', '6']
and
stuff would be
{'a':'1', 'b':'2', 'c':'3', 'd':'4', 'e':'5', 'f':'6'}

ornate finch
#

this this

#

i have a list stuff_

#

and it turns it into a dict stuff

#

sorry for the naming

hearty heath
#

Ohh

#

You could do dict(zip(stuff_, stuff_[1:]))

#

Let me try it actually... lemon_sweat

ornate finch
#

wow

hearty heath
#

!eval ```py
stuff_ = ['a', '1', 'b', '2', 'c', '3', 'd', '4', 'e', '5', 'f', '6']
stuff = dict(zip(stuff_, stuff_[1:]))
print(stuff)

coarse hearthBOT
#

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

{'a': '1', '1': 'b', 'b': '2', '2': 'c', 'c': '3', '3': 'd', 'd': '4', '4': 'e', 'e': '5', '5': 'f', 'f': '6'}
ornate finch
#

ah nah

hearty heath
#

Ah, problem 😄

#

Slight modification:

#

!eval ```py
stuff_ = ['a', '1', 'b', '2', 'c', '3', 'd', '4', 'e', '5', 'f', '6']
it = iter(stuff_)
stuff = dict(zip(it, it))
print(stuff)

coarse hearthBOT
#

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

{'a': '1', 'b': '2', 'c': '3', 'd': '4', 'e': '5', 'f': '6'}
ornate finch
#

wow

#

Nice

#

thanks

hearty heath
#

NP lemon_fingerguns

ornate finch
hearty heath
#

!eval ```py
it = iter('abcdef')
print(next(it))
print(next(it))

coarse hearthBOT
#

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

001 | a
002 | b
ornate finch
#

ohhhhh

#

got it

#

thanks

hearty heath
#

The way zip works is it cycles through its arguments, constructing a tuple on each pass.

#

But all of the arguments are the same iterator in this case.

opal valley
#

Oh, so that's what CC means, good to know lol.

hearty heath
#

I do 👀

#

Get your shit together, Tammy

fluid edge
#

lol tammy

hearty heath
#

Yeah, I know 😄

#

It's my life's work

ornate finch
#

are u guys not talking or i can't hear you?

#

ok

#

report card is due in a week

#

ye

#

its so terrifying waiting for your grades

#

ye but your brain gets more and more anxious as the day enar

fluid edge
#

you'll be fine~~~

hushed wolf
#

all will be well

flat sonnet
#

what happen?

ornate finch
#

well time to learn how to cache

fluid edge
#

cache deez --

ornate finch
#

what do you call a class which has __enter__ and __exit__

#

i forgot the terminlogy

hushed wolf
flat sonnet
#

hey boys

ornate finch
#

if we play the song alongside aeros's singing it probably won't be so bad

hushed wolf
#

"what we need most now is unity's seed~"

flat sonnet
#

I neeed you heeeelp

#

Hhhahahaha

fluid edge
#

lol brb. boss calling meee.

mild flume
#

What're they calling you

fluid edge
#

ops shit e.e

#

lol

mild flume
hushed wolf
#

OP af

ornate finch
#

Heh

fluid edge
#

i'm trying to be bad. Dx they won't stop giving me work

ornate finch
#

Is it just me or do you guys also find it weird reading a book online.
Like novels and stuff.

hearty heath
ornate finch
#

Oh? It just feels different with paper

#

I feel like I am more immersed with them

#

hmm

#

Oh?

#

you read the inheritance cycle?

#

Ah, out of the 4 books how many did u complete

#

I finished the last one 2 years ago

#

Did u know, they made a movie out of it?

#

ye, no ofc not

#

I am about to start, the name of the wind

#

i heard its really good

#

nah

#

it hasn't

#

the release date of the third one is shrouded in mystery

#

Ye, I heard its amazing

#

Anyway, good night. its almost 2 o clock here!!

hushed wolf
#

Saying the Buddha’s Name ( Namo Amida Butsu - 南 無 阿 彌 陀 佛 ), fulfilled in Amida's Primal Vow, is the active cause of our birth in the Pure Land. Simply sing Amida's Name and be saved.

Benefits of Saying Amida's Name, receive by us in this present life, is clearly discussed in this video: https://www.youtube.com/watch?v=gfpH8doTl60

'Amida Bud...

▶ Play video
true valley
mild flume
#

-Talking about emails getting blocked from time to time by our filters-

Me: Everyone gets emails with what Barracuda catches. This will show what was going to their email. I’ll get an alert from Trend whenever something gets blocked before it hits Barracuda. That covers everyone’s.

Boss: So are you going to send those out to us daily so we can see them as well?

Me: I’ll contact the individuals as they come in. In the week that I’ve had this enabled, I haven’t received any thus far. It’s rare that they’ll get flagged at the Trend level.

Boss: So do we even need to have Trend turned on if it’s rare?

#

Well yes boss

#

That's the point of it

fluid edge
#

lol

mild flume
#

Yes. It’s an extra layer of protection. The whole point of these kinds of systems is to catch the rare and edge case things. Dismissing a security net because it’s rare is the same mentality as “it’ll never happen to me.” It’s to Barracuda catches things like junk mail. Trend is more for potentially malicious emails that Barracuda wouldn’t know how to look for. The cost of security is the occasional inconvenience. But it’s a necessary step if we want to protect all the client information we have.

peak frigate
#

idk if i got this link from here

fluid edge
#

o wut

peak frigate
#

ees a wild ride

unborn prairie
#

@wintry sinew this shit

honest smelt
raw wren
honest smelt
coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @severe void until <t:1632183449:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

misty sinew
#

!voiceverify

uncut halo
#

!voiceverify

#

Hey

long shadow
#

@uncut halo in voice verify

tiny heath
#

hi

#

!voiceverify

#

!voiceverify

pure gull
#

Hi

mild flume
peak frigate
#

!voice @haughty jackal

coarse hearthBOT
#

Voice verification

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

sour temple
#

@peak frigate can u help ?

peak frigate
#

hmm? with what

misty sinew
#

@visual wasp hey

wary fable
#

glances at the jet stream

#

yup, that's a winter storm

mild flume
oblique quarry
#

I don't know how many messages I've send

#

Sadly

mild flume
#

@oblique quarry You're only a couple away

oblique quarry
#

Cool

#

That's pretty cool

#

I like that

#

Thank you

mild flume
#

Don't spam to get it

#

Like I said, it was only a couple

#

As in 2

oblique quarry
#

Dies this counts as spamming?

mild flume
#

Quick short sentences just to get the count up toe the line

oblique quarry
#

Ooo thank you

unborn prairie
#

@mild flume god your new pfp makes it really hard to take you serious KEKW

mild flume
#

True

#

I should turn it back

unborn prairie
#

noooooooo

#

also the fact that you got it as a role icon as well

mild flume
#

Yeah that's why I swapped the PFP

#

Just to have the double crazy

#

But I was going to change it back anyway

unborn prairie
#

this is just perfect

mild flume
#

Want to at least be kind of respectable

unborn prairie
mild flume
#

Eh, I change it back and forth from time to time

unborn prairie
#

relatable

#

i have an entire folder of pfps

quaint olive
#

hi

#

@silk kayak

dusty apex
#

Heba Ash | Manike Mage Hithe Song
Available On iTunes & Spotify ♥️

iTunes - https://apple.co/3pAbE61
Spotify - shorturl.at/aesDK

Music - Chamath Sangeeth
Lyrics - Dulan ARX (Dulanja Alwis)
Guitar - Shane Vas
Mixing & Mastering - Chamath Sangeeth @ C Music

Video Director & Editor - Pasindu Kaushalya @ Motions Diary

Special Thanks

Hasit...

▶ Play video
misty sinew
#

is it malyalam

dusty apex
misty sinew
#

or telgu

dusty apex
#

sri lankan

#

sinhala

misty sinew
#

ohk

misty sinew
dusty apex
#

yea

misty sinew
#

hlo @cedar thicket

cedar thicket
#

yo

#

whats popping

misty sinew
#

nothing empty minded

#

just came here

cedar thicket
#

ah fairs

misty sinew
#

hey@cold trellis

cedar thicket
#

sup @cold trellis

#

pog pog

misty sinew
#

well ,that sounds good

#

thats a lot of stuff

cedar thicket
#

im just out here doing college work ;-;

#

stuck on a question rn its a bit of a pain

hot wasp
cedar thicket
#

sup @flat cliff

cold trellis
cedar thicket
#

just says true

#

this voice verify isn't pog :(

inner dome
#

Hello

#

Heeey :)

#

Can you help me with a thing please?

#

I am new a python

#

Yees

#

I am tying to do

#

A system

#

That only works when two out of three variables are tru

#

And I have done it

#

But I think that I have done to much for it

#

Like a very long program for the simplicity of it

#

Ok

#

So

#

The problem is

#

I feel like I've done a lot for the simplicity of it

cold trellis
#

!paste

coarse hearthBOT
#

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.

inner dome
#

a = input("a: ")
b = input("b: ")
c = input("c: ")

if a == b == "False":
print(False)
sys.exit()
elif a == c == "False":
print(False)
sys.exit()
elif c == b == "False":
print(False)
sys.exit()

if (a and b) != c:
print(True)
elif (a and c) != b:
print(True)
elif (c and b) != a:
print(True)
else:
print(False)

cold trellis
#

!code

coarse hearthBOT
#

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.

inner dome
#

Ok thanks :)

#
a = input("a: ")
b = input("b: ")
c = input("c: ")

if a == b == "False":
    print(False)
    sys.exit()
elif a == c == "False":
    print(False)
    sys.exit()
elif c == b == "False":
    print(False)
    sys.exit()

if (a and b) != c:
    print(True)
elif (a and c) != b:
    print(True)
elif (c and b) != a:
    print(True)
else:
    print(False)
cold trellis
#

btw do you understand what (a and b) != c does?

#

its not a != c and b != c just saying cuz alot of beginners think like that

inner dome
#

LIke

#

I think that makes that if a and b are true, then it have to be different from c to make the if statement true

#

In my head it's like a xor gate but with three variables

hard holly
cold trellis
#

because empty strings are falsy

inner dome
#

Ok thanks :)

misty sinew
#

hlo there in VC1

fossil citrus
#

hewwo's ... just woke up a bit ago so don't expect me to be at my 100%

#

@light nebula your mic is picking up random sounds at timmes

round flame
#

birth_year = input (" enter birth year or age ")
age = 2021 - int(birth_year)
print (age)

misty sinew
shrewd star
#

yeah

#

neh my microphone sounds like someone dying while idling @sick forge

#

I'm sitting here literally doing nothing right now 😆

#

as for where I live, I live on the underside of the third rock from the sun ;)

#

noice

#

okay, then, not noice

#

ooh ping pong game in python?

#

I made Windows Minesweeper in python

#

only WASD controls and no gui

#

entirely ascii / escape sequences

#

the source code looks cursed

#

annotations?

sick forge
#

big o

shrewd star
#

like this?

#

hang on im looking for one

#

I'm just quickly learning big O notation ahahaha

#

nope this is the first i've heard of it lol

#

I found an article for kids :/

#

there's a chapter about it in Cryptography (
Rubinstein-Salzedo, Simon, 2018)

#

i'm not sure what to think about this though

#

actually i think i found a good resource

#

whether you have access to it is a different question

#

alright just search this on either bing or google or whatever you use
978-3-319-94818-8
and then click the link that says Cryptography and scroll down you'll see a relavant chapter

#

i tested it outside of university portal it works fine for the common rabble XD

#

im watching youtube videos double speed and understanding it better than at original speed

#

I found one where actual example problems are solved

#

me abusing my student status to find resources to help people go brrrrrrrrrrrrrrrrrrrr

#

yes

#

which university would tell you where I am 😆

#

im almost 20, but i started university studies at 17

#

Information Technology currently, I tried and failed Engineering

#

cos there they play with the internals and drag python to its limits and back

mellow sapphire
#

@sick forge Hey I just joined the python discord today so i cant talk to my surprise.

#

How long have you been using python for?

mellow sapphire
#

thats cool

#

good and you

#

I am an experienced c# programmer who recently picked up python with the intention of learning ai and machine learning
so less then a week

#

@sick forge

#

you have a good one man

sick forge
#

yo @mellow sapphire

#

im back xd

tiny heath
#

hi

feral narwhal
#

Hi

terse gust
#

!e import random
print (random.randint(1 , 1))
if random == 1 (print ("hi")

#

!e for n in range (1,101):
print (n)

#

!e for n in range (1,101):
print(n)

#

!e for n in range (1,101):
print (n*100)

#

!e from random inport *
coin=["heads","tails"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     from random inport *
003 |                 ^
004 | SyntaxError: invalid syntax
terse gust
#

!e from random inport*
coin=["heads","tails"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     from random inport*
003 |                 ^
004 | SyntaxError: invalid syntax
terse gust
#

!e from random import *
coin=["heads","tails"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :white_check_mark: Your eval job has completed with return code 0.

tails
terse gust
#

yes

#

les go

#

!e from random import *
coin=["heads","tails"no","yes"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 2
002 |     coin=["heads","tails"no","yes"]
003 |                          ^
004 | SyntaxError: invalid syntax
terse gust
#

!e from random import *
coin=["heads","tails""no","yes"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :white_check_mark: Your eval job has completed with return code 0.

yes
terse gust
#

!e from random import *
coin=["heads","tails""no","yes"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :white_check_mark: Your eval job has completed with return code 0.

tailsno
terse gust
#

wha

#

!e from random import *
coin=["heads","tails""no","yes"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :white_check_mark: Your eval job has completed with return code 0.

tailsno
terse gust
#

huh

#

ooh

#

!e from random import *
coin=["heads","tails","no","yes"]
print(choice(coin))

#

!e from random import *
coin=["heads","tails","no","yes"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :white_check_mark: Your eval job has completed with return code 0.

yes
terse gust
#

!e from random import *
coin=["heads","tails","no","yes"]
print(choice(coin))

coarse hearthBOT
#

@terse gust :white_check_mark: Your eval job has completed with return code 0.

no
terse gust
#

yes

#

les goooooooooooooooooooo

wary fable
#

!e

import requests
print(requests.get("https://api.weather.gov/stations/kash/observations/latest").json()["properties"]["rawMessage"])
coarse hearthBOT
#

@wary fable :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | ModuleNotFoundError: No module named 'requests'
spice flame
#

Hello @cold trellis And @grave reef 😄

cold trellis
#

hello 🙂

spice flame
#

I made a bot 😄

#

hehe 🙂

#

Hello neurolink 😄

misty sinew
#

so

#

this is m code

#

can someone tell me why its only reading the last line

mild acorn
#

then you might figure out why

ember stream
stuck bluff
#

The hurrkkkckk chrrrrk hkk! Hairball.

#

We had an earthquake a few days ago.

#

Woke up. House was shaking. Good times.

#

5.8

#

It was surprisingly far away.

#

So it travelled like crazy.

#

Does the existence of audio mixers imply the existence of audio booze? You decide!

true valley
mild flume
#

@tiny pumice Heard you revving your engine

tiny pumice
#

How'd that unmute me

meager oyster
mild flume
#

@upper bone 👋

upper bone
#

hello

tiny pumice
#

My window manager probably went rouge

upper bone
#

idk if it's weird picture, but out of focus for sure 😉

tiny pumice
#

Much better

upper bone
#

crack the protocol, write your own app

stuck bluff
#

Maybe you have to wine and dine it.

upper bone
#

Mad do you have like 6 servers

#

for shroom emjoi

meager oyster
#

:shroom:

stark saddle
upper bone
#

but they all are :shroom:

#

omg

#

what

#

too late

#

we heard that

mild flume
stark saddle
raven orbit
upper bone
tiny pumice
#

very basic

upper bone
#

Mad was replaying metroid like few weeks ago while in VC?

#

🤷 never played it hahah

#

cat!

raven orbit
#

mhm

#

I gtg

#

ttyl

upper bone
#

did you say "petroid"?

mild flume
#

Hell yes I did

upper bone
#

I love how the channel was hijacked by Metroid famboys and became everyone's else background noise haha

#

lol I am anyway working so can't talk anyway

mild flume
#

Fair

upper bone
#

Mad's voice is just.... oooph

#

what game?

#

Disney, bruh

stark saddle
#

my brain is like "aaaah, time to work"

mild flume
#

HA

#

I'm glad we can nerd out and help

upper bone
#

I have some FF at home, XIV and XV, not unpacked still

mild flume
upper bone
#

Dell ftw

#

like tesla

#

lol

#

get a fairphone 🙂

mild flume
#

Fairphone? I've heard the name/concept but haven't looked further into it

upper bone
#

I've freshly bought 12 mini, jumping from android, so far so good

upper bone
upper bone
mild flume
#

Gotcha

#

I remember reading about a modular phone a long time ago

upper bone
#

The second version of the company's device is one of the first modular smartphones available for purchase. The modularity is supposed to make the phone more easily repairable and therefore longer lasting.```
mild flume
#

Wait

#

Doesn't have gold

#

How?

upper bone
#
Fairphone

We’ve set up four traceable supply chains in areas of need to source minerals from conflict-free or Fairtrade mines.

Fairphone

Everyone who has read the book or seen the movie Blood Diamond knows something about conflict materials. They’re raw materials or minerals that come from a particular part of the world where war or armed struggle is occurring, affecting the mining and trading of those materials. The conflict focuses on four materials: tungsten, tin, tantalum, […...

#

well

#

it looks according to the website that it is not that it does not contain those minerals but they don't source them from places where if would finance confilcts

#

they use those minerals

#

mmhm silver?

#

i don't think it used much

#

cause it oxidise a lot

#

i think wiki is shitty on that part

#

that's wiki wording, you can submit a correction lol

#

Nintendo I think is even better with 1st party things no?

#

very different

#

🙂

#

well nintendo is a bit other market ye

#

I saw lot of ppl praising xbox for game pass

mild flume
#

Heard the selection is solid

upper bone
#

well, there's a reason why steamdeck gonna run linux

raven orbit
#

don't get one

mild flume
#

I mean I'm happy with my current phone anyway

#

Just got curious

raven orbit
#

the problem is that the hardware is not very good

#

which makes the phone quite unstable

#

a colleague's one stopped working after he went for a jog

upper bone
#

question is, do you need a nice looking one or a ATS parsable one

#

what country is that? UK?

#

write an app that will apply to jobs for you

#

and do interview scehduling

#

put it as your project in your resume

raven orbit
waxen moon
peak frigate
#

hallo

mild flume
#

!stream 279826604123750401

coarse hearthBOT
#

✅ @shadow current can now stream until <t:1632759819:f>.

peak frigate
#

awwww

upper bone
#

you've upset a cat

#

how dare you

#

I think autism can manifest in very different ways and to various degrees. So probably the single person experience is not easily transferable/generaliseable

mild flume
#

Also true

raven orbit
#

the dutch word for poison is written as gif

mild flume
#

Checks out

raven orbit
#

shouldn't the LCD be in a lower class @shadow current

true valley
shadow current
#
import time, random

#Amber 
#Guess the Number Game
#CPT-180

# Function thatGenerates randomn number for the user to guess
def GetNumber():
    dice1 = random.randint(1,6)
    dice2 = random.randint(1,6)
    num = dice1 + dice2
    return num   

while True:  
    
    #Game Introduction, gets player name, and introduces rules. 
    print('')
    print('Guess the Dice Game!')
    player = input('Name?\n').capitalize()
    print('Welcome '+ player)
    print('Two 6 sided dice are rolled under a cup.')
    print('The sides the dice show top up are added together.')
    print('You have 5 chances to guess the amount correctly!')
    print('Goodluck!')
    print('*******************************')
    print('')

    #Gets the number to guess
    number = GetNumber()

    numOfChances = 0
    
    #Plays the game
    while numOfChances < 5:
        guessedNum = int(input('What Number Do You Think It Is ? \n'))

        if guessedNum == number:
            print('You\'ve Won !')
            print('You guessed in '+ str(numOfChances))
            break
        else:
            numOfChances += 1
            if guessedNum < number:
                print("A little Higher")            
            else:
                print("A little Lower")
    
    if numOfChances == 5:
        print('Sorry, you did not guess the number')
        print('The number to guess was '+ str(number))
    
    #Determines if user wants to play again
    repeat = input('Would you like the play again? Y/N : ').capitalize()
    if repeat == 'N': 
        break
    
time.sleep(3)
print('Goodbye!')
# Pauses Program
time.sleep(10)
mild flume
#

!stream 279826604123750401

coarse hearthBOT
#

✅ @shadow current can now stream until <t:1632761398:f>.

mild flume
covert egret
#

what goes on in voice chat normally

#

code streams?

mild flume
#

@covert egret Streams at time (people showing off code they're working on), general conversation, folks asking for help, etc.

covert egret
#

cool cool

#

guess I CANT talk till I meet some requirements

#

just joined today

mild flume
#

You're still free to listen in and talk in here. Generally if we're in VC, we'll be watching the paired text channel

#

Nobody gets left out

#

I'm very happy that string interpolation is common

#

So very very happy

true valley
mild flume
#

Ooo

glad orchid
#

@sage shuttle have you played my game yet

sage shuttle
#

Not yet no, I plan on having fun with the entries at some point though

glad orchid
#

ok

faint zealot
#

!voiceverify

mild flume
faint zealot
#

ok

hearty heath
#

Lithuania?

#

Wouldn't that be 2nd world technically?

#

Ackshually

glad orchid
true valley
#
iSpot.tv | Realtime TV Advertising Performance Measurement

An Arby's chef stands in front of a white marble counter. He pushes a button and the Reuben slowly rises from underneath the counter. The narrator says this Reuben, filled with double corned beef and deli mustard on marble rye, is the last sandwich Arby's wanted to make. Why? As the voice becomes emotional, he dedicates the sandwich to John, who...

▶ Play video
true valley
misty sinew
#

hello

#

I don't have permission to speak

true valley
#

!FSTRING

coarse hearthBOT
#

Creating a Python string with your variables using the + operator can be difficult to write and read. F-strings (format-strings) make it easy to insert values into a string. If you put an f in front of the first quote, you can then put Python expressions between curly braces in the string.

>>> snake = "pythons"
>>> number = 21
>>> f"There are {number * 2} {snake} on the plane."
"There are 42 pythons on the plane."

Note that even when you include an expression that isn't a string, like number * 2, Python will convert it to a string for you.

true valley
coarse hearthBOT
#

Voice verification

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

misty sinew
#

!voice

sage shuttle
#

!string-formatting

coarse hearthBOT
#

String Formatting Mini-Language
The String Formatting Language in Python is a powerful way to tailor the display of strings and other data structures. This string formatting mini language works for f-strings and .format().

Take a look at some of these examples!

>>> my_num = 2134234523
>>> print(f"{my_num:,}")
2,134,234,523

>>> my_smaller_num = -30.0532234
>>> print(f"{my_smaller_num:=09.2f}")
-00030.05

>>> my_str = "Center me!"
>>> print(f"{my_str:-^20}")
-----Center me!-----

>>> repr_str = "Spam \t Ham"
>>> print(f"{repr_str!r}")
'Spam \t Ham'

Full Specification & Resources
String Formatting Mini Language Specification
pyformat.info

mild flume
#

@peak frigate Pinging you so I can verify your roles are here

#

Okay good

peak frigate
#

oh i just sent a modmail

mild flume
#

Good good

peak frigate
#

they weren't there when i first rejoined

#

my join date is now 4 minutes ago Cry_BC

mild flume
#

I know, just wanted to make sure you did get them. Lame

placid bane
#

hello

#

what is the quickest way to get 50 messages in the server

mild flume
#

Regular conversations, getting or giving help in the help channels

#

Just generally interacting with the server

uneven hazel
#

starlink is available in my area finally

#

time to convince my mom

unborn violet
#

@halcyon notch use peerJs

uneven hazel
#

does anyone here have experience using kubernetes

drifting dew
#

ayyo can i ask?

#

is IDE used for debug a program?

halcyon notch
#

@drifting dew IDE is used for many things, debugging can be one of them.

drifting dew
#

oh ok

static cave
#

hi Guys

drifting dew
#

hi

fervent basalt
#

hi

misty sinew
#

hlo

quaint olive
#

@misty sinew

misty sinew
#

@quaint olive i am here

#

what is your age?

#

16 maybe

#

no

#

not a adult

#

philpines?

#

america?

#

no

#

China?

#

I am from india

#

nepal?

#

no

#

nepali

#

are you begineer intermade or expert?

#

should i open my mic ?

#

she's gone

#

hey

#

how are u

#

man

#

good

#

same here

#

I also gtg bye @misty sinew

#

ok

#

you should swich to vc0 i guess

#

hlo

#

brother

chrome bane
#

@lone oxide

lone oxide
#

¿

lone oxide
candid pendant
#

Where are you from?

fallen lion
#

oi

quaint olive
#

@dusty apex

drifting dew
quaint olive
#

@short nymph

stable ferry
#

helloo

novel topaz
#

I cant speak at voice chat .what i do to speak ?

sage shuttle
novel topaz
#

ok thanks

unborn prairie
#
name: CI
on: pull_request

jobs:
  ci:
    strategy:
      fail-fast: false
      matrix:
        python-version: [3.6, 3.7, 3.8]
        poetry-version: [1.0, 1.1.8]
        os: [ubuntu-18.04, macos-latest, windows-latest]
    runs-on: ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-python@v2
        with:
          python-version: ${{ matrix.python-version }}
      - name: Run image
        uses: abatilo/actions-poetry@v2.0.0
        with:
          poetry-version: ${{ matrix.poetry-version }}
      - name: View poetry --help
        run: poetry --help```
#

@raw wren this is what poetry themselves use```py
name: Tests

on:
push:
paths-ignore:
- 'docs/'
- '.cirrus.yml'
branches:
- master
- develop
pull_request:
paths-ignore:
- 'docs/
'
- '.cirrus.yml'
branches:
- '**'

jobs:
tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: [3.6, 3.7, 3.8, 3.9]
experimental: [false]
bootstrap-args: [""]
include:
- os: Ubuntu
python-version: "3.10.0-alpha - 3.10.0"
experimental: true
bootstrap-args: "--git https://github.com/python-poetry/poetry.git"
fail-fast: false
steps:
- uses: actions/checkout@v2

  - name: Set up Python ${{ matrix.python-version }}
    uses: actions/setup-python@v2
    with:
      python-version: ${{ matrix.python-version }}

  - name: Get full Python version
    id: full-python-version
    shell: bash
    run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")

  - name: Bootstrap poetry
    shell: bash
    run: |
      curl -sL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py \
        | python - -y ${{ matrix.bootstrap-args }}
  - name: Update PATH
    if: ${{ matrix.os != 'Windows' }}
    shell: bash
    run: echo "$HOME/.local/bin" >> $GITHUB_PATH

  - name: Update Path for Windows
    if: ${{ matrix.os == 'Windows' }}
    shell: bash
    run: echo "$APPDATA\Python\Scripts" >> $GITHUB_PATH

  - name: Configure poetry
    shell: bash
    run: poetry config virtualenvs.in-project true

  - name: Set up cache
    uses: actions/cache@v2
    id: cache
    with:
      path: .venv
      key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}

  - name: Ensure cache is healthy
    if: steps.cache.outputs.cache-hit == 'true'
    shell: bash
    run: timeout 10s poetry run pip --version || rm -rf .venv

  - name: Install dependencies
    shell: bash
    run: poetry install

  - name: Run pytest
    shell: bash
    run: poetry run python -m pytest -p no:sugar -q tests/```
keen magnet
#

Hello

keen magnet
#

i like using pyenv for my python vm's.

stable ferry
#

Sain bnu ta

zealous crest
#

Hello

stable ferry
#

gi

stable ferry
#

hello

#

speai

#

mab

#

Lmn
#2448

CodingInMyVeins — 09/28/2021
I am from india
nepal?
no
nepali
are you begineer intermade or expert?
should i open my mic ?
she's gone
MeA sublime_T_Boy — 09/28/2021
hey
how are u
man
CodingInMyVeins — 09/28/2021
good
MeA sublime_T_Boy — 09/28/2021
same here
CodingInMyVeins — 09/28/2021
I also gtg bye @MeA sublime_T_Boy
MeA sublime_T_Boy — 09/28/2021
ok
CodingInMyVeins — 09/28/2021
you should swich to vc0 i guess
MeA sublime_T_Boy — 09/28/2021
hlo
brother
PureEvil — 09/28/2021
@lone oxide
Monker — 09/28/2021
¿
Monker — 09/29/2021
Image
Manoj Malviya — 09/29/2021
Where are you from?
six — 09/29/2021
oi
Human object at 0x7f118f34dc10 — 09/30/2021
@BeautifulRequest| Don't DM
Spidey — 09/30/2021
what's that?
Human object at 0x7f118f34dc10 — 10/01/2021
@short nymph
Lmn — 10/01/2021
helloo
proenoob123 — 10/01/2021
I cant speak at voice chat .what i do to speak ?

  - develop

    shell: bash
wet vigil
#

can someone help me with a python code

tired bluff
#

hello, i need help with a simple pythone turtle exercise. i need to make a star, any help?

hot jungle
raven orbit
pseudo aspen
#

is the python discord modmail bot made with python

raven orbit
mellow sapphire
#

the pain of getting verified just to use the voice chat

raven orbit
raven orbit
#

this is unfortunately the price which needs to be paid

mellow sapphire
#

really how bad was it?

raven orbit
#

people joining multiple times a day, lots at a time, screaming the n-word at the top of their lungs

#

There's a good reason for the verification system

mellow sapphire
#

its reasonable I just have never seen a 3 day wait period

#

i joined the server and i was excited to see what kind of people i would get to meet

#

@halcyon notch honestly that's definitely the best

#

quick iterations of improvement over a short period of time

#

why do you want to learn rust?

#

ohhh

raven orbit
sleek parrot
#

and I am again in wrong channe

mellow sapphire
#

you are a very puny guy

raven orbit
#

I hear Rio Tinto is coming to serbia btw

sleek parrot
raven orbit
#

mining company

#

for lithium

sleek parrot
#

lol

mellow sapphire
#

hmmm crunchy wasp

#

that's a good opportunity

sleek parrot
#

=> @raven orbit

mellow sapphire
#

that's a waste of food using the flyswatter

raven orbit
#

@unborn violet

#

cya

mellow sapphire
#

bye

#

they sunk so much money into stadia its kind of a shame it crashed

#

its understandable though it was quite bad

#

true

#

I know later this month the Nintendo switch is getting old games from the n64 and and the commodore

#

why are we still here

#

just to suffer

#

could someone please catch me up as to what has happened with the internet?

#

b

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @mellow sapphire until <t:1633382010:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

mild flume
floral current
#

@mild flume hi! I am alive, although i cant fucking unmute

hearty geyser
#

@cold trellis @floral current Hey sorry for the ping, are you guys any good at string formatting/manipulation?

#

Im struggling understanding this work i've been set

#

would you guys be able to help me?

#

sorry to interrupt your conversation 😆

cold trellis
#

well we won't know until we see it

hearty geyser
#

Write a program to:

  • Request the User's first name, then request their surname separately.
  • print out a single line with "Welcome USER-ID (David Tennant)" (if they entered 'David' and 'Tennant')
    where 'USER-ID' is they person's user ID and is created from their name.
    use the 1st 6 letters of their surname followed by their 1st initial. (eg TennanD for David Tennant)

Extra: [Med]
If the surname is less than 6 letters, pack any missing letters with 0 (zeros).
Eg Matt Smith gives USER-ID = Smith0M, Harrison Ford = Ford00H

Extra: [Med+]
In all cases, truncate the surname part to only using 4 letters, then 2 digits, then the first initial.
The 2 digits are the number of letters in the surname. Anything less than 10 using a zero (eg 9 = 09)
Eg Tom Baker = Bake05T
Eg Arnold Schwarzenegger = Schw14A

#

this is what i have been set

#

brb

#

im back

#

would you guys be able to help?

cold trellis
#

https://docs.python.org/3/library/string.html#format-specification-mini-language
^ this should have almost everything you need

<6 can be used in formatting to align left, and 6 there makes it atleast 6 characters, and before it you can give 0 for your fill for example
as for limiting to
as for getting only 6 characters from the last name you could just use slicing as slicing doesn't error on giving it more than max index (will work for even 1 single letter)

#

@hearty geyser

hearty geyser
#

Thanks ❤️

cold trellis
#

np

#

i'mma go sleep now

#

goodnight

hearty geyser
#

Can i Add you?

cold trellis
#

and sure

halcyon notch
warm tendon
spare trellis
raw wren
#

yeah, please make an issue on it first before you make a PR

spare trellis
mellow sapphire
#

finally verified

#

never mind

#

There is only Pain

meager laurel
#

my code ```py
while True:
_, frame = cap.read()
gray_frame = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
faces = face_cascade.detectMultiScale(gray_frame, 1.3, 5)

for (x, y, width, height) in faces:
    cv2.rectangle(frame, (x, y), (x+width, y+height), (255, 0, 0), 3)

cv2.imshow("Security Cam", frame)

if cv2.waitKey(1) == ord("q"):
    break

cap.release()
cv2.destroyAllWindows() my error ```` faces = face_cascade.detectMultiScale(gray_frame, 1.3, 5) cv2.error: OpenCV(4.5.3) C:\Users\runneradmin\AppData\Local\Temp\pip-req-build-sn_xpupm\opencv\modules\objdetect\src\cascadedetect.cpp:1689: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale'

upper dragon
#

@short nymph hello

meager oyster
queen crest
#

could anyone hop in voice chat 1 real quick to help me with a for loop problem

mild flume
#

@queen crest What's the question?

#

Type it out real quick, it'll be easier to see and solve the question

queen crest
#

im trying to just understand what is happening within the calculations of the program

mild flume
#

Hokay, so

#

Which part specifically is tripping you up?

#

Like is it the second loop or how the result is being added, etc

queen crest
#

the result is being added and what a, b values are being added in this case

mild flume
#

So let's walk through it real quick:

queen crest
#

ok

#

stop = 13

mild flume
#

We start with getting our stop value from the user, that much we know. We define the result as 0 to get us started.

Then we start the outer loop. a becomes 0 since that's the first number it gets from the range().
Then we start the inner loop. b becomes 0 for the same reason above.
We add a + b which is currently 0 + 0 and add that sum to the result
We then go to the next iteration of the loop, having b become 1. We go back to add a + b which gives us 0 + 1

#

Rinse and repeat

#

After we go through that inner loop, we end up with a result of 3

queen crest
#

so the result becomes the new a value

mild flume
#

Correct

#

+= is essentially value = value + a + b

#

Just saves a few keystrokes

queen crest
#

let me give it a try and i'll come back with the results

#

i appreciate this thx

mild flume
#

Sounds good. Let me know if you have any other questions, etc.

queen crest
#

Can you explain the ending up with a result of 3 part a little more in detail? im trying to understand how us going back to, 'a + b which gives us 0+1', which in my head 0+1 != 3

mild flume
#

Right right

#

But remember, we're going through that inner loop multiple times

#

So we go through that inner loop 3 times

#
0 + 0
0 + 1
0 + 2
#

So by the end, after adding all of those sums to the result, we end up with 3

queen crest
#

why aren't we cycling through the ranges of the a value? corret me if im wrong but the first result of 0 + 0 = 0 which is the new a value why does the a value hold 0 for the entire b range(3)

mild flume
#

We will

#

But first we have to do the inner first

queen crest
#

ok, so we're kind of just working our way from inwards to outwards

mild flume
#

We don't go to the next iteration of the a loop until after we compare the values

#

Exactly

queen crest
#

alright i'm gunna give it a try again

#

ty

mild flume
#

Happy to help!

queen crest
#

ya im not really sure where im stuck tbh

#

this was the new problem that i tried and I went through and got the following values in the box above and then the values below are the correct answers

mild flume
#

And that's your code in the box?

queen crest
#

none of this is my code

#

this is a website called zybooks that basically is just testing my understanding of the topic

mild flume
#

Oh are you filling out what you're - okay, I getcha now

queen crest
#

yaaa

mild flume
#

Hokay, so

#

Step me how you got what you got

queen crest
#

for the first value 0 i did 0 * 0 = 0, we will now run through the inner loop for the b range to find second

mild flume
#

Right

queen crest
#

(a, b), 1 * 1 = 1, 1 * 2 = 2, 1 * 3 = 3, 1 + 2 + 3 = 6. For the 12 I did 2 * 1 = 2, 2 * 2 = 4, 2 * 3 = 6, 2 + 4 + 6 = 12

#

and similarly for the 18

mild flume
#

Remember, we're adding those sums to result

#

So it's more like

result = result + (1 * 1)
result = result + (1 * 2)
#

And so on

#

We aren't overwriting it

#

Just adding on to it

queen crest
#

so they got the 10 by just adding the 6 and 4

mild flume
#

Yeppers

queen crest
#

how do i know when to cut it off like why didn't they add the 12 to the result aswell

mild flume
#

Since it's range(5) we're going through 0 to 4

#

So here's what those are printed out, one loop step at a time

queen crest
#

i think it's coming to me now

mild flume
#

We're not losing the previous values that we got

queen crest
#

i just saw a picture online similar to the one you juts showed

mild flume
#

Gotcha gotcha

queen crest
#

and seeing it out like that makes it kind of click a little bit

mild flume
#

Sometimes that's what it takes

#

Just being able to view it in different ways

queen crest
#

i learn by examples and visuals so ya i think that helped

#

now i just have to try an example and see if i got it now

#

Yup, I got it. Thanks a bunch!

misty sinew
#

@spare trellis were u taking look at terminal emlators sincce some one suggested u alacritty

spare trellis
#

@misty sinew - I'm just sticking with Kitty right now, I have two fallbacks if I have problems - konsole and qterminal

misty sinew
#

have u tried contour

cold trellis
#

👀 i personally love st (suckless terminal) its the only suckless utility i'd ever use but its simple , light a nd works

tough estuary
#

1+1=123456678899000---

cold trellis
molten hearth
#

When i uploaded a cpp file in google drive, it says it's a binary file and I can't preview it plz help

round maple
#

hey guys

#

so i just learned that in order to join vc

#

you have to send around 50 messages

#

can someone have a conversation with me?

zealous crest
#

hey there

#

@round maple

#

I am also trying to acheive 50 messages

round maple
zealous crest
#

so can we have a pleasant conversation?

round maple
#

yes

zealous crest
#

how is the weather?

round maple
#

lets talk about

zealous crest
#

excellent.

round maple
#

the weather is decent

zealous crest
#

i love descent weather

round maple
#

its very hot for october

zealous crest
#

i see

round maple
zealous crest
#

interesting

round maple
#

yeah

#

I like your shoes.

zealous crest
#

life is bizarre

#

thank you

round maple
#

life really is nuts.

zealous crest
#

its a trip

round maple
#

on a bus for sure

zealous crest
#

its what you make of it right?

#

oop is a great concept

#

but hate it

#

i prefer functions over oop

round maple
#

I just broke my fucking PC talking to you.

zealous crest
#

oh shit

#

what happened?

round maple
#

I was scooting in my desk

#

And then I hit it

#

And then it crashed

zealous crest
#

i hit my 50 message limit btw

#

have you?

round maple
#

And then I tried booting it again

zealous crest
#

yikes..

round maple
#

And it was not turning on

zealous crest
#

tell me more

round maple
#

So I’ve unplugged all the connectors to the motherboard

#

Replaced the thermal paste

#

And will try booting tmrw

zealous crest
#

thermal paste?

#

is that like hot glue

#

?

round maple
#

It’s all your fault fromthepeace

#

More like

#

FromtheEVIL

zealous crest
#

haha

round maple
#

I actually might have just broken my 1K pc talking to you

#

Look what you’ve done?

zealous crest
#

nice nice

#

sorry

#

!voiceverify

round maple
#

Say sorry to my pc

zealous crest
#

pc, im sorry

#

ps, /n it wont happen again

round maple
#

Look what you’ve DONE!

zealous crest
#

i think i see the problem

#

there seems to be a trash bag inside your modem there

round maple
#

:0

zealous crest
#

have you hit your 50 msg count? we are talking up a storm here in voice chat

#

so fun

round maple
#

I dunno man

#

Can’t even join anymore

zealous crest
#

check pls

round maple
#

I can’t even hear

zealous crest
#

join voice chat 0

misty sinew
#

oOF

shrewd lance
#

@quaint olive ion have perms LMFAOO

#

@quaint olive are you talkin to me

quaint olive
#

@lucid imp

lucid imp
#

ok

#

ill do that later

#

idk i feel cringy to talk in voice chat

#

and my english is pethetic

quaint olive
#

ah its fine

lucid imp
#

i haven't programmed since 6month xd

#

anime

#

and im done with that too

#

ill start programming form scratch agin...

quaint olive
#

nice

#

you should

lucid imp
#

ahh ok

#

ill learn c first

#

and ill python

tribal zealot
#

Smart Home

lucid imp
#

trun on noise supression

#

Mr. Hemlock

#

just ping him

tribal zealot
#

@mild flume

lucid imp
#

yea

quaint olive
tribal zealot
#

Ok

quaint olive
#

i didnt understand what you were trying to say

#

you can ask hemlock for help

tribal zealot
#

Ok

quaint olive
#

he will surely help you

tribal zealot
#

That’s what I am doing

lucid imp
#

whats the deal with your name tho? @quaint olive

tribal zealot
#

I am trying to automate a fan and a light an AC

lucid imp
#

ahh

#

ok

#

yea i dint get it😅

#

idk may be 12-1?

#

its been 2 month i gues

#

when will u sleep?