#voice-chat-text-0

1 messages Β· Page 480 of 1

paper wolf
#

wait discord use udp right?

exotic loom
#

Hello everyone

#

@somber heath why are you silent

somber heath
#

@sharp merlin πŸ‘‹

sharp merlin
#

hlo @somber heath

#

its love bro

#

but some time i hate it

#

@somber heath

#

opalmist how i can make my bot i make it but it went to offline

#

oh ok

somber heath
sharp merlin
#

okk

#

hm ok

#

btw ever u make discord bot? with python>?

#

hm its interesting i suggest you to make once

#

okk gtg nice to meet you see u soon can we become a friend?

#

lol

#

okkk

#

bye guys seee u soon

exotic loom
sharp merlin
exotic loom
#

@whole bear are you sure you will report opalmist

#

Wdym

#

Wait what

#

Is he racist

sharp merlin
#

what happen guys @whole bear

exotic loom
#

What did he said can I know

sharp merlin
#

okk

exotic loom
#

Yeahh

#

That's not good

sharp merlin
#

yeah i listen

#

fr thats not good bruh

exotic loom
#

Yeah

#

I HEARED

sharp merlin
#

yeah

whole bear
#

Hello!?

sharp merlin
#

i heaered

whole bear
#

@somber heath πŸ‘‹

sharp merlin
ionic crow
#

Hello

sharp merlin
exotic loom
#

Ok

#

He is not

sharp merlin
#

its sus

exotic loom
#

Guys its my 2nd day on this server

sharp merlin
#

pakistan1 guess this flag

exotic loom
sharp merlin
exotic loom
#

Are you from there

sharp merlin
exotic loom
sharp merlin
exotic loom
sharp merlin
exotic loom
#

Its the same thing

sharp merlin
#

mera naam maxx hain

exotic loom
#

But who cares

sharp merlin
sharp merlin
exotic loom
sharp merlin
exotic loom
#

My name is Vedant

sharp merlin
exotic loom
sharp merlin
#

are u from harayana?Haryana

exotic loom
exotic loom
sharp merlin
exotic loom
#

I am from Gujrat and specifically Surat

exotic loom
sharp merlin
sharp merlin
exotic loom
sharp merlin
#

btw i heard the news about plane crash

exotic loom
sharp merlin
exotic loom
sharp merlin
sharp merlin
exotic loom
sharp merlin
exotic loom
#

Yep opal is right

ionic crow
#

@somber heath I remember you singing it.

sharp merlin
#

gtg bye

exotic loom
#

@somber heath πŸ‘‹ I improved man

somber heath
#

@cold fern πŸ‘‹

sharp merlin
#

@somber heath is goat

exotic loom
#

@somber heath there are wars going on so no peace

sharp merlin
#

free palestine

#

can we leave that topic @somber heath

#

hm i understand

#

politics is shit

#

hala madrid

exotic loom
#

Bro what the fuck

ionic crow
exotic loom
#

Nothing just shocked after those posts

ionic crow
#

On x?

exotic loom
#

Here

ionic crow
#

Wdm here

exotic loom
#

Discord

#

Opal is goat man

ionic crow
#

Lol

#

Are u obsessed with him or something

exotic loom
#

Nope

#

I straight

ionic crow
#

Goodness okay.

exotic loom
#

@somber heath in Norwegian prisons are way better

ionic crow
#

Might be a bit brutal but I think if the thought of going to prison inflicted fear, their might be lesser crimes.

exotic loom
#

@main comet it's almost impossible

#

Like getting recognized

#

By the UN

#

Finding land

#

Getting a permanent population

#

Building infrastructure

#

Making your own country is almost impossible

#

@somber heath is right

#

Like taxes

primal shadow
#

I mean, a country is just the people within a borderfd

#

so you need land for a country

ionic crow
#

I understand. It's impossible practice it in rl. What you were all talking about right now is a reasonable reason why. Innocents might suffer more, that's why it is just a wishful thinking.
What I meant was, in theory, like a person who is sacred of fire stays away from it, if a person is sacred of the consequences of their wrong actions, they might not do it.

marble rampart
#

unlucky

wind raptor
#

Hey @lavish rover πŸ‘‹

lavish rover
#

hello

#

what's been going on with you?

exotic loom
wind raptor
#

Just had my convocation ceremony yesterday πŸ˜„

wind raptor
exotic loom
somber heath
#

@marble rampart πŸ‘‹

wind raptor
exotic loom
#

