#voice-chat-text-0

1 messages · Page 207 of 1

peak nacelle
#

Sorry!!! My phone won't let me and it's going to die 😭

misty spruce
#

i want someone to help o want to ask a question pls

#

man i have a dgree in high school my electives was eco and busines and physics can i study cs

wind raptor
#

sure

#

why not

misty spruce
#

someone told me that you need chem to apply to cs in college

wind raptor
#

You'd have to check the uni/college requirements. They are all different

alpine crow
misty spruce
alpine crow
wind raptor
misty spruce
#

thank you so much for helping me out man

wind raptor
#

No problem

coarse remnant
#

hello everyone

coarse remnant
#

new to python how long does it takes usually

short owl
#

ohhhhh Saitama ??? @proper grove

whole bear
short owl
#

Ramsey is french trained chef

#

you have saitama pic in profile

#

many dont know bout saitamas coolness

#

Saitama the anti-hero

#

oinky - sqeeel - SQL

#

do any of you code on big 55' screens , all windows open - no open/close/open.... bla bla

rugged root
#

I wouldn't do that even if I had a screen that big

short owl
#

why not

rugged root
#

RAM is still a thing

short owl
#

is 16 G tiny ?

rugged root
#

Fair. I think my ADHD would hate me for having all of that open

short owl
#

maybe just - vstudio , program gui , and ?

rugged root
#

Youtube, Discord, probably a game

short owl
#

most game peak at 1080p then need super vid card

#

same idea with Alien Nation movie

#

4k

#

less than 2k = minecraft blocky world

#

visual acerage is great

#

i did that - uptairs 3x 21 inch monitors , but ..

#

i got them free , and cheap

#

21 inch is considered so old now , lots for free

#

i was on train today - a woman was having a screaming match with her 2 personalities

toxic arch
#

@desert vector bit flags i hear?

desert vector
#

you heard correct

toxic arch
#
def get_bits(packed_bits: int, packed_bits_length: int, bits_offset: int, bits_length: int) -> int:
    if not(packed_bits >= 0 and packed_bits_length >= 0 and bits_offset >= 0 and bits_length >= 0): raise ValueError('No neagtive values allowed')
    
    if not(bits_offset + bits_length <= packed_bits_length): raise ValueError('Invalid bit offset or length')

    shift_amount = packed_bits_length - bits_offset - bits_length
    
    mask = 2**bits_length-1
    mask <<= shift_amount
    
    return (packed_bits & mask) >> shift_amount


def set_bits(packed_bits: int, packed_bits_length: int, bits_offset: int, bits_length: int, value: int) -> int:
    if not(packed_bits >= 0 and packed_bits_length >= 0 and bits_offset >= 0 and bits_length >= 0 and value >= 0): raise ValueError('No neagtive values allowed')
    
    
    bits_offset_plus_bits_length = bits_offset + bits_length
    
    if not(bits_offset_plus_bits_length <= packed_bits_length): raise ValueError('Invalid bit offset or length')
    
    max_value = 2**bits_length-1
    if not(value <= max_value): raise OverflowError(f'Value {value} is too big, max is {max_value}')

    # get first bits
    first_bits = get_bits(packed_bits,packed_bits_length,0,bits_offset)
    
    # get last bits
    last_bits_length = packed_bits_length - bits_offset_plus_bits_length
    last_bits = get_bits(packed_bits,packed_bits_length,bits_offset_plus_bits_length,last_bits_length)

    # concacntae them togegther
    return (((first_bits << bits_length) | value) << last_bits_length) | last_bits
#

you can use this

#

fucntions

desert vector
#

this is in C
besides, all I need is |=, & and an enum lol

toxic arch
#

i made those functions in c too

#

if i can find it

willow light
turbid sandal
#

@wind raptor its 4:00 am for me and i am still playing valorant

turbid sandal
#

its 5:00 am and still playing

somber heath
#

@whole bear 👋

gentle flint
#

assuming you're still in Germany

astral coral
#

Hey, forgive me if this isn't relevant or good to post. I recently bought a smart watch from some chinese vendor, I've been trying to figure out if there is a way to make my own firmware for it, does anyone have experience with this. I get this might be a Java question but I figured you were smart and diverse people

astral coral
#

thank you

edgy sierra
#

@willow pendant hey come at voice chat 0 I can help you

willow pendant
#

ok

willow pendant
edgy sierra
#

i can show how i did it

willow pendant
#

ok

#

give me a sec

edgy sierra
#

@willow pendant

#

in python version put 3.10.5 or 3.10

willow pendant
#

Yes

#

Can u wait for sec?

#

I'm facing serious issue in my linux system

#

Suddenly my wifi network disconnected

edgy sierra
#

if you have .env file you can use secret files feature

willow pendant
#

Ubuntu really sucks😔

willow pendant
# edgy sierra

i put my env file's
variable inside environment variables

edgy sierra
#

no, you need to add a secret file by clicking on the add secret file button

willow pendant
#

Ok

edgy sierra
#

and then just paste all the env variables there and give the filename

willow pendant
#

Ok

edgy sierra
#

may be not with dot

willow pendant
edgy sierra
#

lets see

willow pendant
#

let me share log

edgy sierra
#

show me build command and start command

willow pendant
#
  File "/opt/render/project/src/settings.py", line 3, in <module>
Oct 27 01:32:39 PM      from dotenv import load_dotenv
Oct 27 01:32:39 PM  ModuleNotFoundError: No module named 'dotenv'
edgy sierra
#

add the dotenv package in requirments.txt

willow pendant
edgy sierra
#

are you using flask

willow pendant
#

fast api

edgy sierra
#

use gunicorn

#

thats what is prefered

willow pendant
#

ok

edgy sierra
#

for just try to build the project and check if it works

willow pendant
#

i think problem is module was missing

edgy sierra
willow pendant
#

let me try

willow pendant
edgy sierra
#

lets build it

willow pendant
#

i'm in middle of buidling

edgy sierra
willow pendant
#

ok

willow pendant
#

deployment taking too much time

edgy sierra
#

