#voice-chat-text-0

1 messages · Page 622 of 1

whole bear
#

@clear sable Django file structure gives me nightmare

#

Flask is amazing

#

I love flask

#

Most of the project I created is in flask

hushed elm
#

same

whole bear
#

Flask work with api really well

#

Vikash don't expect everything to be easy in programming

whole bear
#

@whole bear I hate django for that exact reason flask is so much better

whole bear
#

@whole bear I hate django for that exact reason flask is so much better
@whole bear django hates you lol

#

it does

#

plus flask has a lot of extensions

#

yeah it told me the other day

#

flask_you name it

#

wdym

#

like

#

flask_pymongo, flask_sqlalchemy, flask_login, flask_wtf, flask_bootstrap and more

#

Svendborg

#

@whole bear Are u from uk?

#

i am why

#

Oh i see

#

Yes

#

Yes I can

#

Hello mate

#

🙂

#

U sound like tom Holland to me

#

@whole bear Are u a college student?

#

level 2

#

btec?

#

What u learn in level 3?

#

html,css?

#

want me to list off my unit

#

s

#

oh alright I'm a freshmen to college

#

Unit 29 - Installing and Upgrading Software
Unit 26 - Mathematics for IT Practitioners
Unit 23 - Human Computer Interaction
Unit 7 - Organisational Systems Security
Unit 8 - e-Commerce
Unit 9 - Computer Networks
Unit 15 - Object Oriented Programming
Unit 16 - Procedural Programming
Unit 28 - Website Production
Unit 36 -Computer Game Platforms and Technologies

#

cheers mate

#

What language?

#

Python?

#

What programming language

#

What programming language they teach u in college

#

Oh ok

#

I'm a self-taught programmer aswell

#

nice

#

@whole bear ram is a memory but it's consider as a primary storage

#

Dynamic RAM

#

< >

#

<https://google.com>

#
gentle flint
#

@whole bear

#
What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.
#

for reference only

#

it's not an insult to you

whole bear
#

@gentle flint @whole bear

stuck furnace
#

Random question: how do subdomains work with https?

sour hill
#

whats py thon

whole bear
#
web.dev

Get the web's modern capabilities on your own sites and apps with useful guidance and analysis from web.dev.

gentle flint
#

python is a programming language @sour hill

fast gyro
#

Photo Path

#

The image I added is not working

#

here is the photo file path

sour hill
fast gyro
#

@sour hill Help pls

#

xd

#

U know css

sour hill
#

No

whole bear
#

this is what i get

fast gyro
#

@whole bear are u using windows XP

whole bear
fast gyro
#

?

#

@whole bear thats the whole website

gentle flint
whole bear
#

oh okay

#

lol

gentle flint
#

for me, it aligneth not

crimson light
#

it exists for me

gentle flint
#

alas, fair website, thou art ailing and perishing

#

correct: website is not fair

fast gyro
#

Someone help me

#

brothers

gentle flint
#

we don't know css

#

we told you

whole bear
#

@fast gyro Come to Code/Help

#

background-image:url("image.png")

#

@sour hill

    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
fast gyro
gentle flint
whole bear
#

./img/hero.jpg

#

/home/user/Pictures/img/hero.jpg

#

C:/Users/my_user/Pictures/img/hero.jpg

sour hill
fast gyro
whole bear
#

!codeblock

wise cargoBOT
#

Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.

To do this, use the following method:

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

Note:
These are backticks, not quotes. Backticks can usually be found on the tilde key.
• You can also use py as the language instead of python
• The language must be on the first line next to the backticks with no space between them

This will result in the following:

print('Hello world!')
whole bear
#

```html
code here
```

sour hill
#
"owo"
fast gyro
#

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="test.css">
<title></title>
</head>
<body>
<header class="header">

   Some text...

</header>

</body>
</html>

whole bear
#

```html
code here
```
@whole bear how did you do that

#

```

crimson light
#

```
you can do this
all you need
is a \

gentle flint
#

ah

crimson light
#

\```
thing

gentle flint
#

```
test
```

#

noice

sour hill
#
fuck
gentle flint
#

```
get rekt
```

#

backslash backtick backtick backtick
text
backslash backtick backtick backtick

#

\

#

not /

whole bear
#

im hella lost

fast gyro
#
  • {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

.header {
background-image: url();
}

crimson light
sour hill
#

```
fuck

gentle flint
#

no thanks

fast gyro
whole bear
#
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-image: url('/home/user/Desktop/neat.png');
}
#
<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" type="text/css" href="/home/user/Desktop/test.css">
    <title></title>
</head>
<body>
    <header class="header">
       Some text...
   </header>
</body>
</html>
#
<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" type="text/css" href="/home/user/Desktop/test.css">
    <title></title>
</head>
<body>
    <header class="header">
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
       Some text...<br/>
   </header>
</body>
</html>
#

!codeblock

wise cargoBOT
#

Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.

To do this, use the following method:

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

Note:
These are backticks, not quotes. Backticks can usually be found on the tilde key.
• You can also use py as the language instead of python
• The language must be on the first line next to the backticks with no space between them

This will result in the following:

print('Hello world!')
fast gyro
#

!codeblock