I am smart too @main comet

marble rampart
#

πŸ‘‹

exotic loom
#

It's my 2nd day

main comet
#

hmmm

exotic loom
#

Tomorrow I will get verified

exotic loom
main comet
#

@exotic loom πŸ’€

exotic loom
#

πŸ’€

main comet
#

🀣

exotic loom
marble rampart
wind raptor
#

If we could all stop being spammy with irrelevant images in chat, that would be great.

marble rampart
#

okie

paper wolf
#

lmao

wind raptor
#

last chance to stop with the gifs guys

marble rampart
#

we going to stickers now

#

πŸ‘

#

cap

#

u aint no proffesional

#

i am

#

professionals

paper wolf
#

erm what the sigma

marble rampart
wind raptor
#

!timeout 1361310777948241951 10M I asked nicely

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @marble rampart until <t:1749876843:f> (10 minutes).

paper wolf
#

lmao

main comet
#

lemfow

paper wolf
#

rip lil dude

main comet
#

lua```local PI = 3.14159265359
local TAU = PI * 2
local DT = 1/64
local INV_DT = 1 / DT

local prevLX = 0
local prevLY = 0

local prevSX = 0
local prevSY = 0

local timer = 0
local HOLD_TICKS = 64

local function atan2(y, x)
return math.atan2 and math.atan2(y, x) or (
x > 0 and math.atan(y/x) or
x < 0 and ((y >= 0 and math.atan(y/x) + PI) or (math.atan(y/x) - PI)) or
(y > 0 and PI0.5 or y < 0 and -PI0.5 or 0)
)
end

function onTick()

local searchLock = input.getBool(1)
local lockLock = input.getBool(2)

local sX = input.getNumber(1)
local sY = input.getNumber(3)

local dist = input.getNumber(4)
local lX = input.getNumber(5)
local lY = input.getNumber(6)

local curYaw = input.getNumber(10)
local curPitch = input.getNumber(11)

local sweepLim = property.getNumber("sweep limit")
local pitchOff = property.getNumber("pitch offset")

local trackX = 0
local trackY = 0

local fbX = curYaw
local fbY = curPitch

if lockLock then
timer = 0

 -- passthrough current
fbX = lX
fbY = lY

elseif searchLock then
timer = 0

 -- set
trackX = sX * (sweepLim / 50)
trackY = sY - (pitchOff / 400)

 -- set hold value
prevSX = trackX
prevSY = trackY

 -- passthrough current
fbX = curYaw
fbY = curPitch

else -- hold lock timer system
timer = timer + 1
if timer <= HOLD_TICKS then -- hold for one second
trackX = prevSX
trackY = prevSY
fbX = curYaw
fbY = curPitch
else -- reset timer, prev lock, hold value
timer = 0

  trackX = 0
  trackY = 0
  prevSX = 0
  prevSY = 0
end

end

output.setNumber(1, trackX)
output.setNumber(2, trackY)
output.setNumber(3, fbX)
output.setNumber(4, fbY)
output.setNumber(5, timer)
end

paper wolf
#

what the....

#
if (condition) then
   code
end```
syntax :despair:
wind raptor
#

It's because it's l-ewwww-a

paper wolf
#

they use indian πŸ˜‚

wanton birch
#

iam looking for help iam facing trouble in python coding

wind raptor
wanton birch
main comet
#

if (condition): = if (condition) then
def name(params): = function name(params) = func name(params):

tacit crane
#

1 β€” $2.99 per 1K solve

wanton birch
#

i have done many code if you dont mind can you chek you programs code also its displaying properly @wind raptor

wind raptor
main comet
paper wolf
tacit crane
wanton birch
paper wolf
#

heck thats worst

wanton birch
main comet
wind raptor
#

How is that related to your API key?

marble rampart
#

im back

wind raptor
wanton birch
wind raptor
#

showing where and how?

marble rampart
wind raptor
wanton birch
wind raptor
wanton birch
#

it would be easy if i would share my sreen there

somber heath
#

@wind raptor I imagine you smell like good hygiene.

wind raptor
lavish rover
unique wyvern
#

i smell like good hyena

wanton birch
wanton birch
wind raptor
#

I don't let people stream unless they have voice permissions

wanton birch
wind raptor
#

You still haven't shared anything that I can use to help

#

I don't even know what GUI library you are trying to use

wanton birch
#

iam new there i join this server today with hope of solution

#

of ill share you screenshot of all files is it alright with you @wind raptor

wind raptor
#

