#voice-chat-text-0

1 messages ยท Page 943 of 1

glad sandal
#

dino

crystal fox
glad sandal
#

please dont eat me

#

I promise

#

I have presents

#

and I dont taste good

plucky mural
#

oh god

gentle flint
crystal fox
gentle flint
rugged root
dire folio
#

hey @rugged root

gentle flint
#

๐ŸŽ‚

#

๐Ÿ‘

gentle flint
#

I'm off

#

bye

sweet lodge
#

Didn't you install 3.10? Why are you trying to use 3.8?
You'll need to make a new interpreter with 3.10.

Also, now that other people are talking, we should get out of their way
If you still need help, please see #โ“๏ฝœhow-to-get-help for instructions on how to move to the help channels

plucky mural
rugged root
sweet lodge
#

That works too

boreal spear
#

check_call([executable, "pip", "install", "cx_Oracle", "-t ."])

#

from sys import executable
from os import makedirs, chdir

sturdy panther
#

Need "-m", "pip"

sweet lodge
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

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

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

crystal fox
#

```

boreal spear
#
try:
    from cx_Oracle import makedsn, connect
except Exception as e:
    if "No module named 'cx_Oracle'" == str(e):
        from subprocess import check_call
        from sys import executable
        from os import makedirs, chdir
        makedirs('temp')
        chdir('temp')
        check_call([executable, "pip", "install", "cx_Oracle", "-t ."])
sweet lodge
dire folio
#

i have a script that installs packages at import if it does not exist

#

not safe work work though

#

๐Ÿ˜„

boreal spear
sweet lodge
#

Whatever happened to pip install -r requirements.txt?

sturdy panther
#

[executable, "-m", "pip", ...]

woeful salmon
#

Invoke-Expression (aka run the thing after it as if it was typed as a command) can be used to run a command in a powershell script

crystal fox
#

python.exe pip install

#

python.exe -m pip install

boreal spear
#

check_call([executable, "-m", "pip", "install", "cx_Oracle", "-t", "."]

#

check_call([executable, "-m", "pip", "install", "cx_Oracle", "-t ."]

crystal fox
#

`

sweet lodge
#
 -t, --target <dir>          Install packages into <dir>. By default this will not replace existing files/folders in <dir>. Use --upgrade to replace existing packages in <dir> with new versions.
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

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

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

crystal fox
#

`somecode`

#

somecode

sweet lodge
# wise cargo

@rugged root - is there a tag for inline code snippets? (Single backticks)

rugged root
#

There isn't

crystal fox
#

yes there is

rugged root
#

I suppose we could have it added to this one

#

No no, he means a ! tag

crystal fox
#

oh right as in on the bot

rugged root
#

Right