#
  • {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

.header {
background-image: url(file:///D:/Udemy/coding/2.Udemy%20-%20Advanced%20CSS%20and%20Sass%20Flexbox,%20Grid,%20Animations/2.%20Natours%20Project%20%E2%80%94%20Setup%20and%20First%20Steps%20(Part%201)/8.Natours/starter/img/hero.jpg);
}

whole bear
#

```html

#

```css

#

"

#

"image.jpg"

#

/r/netsec, /r/sysadmin

#

Yubikey

#

{google:baseURL}search?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}

subtle orchid
#

Hi(don’t have access to microphone for now)👀

whole bear
#

okay

gentle flint
#

it's 02:31 for you

#

why are you up

subtle orchid
#

How accurate is that😂

gentle flint
#

well, isn't it?

subtle orchid
#

I just finished playing valorant for 6 hours

gentle flint
#

oof

subtle orchid
#

well, isn't it?
@gentle flint very accurate indeed

gentle flint
#

Valorant (stylized as VALORANT) is a free-to-play multiplayer tactical first-person shooter developed and published by Riot Games, for Microsoft Windows. First teased under the codename Project A in October 2019, the game began a closed beta period with limited access on April...

whole bear
#

is valorant good game?

subtle orchid
#

Yeah

#

Very hard aswell

whole bear
#

Oh i see

subtle orchid
#

Like super hard

whole bear
#

Harder than rock?

subtle orchid
#

Should give it a go i am in absolute love

#

Harder than rock?
@whole bear never heard of but it is hard compared to shooter games like warzone apex and pubg

whole bear
#

Pubg is banned in india

somber oar
#

pls valorant

#

looks install like root kit

subtle orchid
#

U from India

#

F

whole bear
#

Nah

gentle flint
#

careful

subtle orchid
#

Sure

gentle flint
#

ali's fight mode has been activated

whole bear
#

lmao

subtle orchid
#

I feel bad for Indian poeple

#

Gamers are united

whole bear
#

I don't

#

🙂

gentle flint
#

I feel bad for Indian poeple
I don't

#

they've successfully risen out of a colonial past

whole bear
#

I'm confused as fuck

gentle flint
#

@somber oar that could honestly be any asian country

somber oar
#

hheheh

#

idk

gentle flint
#

or actually any low-wages country

whole bear
#

Back to coding i guess

gentle flint
#

like, for instance, Chile

whole bear
#

@somber oar I don't understand why you posted that

#

yeah

#

same

subtle orchid
#

Yeah in a phyton server 👀

gentle flint
#

*python

subtle orchid
#

Chat is another thing

#

I call it phyton without realising mistake but i will try to use correct spellings

gentle flint
#

it's fine, relax

subtle orchid
#

Americans care too much for spellings 😂😂😂

whole bear
#

👀

gentle flint
#

what the fuck did you just fucking say about me, you little bitch?

whole bear
#

woah

subtle orchid
#

Who?

gentle flint
#

nvm

subtle orchid
#

I am confused

whole bear
#

Some nice words

subtle orchid
#

I offended someone?

gentle flint
#

@subtle orchid look up navy seal copypasta

#

no

#

relax

subtle orchid
#

Oh thanks

whole bear
#

lmao

#

@subtle orchid Join the voice channel?

#

Have u guys used turtle module before?

gentle flint
#

5 years ago
for one day

whole bear
#

Have u guys used turtle module before?
@whole bear i have

#

whats up

#

Nah just asking for fun

#

🙂

#

okay

subtle orchid
#

I am back

#

SSD are hella better than Hard drives

#

But they have a con

#

You can’t recover data easily from ssd

crimson light
#

best "ide'": ```console
$ echo "#!/bin/bash" > file.sh
$ echo "echo "You said $1"" >> file.sh
$ chmod +x file.sh
$ ./file.sh cheese
You said cheese

subtle orchid
#

So i think its a miss conception

simple folio
#

ssd's are pretty reliable tho

subtle orchid
#

So do SSD even have con?

simple folio
#

well yes

subtle orchid
#

Compared to hard drive

simple folio
#

but the con's are small

whole bear
#

@simple folio in the vc chat

simple folio
#

nah

#

i godda go

subtle orchid
#

Bye

#

It’s been long we don’t have a usb alternative

#

They suck

gentle flint
#

aqua regia is probably cheaper than gallium

#

Aqua regia (; from Latin, lit. "regal water" or "king's water") is a mixture of nitric acid and hydrochloric acid, optimally in a molar ratio of 1:3. Aqua regia is a yellow-orange (sometimes red) fuming liquid, so named by alchemists because it can dissolve the noble metals, g...

subtle orchid
#

@whole bear if we say ssds have security issues do what people do here....cause ssd Expensive we buy a Ssd of a size like 250 GB to install window and a Hard Drive to store large files

stuck furnace
#

Thermite?

#

I think it's used to weld train rails together.

subtle orchid
#

Thermite?
@stuck furnace thermite are those materials or compounds which produces large amount of heats upon chemical reactions

#

You try to be extra secure which is good

#

But can’t stop hackers if they want to

#

They will find narrow escape

#

The most of such poeple attack on your back accounts

#

But

#

We have paypal

#

Convenient

#

Bye guys it’s 3AM already going to bed Have a good day/night

whole bear
#
import requests

raw_json = requests.get('https://api.duckduckgo.com/?q=ip&format=json').json()
answer = raw_json["Answer"].split(' ')
print (' '.join(answer[:5]))
#

What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.
@gentle flint

gentle flint
#

~~hi~~

whole bear
#

print

gentle flint
#

no

#
        if not params:
            result = requests.get(
                url,
                auth=HTTPBasicAuth(key, None)
                )
        else:
            result = requests.get(
                url,
                params=params,
                auth=HTTPBasicAuth(key, None)
                )
umbral mica
#

.uwu

graceful grail
#

I was watching that :/

whole bear
whole bear
whole bear
#

who isi

#

CarlosForever

whole bear
whole bear
#

..

#

what did I join.

whole bear
#

What are yall doin?

#

nothing much wbu?

#

we're vibin

#

noicee

sour fractal
#

vg

whole bear
#

!p all the stars kendrick

#

!p all the stars kendrick

wise cargoBOT
#
Command Help

!pep <pep_number>
Can also use: get_pep, p

Fetches information about a PEP and sends it to the channel.

whole bear
#

!pep

wise cargoBOT
#
Missing required argument

pep_number

#
Command Help

!pep <pep_number>
Can also use: get_pep, p

Fetches information about a PEP and sends it to the channel.

whole bear
#

!pep 2

wise cargoBOT
#
**PEP 2 - Procedure for Adding New Modules**
Status

Final

Created

07-Jul-2001

Type

Process

whole bear
#

lol

#

omg

#

his mic

#

i don't hear shit

#

:/

#

wtf

#

ghhhhhhhh

#

lmfao

#

Can someone please help?

somber heath
#

Regarding?

#

Ah.

#

Help channel pimping.

whole bear
#

I having trouble with installing a module (scrapy)

somber heath
#

pip red text of doom?

whole bear
#

Its on the channel

#

Yes there is red text

#

On cmd

#

What does that mean

somber heath
#

Read though it carefully. You may have something you need to install first.

#

DId you follow the scrapy installation instructions for your system?

#

Perhaps there's a step you missed.

#

If, on looking through the red text, you find something that suggests cause, but you're not sure, maybe try googling that segment

#

Someone else may have encountered the same error.

whole bear
#

Maybe. Good idea. Thanks

#

🙂

#

my ears are bleeding

lean gull
#

can anyone help me web scrapping?

#

very basic

#

i just want it in python

#

and with selenium preferabally

whole bear
#

@lean gull i have worked with selenium worst module for web scraping. Chrome can easily detect automation leading to remember me checkboxes are disregarded. Selenium doesn't let you run chrome in the background. You must always have the chrome open and selenium is quite slow.

#

I am changing to scrapy since I have heard it's faster more feature, but a little hard to code with

lean gull
#

@whole bear can you join channel pls?

whole bear
heavy nacelle
heavy nacelle
#

a clockwork orange

cerulean moth
#

anyone wants to see my python project?

fickle orbit
#

ok

gentle flint
#

sure

cerulean moth
#

can't share screen

gentle flint
#

nope

cerulean moth
#

not allowed, sad

swift valley
#

Nope

cerulean moth
#

sad

#

where can i then

somber heath
#

DMs.

swift valley
#

If you have a repo that works as well

cerulean moth
#

it has but it has a difficult setup

swift valley
#

Now I'm curious

cerulean moth
gentle flint
#

this is the easiest module in existence for playing sound files

#

but it can't really do anything else

cerulean moth
#

Now I'm curious
@swift valley can you allow me for sometime?

swift valley
#

I don't have the perms for that

cerulean moth
#

oh,

#

sad

#

it should be allowed in one vc atleast

#

can i ping you lemon?

#

I don't have the perms for that
@swift valley can i ping lemon to ask him

fickle orbit
#
  File "C:\Users\outla\OneDrive\Desktop\game prod\.py\test.py", line 4, in <module>
    playsound('C:\\Users\\outla/OneDrive\\Desktop\\game prod\\.py')
  File "C:\Users\outla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\playsound.py", line 35, in _playsoundWin
    winCommand('open "' + sound + '" alias', alias)
  File "C:\Users\outla\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\playsound.py", line 31, in winCommand
    raise PlaysoundException(exceptionMessage)
playsound.PlaysoundException: 
    Error 263 for command:
        open "C:\Users\outla/OneDrive\Desktop\game prod\.py" alias playsound_0.7144920967894735
    The specified device is not open or is not recognized by MCI.
[Finished in 0.4s]```
#

playsound('C:\\Users\\outla/OneDrive\\Desktop\\game prod\\.py')```
cerulean moth
#

hmmmmmm

swift valley
#

I'd advise against that

cerulean moth
#

okay

#

sad

gentle flint
#

try using
r'C:\Users\outla\OneDrive\Desktop\game prod.py'

fickle orbit
#

SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape

olive sentinel
#

We don't allow screensharing for a simple reason: We initially allowed it but it was used for things we really don't want to see. Since moderating it sufficiently is nearly impossible or requires an amount of effort we simply can't justify with a team of volunteers, we've disabled it.

fickle orbit
#

playsound('C:\Users\outla\OneDrive\Desktop')

somber heath
#

r

fickle orbit
#

playsound('C:\Users\outla\OneDrive\Desktop\azan1.mp3')

gentle flint
#

playsound(r'C:\Users\outla\OneDrive\Desktop\azan1.mp3')

versed sapphire
#

Guys do you know what is the name of this song

fickle orbit
#

playsound(r'C:\Users\outla\OneDrive\Desktop\azan1.mp3')

somber heath
#

'Hello \new world' vs r'Hello \new world'

cerulean moth
#

We don't allow screensharing for a simple reason: We initially allowed it but it was used for things we really don't want to see. Since moderating it sufficiently is nearly impossible or requires an amount of effort we simply can't justify with a team of volunteers, we've disabled it.
@olive sentinel sad

versed sapphire
#

Alt + print screen

ember hazel
versed sapphire
#

Alt + print screen takes from 1 window

ember hazel
#

there you goo

versed sapphire
#

but print screen takes the whole screen

#

there's PrtSc key

#

Just press PrtSc

#

@fickle orbit

ember hazel
#

@versed sapphire theres the song

versed sapphire
#

and Ctrl + v here

fickle orbit
versed sapphire
#

@versed sapphire theres the song
@ember hazel Oh thank you !!!

#

@ember hazel Really Really Thanks you !!

olive sentinel
#

@cerulean moth Well, we're all volunteers and within two weeks of the feature being added to Discord, we had at least two cases of people streaming porn, multiple cases of people restreaming netflix, and a few other things that are absolutely not acceptable in our community.

fickle orbit
versed sapphire
#

@olive sentinel what??

ember hazel
#

@ember hazel Really Really Thanks you !!
@versed sapphire no problemooo

olive sentinel
#

Yeah, I know, that's why we can't have nice things.

cerulean moth
#

oof, maybe you can add a streamer role and any team member can give that when they are watching the stream

tawdry coral
#

Maybe there is a problem within that folder??

#

Try and relocate that file path

cerulean moth
#

@olive sentinel this

fickle orbit
tawdry coral
#

Relocate the file and try? or maybe it is corrupted????

versed sapphire
#

does my name will be changed if I change my name ?

tawdry coral
#

nick?

versed sapphire
#

no

tawdry coral
#

wdym then

meager ravine
#

what happen?

versed sapphire
#

Actual name

tawdry coral
#

oh i think it changes

versed sapphire
#

Not nick

#

../

tawdry coral
#

yes yes

#

probably

#

why dont u try?

olive sentinel
#

That could be an option, but it's something we'll have to discuss in the moderation team. One caveat I forsee is that people are going to ping moderators whenever they want to stream and expect them to jump in voice to keep oversight. That's not something we can reasonably provide, as a lot of us have day jobs and can't just join streams whenever needed. In many ways, moderating text channels is much easier and less intrusive to the time moderators have available.

hushed elm
#

maybe a compromise would be to have a role that's a bit easier to obtain other than "Helper" that would allow us to stream; have it not too hard to obtain but not too easy so that it can be taken advantage of

cerulean moth
#

That could be an option, but it's something we'll have to discuss in the moderation team. One caveat I forsee is that people are going to ping moderators whenever they want to stream and expect them to jump in voice to keep oversight. That's not something we can reasonably provide, as a lot of us have day jobs and can't just join streams whenever needed. In many ways, moderating text channels is much easier and less intrusive to the time moderators have available.
@olive sentinel maybe you can put a feature like !stream-apply and then it will ping any moderator which have a non-dnd status and who are online, and then they can oversee

olive sentinel
#

The point is that we don't have the capacity to guarantee such oversight and people are going to expect it

tawdry coral
#

oke bye now

olive sentinel
#

Moderating this server is a lot of work already and we're very protective of increasing the workload for moderators

cerulean moth
#

okay, np

hushed elm
#

i get it

olive sentinel
#

We currently have 24 staff members with the moderation role and we're already stretched to capacity, more or less.

cerulean moth
#

maybe if you guys are okay you can add .......

gentle flint
#


    Click the icon on the task bar at the bottom of the screen to invoke the Start menu. (The icon is the one that looks like a white version of the Windows logo.)

    Type "folder options" (without the quotation marks). There is no blank field on the screen to suggest that you can type anything, but you can. Just type it.

    Click the "File Explorer Options" item that appears in the "Best match" list that appears.

    A dialog box with the title "File Explorer Options" will appear. Click the "View" tab at the top of the window.

    Scroll to find the item "Hide extensions for known file types" and click the box next to it to remove the tick.

    Click the "OK" button.
fickle orbit
#

from playsound import playsound
playsound(r'C:\Users\outla\OneDrive\Desktop\azan1.mp3')

tawdry coral
#

Hello

gentle flint
#

hi

tawdry coral
#

religious?

fickle orbit
#

yes

#

azan means the call to prayer

tawdry coral
#

MerSan what is that show?

ember hazel
#

watching germany vs spain

versed sapphire
#

@ember hazel how did you know that song ?

ember hazel
#

i have a python app thats tracks the sound and tells me

tawdry coral
gentle flint
#

by defining lisebce

fickle orbit
#

doublee check your variables

gentle flint
#

he hasn't defined any

somber heath
#

lisebce = 'Hello!'

gentle flint
#

this is a fresh python shell

tawdry coral
#

I actually used python before

gentle flint
#

so did I

#

we both did!

somber heath
#

Or, if you have a module called lisebce you want to import into your script, import lisebce

tawdry coral
#

I have not learned of defining stuff

somber heath
#

Did you mean to type license?

versed sapphire
#

i have a python app thats tracks the sound and tells me
@ember hazel really ?

#

how

ember hazel
#

@ember hazel really ?
@versed sapphire lol i was kidding.... i knew that song anyway

#

nm

versed sapphire
#

I know

#

:/

gentle flint
fickle orbit
#

guys

gentle flint
#

guy

hushed elm
#

i'm a guy

#

bawk baaaawk

fickle orbit
#

what is !=

gentle flint
#

unequal to

ember hazel
#

whhooo whooooo

gentle flint
#

imagine building a new font when there are already perfectly good ones available
https://en.wikipedia.org/wiki/Cascadia_Code

Cascadia Code is a purpose-built monospaced TrueType font for Windows Terminal, the new command-line interface for Microsoft Windows.
It includes programming ligatures and was designed to enhance the look and feel of Windows Terminal, terminal applications and text editors su...

#

just use consolas

#

Fixedsys is a family of raster monospaced fonts. The name means fixed system, because its glyphs are monospace or fixed-width (although bolded characters are wider than non-bolded, unlike other monospace fonts such as Courier). It is the oldest font in Windows, and was the sys...

somber heath
#

1 != 2 is True False

#

(1 != 2) is True True

tawdry coral
#

! (1 != 2) is False True ?

ember hazel
#

snapseed

gentle flint
#

snap your seed

ember hazel
#

imao

gentle flint
#

iaughing my ass off

ember hazel
gentle flint
tawdry coral
#

MerSan are you from Nepal?

ember hazel
#

its @ember hazel

#

and yes

tawdry coral
#

uhh, does anyone know how to like make the mike [push to talk]??

ember hazel
#

mic?

#

you mean

tawdry coral
#

ye

somber heath
#

I think I figured out what my above True False thing was doing. It was evaluating the righthand first.

tawdry coral
#

ok

#

ohohoh, so i need to download the desktop app to push to talk, im too lazy to do that

gentle flint
tawdry coral
#

do you know any science related servers that you could recommend me?

#

Like more of physics thing??

#

Well i'll try that flat eartehr servers

#

Well i know a lot of wired people soo

gentle flint
#

there's one

tawdry coral
#

ty

gentle flint
#

np

#

click it and I will delete

#

if only you click it it is a response

tawdry coral
#

alrdy

gentle flint
#

but otherwise it is advertising

#

have you clicked it?

tawdry coral
#

u can delete it now

gentle flint
#

kthx

tawdry coral
#

helping and advertising are different

#

I wish i could stay longer bt I have to do hw, so, bye for today

fickle orbit
#

hello

#

i need some help

#

how would i be able to write this code without an error

#

just 1 moment

#
flag = True

while falg == True:
    if test.lower == 'yes':
        print('yes')
    else:
        if test.lower == 'no':
            break
    else:
        if test.lower != 'no' and test.lower != 'yes':
            test = input('please say yes or no')```
gentle flint
#

change falg to flag

#

line 4

#

@fickle orbit

fickle orbit
#

umm ok

#
flag = True

while flag == True:
    if test.lower == 'yes':
        print('yes')
    else:
        if test.lower == 'no':
            break
    else:
        if test.lower != 'no' and test.lower != 'yes':
            test = input('please say yes or no')```
gentle flint
#

yes

#

does that work?

somber heath
#

You could also just do while flag:

gentle flint
#

I know that

fickle orbit
#

ok

gentle flint
#

if he's using breaks he could also just do a while True

#

and leave out the whole flag thing

somber heath
#

You Arsh, not you, Super.

gentle flint
#

what he really should do is set flag to false instead of breaking

fickle orbit
#
        if (FajrHL == datetime.datetime.now().hour and FajrML == datetime.datetime.now().minute ):
            playsound(r'C:\Users\outla\OneDrive\Desktop\azan1.mp3')
            flag = False
            break

if flag == False:
    while flag == False:
        snooze = input('would you like to snooze for 10 min? ')
        if snooze.lower == 'yes':
                     
                snooze_time = datetime.datetime.now().minute
                znooze_time = snooze_time + 1
                if datetime.datetime.now().minute == snooze_time:
                    playsound(r'C:\Users\outla\OneDrive\Desktop\azan1.mp3')
        else:
            if snooze.lower == 'no':
                break```
gentle flint
fickle orbit
gentle flint
#

country_set

#

instead of

else:
    if snooze.lower == 'no':
        break

do

elif snooze.lower == 'no':
    break
fickle orbit
#
        break```
#
    while flag == False:
        snooze = input('would you like to snooze for 10 min? ')
        if snooze.lower == 'yes':
                     
                snooze_time = datetime.datetime.now().minute
                znooze_time = snooze_time + 1
                if datetime.datetime.now().minute == snooze_time:
                    playsound(r'C:\Users\outla\OneDrive\Desktop\azan1.mp3')
        else:
            if snooze.lower == 'no':
                break

        elif snooze.lower != 'no' and snooze.lower != 'yes':
            break```
#
    while flag == False:
        snooze = input('would you like to snooze for 10 min? ')
        if snooze.lower == 'yes':
                     
                snooze_time = datetime.datetime.now().minute
                znooze_time = snooze_time + 1
                if datetime.datetime.now().minute == snooze_time:
                    playsound(r'C:\Users\outla\OneDrive\Desktop\azan1.mp3')
        elif:
            if snooze.lower == 'no':
                break

        elif snooze.lower != 'no' and snooze.lower != 'yes':
            break```
tawdry coral
#

hey

gentle flint
#

hey

#

hay

#

moo

tawdry coral
#

moo

#

😦

#

is like an exclamation before your name a thing?

gentle flint
#

?

fickle orbit
#

while country_set == False:
    country = input('Please type in a country name ')
    if country.lower == "london" or country.lower == "essex":
        print("Thank you!")
        country_set = True
        break
    else:
        print("Error: Please input a correct country: London or Essex")```
#

why does this not work

gentle flint
#

what is the error

fickle orbit
#

there is no error

gentle flint
#

what does it do
what should it do

tawdry coral
#

what

fickle orbit
#

the while loop doesnt break when i type in london

#

when i type london

#

it goes to else statement

gentle flint
#

try doing print(country.lower) to find out what it prints

fickle orbit
#

and asks for input again

#

ok

#

1 min

gentle flint
#

I've just done that

#

and found your issue

#

as you will presently

fickle orbit
#

<built-in method lower of str object at 0x000001A0F2586E70>

gentle flint
#

exactly

#

and now try doing print(country.lower()) instead

fickle orbit
#

umm

gentle flint
#

well, go on

fickle orbit
#

london

gentle flint
#

that's what you wanted, right

fickle orbit
#

yes

gentle flint
#

so, do you know how to fix it now

fickle orbit
#

but it still is asking me again

gentle flint
#

well, obviously

#

did you change it in your if statement

fickle orbit
#

while country_set == False:
    country = input('Please type in a country name ')
    if country.lower() == "london" or country.lower() == "essex":
        print("Thank you!")
        country_set = True
        break
    else:
        print("Error: Please input a correct country: London or Essex")```
#

there

gentle flint
#

does that work?

fickle orbit
#

yes

#

thank you

gentle flint
#

good!

#

you fixed it!

#

congrats

fickle orbit
#

thanks

tawdry coral
#

? lol did someone say i like sandwhich?

fickle orbit
#

i said

#

thank you sandwich

tawdry coral
#

xD

#

...

tawdry coral
#

.

#

.

#

.

#

bye

#

before this gets out of hand

gentle flint
#

bye

tawdry coral
#

hello i am back

#

ok...

somber heath
#

tkinter

#

kivy

#

pyqt5

tawdry coral
#

soo what kind of 2 mil program u wanna build

#

i didn't know siri needed to practise programming

#

is that a fish being hit by a plane

#

Flower Power

patent arch
gentle flint
#

pog

tawdry coral
#

UnUseless information

somber heath
#

Everything old is new again.

tawdry coral
#

Imagination

gentle flint
#

life is your creation

tawdry coral
#

Thanos was right

gentle flint
#

Come on, Barbie, let's go party

tawdry coral
#

...

#

ppfttt

#

white carrots?

#

nono white looking carrots

#

You know

gentle flint
#

he said not carrots

tawdry coral
#

yes

#

Its like carrots

#

but white

#

Raddish?!

gentle flint
#

he said onion

tawdry coral
#

no

gentle flint
#

life is plastic
it's fantastic

somber heath
#

Now, the question remains: Red, white or otherwise?

tawdry coral
#

maybe its 4th dimensional onion

somber heath
#

We're all meat tubes / sausages through time and space.

gentle flint
#

everything is connected with feynmann paths

  • macro
tawdry coral
#

We all are dead and not dead and dead if there is no observer to keep us alive - Quantum superpositioning

gentle flint
#

o

#

k

#

then

tawdry coral
#

It soulds like he is cutting his tabels rather than onions

#

what

gentle flint
#

this is the github page for the futaba bot

tawdry coral
#

is everyone still here or my internet is dying on me

#

macro are you a6d, you sound like him

gentle flint
#

macro is a maker of macroscopes

#

it's his hobby

#

as described by his status

tawdry coral
#

whats a macroscope

#

like microscope

#

but

#

to view big objects

gentle flint
#

it's the opposite of a microscope

tawdry coral
#

a telescope?

somber heath
#

Why does that make it go in reverse?

#

I don't go around walking backwards everywhere.

gentle flint
#

but maybe the opposite of you does

somber heath
#

I'd bump into things or get neck strain from having to look behind myself.

tawdry coral
#

so wait, microworld = quantum objects, macroworld = humans, macromacroworld = stars and all that

#

youtuber

#

yep

somber heath
#

Don't knock croissants.

tawdry coral
#

when i want to talk i cant talk and when i dont want to talk i can talk, its weird

somber heath
#

Or Johnathan.

#

Or Jonathan.

gentle flint
#

jonathan != john

#

john comes from hebrew yochanan

somber heath
#

Jon.

gentle flint
#

jonathan comes from hebrew yonatan

somber heath
#

Yeah, well, people get muddled. So...

#

I mean you've got names like La-a.

gentle flint
#

so jon vs john

somber heath
#

Ladasha.

#

So you can't really expect people to always adhere to convention.

tawdry coral
#

wait so, cant a ! to indicate Not be kept in front? ![a=b+a*234.342]

somber heath
#

Well, give it a go.

tawdry coral
#

same here with the stray animals

somber heath
#

!= == < > >= <= is etc

tawdry coral
#

yes i know all the basic operaors, I have taken a C basic tutorial and other basic programming tutorials. I am just new to python

somber heath
#

Mm.

tawdry coral
#

hmmm

#

do you agree

#

Earth = round

#

nope

#

no guitars 4 me

somber heath
#

Anything Daft Punk?

#

Catchy song, that.

tawdry coral
#

g

#

well bye

somber heath
#

Ia ia.

tawdry coral
#

omfg

gentle flint
#

what in the name of the lord

#

is that

tawdry coral
#

Is that a greek mythological architectural carving

dry dock
#

<@&267629731250176001> here too

tawdry coral
#

thk you

cerulean moth
#

ya

#

better

somber heath
#

I've probably had that, then.

tawdry coral
#

what?

somber heath
#

The soup.

#

Or similar.

tawdry coral
#

what kind

#

finally

#

its so hard to connect to voice servers

somber heath
#

Blended potato and onion and stuff.

#

Other veggies, maybe.

#

Cream of x soup.

#

We have potato and leek, sometimes.

#

It's good.

tawdry coral
#

we?

somber heath
#

Family.

#

The household.

tawdry coral
#

oh ,k

somber heath
#

Mushk

tawdry coral
#

its called Mashu in my language

somber heath
#

I get either Jesus or Russel Brand.

tawdry coral
#

Maa - Chu-

#

pronountiation

#

did you bang your leg or something?

#

bye

#

hi

stuck furnace
#

Yo

#

You chopping vegetables @hushed elm ?

tawdry coral
#

how much vegies do you have macro you have been cutting the vegies for like an hour

#

CLINTON

#

I MEANT

#

@ruby oxide

ruby oxide
#

Aha?

tawdry coral
#

Teallem e

#

tell me

#

Is there a generator for that prof pic

ruby oxide
#

Abt?

tawdry coral
#

?

ruby oxide
#

I dunno

tawdry coral
#

there is

ruby oxide
#

I might have to check first

tawdry coral
#

ma friend also has qite the similar prof pic

ruby oxide
#

I'll get back to you when I find out

tawdry coral
#

idk why but like wasting time here rather than doing my homework

gentle flint
#

that's called procrastination

tawdry coral
#

yep

ruby oxide
#

True

tawdry coral
#

is clapping a part of cooking?

stuck furnace
#

What you cooking?

tawdry coral
#

macro is cooking

#

btw why tf is my discord showering me with notification sound when there is nothing going on

gentle flint
#

why does everyone persist in asking CSS questions here

#

this is not a webdev server

hushed elm
#

@stuck furnace yes. sorry i haven't seen your message,

gentle flint
#

@stable nest What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.

wind cobalt
#

lol

#

cant speak with mic right now

#

on vacation with family

#

@stable nest What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaesodilla, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.
@gentle flint

gentle flint
#

correct

#

he is

wind cobalt
#

Al-Quasodilla

gentle flint
#

I saw

wind cobalt
#

Owesomah Ben Laden with sauce

gentle flint
#

Awesomer Bin Laden

#

laden with bins

wind cobalt
#

Oezamah

gentle flint
#

O-saamaa bin laaden

#

al-kwajda

wind cobalt
#

Ik wil het O-saamaa

gentle flint
#

breng hem naar maleisië

wind cobalt
#

dat is heel goed

#

al-Quechua

#

Onsemaar ben laden

#

Romanian used to have a king

#

Estonia Stronk

gentle flint
wind cobalt
#

that's one fast RAM

gentle flint
#

4GB of horns

wind cobalt
#

cache that biker

#

move the RAM to another slot

gentle flint
#

^

gentle flint
#

ok

wind cobalt
#

oj

hushed elm
#

food

wind cobalt
#

kinda nice

#

looks simple

#

5/7

hushed elm
#

it's simple

gentle flint
#

du pain

wind cobalt
#

Bread is Pain

gentle flint
#

ow

#

I am in pain

wind cobalt
#

dit is ons erns

gentle flint
#

erns?

wind cobalt
#

Afrikaans

gentle flint
#

ek praat nie die taal nie

#

ook nie vir jou nie

hushed elm
#

yayyy

#

yahyy

#

Bread is Pain
@wind cobalt life is pain

#

:(:(:('('

wind cobalt
#

Bread is Pain, life is vie

hushed elm
#

vie

#

hmhhh

gentle flint
#

Ik spreek de Afrikaanse taal niet
Ook niet voor jou.

ashen island
#

What language is it?

gentle flint
#

first one is Afrikaans

#

second one is Dutch

ashen island
#

Alright!

wind cobalt
#

dat is lekker

#

taalwettenschapen is heel goed

hushed elm
#

lool

gentle flint
#

*taalwetenschappen
or taalwetenschap in singular

wind cobalt
#

Hoogeschool

gentle flint
#

that's pre-1930's spelling

hushed elm
#

no u

gentle flint
#

nowadays you would write Hogeschool

#

blijf thuis

#

Amsterdammer
multiple is Amsterdammers

#

Delftenaar
multiple is Delftenaren

#

Texelaar
multiple can be either Texelaren or Texelaars

gentle flint
#

@wind cobalt I gtg for a bit

#

back in 5-10 minutes

wind cobalt
#

sure

gentle flint
#

brb

somber heath
#

You have a set of template texts that tell a story. However, some of the words/parts are missing. A person, who does not know the extant text, is given descriptive hints as to each missing bit (proper noun, verb, something you wear, activity, a number, etc)

#

🙂

gentle flint
#

@wind cobalt sorry, stuff stacked up

#

A laptop arrived

somber heath
#

The postal service has triumphed!

wind cobalt
#

Kewl, new pc

craggy zephyr
#

@hushed elm hi

#

can you help me

hushed elm
#

heya, depends

craggy zephyr
#

okay!

hushed elm
#

so what's the problem? @craggy zephyr

craggy zephyr
#

i have posted my SS

#

@hushed elm

fickle orbit
#
    while flag == False:
        snooze = input('would you like to snooze for 10 min? ')
        if snooze.lower() == 'yes':
                     
                snooze_time = datetime.datetime.now().minute
                snooze_time = snooze_time + 1
                if snooze_time == datetime.datetime.now().minute:
                    print(snooze_time)
                    break
        elif snooze.lower() == 'no':
            print(snooze_time)
            break

        elif snooze.lower() != 'no' and snooze.lower() != 'yes':
            snooze = input('would you like to snooze for 10 min? ')```
hushed elm
#
import time
import datetime


while True:
    print("current time is:")
    print(datetime.datetime.now())
    time.sleep(3) # sleep 3 seconds, then start the while loop all over again
#

pass

#
import time
import datetime


while True:
    print("current time is:")
    print(datetime.datetime.now())
    
    snooze = input("do you want the program to stop for 10 second?")
    if snooze.lower() == 'yes':
        time.sleep(10) # sleep 3 seconds, then start the while loop all over again
    else:
        pass # do nothing
fickle orbit
#
    while flag == False:
        snooze = input('would you like to snooze for 10 min? ')
        if snooze.lower() == 'yes':
                     
                snooze_time = datetime.datetime.now().minute
                snooze_time = snooze_time + 1
                if snooze_time == datetime.datetime.now().minute:
                    print(snooze_time)
                    break
        elif snooze.lower() == 'no':
            print(snooze_time)
            break

        elif snooze.lower() != 'no' and snooze.lower() != 'yes':
            snooze = input('would you like to snooze for 10 min? ')```
#
        if (FajrHL == datetime.datetime.now().hour and FajrML == datetime.datetime.now().minute ):
            
            print('hi')
            flag = False
            break

if flag == False:
    while flag == False:
        snooze = input('would you like to snooze for 10 min? ')
        if snooze.lower() == 'yes':
                     
                snooze_time = datetime.datetime.now().minute
                snooze_time = snooze_time + 1
                if snooze_time == datetime.datetime.now().minute:
                    print(snooze_time)
                    break
        elif snooze.lower() == 'no':
            print(snooze_time)
            break

        elif snooze.lower() != 'no' and snooze.lower() != 'yes':
            snooze = input('would you like to snooze for 10 min? ')```
stuck furnace
#

Hey

fickle orbit
#

@stuck furnace heyy

whole bear
#

@velvet dome Yo wassup

#

@whole bear

#

@velvet dome

fickle orbit
fickle orbit
#

@dire folio

stuck furnace
#

Yo

#

Yep 😄

#

Still too self-conscious to talk.

craggy zephyr
#

haha

stuck furnace
#

When is Py week?

craggy zephyr
#

np

#

idk

stuck furnace
#

haha

#

I mean it's impressive, but it's not the most advanced computer architecture generally.

#

Oh right

#

3/14

#

14/3 in the UK 😄

#

American dates are weird.

craggy zephyr
#

haha

hushed elm
#

I N C H

#

F O O T

stuck furnace
#

Hey macro

hushed elm
#

ey big boy

stuck furnace
#

😄

hushed elm
#

how's it going?

#

i'm listening to music

stuck furnace
#

Not bad, youself?

#

Nice

hushed elm
#

some music, chilling

#

designing my website's homepage, and I'm no designer so it sucks lols

stuck furnace
#

great stuff

#

can we see?

hushed elm
#

no u're great

#

this version isn't live yet so i can only send you a screenshot

stuck furnace
#

Looks pretty good, gets to the point quickly.

#

Haha @fossil pond

hushed elm
#

yeah that's what I'm going for

whole bear
stuck furnace
#

Not sure it's necessary to put ul inside div

#

but I haven't done web development since I was 14

stuck furnace
#

Cya

#

😄

graceful grail
#

LXNN about the dates... America is only somewhat backwards. the rest of the world is 100% backwards it should be year, month, day. (makes for easy sorting of things with dates)

whole bear
#

@whole bear What are u making?

#

what do you mean

#

The css u posted here

#

Oh nvm

#

oh im trying to understand css and html

#

Ok gl

#

🙂

crystal fox
slate oracle
#

as an american i can say i hate americans

#

russia has politics? or does putin just eliminate his rivals

drifting finch
#

American dates are weird.
@stuck furnace Soul vs. Soulless

slate oracle
#

Brexit sounds fun!

drifting finch
#

as an american i can say i hate americans
@slate oracle this is kinda cringey dude

vast spruce
#

Russia top, bears top, balalaika top too!

whole bear
slate oracle
#

@slate oracle this is kinda cringey dude
@drifting finch as an american, i can say americans are cringe

#

trump wants an autocracy

#

autocracy bad

drifting finch
#

Always remember that you don't have to hate your own country to get free attention from European internet strangers.

vast spruce
#

Every Russian has his own pet bear and they walk with them 3 times a day

slate oracle
#

Always remember that you don't have to hate your own country to get free attention from European internet strangers.
@drifting finch never said i hate it i just said that americans are dumb. Google florida man or trump fail compilation

#

Every Russian has his own pet bear and they walk with them 3 times a day
@vast spruce sounds epik

#

@crystal fox ur right

#

60% biden

vast spruce
#

@vast spruce sounds epik
@slate oracle ahahaha, yes!

slate oracle
#

@slate oracle ahahaha, yes!
@vast spruce ahahaha, yes!

vast spruce
#

but in General, how do you feel about Russia?

slate oracle
#

sounds fun if i was putin

vast spruce
#

Putin has 4 bears in the house of different breeds

slate oracle
#

how about we double that

#

8 16 in each house

vast spruce
#

It's a joke, of course, but it would be funny if it were true

Putin has 4 bears in the house of different breeds

slate oracle
#

oh man

#

i beleived you
edit: i aint fixing my spelling 🙂

vast spruce
#

That's what you think about Russia? As for me-the country is not bad, but there are also disadvantages

slate oracle
#

well the whole government is messed up

vast spruce
#

well the whole government is messed up
@slate oracle unfortunately this is the case

slate oracle
#

yeh sad

#

It would be cool to be putin though

#

"Are dutch and german similar?"
everyone: "GOD NO"
language junkie: "Dutch go grghshgrshsh

vast spruce
#

It would be cool to be putin though
@slate oracle Why do you like it so much?

slate oracle
#

idk

#

i just kinda like the military

#

i mean

#

somebody annoy you

#

nuclear submarine

#

no annoy 🙂

vast spruce
#

ahahha

#

Have you heard about Navalny?

slate oracle
#

wha

#

lemme google

#

oh lol putin got another one

#

rip Navalny

vast spruce
#

This is an oppositionist in Russia and he was recently poisoned by someone close to Putin)