yeah

#

it depends on the project

willow pendant
#

oh

willow pendant
edgy sierra
#

👍

willow pendant
edgy sierra
willow pendant
willow pendant
edgy sierra
#

thats unfortunate

#

whats the api about?

willow pendant
#

It's for some internal development

edgy sierra
#

👍

nocturne sail
#

👍

neon perch
#

Hey Opal

#

Just thought I'd pop in

#

Hoping to get verified today. No big deal if not, it's just a voice channel. I'm hoping to still get some help with my pandas project but I understand that might not be your forte.

#

I feel it

#

It's just super weird cause it's supposed to aggregate my data into a new dataframe then save it to a csv. Just super dumb cause it worked before. Maybe I'm doing something wrong.

#

Not to bore you with this my bad

#

What channel do you think would be best for me

#

bet

#

Are you from the UK btw?

#

Sheffield

#

Lmaoooo it's all good. I'm American but take an interest in the UK.

#

Uhmmmmm let's see how about York?

#

Oh for sure

#

Netherlands?

#

alright then

#

Denmark?

#

hmmm

#

Bahamas?

#

Hint?

#

OHHHH

#

Austrailia

#

Wow I can't believe I missed that

#

That makes total sense

#

True that

#

Same in America sadly

#

All the same I am glad to be here but do my best to make a conscious effort to remember I and many others weren't here first and the impact that has.

#

This dude sounds like he's from the UK though 😉

somber heath
#

@gleaming dirge 👋

neon perch
#

@frozen owl What is your project, mate?

#

What are you training?

#

@somber heath Could I get the link for pasting my code for review? I think it's dropbox?

#

@frozen owl use pypy

neon perch
#

Hey guys

#

Man, I wish I could talk in this conversation.

somber heath
#

@humble valley 👋

neon perch
#

@wind raptor You could go to jail for espionage

#

true

#

Dude went to jail for leaking gta6

#

Anyway question for you chaps. Any of you guys good at pandas?

#

Would you mind looking at my code and see if you could find something wrong with what I'm trying to do?

#

I pinged you to my help channel

#

I did not get it working sadly

#

Cause what I'd like it to do is aggergate the last minute of data and add it to another dataframe that holds open, high, low, close, etc.

turbid sandal
#

hello

neon perch
#

You still there mate?

#

@wind raptor could you see when I joined the server so I don't spam the voiceverify?

#

for sure

somber heath
#

@thorny harbor 👋

neon perch
#

I'm still here just in game at the moment

thorny harbor
#

@somber heath hi

somber heath
#

@small slate 👋

neon perch
#

Thank you for your help mindful dev

somber heath
#

@old fulcrum 👋

leaden garden
#

somone give me access to video

somber heath
#

@visual shore 👋

#

@teal whale 👋

teal whale
#

hello

astral coral
#

hery

#

y'alright opal?

#

drawing pixel art rn

willow pendant
# edgy sierra it will still be running the building process
Oct 27 06:57:33 PM    File "/opt/render/project/src/main.py", line 12, in <module>
Oct 27 06:57:33 PM  
Oct 27 06:57:33 PM      from query import Query, Users
Oct 27 06:57:33 PM    File "/opt/render/project/src/api/query.py", line 63, in <module>
Oct 27 06:57:33 PM      from handler import get_all_users, get_all_projects, get_all_forms, get_form_by_id, get_all_attr_forms_1, get_all_map_project_forms, get_all_attributes
Oct 27 06:57:33 PM    File "/opt/render/project/src/api/handler.py", line 3, in <module>
Oct 27 06:57:33 PM      from settings import conn
Oct 27 06:57:33 PM  ImportError: cannot import name 'conn' from 'settings' (/opt/render/project/src/settings.py)
#

This is my code issue

neon perch
#

You talking to me?

#

Okay so I need to resample it

#

Sorry I didn't know if you were talking to someone else

warped raft
#

hello @wind raptor

#

i was trying to animate this for an event

#

it

#

it's jst the beginning

#

hello @somber heath

#

@wind raptor what are you doing

#

@wind raptor before going back help me

warped raft
#

ah let it be

#

just your opinion

#

thank you

somber heath
#

@unique osprey 👋

warped raft
#

apreciate your time

astral coral
#

hey

warped raft
#

yeah this is for my annual function
so I think this might work

somber heath
#

@whole bear 👋

whole bear
somber heath
#

@mystic forge 👋

astral coral
#

ahahahahah google go brooom

whole bear
#

how are you doing

neon perch
#

@dusky lynx you could use chatgpt for help

astral coral
#

I do

neon perch
#

I've used it briefly

whole bear
neon perch
#

Yes it's true usually

astral coral
#

its faster than python but python can write the same program in less code

somber heath
#

@wary ridge 👋

#

@granite escarp 👋

willow pendant
#

@edgy sierra Thanks buddy, I'm able to successfully deployed my api on render

astral coral
#

anyone wanna see my "not so good" pixel art XD

#

<O>

somber heath
#

I do.

astral coral
#

it's camden highstreet in London

#

but I haven't finished it

oblique ridge
somber heath
#

@lost fulcrum 👋

astral coral
#

is it some numerology "stuff"

#

remember remember the 5th of november

#

code cracked

#

10/10 would buy on itunes

mortal sundial
#

hi

neon perch
#

warm week here in the midwest also

astral coral
#

its 15C here in London

neon perch
#

Hey @wind raptor something new with my program happened

astral coral
#

ahahhahahahahahahah

neon perch
#

I'd talk in this channel but I'm not verified yet

astral coral
#

progress thus far

neon perch
#

I have, I think I have a few more hours left

somber heath
#

@kindred stone 👋

neon perch
#

wait it's a real place I realize now

astral coral
#

ahahhahaahahhaha

#

simplified version of this place

#

its wrong, for example the tube station is on the right side of the street but I've put it on the left

#

also Camden Lock isn't a sign, its rail track but I've got it as a sign

#

IDM

somber heath
#

@acoustic narwhal 👋

#

@fluid hill 👋