boreal spear
#
check_call([executable, "-m", "pip", "install", "-t .", "cx_Oracle"]
sweet lodge
#

What about Contributors for adding that?
That would be much better to be remembered for than the UwU thing

woeful salmon
#

i know you people are saying oracle but i keep hearing arco

sturdy panther
#

Yucky vendor lock-in!

dire folio
#
from importlib import util
import subprocess
import sys

class PipFinder:
    @classmethod
    def find_spec(cls, name, path, target=None):
        print(f"Module {name!r} not installed.  Attempting to pip install")
        cmd = f"{sys.executable} -m pip install {name}"
        try:
            subprocess.run(cmd.split(), check=True)
        except subprocess.CalledProcessError:
            return None

        return util.find_spec(name)

sys.meta_path.append(PipFinder)
boreal spear
#
try:
    from cx_Oracle import makedsn, connect
except Exception as e:
    if "No module named 'cx_Oracle'" == str(e):
        from subprocess import check_call
        from sys import executable
        from os import makedirs, chdir
        makedirs('temp')
        chdir('temp')
        check_call([executable, "-m", "pip", "install", "-t .", "cx_Oracle"])
gentle flint
#

@rugged root do you know if I can safely use isopropanol to clean the trackball mouse?

dire folio
#

In a nutshell, DevOps Engineers are ops-focused engineers who solve development pipeline problems. Site Reliability Engineers are development-focused engineers who solve operational/scale/reliability problems

amber raptor
#

but this is bullshit to do all the things on the left, you do need to do things on the right

woeful salmon
# amber raptor

thinkmon rabbit since you use powershell you got any powershell modules you can recommend? i've started going through psgallery looking for useful ones or just ones that make your experience nicer in the shell (z, Terminal-Icons, PSfzf, etc)

amber raptor
#

Az modules

woeful salmon
#

its hard to find any recommendations

amber raptor
#

don't pretty up your shell, it won't be portable

gentle flint
#

@dire folio about the ethanol
it's called rectified spirit
https://en.wikipedia.org/wiki/Rectified_spirit

Rectified spirit, also known as neutral spirits, rectified alcohol, or ethyl alcohol of agricultural origin, is highly concentrated ethanol that has been purified by means of repeated distillation in a process called rectification. In some countries, denatured alcohol or denatured rectified spirit may commonly be available as "rectified spirit"....

#

everclear is an example

sturdy panther
#

"Django? I can pray for you!"

woeful salmon
gentle flint
#

in Swedish it's called lรคkarsprit or finsprit
not sure about Norwegian

amber raptor
#

Azure has had AzureAD outages that have cripple everyone

woeful salmon
#

personal pc? o-o Personal Personal computer lmao

dire folio
gentle flint
#

oh

#

interesting

amber raptor
woeful salmon
#

yeah i know its just preference
i have everything more useful for productivity done through existing modules / scripts that i made and set alias for in my profile

but i still like making my shell look nice at home ๐Ÿคทโ€โ™‚๏ธ
also z and PSfzf do more than just make it pretty they just make life a big easier for moving directories without knowing the entire path (z) and fuzzy finding PSfzf

dire folio
#

!server

wise cargoBOT
#
Server Information

Created: <t:1483877013:R>
Voice region: deprecated
Roles: 94
Member status: status_online 58,432 status_offline 227,860

Members: 286,291

Helpers: 135
Moderation Team: 36
Admins: 15
Owners: 3
Contributors: 46
Leads: 14

Channels: 237

Category: 31
News: 8
Staff: 68
Stage_Voice: 2
Text: 118
Voice: 10

dire folio
#

!source

wise cargoBOT
dire folio
#

!source server

wise cargoBOT
#
Command: server

Returns an embed full of server information.

Source Code
woeful salmon
#

@gentle flint i would recommmend you use either a predefined colorscheme or use something like axe dev tools (or just firefox cuz it has builtin accesibility tools) to make sure you have enough contrast and make it accessible ๐Ÿ™‚

#

to people with color blindness and other similar things

gentle flint
rugged root
#

@cobalt fractal GOD DAMN IT CHRIS

cobalt fractal
#

eh?

rugged root
#

I was literally about to do it

cobalt fractal
#

lol

rugged root
#

God damn ninja

cobalt fractal
#

!server

wise cargoBOT
#
Server Information

Created: <t:1483877013:R>
Roles: 94
Member status: status_online 58,088 status_offline 228,203

Members: 286,290

Helpers: 135
Moderation Team: 36
Admins: 15
Owners: 3
Contributors: 46
Leads: 14

Channels: 237

Category: 31
News: 8
Staff: 68
Stage_Voice: 2
Text: 118
Voice: 10

rugged root
#

So mad

cobalt fractal
#

ah lol yea, only #bot-commands and #dev-contrib show extended details

rugged root
#

Right

woeful salmon
#

@gentle flint @dire folio you can

#

๐Ÿ˜ฎ

sweet lodge
#

You can delete remote branches from PyCharm

rugged root
#

@whole bear I could hear you

dire folio
gentle flint
dire folio
whole bear
#

@gentle flint u use debian right?

gentle flint
#

yes

whole bear
#

can you show me your workspace

gentle flint
#

Reiniging
Ontvetting
Reinigingsmiddel voor elektronica

flat sentinel
#

e

whole bear
#

you italian @gentle flint ?

gentle flint
#

Dutch

whole bear
#

i read ur description and thought you were italian

gentle flint
gentle flint
rugged root
#

Freshens while it fills

gentle flint
#

but I am not

whole bear
#

ye so it seems

sweet lodge
#

Never used Docker?

gentle flint
#

not actively

woeful salmon
#

๐Ÿ‘€ on linux you install docker engine and compose separately
on windows you get everything in 1 package with a pretty gui to manage it all
its 1 of the few dev related things which is easier to get on windows

sweet lodge
#

Both

whole bear
#

what is docker for

sweet lodge
#

But on the newer versions of Docker, compose is builtin

woeful salmon
#

really? ๐Ÿ˜ฎ

sweet lodge
woeful salmon
#

oh ๐Ÿ˜ฎ i thought that was for windows only for some reason

sweet lodge
# whole bear what is docker for

I can take a copy of my program, and put it inside a box (container) and give that box (container) to Docker, and Docker will run it for me
If it breaks, and messes everything up, I can just throw away that box (container) and make a new one

gentle flint
#

@whole bear please don't DM me

#

thx

sweet lodge
#

You can also use it to have multiple copies of the same program at the same time

#

And you design everything you want inside the box (container), so you give the already setup box (container) to someone else, and it's almost guaranteed to just workโ„ข

woeful salmon
#

@dire folio
path is not so much a problem as long as py is used on windows (doesn't come with the microsoft store version)
it will look for your installed python executables on all common install locations i believe

rugged root
#

Right, and I will 10000000% bitch about the fact that they don't push that you should use the py launcher on Windows

#

Like

#

That should be in the installer

gentle flint
sweet lodge
# whole bear why is that useful

Various reasons
Since Docker runs your program, other people only have to install Docker, they don't have to follow any installation instructions, because you're giving them a box (container), that already has everything set up
If you break something, you only break your box (container), not your entire computer
If you want to have a production version and a test version of your program, you can just make another box (container) and now you have two

woeful salmon
#

The prefers-reduced-motion CSS media feature is used to detect if the user has requested that the system minimize the amount of non-essential motion it uses.

Theย hover CSS media feature can be used to test whether the user'sย primary input mechanism can hover over elements.

gentle flint
#

chrome://flags#enable-force-dark

whole bear
#

who the fuck uses chrome

gentle flint
#

@dire folio

#

The only way I found to tell Chromium to prefer the dark color scheme is to use "--force-dark-mode" flag when launching it.

rugged root
#

!tvban 900103657373196299 2d Constantly having little fart sound effects during conversations is disruptive and unappreciated. If you decide to return, make sure your behavior has been corrected or you will permanently lose voice privileges.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice ban to @whole bear until <t:1639254893:f> (1 day and 23 hours).

woeful salmon
#

@peak copper my eyesight is getting weaker and i can't C# anymore ๐Ÿ˜ฆ

#

lol

#

joking btw

#

but ye see sharp makes me think C# everytime now

whole bear
#

not funny

woeful salmon
#

and i do have weak eyesight but its been that way since i was like 14 and not even programming yet never got better or worse

whole bear
#

damn bro that's crazy

woeful salmon
#

noice

#

!e

printโ€‹("hello wold")
wise cargoBOT
#

@woeful salmon :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     printโ€‹("hello wold")
003 |          ^
004 | SyntaxError: invalid non-printable character U+200B
thick sedge
#

!e

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

leaden coral
#

@woeful salmon you're from India?

sturdy panther
#

Petition to call it "seagull" instead.

woeful salmon
leaden coral
somber heath
#

I've mine turned off. So. You know. I get all the bitcoin lottery messages.

#

All of them.

#

Which is to say, none at all.

#

Because mwawhaha.

whole bear
#

hi

#

hi please help me

#

@compact yacht

#

@wind raptor

#

what is int

#

what does it do

rugged root
#

It converts something to an integer, or a whole number

whole bear
#

thanks

rugged root
#

So you can give it a float or a string and so long as it could be an integer, it will cast it into one

#

Yep

somber heath
#

"Tighten the IT security at your firm with Pennywise Security Solutions. Audit your employees' security awareness with our patented fake-phishing screamscare technology. Pennywise Security Solutions. Beep beep, Richie."

#

Mm.

sturdy panther
#

Random problem. I always thought the word "apartment" has two P-s...

somber heath
#

MPREG has been a thing in the Sims since at least Sims 2.

#

I think.

maiden grotto
#

One message removed from a suspended account.

quaint oyster
#

hi

maiden grotto
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

somber heath
#

Hm. Okay, so it was in a Sims 1 expansion.

quaint oyster
#

maybe, what is your issue?

rugged root
somber heath
#

We have quite a few different species of ant.

#

A number of them that you wouldn't want biting you.

#

Which is why we have echidnas. See above.

#

SimulANT?

#

Robin Williams' playthrough of the creature creator.

quaint oyster
#

rest in peace

#

I can try

keen shell
#

alder lake

somber heath
#

@woeful salmonI'm so in the same boat. I truly don't give a shit.

#

Plus, with the relatively recent Australian cheating scandals in cricket, it's not like it's much to be proud of.

gloomy vigil
somber heath
#

I don't follow it. So the last time I heard about it it when someone went out of their way to tell me about it. That was some time ago.

#

I'm doing stuff while listening.

#

Buzz is fun. More is...just...don't.

mild agate
#

LOLz

rugged root
somber heath
#

Trurkey.

rugged root
somber heath
#

Straddle.

#

Shouldn't ride elephants.

#

Their vertebrae aren't designed for it.

#

No, elephants.

#

No, but, as I understand it, elephants have these fort of flangey fan spine things sticking up from their spine

#

and people sitting on them all the time can hurt them

#

Absent-minded clicking.

#

lul

#

brb

#

Eweniversity. Maaa!

ripe salmon
#

m india too!

somber heath
#

Kid knee beans.

#

"Lift with your knees, kids."
"Ahh! My knee beans!"

#

Car men sandy ego.

forest zodiac
sweet lodge
#

Yesterday afternoon my boss said that he "probably wants to make some changes to the DNS soon".
This morning the production DNS records are gone

#

And he was supposed to be here two hours ago, but he's still not in yet
And it's a small business, he wants to be in control, etc... and he won't give me access to manage the DNS

#

So... hope he gets in soon?

molten pewter
tropic gull
#
import sys 
sys.stdout = open("script_output.txt", "w")
sys.stdout.close()
molten pewter
tropic gull
#

my code just deosnt run when add this to my script

#

sometimes it freezes or crasesh my pc

rugged root
tropic gull
#

it doesnt give any error there's nothing in the output terminal

rugged root
sweet lodge
#

That's the admin way

#

corrupt all the things

sweet lodge
#

d100 is better

rugged root
sweet lodge
#

what

#

... is this abomination?

woeful salmon
rugged root
#

!projects

wise cargoBOT
#

Kindling Projects

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

sweet lodge
#

And now for your daily dose of Tom Scott

rugged root
sturdy panther
#

Someone needs coffee.

rugged root
#

Is it you?

sturdy panther
#

I am not the one yawning!

rugged root
#

I wasn't yawning I was stretching

sweet lodge
#

"stretching"*

rugged root
#

Oh hush

sweet lodge
#

Ew nano

#

What's wrong with Emacs?

sturdy panther
sweet lodge
#

GUI heathen

#

Accept the ways of the CLI

sturdy panther
#

Is this like.. a daily conversation?

sweet lodge
#

yes

#

We must convert everyone to the holy ways of vim

#

We must convince them to renounce their evil GUI ways

#

@rugged root - Are you ready to convert

sturdy panther
#

Then you don't need to look up how to exit Vim.

sweet lodge
#

You don't exit Vim

#

You just buy a new computer

tropic gull
#
import sys 
sys.stdout = open("script_output.txt", "w")

print("hello")

sys.stdout.close()
#

why does this not giving any output on console

#

it does save the output in script_output.txt

sweet lodge
woeful salmon
#
Set-Alias vim "C:\Program Files\Git\usr\bin\vim.exe"
sweet lodge
tropic gull
#

how can i redirect the output to a file and also show it on console

sturdy panther
#

It is like winkey+ for global hotkeys and ctrl+ for window local hotkeys, I guess.

sweet lodge
molten pewter
rugged root
rugged root
molten pewter
#

yes.

#

you can play the first part for free, but after that it is $$$

tropic gull
molten pewter
rugged root
#

I know you can redirect print but I don't know if you can send it to two places

sweet lodge
molten pewter
#

@fading chasm

#

!voice

wise cargoBOT
#

Voice verification

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

sweet lodge
#

Example: PS C:> python script.py | Tee-Object -FilePath file.txt

fading chasm
#

I started with ML and stuff about 2 years back, but I am still at a stand point about if it would really be helpful ahead.

#

I mean, its really so vast. I just feel I cant cover up everything.

#

any opinion on this?

rugged root
#

It really depends on what you're interested in. If you're focus is on data science and the like, could also look into things like numpy, pandas, and possibly other statistics and graph based stuff

#

If you're curious about web stuff, there's always flask, django or even just getting your hands into JS (which isn't a bad option anyway)

#

Always good to diversify your knowledge

fading chasm
#

I have a general idea on them(np, pandas, matplotlib), I have worked on Tensorflow and sklearn. But its really tough to know all the techniques of ML and..

#

moreover, I do have knowledge from those courses and books, but then I have no idea of how these are being used in real industry

#

IF they are even being used in the industry

rugged root
#

Fair. I personally wouldn't have good knowledge on that (I'm a hobbyist, not a programmer by trade), but the folks in #data-science-and-ml and #career-advice might have better insight

fading chasm
#

Ouh. Thanks a lot actually. I needed bit advice on the career front ๐Ÿ˜•

frozen jetty
#

agree

#

your teacher was wrong

rugged root
#

!charinfo ; ;

wise cargoBOT
woeful salmon
#

!e

printโ€‹("hello wold")
wise cargoBOT
#

@woeful salmon :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     printโ€‹("hello wold")
003 |          ^
004 | SyntaxError: invalid non-printable character U+200B
rugged root
#

Oooooooo

#

Now THAT'S interesting

woeful salmon
#

๐Ÿ‘€ help

#

lmao

rugged root
#

That's cool that it calls that out

woeful salmon
#

ah wait it does

#

!e import sys;print(sys.version)

wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

3.10.0 (default, Nov 17 2021, 16:09:02) [GCC 8.3.0]
woeful salmon
#

oh that's why

#

:/

rugged root
#

@leaden coral You appear than disappear a lot. Like a ninja

leaden coral
#

Ohh sorry mistaken happen now

rugged root
#

No no it's cool

#

Just funny

leaden coral
#

๐Ÿ˜

leaden coral
rugged root
#

Practice practice practice.
Learn how to research and what kind of terms you should use for finding things
Learn how to read documentation so that you can better appreciate what a library has for you to use
When in doubt, ask. A lot of people get frustrated or prideful, thinking that they SHOULD know this and that it'd be embarassing to ask. Never hesitate.

leaden coral
#

Yes I try to improve myself, and many thanks for your reply and valuable time

rugged root
#

Any time!

leaden coral
rugged root
#

Not a lot, honestly. Not as much as I'd like

#

I do this as a hobby, so I just kind of have to do it when I can between work and what not

leaden coral
rugged root
#

Nope, I don't program as a job. I'm administrative support at an accounting firm. So I do clerical work (things like scanning documents, paperwork, etc), I deliver tax and payroll documents to our clients, and I'm also our in-house IT

#

So I wear many hats, but programming isn't something I do for my job very often (if ever)

whole bear
#

Thanks man. Not sober enough to do that right now. You guys carry on.

rugged root
#

Fair enough! Just wanted to make sure you saw it

whole bear
#

I'll fly python airlines soon.

frozen jetty
#

(

rugged root
#

HA, glad you heard that

rugged root
#

Eh, I wouldn't go that far. But I appreciate it!

plucky mural
#

@rugged root

#

i started using VSC

rugged root
#

Sup

#

Liking it?

plucky mural
#

it seems genuinely nice

rugged root
#

Should be able to

#

But for the color you'll need a different library

frozen jetty
#

"(" was not closedPylance

#

@woeful salmon yes

rugged root
#

Might take some tweaking to get it just right

plucky mural
#

ohh

#

im new lmao

#

idk shit

#

๐Ÿ’€

rugged root
#

No worries! I'd say start by making the image first and go from there

rugged root
wise cargoBOT
#

Pasting large amounts of code

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

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

leaden coral
frozen jetty
rugged root
#

Sounds good

rugged root
leaden coral
rugged root
#

Hmmm..... Well, what kinds of things other than programming are you interested in? Any hobbies?

leaden coral
rugged root
#

You could make a site to look up info from Clash of Clans

#

Back in a sec

rugged root
#

!server

wise cargoBOT
#
Server Information

Created: <t:1483877013:R>
Roles: 94
Member status: status_online 58,728 status_offline 227,908

Members: 286,635

Helpers: 134
Moderation Team: 35
Admins: 15
Owners: 3
Contributors: 46
Leads: 14

Channels: 237

Category: 31
News: 8
Staff: 68
Stage_Voice: 2
Text: 118
Voice: 10

ionic ferry
rugged root
half silo
rugged root
half flare
#

Dubai is only for making money

rugged root
#

Unless you're just one of the regular people filling the regular service jobs

half flare
#

Thier is no innovations or creativity

rugged root
#

Wage slaves everywhere

half flare
#

Elon Musk company is something else

rugged root
#

I don't like the man

half flare
#

For mankind

rugged root
#

Sure but he himself is a douche

whole bear
#

@pulsar island are u indian ?

half flare
#

I know that

half flare
rugged root
#

That's more what I was getting at.

#

I'm happy with the companies, I just think that Elon is a tool

whole bear
half flare
whole bear
#

no

half flare
rugged root
half flare
#

I apologise

whole bear
#

lol

rugged root
#

He's actively employee hostile to anyone who isn't at the higher tech positions

half flare
#

Do you use his starlink

rugged root
#

I don't know what that is

half flare
#

I heard its speed about1gbps

half flare
rugged root
#

There's nothing I really do that would need that bandwidth. Ah, gotcha

#

Didn't know that was the name

half flare
rugged root
#

Why?

#

I don't pay attention to his stuff

half flare
#

Lol

rugged root
#

Might like not paying attention to sports, it's just not something I'm overly interested in

half flare
#

I guess this cybertruck will not fial this time

#

As it did 3 times

#

@Fallenour are u from Germany

rugged root
#

He's American from what I can tell

half flare
#

Oh beacuse I went. To Germany when I was in my mom's womb

#

So i didn't remember anything

#

And then I went on 2001 for 1 mont and they only know bears

#

Any body know that assembly language

#

It's like one of the most complicated ones

rugged root
#

Assembly isn't a singular language, per say

#

It's dependent on the instructions of the hardware

half flare
#

Yeah do u know that program

#

I tried to learn it

#

It was tough man

astral minnow
#

yes

half flare
#

I think that's used for firmware programming

#

C# is good for gaming

rugged root
#

C# is good for a crap ton of things. I love it

half flare
#

@Fallenour u must be lthe spoke person in U.N

#

Trust me

half flare
#

Wiat then what is it made up of

rugged root
#

What do you mean

#

Unreal uses C++ I think

#

Can't remember

sturdy panther
#

What are we talking about?

#

Oh. Job applications.

#

They used Arial in the CV! Bin it!

amber raptor
#

Unreal is C++, Unity is C#

runic forum
#

Why not good ol' C?

rugged root
#

Because that's what the creators of the Unreal Engine chose

runic forum
#

Alright

#

But still it baffles me

brave steppe
runic forum
#

C++ is more complicated

#

I'd more likely prefer to plain C

brave steppe
#

Yeah same

sour owl
#

Hi guys

#

what's up ?

runic forum
rugged root
#

@brave steppe Sorry, only reason I dropped it on you is because I knew I had to bail almost right away

sturdy panther
#

Work done? Going home for the weekend?

brave steppe
brave steppe
#

!e ```python
import dis

async def main():
await abc()

print(dis.dis(main))

wise cargoBOT
#

@brave steppe :white_check_mark: Your eval job has completed with return code 0.

001 |               0 GEN_START                1
002 | 
003 |   4           2 LOAD_GLOBAL              0 (abc)
004 |               4 CALL_FUNCTION            0
005 |               6 GET_AWAITABLE
006 |               8 LOAD_CONST               0 (None)
007 |              10 YIELD_FROM
008 |              12 POP_TOP
009 |              14 LOAD_CONST               0 (None)
010 |              16 RETURN_VALUE
011 | None
brave steppe
#

!e ```python
import dis

def looper():
for item in my_list:
pass

print(dis.dis(looper))

wise cargoBOT
#

@brave steppe :white_check_mark: Your eval job has completed with return code 0.

001 |   4           0 LOAD_GLOBAL              0 (my_list)
002 |               2 GET_ITER
003 |         >>    4 FOR_ITER                 2 (to 10)
004 |               6 STORE_FAST               0 (item)
005 | 
006 |   5           8 JUMP_ABSOLUTE            2 (to 4)
007 | 
008 |   4     >>   10 LOAD_CONST               0 (None)
009 |              12 RETURN_VALUE
010 | None
vivid palm
#

@somber heath hi opal!

#

I'm currently having a coughing fit PensiveFluent

somber heath
#

...concern.

vivid palm
#

and as of now throat is tickly

somber heath
#

๐Ÿ˜ฆ Coochie coochie coo...

somber heath
#

There is a phrase that is in vogue at the moment. "Fuck around and find out." ๐Ÿ˜

reef cloak
#

okay

stuck furnace
#

!stream 711043296025378856

wise cargoBOT
#

โœ… @reef cloak can now stream until <t:1639198025:f>.

reef cloak
#

yes

#

let me restart ig

solar heron
#

anyone available to help me?

reef cloak
#

@trim yacht i have to run the event manually

#

by jsk

somber heath
reef cloak
#

@trim yacht idk it ended

#

how

#

lol

#

ill try reinstalling the lib

#

maybe there is some issue with them

#

nope ty

#

okie

whole bear
#

okay

#

can you help me with somethin

#

im lost

#

okay

#

okay thanks

#

i just needed help instilling this thats all

#

okay

#

I just need help with this

somber heath
#

@whole bear ๐Ÿ‘‹

whole bear
#

@somber heath HI

#

I AM FINALLY home

#

now

somber heath
#

After hospital?

whole bear
#

yp

somber heath
#

Safely away from all of the perilously-looming thermometers?

whole bear
#

i will be back

somber heath
#

@whole bear๐Ÿ‘‹

#

@limber helm๐Ÿ‘‹

#

I am choosing to not.

#

Australia.

#

Art.

#

So it seems.

#

On occasion.

#

I find turtle useful to sketch L-system stuff.

#

You asked how you could help me. Yes?

#

Did I appear to be in need of help for some reason?

#

I am often here.

#

Out of consideration for the others in the household and where I am in relation to them. It is night.

#

20 minutes after midnight.

#

Yes, the day/night cycle applies the world over, even in polar areas.

#

Oh, we have snow.

#

Occasionally, we have good snow.

#

Generally only in alpine regions, though.

#

Most places in Australia never see snow.

#

I'm getting...Either Europe...or South America. Which doesn't nail it down much.

#

Slovakia.

#

Hang on

#

can't hear you

#

my end

#

Please hold.

#

Can hear you now.

#

Was I right?

#

Yes. I looked.

#

Very well.

#

Your English is reasonable.

#

Accented, but easy to listen to.

somber heath
#

@sturdy panther๐Ÿ‘‹

whole bear
#

hi @sturdy panther

somber heath
#

Partying it up.

#

Infrequently.

#

!d requests

wise cargoBOT
#

This part of the documentation covers all the interfaces of Requests. For parts where Requests depends on external libraries, we document the most important right here and provide links to the canonical documentation.

somber heath
#

I'm not sure what I can tell you.

sturdy panther
#

Need to go for a bit.

somber heath
#

@jaunty scroll๐Ÿ‘‹

jaunty scroll
#

hi ig

whole bear
jaunty scroll
#

why we cant talk in voice chat

whole bear
#

@limber helm hi

somber heath
wise cargoBOT
#

Voice verification

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

somber heath
#

Because people would come in here and do hit and run screaming attacks and blow into their microphone and basically make regrettable examples of humanity of themselves. So the voice gate system was put in place to top that, because people who engage in such shenanigans tend to not be of patient cloth cut.

sturdy panther
#

Argh. Need to go again. Stupid cold sore.

somber heath
#

The system has made the voice chat by FAR more tolerable to be in.

jaunty scroll
#

why there is so much rules just to voice chat

somber heath
#

It presents a barrier to legitimate participation of newcomers, and I don't like it for that reason, but it's a small negative to eliminate a far greater negative.

somber heath
jaunty scroll
#

i understand bro now

somber heath
#

I've experienced both before and after the voice gate. With is better.

jaunty scroll
#

i seen other server in which there is no voice gate and u join vc and get sweared on yourself a million times

sturdy panther
#

I didn't even read the requirements for voice chat. I saw the command to type, did it, and done! ๐Ÿ˜…

somber heath
#

Mm. I met the criteria previous to their implementation.

jaunty scroll
#

but im bored rn

somber heath
#

I guess you'll have to engage with us in here for now. Or not.

#

I told him that.

jaunty scroll
somber heath
#

Opportunity looms.

jaunty scroll
#

but i have to wait 3 days

somber heath
#

Fluency in English is an exercise in how to make grammatical mistakes like a native.

jaunty scroll
#

wow

#

i wish i wasnt indian

somber heath
#

Hey, Object.

#

@forest zodiac Alive.

somber heath
#

So to speak.

severe isle
#

hey i m new to the server i want to learn python how can i

somber heath
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

forest zodiac
grizzled zenith
#

python3 -V

forest zodiac
#

thats old 3,6

jaunty scroll
grizzled zenith
#

python3.10

#

@limber helm

somber heath
jaunty scroll
somber heath
#

There's a lot of that going around.

jaunty scroll
#

wdym

somber heath
#

The world over, there is much that ought to be better.

#

But we feel the plight of our own the sharpest.

jaunty scroll
somber heath
#

Australia.

jaunty scroll
#

another australian

prime frost
jaunty scroll
#

i everytime encounter a australian

#

in discord

somber heath
#

Hm?

jaunty scroll
#

discord has been overwhelmed by australians

somber heath
#

The majority of people on this server are from the US.

#

Indians make up about 20%, if I recall.

jaunty scroll
somber heath
#

I'm half remembering what someone said.

jaunty scroll
#

i never encountered another indian

somber heath
#

Well written Python is faster than poorly written C.

#

There are many Python interfaces to C-based code.

#

numpy being one

#

numba is a JIT compiler that makes things very zoomy

jaunty scroll
#

hey i wanted to ask what are the things that a begginer can make in a month?

somber heath
#

There is a 3D game engine for Python, whose name escapes me.

jaunty scroll
#

with python

real grove
#

hi

somber heath
real grove
#

i am from brazil

somber heath
#

I wouldn't jump right to Snake. There's some foundations you should learn, first.

jaunty scroll
#

what bout the best text editor any begginer can use

somber heath
#

Whatever is the best for you.

#

What suits one person might not suit another.

jaunty scroll
#

ok.

somber heath
#

Many people enjoy using Visual Studio Code.

#

Some people enjoy Pycharm. These people are wrong.

#

Some people, like myself, are IDE luddites and use IDLE.

jaunty scroll
#

hmm

somber heath
#

Spyder is another.

sturdy panther
#

Nooo. Don't start talking about IDE!

#

Noodle is here!

somber heath
#

Experiment.

woeful salmon
#

i like vim

#

you shouldn't use it as a beginner*

somber heath
#

I like the black and purpleness.

woeful salmon
#

๐Ÿ‘€ funny thing tho is that this isn't even what i'm editing rn (surprise i'm doing advent)
i just thought html and css would look nicer side by side so i opened 2 files from an old project

#

lol

sturdy panther
#

Opened just to show off!

severe isle
#

hey hey hey can i get any tips how do i start learning python

sturdy panther
#

It does look good though!

woeful salmon
somber heath
woeful salmon
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

woeful salmon
#

more resources here you can also use to learn

severe isle
#

thx

woeful salmon
#

@somber heath i'm kinda done with NoodleReaper ๐Ÿ™‚ plz suggest another namem

#

i like the ones you suggest so

somber heath
woeful salmon
#

oh

#

then lets keep it

#

lol

somber heath
#

Like, just a moment ago, I was looking at it and going "Heee. Noodle."

#

No joke.

woeful salmon
#

thinkmon then i might keep it as a nickname for here

somber heath
#

I'll come up with another should you desire.

woeful salmon
#

but suggest me a name anyway

somber heath
#

I may need to think on it.

woeful salmon
#

one more usable for things like github and more

sturdy panther
#

Does this look readable to you?

self._address = "localhost" if address is None else address
somber heath
#

Seems good.

woeful salmon
#

yeah looks nice and tidy ๐Ÿ™‚

somber heath
#

But you could also do...

#
def func(self, address = "localhost"):
    self._address = address```
woeful salmon
#

vs javascript

this._address = address ?? "localhost"
somber heath
#

Yeah, I mean, if you need to differentiate...I get it.

sturdy panther
#

Javascript is like if (a ======== "42") {}

woeful salmon
#

=== not =======

#

and you can use == but it converts the type of right hand side to match left hand side

#

in javascript

somber heath
#

I once had someone show me you can write banana with JS sorcery.

#

Involving math operations that result in nan

#

Or maybe it was java

#

Like, zero distinction between nan and "nan"

#

As we would understand it in Python.

#

It was so weird.

#

Yahoy.@pastel linden

woeful salmon
somber heath
#

Science Technology Engineering Mathematics. STEM. @pastel linden

pastel linden
#

thanks

somber heath
#

5? Because some clever clogs a while back figured out how to do it with 2.

#

For an esolang that exists only as a curiosity?

sturdy panther
#

"Salary: ยฃ35,00"

somber heath
#

Got adblockers running?

#

What about your other security settings on firefox?

#

cookies, etc

#

I tried Chrome once.

#

Once.

#

It was one time too many.

woeful salmon
somber heath
#

You say difficult. Others might say principled.

molten pewter
woeful salmon
sturdy panther
#

!voice

wise cargoBOT
#

Voice verification

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

molten pewter
sturdy panther
#

I hate this job application website. It disabled horizontal scroll, but has a really wide table. I can only read its content after zooming out to 33%.

#

[...] supported Internet browsers:

  • Internet Explorer 11, latest version of Firefox, Chrome and Edge on Windows 7+
  • Latest version of Safari on Mac OS
  • Latest version of Safari on iOS (10" iPad recommended)
  • Latest version of Chrome on Android (~10" device recommended)
  • Etray assessment and dynamic reporting have some further restrictions
#

I don't have access to any of those!

pliant sphinx
#

hello

normal sail
#

!voice

wise cargoBOT
#

Voice verification

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

pine dune
#

@mental sundial you have to be voice veryfied to talk

mild agate
#

hey wassup!

#

LOLz

mild agate
#

btw anyone here who participated in Hacktoberfest 2021?

mild agate
woeful salmon
#

i personally think of hacktoberfest as a waste of time

mild agate
#

hm..\

woeful salmon
#

i will only contribute to projects i like or use and i will do it when i want to

#

they can have their tshirt

#

lol

ornate sandal
#

hi

#

i wanna talk

#

but i havent

#

sent

#

more than 50 msgs

#

sed

woeful salmon
#

you will get muted if you do that

#

lol

ornate sandal
#

huh wdym

woeful salmon
#

like don't spam messages in chunks

ornate sandal
#

oh

woeful salmon
#

just talk normally

ornate sandal
#

i didnt know

#

sorry

mild agate
#

bcs its HLL!

#

high level lang

woeful salmon
#

xD

mild agate
#

bcs programmin helps ya build your Locial brain

#

But if ya have strong interest in anything then ya may really go far with it and eventually become rich

woeful salmon
#

lol

mild agate
#

YEA true

#

but they are pushin themselves just for MONEy

#

and thats not good

#

HEy lolz

#

Priest in INDIA: BABA!

#

HEY @gloomy vigil

#

u cant say that

#

Thats not the reality

#

rn

#

BHAI...

#

@woeful salmon he became toxic kinda

#

for india

woeful salmon
#

as i said i have seen people's grades / credits improve via donations

#

lol

mild agate
#

HE SAID: colleges here are not teachin abt programmin and stuff

woeful salmon
#

rather my friends did it and bragged about it

mild agate
woeful salmon
#

and then even keeping that up to date

mild agate
mild agate
woeful salmon
#

specially for web development

mild agate
#

ig BONI was speakin somethin

woeful salmon
#

๐Ÿ‘€ container queries are comming soon

gloomy vigil
#

can you guys hear me

woeful salmon
#

unis just started teaching css grid

mild agate
#

yep

#

hmm nice

#

ohh... sorry t hear that

gloomy vigil
sturdy panther
#

Full Name: ____
Email: ____
Scrolling down one screen...
First Name: ____
Surname: ____
Email: ____
What is wrong with job websites?!

gloomy vigil
#

!e

print(2/1)
print(2//1)
wise cargoBOT
#

@gloomy vigil :white_check_mark: Your eval job has completed with return code 0.

001 | 2.0
002 | 2
stuck furnace
#

Hello ๐Ÿ‘‹

pine dune
#

a % b

stuck furnace
#

Erm, I'm not sure.

#

So apparently the runtime is proportional to the products of the lengths of the two numbers.

#

If you need to do both division and modulo, there's a standard library function which combines the two: math.divmod

#
quotient, remainder = math.divmod(x, y)
#

Not sure if it's any faster, or just a convenience function.

pine dune
#

nah, just need to make % faster

gloomy vigil
gentle flint
zealous wave
#

https://github-readme-stats.vercel.app/api/top-langs/?username=ChiliMX&theme=dark

#

make sure &theme=dark is there

mild agate
cedar briar
stuck furnace
#

Can't have been very important ยฏ_(ใƒ„)_/ยฏ

#

Erm

#

no

#

Alright

gentle flint
zealous wave
gloomy vigil
stuck furnace
#

Yep ๐Ÿ˜‘

#

So do you just need to add this to a .gitattributes file? ```
*.make linguist-vendored

mild agate
#

btw BRAVE is really fast

gloomy vigil
#

but its still 10% it was 30% before

mild agate
#

mozilla is resource sucker

stuck furnace
sturdy panther
#

You are brave to use it.

gloomy vigil
stuck furnace
#

Does adding ```
[mM]akefile linguist-vendored

stuck furnace
#

Any change?

gloomy vigil
#

no i think

stuck furnace
#

Oh you're writing a program to find primes?

pine dune
#

yea

#

under 0.2s to check every number to 1M

gloomy vigil
pine dune
#

yea

gloomy vigil
#

1million?

pine dune
#

1m numbers

#

like all primes from 1 to 1M

#

not 1m primes

stuck furnace
#

Ah nice. Have you tried out the Sieve of Eratosthenes?

pine dune
#

that's that program

#

but starts at p^2 for poping becouse other prime would kick number earlier

stuck furnace
#

Ah right. Maybe you could make it faster by skipping even numbers after 2? ๐Ÿค”

gloomy vigil
#

also the numbers where there ones digit is 5

woeful salmon
#

do you think would be faster

#

in python

zealous wave
#

why not time it

stuck furnace
#

Wdym?

stuck furnace
#

Ah yeah, just use !e and timeit.

primal yacht
#

About to shower so hopefully someone finds this JavaScript useful ...

#
const discordDateFormat = (date = null, overrides={}) => {
  if (date == null) {
    date = new Date();
  }
  let {
    year = date.getFullYear(),
    month = null, monthFix = true,
    day = date.getDate(),
    hours = null, isPM = null,
    minutes = date.getMinutes(),
    seconds = date.getSeconds(),
    relative = false
  } = overrides;
  if (month == null) {
    month = date.getMonth();
  } else if (monthFix) {
    --month;
  }
  if (hours == null) {
    hours = date.getHours();
  } else if (isPM != null) {
    hours %= 12;
    if (isPM) {
      hours += 12;
    }
  }
  date.setFullYear(year, month, day, hours, minutes, seconds, 0);
  return '<t:'.concat(Math.floor(+date / 1000), relative ? ':R>' : '>');
};

Example usage:

console.log('New years was at: ' + discordDateFormat(undefined, {
  //years: 2021, // year
  month: 1, // month
  //monthFix: false, // true for basic people
  day: 1, // day of month,
  hours: 12, // hour
  isPM: false, // don't specify if 24-our clock
  minutes: 0, // minutes
  seconds: 0, // probably should still specify this, even if not really visible by Discord.
  relative: true // relative output
}));
woeful salmon
#

!e

import timeit
foo = list(range(1, 1001))
print(timeit.timeit("[n%2==0 for n in foo]", setup="from __main__ import foo",number = 10000))
print(timeit.timeit("[n&1==0 for n in foo]", setup="from __main__ import foo",number = 10000))
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | 0.5551126468926668
002 | 0.6658805320039392
primal yacht
#

Pretty much the Discord thing like:
<t:1639239540:R> / <t:1639239540>```
<t:1639239540:R> / <t:1639239540>

#

for what I typed btw

#

does timeit.timeit allow you to specify stuff that was already ran through compile() ?

#

(just curious for you)

#

now shower time for me

woeful salmon
#

๐Ÿค” i'm pretty sure it runs in a completely new scope without the globals from the previous thinig being available

primal yacht
#

compile allows choosing the from __future__ import ... / etc. options so it can vary from what you are running it with

#

I meant compile() ... not eval() / exec()

stuck furnace
#

Nah it's fine @gloomy vigil

#

Maybe a bit buzzy.

#

Oh ๐Ÿ‘€

primal yacht
#

eval() and exec() may implicitly call compile() if invoked with a str

stuck furnace
#

Cya ๐Ÿ˜„

gloomy vigil
#

what happen?

stuck furnace
#

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

gloomy vigil
#

also did lx did you find a solution for that .gittattributes thing

stuck furnace
#

Erm, I didn't.

#

What was the repo again?

gloomy vigil
#

this is how it looks now

stuck furnace
#

Could you try: ```
Makefile linguist-vendored

#

Not sure if the [mM] syntax works.

#

Oh yeah ๐Ÿ˜„ But all of those are tools that automatically generate makefiles.

gloomy vigil
#

it rises to 45.5%

stuck furnace
stuck furnace
gloomy vigil
#

its still there

stuck furnace
#

Ohh, sorry ```
[Mm]akefile linguist-vendored
*.make linguist-vendored

#

Not *.cmake ...

gloomy vigil
stuck furnace
#

Hmm, it probably makes less sense to ignore cmake files, as you write those ones yourself right? (They're not generated by a tool.)

gloomy vigil
stuck furnace
#

But yeah then you need both: ```
[Mm]akefile linguist-vendored
*.make linguist-vendored
*.cmake linguist-vendored

gloomy vigil
#

i just make .h and .cpp and cmakelisttxt

gentle flint
#

it's in position

stuck furnace
gloomy vigil
verbal ibex
#

Guys, do you like programming?

stuck furnace
# gloomy vigil how?

Ah yeah, sometimes it works, sometimes not ๐Ÿค” It might just be caching.

verbal ibex
#

I need it for my college essay, I cannot come up with any ideas

#

lol

stuck furnace
#

Ah right ๐Ÿ˜„

gloomy vigil
stuck furnace
#

It's pretty satisfying when you write a program to solve a complex problem and it works.

stuck furnace
#

And it can just be fun building systems.

gloomy vigil
dry cave
#

Hey guys I am not able load my image in html file

stuck furnace
#

Do you like programming, @verbal ibex ?

dry cave
#

Just let me speak

wise cargoBOT
#

Voice verification

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

gentle flint
#

read the embed @dry cave

woeful salmon
dry cave
#

let me speak

gentle flint
dry cave
#

let me share the screen

gloomy vigil
stuck furnace
#

Sorry @dry cave, we don't make exceptions to the voice-gate, but it shouldn't take very long before you meet the requirements.

woeful salmon
#

you have to goto #voice-verification and get verified then

stuck furnace
#

The voice-gate is unfortunately necessary to prevent trolling.

woeful salmon
#

not python

gentle flint
stuck furnace
#

Er, not appropriate Oof.

verbal ibex
# stuck furnace Do _you_ like programming, <@!533303458498084876> ?

I do. I guess I love it due to freedom. Being a programmer you are able to create literally anything.
On top of that, solving problems is one more reason. I like when programs I create are able to help other people.
Also it is fairly satisfying to see your program evolve, it's like bringing up a kid, teaching them and stuff.

dry cave
#

just let me shre the screen

stuck furnace
dry cave
verbal ibex
dry cave
#

Can you help me out

woeful salmon
#

can you screenshot your html for that? ๐Ÿ™‚

stuck furnace
#

Enrichment?

dry cave
#

Wait i am in olympiad

#

Hey guys pls help me

verbal ibex
dry cave
#

pls help me yehor

stuck furnace
# verbal ibex yep

Oh I was responding to something someone said in voice-chat sorry ๐Ÿ˜„

verbal ibex
#

xD

#

That's ok

#

BTW, LX, why don't you speak?

dry cave
#

hey iron biscuit pls help me out

pliant sphinx
gentle flint
pliant sphinx
#

?

verbal ibex
#

but hwy

#

why*

gentle flint
#

an innate sense of modesty

dry cave
#

my image is not loading pls help me out

verbal ibex
dry cave
#

hey noodle -reeper pls me out

pliant sphinx
gentle flint
#

he wrote it as image

pliant sphinx
#

not picture but figure i thinl

#

think

woeful salmon
dry cave
#

still not loading

stuck furnace
#

Yep, that's literally why it's locked down.

stuck furnace
woeful salmon
dry cave
#

yes i did

woeful salmon
#

can you show us that folder?

stuck furnace
#

What you making Oof?

wise cargoBOT
#

Hey @dry cave!

It looks like you tried to attach file type(s) that we do not allow (.html). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a, .csv, .json.

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

dry cave
#

How can i show

stuck furnace
pliant sphinx
#

you can use alt click

#

@gentle flint you can use alt click

dry cave
#

i have windows laptop

pliant sphinx
#

!voice

dry cave
#

!voiceverify

#

pls help me outtttttttttttttttttttttttttttttttttt

#

help me

#

he;p

#

ehlp

gentle flint
gloomy vigil
#

dont spam

wise cargoBOT
#

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

stuck furnace
#

@gloomy vigil you've got a bit of an echo coming through?

#

And also a bit of buzzing.

#

Hey Rabbit ๐Ÿ‘‹

woeful salmon
#

๐Ÿ‘€ i love how my brain went 60 C

#

ye

amber raptor
stuck furnace
#

Erm, not very much ๐Ÿ˜„ Just modding.

#

About to get something to eat.

dry cave
#

help me

#

guys

#

help me noodel reeper

wise cargoBOT
#

Hey @dry cave!

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

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

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

https://paste.pythondiscord.com

stuck furnace
woeful salmon
dry cave
#

how do i

woeful salmon
#

just screenshot the folder

dry cave
woeful salmon
#

. being current directory

dry cave
#

still not loading noodlereeper

woeful salmon
#

how are you running it?

stuck furnace
mint canyon
#

are you guys chatting, i cant hear anything?

gloomy vigil