#voice-chat-text-0

1 messages Β· Page 110 of 1

whole bear
#

cuz I have still 2 days left

#

Hi guys

#

Hello @somber heath Long time no see

old heart
#

good evening ya'll

whole bear
#

@lunar haven can u teach me how to program on python

#

I mean I will see ur screen

#

@somber heath please ??

#

yea I know

#

Opal teaches very well hehe

#

yea

#

It was Tony stark

#

We were frnds too

#

this is my new acc tho

#

old one got deleted

#

okay

#

Opal I have some quetions regarding python programing

old heart
#

don't feel too bad opal

whole bear
#

Can Pyton be used to learn hacking ?

#

ok

#

mhm

#

no no

#

yea

left haven
#

white hat hacking. Legally and have permission

whole bear
#

Yea I am talking about white hat hacking

#

for learning purpose

#

Yea

#

so how to learn about protecting against hacking

#

and securing the system

#

okay

#

and how to learn codes for python programming ?

old heart
#

I make a tea when I feel miserable;
1 piece of fresh ginger root
1 cup water
1 fresh squeezed lemon
1 TBPS honey
2 TSP turmeric

Sometimes I add tobasco, sometimes chilis, sometimes spiced rum.

#

@somber heath ^

teal flower
#

how to run pygames

left haven
#

explain more please, like how do run a python program that uses pygames, or how to install pygames?

old heart
#

@left haven I'm tired. but I got my git/wsl/ssh/vscode all set up and functional and so I am very pleased with all of that.

teal flower
#

what do you use for pygames

left haven
#

well pygames is a module in python, so to start using the module you must install it via pip. (pip install pygames). once it has been installed you then can start using the module in your code via import pygames or something like that

teal flower
#

oh i see thank you

left haven
#

after that, you should read up on the pygames documentation to see how it all works

#

Youtube can really be a friend here as there are many entry level videos on pygames that will teach you the basic of the module

old heart
#

who said that

left haven
#

I did

old heart
#

ah

teal flower
#

i'm new to this i have used unity before but yeah

old heart
#

in what way do you want to become more organized Su?

left haven
#

Its hard to explain since I am still new with python, but I am working on a program that is getting up to 700 lines and I find myself getting lost in the code

old heart
#

you should consider breaking it up into modules

teal flower
#

what you guys think of AI

old heart
left haven
old heart
#

__init__.py is a handy tool

teal flower
#

you think

#

you think it will take over

old heart
#

with an empty __init__.py file in a dir, you can turn it into a package that can be imported in other modules

somber heath
#

@teal flower I've made it explicitly clear to you on several occasions and, I suspect, at least one alt account, that I would prefer to avoid you and I keep seeing you sneaking up with different screen names. You are free to join voice chats as you will, but I insist that you don't follow me from room to room to room. Do not contact me further.

old heart
teal flower
#

umm i am joining the other people in the chat i got you muted so anyone can join the vc you can leave the vc if you got a problem

#

Please don’t tag me I have you blocked for reasons

old heart
#

@left haven

app/
    __init__.py
    apples.py
    oranges.py

so maybe in apples.py you'd have:

def count_apples(apples_list):
    return len(apples_list)

so maybe in oranges.py you'd have:

def count_oranges(oranges_list):
    return len(oranges_list)

so in your __init__.py you'd have the following code:

from .apples import count_apples
from .oranges import count_oranges
#

then you can call that from other modules like this:

from app import count_apples, count_oranges

apples_list = [1, 2, 3]
oranges_list = [4, 5, 6]

total_fruits = count_apples(apples_list) + count_oranges(oranges_list)
print(total_fruits)
#

@whole bear iterating means like each by each.

whole bear
old heart
#

it means literally like, first this, then the next, then the next, in sequence.

#

context is depending on what you're iterating through.

whole bear
#

its two in the morning

#

i should probably go sleep and then figure this out

#

my brain does not work past 11

#

especially with anything under 9 hours of sleep

old heart
#

its like in your Halloween candy, you decide which one to eat first. first one candy, then another, and keep going until you've check them all out.

old heart
#

@left haven dan is deprecated

whole bear
#

i genuinely cannot understand how a loop works

#

what is this for

left haven
left haven
old heart
#

I see

#

did you see what I wrote about sorting your project into modules?

left haven
#

I did, thank you for that

whole bear
#

what is this πŸ’€

mild pilot
#

!voiceverify

#

hahah a gameboy

hoary plaza
somber heath
hoary plaza
somber heath
#

@lucid blade Blazing Saddles.

#

@bold ridgeπŸ‘‹

bold ridge
lucid blade
#

In computer networking, port knocking is a method of externally opening ports on a firewall by generating a connection attempt on a set of prespecified closed ports. Once a correct sequence of connection attempts is received, the firewall rules are dynamically modified to allow the host which sent the connection attempts to connect over specific...

#

OPNSENSE

somber heath
#

@fallow ventureπŸ‘‹

fallow venture
#

well i am trying to be able to speak

somber heath
#

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

fallow venture
#

hi there

#

Have not sent 50 messages so

#

@somber heath can you help me with some code?

somber heath
#

Put a problem in front of us and we'll see where we go from there.

fallow venture
#

its just a simple script for a game

wise cargoBOT
#

Hey @fallow venture!

You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.

somber heath
#

!code if it fits

wise cargoBOT
#
Formatting code on discord

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.

For long code samples, you can use our pastebin.

fallow venture
#

there we go

somber heath
#

Okay, so what's the issue?

fallow venture
#

I dont know how to get it to run

#

like i put it in visual studio

#

also i need to put an API key in the code

#

not sure where i put that on which line

somber heath
#

!kindling @whole bear

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.

fallow venture
#

yeah i appreciate any help i can get

#

i hate when i do that @somber heath lol

somber heath
#

What the code is asking you to do is include the API key in a file that the code then loads.

#

You shouldn't include your API key in the code, directly.

#

@whole bearπŸ‘‹

whole bear
#

I miss Terry everyday

