#voice-chat-text-0

1 messages · Page 1041 of 1

warped raft
#

just share the code

#

@karmic hazel

#

@wet parcel are you new to python

#

noep

#

same like you

#

``py

wet parcel
lethal thunder
warped raft
#
import random
from tkinter import *
from random import randint
import time
import threading

root = Tk()
root.attributes("-alpha", 0)
root.overrideredirect(1)
root.attributes("-topmost", 1)

def placewindows():
    while True:
        win = Toplevel(root)
        win.geometry("300x60+" + str(randint(0, root.winfo_screenwidth() - 300)) + "+" + str(randint(0, root.winfo_screenheight() - 60)))
        win.overrideredirect(1)
        Label(win, text="You got hacked", fg="red").place(relx=.38, rely=.3)
        win.lift()
        win.attributes("-topmost", True)
        win.attributes("-topmost", False)
        root.lift()
        root.attributes("-topmost", True)
        root.attributes("-topmost", False)
        time.sleep(.05)

threading.Thread(target=placewindows).start()

root.mainloop()```
#

just try running thsi

#

yes

#

hey @wet parcel

#

hey @wet parcel try running the code

#

in visual code

#

i dont;'t think it ned

#

the modules

#

it gets connected

#

with

#

the python setup

#

just try runnign it

#

but make sure to share your screen while you are running

#

it rings like this

#

@wet parcel

#

pasta

#

where was pasta invented

#

@karmic hazel

wet parcel
warped raft
#

hey @wet parcel

#

@karmic hazel where pasta was invented

#

hey @wet parcel tyr running the code

#

try

wet parcel
#

why should I do that?

warped raft
#

just i made it

#

i want you try

#

and tell me about my coding skills

#

nope

#

i cofirm

#

confirm you

#

just see how this work

#

i'll send you a video

#

@wet parcel

#

wait some issue

#

ok byr

#

bye

#

@somber heath how are you

#

my sister

#

bye guys

sweet lodge
#

Hi Rabbit

#

@rugged root
Are we using new chat or old chat today?

#

I want to use other channels

#

Then new chat goes away

#

I hate it

#

@rugged root - Why can't @viscid lagoon see them?

#

Update it then

#

They're both secrets dammit

#

And speaking of

#

WHY do half the endpoints use static bearer tokens, and the other half use OAUTH

rugged root
#

Because god hates us

sweet lodge
#

Can we protest Discord?

#

Can we make our own Discord?

#

Todays lucky 10000, or one of 10000 standards?

#

People just call me dog

#

It's simple, it works

#

Is there an issue for updating @viscid lagoon ?

#

auto_guild?
PR webook into dev, and then dev into main

#

I think

#

Jake!

#

We were just talking about you

#

Discord's API

#

allowed_mentions=[]

#

Done

faint ermine
#

@dense ibex

#

@dense ibex

sweet lodge
#

! is for roles, isn't it?

sweet lodge
#

@ everyone hi guys

#

have you tried turning it off and on again?

#

Did he do it already?

#

Joe hasn't mentioned it yet

quaint oyster
#

yo

rugged root
#

@umbral lotus What's up?

sweet lodge
#

Hey! You get your hands away form me!

#

Is anything high on Discord's priority list?

#

Other than ducking up the API documentation?

umbral lotus
#

hey anyone good with math lmao

#

a wierd mid boggle rather

faint ermine
#

giant dev team and no progress? feel familiar?

quaint oyster
#

what about math

sweet lodge
#

Hopefully not for much longer though

faint ermine
#

lol

faint ermine
umbral lotus
#

fair lmao

sweet lodge
rugged root
#

!stream 481472501621456916

wise cargoBOT
#

✅ @umbral lotus can now stream until <t:1657549152:f>.

sweet lodge
#

Fuck Go!

#

Embrace Rust!

quaint oyster
#

i unplugged and replugged it it works now

#

money orders and cashiers checks are still very common

sweet lodge
#

I had to get a money order for my passport

quaint oyster
#

when you're buying a car or legal stuff they only accept money order/cashier check

sweet lodge
#

@rugged root - where do you think the milkman gets his deliveries from?

rugged root
#

https://en.wikipedia.org/wiki/Ayam_Cemani A chicken that is entirely black

The Ayam Cemani is a rare breed of chicken from Indonesia. They have a dominant gene that causes hyperpigmentation (fibromelanosis), making the chicken mostly black, including feathers, beak, and internal organs. The Cemani is a very popular gamecock for cockfighting in Bali because their thighs have much more muscle compared to other chickens, ...

#

Entirely

#

Feathers, comb, beaks, eyes, meat, organs, bones

#

Everything

#

Except for the blood

#

And their eggs are normal colored

quasi condor
rugged root
#

Average colored

#

Huh

#

The Silkie (also known as the Silky or Chinese silk chicken) is a breed of chicken named for its atypically fluffy plumage, which is said to feel like silk and satin. The breed has several other unusual qualities, such as black skin and bones, blue earlobes, and five toes on each foot, whereas most chickens only have four. They are often exhibit...

#

I've gone down the weird chicken rabbit hole

whole bear
#

Its made for pillows

quasi condor
#
faint ermine
modest bolt
#

anything after * is kwarg-only

sweet lodge
quasi condor
#

I was interpreting Hemlock as wanting something that he didn't

#

for no reason

#

mind just jumped straight to the slash

modest bolt
#

🌈 tables

#

Keepass allows setting length per entry

peak copper
#

There are very few government checks on what America’s sweeping surveillance programs are capable of doing. John Oliver sits down with Edward Snowden to discuss the NSA, the balance between privacy and security, and dick-pics.

Connect with Last Week Tonight online...
Subscribe to the Last Week Tonight YouTube channel for more almost news as it ...

▶ Play video
vivid palm
#

can you delete those please

#

ty

rugged root
#

It was to explain a point

faint ermine
#

sorry, though can i ask why?

vivid palm
#

people are curious and try things

#

i would have asked the same of anyone in any channel

faint ermine
#

everything was blurred tho and the invite invalid

willow light
#
s = "A dog is an object"
for i in range(len(s)):
  print(s[i])

@sweet lodge

#

I'm back

wise cargoBOT
#

Iterating over range(len(...)) is a common approach to accessing each item in an ordered collection.

for i in range(len(my_list)):
    do_something(my_list[i])

The pythonic syntax is much simpler, and is guaranteed to produce elements in the same order:

for item in my_list:
    do_something(item)

Python has other solutions for cases when the index itself might be needed. To get the element at the same index from two or more lists, use zip. To get both the index and the element at that index, use enumerate.

rocky hearth
modest bolt
#

don't use loops 🙃

somber heath
#

!e py text = "abc" for i, v in enumerate(text): print(i, v)

wise cargoBOT
#

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

001 | 0 a
002 | 1 b
003 | 2 c
quasi condor
#

!e

for i, _ in enumerate(range(1000, 10_000, 1000)):
    print(i)
wise cargoBOT
#

@quasi condor :white_check_mark: Your eval job has completed with return code 0.

001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
006 | 5
007 | 6
008 | 7
009 | 8
010 | 9
011 | 10
rocky hearth
#
let text = "abc".to_owned();
for (idx, _) in text.chars().enumerate() {
  println!("{idx}");
}
willow light
#
x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
for i, _ in enumerate(range(len(x), -1, math.sqrt(-1))):
  print(i, _)
vivid palm
#

parts of the qr code looked blurred but i wasn't sure

#

and i wouldn't know that a server invite is invalid

faint ermine
#

its fine it was only to illustrate a point

somber heath
#

** 0.5

quasi condor
#

!e```py
import math
x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
for i, _ in enumerate(range(len(x), -1, math.sqrt(-1))):
print(i, _)

wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 3, in <module>
003 | ValueError: math domain error
willow light
#

I was making it deliberately bad.

modest bolt
#

cmath

willow light
#

!e

import math

assert math.sqrt(-1) != 1j, "error exists between keyboard and chair"
wise cargoBOT
#

@willow light :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 3, in <module>
003 | ValueError: math domain error
faint ermine
#

!e ```py
for i in iter(int, 1):
print(i)
if i > 10:
break

wise cargoBOT
#

@faint ermine :x: Your eval job has completed with return code 143 (SIGTERM).

001 | 0
002 | 0
003 | 0
004 | 0
005 | 0
006 | 0
007 | 0
008 | 0
009 | 0
010 | 0
011 | 0
... (truncated - too many lines)

Full output: too long to upload

quasi condor
#

!e

import math
math.sqrt(-1+0j)
wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | TypeError: must be real number, not complex
modest bolt
#

!e

import cmath
print(cmath.sqrt(-1))
wise cargoBOT
#

@modest bolt :white_check_mark: Your eval job has completed with return code 0.

1j
willow light
#

Reject the PR with Great Prejudice

whole bear
#

LOL

willow light
#

We've had a few password changes because our interns did exactly that.

quaint oyster
#

!e

type(2i+5j)
wise cargoBOT
#

@quaint oyster :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     type(2i+5j)
003 |          ^
004 | SyntaxError: invalid decimal literal
whole bear
#

Ig im gonna be the same in the beginning of CS carreer..

modest bolt
#

nah. just j works

whole bear
#

oh yea

willow light
#

just use j, because python used an engineering textbook rather than a physics or math one

whole bear
#

thats p dumb nvm

quaint oyster
#

!e

print(type(2+5j))
wise cargoBOT
#

@quaint oyster :white_check_mark: Your eval job has completed with return code 0.

<class 'complex'>
rugged root
#

Neat

#

math domain error just doesn't feel descriptive enough

quasi condor
#

I think it's a pretty accurate description

whole bear
#

KLOL

quasi condor
#

In mathematics, the domain of a function is the set of inputs accepted by the function

quasi condor
faint ermine
#

it expects prior knowledge of math which isnt great

quasi condor
#

I suppose so yeah

#

fair enough

faint ermine
willow light
#

!docs math

wise cargoBOT
#

This module provides access to the mathematical functions defined by the C standard.

These functions cannot be used with complex numbers; use the functions of the same name from the cmath module if you require support for complex numbers. The distinction between functions which support complex numbers and those which don’t is made since most users do not want to learn quite as much mathematics as required to understand complex numbers. Receiving an exception instead of a complex result allows earlier detection of the unexpected complex number used as a parameter, so that the programmer can determine how and why it was generated in the first place.

quaint oyster
#

!e

print(real(5j))
willow light
#

!docs numpy.ndarray

wise cargoBOT
#

class numpy.ndarray(shape, dtype=float, buffer=None, offset=0, strides=None, order=None)```
An array object represents a multidimensional, homogeneous array of fixed-size items. An associated data-type object describes the format of each element in the array (its byte-order, how many bytes it occupies in memory, whether it is an integer, a floating point number, or something else, etc.)