!paste

wise cargoBOT
#
Pasting large amounts of code

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

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

wind raptor
#

If it is code, please paste into a pastebin

#

Screenshot of the GUI problem would help

wanton birch
#

can i share you file if there is a problem in there you can correct and sent me

wind raptor
#

You can drop the file in here

wanton birch
#

ok i`ll send folder

paper wolf
#

you can screan share...

#

chriss was here

wind raptor
#

Can you just share the part that's not working?

paper wolf
#

show us the error first

wind raptor
#

An error would be very useful

paper wolf
#

shame

wind raptor
paper wolf
#

yeah

#

what should i do ._.

paper wolf
#

uhhh where is it then...

wanton birch
whole bear
#

Hollo

#

@unique wyvern hollo

#

@unique wyvern Hello

unique wyvern
#

you don't need to ping me

whole bear
mystic ridge
#

Hi

Does anyone have any scripts for ball bouncing simulations?

mystic ridge
whole bear
mystic ridge
whole bear
paper wolf
#

i got amogused

paper wolf
mystic ridge
whole bear
whole bear
paper wolf
#

i cant make the ball to keep inside the simulation space...

#

but hey it works

#

math is mathing

whole bear
#

Yep

wanton birch
#

@paper wolf hi

#

i need help

#

can you help me

#

@hollow haven

paper wolf
#

bruh

#

why i cant do it

wanton birch
paper wolf
#

kindly read it

wanton birch
#

i uploaded on github

wanton birch
paper wolf
#

okay where is it

wanton birch
#

but it time and then my problem will not solve

paper wolf
#

show me the error code

#

please

mystic ridge
wanton birch
paper wolf
wanton birch
#

@paper wolf is code is alright

paper wolf
#

where is the error code

wanton birch
#

and iam facing api error

#

beacuse of that bot is not giving answer correctly

paper wolf
#

then you are probably using the api incorrectly

#

show me the error

wanton birch
#

i cant run this program

#

rn

#

beacuse i use trial website toh run this

paper wolf
#

it's probably private

wanton birch
paper wolf
#

kindly show the error message

wanton birch
paper wolf
paper wolf
#

unavailable

wanton birch
#

this is new link check it out please

paper wolf
#

ziped realy -_-

#

bruh

paper wolf
#

the code is fking AI generated -_-

#

RIP tho....

#

@wanton birch what are you realy using, deepseek or open AI????

#

the entire directory is all confussing

sour steppe
#

πŸ—Ώ

somber heath
#

@delicate cliff πŸ‘‹

delicate cliff
#

Hi

vocal basin
#

I don't know anymore

#

TIL "anymore" is US-specific

#

("any more" is the UK variant)

#

it's the same account

#

and Ace does know

somber heath
#

@surreal shell πŸ‘‹

#

@cursive bluff πŸ‘‹

surreal shell
#

hello

#

i can't talk in discord

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.

cursive bluff
#

Oh hello @somber heath !

surreal shell
#

ok !

#

lol i have to wait for 3 days just to say a hi !

#

yea ok !

cursive bluff
#

Even with a verification I would not

#

Yes

#

So I had trouble installing tensorflow on windows

surreal shell
#

so I basically joined this server to seek some help in my coding

#

with python

cursive bluff
#

It doesn't support the latest versions of python

vocal basin
#

uv seems to work okay with jupyter if you want a quick way to switch between python versions

cursive bluff
#

Yes I was using jupyter

#

And tried to create a neural network and train it for binary classification

#

Is it possible to create a virtual environment for a jupyter notebook

vocal basin
#

I think my CPU has NPU built-in

cursive bluff
#

Yes I did I used pyenv, tried 3.11.x and some older versions

vocal basin
#

((as in not really supported))

cursive bluff
#

Tbh I blame the windows for that πŸ˜„

#

Using conda navigator

vocal basin
cursive bluff
#

Are you guys using Linux?

wanton birch
#

@vocal basin can i receive help from you

vocal basin
#

I generally don't provide assistance on AI-related projects

wanton birch
#

will you do or not

vocal basin
#

why is there a zip file

wanton birch
vocal basin
#

Git repositories are generally supposed to have files themselves not archives

wanton birch
vocal basin
#

there is no code

#

only a zip archive and a single markdown file

wanton birch
vocal basin
#

where is the code

wanton birch
vocal basin
#

it's not a directory, it's an archive

#

there is no way to view it online

wanton birch
#

can you open the folder and check code files

gentle flint
vocal basin
#

I'm not going to download a random zip archive onto my machine

wanton birch
#

@vocal basin also iam facing gui not showing

#

then can get stream perms to show to on vc @vocal basin

somber heath
#

@covert rapids πŸ‘‹

wanton birch
#

@vocal basin i uploaded the whole code on github with no zip file now please check it

vocal basin
#

in some different repository?

wanton birch
#

no

#

same

vocal basin
#

no changes seem to have been made in past 2 hours

wanton birch
vocal basin
#

deepseek_bash_20250611_5af26a.sh should probably be in .gitignore

#

since it contains keys

#

(you should probably revoke those)

wanton birch
#

i want ask you open ai or deepseek which better

vocal basin
#

deepseek was considered more cost effective a couple of months ago

#

however openai has models like o3 mini or whatever else which are cheap-ish too

#

(I've never used those nor do I ever intend on using them)

vocal basin
somber heath
#

@dense arch πŸ‘‹

vocal basin
#

keys should generally be stored as environment variables

dense arch
vocal basin
#

and never as part of Git-added files

wanton birch
#

ok nice let you the purpose i need this for

dense arch
#

m here to learn python

vocal basin
#

I've heard OpenAI released something somewhat capable recently

#

but I didn't even bother reading the announcement

dense arch
#

thank you

#

me?

#

umm like

#

AI

#

i am a beginner

#

I want learn basics of Python

wanton birch
#

@vocal basin is the code is alright to make it happen

dense arch
#

I know some concepts

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.

dense arch
#

not from a math background

dense arch
#

that really helpful!

#

thank you

#

can i ask what are all of you doing?

wanton birch
#

@vocal basin can you tell me more about the mistakes i made in it and with solution

vocal basin
#

first, learn to use .gitignore

dense arch
#

does anyone work with AI here?

vocal basin
#

make sure no secret keys are ever added to Git

#

there are some tools make you check that

somber heath
vocal basin
#

but they're not too easy to setup

dense arch
#

i see

#

apart from that as work?

wanton birch
#

how can i see preview of this

somber heath
#

I don't mind it. My doctor has warned me off "strange" teas, which is a very nonspecific description, but includes chamomile.

iron geyser
#

πŸ‘€

dense arch
#

probably its hepatotoxic

somber heath
#

I've what one doctor described as a "complex medical history".

somber heath
#

Mm.

vocal basin
dense arch
iron geyser
vocal basin
#

I don't remember what the alternative mathy term for "sum" is

wanton birch
#

@vocal basin what will i do about api problem and gui not showing problem

vocal basin
dense arch
#

is there a good GUI library for python?

#

@somber heath

somber heath
#

A few. It depends on the purpose and intended usage patterns.

#

Python comes with tkinter in its standard library.

dense arch
somber heath
somber heath
#

It's not particularly nice, but it does a job.

dense arch
#

i always wondered ... if GUI libraries are cross platfrom or like just for one os

somber heath
dense arch
#

thats nice

#

okay imma go watch some tutorial

dense arch
gentle flint
somber heath
elder flax
paper wolf
#

also please learn python or programming on general first before doing something

#

I'm pretty sure your code is AI generated

crystal fox
paper wolf
crystal fox
somber heath
crystal fox
#

Henrietta ate it.

somber heath
#

Did you take out the pellets?

#

Is it a good idea for the potato to be eaten raw?

dry jasper
#

is it FAC?

crystal fox
#

.22

dry jasper
#

nice

#

i also got a .22 but its a pcp not a brake barrel

#

fx dreamline

crystal fox
#

i like spring guns due to the low maintenance / effort of them

dry jasper
#

with pcp you dont have to brake them for each shot so you do even less πŸ˜›

crystal fox
#

but you have to charge the tank which is yaaaaaawn

dry jasper
#

no, i have a big 10L airtank which i connect to my gun and fill up the gun

crystal fox
#

but you still have to charge the tank

dry jasper
#

the big 10L one, yes

crystal fox
#

plus you don't get the work out of compressing the spring

#

it'll make you a big strong boy

dry jasper
#

i am a lazy shooter

#

i like to take multiple shots without moveing much

crystal fox
#

when i used to do pest control with my dad we'd use precharged guns for that reason but as just fun plinky plinky target shooting i'll take a spring gun any day

dry jasper
#

springers are perfect for the backyard

crystal fox
#

yeah shooting from the kitchen we've got an olympic 10m distance

dry jasper
#

but i like to shoot at 50-150 meters πŸ˜„

#

what i also like for the backyard is a biathlon target

crystal fox
#

it feels kinda fucking dumb to have a 4x40 scope and be shooting at 10m but it's still fun

dry jasper
#

haha true

crystal fox
dry jasper
#

thats awesome with airguns, you can push your equiptment to the limit, like 100 or 150m is pretty far

#

what is it? a gamo?

#

webley?

crystal fox
#

yeah, a little gammo

dry jasper
#

nice

crystal fox
#

with a wildly overpriced scope on it

dry jasper
#

nikko sterling πŸ˜„

crystal fox
#

cost more than the fucking gun

dry jasper
#

i got a few of those from the mountmaster series

#

i have a vortex venom on my 5x25x56mm 🫣

crystal fox
#

that's a mount master. it's a nice simple scope.

dry jasper
#

Thats my backyard springer also with the Mount master

crystal fox
#

nice

dry jasper
#

And this is my fairly adjusted fx dreamline, also in .22 it likes to shoot the .217 33 grain slugs from h&n

crystal fox
#

dang, very fancy

dry jasper
#

Sub moa at 100m

vocal basin
dry jasper
#

ever tried the jsb jumbo .22 18 grain pellets? they work very well in my springer

paper wolf
dry jasper
#

or have you ever shot those russian gimmik bullets? πŸ˜„ πŸ˜„ those are fun

paper wolf
#

sht this phone don't have snip -_-

dry jasper
#

@crystal fox like the name suggest, they create a flash on impact

crystal fox
#

i just buy cheap airarms pellets

dry jasper
crystal fox
#

lol, silly.

dry jasper
paper wolf
dry jasper
#

and if you have a cheap springer you can put those bullets reverse into the barrel and shoot fire πŸ˜„ πŸ˜„ πŸ˜„

dry jasper
paper wolf
#

lame

dry jasper
#

not at all

crystal fox
#

they're perfectly fine

#

owning a real gun in the UK is an entire fucking ordeal that's not really worth it imo.

dry jasper
#

yes i can imagen

#

if you want to have a airgun with more than 14 or 16 foot pounds its FAC rated and you need a license for that in the UK

#

its overkill

crystal fox
#

i think it's 12ftlb but yeah

#

quite lucky that my dad is the manager of a gun shop so if i want to go shoot guns i can just pop over and do some plinking

dry jasper
#

that very cool

#

and who are the most common clients in the UK? hunters or sportshooters?

crystal fox
#

sport shooters

dry jasper
#

nice

crystal fox
#

mostly shotguns. clay shooting is quite popular.

dry jasper
#

HTF is also a huuuge thin in UK

#

with airguns

#

if i would live in the UK than i would proberbly do that πŸ˜„

iron geyser
crystal fox
#

despite strict gun laws we actually rate pretty highly in international shooting sports

dry jasper
#

true

#

i am a sportshooter myself, i shoot airguns on the field or backyard and firearms at the shooting club

#

they need to make DRS and PRS a olympic sport in my opinion

#

some of the olympic challanges are just out dated

crystal fox
#

i just like to plink here and there. me and the miss will spend an afternoon in the kitchen just having a little target shoot competition.

#

when i was a kid i did some pest control rabbit shooting.

#

end up selling the rabbits to a local butcher

#

it was actually kinda grim...

#

not sure i'd choose to do that now as an adult

dry jasper
#

why tho?

#

if its a pest and it destroyes the land and the population gets out of hand

#

it feel like the reason must be legit than i see no problem with that

crystal fox
#

the one that comes to mind is blatting a rabbit in the head and it not being quite dead so i had to go hit it with a pipe

#

grim.

dry jasper
#

yes

crystal fox
#

i'd rather just shoot at some cans

dry jasper
#

or steel plates

#

they are also fun

crystal fox
#

tried that in the garden but the distance is too short so you end up catching ricochets

dry jasper
#

XDD

astral coral
#

MEOW MOEW MOFOS

exotic loom
#
poll_question_text

Best python framework for web development

victor_answer_votes

0

total_votes

0

ionic crow
#

@somber heath Hello

#

I just left the server to check something

#

Forgot I'll lose the permission to speak

#

Again

#

Nothin specific really

paper wolf
#

sup opal

sharp merlin
#

@somber heath bro how i can unlock my mic??

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.

sharp merlin
#

ok

paper wolf
#

oh it's voice....

sharp merlin
#

i hate mods

#

πŸ’€

paper wolf
#

so does mods when people showing not safe for python stuff on vc....

sharp merlin
#

hm

#

i just create my discord bot

#

@somber heath are u from usa?

#

i didn't understand

#

guys did u play fifa @somber heath @dense ibex

somber heath
sharp merlin
#

did u play cricket tho>?

#

i love python

dense ibex
#

i love pythong too

#

what have u built so far?

sharp merlin
#

ohhh ok

sharp merlin
dense ibex
#

you got any repos?

sharp merlin
sharp merlin
#

i got active dev badge from that bot

#

guys did u watch football ever??

sharp merlin
dense ibex
#

na

sly hawk
sharp merlin
sly hawk
#

American Football or EU football?

sharp merlin
sharp merlin
sharp merlin
sly hawk
#

Yeah us Americans refer EU Football as Soccer for some reason

somber heath
#

@eternal spoke πŸ‘‹

#

@tawdry crow πŸ‘‹

sharp merlin
#

its just a handball thats stuff you know

sly hawk
#

https://youtu.be/0GHKK27JWr4?si=tDyJgmukA3ooaX1K

@primal shadow @somber heath this is Alaska politics

Alaska has voted Republican in every presidential election but one since it became a state. But now voters also just passed one of the most progressive and pro-worker ballot measures in the country.

More Perfect Union’s mission is to build power for working people. Here’s what that means:

We report on the real struggles and challenges...

β–Ά Play video
primal shadow
dry jasper
exotic loom
#

@somber heath hi

#

Oh

#

No worries

somber heath
#

@tranquil quiver πŸ‘‹

exotic loom
#

@somber heath let's talk

#

Why

#

OK!

#

No

#

But c'mon it's been 2 days already can't u forgive me now

#

Ok

#

I stop

astral coral
dense arch
#

hi

wind raptor
dense arch
#

what is the best py dev evn?

#

how do you guys code?

somber heath
#

@lethal sequoiaπŸ‘‹

dense arch
#

no like workflow

lethal sequoia
#

Hey

astral coral
#

hey @lethal sequoia, why aren't you in my wallet ; _ ;

lethal sequoia
#

Is it true that most coders are furries

dense arch
#

is there something like nodejs for py?

lethal sequoia
#

rar xd

#

thats funny lol

dense arch
#

how do you run a py server like nodemon ?

lethal sequoia
#

it makes sense, its like everyone is unique

#

more unique

#

2 paths less taken

#

so it makes sense theyd overlap in a way

#

I need to learn more stuff who got learning servers

dense arch
somber heath
#

I'd only be looking at the documentation.

lethal sequoia
#

Lol

wind raptor
dense arch
#

really

wind raptor
#

Yeah

#

I've done it

dense arch
#

like npm packages for js

#

πŸ‘€

#

are the py packages on npm?

#

yes understod

#

like a js file updater

#

yes yes

#

understood

#

what is the best package for py? like npm?

#

@wind raptor

#

gui, api fetches, ai

#

may be

#

i am thinking rust for gui

#

rust py project

wind raptor
#

My opinion:
GUI: PySide6
API fetches: requests
ai: ?? depends if you are creating a model or just using an api

dense arch
#

not very knowledgeable in ai

#

would like to fine tune and then api fetches

#

me?

#

is there something like .this in python?

#

js context

#

@wind raptor

wind raptor
#

yes, in classes we have self

somber heath
#

@shell plinthπŸ‘‹

dense arch
wind raptor
#

You can also see all of the global variables using the globals() built-in

somber heath
#

!e ```py
class MyClass:
def get_self(self):
return self