#

He was too good for this world

#

God needed a programmer πŸ˜”

#

You don't know him? @somber heath

#

He's not simply that guy!

#

How dare you!

#

Who's that? @somber heath

#

Terry Patchet?

#

pratchett

#

He looks dodgy

fallow venture
#

@somber heath do i need this program to run it

#

do you know what this program is called?

somber heath
#

Is it VSCode or Pycharm?

#

I can't tell the difference at a glance.

#

That's an IDE. Not the Python interpreter.

#

The Python interpreter is required. The IDE is optional.

#

If you use an IDE, it needs to be properly configured.

#

If the code imports modules that lay outside the standard library, you will need to first install those modules into whatever environment you're using.

#

Usually using pip.

#

Unless they're modules you're writing yourself or something.

fallow venture
#

They are pip

#

so how do i make this other folder

somber heath
#

grequests isn't standard library, unless I've missed noticing it

#

json, pprint and time are.

fallow venture
#

i piped it in pretty use just dont understand the api part

#

like where would i put the API_KEY.json do i just put it on my desktop in a file

somber heath
#

Wherever your project thinks its running.

#

Usually, but not always where the module is situated.

fallow venture
#

I dont know how to run it dam

#

SyntaxError: invalid decimal literal
PS C:\Users\user\Documents\Javacode> & C:/Users/user/AppData/Local/Microsoft/WindowsApps/python3.10.exe c:/Users/user/Documents/Javacode/skyblock_auction_bot
File "c:\Users\user\Documents\Javacode\skyblock_auction_bot", line 26
Latest commit 2954cab on Feb 10, 2021
^

#

this is the error i get

#

this is the line Latest commit 2954cab on Feb 10, 2021

#