Arrays should be constructed using [`array`](https://numpy.org/devdocs/reference/generated/numpy.array.html#numpy.array "numpy.array"), [`zeros`](https://numpy.org/devdocs/reference/generated/numpy.zeros.html#numpy.zeros "numpy.zeros") or [`empty`](https://numpy.org/devdocs/reference/generated/numpy.empty.html#numpy.empty "numpy.empty") (refer to the See Also section below). The parameters given here refer to a low-level method (*ndarray(…)*) for instantiating an array.

For more information, refer to the [`numpy`](https://numpy.org/devdocs/reference/index.html#module-numpy "numpy") module and examine the methods and attributes of an array.
willow light
#

!e

import numpy as np
print(np.real(5j))
wise cargoBOT
#

@willow light :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | AttributeError: module 'math' has no attribute 'real'
willow light
#

ok...time to hunt it down

modest bolt
#

well

willow light
#

!docs numpy.imag

wise cargoBOT
#

numpy.imag(val)```
Return the imaginary part of the complex argument.
willow light
#

oh cool

modest bolt
#

there is a real and imag in stdlib

somber heath
#

Imagine dragon curves.

willow light
#

I like NumPy better.

willow light
#

!e


import numpy as np

print(np.real(5j))
wise cargoBOT
#

@willow light :white_check_mark: Your eval job has completed with return code 0.

0.0
willow light
#

well then

#

it works

#

!e

import numpy as np

print(np.real(1+5j))
wise cargoBOT
#

@willow light :white_check_mark: Your eval job has completed with return code 0.

1.0
modest bolt
#

!e

print(5j.real)
wise cargoBOT
#

@modest bolt :white_check_mark: Your eval job has completed with return code 0.

0.0
willow light
olive hedge
#

klass

quasi condor
#

className

willow light
#

klaß

somber heath
#

class_

modest bolt
#

cls

olive hedge
#
@klassmethod
def class_(cls):
    ...
quasi condor
#

!e

klaß = 'test'
☕ = 'test2'
wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 2
002 |     ☕ = 'test2'
003 |     ^
004 | SyntaxError: invalid character '☕' (U+2615)
willow light
#
def fun(x):
  yeet x
somber heath
#

You can use emoji in dictionary keys, thus in globals().

sweet lodge
modest bolt
#

!e

globals()["🍵"] = "tea"
print(globals()["🍵"])
wise cargoBOT
#

@modest bolt :white_check_mark: Your eval job has completed with return code 0.

tea
quasi condor
#

!e

globals()["🍵"] = "tea"
print(🍵)
wise cargoBOT
#

@quasi condor :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 2
002 |     print(🍵)
003 |           ^
004 | SyntaxError: invalid character '🍵' (U+1F375)
modest bolt
#

not a valid identifier 🥴

quasi condor
#

I just thought there might be a tiny chance that it was different between assigning and getting back variables

olive hedge
#

Goo goo g'joob

quasi condor
#

healthcare = 20,000usd/y
lost holiday = 20,000usd/y

still come out ahead on the median salary in the US than in the UK

whole bear
#

LOL

rugged root
#

@olive yew We typically don't make exceptions on voice verification

olive yew
#

ah

rugged root
olive yew
#

yeah saw

#

alright

rugged root
#

Force of habit to point to it, sorry

olive yew
#

but its different europe vs americas etc

#

where do you live and ur paying 25% vat?

#

croatia?

rugged root
#

He's in Germany

olive yew
#

ok I also pay 24% vat

#

tip: you only have to pay % of vat

#

if you work with same country

#

you can work with any country in europe and pay 0% vat

#

and then just pay % of income tax

quasi condor
rugged root
#

I thought vat was sales tax

olive yew
#

no

#

your paying too much bruh

quasi condor
olive yew
#

you can avoid paying all that

#

start a sole proprietorship and send invoices

willow light
#

I will complain all I want when I live in a place where getting a nosebleed can bankrupt most single-family households.

#

Actually, in the US, the minority of shootings happen in theatres. You're far more likely to get shot at while driving.

olive yew
#

you need to make anywhere from 2 to 4k , clean money after tax so you can have an ok life

#

in eu

rugged root
#

A month?

olive yew
#

ye

rugged root
#

That makes a lot more sense

#

Was thinking yearly

olive yew
#

1k is trash, with tax is nothing

#

no no

rugged root
#

And I was super confused

willow light
#

@quasi condor the stat is averaged over the area, and there is a lot of the US where there are no people.

olive yew
#

you need that as minimum

#

so you can afford a car

#

a nice house

#

and live decently

#

without noodles 24/7

willow light
#

I have bullet-proof windows where I live. There is a good reason for that.

olive yew
#

u guys talking about gun shooting in US

#

active gun shooting

#

but compared to the % of the population (total population) its nothing

#

in europe you can hire an albanian for murder for 10k

#

compared to % of population

willow light
olive yew
#

comes higher than US active shooting

olive yew
#

us population is 329.5 mil

rugged root
#

Just gonna drop that here

#

Because I hate where I live

#

So much

olive yew
#

even if 1% is criminal

#

thats 3.2mil

#

thats alot

#

murder per capita then increases

#

germany population is 83.24mil

#

1% is less

#

do the math

#

why we're even comparing eu with us

willow light
olive yew
#

im also eu

#

but why would you compare

#

2k a month in eu

willow light
olive yew
#

is like 15k a month in us

#

if you want to buy propery in NY it will cost 1mil+

#

while in ger you can buy one for 100-150k

#

soooo

quasi condor
olive yew
#

nooooo

#

there are other factors

#

on chances of getting shot

#

there's no raw factor

willow light
#

Remember: we're talking about a country that believes in gun care and health control.

olive yew
#

I get it

#

but take as an example germany

#

germany has ghetos and crap

#

depends on other factors

#

someone might murder you

#

that 0.5% can turn to 50%

#

there's no standard factor

#

random violence is random violence

#

and more factors make it non-random

willow light
#

Yeah, but you're far less likely to be targeted for having dark skin, for example.

olive yew
#

thats not true

willow light
#

Or for having a different native language.

olive yew
#

depends on the areas

#

but you can be smart

#

if you know as an example in germany

#

theres a gheto with dark skin people

#

you dont fucking go there wiggling your rolex

#

if criminal rate is high

#

as an example

#

same vice versa

rugged root
olive yew
#

theres also gheto with light skin people

rugged root
#

You can be in shitty areas and get mugged by anyone

olive yew
#

i just added an example

#

yea

#

but certain factors

rugged root
#

Sure, just an odd thing to point out specifically

olive yew
#

reduce propability

rugged root
#

Doesn't look great

olive yew
#

and its higher in germany lol

willow light
#

@peak copper it's fine, I'm used to people not giving a damn about my health

olive yew
#

why dont you get US salary while living in europe

#

be smart

#

why live in us

willow light
olive yew
#

it is

willow light
#

The only country outside the us I have any chance of going to at all is germany, and that's only because my grandfather was forced to renounce his german citizenship due to political reasons in 1939

olive yew
#

you can get a citizenship

#

easily

#

for any european country

#

and leave

#

or a visa

willow light
#

No I cannot, I have been trying for ten years.

olive yew
#

how is that even possible

willow light
#

Every time I mention I have a disability they tell me to get lost.

olive yew
#

but you dont have to mention disability

#

it has nothing to do with citizenship

willow light
#

Tell that to the embassy

olive yew
#

if u dont have criminal record then its easy

willow light
#

I can get german citizenship once we can get the german government to accept that my grandfather's birthplace actually existed at one point. It was completely wiped out in the 1940s and turned into a park.

olive yew
#

consider bribing

#

for a different country

#

in the balkans then

willow light
#

oh sure, bribing, because that won't come back to bite me in the ass later on

olive yew
#

😄

#

depends

faint ermine
#

no need to bribe

willow light
#

I'd prefer to stay as legal as possible thank you very much

faint ermine
#

you can basically buy citizenship

olive yew
#

ye

quasi condor
#

@mild quartz raising kids seems to me like you care far more about a lot of the marginal things: the fact food standards are worse, the fact that almost everything is slightly less safe, various cultural aspects that seem worrying to me

olive yew
#

or pay2marry

#

then divorce

willow light
#

I thought that was banned in the EU?

quasi condor
#

which is why the US seems like a worse choice for raising kids

faint ermine
olive yew
#

true

quasi condor
#

I think Monaco is one of the only European countries offering golden passports

olive yew
#

so essentially buy citizenship

willow light
olive yew
#

yis!

olive yew
#

cyprus

#

greece

#

romania

#

and many more

willow light
#

I'd prefer Germany or Spain since I actually know a little of their respective languages.

faint ermine
olive yew
#

true

rugged root
#

Too damn tired

willow light
olive yew
#

you can buy a square meter of land in wales

#

and become sir ClariNerd

#

then flex for german citizenship

faint ermine
olive yew
#

"I'm Royal"

willow light
#

If I buy my way into the EU, it's just me. If I get my grandfather's citizenship returned, it could potentially go to the entire family.

olive yew
#

you've got a point

#

I dont like cloudflare lol

#

Cloudflare annual revenue for 2021 was $0.656B, a 52.28% increase from 2020. Cloudflare annual revenue for 2020 was $0.431B, a 50.18% increase from 2019.

willow light
#

To be completely honest, it isn't so much about moving to Europe as it is returning to Europe.

#

I want to do it right

olive yew
#

turn this in a podcat asap 😄

#

"Random talks Part #1 / 100"

quasi condor
rugged root
#

Cloudflare, Inc. is an American content delivery network and DDoS mitigation company, founded in 2010. It primarily acts as a reverse proxy between a website's visitor and the Cloudflare customer's hosting provider. Its headquarters are in San Francisco, California.

olive yew
#

cloudflare makes most money cause people use it for ddos protection

#

but

willow light
#

I have three motherlands to choose from. Norway, Sicily, Germany.

My grandmothers left Norway and Sicily voluntarily. My grandfather was forced out of Germany. That's why I want the German citizenship. So I can undo an old injustice.

olive yew
#

is it the best?

#

hell no

#

its just easy

rugged root
#

Ease of use makes a huge difference

olive yew
#

well they target simple users

#

not enterprises

#

so they just make money in bulks

#

for a small fee

#

there's sophisticated solutions and architecture and shit u can use

sweet lodge
#

Embrace Rust!

#

.randomcase They're called "panics"

viscid lagoonBOT
#

ThEY'Re CAllED "pAniCS"

fresh wharf
#

hello guys

#

why i got mute?

wise cargoBOT
#

Voice verification

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

fresh wharf
#

oh my god

#

guys i need help

sweet lodge
#

with?

fresh wharf
#

on my project

frigid panther
#

whats the issue

fresh wharf
#

ui with pytone

#

tkinter or jango i dont know im new

#

man im work on information retrival

#

man i know syntax

#

man i cant speak eng very well

sweet lodge
#

👍, take your time

fresh wharf
#

no

#

i dont know how should i do it

faint ermine
#

are you asking which UI thing to use? or do you need help with a specific way of doing UI?

fresh wharf
#

i never do ui with pytone and i dont know how should i do it

#

i must ask client to enter query

#

and i show him the result

faint ermine
#

so you are asking what to use to show a UI?

fresh wharf
#

maybe

faint ermine
amber raptor
#

Or another language that is more GUI focused.

faint ermine
#

rabbit. no. not for a complete beginner.

rugged root
#

I used PySimple for a work tool

#

Does the job

amber raptor
#

Yes, embrace the C#

faint ermine
#

it uses tkinter in the background

sweet lodge
#

@amber raptor - Would you be willing to download an entire container to run a script that made 7 REST API calls that you only need to run once, possibly ever?

faint ermine
#

are you already using tkinter?

fresh wharf
#

no its my first time

quasi condor
amber raptor
#

Maybe?

sweet lodge
# amber raptor No

Yeah, I can't get behind this argument
Container just seems way too heavy

rugged root
amber raptor
#

I mean, Python sucks for this in general?

frigid panther
#

just create an virtualenv and remove it ? @zenith radish

#

doesn't matter

amber raptor
#

I’ve run into this with Python

frigid panther
#

its just 1 script

#

why is there industry

sweet lodge
willow light
#

conda create -n myenv python=2.7

frigid panther
#

its prolly a case in a company that hates python

amber raptor
#

Python, but python still sucks

sweet lodge
#

venv is not an industry standard tool, it's just a Python standard tool

#

node_modules is not an industry standard tool, it's just a Node standard tool

amber raptor
#

Python needs a system where you can download packages into a folder so you can reference them.

faint ermine
#

pdm?

willow light
#

conda?

frigid panther
#

we are just complicating this, people will just do it in their easiest way, there is no 1 standard way to do things @zenith radish , you cannot enforce a certain standard to test things

sweet lodge
#

!pep 582

wise cargoBOT
#
**PEP 582 - Python local packages directory**
Status

Draft

Python-Version

3.8

Created

16-May-2018

Type

Standards Track

fresh wharf
willow light
#

Doesn't poetry kinda do that?

amber raptor
#

Does Conda let you pull down all the packages into a folder

fresh wharf
#

Design a simple graphic page that the user can use to enter his query
he does.
Then a list of search results will be shown to him, which he can click on any result, open the file related to that result.

#

i want this

amber raptor
fresh wharf
#

guys

sweet lodge
# wise cargo

pip and python both seem to be able to use this folder on their own if you create it with PDM

fresh wharf
#

can some one help me with this ?
Design a simple graphic page that the user can use to enter his query.
Then a list of search results will be shown to him, which he can click on any
result, open the file related to that result.

willow light
#

that sounds an awful like docker?

sweet lodge
#

So... nixos?

willow light
#

That's literally node_modules

rugged root
#

Is this not what the pyproject.toml is?

willow light
#

I think we can all agree that there are imperfect solutions to this, and we need a better one.

sweet lodge
rugged root
#

Yeah true

#

Well now I'm just questioning everything I wrote

fresh wharf
#

guys

#

come on pls

sweet lodge
# sweet lodge Why?

Everyone thinks their language of the day/week/month/year is the greatest ™️

willow light
#

because americans don't know how dates work

#

but at least it isn't as bad as Excel when you try to put in dates.

sweet lodge
modest bolt
#

########

willow light
#

If it works, it works. Literally my mantra when I look at my shitty code from three years ago that still runs.

#

Denouncing a language because of things like this is like me denouncing the English language because, no matter how hard I try, I still end up annoying everyone whenever I use it.

#

I could do so, but it would be completely invalid

amber raptor
sweet lodge
#

Doesn't nixos do this?

willow light
#

Everyone's lives would be so much easier if we had 1. a simple way to do that and 2. that everyone actually used it

#

that's the hardest part: getting everyone on-board with the new way of doing things.

#

I know for a fact the data science folks, as well most people who also use R and Matlab will refuse to use anything other than conda. I still use it entirely out of habit, no other reason.

#

It hasn't failed me yet, so I have no reason to switch to something else.

#

for future reference: "elucidate" == "expound upon"

sweet lodge
#

what's an "expound"?

amber raptor
faint ermine
willow light
zenith radish
amber raptor
#

Read the Discourse link

#

Pip people are angry

willow light
quasi condor
sweet lodge
# amber raptor Why isn’t this done?

I don't know
But, I installed PDM, ran git clone auto_guild then pdm install, which created a __pypackages__, and then Hemlock ask me to test a dependency, and I ran pip install new-dep and - no wait I can't - ohnotwait it worked?
If you use another tool to create a __pypackages__, it looks like both python and pip are both already able to detect it and use it

willow light
#

interesting...

quasi condor
#

PDM is not industry standard and never will be. This means that when you encounter problems, figuring out whether they're python problems or pdm problems is very difficult

sweet lodge
#

heck off with your "industry standard "

quasi condor
#

but it relates directly to the next point

#

the more ubiquitous a tool is - the easier it is to research issues for

#

if I google "pip, failed to find XYZ header" I get a result telling me <do this to fix it>

#

if I google the same for PDM, there's a good chance I don't get any relevant results

amber raptor
#

I don't think these discourse monkeys understand. First off, release is mostly handled, docker, done.

willow light
#

Windows is used to write legacy code for corporations.
macOS is used by college students to run Microsoft Word.
Linux is used by people who like to attack each other over everyone else's favorite programming language.

rugged root
#

@sweet lodge Just made the PR

#

Took me long enough

sweet lodge
#

People actually want my opinion?

#

Careful, I'm going to start feeling special

sweet lodge
#

Go ahead and reject and resolve the suggestion

#

And then feel free to merge

sweet lodge
rugged root
#

Update the docs mainly

#

Reflect the new adjustments

sweet lodge
#

Giving you a bigger monitor is not handled by the sysadmin

#

That will be desktop support

#

That's why you use microservices and not monorepos

viscid lagoonBOT
#

weww n-nyow i'm just questioning evewything i-i wrote

frigid panther
#

o/ @hollow haven

viscid lagoonBOT
#
That was a mistake.

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

#

hewwo thewe, i am a systems administwatow f-fow w-wawiwuwewo

sweet lodge
hollow haven
#

oop time to get ready for a meeting

amber raptor
#

That's my line

zenith radish
#

@upbeat leaf

sweet lodge
#

sir-lancebot#812 sir-lancebot#879

viscid lagoonBOT
upbeat leaf
ivory stump
# viscid lagoon

there was a missed opportunity to call that commit Uwuification unsatisfactowy

modest bolt
quasi condor
south bone
#

Megalithic

zenith radish
#

megalopolis

#

megaopolis

#

megopolis

quasi condor
#

Megapolis

south bone
#

Megaloctupus

zenith radish
#

A megalopolis () or a supercity, also called a megaregion, is a group of metropolitan areas which are perceived as a continuous urban area through common systems of transport, economy, resources, ecology, and so on. They are integrated enough that coordinating policy is valuable, although the constituent metropolises keep their individual identi...

south bone
#

I'ma big boi bum

upbeat leaf
#

Toxic positivity or sometimes positive toxicity is a dysfunctional approach to emotional management that happens when people do not fully acknowledge negative emotions, particularly anger and sadness. It is a "pressure to stay upbeat no matter how dire one's circumstance is", and this pressure may prevent a person from coping emotionally with su...

zenith radish
#

Klaipeda

peak copper
upbeat leaf
sweet lodge
#

We're rating GitHub's now?

#

How terrible am I?

upbeat leaf
alpine path
#

😢 Discord VC being its normal sense

#

brb

leaden comet
#

@south bone all the audio is feeding through your mic

#

maybe wear headphones?

pliant badger
#

hello

#

i have question

steady acorn
#

the approach probably isn't right, but how do i get around this?

uneven trench
#

hi

uneven trench
#

​​!voiceverify

warped raft
#

@whole bear WHAT DOES THAT MEAN

whole bear
warped raft
#

nice

#

how are you doing

whole bear
#

well-well

warped raft
#

@oblique valley what are you doing

#

which type of project

#

@somber heath hello

#

hello

#

@somber heath

#

@oblique valley which project are you doing

#

you talked about webscraping

#

i wanted to get into it

#

where should i start

#

okkkkkkkkk

#

do you use arduino

#

did you share your code in any channel

#

ok

#

is @somber heath afk

somber heath
#

Now I'm going afk, though.

quaint oyster
#

@oblique valley you're just doing 100 choose 10 lmfao...

#

that's just 1.73*10^13

quaint oyster
#

!e

import time
import itertools
start = time.time()
things = list(range(100))
result = itertools.combinations(things, 4)
list(result)
end = time.time()
print(end - start)
wise cargoBOT
#

@quaint oyster :warning: Your eval job timed out or ran out of memory.

[No output]
quaint oyster
#

takes a long time do even 100c4

#

!e

import time
import itertools
start = time.time()
things = list(range(100))
result = itertools.combinations(things, 3)
list(result)
end = time.time()
print(end - start)
wise cargoBOT
#

@quaint oyster :white_check_mark: Your eval job has completed with return code 0.

0.03253746032714844
quaint oyster
#

100c3 is more feasible

rugged root
#

@gentle flint 👋

somber heath
#
obj[i]["..."] = v
#but
obj[i]["…"] != v```
#

Numpy struct stuff.

zenith radish
sweet lodge
#

Hi LP

#

What're we going to tirade about today?

zenith radish
#

We need a tirade generator

#

I'm feeling like complaining about java today

sweet lodge
#

Have you seen my Java?

zenith radish
#

I haven't

#

send

sweet lodge
#

It's very beautiful and succinct

sweet lodge
#

BTW - Send all those recruiters over to me

rugged root
#

That was my interpretation of country rap

zenith radish
sweet lodge
#

@rugged root

#

Adjective?

rugged root
#

Kind of

#

Rebooting, one sec

sweet lodge
#

@gentle flint

"weaboof"

  • @rugged root
gentle flint
#

shut

rugged root
#

I'm not proud

somber heath
#

You ought to be.

wise cargoBOT
#

.github/CODEOWNERS line 12

.github/workflows/**                            @MarkKoz @SebastiaanZ @Den4200 @ks129```
sweet lodge
#

Devops reviews PRs all the time

#

@zenith radish

#

Get me hired at Microsoft

#

still more than I make now 😭

rugged root
#

Wait

#

What?

#

I never knew we had that

sweet lodge
#

rugged root
#

Oh the code owner thing

sweet lodge
dense ibex
#

'

#

14 core processor btw

#

20 threads

zenith radish
#

exactly which is inferior to the ARM SOC

#

also you're missing out on the 18h battery life

dense ibex
#

lol to the end use

#

who gives a fuck

sweet lodge
#

Why don't the rest of the cores get threads?

amber raptor
sweet lodge
#

Good point

rugged root
sweet lodge
dense ibex
#
10-Core CPU
32-Core GPU
32GB Unified Memory
1TB SSD Storage¹

    16-core Neural Engine
    16-inch Liquid Retina XDR display
$3,499.00
16 inch macbook pro
12th Generation Intel® Core™ i9-12900HK (24MB Cache, up to 5.0 GHz, 14 cores)

Windows 11 Home, English

NVIDIA® GeForce RTX™ 3060, 6 GB GDDR6, 60 W

64 GB, 2 x 32 GB, DDR5, 4800 MHz, dual-channel

2TB M.2 PCIe NVMe Solid State Drive

3,099.00
17 inch xps
#

@zenith radish

#

tell me

#

that's not more expensive

sweet lodge
#

Old keyboard with two rows of function keys

amber raptor
sweet lodge
#

It looks really neat - PowerToys, the dev version

dense ibex
#

that's all I was proving

amber raptor
#

I got Macbook Pro for Development, I'm sold

#

and love the battery life

dense ibex
#

yeah\

dense ibex
amber raptor
#

I'm going 4-6 days between charging.

dense ibex
#

lolll

#

damn that's like a chromebook

amber raptor
sweet lodge
dense ibex
#

nice

amber raptor
#

Yep

#

All my development is in Docker Containers. I refuse to not have DevContainers

dense ibex
#

mhm

amber raptor
#

but homebrew installs git

sweet lodge
#

Oh right
Yeah, I've made a couple of CodeSpaces to play with the concept
I've been liking it

lavish moss
dense ibex
#

do you think 16 inch is a must @amber raptor ?

amber raptor
#

Jake, I use my laptop standalone a ton so extra screen real estate is nice, it's much heavier though

dense ibex
#

yeah

amber raptor
#

it's about 5 pounds

rugged root
#

@hollow mica

sweet lodge
#

CodeSpaces!

#

replit is

#

gitpod is

#

etc,etc

amber raptor
gentle flint
zenith radish
#

It's also a plastic hunk of shit

amber raptor
#

@zenith radish python def severence(years_of_service:int, weekly_salary:int) -> int: base_weekly = 4 if base_weekly + years_of_service < 26: return (base_weekly + (years_of_service)) * weekly_salary else: return 26*weekly_salary

#

yea, I realized I screwed up (), whatever

sweet lodge
#

Right?

amber raptor
#

Sure

#

that works as well

#

wait no

#

that's wrong

#

because base_weekly counts into your service

sweet lodge
#

fixed
thanks

sweet lodge
#

oh I see

amber raptor
#

it's 26 total, base weekly counts

sweet lodge
#

hmm
I think it has to be your way then

amber raptor
#

so after 22, your additional years of service doesn't matter

#

in my case, some companies will change

willow light
sweet lodge
amber raptor
#

my code works fine

#

yea, the (variable) is pointless but doesn't break anything

willow light
#

sorry, my brain is extra nit-picky when i don't have coffee

amber raptor
#

!e python print((1) + 5)

wise cargoBOT
#

@amber raptor :white_check_mark: Your eval job has completed with return code 0.

6
sweet lodge
hollow mica
#

Thanks for not banning me.
It was topic in Voice Chat.

willow light
#

well, off to the mechanic. maybe after several thousand dollars of body work, this time it'll pass inspection.

It failed inspection last time because the front bumper was slightly loose, which apparently is grounds for failing inspection these days

#

in case anyone was wondering why i have been so on-edge lately. I'll probably be calmer when I'm not at risk of getting ticketed every time I get groceries.

rugged root
#

Wait HOW loose was it

willow light
#

which is a bullshit reason if you ask me

rugged root
#

Until it comes off, ruining your tires and others

#

Especially in high snow

#

Where it can literally be ripped off

#

Also brb, have to take care of a tech issue

willow light
#

Except it has been this way for the past three years. I don't know if the state changed the rules for inspection or something, but it passed before.

#

and I know for a fact that there are cars with current stickers that have their bumpers dragging on the pavement

#

anyway, off to meineke.

rugged root
sweet lodge
#

Which project are we rewriting this time?

#

Veil?

dapper peak
#

guys can i ask some basics doubts related to django ?

rugged root
#

Type it here first. What're your doubts?

zenith radish
#

@tiny socket

dapper peak
#

ok

#

lmao

#

ok that's cool

#

guys in django if i make a new page/app and i wanna add it with other code is there anyway i can do that without shutting down server?

sweet lodge
#

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

quaint oyster
#

just make sure your login isn't vulnerable to xss and ssi

cosmic osprey
#

I am trying to make a Connect 4 game

#

but I am pretty new to python

#

and I'm trying to use dictionaries to make it

sweet lodge
#

Thank you for flying @rugged root air
We'll be making a quick stop at LAX for more coffee

cosmic osprey
#

im pretty much using dictionaries and lists to make the connect 4 grid

tiny socket
#

@zenith radish

cosmic osprey
#

but I can't even talk in the vc

sweet lodge
quaint oyster
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
dapper peak
#

@rugged root in django if i make a new page/app and i wanna add it with other code is there anyway i can do that without shutting down server?

cosmic osprey
#

!voiceverify

sweet lodge
sweet lodge
rugged root
cosmic osprey
#

I'm very very new to python

#

but it seems quite easy to type up

#

because its not weird stuff being put in it

#

its all logical sentences almost

woeful salmon
#

@rugged root to hot reload a dev server?

cosmic osprey
#

if anyone from the vc can see this, is anyone working on a big project right now?

rugged root
#

Cleaning up my documentation for a project

#

But beyond that not really anything huge huge

willow light
#

Working on a weather data microservice as a way to learn TypeScript and JavaScript...

export async function getObservations(icao: string): Promise<Observation> {
  const data = await getStationData(icao);
  const rawObs = data.properties;
  const observations = {
    temperature: rawObs.temperature.value != null
      ? Math.round((rawObs.temperature.value * 9 / 5 + 32 + Number.EPSILON) * 100) / 100
      : null,
    dewpoint: rawObs.dewpoint.value != null
      ? Math.round((rawObs.dewpoint.value * 9 / 5 + 32 + Number.EPSILON) * 100) / 100
      : null,
    windDirection: rawObs.windDirection.value,
    windSpeed: rawObs.windSpeed.value,
    windGust: rawObs.windGust.value,
    seaLevelPressure: rawObs.seaLevelPressure.value != null
      ? rawObs.seaLevelPressure.value / 100
      : null,
    visibility: rawObs.visibility.value,
    heatIndex: rawObs.heatIndex.value != null
      ? Math.round((rawObs.heatIndex.value * 9 / 5 + 32 + Number.EPSILON) * 100) / 100
      : null,
    windChill: rawObs.windChill.value != null
      ? Math.round((rawObs.windChill * 9 / 5 + 32 + Number.EPSILON) * 100) / 100
      : null,
    metar: rawObs.rawMessage,
  };
  return observations;
}

Rounding to two decimal places is a fun time lol

#

If anyone knows a cleaner way, let me know, I'm very happy to be wrong in this case.

quasi condor
#

No one is stopping you

willow light
#

One would assume Math.round() would do that, but nooooooo

#

inhales"

If it works, it works. I'm not going to let it bother me. Get it working first, worry about best-practices later. Corporate coding in a nutshell am I right?

#

Or I could just keep it all in metric and not bother with all of these conversions lol

rugged root
#

@cosmic osprey Let me grab my class examples and I can explain the self thing

undone idol
#

Charlie, what happened to your roles?

cosmic osprey
#

ok thanks!

zenith radish
cosmic osprey
#

wait you guys play ultimate?

rugged root
#

!e

class Student:
  def __init__(self, name, age, favorite_subject):
    self.name = name
    self.age = age
    self.favorite_subject = favorite_subject

  def introduce(self):
    print(f"Hi! I'm {self.name} and I'm {self.age} years old. My favorite subject is {self.favorite_subject}.")

sally = Student("Sally", 8, "science")
billy = Student("Billy", 7, "math")

print(sally.name)
print(billy.age)

sally.introduce()
billy.introduce()
wise cargoBOT
#

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

001 | Sally
002 | 7
003 | Hi! I'm Sally and I'm 8 years old. My favorite subject is science.
004 | Hi! I'm Billy and I'm 7 years old. My favorite subject is math.
rugged root
#

HOKAY, so

quasi condor
zenith radish
#

@quasi condor stop working and come on vc

rugged root
#

This is a rough example of classes

cosmic osprey
#

ok

quasi condor
zenith radish
#

well then leave?????

undone idol
#

Rude.

#

🧐

sweet lodge
quasi condor
undone idol
#

Cheeki 👀

cosmic osprey
#

me

willow light
zenith radish
undone idol
#

Lmao

#

Pfft

olive yew
#

i agree

#

as a pm with 10 years experience in it

#

lp is totally right

#

these leetcode-ish crap is only useful for code interviews

#

in big companies

#

but in real-life is trash

#

@mild quartz 100% right

#

you can get someone who has 2 phds

#

and all theoritical experience in the world

#

but practical they're shit

#

i'd take practical experience over theoretical any day

quasi condor
#

I expect you to be counting the seconds

olive yew
#

give me voice verified jeez >< one more day 🐱

quasi condor
#

Bursting with joy at my imminent arrival

zenith radish
#

i might go to the store soon tho xd

quasi condor
#

The horror

#

What a tragedy

gentle flint
vocal abyss
#

hey!

#

do someone here has a paper of pyautogui , keyboard and mouse libraries?

olive yew
south bone
wheat haven
#

could anyone give me some help coding my first app

#

?

rugged root
#

What kind of help?

quaint oyster
#

Also don't ask to ask, simply ask 🙂

wheat haven
#

Just like geting started with coding apps with python

quaint oyster
#

what kind of app

wheat haven
#

idk anything

quaint oyster
wheat haven
#

thanks

quaint oyster
#

if you encounter any specific questions or problems, that's where we can help 🙂

vocal abyss
#

guys! , can someone help me finding a certain library?

#

its for emulating a virtual mouse

rugged root
#

There's pyautogui

#

Another option is AutoHotKey

vocal abyss
#

(make the pc believe there is a usb mouse plugged)

rugged root
#

What are you needing it for?

vocal abyss
#

i need to create a second cursor

#

and assign it a phisical input

#

which is going to be controlled by a python script i made

quaint oyster
#

Sounds like you could use a virtual machine to run that script

#

sounds harder to do what you're asking than that

vocal abyss
#

yeah but i have to do it anyway

#

it has to run on a raspberry pi

#

so i cant use a vm

quaint oyster
#

So you want two cursors controlling things instead of one?

vocal abyss
#

yup

#

but independently

quaint oyster
#

is one controlled by you?

rugged root
#

Hmm, that's a bit different then

vocal abyss
#

im making a new form to interact with the pc

rugged root
#

Most of the things I know of just hijack the one mouse

vocal abyss
#

i kind of control the two of them

#

one with the left hand and one with the right

#

by using opencv

quaint oyster
#

what os is your pi using

vocal abyss
#

windows

#

whith pycharm

#

with*

quaint oyster
#

i found this on reddit idk, ide doesn't matter

vocal abyss
#

that is the main proble

#

m

#

i can already do that

#

but i need to create a virtual human interface device

#

in order to control it

quaint oyster
#

yea windows doesn't allow two cursors

#

maybe another os not sure

vocal abyss
#

mousemux its capable of doing it

#

i just want to create the hid

rugged root
quaint oyster
#

Have you tried looking at the mousemux source

vocal abyss
#

yeah but there is nothing

#

they don´t create the hid

#

they just assign each one to each cursor

vocal abyss
#

XD

#

Thanks ? i guess

quaint oyster
#

Sorry my guy, have no idea wtf to do for you at this point

vocal abyss
#

pray for me

#

i just have a week to get this done

quasi condor
#

off to eat

#

goodnight

rugged root
fresh wharf
#

hello guys

#

can someone help me fix "missing 1 required positional argument"

#

?

#

@rugged root can you help me?

#

@mild quartzhow about you man?

#

guys?

#

anyone here?

sweet lodge
#

@rugged root uses closed source ‼️ ‼️ ‼️

wise cargoBOT
#

auto_guild/__main__.py line 34

def channel_parser(channel_mapping: dict[str, list[dict[str, str]]]) -> PARSED_CHANNELS:```
wise cargoBOT
#

auto_guild/__main__.py lines 16 to 17

PAYLOAD = dict[str, str | int | list[dict[str, str | int]]]
PARSED_CHANNELS = list[dict[str, str | int]]```
rugged root
#

I'll be back when I get in the van.

cosmic osprey
#

i got to this

#

def createDict():
GridMain = {}
for i in range(6):
GridMain[chr(65 + i)] = ['', '', '', '', '', '']

print(GridMain)

createDict()

Placeholder = input("What is your preffered placeholder 'X' or 'O'?: ")

if Placeholder == 'X':
Player_1 = 'X'
Player_2 = 'O'
else:
Player_2 = 'X'
Player_1 = 'O'

#

but I don't know how to make my list into a grid

#

I also don't know what to say further from here.

lyric moss
south bone
#

Noob mistake, assistance would be pretty schwee

rocky hearth
#

@sly jolt hey can i get the streamer role rq?

#

@olive hedge

vestal crypt
#
line.strip().split(',')
white hemlock
#

what

#

is

#

up??

#

I need verification ))

olive yew
#

u g2wait 3 days

#

and send 50 messages

peak ice
#
import pygame
from settings_of_learning import Settings_of_rain
def rungame():
    pygame.init()
    settings = Settings_of_rain
    screen = pygame.display.set_mode((800,800))
    pygame.display.set_caption('rain')
    icon = pygame.image.load('drop.png')
    pygame.display.set_icon(icon)
    run = True
    while run:
        for event in pygame.event.get():
            if event.type == pygame.QUIT:
                run=False

            screen.fill(settings.__init__().bg_color)
rungame()
#
class Settings_of_rain:
    """A class to store all settings for the game."""

    def __init__(self):
        """Initialize the game's settings."""
        # Screen settings
        self.screen_width = 600
        self.screen_height = 400
        self.bg_color = (0, 0, 0)
        # ship
        self.velocity = 1
        # Bullet settings
        self.bullet_width = 3
        self.bullet_height = 10
        self.bullet_speed_factor = 2
        self.bullet_color = (110, 110, 110)
        self.bullets_allowed = 5
steel sluice
#

hi

#

do u know how to use juniper notebook or google colab?

#

guys did u read my msg?

somber heath
#

@steel sluice Sorry, I wasn't paying attention, sorry.

#

Sorry, never used them.

somber heath
#

@neat acorn Corey Schafer, YouTuber, Playlist for Python beginners.

proven gorge
#

hey guys i only need the first entry of these dictionaries is there any way to access only thatt

#

like only office or building or amenity name

somber heath
#

!d collections.OrderedDict

wise cargoBOT
#

class collections.OrderedDict([items])```
Return an instance of a [`dict`](https://docs.python.org/3/library/stdtypes.html#dict "dict") subclass that has methods specialized for rearranging dictionary order.

New in version 3.1.
main vault
somber heath
#

LCARS

main vault
somber heath
#

In the Star Trek fictional universe, LCARS (; an acronym for Library Computer Access/Retrieval System) is a computer operating system. Within Star Trek chronology, the term was first used in the Star Trek: The Next Generation series.

#

@main vault Your audio is degrading.

main vault
#

yes, fixing it

#

now

somber heath
#

Degraded, I mean.

main vault
somber heath
#

!e py import numpy as np arr = np.full(6 * 10, float("nan")) arr[::6] = np.arange(10) arr[1::6] = np.arange(10) + 100 print(arr) for i in (2, 3, 4, 5): arr[i::6] = arr[i%2::6] print(arr)

wise cargoBOT
#

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

001 | [  0. 100.  nan  nan  nan  nan   1. 101.  nan  nan  nan  nan   2. 102.
002 |   nan  nan  nan  nan   3. 103.  nan  nan  nan  nan   4. 104.  nan  nan
003 |   nan  nan   5. 105.  nan  nan  nan  nan   6. 106.  nan  nan  nan  nan
004 |    7. 107.  nan  nan  nan  nan   8. 108.  nan  nan  nan  nan   9. 109.
005 |   nan  nan  nan  nan]
006 | [  0. 100.   0. 100.   0. 100.   1. 101.   1. 101.   1. 101.   2. 102.
007 |    2. 102.   2. 102.   3. 103.   3. 103.   3. 103.   4. 104.   4. 104.
008 |    4. 104.   5. 105.   5. 105.   5. 105.   6. 106.   6. 106.   6. 106.
009 |    7. 107.   7. 107.   7. 107.   8. 108.   8. 108.   8. 108.   9. 109.
010 |    9. 109.   9. 109.]
somber heath
#

!e py a = [v % 5 for v in range(20)] b = [v % 5 for v in range(21, -1, -1)] print(a) print(b)

wise cargoBOT
#

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

001 | [0, 1, 2, 3, 4, 0, 1, 2, 3, 4, 0, 1, 2, 3, 4, 0, 1, 2, 3, 4]
002 | [1, 0, 4, 3, 2, 1, 0, 4, 3, 2, 1, 0, 4, 3, 2, 1, 0, 4, 3, 2, 1, 0]
main vault
#

@somber heath ❤️

olive yew
#

;o

whole bear
#

hi everyone

rugged root
whole bear
#

i finally made my rpg discord bot
roll dices send item photos
and store record from the players

#

spider bites peter parker and he turner in the spider man
ozzy bites the bat and the bat transforms into a man maybe morbius

somber heath
#

"I'M BATMAN." 👅

olive yew
#

how tf can i check how many days im on the server