instance = MyClass()
print(instance)
print(instance.get_self())```

wise cargoBOT
wind raptor
#

!e

print(globals())
wise cargoBOT
# wind raptor !e ```py print(globals()) ```

:white_check_mark: Your 3.13 eval job has completed with return code 0.

{'__name__': '__main__', '__doc__': None, '__package__': None, '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x7fbd5dcc9e00>, '__spec__': None, '__annotations__': {}, '__builtins__': <module 'builtins' (built-in)>, '__file__': '/home/main.py', '__cached__': None}
dense arch
#

there where times in php they used global variables

#

_GLOBAL

#

stuff

wind raptor
#

Yeah, but it's generally bad practice to modify the things in there

dense arch
#

but why is considered bad ?

whole bear
#

@somber heath πŸ‘‹

#

!e

print("Hello Guys, How are you?")
wise cargoBOT
wind raptor
#

Hello

whole bear
#

@wind raptor @somber heath @dense arch @astral coral Hello πŸ‘‹

astral coral
#

hey

dense arch
#

!e

wind raptor
#

"84 military vehicles, including 28 Abrams tanks, 6,700 marching soldiers" @somber heath

wind raptor
#

Trumps bday party

exotic loom
whole bear
exotic loom
#

I think he is becoming a dictator

#

Indirectly

whole bear
dense arch
#

ok imma go look at some tutorial

#

see yaa guys

somber heath
exotic loom
somber heath
#

@delicate portalπŸ‘‹

whole bear
#

Can I join?

delicate portal
#

yo

somber heath
delicate portal
#

i cannot talk unfortunately

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.

whole bear
delicate portal
#

yeah yeah yeah i have to be active for more than 3 ten minute blocks

delicate portal
#

and 50 messages

#

or something

#

fuckin' hell

whole bear
whole bear
delicate portal
#

i make my own

#

with the capital I

#

me is not caring either way

#

so BUSS

whole bear
#

@somber heath why did you react with the sus face?

delicate portal
#

what do you do

delicate portal
whole bear
delicate portal
#

what do you do

#

who are you

whole bear
whole bear
delicate portal
#

i am a beginner python dude

whole bear
delicate portal
#

what country are you from tho

whole bear
delicate portal
#

so i can track you down

#

shit they always ask

whole bear
delicate portal
#

hunting

#

keeps the heart rate up

whole bear
#

Ok I am not afraid of you

#

I live in Egypt

delicate portal
#

i go there when summer falls down and you shall be done

#

give me your ip and dns addresses

whole bear
delicate portal
#

swear to god i dont know what they do i just watched networkchuck

delicate portal
whole bear
delicate portal
#

were gonna have a big fucking party

whole bear
delicate portal
#

in egypt obviously

whole bear
delicate portal
#

Polandia

#

they cool tho so cant be banned

whole bear
#

Are you Jewish?

delicate portal
#

nope im a viking in blood

whole bear
delicate portal
#

it's pretty cool

#

i like winter themes and im not that tall and im good built

#

so i concluded that i am a viking

#

ill have to check with my dna later on in life

#

when money comes in

#

knocking on the door

#

so BUSS

#

what;s your eperience using python?

#

are you a newbie like me

#

why is there C etensions on one of the channels

#

btw my key isnt working

unique wyvern
#

can call c-code in python using cffi or ctypes or c abi

delicate portal
#

hello salt-die how are you

unique wyvern
#

i'm almost dead, won't be long now

delicate portal
#

oh you're weird

#

im talking to ppl in the voice channel

#

one of them meowed

unique wyvern
#

was it mili

delicate portal
#

zak i think

#

is this normal?

unique wyvern
#

i lost a bet

somber heath
#

Yes.

delicate portal
#

do ppl just meow?

somber heath
#

It's normal for Zak.

delicate portal
#

what a crazy age to be alive rn

#

i am open but my patience shall not be tested

somber heath
#

For me, it's normal enough to say toast. Or at least it was.

#

It's shifted to other things. Mostly glottal noises.

somber heath
delicate portal
#

i am

#

with the capital I

somber heath
#

ConfIdent?

delicate portal
#

eactly

#

yeah this key is not working

somber heath
#

Laptop/Notebook?

delicate portal
#

on my gmk67 fake holy pandas keyboard

#

yeah laptop

#

i am also a drug addict

#

i take snus

#

so cool

#

holy shit hope i dont become like you people

#

with my linu fucking distro

#

hating? i was hating before your balls came off

#

D

#

yeayh yeah but its also a little bit off a

#

thingy

#

with white poweder inside that melts into your skin

#

gum recession

#

True

#

also right

#

ill swap them into plasters when im older

#

life's a bitch

#

am i right you shimababoons

#

i am also highly intelligent

wind raptor
#

And super humble

delicate portal
#

cant wait till i can talk to yall about data structures and alorithms

delicate portal
#

i am a shepherd

#

male

#

can you repeat that please

#

i do not understand

#

what country are you from

#

in blood

unique wyvern
delicate portal
#

oh you little nerd look at you with those cool glasses

unique wyvern
#

on all levels but physical he's a viking

delicate portal
#

on physical too

#

like really broad shoulders

#

but im 5'7

#

so something for something

#

dropping bombs everyday on people i live with

#

freeing myself from empathy through hate

delicate portal
#

not n bombs i mean

#

yeah i can see

#

youre not very intelligent in social interactions

#

dont care

#

i do not do that

#

i am very carefull

#

used to have this thing called

#

wait

#

social aniety

#

my key is not workibng

#

i help such people now but its weird

#

used to have is a good word

#

ecuse me who are you

red wing
#

should i pull out a 24 hour and fix my sleep?

delicate portal
#

play a game so that you give me more time to ecel

red wing
#

its 7 :36

#

@unique wyvern what the hell am i looking at

somber heath
red wing
#

oh

#

okay

delicate portal
#

just make a fucking routine bro

red wing
delicate portal
#

go to sleep at the same time for a week

red wing
#

thats like telling a kid santa doesnt exist

#

shocking.

delicate portal
#

do the same stuff before itse easy

red wing
somber heath
#

There are procedures where you spend several days not sleeping, but they should only be done under medical supervision.

delicate portal
#

drinking coffee from a "python dev" mug

delicate portal
red wing
somber heath
#

You're better off abstaining from stimulants and attempting sleep during the desired periods.

red wing
#

will do

somber heath
#

Having a schedule helps.

split barn
#

comaatozz

delicate portal
#

well loook at ms intellectual over her

#

here

red wing
somber heath
#

A schedule that you have to adhere to, work, school, etc, helps.

red wing
#

i used to hangout in vcs udner a different alias

delicate portal
#

now it's .

#

youve really fallen off

red wing
#

i know

#

πŸ˜”

delicate portal
#

tells me more

red wing
#

im surprisingly at my current peak which is someone's here lowest

#

but atleast im doing better

#

not skidding anymore

somber heath
#

Some light physical exercise can also help. Walking, etc.

delicate portal
#

just play football

red wing
#

dont they just

delicate portal
#

yeah youre tired

red wing
#

keep me more

#

awake

delicate portal
#

boom you go to sleep easier

somber heath
#

Not during when you're supposed to be sleeping.

delicate portal
#

DDD

red wing
#

oh

#

tbf when im back from the gym im gassed

#

and want to sleep

#

but i decide to stay awake

delicate portal
#

a gym goer impossible

red wing
#

says alot on why i cant get good at programming

delicate portal
#

youre a newbie like me?

red wing
#

might have to stop going to the gym

delicate portal
#

ill be nicer to you from noow on

red wing
#

ive been dallying if thats how u say it

delicate portal
#

were like brothers against the wrold

red wing
#

hopping languages

#

πŸ˜”

red wing
delicate portal
#

languages hopping i cant make a poker game

delicate portal
#

cause the deck is made of two diff lists of 12345 and spades etc

red wing
#

my young brain is overstimulated by the cool world of computers but i plateu at somethign and im running to another thing

#

sad reality

red wing
#

i never played poker

delicate portal
#

maternal instinct kicked in

red wing
#

so idk how it works

#

i tried to make minesweeper tho

#

but i lack the logic

delicate portal
#

yeah im just saying it to get you off my back

#

not you .

#

youre cool

red wing
#

oh

#

was js about to cry myself to sleep

#

glad u confirmed it wasnt me

delicate portal
#

youre focusing too much on your shortcomings

#

find something that makes you more confident and nurture it

#

i have my hair

#

i have different styles of hair management

somber heath
red wing
#

i have triedthe hair but it didnt work out

somber heath
red wing
#

but the more knwoledge i gain about stuf flie programmign and cyebr security

#

the more confident i get

delicate portal
#

thats is fucking cool

#

getting confidence through skills

#

learn how to hack

#

be like the guy with the backpack

red wing
#

well i tried to months ago

#

i was considerabely

#

dumber

#

but right now im still uh

#

slow

#

but i was slower

#

opal we mean ethical

#

hacking

#

cyber security

#

okay

#

than ks for the disclaimer

delicate portal
#

is hacking into a monitor and putting a video on there legal? and possible?

red wing
#

will watch my mouth

delicate portal
#

i have a plan

red wing
#

but it is possible

delicate portal
#

HOLY SHIT IM LEARNING HACKING

#

tell me your true name .

red wing
#

with great power comes true responsibility.

red wing
delicate portal
#

im seabastian

red wing
#

nice name

delicate portal
#

thanks

red wing
#

so seabastian

delicate portal
#

how do i hank into a monitor?

red wing
#

talk to me about ur journey

delicate portal
#

do i gotta make a usb device

delicate portal
#

im also changing my high school

#

thingy to IT