#

By the way, I heard about the situation in Belarus?

slate oracle
vast spruce
#

Yes, I have seen a lot of videos about this, I feel very sorry for people who are beaten up just like that

slate oracle
#

the granny kicked the cop

#

the cop snatched her flag so he deserved it

vast spruce
#

the granny kicked the cop
@slate oracle Apparently she was tired of living

slate oracle
#

wdym

vast spruce
#

Well, kicking a cop...

#

It's kind of stupid, considering how cruel they are

slate oracle
#

If she was in a fist fight with that cop that cop would have nightmares of a babushka knocking his helmet off of his head (his head also fell off)

vast spruce
#

fight granny

#

hah

#

Who are you even for? For Belarusians or for Poroshenko

slate oracle
#

I am for the cats

#

We should establish a global monarchy of cats

#

All presidents should became the cats servants

vast spruce
#

I am for the cats
@slate oracle Well you can't disagree with that

slate oracle
#

lol

vast spruce
#

go, cats, go!

quasi condor
slate oracle
#

ur right i am tasty

#

😉

graceful grail
#

😛

rugged root
#

Talking to wife, one sec

graceful grail
#

ok

quasi condor
#

@errant helm you don't have to listen to Bisk being salty about you streaming in here (I think)

ivory shuttle
#

🦗