oblique ridge
rugged root
#

Back at the dealership waiting for the new tire to be put on

#

Hai

#

Can't talk

#

In the dealership waiting room and all that

#

If only

#

No it's pretty nice here actually

#

Nice kureg or however you spell it machine

desert vector
#

keurig

rugged root
#

Bagels, sandwiches, etc

desert vector
#

not bad

#

steal the sammiches for me por favor

rugged root
#

All complimentary

#

If only I could

desert vector
#

they're supplementary to my diet

#

now grab them

rugged root
#

They're Jimmy John's too so they're pretty good

#

It's the one I've gone to for a long time

#

Reliable Toyota in Springfield mo

#

Fuel injector in the veins

desert vector
#

"need that 93 octane"

rugged root
#

Yas

#

Well no no

#

It's my same vehicle

#

It's where I get it serviced too

#

Bored now

desert vector
#

bored moment

rugged root
#

Getting restless. Hoping I'm not stuck here for 2 hours

#

Ligma processing?

#

There isn't a V7 is there?

#

@oblique ridge Do you have to wear a pith helmet whenever you use Apple's browser?

desert vector
#

damn, now i kinda want to play don't starve

rugged root
#

I enjoyed it but it never quite clicked

somber heath
#

lemon_fingerguns Pith helmet.

oblique ridge
astral coral
#

sorry I left the room and my phone reconnected, gonna disconnect and reconnect in 10 mins, sorry for the dings

rugged root
#

You're fine

oblique ridge
#

dong

desert vector
#

and you're coarse

desert vector
whole bear
#

should i stream?

desert vector
#

should you?
the stage is yours for the taking, jan
feel free

whole bear
#

alright

dusky lynx
rugged root
#

I've got my Google Assistant set to an Australian accent

#

I don't know why

whole bear
#

isn't it

rugged root
#

__init__?

#

Dude, Opal, how do you live. Dealing with code blocks are a god damn nightmare on mobile

whole bear
#

i can teach you

#

the script is easy to learn

gentle flint
#

I speak from sad experience

rugged root
#

This is rough

somber heath
#

Practice, I guess.

rugged root
#

It's hunting down the damn back tick

#

It's tucked away on my keyboard

somber heath
#
?123 =\< `
rugged root
#

Just feels so faaaaar

rugged root
#

Which one?

#

@oblique ridge I missed which one you said

oblique ridge
#

i forget

rugged root
#

The ai code thing. Copilot alternative

oblique ridge
#

codeium

rugged root
#

Gotcha

oblique ridge
#

all of this is what copilot x is

#

everything is in beta except the original copilot plugin

#

need to waitlist in each one

rugged root
#

Also massively depends on if it understands existing plans for the project.

oblique ridge
#

i like snyk

rugged root
#

Could give you suggestions that directly conflict or makes it more complicated to change

#

Snyk?

oblique ridge
#

yeah people shouldnt blindly trust stuff given to them

rugged root
#

Not without legal recourse

wind raptor
whole bear
#

wouldn't people want to hire crazy people

oblique ridge
#

#bot-commands

rugged root
#

That's where the crazy stuff is, in fairness

#

@flint hill Don't ask to ask, just ask

astral coral
#

can of worms open xD

somber heath
#

Mushroom freshener.

rugged root
oblique ridge
rugged root
#

What?

astral coral
#

can someone explain in game views for pygame?

#

so if I have a screen of 640X480 how do Increase my game room without messing with the screen?

oblique ridge
rugged root
oblique ridge
#

window?

whole bear
#

i think they mean scrolling

oblique ridge
#

ooh that just gave me a stupid iidea

astral coral
somber heath
#

Render larger than your view window and take a slice of it the size of your window?

whole bear
#

tiles

oblique ridge
#

game thats room is size of screen but your viewing area is just the small window
then as you move to the bounds, the window expands to show instead of having screen scrolling lol

#

i can see nothing cool coming from that tho

astral coral
#

pygame game jam just released thier theme "unknown" wanna make a like top down rpg with fog of war

oblique ridge
#

ooh i love fog of war

#

never touched pygame tho

rugged root
#

Frog of war

astral coral
#

looooooooooool

astral coral
#

XD

rugged root
#

Is the current fog just based on what the screen shows?

#

If so then you can just base it on an area around the players instead

astral coral
#

I was thinking theres a constant fog and the player has to avoid traps

#

I could just define "irational" x and ys for the traps and have them move into the game screen I guess

somber heath
#

Dog of War. Frog of War. Log of War. Pog of War. Nog of War. Bog of War. Sog of War. Cog of War. Hog of War. Jog of War.

#

Blog of War.

astral coral
#

opal of war

somber heath
#

Clog.

#

I think I like Cog of War, vs Gears of War.

rugged root
#

Tod of War

#

"Oh hey guys"

astral coral
#

"IT JUST CROAKS"

rugged root
#

Many things do croak in war

astral coral
#

oooooo dark humor in mind wont post instban

whole bear
#

wr0ng server sorry

#

im very dumb

astral coral
#

I have the IQ of a mouse

#

WAIT

#

PEACE THROUGH POWER!!!

#

by blowing alot of people

neon perch
#

I'm voice verified!

astral coral
#

hubris

oblique ridge
#

The Dunning–Kruger effect is a cognitive bias in which people with limited competence in a particular domain overestimate their abilities. Some researchers also include the opposite effect for high performers: their tendency to underestimate their skills. In popular culture, the Dunning–Kruger effect is often misunderstood as a claim about gener...

#

The Dunning–Kruger effect is defined as the tendency of people with low ability in a specific area to give overly positive assessments of this ability.

astral coral
#

PERFECTION IS A LIE

oblique ridge
#

there's this graph which is often used but don't think it has a real basis iirc

astral coral
#

nah f that, I know everything about programming

oblique ridge
#

same tbh

astral coral
#

XD

neon perch
#

Watch the road not us! haha

astral coral
#
class P_button(pygame.sprite.Sprite): 
   def __init__(self,x,y,*groups): # Intialisation
      super().__init__(*groups) 
      self.img_org = pygame.image.load(os.path.abspath(os.getcwd()+os.path.join("\imgs","Button_P.png"))) # Image orginal
      self.img_alt = pygame.image.load(os.path.abspath(os.getcwd()+os.path.join("\imgs","Button_P_2.png")))  # Image Alternative
      self.image = self.img_org # Set Default image
      self.rect = self.image.get_rect() # Set Colision Rectangle
      self.rect.x = x # Rect X
      self.rect.y = y # Rect Y
      self.click = False # Click Variable
      
   def update(self):
        if self.rect.collidepoint(pygame.mouse.get_pos()): # Check collision with mouse
          self.image = self.img_alt # Alt image
        else : 
          self.image = self.img_org # Orginal image
        
        if self.click == True: # Test if clicked
           if self.rect.collidepoint(pygame.mouse.get_pos()): # If collision
             global MENU # Globals
             MENU = False # Menu False
            

        if MENU == False: # If Menu False
                self.kill() # Kill self
                screen.fill(WHITE) # Wipe screen```