@somber heath PS C:\Users\user\Documents\Javacode> & C:/Users/user/AppData/Local/Microsoft/WindowsApps/python3.10.exe c:/Users/user/Documents/Javacode/skyblock_auction_bot
Traceback (most recent call last):
File "c:\Users\user\Documents\Javacode\skyblock_auction_bot", line 23, in <module>
API_FILE = open("API_KEY.json", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'API_KEY.json'

#

where would i put the api_key,json?

somber heath
#

Yes. This is saying it's gone looking for the file in the location it expects it to be and can't find it.

#

Do you have the API_KEY.json file?

fallow venture
#

no is it supposed to be in /Javacode/skyblock_auction_bot

#

okay i am on windows 10

#

i did this

hoary plaza
#

try ./API_KEY.json

still frigate
#

can i talk

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.

fallow venture
#

Traceback (most recent call last):
File "c:\Users\user\Documents\Javacode\skyblock_auction_bot", line 24, in <module>
API_KEY = json.loads(API_FILE.read())["API_KEY"]
TypeError: string indices must be integers

#

same error

#

did i format this wrong

#

yeah i put the numbers there but i cant show you the number

#

yeah

#

and a few letters

somber heath
#
{"API_KEY": "keygoeshere"}```
fallow venture
#

it worked

#

thank you

#

Total Pages found: 53
Failed GET request: Page not found
0 items found
[]
Time Taken: 12.337901830673218
First Page: 1.2143585681915283
Finished Requests: 1.2143585681915283
PS C:\Users\user\Documents\Javacode>

#

its not an error

hoary plaza
#

I would say wrong url

fallow venture
#

i think it just means the item i am looking for is not there

hoary plaza
#

maybe

somber heath
#

@cursive flicker πŸ‘‹

cursive flicker
fallow venture
#

yeah i dont think the code is working PS C:\Users\user\Documents\Javacode> & C:/Users/user/AppData/Local/Microsoft/WindowsApps/python3.10.exe c:/Users/user/Documents/Javacode/skyblock_auction_bot.txt
Total Pages found: 53
Failed GET request: Page not found
0 items found
[]
Time Taken: 11.996643781661987
First Page: 0.5299572944641113
Finished Requests: 0.5299572944641113
PS C:\Users\user\Documents\Javacode>

cursive flicker
#

you know html by any chance?

#

@somber heath

somber heath
cursive flicker
fallow venture
#

yes @somber heath

full oak
#

good morning

somber heath
#

πŸ‘‹

#

@digital onyxπŸ‘‹

full oak
somber heath
#

@acoustic tulipπŸ‘‹

full oak
#

I forgot I need to type to gain access to talk lol

full oak
#

I deleted my old acc unfortunately

somber heath
#

Minus the dying part, insofar as the mortality of humanity isn't concerned.

full oak
#

mathematical induction

#

oh nevermind Im delayed lol

full oak
#

I am assuming you studied applied mathematics or computer science @quaint oyster ?

full oak
#

oh no I am asking if thats what you studied in university lol

#

oh ok

#

I hope the classes go well

#

oh

#

lol pog

full oak
#

I found one of my old report cards from high school and one of the comments from my calculus teacher said I needed to study and review more but I had 100 in the class lol

#

how that makes any sense idk lol

quaint oyster
full oak
#

lol exactly

#

how is everyone doing today tho

#

idk If I already asked

#

the weather over here is pretty shitty unfortunately

#

just a bunch of rain

#

I have heard of him

#

but I am not from the UK

#

wait that happened in liverpool?

#

I did not hear about that

#

when exactly did this happen

#

was this recent or no?

#

lol

somber heath
#

@burnt patioπŸ‘‹

full oak
#

hello @burnt patio

#

@somber heath when did that thing in Liverpool happen

#

was that recent ?

somber heath
#

2020

full oak
#

ohh

#

I thought it was recent

#

I am going to have to look it up and read up on it

#

I never knew he was a footballer

#

what team did he play for

#

does anybody know

#

oh never mind I found it now

#

oh he played in the 70s yeah thats way before my time lol

#

thats probably why I did not know he was a footballer

#

I mean I have heard of him but I dont really follow that stuff much

#

but idk some can be true, some are not just depends

#

yeah that is true @lucid blade

#

I cant deny that because there are some that have actually be proven or happened so

#

why is bing showing me a random picture of james milner

#

the moon landing? idk that one I have heard a couple times

#

but I am still unsure

somber heath
#

@jade knotAs a once-upon-a-time singer, your vocal condition is worrying to me.

somber heath
#

Who do you call if you get scammed?

#

The scambulance.

full oak
#

lol

ancient lily
pallid hazel
somber heath
#

It's a seat. It goes somewhere.

#

That said, I do prefer window.

#

I like looking at the clouds from above.

#

Sunglasses are a must.

naive yarrow
#

helloo

full oak
somber heath
#

@rigid condorπŸ‘‹

#

@umbral lightπŸ‘‹

umbral light
#

hi

somber heath
#

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

umbral light
#

whats are you do

umbral light
#

!voice

finite jolt
umbral light
#

i must send 50 messages

#

xd

full oak
#

yes that is correct

umbral light
#

ok people tell me something

somber heath
#

If the video I saw is to be believed.

umbral light
#

oh wow bro

somber heath
#

Imgur had a "horses with surplus holes" day.

umbral light
#

mi brain its loadind after that

somber heath
#

Mostly it was icky, but still...interesting.

umbral light
#

yeah

#

its a very strong animal

somber heath
#

Lots of things being drained.

umbral light
#

yeah

somber heath
#

Does that satisfy the "tell me something" requirement?

umbral light
#

whats its the better dist of linux for you

#

yeah its ok

somber heath
#

Whichever suits. So long as it isn't Kali.

umbral light
#

i want t change ubuntu to manjaro

somber heath
#

Unless you're using it as intended, not as a daily driver.

umbral light
#

i use oracle postgres and python

somber heath
#

@olive lakeπŸ‘‹

umbral light
#

oracle its some dificult to run in ubuntu

umbral light
#

i got it

#

now i can use the voice channel

somber heath
#

Exit and rejoin.

#

The voice channel.

#

Not the server.

full oak
somber heath
#

@copper needleπŸ‘‹

copper needle
#

helloo ^^

copper needle
#

hello @full oak

hoary plaza
#

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

somber heath
#

Rocky Horror!

#

Tim Curry

#

Culturally significant.

#

Have you at least heard of the Timewarp dance/song?

#

Even if you only watch it once, you should watch it at least once.

#

It returns a string.

#

Anger snuggles.

#

"Angry against the man."

#

Pandora's Matryoshka doll.

#

Pandora's Matryoshka. Good band name.

brazen bobcat
#

ΠΏΠΎΠ½

somber heath
#

You don't need getters and setters, but they can be nice.

#

Hiding behind the settee.

rugged root
somber heath
#

A follow-on from the scorpion situation: One of the small scorpions was caught by one of the cellar spiders under a couch.

#

This is partially why I don't begrudge the indoor spiders their presence.

#

Popo <- Repo.

#

There would be ways of going about things.

#

"Hey, I really liked this thing you did. I'm doing one of my own at the moment, and I was wondering if I could bother you for some tips."

#

I almost stepped on a small scorpion yesterday.

#

I scooped it up into a jar and put it outside. No issues.

#

They're like, a cm across foot to foot and about 2-3cm long from pincers to stinger, so like, not big.

#

https://en.wikipedia.org/wiki/Pot-8-Os I am amused every time I'm reminded of this.

Potoooooooo or variations of Pot-8-Os (1773 – November 1800) was an 18th-century thoroughbred racehorse who won over 30 races and defeated some of the greatest racehorses of his time. He went on to be an important sire, whose leading runners included Epsom Derby winners Waxy, Champion, and Tyrant. He is best known for the unusual spelling of his...

#

"What's a pizza mainly made of?"

#

Base?

#

Base-topped pizza?

#

Like it's just this tomato paste sandwich.

#

Fruit, botanically.

#

Vegetable practically.

#

Why the twodge did they need a court case?

uncut meteor
slow venture
#

hello frendo!

somber heath
#

Lie-dar. It's actually just sonar. "THE MOON LANDING WAS FAKED! ...He's going about 70km/h."

#

Or, if someone wanted to really fuck with people, they might plant protected species in the potholes.

rugged root
#

@slow venture How goes it

slow venture
#

how you goes

lucid blade
rugged root
somber heath
#

Perspex, sure.

#

Hm. OpenBracket is a text editor.

#

Paid.

#

On a subscription basis.

#

What if you dress it up?

#

Yes, military plastic spoons. Which...I suppose might be a thing...

#

Tactispork

#

Spork has more inherent phonetic comedy.

#

You're upset over the gendering of...cutlery?

lucid blade
somber heath
#

"You're going to stream and you're going to LIKE it."

#

Commit then push. Sounds like athletics coaching.

slow venture
proper creek
#

Dear LEVEL INFINITE,

We are Oropyt, a game design agency with experience in creating characters, objects, and game ads. We are admirers of your games and we have a valuable offer for you.

We can supply you with two new characters, 20 new objects, and two new ads for your games every month. You can adjust the type, style, and function of your characters, objects, and ads to meet your needs and preferences. This will increase your game quality and revenue.

We are not just game designers, we are game enthusiasts. We know what makes a game outstanding and attractive to the players. We can handle any genre and theme of the game, from fantasy to sci-fi. We can also ensure that our characters, and objects are high-quality and optimized for different devices.

We have played your games such as Undawn, PUBG MOBILE, and Metal: Hellsinger. We believe that our characters, objects, and ads would suit the theme and tone of your games. We can create characters, objects, and ads that correspond to your vision and style.

We would like to discuss this offer with you in more detail on a voice call. We can answer your questions and agree on a fair price. Please tell us when you are available for a voice call and we will arrange it.

We are eager to collaborate with you on creating amazing characters, objects, and ads for your games.

Kind regards, Oropyt
Email: oropyt32@gmail.com

#

@somber heath

#

@somber heath

somber heath
#

Once is sufficient.

#

"HaHA!"

proper creek
#

?

somber heath
proper creek
#

oh

somber heath
#

I would still probably delete it. You haven't even shown examples.

proper creek
#

Dear LEVEL INFINITE,

We are Oropyt, a game design agency with experience in creating characters, objects, and game ads. We are admirers of your games and we have a valuable offer for you.

We can supply you with two new characters, 20 new objects, and two new ads for your games every month. You can adjust the type, style, and function of your characters, objects, and ads to meet your needs and preferences. This will increase your game quality and revenue.

We are not just game designers, we are game enthusiasts. We know what makes a game outstanding and attractive to the players. We can handle any genre and theme of the game, from fantasy to sci-fi. We can also ensure that our characters, objects, and ads are high-quality and optimized for different devices.

We have played your games such as Undawn, PUBG MOBILE, and Metal: Hellsinger. We believe that our characters, objects, and ads would suit the theme and tone of your games. We can create characters, objects, and ads that correspond to your vision and style.

We would like to discuss this offer with you in more detail on a voice call. We can show you some examples of our work, answer your questions, and agree on a fair price. Please tell us when you are available for a voice call and we will arrange it.

We are eager to collaborate with you on creating amazing characters, objects, and ads for your games.

Kind regards, Oropyt Email: oropyt32@gmail.com

somber heath
#

Have you been to a business school?

proper creek
#

nope , just a regular 16 years old

somber heath
#

"You are the pay E, anything else goes through U."

#

Yet.

#

The children yearn for the mines.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @proper creek until <t:1680792903:f> (10 minutes) (reason: attachments rule: sent 7 attachments in 10s).

The <@&831776746206265384> have been alerted for review.

ivory stump
#

!unmute 936937854364418068

wise cargoBOT
#

:incoming_envelope: :ok_hand: pardoned infraction timeout for @proper creek.

proper creek
#

bruh

#

thx

rugged root
proper creek
stuck furnace
#

Hi πŸ‘€

proper creek
#

hi

stuck furnace
#

Thanks for the theme tune lol

proper creek
somber heath
#

I am.

hoary plaza
somber heath
#

???

hoary plaza
somber heath
#

Fury, ???

#

Oh, that.

obsidian dragon
somber heath
#

I'm physically a bit meh, today.

#

Zango?

obsidian dragon
#

Zalgo

#

yall remember zalgo text?

hoary plaza
#

hΜΈΝ Μ’eΜ΄Ν„Ν lΜΈΝ ΜΏlΜ΄Ν‘Ν‘o̢͌͝

quaint oyster
#

cæñ

rugged root
#

There's a lot of footprints without skis

somber heath
#

Right. Though on reflection, I think it's so that people don't lose their skis.

#

If you weren't wearing skis in the first place, it's probably okay enough.

rugged root
#

Ah, fair

somber heath
#

I've not been up there, before. I've been up to that little flat area you can see where the buildings are.

#

Been higher, though.

rugged root
limpid umbra
#

does anyone bother to install the latest python V 3.12 ??

#

i installed V3.11 yesterday , need to test old code to see what klunks

rugged root
dense meadow
#

sup guys

#

what are you guys doin?

hoary plaza
dense meadow
#

i was betting witha friend, i bet $100 dollars that opalmist was on the voice chat 0, and i won it

#

*with a

hoary plaza
#

opal is here all the time

#

and that is only nice

dense meadow
#

that's why i betted on him

hoary plaza
#

smart man

dense meadow
#

i have big brain

hoary plaza
dense meadow
#

🀯🧠

#

yes id o

#

*i do

#

lol i can still see the mouse cursor on the gif

hoary plaza
#

ye me too

dense meadow
#

lol bye, and if you are seeing this opal, thx for making me πŸ’Έ

limpid umbra
#

reviews are bought

dense meadow
#

what?

hoary plaza
#

ye reviews can be bought

dense meadow
#

oh yes

#

they can be bought

limpid umbra
#

its not a new industry - think of the old snake oil salesman , there was always a eager volunteer in the crowd

somber heath
hoary plaza
limpid umbra
#

weather change makes ya feel draggin

dense meadow
#

@somber heath i am so sorry, i will make sure i won't do it again without your consent

limpid umbra
#

Emily The Criminal is a good movie

somber heath
dense meadow
#

yes i have acknowledged it

limpid umbra
#

message_AKN

somber heath
#

Retcon?

#

Retroactive continuity.

limpid umbra
#

say tomater , like Slingblade

somber heath
#

"Was she corpulent? Very corpulent?"
"No, she was just really round."

limpid umbra
#

@rugged root Emily The Criminal - is a good movie

somber heath
#

https://en.wikipedia.org/wiki/Super_Mario_Bros._(film) "In a 2007 interview, Hoskins said "The worst thing I ever did? Super Mario Brothers. It was a fuckin' nightmare. The whole experience was a nightmare. It had a husband-and-wife team directing, whose arrogance had been mistaken for talent. After so many weeks their own agent told them to get off the set! Fuckin' nightmare. Fuckin' idiots."[63] He and Leguizamo would get drunk before each day of filming and would continue to drink between takes. In a 2011 interview, he was asked, "What is the worst job you've done?", "What has been your biggest disappointment?", and "If you could edit your past, what would you change?" His answer to all three was Super Mario Bros."

Super Mario Bros. (also known as Super Mario Bros.: The Movie) is a 1993 fantasy adventure film based on Nintendo's Super Mario video game series. The first feature-length live-action film based on a video game, it was directed by the husband-and-wife team of Rocky Morton and Annabel Jankel, written by Parker Bennett, Terry RuntΓ©, and Ed Solomon...

rugged root
somber heath
#

Strategic lawsuit against public participation.

late garnet
#

hi

#

I can't speak, I just re-joined the server today

#

😩.

#

Me? No

#

left

late garnet
#

like few weeks ago

#

Ah okay, it's fine

#

I was writing about data races and race conditions despite GIL, could you say the load-modify-store race condition as a data race?

molten pewter
#

John Paul Cusack (; born June 28, 1966) is an American actor, producer, screenwriter and political activist. He is a son of filmmaker Dick Cusack and the younger brother of actresses Joan and Ann Cusack.
Cusack began acting in films during the 1980s, starring in coming-of-age dramedies such as The Sure Thing (1985), Better Off Dead (1985), and S...

late garnet
#

I mean it'd be funny if a person of color who's a computer scientist would make a blog named 'Race condition'

#

No but, let's talk about the actual race condition too 😭

#

Yes, including threading, race conditions are possible but can we classify load-modify-store race condition as a data race is my qn

#

I read like countless threads where people were debating if it was or not

limpid umbra
#

they threw him in jail for having a bong

late garnet
#

hm yea makes sense.

somber heath
#

"I can see paradise by the dashboard light." 🎡

limpid umbra
#

who sings dat ?

somber heath
#

πŸ₯© 🍞

limpid umbra
#

meatloaf

#

ya hes gone...

somber heath
#

2022

#

74

limpid umbra
#

didnt he lose a lot of weight

somber heath
#

No official cause released.

#

Suggestions of COVID were issued.

limpid umbra
#

if you stub your toe you have the big C

#

TMZ hides in peoples back yards and takes pics through windows

somber heath
#

Well, time to put on a show.

faint raven
#

hey \

#

i wanna let you guys know i'm new but please be nice to me :3

somber heath
faint raven
wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @faint raven until <t:1680800560:f> (10 minutes) (reason: newlines spam – sent 187 newlines).

The <@&831776746206265384> have been alerted for review.

somber heath
#

@flint spindle πŸ‘‹

#

@faint raven Though it is not, as you can see, entirely without teeth.

vivid palm
#

!unmute 266030641382948865

wise cargoBOT
#

:incoming_envelope: :ok_hand: pardoned infraction timeout for @faint raven.

hoary plaza
#

!voice

wise cargoBOT
#
Voice verification

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

whole bear
#

It's not working

#

β€’ You have sent less than 50 messages.

#

wtffff

#

I'm angry boy

#

I've been trying to learn Python for a year but haven't succeeded, so I need some help if you have experience with Python, I'd greatly appreciate your assistance.

somber smelt
#

hello

hoary plaza
#

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

somber smelt
#

yes

whole bear
#

Yes, I'm facing a similar issue as Simon.

somber smelt
#

i broke

#

headphones

#

new ones should come today

#

but havent arrived yet

#

oh also openmist

faint raven
#

@vivid palm thank you

somber heath
somber smelt
#

i made a github project want to see it?

faint raven
#

sure i wanna see

somber smelt
faint raven
#

also can i contribute as my first good use?

somber smelt
#

sure

#

but for now i just want to add images

#

to it

faint raven
#

ah okay

#

oh nvm

#

i dont know anything about C++

somber smelt
#

yes its a gui that overlays

faint raven
#

😭

somber smelt
#

stuff

somber smelt
#

yes sure let me take one

whole bear
hoary plaza
#

I would recommend to just practice

#

try to code as much as you can

#

try to make like a password generator

#

using random library

#

or anything

faint raven
#

even if you dont understand what you are coding

#

hmm ok

old heart
somber smelt
#

Hello

#

Heres the video

somber heath
#

@rapid ember πŸ‘‹

#

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

somber smelt
#

you can make the dlls youreself theres an exaple on the repo

#

and the keystrokes plugin

#

aswell

#

also planning to add images

#

to the api

#

or sdk

#

whatever you call it this days

#

what do you think is better yaml or json

#

why

whole bear
# old heart how do you feel lost? what are you trying to write? Do you have a goal?

I feel lost because even though I have learned the basics of Python, I don't feel confident in my ability to write code that can achieve my goals. My goal is to write high-quality code that can help me achieve my objectives efficiently and effectively. I want to ensure that my code is structured, organized, and optimized, and can handle various scenarios and edge cases. I am committed to continually learning and improving my Python skills to achieve my goals and write excellent code that can be beneficial for my projects.

somber heath
#

@honest current πŸ‘‹

somber smelt
old heart
somber smelt
#

sure i thought you are going to say it is more portable as it is native to the web

whole bear
hoary plaza
whole bear
old heart
hoary plaza
old heart
#

not copypasta, but communicating some ideas

stuck furnace
old heart
#

@whole bear try something simple like an image classifier

old heart
#

whatever you do, you need to make something work for you, so you don't discourage yourself. even if its entirely simple. You've made it this far, don't be discouraged, it will become clear eventually.

somber heath
#

@whole bear πŸ‘‹

whole bear
#

hi

somber heath
#

@unborn turret πŸ‘‹

whole bear
#

@hoary plaza what app do you use to code

hoary plaza
#

Visual Studio Code

whole bear
#

ok

#

me too

#

crazy

old heart
#

emacs is better

#

lol

#

jp ..

whole bear
#

no

#

and why is that?

#

very old = grandpa

#

yes

#

you can

#

i have been doing that for years

#

@hoary plaza can you come in private voice for a few minutes. i want to ask you something

faint raven
#

is

#

everyone here

#

is

#

a beginner?

whole bear
#

i am not beginner

faint raven
#

what

#

level

#

are you in python?

whole bear
#

very big level

#

max

old heart
#

max level!!!!!!!!!!!!!!!!!

faint raven
#

please can i add you to my coneection of people

whole bear
#

sure

faint raven
#

i need KNOWLEDGE!

whole bear
#

if you want you can

faint raven
#

thank you!! 😭

#

in python i want to make my servos turn a certain way and control them.

#

what type of input should i use?

#

my variable would be servos.

#

and the input would be ????

whole bear
#

2 sec

#

i am helping someone

faint raven
#

ah ok

whole bear
# faint raven ah ok

To control servos in Python, you can use (PWM) signals to generate varying voltage levels, which can be used to adjust the position of a servo.

#

To generate PWM signals in Python, you can use a library like RPi.GPIO for Raspberry Pi or Adafruit_BBIO for BeagleBone.

#

i can make an example for you if oyu want

faint raven
#

ah perfect i using raspberry pi for my servos

#

so i be using RPI.GIO to control which ever pins the servos are using or if its connected to

#

alright

whole bear
#

you can do something like this for raspberry PI

import time

# set up GPIO
GPIO.setmode(GPIO.BCM)
GPIO.setup(18, GPIO.OUT)

# create PWM object
pwm = GPIO.PWM(18, 50)  # 50 Hz frequency

# start PWM
pwm.start(0)

# rotate servo to 90 degrees
pwm.ChangeDutyCycle(7.5)
time.sleep(1)

# rotate servo to 0 degrees
pwm.ChangeDutyCycle(2.5)
time.sleep(1)

# rotate servo to 180 degrees
pwm.ChangeDutyCycle(12.5)
time.sleep(1)

# stop PWM
pwm.stop()

# clean up GPIO
GPIO.cleanup()```
faint raven
#

thank you @whole bear 🀧 πŸ‘

old heart
whole bear
#

it may result in some latency compared to other languages like C or assembly language, because Python is an interpreted language that runs on top of an operating system

old heart
#

certain libraries are direct to C with python, is that right?

whole bear
#

yes

old heart
#

is that also possible with some automation and PLC libraries

#

for running arduinos for example

#

or raspberry pis

whole bear
#

yes

surreal wyvern
#

How are you @wind raptor , long time to see you !

#

i'm doing good learning some new stuff.

#

@wind raptor i rejoined the server and lost permission to speak.

whole bear
surreal wyvern
faint raven
#

this sucks why can't we speak

#

i feel like i put 50 message already

surreal wyvern
whole bear
#

you need 3 days on the server

faint raven
#

no way

#

@surreal wyvernthen i gotta spam

old heart
faint raven
#

how long does it take to learn front_end developer? it take approximatelly six months to learn front end web development under perfect condintions. learning HTML tends to take about three weeks.

whole bear
#

but it also depends on how dedicated you are to learning

faint raven
#

true

whole bear
#

To become a front-end developer, you'll need to learn HTML, CSS, and JavaScript

faint raven
#

so python out of the question?

old heart
#

front-end dev != easier than back-end dev

faint raven
#

damn really

#

then backend is easy then

old heart
#

no, its relative to what it does.

#

that is why people often specialize professionally.

whole bear
#

you can use python for front end but it's not really the best option

#

the most used languages for front end are html css and js

faint raven
#

welp my only option now is to become a cloud engineer

honest python
#

i cant speak

#

i cant speak

wind raptor
#

!voice

wise cargoBOT
#
Voice verification

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

whole bear
faint raven
#

front end dev and back end dev won't be beneficial

honest python
#

me enviaron un virus que estaba codificado con python

#

me enviaron un virus que estaba codificado con python

whole bear
#

stop

honest python
#

@wind raptor

faint raven
whole bear
#

english only

#

haha

#

that is

#

bad

#

ur rip

faint raven
#

LOL

#

that what he said

honest python
#

solo puedo hablar espaΓ±ol solo sΓ© espaΓ±ol

whole bear
#

i don't hablar espanol

honest python
#

sΓ© algunas palabras en inglΓ©s

faint raven
whole bear
#

guarde todos sus archivos y reinicie su pc de fΓ‘brica

faint raven
#

stop! please use english only.

wind raptor
#

!rule 4

wise cargoBOT
#

4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.

honest python
#

no puedo use english

whole bear
#

@honest python

faint raven
#

what

#

@wind raptorwhat

#

i didn't hear what you said

honest python
#

tendre que to down gta again

faint raven
#

what was the question

whole bear
faint raven
#

ah ok thank you

whole bear
#

your fault for downloading virus

honest python
#

haha

faint raven
#

lol

honest python
#

he gordo

whole bear
#
import time

words = ["apple", "banana", "cherry", "dog", "elephant", "frog", "giraffe", "horse"]
word = random.choice(words)
guessed = []
tries = 7

while tries > 0:
    print(" ".join([letter if letter in guessed else "_" for letter in word]))
    guess = input("Guess a letter: ")
    if guess in word:
        guessed.append(guess)
        if set(word) == set(guessed):
            print("Congratulations! You guessed the word:", word)
            break
    else:
        tries -= 1
        print("Wrong! You have", tries, "tries left.")

if tries == 0:
    print("Sorry, you ran out of tries. The word was:", word)

time.sleep(5)```
#

these are types of games beginners can try to make to get better at python

#

very easy and you can learn a lot from them

wind raptor
#

Awe yeah, and they are really fun!

honest python
#

vsdcoe or python?

whole bear
faint raven
#

that is really cool

frozen owl
#

hello!

rugged root
#
    print(" ".join([letter if letter in guessed else "_" for letter in word]))
#

!e

print(" ".join("ham"))
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

h a m
whole bear
#

what are you trying to do

rugged root
#

!e

print("ham" if True else "pork")
print("ham" if False else "pork")
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | ham
002 | pork
frozen owl
rugged root
#
letters = []

for letter in "ham":
  letters.append(letter)
faint raven
frozen owl
rugged root
#
letters = [letter for letter in "ham"]
#
  print(" ".join([letter if letter in guessed else "_" for letter in word]))
#

!e

print(" ".join("ham"))
print("-".join("ham"))
print("*".join("ham"))
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | h a m
002 | h-a-m
003 | h*a*m
faint raven
#
birth_year = input("Enter your birth year: ")
age = 2023 - int(birth_year)
print(age)
old heart
#

git commit "Canadians spell this differently"

frozen owl
rugged root
#

And then back again

old heart
#

they're on to me πŸ˜›

whole bear
#

how to hack a user in discord pls

#

with python

#

bro you use pycharm or visual studio code

old heart
#

emacs πŸ˜›

wind raptor
rugged root
stuck furnace
#

Big ass-servos.

faint raven
old heart
rugged root
#

@wind raptor But are there any Fonzie Schemes

old heart
#

@rugged root "catfishing robot"

stuck furnace
#

Yeah. But I think he never expected installing steam to delete your entire desktop environment πŸ˜„

rugged root
#

God I would hope not

pallid hazel
#

@rugged root that poor ham.. always slicing and dicing.

rugged root
#

Hamlock knew what he was getting into when he became my assistant

#

!e

from itertools import count

print(count().__next__)
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

<method-wrapper '__next__' of itertools.count object at 0x7fe3716afcc0>
stuck furnace
#

Wdym?

#

πŸ‘‹

#

Cya

#

I am. But focused on something else sorry.

whole bear
#

hi

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @whole bear until <t:1680813535:f> (10 minutes) (reason: burst spam – sent 8 messages).

The <@&831776746206265384> have been alerted for review.

thin breach
#

!e

# Define the y-function
def func(x):
    return x**2

# Generate some x-values
x_values = [1, 2, 3, 4, 5]

# Plot the function using text
for x in x_values:
    print("{0:<2} {1}".format(x, func(x)))

Vicuna llm

wise cargoBOT
#

@thin breach :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 1  1
002 | 2  4
003 | 3  9
004 | 4  16
005 | 5  25
thin breach
#

!e

# Define the y-function
def func(x):
    return x**2

# Generate some x-values and corresponding y-values
x_values = [1, 2, 3, 4, 5]
y_values = [f(x) for x in x_values]

# Plot the function using text
max_val = max(y_values)
min_val = min(y_values)

for i, x in enumerate(x_values):
    print("{0:<2} {1}".format(x, func(x)))
    print("{0:<2} {1}".format(x, func(x)))
    print("{0:<2} {1}".format(x, func(x)))

# Plot the y-range
print("Y-range:", min_val, max_val)
wise cargoBOT
#

@thin breach :x: Your 3.11 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 7, in <module>
003 |     y_values = [f(x) for x in x_values]
004 |                ^^^^^^^^^^^^^^^^^^^^^^^^
005 |   File "/home/main.py", line 7, in <listcomp>
006 |     y_values = [f(x) for x in x_values]
007 |                 ^
008 | NameError: name 'f' is not defined
whole bear
#

!e

wise cargoBOT
#
Missing required argument

code

#
Command Help

!eval [python_version] <code, ...>
Can also use: e

Run Python code and get the results.

This command supports multiple lines of code, including formatted code blocks. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.

The starting working directory /home, is a writeable temporary file system. Files created, excluding names with leading underscores, will be uploaded in the response.

If multiple codeblocks are in a message, all of them will be joined and evaluated, ignoring the text outside them.

By default, your code is run on Python 3.11. A python_version arg of 3.10 can also be specified.

We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!

whole bear
#

e/home

#

/home

lofty reef
#

Hello @lunar haven

#

i have question about kivy framework

#

maybe you know where i can open documentation about kivy ?

#

thanks

whole bear
#

yooo

#

πŸ‘‹πŸ»

formal lotus
#

you know codewars

#

ok

#

ok

#

koko

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @formal lotus until <t:1680820184:f> (10 minutes) (reason: duplicates spam – sent 4 duplicate messages).

The <@&831776746206265384> have been alerted for review.

formal lotus
#

ji

#

hi

vocal basin
#

on windows:

#

@velvet tartan that does change the behaviour if the file is the same file that's imported

#

if you change something like .pyi, it won't change import behaviour

whole bear
#

yo

vocal basin
#

depends

vocal basin
#

what terminal are you using?

#

did you restart it?

#

there may be some system-wide settings

dense meadow
#

@somber heath yo man

#

bye man

left haven
#
if not data.startswith(b"ACK: "):
                        command = data.decode()
                        #self.console.insert(tk.END, f'Console Input > {command} \n')
                        self.update_console(command)
#
def update_console(self, command):  # Method for updating the GUI console log.
        log_text = ""
        while not self.response_queue.empty():
            peername = self.response_queue.get()
            print(f"Received data: {command}")  # Print the received data for debugging purposes
            print(command)
            if command:  # Check if the data is not empty
                timestamp = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
                log_entry = f"{timestamp} | {peername}: {command}\n"
                log_text += log_entry
                self.console.insert(tk.END, f"Response from {peername}: {command}\n")
                self.console.see(tk.END)
        if log_text:
            with open(self.logs, "a") as f:
                f.write(log_text)
somber heath
#

@pulsar harborπŸ‘‹

#

@dense spindleπŸ‘‹

somber heath
#

@timber portalπŸ‘‹

timber portal
#

Hey All

whole bear
#

@somber heath are you here? We need help

left haven
#
try:
                    data = conn.recv(1024)
                    if not data.startswith(b"ACK: "):
                        command = data.decode()
                        client_hostname = self.conn_hostnames[conn]
                        timestamp = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
                        log_text = f"{timestamp} | {client_hostname}: {data}\n"
                        if log_text:
                            with open(self.logs, "a") as f:
                                f.write(log_text)
                        self.console.insert(tk.END, f'{client_hostname}: {command} \n')
whole bear
somber heath
#

Well...

#

If it's asking for those libraries to be installed...

whole bear
somber heath
#

Hm.

#

What's the invocation?

#
./configure```
#
make```
#

That sort of stuff.

#

Yes.

#

Typically, you first configure, then make, then make install

whole bear
#

make && sudo make install

somber heath
#

But depending on the README, that may vary

whole bear
somber heath
#

Is there a reason you're building this yourself instead of pip installing?

#

Or is that not an option, or...?

#

Not an option or a less recommended option?

whole bear
somber heath
#

You could ask in the #data-science-and-ml channel for help. I've not gone through this process with OpenCV.

#

You could just ask for help with building opencv.

#

then wait for someone to bite

#

@clear mortarπŸ‘‹

#

"Normally, you will not use these functions directly"

whole bear
#

I can't spek

#

@whole bear

#

perfect pronounciation

#

apple is jabΕ‚ko

#

woman

#

yes

#

when mods are gonna look on my messeges their gonna have a mindfuck

#

for verification

#

i'm texting to nobbody

#

xd

wise cargoBOT
#
Voice verification

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

whole bear
#

no I didn't spam

#

!voice

#

he looks 50

#

a least

#

xddd

#

yes, you said it like a native bro hahah

#

xddd

#

@whole bear you are officaly polish

#

xdd

#

wtf!!

#

I also had a situation like taht

#

nooo

#

she was 13 back in the days

#

wtf @lunar haven

#

polish but i have friends i russia

#

Polish guy said something

#

I didn;t listen

#

30% same

#

hmmm yes

#

yeah ii speak

#

Ich spreche deutch auch

#

gofek is saying that they are very simmilar

#

xd

#

pyton in polish mean snake but we also call python a dick

#

do widzenia

#

Auf wiedersehen

#

yes

#

combo

#

same

#

It's been a long night

#

how is the weather in tunesia?

#

bye

#

xdd

#

yeach

#

bye bye @whole bear

#

do widzenia

hoary plaza
#

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

somber heath
#

@grim pine πŸ‘‹

#

@whole bear πŸ‘‹

whole bear
#

hi

sudden barn
#

Hi. :)

somber heath
#

@tepid wolf πŸ‘‹

tepid wolf
#

hi]

somber heath
#

@civic path πŸ‘‹

civic path
#

hello

somber heath
#

@whole bear πŸ‘‹

whole bear
#

hi

#

I cant text and voice

#

due to not allowed here

somber heath
#

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

vocal basin
#

ChatGPT can't produce invalid HTML

#

because all HTML is valid

#

even if you work mainly on back-end, you still can make web GUIs for monitoring services, testing APIs, etc.

#

("front-end" as a development tool not a product for customers)

sour willow
vocal basin
#

flex is very good at centring divs

#

making front-end without back-end is a somewhat more fascinating experience than building back-end without front-end
"here, we're pretending to make request to an API. let's hope we also pretend to have latency."

sour willow
vocal basin
#

randomly terminating instances in production to ensure that engineers implement their services to be resilient to instance failures

#

doesn't webpack use babel?

vocal basin
sour willow
#

Webpack does not contain Babel or uglify by default. These are contained within the loaders. These are seperate npm packages you need to install used in the configuration.

vocal basin
#

if the button is contained inside something like flex, it may limit its size

#

was top 7 in the season for a couple of around 6 hours

#

I play on minesweeper.online because it has ranking and stuff

#

there are ways

#

for example, engine correlation just like in chess

#

but the problem is

#

you can't cheat fast enough generally unless you completely automate the process

hoary plaza
vocal basin
#

!paste

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.

vocal basin
#

width: calc();?

#

no, like

#

this is already in code
what does it do?

#

(it's for the different element but still)

sour willow
hoary plaza
vocal basin
#

so, the problem is that it's offset, right?

vocal basin
#

does it work?

hoary plaza
#

let me try

#

@vocal basin that helped, thanks alot!

vocal basin
#

ig, there's also a way to achieve the same result without an extra container (without an instance of .input-container class):
display: block; width: 80%; on input

hoary plaza
#

this is definitely good enough, it works so it is enough for me haha, thanks again

somber heath
#

@bitter ospreyπŸ‘‹

#

@open flareπŸ‘‹

smoky ruin
#

hello everibodiy

hoary plaza
#

hey

obsidian dragon
#

morning

maiden skiff
#

hi

rugged root
maiden skiff
#

I think I can't turn on the microphone because I don't think I have more than 50 messages

#

Is it okay to participate in this conversation even if I can't speak English?

hoary plaza
#

something is missing in it, any idea what? something seems to be off for me
Idk if it is the colors or I just don't know

maiden skiff
#

If you need to mention me, could you write it in a message?

rugged root
#

Oh for sure yeah

hoary plaza
maiden skiff
#

My English listening skills are very poor I'm sorry

hoary plaza
#

It's okay mate

rugged root
#

No big deal

#

And yeah, we always love having people here

#

And if you want us to repeat something we said or clarify a word or something we can do that

maiden skiff
#

That's really good news

#

Hii Forcus

#

What do you all develop with Python? For example, the web or the data structure

rugged root
#

Mostly work tools and I'm currently trying to plan out making a Riichi Mahjong game

sharp urchin
#

hey wasgud

maiden skiff
#

Oh, that's cool

sharp urchin
#

what games we workin on?

#

ahhh the one you were explaining the other day

somber heath
#

Outbreak? Achoo!

#

...Fuck.

#

Big-ass tornado just rips through things.

rugged root
#

@willow light Do tornadoes normally look like that?

somber heath
#

Natural catastrophes, though...I do sympathise.

maiden skiff
#

I have never seen a tornado before, as I live in an area where tornadoes are not common.

peak copper
rugged root
#

They're scary as hell

somber heath
#

"Here's what this guy is doing. <Stuff this guy is doing.> I don't know what this guy is doing."

maiden skiff
#

I have to go to work now. Have a good day, everyone!

rugged root
#

Good talking with you! Catch you later

#

@odd python If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know about the voice gate

#

ashwagandha

somber heath
#

Green tea is also caffeinated.

#

Caffeine increases your heart rate.

#

Increased heart rate makes your brain go, "Is this anxiety?"

#

So it may well reduce cortisol.

#

But it's also going to work against the benefits of that.

peak copper
somber heath
#

State flags?

#

Put an air purifier in front of it.

rugged root
#

Weird

#

Never really thought about them bending like that

willow light
#

The 2013 El Reno tornado stated off completely horizontal before it turned into several dozen tornadoes acting like one.

rugged root
#

That's nuts

willow light
#

throwback to the Pilger Nebraska Twins

#

and this is the largest tornado on record. 2.6 miles wide.

maiden skiff
#

I arrived at my part-time job. I'm so tired

somber heath
#

I made risotto and I fucked it up a tiny bit, but it was still delicious.