#

uh oh, I think my client glitched

graceful grail
#

disconnect and reconnect

ivory shuttle
#

Haha, now I know what Mr Hemlock sounds like

quasi condor
ivory shuttle
graceful grail
#

Just sending a message incase I need a message count to get better stuff in the future 😄

stuck furnace
#

We do have a dedicated Code/Help channel 😄

ivory shuttle
#

¯_(ツ)_/¯

stuck furnace
#

But it almost never gets used from the looks of it.

ivory shuttle
#

Quake II is light af

#

downloaded the source in like 5 seconds

#

quake2 is poo at compiling
make: *** No rule to make target 'client/cl_demo.c', needed by 'rhapsody/output/cl_demo.o'. Stop.

#

boi linux is powerful

errant helm
#

I don't particularly care, I just have other stuff to be doing

#

apparently I'm missing out on a raid too

#

good times

#

had to come see what that was lol

hidden quest
#

A bunch of weirdos

graceful grail
#

Nice... the text channels are working again!!!

#

any eta on voice?

amber raptor
#

Did we lose our voice channels?

graceful grail
#

yeah they deleted/hid them stop the spam but I'm sure that they will be back eventually

deep fable
#

WHO CALLED ME THE N WORD !!11!!!!

amber notch
#

a webhook

graceful grail
#

I want to see the writeup when it is ready.

#

@west ocean sure...

#

aka spam

#

also you can audio spam in a voice channel

#

they were "spam" clicking the join button and playing audio at outrageous volumes

#

what is the term for audio spam them?

#

yeah but that word is against the rules

#

so I chose spam instead

#

read 'em it says no mentioning the word ****

#

I'm sure that they will get reprimanded eventually.

#

it is in the rules click the link

#

Idk... maybe the admins didn't see it

#

but it is against the rules

#

maybe they were kicked or temp banned

#

why aren't you communicating anymore? are you reading the rules?

#

I wasn't arguing.

#

I was simply stating the rules.

whole bear
#

i mean then again there in context to some extent

amber raptor
#

Take it up with @rapid crown

graceful grail
#

that is how people get bans

smoky burrow
#

!silence 10m

wise cargoBOT
#

✅ silenced current channel for 10 minute(s).

smoky burrow
#

There are no voice channels at the moment, this whole conversation is pointless

#

Also, we would appreciate you not using that word

wise cargoBOT
#

✅ unsilenced current channel.

whole bear
#

.

graceful grail
#

Voice chat is back!!!