#

yay my "play" button done

#

I've been here 10 years but never verified XD ahaahahhahahaha

stuck furnace
#

Yeah Mars Climate Orbiter

#

The Mars Climate Orbiter (formerly the Mars Surveyor '98 Orbiter) was a robotic space probe launched by NASA on December 11, 1998, to study the Martian climate, Martian atmosphere, and surface changes and to act as the communications relay in the Mars Surveyor '98 program for Mars Polar Lander. However, on September 23, 1999, communication with ...

#

NASA's system was using metric; Lockheed's system was using US customary units.

whole bear
#

should it print the include line?

wispy basin
#

Does Anyone know how to fix Pygame install No Module found?

#

Join VC: Code/Help

oblique ridge
#

not an issue specific to pygame, the python you're using isn't able to find the module you're looking to use

wispy basin
#

python 3

oblique ridge
#

can you copy the error you get. it should tell you which module you're missing

astral coral
#

meow

wispy basin
#

alr

astral coral
#

I got chicken wings

#

Im gonna marinate

wispy basin
#

ModuleNotFoundError: No module named 'pygame'
PS C:\Users\pc\OneDrive\Desktop\Python>

random berry
#

I've done a Brisket in the oven and it turned out great!

wispy basin
#

By:

#

Import pygame

random berry
#

If you wanna be real dad vibe make a brisket every Christmas

oblique ridge
#

what are you using to code in python?

#

you have to make sure pygame is installed

wispy basin
#

Viscode

astral coral
#

I asked ChatGPT how to read minds

wispy basin
oblique ridge
#

in terminal in vscode type pip install pygame

random berry
#

I used Codieum in VS code to write almost the entirety of my GUI

oblique ridge
#

hm interesting

#

i'll be able to help out in 30m likely, i have a meeting coming up rn

wispy basin
#

alr np

#

dm me rq

#

so i can add you

vocal basin
wispy basin
#

!voiceverify

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @wispy basin until <t:1698426525:f> (10 minutes) (reason: burst spam - sent 8 messages).

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

oblique ridge
#

that won't work lmao

vivid palm
#

!tvmute 1005104818219667558 "2 weeks" Spamming messages to up your message count is not the way to get voice verified. You can still join voice channels without being verified; you just have to get some legitimate server activity in order to get verified.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice mute to @wispy basin until <t:1699635605:f> (14 days).

rugged root
#

Mina halp. Quickbooks sucks

#

Yeah might as well delete that one. Plenty of people will stumble on things and run them without thinking

oblique ridge
rugged root
jolly python
molten pewter
#

Catch These Men

#

Connect the Dot

#

A Petit Dejeuner

#

An Album Cover

#

Colors that End in "Urple"

#

Toast

#

I have a Chardonnay

oblique ridge
amber raptor
oblique ridge
#

those three are made by the same guy that did alantutorial

rugged root
#

@short owl You do RC stuff, right?

#

Liposuction batteries

#

Butt converter?

brazen gazelle
rugged root
#

The C-rate of a battery is the measurement of current in which a battery is charged and discharged at. The capacity of a battery is commonly rated at 1C, meaning that a fully charged battery rated at 1Ah should provide 1A for one hour.

#

Okay that makes sense

#

Fucktons of button cell batteries

#

Pup culture, actually

#

Also, we can tie it to Disney movies, too

#

Robin Hood's Maid Marian

oblique ridge
#
desert vector
thin fox
brazen gazelle
#

Here we go again, another day, another scammer. This time a scammer decided to use a live payment processor to test validity of cards to scam. Not very smart and he'll pay because of it.

Hope you enjoyed the video!

Join my Discord server and come say hi:
https://discord.gg/engineerman

Check out some code on my GitHub:
https://github.com/realt...

▶ Play video
oblique ridge
rugged root
#

Wait whose move is it on that board?

oblique ridge
#

black to move

rugged root
#

This isn't a one step to checkmate, right?

#

Most reasonable move I can see is queen take bishop

#

Knight to bishop?

oblique ridge
#

white has Qg7#
so you need forcing moves

rugged root
#

Knight to b5 would force the queen to move

#

Which could compromise some things

oblique ridge
#

it would force it to Qg7 to mate you 😩

#

hint: ||mate in three||

brazen gazelle
#

can I join although I'm not in vc?

oblique ridge
#

ye ofc

brazen gazelle
#

Queen to C1

#

king takes

#

then knight take bishop on e2

#

which is also check

oblique ridge
#

brazen gazelle
#

then rook to d1

oblique ridge
#

v01d knows what's up

#

gg

brazen gazelle
#

noice

oblique ridge
#

full solution: ||Qc1+ Kxc1 Nxe2+ Kb1 Rd1#||

#

black to move

toxic arch
#

chess

frigid panther
#

good morning

toxic arch
#

here is 8pm in uk

random berry
#

Any one solid with PyQt5?

#

My Application is crashing for a few users but only those users and at random times.
No traceback is generated so I assume its happening at a sub dependency level.

Was able to identify Qt5Core.dll as an identified crash point for one user. I assume this means I have a memory leak somewhere?

oblique ridge
#

aim of go is to end with more points than your opponent

#

you get points be enclosing space

#

in some rules, you also get points by capturing opponent pieces

golden sonnet
#

it's hard not to talk during other people's game :p

oblique ridge
#

pieces are captured when all their free spaces are taken up

#

pieces of the same color that are immediately next to one another are part of a group and share free spaces

rugged root
oblique ridge
rugged root
#

Immediately as in not diagonal?

oblique ridge
#

yes

golden sonnet
#

yeah i'd probably start yelling that when i convince myself to turn on mic

oblique ridge
#

only orthogonal

rugged root
oblique ridge
#

the worst is watching chess

#

cause playing, i suck ass

rugged root
#

"Don't go into that room you idiot! Oh come on it's like you're WANTING to be killed!"

oblique ridge
#

but if i'm in a puzzle or watching someone play, it's all of a sudden clear to me

golden sonnet
#

yeah i'm not even a good player

oblique ridge
torn lotus
fierce summit
#

hi

torn lotus
#

pronunciation can dictate whether or not you are perceived as intellectual, agreed

#

I hate misspelling when speaking on intellect 😆

oblique ridge
#

it's big on perception but isn't objectively the case which makes for fun scenarios

fierce summit
#

I'm already lost 😄

#

Only been listening for like 3 minutes

golden sonnet
#

خارزم

#

الخارزم

rugged root
#

@oblique ridge @raw carbon This ^?

torn lotus
#

so much to learn in such a short life

golden sonnet
#

شمال
؟

oblique ridge
#

يون

#

add س for my name

golden sonnet
#

یونس؟

rugged root
#

It's weird to me when you have languages where the written language is called something different than the spoken one

#

l33t

#

as opposed to leet

golden sonnet
#

like 110 -> علی

oblique ridge
golden sonnet
#

پهلوی

whole bear
#

馬/马

oblique ridge
#

Any three-dimensional topological manifold which is closed and simply-connected must be homeomorphic to the 3-sphere.

#

basically take a cube, you can move its shape around so that it's a sphere

#

because sphere and cube are closed and simply connected

#

but a donut cannot become sphere

#

now do that in 4 dimensions

rugged root
oblique ridge
#

riemann

#

In mathematics, the Riemann hypothesis is the conjecture that the Riemann zeta function has its zeros only at the negative even integers and complex numbers with real part 1/2

#

that's the riemann zeta function

#

basically prove the conjecture true or false

#
import random
input("Choose (r)ock/(p)aper/(s)cissors: ")
print(random.choice(("You win!", "You draw!", "You lose!")))
somber heath
#

@whole bear 👋

somber heath
#

@hot bay 👋

hot bay
#

Hi

#

How are you

#

I want to learn python any suggestions?

somber heath
#

!resources

wise cargoBOT
#
Resources

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

somber heath
#

YouTube, Corey Schafer, Playlist for Python Beginners.

hot bay
#

I'm beginner

#

Ohh that will be great

#

Yes

#

Yes i can hear you fine

somber heath
#

!e py print('Hello, world.')

wise cargoBOT
#

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

Hello, world.
somber heath
#

!e py a = 123 b = 456 print(a) print(b)

wise cargoBOT
#

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

001 | 123
002 | 456
hot bay
#

Can you also tell about commas

#

Ok

somber heath
#

!e py print(1, 2, 3)

wise cargoBOT
#

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

1 2 3
somber heath
#

!e py print('a', 'b', 'c') alpha = 'a', 'b', 'c' print(alpha)

wise cargoBOT
#

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

001 | a b c
002 | ('a', 'b', 'c')
somber heath
#

!e py alpha = 'a' + 'b' + 'c' print(alpha)

wise cargoBOT
#

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

abc
somber heath
#
a = 1, 2, 3
b = (1, 2, 3)```
hot bay
#

Hey if you don't mind can we continue here in sometime

#

yes

#

Alright then I will catch up you in sometime

#

Thank you

willow pendant
#

🙂

somber heath
#

@spiral wadi 👋

astral coral
#

Hey Opal

#

you okay?

#

I have my volume off XD

#

its 6am and there are others in the building

#

IDK why I joined chat xD

#

1 sec

#

I can hear now

#

h#yeah

#

suppposed to be my cyberpunk protangonist for the pygame game jam

#

optical implants have malfunctioned

#

the character cant see either

#

I literally made this in 5 mins, I should improve it

#

I only have 8 days

#

but thats alot of time really

#

but pygame is alot of fucking around

somber heath
#

@versed escarp 👋

astral coral
#

urgh still have to wait 8 hours for vv

versed escarp
#

opal

#

:/

astral coral
#

you have to wait tilll you can speak

versed escarp
#

do you know how to beat box

#

alr

#

what should i code

#

i made a banking app one time

#

i made an rpg loottable generator

#

hmm

#

ill just play rlcraft lol

#

*modded minecraft

#

ye

somber heath
#

!kindling

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.

somber heath
#

@jolly python 👋

jolly python
#

hru?

versed escarp
#

@somber heath would you like to try my very simple guessing game when i make it

jolly python
#

omg your voice is too good @somber heath

astral coral
#

better?

#

yeah

#

maybe I could do more with the hair?

versed escarp
#

@somber heath i like ur voice too

astral coral
#

thats cheating XD

versed escarp
#

random guessing game but with a twist: when you get it wrong, it downloads and opens a picture that says "higher" or "lower"

astral coral
#

true

#

idk

versed escarp
#

lmao

astral coral
#

nah I take everything with a pinch of salt, dw

versed escarp
astral coral
#

yh true

#

well Im thinking of a basic game idea

astral coral
jolly python
#

can anyone tell me how can I get rid of this scroll bar thing

#

in vs code

astral coral
#

vs code

#

appearance

#

minimap

#

toggle off

versed escarp
#

sweet

astral coral
#

under view sorry

#

on the top left side of the screen

#

I love VSC

#

I find it much nicer to use than pycharm etc

jolly python
#

tysmmmmm!! @astral coral

astral coral
#

np

#

I personally like the minimap tho, gives me an ego boost

astral coral
#

XD

#

alright DR.OPAL

jolly python
#

hahaha

versed escarp
#

am scared 👻

#

🤣

#

i alr know that im gonna love this discord

astral coral
#

I've got a really basic fog of war drawn but what I might do is make enemies like green vibrating lines

#

so everything black except the character

versed escarp
#

and then turn them into grids

#

and then paste them over and over and over and over and over and over and over and over and over and over and over and over

astral coral
#

I was just gonna make a single frame with transparentcy in the middle

versed escarp
astral coral
#

xD

versed escarp
#

im so happy that i finally bought my computer

astral coral
#

I was gonna give the illusion of movement but the character remains at the centre of the screen

#

I honestly have no idea what I'm doing, need to brain storm more

versed escarp
#

hmm that didnt work like i hoped it would

#

🤔

#

my script does not work

#

will fix

astral coral
#

keep trying

versed escarp
#

who left

astral coral
#

Xesicj

somber heath
#

@jolly python We've had a talk, and decided we won't forgive you for leaving.

astral coral
#

@jolly python The council has spoken

versed escarp
#

@somber heath how old ru

somber heath
#

@spiral pelican @wide umbra 👋

versed escarp
#

🤯

astral coral
#

4.6 billion years old

versed escarp
#

WHAT

astral coral
#

the age of sol

versed escarp
#

anyone here like terraria?

astral coral
#

I used to play it

versed escarp
#

lol

astral coral
#

he's old enough

versed escarp
astral coral
#

ouch

versed escarp
#

it was so worth my 10 dollars

spiral pelican
#

Bros can you help me with a code?

versed escarp
astral coral
#

whatcha need

versed escarp
#

send

wide umbra
#

I also mee need helpp

versed escarp
#

makes me mad too @somber heath

astral coral
#

looooool

wide umbra
#

code

versed escarp
spiral pelican
#

I need a method to get a set of numbers between certain two numbers m and n. But I must omit numbers with same digits . For example lets say numbers between 7 to 911. If the set has the number 247, the numbers 427, 472, 742, 724 must not be in the set. I want a python code for this

wide umbra
#

I have ex about while loop

#

confuse

versed escarp
#

??????

spiral pelican
#

No I need unique numbers like what i mentioned there

#

If the set has the number 247, the numbers 427, 472, 742, 724 must not be in the set.

versed escarp
spiral pelican
#

The other permutations must be omited

versed escarp
#

three digit numbers only?

spiral pelican
#

No It depends

wide umbra
#

If there is no method you can make function right?

versed escarp
#

@somber heath i think he means

spiral pelican
#

According to the input given

versed escarp
#

that

#

if there is the number 956

#

there cant be 659, 569, 965, and so on

spiral pelican
#

Yppppp

versed escarp
#

you cant reuse the same three numbers

spiral pelican
#

yesss

versed escarp
#

why would you need that tho

spiral pelican
#

But to reduce the excecution time

versed escarp
spiral pelican
#

I have to calculate the sum of squares of the digits in numbers between given 2 numbers m and n

versed escarp
#

@somber heath dont forget he hasnt joined the vc 💢

spiral pelican
#

lets say 123.
So there is no point of calculating 213, 321 , etc after calculating 123

versed escarp
#

are you expecting someone to code it for you for free

spiral pelican
#

No no Can i get an idea

#

How to do that

somber heath
#

!d frozenset

wise cargoBOT
#

class set([iterable])``````py

class frozenset([iterable])```
Return a new set or frozenset object whose elements are taken from *iterable*. The elements of a set must be [hashable](https://docs.python.org/3/glossary.html#term-hashable). To represent sets of sets, the inner sets must be [`frozenset`](https://docs.python.org/3/library/stdtypes.html#frozenset) objects. If *iterable* is not specified, a new empty set is returned.

Sets can be created by several means:

• Use a comma-separated list of elements within braces: `{'jack', 'sjoerd'}`

• Use a set comprehension: `{c for c in 'abracadabra' if c not in 'abc'}`

• Use the type constructor: `set()`, `set('foobar')`, `set(['a', 'b', 'foo'])`...
somber heath
#

!d in

wise cargoBOT
#
in

6.10.2. Membership test operations

The operators in and not in test for membership. x in s evaluates to True if x is a member of s, and False otherwise. x not in s returns the negation of x in s. All built-in sequences and set types support this as well as dictionary, for which in tests whether the dictionary has a given key. For container types such as list, tuple, set, frozenset, dict, or collections.deque, the expression x in y is equivalent to any(x is e or x == e for e in y).

For the string and bytes types, x in y is True if and only if x is a substring of y. An equivalent test is y.find(x) != -1. Empty strings are always considered to be a substring of any other string, so "" in "abc" will return True.

somber heath
#

!d for

wise cargoBOT
#
for

8.3. The for statement

The for statement is used to iterate over the elements of a sequence (such as a string, tuple or list) or other iterable object:


for_stmt ::=  "for" target_list "in" starred_list ":" suite
              ["else" ":" suite]
``` The `starred_list` expression is evaluated once; it should yield an [iterable](https://docs.python.org/3/glossary.html#term-iterable) object. An [iterator](https://docs.python.org/3/glossary.html#term-iterator) is created for that iterable. The first item provided by the iterator is then assigned to the target list using the standard rules for assignments (see [Assignment statements](https://docs.python.org/3/reference/simple_stmts.html#assignment)), and the suite is executed. This repeats for each item provided by the iterator. When the iterator is exhausted, the suite in the `else` clause, if present, is executed, and the loop terminates.
somber heath
#

!d range

wise cargoBOT
#

class range(stop)``````py

class range(start, stop[, step])```
The arguments to the range constructor must be integers (either built-in [`int`](https://docs.python.org/3/library/functions.html#int) or any object that implements the [`__index__()`](https://docs.python.org/3/reference/datamodel.html#object.__index__) special method). If the *step* argument is omitted, it defaults to `1`. If the *start* argument is omitted, it defaults to `0`. If *step* is zero, [`ValueError`](https://docs.python.org/3/library/exceptions.html#ValueError) is raised.

For a positive *step*, the contents of a range `r` are determined by the formula `r[i] = start + step*i` where `i >= 0` and `r[i] < stop`.

For a negative *step*, the contents of the range are still determined by the formula `r[i] = start + step*i`, but the constraints are `i >= 0` and `r[i] > stop`.
somber heath
#

!d continue

wise cargoBOT
#

7.10. The continue statement


continue_stmt ::=  "continue"
``` [`continue`](https://docs.python.org/3/reference/simple_stmts.html#continue) may only occur syntactically nested in a [`for`](https://docs.python.org/3/reference/compound_stmts.html#for) or [`while`](https://docs.python.org/3/reference/compound_stmts.html#while) loop, but not nested in a function or class definition within that loop. It continues with the next cycle of the nearest enclosing loop.

When [`continue`](https://docs.python.org/3/reference/simple_stmts.html#continue) passes control out of a [`try`](https://docs.python.org/3/reference/compound_stmts.html#try) statement with a [`finally`](https://docs.python.org/3/reference/compound_stmts.html#finally) clause, that `finally` clause is executed before really starting the next loop cycle.
spiral pelican
#

Okayyyy Ill try to usee themmm. Thank youuuu

#

Ive never used frozen sets

#

Ohh I think i got an idea

somber heath
#

!d set

wise cargoBOT
#
set

class set([iterable])``````py

class frozenset([iterable])```
Return a new set or frozenset object whose elements are taken from *iterable*. The elements of a set must be [hashable](https://docs.python.org/3/glossary.html#term-hashable). To represent sets of sets, the inner sets must be [`frozenset`](https://docs.python.org/3/library/stdtypes.html#frozenset) objects. If *iterable* is not specified, a new empty set is returned.

Sets can be created by several means:

• Use a comma-separated list of elements within braces: `{'jack', 'sjoerd'}`

• Use a set comprehension: `{c for c in 'abracadabra' if c not in 'abc'}`

• Use the type constructor: `set()`, `set('foobar')`, `set(['a', 'b', 'foo'])`...
somber heath
#

!d str.join

wise cargoBOT
#

str.join(iterable)```
Return a string which is the concatenation of the strings in *iterable*. A [`TypeError`](https://docs.python.org/3/library/exceptions.html#TypeError) will be raised if there are any non-string values in *iterable*, including [`bytes`](https://docs.python.org/3/library/stdtypes.html#bytes) objects. The separator between elements is the string providing this method.
somber heath
#

!d sorted

wise cargoBOT
#

sorted(iterable, /, *, key=None, reverse=False)```
Return a new sorted list from the items in *iterable*.

Has two optional arguments which must be specified as keyword arguments.

*key* specifies a function of one argument that is used to extract a comparison key from each element in *iterable* (for example, `key=str.lower`). The default value is `None` (compare the elements directly).

*reverse* is a boolean value. If set to `True`, then the list elements are sorted as if each comparison were reversed.

Use [`functools.cmp_to_key()`](https://docs.python.org/3/library/functools.html#functools.cmp_to_key) to convert an old-style *cmp* function to a *key* function.
spiral pelican
#

Thank uuuu Opal

versed escarp
#

@fringe shoal im chilling

spiral pelican
#

n Jabtastic

versed escarp
spiral pelican
versed escarp
#

ohhh

#

n = and

#

mb

#

hey dont give me the credit lol

#

speaking of coding, does anyone want me to code something simple for them

wide umbra
#

I think I will try to write it then If i didnt I will back

somber heath
#

Classy.

versed escarp
#

i can never tell i cant read online cues lmao

#

@fringe shoal how old ru

#

opal mist is much older then u

#

no

#

😭

late cypress
#

D:<

late cypress
#

eh-spicy

#

I can't talk

#

been in here since 2021

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.

late cypress
#

yeah, I can't access that chan

#

i checked it at first

#

yeah check this out

somber heath
#

Jailbreaking. In the context of chatgpt, a prompt which bypasses its built-in protections against misuse.

late cypress
#

not w/o jailbreaks

somber heath
#

@late cypress https://sanctuary.fandom.com/wiki/Nubbins From a show I was recently watching.

The Sanctuary Network

"Nubbins" is the sixth episode of the first season of Sanctuary, and the sixth episode overall in the series. When a mating pair of a cute, furry, and seemingly harmless abnormal is brought in for...

late cypress
#

7

versed escarp
#

triple that for 21

late cypress
versed escarp
late cypress
#

trolling im so sorry

versed escarp
#

this is like a podcast @fringe shoal

#

lol

somber heath
#

I'm off for dinner. I'll leave you degenerates to it.

versed escarp
#

YOOO same timezone

fringe shoal
#

Mine is pretty good

#

Thats cool

versed escarp
#

are you going to sleep?

spiral pelican
#

Is anyone there

somber heath
willow pendant
wise loom
#

I washed my hair with baby johnson

#

Zero tears

#

Best invention ever

kindred marsh
#

@dense ibex

dense ibex
#

hi

kindred marsh
#

hi

#

what are you trying to code?

#

do you know all about ctypes and sys module ?

#

i want a help in that.

gray gust
#

hi algan

golden sonnet
#

hi 👋

#

good
how about you?

#

i have a django project
a medical record

#

oo that's neat

toxic arch
#

hello sir

#

i am doing good

#

@wind raptor do you have anything to stream?

#

afk...

wind raptor
toxic arch
#

k im back

#

how you doing @wind raptor , good day?

#

discord bot?

#

oh

#

@wind raptor did you make those graphic on the homepage?

#

is really good

gray gust
#

hey chris

#

bootstrap also have modal component

toxic arch
#

@wind raptor make the New Project button just be a + instead

#

itll look nicer

mild glacier
#

Hello boys

#

how are you

#

Why can i not stream & talk

#

In the voice channel?

#

I can do it on my other account

#

But for some reason i cannot do it on this one

#

What i would like to do, is stream installing apache local host

#

/www/html/

#

var/www/html linux parrot

random copper
mild glacier
#

You dont have a colour either. do you ?

random copper
mild glacier
#

Maybe one day i find out

#

I wont be able tot alk then

#

wait

#

change mic

#

This is crazy

golden sonnet
wise cargoBOT
#
Voice verification

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

mild glacier
#

i cant stream either

golden sonnet
#

you can ask

wind raptor
#

!stream 1155012003543396412

wise cargoBOT
#

✅ @whole bear can now stream until <t:1698516578:f>.

abstract lantern
#

Wait, 26% of mods here use Linux?

#

So.

golden sonnet
#

26% of users

abstract lantern
#

Makes sence for this server.

golden sonnet
#

well
the users who did the survey

abstract lantern
#

OK. so what I wanted to Say.
I have such question. with this task.

#

Cyclic shift
A cyclic shift of a sequence to the right is a sequence that is built by shifting the last element of an initial sequence to the beginning. Given numbers N and k and a sequence of whole numbers of length N, output the result of consecutive shifting to the right k times.

#1 Input
5 2
1 2 3 4 5

Output
4 5 1 2 3

#2 Input
5 5
9 100 6 0 1

Output
9 100 6 0 1

#3 Input
3 1000
9 1 2

Output
2 9 1

#
a = int(input())
b = int(input())
Numbers = []

for i in range(0, a):
    el = int(input())
    Numbers.append(el)

print(Numbers[-1:-1-b:-1] + Numbers[0:a-b])
gilded solstice
abstract lantern
#

The problem is that, if case 1 works correctly, other 2 do not.
So is there a method to offset the elements of the list?

#

Frankly, when I hear you, Python community more and more feels similar to Blender comunity)

wind raptor
#

!tvmute 754386649777045566

wise cargoBOT
#
Missing required argument

duration

#
Command Help

!tempvoicemute <user> <duration> [reason]
Can also use: tempvmute, tvmute

Temporarily voice mute a user for the given reason and duration.

A unit of time should be appended to the duration. Units (∗case-sensitive):
y - years
m - months∗
w - weeks
d - days
h - hours
M - minutes∗
s - seconds

Alternatively, an ISO 8601 timestamp can be provided for the duration.

gilded solstice
#

sagi3925

wind raptor
#

!tvmute 754386649777045566 1h

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice mute to @latent finch until <t:1698524102:f> (1 hour).

latent finch
#

😥

wind raptor
latent finch
#

It was my brother

wind raptor
# latent finch It was my brother

We all hear a noise every time you do that, so it's really disruptive. Please don't do it again. You are responsible for your account.

latent finch
#

🇮🇱 👍

fringe shoal
gilded solstice
#
gh api users/<username>/repos --paginate | python -m json.tool | grep -i "ssh_url" | sed -E 's/[^:]*: //' | sed -E 's#.*\/([^/]+)\.git".*#'\''\1'\'': ''\0''#' | sed "s/\"/'/g"
astral coral
#

I now have voice, whoop whoop

gilded solstice
#

alacritty

#

kitty

#

sudo apt install alacritty

#

tmux

ebon mist
#

i'm trying to ssh connect from a chromebook to my pi

#

and that what i'm trying figer out

toxic arch
#

@whole bear nice noodles

#

yeah

#

thats true

#

@gilded solstice wait are you @whole bear ?

gilded solstice
#

yes

toxic arch
#

gofek?

#

rip gofek

#

i dont think he was perma banned, only for 2 weeks

gilded solstice
versed escarp
#

!stream 1155012003543396412

kindred marsh
#

hi

somber heath
#

@modern rampart 🧽

#

Because you reminded me of the mocking spongebob meme.

whole bear
#

helo opal

#

yan

#

also thats not the part of the name

#

oh

#

id do debate compos if it were a reddit thread

#

"smoother video"

#

is resolution a issue?

#

"better text readablitiy"

#

not sure

#

my pleasure

#

visualizer

#

yes

somber heath
#

@frozen fern 👋

undone idol
#

@gilded solstice 👀

somber heath
#

@dawn vale 👋

dawn vale
#

Heyo

#

any clue how I could talk? @somber heath

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.

dawn vale
#

ah

#

Voice Gate failed
You are not currently eligible to use voice inside Python Discord for the following reasons:

• You have sent less than 50 messages.

#

im sad now

#

Is that like

#

ok tho

#

ah

#

ok

#

anyone here good with redis

#

@undone idol im from india too lol

#

what part?

#

oh bharat

#

it just means india

#

kinda like how we say "states" in the us

#

lmaooo

#

trust me man

#

I understand

#

nah u good

#

we love people who love our food lmfao

#

chicken byrani is lwky amazin

#

okok hold up

#

anyone here good with redis

#

kinda dying

#

im from pune

#

​!voiceverify

#

crap

#

me

undone idol
#

#voice-verification

dawn vale
#

wdym? @neon perch

#

I use jetbrains

#

@neon perch

#

its there

#

bam

undone idol
#

i do know about this

#

black formatting!

dawn vale
#

i guess

#

lmao ur ok

#

okok wait so

#

are you good with reddis by chance

undone idol
#

one of the pydis staff is originally maintainer for black formatting

#

@neon perch

somber heath
#

@runic bloom 👋

dawn vale
astral coral
#

dafuq is my hello xD

runic bloom
#

hello2

somber heath
#

@whole bear 👋

astral coral
#

ooooooo .....

#

burn

#

you join VC for 2 secs

#

Opal says hi to everyone in VC ... except me of course

neon perch
#

brb

astral coral
#

kl kl

#

opal 😢

somber heath
#

My attention was split.

astral coral
#

eh? it didn't show up?

somber heath
#

Verbally.

astral coral
#

nah dw man, I had too much coffee this morning, being weird

#

but you were muted and deafened?

somber heath
#

After

astral coral
#

ahhh okay sorry didn

#

didn't hear you