#voice-chat-text-0

1 messages · Page 186 of 1

worthy token
#

somone said its 2 o clock lol

#

its 5 am here

#

way ahead

viral spruce
worthy token
#

lol

serene galleon
#

gtg

worthy token
#

cant

viral spruce
rugged root
oblique ridge
dry jasper
oblique ridge
#

🇯🇸

#

🔏

dry jasper
rugged root
uncut meteor
#

might be preemptive as they might change how condition is represented or add additional field, for example the amount of repair in the past

oblique ridge
desert wolf
#
svg[id^="mermaid-"] {
    width: 75%;
    height: auto !important;
}
quick badger
#

heyy

#

i can't speak in vc yet

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.

quick badger
#

yeah

#

i haven't written 50 messages yet

somber heath
#

@winter vale 👋

scarlet halo
#

nah machine code

#

why are all the stack overflow questions of python so god damn old

somber heath
#

@whole bear 👋

scarlet halo
#

i do in fact have a ball python named noodle

whole bear
oblique ridge
scarlet halo
rugged root
#

!d typing.TYPE_CHECKING

wise cargoBOT
#

typing.TYPE_CHECKING```
A special constant that is assumed to be `True` by 3rd party static type checkers. It is `False` at runtime.

Usage:

```py
if TYPE_CHECKING:
    import expensive_mod

def fun(arg: 'expensive_mod.SomeType') -> None:
    local_var: expensive_mod.AnotherType = other_fun()
```  The first type annotation must be enclosed in quotes, making it a “forward reference”, to hide the `expensive_mod` reference from the interpreter runtime. Type annotations for local variables are not evaluated, so the second annotation does not need to be enclosed in quotes.
gilded radish
#

How are you guys?

scarlet halo
#

ideas on converting docm files (not doc or docx files) to pdf?

#

yeah but how

#

in python

#

microsoft word document macro enabled

#

idk problably

#

im actually practicing german

rugged root
#

That's so insane

#

That's so just bonkers

#

!d attr

wise cargoBOT
whole bear
primal shadow
scarlet halo
#

whats that

primal shadow
scarlet halo
#

god im getting an empty assertionerror

#

i dont even know what that is

#

but im not asserting

#
Exception has occurred: AssertionError
exception: no description
  File "C:\Users\elise\Documents\Python\Doc2PDF\main.py", line 9, in convertonething
    docx2pdf.convert(i,i[:-4]+".pdf")
  File "C:\Users\elise\Documents\Python\Doc2PDF\main.py", line 21, in <lambda>
    x = threading.Thread(target=lambda:convertonething(i))
                                       ^^^^^^^^^^^^^^^^^^
AssertionError: 
#
def convertonething(i):
    if os.path.exists(i) and os.path.isfile(i):
        if i.endswith(".doc"):
            docx2pdf.convert(i,i[:-4]+".pdf")
        elif i.endswith(".docx") or i.endswith(".docm"):
            docx2pdf.convert(i,i[:-5]+".pdf")
#
def convertshit():
    f = paths.get("1.0","end-1c")
    for i in f.split("\n"):
        x = threading.Thread(target=lambda:convertonething(i))
        x.start()
#
def convert(input_path, output_path=None, keep_active=False):
    paths = resolve_paths(input_path, output_path)
    if sys.platform == "darwin":
        return macos(paths, keep_active)
    elif sys.platform == "win32":
        return windows(paths, keep_active)
    else:
        raise NotImplementedError(
            "docx2pdf is not implemented for linux as it requires Microsoft Word to be installed"
        )
#

heres the lib function

rugged root
scarlet halo
#

.doc

#

whats this

#

?

#

pardon?

#

vscode debugging

oblique ridge
scarlet halo
#

wait a min

#

what u say

#

i did

#

i[:-4]+".pdf"

rugged root
scarlet halo
#

nope -O still gives assertion error

#

wait what

#

wait whats this

rugged root
#

!stream 710856373675491381

wise cargoBOT
#

✅ @scarlet halo can now stream until <t:1694197538:f>.

scarlet halo
#

sure in a min

#

how tf do i exit this

#

ohh

sweet lodge
scarlet halo
#

i am

#

no nothing

rugged root
#

Neat

#

!stream 1073046524558327848

wise cargoBOT
#

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

oblique ridge
#

haven't looked into it

#

but aparently human requests renders js? gotta see if it's nicer than a bot browser like playwight

rugged root
#

People love their emoji in repo descriptions

oblique ridge
#

r*

wise loom
#

you were describing a certain type of query on a DOM

oblique ridge
#

!e ```py
def re_factory(characters: int) -> str:
pattern = '(.)'
for i in range(1, characters):
group = "|".join([fr'{i}' for i in range(1, i + 1)])
pattern += fr'((?!{group})\w)'
return pattern

re_factory(4)

wise cargoBOT
#

@oblique ridge :warning: Your 3.11 eval job has completed with return code 0.

[No output]
oblique ridge
#

darn you

rugged root
#

I NEED to shave

#

It steals my drinks

#

Genuinely

oblique ridge
# oblique ridge https://adventofcode.com/2022/day/6

(.)((?!\1)\w)((?!\1|\2)\w)((?!\1|\2|\3)\w)

(.)((?!\1)\w)((?!\1|\2)\w)((?!\1|\2|\3)\w)((?!\1|\2|\3|\4)\w)((?!\1|\2|\3|\4|\5)\w)((?!\1|\2|\3|\4|\5|\6)\w)((?!\1|\2|\3|\4|\5|\6|\7)\w)((?!\1|\2|\3|\4|\5|\6|\7|\8)\w)((?!\1|\2|\3|\4|\5|\6|\7|\8|\9)\w)((?!\1|\2|\3|\4|\5|\6|\7|\8|\9|\10)\w)((?!\1|\2|\3|\4|\5|\6|\7|\8|\9|\10|\11)\w)((?!\1|\2|\3|\4|\5|\6|\7|\8|\9|\10|\11|\12)\w)((?!\1|\2|\3|\4|\5|\6|\7|\8|\9|\10|\11|\12|\13)\w)

dusk raven
#

De novo gene birth is the process by which new genes evolve from DNA sequences that were ancestrally non-genic. De novo genes represent a subset of novel genes, and may be protein-coding or instead act as RNA genes. The processes that govern de novo gene birth are not well understood, although several models exist that describe possible mechanis...

#

Rindfleischetikettierungsüberwachungsaufgabenübertragungsgesetz

#

RflEttÜAÜG

narrow salmon
dusk raven
#

Donau­dampfschifffahrts­elektrizitäten­hauptbetriebswerk­bauunterbeamten­gesellschaft

rugged root
dusk raven
#

Seidenhuhn

rugged root
somber heath
#

"Why, yes, we have been sitting on the Van de Graaff, how did you know?"

rugged root
#

So majestic

somber heath
#

I've seen chickens eat mice.

#

Chickens remember in their DNA.

#

While magnetic sensitivity in certain lifeforms is a fact, I rather suspect that the way a dog aligns while relieving itself is more to do with the immediate environment and whim.

#

Mech'n'Cheese.

rugged root
#

Delicious

somber heath
#

Ooh. A bar with prison bars on the table part. So the bartender is both behind the bar and behind bars.

#

Also, practical.

rugged root
#

"So, what're you in for?"

desert vector
#

"Mixology."

dusk raven
somber heath
#

Miss Management.

oblique ridge
#

wait quick question

#

how do you get moderator badge?

rugged root
somber heath
#

Admin or madman? You decide!

oblique ridge
#

have you tried godot?

rugged root
#

Yeah, it's good stuff

somber heath
#

I've not.

desert vector
#

I have, it's cool

narrow salmon
#

@rugged root can I be admin?

#

he said no.

desert vector
#

can confirm

oblique ridge
#

damn

#

can i be admin?

rugged root
#

You are all dead to me

oblique ridge
#

he didn't say no :D

desert vector
#

Am I dead to you?

narrow salmon
somber heath
#

"Double ya money"

narrow salmon
fringe shoal
#

Food

narrow salmon
oblique ridge
somber heath
#

@rugged root "The needle has not moved from zero." 🗞️

rugged root
somber heath
#

I've never watched any One Piece.

narrow salmon
somber heath
#

@rugged tundra Your audio is slightly shitty.

#

Shows which go on for longer become prone to reachy writing.

rugged root
#

It's just that the manga is so fucking long

somber heath
#

Krav Manga.

somber heath
#

In which case, you're doing it wrong.

fringe shoal
#

what case?

somber heath
#

Nut, suit, upper, lower, pascal, camel...take your pick.

narrow salmon
#

gonna head off, see ya guys!

fringe shoal
#

bye

signal kindle
#

gn

echo garden
#

Hello?

#

anyone alive alive alive alive alive ali ali ali al al al la a a a a ???

whole bear
#

hi

dry jasper
#

@gentle flint can i DM you real quick with a question?

scarlet halo
gentle flint
#

I'll send you a friend request so you can dm me

neon ledge
#

i can unmute

#

@dry jasper

#

cant talk new in server

dry jasper
abstract sleet
#

guys why i cant speak?

wise cargoBOT
#

You are not allowed to use that command.

abstract sleet
#

now what can i do ?

#

ok

#

my real name is taha

#

im learning python

#

im new programer

#

what can ou say again

#

im learning python for creat game ,app ,and....

#

can you tell me some name of book that help me in python

limber copper
#
print("Printing allows for the user to get feedback from the code, this is useful in debugging as well as updating the user in the scripts progress in general")```
stark cosmos
#

hi

cosmic bison
#

anyone know how to do automatic detection and coupling of lifetimes? I am trying to find a solution that works with recursive function calls. I am really struggling here. I have one other idea I haven't tried, so I am going to do that first

valid jackal
#

@cosmic bison

#

can i get help for some code im trying to figure out

#

i cant stream or anything

#

mind if we dm call?

#

for a moment

#

ok yeah sure one sec

echo garden
#

!paste

cosmic bison
#

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

valid jackal
#

from pyautogui import *
import pyautogui
import time
import keyboard
import random
import win32api, win32con

def click(x,y):
win32api.SetCursorPos((x,y))
win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN,0,0)
win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP,0,0)

while keyboard.is_pressed('q') == False: #press q to stop the software
if pyautogui.pixel (1189,338)[1] <= 10:
keyboard.press_and_release('W')
if pyautogui.pixel (1181,472)[1] <= 10:
keyboard.press_and_release('S')
if pyautogui.pixel (1182,614)[0] >= 100:
keyboard.press_and_release('A')
if pyautogui.pixel (1183,753)[1] <= 10:
keyboard.press_and_release('D')

#

for some reason it muted windows audio

#

and i have no idea why

echo garden
#

!code

wise cargoBOT
#
Formatting code on discord

Here's how to format Python code on Discord:

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

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

For long code samples, you can use our pastebin.

valid jackal
#

sorry im not exactly good at this code stuff

#

i found that online

#

but as far as i know its only clicking on those coordinates

#

its the middle of my screen

#

FAAAR away from any audio

#

you think i should try it without the
import win32api, win32con?

#

oh lemme explain what is does

#

one sec

#

basically when the colour of those coords change it clicks either w-a-s-d on that specfic coord if colour changed

#

or i think at least

#

im fairly certain thats what it does

#

im not sure but maybe?

#

yeah

#

no not that

#

it muted windows audio as a whole

#

and lemme show u one sec

#

like

#

it toggles windows audio

#

on/off

#

and i input those coords myself

#

your mic would js like

#

cut in and out

#

cuz it just spam toggles it

#

its not a SUPER big deal cuz usually i only use the code when im not on my computer but its kinda annoying

cosmic bison
valid jackal
#

it doesnt even need to tab into the window

#

cuz its already tabbed in

#

oh ic

#

yeah

#

so i should just try doing it rn without windows api and just the pyautio

#

pyauto

#

f5

#

starts it

#

or u can manually click on run

#

let me try

#

i tried with f5 it didnt even start

#

no

#

usually i just click on it

#

yuo

#

yup

#

theres another app actually

#

im using AHK to refresh the boss fight cuz i couldnt figure it out on py

#

and this is the AHK code

#

Toggle := 0 ; Variable to track the toggle state (0 = off, 1 = on)

; Define a hotkey (F1) to toggle the script on and off
F1::
Toggle := !Toggle
if (Toggle)
{
SetTimer ClickLoop, 1 ; Start the loop with a minimal delay
}
else
{
SetTimer ClickLoop, Off ; Turn off the loop
}
return

ClickLoop:
; Simulate holding down the "e" key for 1 second
Send, {e down}
Sleep, 1000
Send, {e up}

; Wait for 2 minutes and 20 seconds
Sleep, 140000  ; 2 minutes and 20 seconds in milliseconds

; If the toggle state is still on, restart the loop
if (Toggle)
{
    ; Reset the timer for the next cycle
    SetTimer ClickLoop, 1
}

return

#

its super straight forward

#

dont think so

#

f1 doesnt mute it

#

nether does e

#

i think it has to be one of the imports

#

so what did u say i could try

#

which import should i remove

#

from the code

#

sorry do what?

#

comment out

#

?

#

nope

#

i literally just copied this off online

cosmic bison
#

# this is a comment

valid jackal
#

tutorial

#

oh ok

#

ic

#

like that

#

?

#

ok did that

#

yeah

#

so should i try now?

#

ok im not sure if thats working because its not clicking down on the wasd

#

no actually

cosmic bison
#
while True:
     pass
valid jackal
#

until i turn it off

#

?

#

ok so try again

#

audio was all fine

#

im going to try the other one and try that

#

ok see you know whats weird

#

the first say

#

5 seconds

#

when i run the original code

#

it doesnt mute

#

but then

#

as soon as it starts noticing the pixels changing colour and clicking wasd accordiginly

#

it starts to mute

#

keep the
while true
pass

#

?

#

ok yeah i made the wasd lowercase

#

oh right

#

myb

#

ok so try that now

#

?

#

yeah i saw it

#

deleted now

#

yeah thats all it

#

was

#

the lowercase uppercase

#

it didnt mute anymore

#

yeah

#

i think when i click fn+w/a/s/d it mutes

#

let me see

#

no actually

#

fn+a plays/stops like youtube vids or spotify

#

but nothing about my audio

#

and its working

#

fixed

#

but it would be useful to know why

#

so weird

#

and i have another question kinda unrelated but are you active here often?

#

if you are i would like to possibly learn from you

#

if you could everf

#

ok yeah ill do that then

#

thanks

#

yeah if you send me those links i would appreciate it

umbral ibex
#

some completly out of context question for u guys.
does anyone know a lib for simulating keyboard inputs without raising any "bot" or automation flags a browser could read ? im debugging and searching for like 5 h and i cant find one which is workin

polar bear
#

ill be back in a sec

soft rover
#

You can try making some small easy projects to get u in the zone and move up to the hard one

umbral ibex
#

how can i unmute myself 😄

polar bear
#

@cosmic bison if this isnt tooo hard do you know how i would be able to do something like
if i send that code to my friend but i dont want him to send it to anyone else
would i be able to generate like "keys" that can only be used or smth like that so if you wanted to send it to other people they cant use it because they dont have a key for it

#

ive heard of things like that for other mods i just dont know how

#

or if its supper hard

#

ru talking with me rn? or someone else

#

me?

#

ok i assume someone else

#

ill just let you do your thing and dm me once u see this

#

js lmk

#

actually let me rephrase that

#

i just need something that makes it so if someone sends code to another person there needs to be a form of verification that allows them to use it

cosmic bison
random falcon
#

what are you doing ?

#

@cosmic bison

#

i'm

#

are you wrting programing lang ?

#

send pleas

cosmic bison
cosmic bison
polar bear
#

you mind if someone js talks with me in here

#

im trying to unlock voice perms

dry jasper
whole bear
#

hii

#

anyone here?

#

hi ducky

cosmic bison
#

I FINALLY GOT IT WORKING!

random falcon
#

hello

#

i am backend developer using node js

#

little

#

im trying to understand

#

I think I understand

#

i get it

random falcon
#

are you developing this lang alone ?

grim verge
#

For curious, what is the thing on the top left?

random falcon
#

@cosmic bison I had to go thanks for your time

cosmic bison
grim verge
#

@cosmic bison Anyway, this is a fun project but I gtg now

soft rover
#

R u talking about military service, didnt know u have that in US, i thought it only happen in asia country

polar bear
#

@cosmic bison

cosmic bison
#

hi

polar bear
#

i am back

#

hi

#

so i learned some code from a friend he came over we did some stuff

#

and we made improvements

#

and instead of using AHK to reset the boss we implemented it into python

#

but for some reason i dont know why when the boss gets killed the code holds down my 'd' key for like a second

#

from pyautogui import *
import pyautogui
import keyboard
import win32api
import win32con
import time
import random

def click(x, y):
win32api.SetCursorPos((x, y))
win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0, 0)
time.sleep(0.1) # Add a small delay here to simulate a human click
win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP, 0, 0)

running = False # Initialize running as False

while True:
if keyboard.is_pressed('q'):
running = not running # Toggle the running state when 'q' is pressed
time.sleep(0.2) # Add a small delay to prevent multiplex state toggles in a single press

if running:
    if pyautogui.pixel(1189, 338)[1] <= 10:
        keyboard.press('w')
    else:
        keyboard.release('w')

    if pyautogui.pixel(1181, 472)[1] <= 10:
        keyboard.press('s')
    else:
        keyboard.release('s')

    if pyautogui.pixel(1182, 614)[1] <= 10:
        keyboard.press('a')
    else:
        keyboard.release('a')

    if pyautogui.pixel(1183, 753)[1] <= 10:
        keyboard.press('d')
    else:
        keyboard.release('d')
if pyautogui.pixel (588,77)[0] == 255: # THIS IS THE WHITE PART OF THE WIN BAR 
    if pyautogui.pixel (588,77)[1] == 255: #  THIS IS THE WHITE PART OF THE WIN BAR
        if pyautogui.pixel (588,77)[2] == 255: #  THIS IS THE WHITE PART OF THE WIN BAR
            if pyautogui.pixel (717,43)[0] == 255: # THIS IS THE WHITE PART OF THE  BICEP BAR
                if pyautogui.pixel (717,43)[1] == 255: # THIS IS THE WHITE PART OF THE BICEP BAR
                    keyboard.press('e')
                    sleep(1)
                    keyboard.release('e')
wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @polar bear until <t:1694387703:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).

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

gritty garnet
#

!unmute 658334300135096331

wise cargoBOT
#

:incoming_envelope: :ok_hand: pardoned infraction timeout for @polar bear.

polar bear
#

thanks

gritty garnet
#

!paste consider using a pastebin next time

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.

polar bear
#

i accidently sent "-" 4 times just to seperate the code from other text so its easier to see

polar bear
#

@cosmic bison hi im back

cosmic bison
#

hi

polar bear
#

how on earth does pastebin work

#

what

#

from pyautogui import *
import pyautogui
import keyboard
import win32api
import win32con
import time
import random

def click(x, y):
win32api.SetCursorPos((x, y))
win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0, 0)
time.sleep(0.1) # Add a small delay here to simulate a human click
win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP, 0, 0)

running = False # Initialize running as False

while True:
if keyboard.is_pressed('q'):
running = not running # Toggle the running state when 'q' is pressed
time.sleep(0.2) # Add a small delay to prevent multiplex state toggles in a single press

if running:
    if pyautogui.pixel(1189, 338)[1] <= 10:
        keyboard.press('w')
    else:
        keyboard.release('w')

    if pyautogui.pixel(1181, 472)[1] <= 10:
        keyboard.press('s')
    else:
        keyboard.release('s')

    if pyautogui.pixel(1182, 614)[1] <= 10:
        keyboard.press('a')
    else:
        keyboard.release('a')

    if pyautogui.pixel(1183, 753)[1] <= 10:
        keyboard.press('d')
    else:
        keyboard.release('d')
if pyautogui.pixel (588,77)[0] == 255: # THIS IS THE WHITE PART OF THE WIN BAR 
    if pyautogui.pixel (588,77)[1] == 255: #  THIS IS THE WHITE PART OF THE WIN BAR
        if pyautogui.pixel (588,77)[2] == 255: #  THIS IS THE WHITE PART OF THE WIN BAR
            if pyautogui.pixel (717,43)[0] == 255: # THIS IS THE WHITE PART OF THE  BICEP BAR
                if pyautogui.pixel (717,43)[1] == 255: # THIS IS THE WHITE PART OF THE BICEP BAR
                    keyboard.press('e')
                    sleep(1)
                    keyboard.release('e')
polar bear
#

@cosmic bison

cosmic bison
#

```py
your code here
```

rapid flame
polar bear
#

im special

#

and confused

#
import pyautogui
import keyboard
import win32api
import win32con
import time
import random

def click(x, y):
    win32api.SetCursorPos((x, y))
    win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0, 0)
    time.sleep(0.1)  # Add a small delay here to simulate a human click
    win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP, 0, 0)

running = False  # Initialize running as False

while True:
    if keyboard.is_pressed('q'):
        running = not running  # Toggle the running state when 'q' is pressed
        time.sleep(0.2)  # Add a small delay to prevent multiplex    state toggles in a single press

    if running:
        if pyautogui.pixel(1189, 338)[1] <= 10:
            keyboard.press('w')
        else:
            keyboard.release('w')

        if pyautogui.pixel(1181, 472)[1] <= 10:
            keyboard.press('s')
        else:
            keyboard.release('s')

        if pyautogui.pixel(1182, 614)[1] <= 10:
            keyboard.press('a')
        else:
            keyboard.release('a')

        if pyautogui.pixel(1183, 753)[1] <= 10:
            keyboard.press('d')
        else:
            keyboard.release('d')
    if pyautogui.pixel (588,77)[0] == 255: # THIS IS THE WHITE PART OF THE WIN BAR 
        if pyautogui.pixel (588,77)[1] == 255: #  THIS IS THE WHITE PART OF THE WIN BAR
            if pyautogui.pixel (588,77)[2] == 255: #  THIS IS THE WHITE PART OF THE WIN BAR
                if pyautogui.pixel (717,43)[0] == 255: # THIS IS THE WHITE PART OF THE  BICEP BAR
                    if pyautogui.pixel (717,43)[1] == 255: # THIS IS THE WHITE PART OF THE BICEP BAR
                        keyboard.press('e')
                        sleep(1)
                        keyboard.release('e')



#

oh

#

ic

cosmic bison
grim verge
#

Like basically that just convert those syntax to some node? And then calculate it?

polar bear
#

@grim verge you think you could help me out

#

or

#

i would ask spider but i think hes in the middle of something rn

fading sundial
#

wsp

grim verge
#

Help what?

polar bear
#

so what i dont get

#

like

#

basically remmeber what it was before

#

i made it so that it doesnt just press down w and not it presses w and then releases and i also added something so i dont need AHK to hold down e every whatever amount of time and instead when it notices those certain pixels changing to white it presses e on its own

grim verge
#

Wait, I am confused

polar bear
#

but an issue i have is when its done doing its thing for some reason it holds down d

#

i am as well

fading sundial
#

@polar bear

polar bear
#

hmm

fading sundial
#

can you dm call i think i fixed it

polar bear
#

k

grim verge
#

Oh, just noticed there are code above 🤣

#

Anyway, I am going to sleep really soon

#

Good night🌃

pure token
#

@zinc yew hello?

somber heath
#

@karmic ridge 👋

somber heath
#

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

#

The Papillon (French pronunciation: ​[papijɔ̃], French for 'butterfly[-eared]'), also called the Continental Toy Spaniel, is a breed of dog, of the spaniel type. One of the oldest of the toy spaniels, it derives its name from its characteristic butterfly-like look of the long and fringed hair on the ears. A Papillon with dropped ears is called a...

#

@pseudo raven 👋

pseudo raven
#

Hi

echo garden
#

can't talk as usual

#

its early here

pseudo raven
#

What should i do

#

50 msg 😑

somber heath
#

@humble imp 👋

obsidian dragon
#

hi @shadow depot and @zinc yew

somber heath
#

@modest breach 👋

#

Musk sticks are a popular confection in Australia, available from many different suppliers. They consist of a semi-soft stick of fondant, usually pink, and often extruded with a ridged cross-section in the shape of a star. Their flavour and aroma is quite floral, reminiscent of musk perfume. They are also called "musk sweets" and "musk lollies"....

somber heath
#

@surreal palm 👋

scarlet halo
#

hey hemlock can i stream my forza gameplay

#

aw

#

welp anyways

#

uhh

#

idk

modest breach
#

ok

somber heath
#

@rough umbra 👋

rugged root
somber heath
#

@modest widget 👋

#

@halcyon citrus 👋

rugged root
wind raptor
#

Gotta join a class. Talk to you later 😄

somber heath
#

Do emergency vehicles in anime go "uwu uwu uwu"?

rugged root
#

-sighs- god damn it

#

Yes

#

Yes they do

somber heath
rugged root
somber heath
#

Eastern Grey.

rugged root
somber heath
#

No Man's Guy.

wise loom
#

Sony WH-1000XM3 @molten pewter

somber heath
#

@rancid knoll 👋

rancid knoll
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.

wise loom
#

rtw88_8821ce driver for bluetooth + wifi

rugged root
#

!stream 264657660190654464

wise cargoBOT
#

✅ @wise loom can now stream until <t:1694447395:f>.

rugged root
#

Dude, my ticket STILL isn't in the court system yet

#

The hell

rugged root
#

That'll tell you what you need to know about the voice gate

oblique ridge
#
wikiHow

Like it or not, it takes more than a pair of cojones to achieve manhood. Cultures around the world have rites of passage to symbolize it and customs to preserve it. Although there is no one way to categorize manliness, there are certain...

somber heath
#

@arctic adder @thin fox 👋

thin fox
#

Hi Opalmist

somber heath
#

Why am I @ ing you, Clueless? Because I'm a dill.

#

Howdy howdy.

thin fox
#

I don't know what dill is like

somber heath
#

I'm a little fuzzy on the subject

thin fox
rugged root
thin fox
#

there is also bun runtime enviornment, which could be a great replacement for Node.js

#

its built using zig, and its fast af

#

faster

#

than deno too

somber heath
#

@sour obsidian 👋

thin fox
#

true

#

yeah

#

just look at these numbers

somber heath
#

Satisfying food moment.

thin fox
#

they had a bun plushy in the video

wise loom
#

how to be a man yeah.
hardest thing in the world..

wise loom
thin fox
#

some of you might already know it, there's a really good course for JavaScript on freecodecamp site

#

when I first tried docker, the wsl gave so many problems

somber heath
oblique ridge
#

lack toast and taller ants

#

lack toes and todler ants

wise loom
somber heath
#

That was rhetorical, just to be clear.

wise loom
thin fox
#

changed my username now, feels so good when we get exactly the username we want

somber heath
#

@coarse spindle 👋

coarse spindle
#

supp

thin fox
#

I once saw a video where they explored conspiracy theory about number '3'

thin fox
#

One of my friend is trying to develop a site like monkeytype

#

Lemony snicket

wise loom
#

who knows what monkeytype could be

coarse spindle
#

wht is a monkeytype

thin fox
#

his dark materials and hunger games were much better when I read it, than movies/series

thin fox
coarse spindle
#

can u name one

thin fox
# thin fox Lemony snicket

but this one is an exception, the movie was soo good (series of unfortunate events) and there's Jim Carry in it

#

wow

#

I read there is mass for all amount of data

#

here it is -
Scientists have even attempted to measure the size of the internet in physical weight. Depending on whether you reference Russell Seitz or the Discovery Magazine, the internet weighs either 60 grams or 6 micrograms. If we trusted Seitz's calculations, the entirety of the internet is no heavier than a tennis ball.

#

what you cutting plome?

#

na

#

pineapple?

rugged root
#

Just where my brain goes with all the AI hype and obsession

somber heath
#

@prime burrow 👋

thin fox
undone idol
#

can we not run discord activity over here?

rugged root
undone idol
#

get it

candid cloak
#

@tidal salmon What are the rules about sharing your screen? do i need to pass another verification or is it just not allowed?

gentle flint
#

@whole bear any idea why Google would suggest those extra questions?

#

specifically the top one

#

I have questions

whole bear
#

Wait what that crazy

weak belfry
#

do someone know anything about website development or knowledge of something simular

oblique ridge
gentle flint
#

muhammara

dry jasper
gentle flint
oblique ridge
dry jasper
#

@oblique ridge

gentle flint
#

https://en.wikipedia.org/wiki/L'As_du_Fallafel
this place is much better and cheaper too

L'As du Fallafel (English: The Ace of Falafel) is a kosher Middle Eastern restaurant located at 34, Rue des Rosiers in the "Pletzl" Jewish quarter of the Le Marais neighborhood in Paris, France. The restaurant is acclaimed for its falafel sandwich served with eggplant and hummus.

#

and actually kosher

thin fox
#

heelys are amazing

gentle flint
candid cloak
thin fox
#

saw this reel yesterday

#

tea time

oblique ridge
thin fox
#

im sorry

#

it was from a movie, not my own words

scarlet halo
#

how do i set up sound on arch linux

#

literally impossible

oblique ridge
rugged root
#

!pypi voila

wise cargoBOT
#

Voilà turns Jupyter notebooks into standalone web applications

wise loom
gentle flint
wise loom
#

I snatched a burger at BK

#

It’s mediocre

dry jasper
#

still got the nice bbq taste?

gentle flint
#

rinkeby

whole bear
#

Rynkeby

wise loom
dry jasper
wise loom
gentle flint
#

photo on news headlines be like

#

Snarky Puppy feat. Väsen - Shapons Vindaloo
From Snarky Puppy's live CD/DVD - "Family Dinner - Vol. Two"
Stream/Download/CD/Vinyl: https://orcd.co/familydinnervol2
©GroundUP Music 2016

Written by André Ferrari
Arranged by André Ferrari, Michael League & Snarky Puppy
Recorded and filmed at Esplanade Studios in New Orleans, LA, February 12-14, 2...

▶ Play video
oblique ridge
terse needle
gentle flint
#

Wien Neêrlands bloed was het officiële volkslied van het Verenigd Koninkrijk der Nederlanden tussen 1817 en 1832 en later van het Koninkrijk der Nederlanden tussen 1832 en 1932. Het was gecomponeerd door Johann Wilhelm Wilms (1772-1847) op een gedicht van Hendrik Tollens (1780-1856).

whole bear
dry jasper
#

In the contemporary English language, the noun Polack ( and ) is a derogatory, mainly North American, reference to a person of Polish origin. It is an anglicisation of the Polish masculine noun Polak, which denotes a person of Polish ethnicity and typically male gender. However, the English loanword is considered an ethnic slur.

terse needle
#

these go so hard

whole bear
#

OH YEAH? my website sexier

#

guy who couldn't get job in Google w/o PhD

wise loom
terse needle
wise loom
terse needle
#

Is that not the only brand that makes it

wise loom
#

The good thing is you found the OG source

terse needle
#

right, I have only had it once from my polish friend that just handed me some

wise loom
#

Polish ppl are awesome

wise loom
#

I liked it there

#

Only place where I could actually be chill

#

Because everyone else was

terse needle
#

never really considered it

wise loom
#

Hamster escapes cage climbs wall free solo Alex Honnold style

gentle flint
#

dayum

robust ridge
#

damn bro he thought he was a spider

#

hello guys here just for get my

#

voice

#

verification

#

so

#

how was your day

#

did you code something

#

some malware

robust ridge
#

y'a des fr chaud en python un peu ?

#

bon la c long c quand que je peux parler voc bordel de chiotte

#

who puts his shit on walkway i almost slide over

#

if some one need help for coding i cant im sorry

#

i have just installed python

#

can some one explain me how to create a game like fortnite with python

#

or valorant

#

sorry guys i have to go

somber heath
#

@mighty meadow 👋

dry jasper
somber heath
#

@rapid eagle 👋

rapid eagle
rugged root
#

I love Melty Chihuahua

#

He's mah fave

rapid eagle
#

yes it looks cute

rugged root
#

Cute AND horrifying

#

It's the best of both worlds

rapid eagle
#

yep

rugged root
rugged root
somber heath
#

@manic arch 👋

wise loom
#

@dry jasper who's calling you? 🤙

#

@dry jasper is it an important call?

#

hey guise

#

👋

somber heath
#

@mint flower 👋

mint flower
peak nacelle
#

Meow?

dry jasper
#

The Holy Roman Emperor, originally and officially the Emperor of the Romans (Latin: Imperator Romanorum, German: Kaiser der Römer) during the Middle Ages, and also known as the Roman-German Emperor since the early modern period (Latin: Imperator Germanorum, German: Römisch-deutscher Kaiser, lit. 'Roman-German emperor'), was the ruler and head of...

somber heath
#

Lassi (pronounced [ləsːi]) is an Indian yogurt–based beverage with a smoothie-like consistency. It has been called "the most popular and traditional yogurt-based drink" in India. It has also been described as the form in which yogurt "is most cherished and unbeatably popular in...Punjab," its "best-loved summer drink," and "the air conditioner o...

#

"I see you're selling element samples."
"Yup. We sell any, Em."

#

@winter vale 👋

steady sentinel
#

I need to take a shower now

somber heath
#

@vocal geyser 👋

vocal geyser
vocal geyser
somber heath
#

@whole bear 👋

rugged root
whole bear
#

@rapid flame do you have any available echo processors built in c or c++

#

send me one in dms bhai

whole bear
rugged root
#

@dry jasper @desert wolf @zinc yew @solemn obsidian @proper salmon Scoot on up here

#

This is where the party is, yo

somber heath
#

@whole bear 👋

#

@glossy yoke 👋

scarlet halo
#

helo

#

just came in

#

literally rn

solemn obsidian
#

Hello

worldly magnet
north rock
#

why can't i speak

exotic moss
rugged root
#

@whole bear

exotic moss
rugged root
#

!stream 1130633377997930656

wise cargoBOT
#

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

rugged root
#

@edgy agate Wait, was that literally the only reason you joined?

#

Please don't use us as a sound test

#

Discord has one built in

#

Unless this is the wrong Pedro

exotic moss
rugged root
#

And if that's the case, my bad

edgy agate
#

i'm sorry, discord's krisp test thingy wasn't working

edgy agate
#

mb '-'

rugged root
#

All good, just a bit like... if it did suck, you're forcing a bunch of randoms to deal with it

#

Not really mad just confused

edgy agate
#

ye i know, this mic isn't that screwed up its just that the sink stopped working for some reason

#

so i had to restart pipewire

#

thanks for the comprehension

rugged root
#

No worries

#

It happens

exotic moss
#

i was thinking to just get another ssd just to dualboot

#

bc that 1tb ssd has all my games n stuff on it which would take ages

dense ibex
#

yeah

#

I just bought a 2tb ssd and have windows running on it

#

and a 500gb running linux

#

it works perfect

#

and I prob only spent like 100 bucks

exotic moss
#

fair

#

the only issue with that is i'd have eto daisy tain my ssd's

fleet marlin
#

please help

somber heath
#

Follow the given URL.

worthy token
#

!lambda

somber heath
#

!d lambda

wise cargoBOT
#

An anonymous inline function consisting of a single expression which is evaluated when the function is called. The syntax to create a lambda function is lambda [parameters]: expression

worthy token
#

thanks opal

#

!d lambda

wise cargoBOT
#

An anonymous inline function consisting of a single expression which is evaluated when the function is called. The syntax to create a lambda function is lambda [parameters]: expression

somber heath
#

!e ```py
def func(value):
return value * 2

Roughly equivalent to

func = lambda value: value * 2```

worthy token
#

!e
cube_function =(lambda x: x**3)
print(cube_function(2))

wise cargoBOT
#

@worthy token :white_check_mark: Your 3.11 eval job has completed with return code 0.

8
somber heath
#

Important to note: Assigning a variable in the way I showed is not usually how lambdas are used.

#
arr.sort(key=lambda a: a[0])```
#

This is more in line with what you'd use.

#

Given as an argument.

#
def func(a):
    return a[0]

...

arr.sort(key=func)```
#

This is the rough def equivalent to the above.

#

@worthy token Just making sure you see.

zenith epoch
#

folder1/hi.py

folder2/callhi.py

i want to import hi from callhi.py
python giving import errors

#

Do we seriously need init.py

somber heath
leaden elm
#

man i love coding

obsidian dragon
#

is there a way to check for registered trademark?

leaden elm
#

whar

#

what are you guys talking about

obsidian dragon
leaden elm
#

ah

#

lao gan ma

#

i coded an interview

#

well

#

not really

#

only 3 questions

#

i could code in more

#

but i don't wanna

somber heath
#

@prisma gate @gaunt meteor 👋

gaunt meteor
#

Hallo

obsidian dragon
leaden elm
#

boriing

somber heath
leaden elm
#

hwat

prisma gate
#

Helloo

wise loom
#

All Software Engineering in 1 video

oblique kayak
wise loom
#

nobody in the VC

cosmic bison
#

very rare that something is this easy to add.

cosmic bison
#

in any case,I learned was aliasing was and it opened me up to realizing I am a bit of an idiot and have to redo a lot regarding lifetimes

#

automatic lifetime detection should still be possible? I think?

#

just painful

#

very painful

dreamy siren
#

Im good ty

#

Quantibility your mic is kind uh yes

#

Hello @willow lynx

#

im bored idk

willow lynx
#

Hi @dreamy siren

dreamy siren
#

hi :)

dreamy siren
#

and then

#

if u have access

#

then u will see password or something

#

sudo dnf install code

#

do this

#

for visual studio code

#

on linux

#

if u want it

#

@willow lynx that means u should have sudo

wind raptor
#

sudo vim /etc/motd

dreamy siren
#

@echo garden ur mic is really terrible im sorry xd

#

@wind raptor what are you doing right now?

#

nice

#

Yes much

wind raptor
#

!stream 1115110120444133376

wise cargoBOT
#

✅ @echo garden can now stream until <t:1694697009:f>.

dreamy siren
#

@wind raptor how do u get stream permissions in voice chat?

wind raptor
#

Ask me and tell me what you want to stream.

dreamy siren
#

haha cute

#

I want cats too :(

wind raptor
#

I just need to know if it is an non-code-of-conduct-breaking project so what is the project?

dreamy siren
#

with non-code-of-conduct-breaking

wind raptor
#

What is the project you are working on?

dreamy siren
#

I mean im learning a bit prob i will try todo rock paper scissors

wind raptor
#

Nice, ok, bet. I can set you up with perms then. Some people like to build illegal things on stream. I just like to check ahead of time.

#

!stream 911666443488198746

wise cargoBOT
#

✅ @dreamy siren can now stream until <t:1694697317:f>.

dreamy siren
#

ty :)

#

@wind raptor can i use the word "list" for a variable or is it a function?

#

you can talk btw i can hear you

wind raptor
dreamy siren
#

oih

#

why im not streaming :(

wind raptor
#

!stream 911666443488198746

wise cargoBOT
#

✅ @dreamy siren can now stream until <t:1694698078:f>.

dreamy siren
#

thanks

#

how im so good right now

#

im learnin g nice

#

@wind raptor ty for letting me stream i gtg

#

bb :)

indigo quest
#

Please suggest.

echo garden
#

hello @somber heath

whole bear
#

Hello everyone

echo garden
#

@wind raptor this gives me insight into making folders that are shape names.. Im thinking that the model can call on theses organically

#

i couldn't figure out how to call from within the structure , thank you @uncut meteor for showing me how..

wind raptor
somber heath
#

@keen berry 👋

keen berry
#

eloo

#

:D

somber heath
#

@fluid void 👋

fluid void
somber heath
#

@vernal arrow 👋

vernal arrow
#

👋👋

somber heath
#

!e ```py
class MyClass:
def pos(self):
return 'pos'
def neg(self):
return 'neg'
def invert(self):
return 'invert'

obj = MyClass()
print(+obj, -obj, ~obj)```

wise cargoBOT
#

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

pos neg invert
slate viper
#

Hello opalmist

#

accidentally left the sever so muted for 3 days rightnow

#

had joined around 70 servers since 2018

#

was mass leaving them

#

and yea

somber heath
#

!e ```py
class MyClass:
def add(self, _):
return 'add'

obj = MyClass()
print(obj + 'abc')```

wise cargoBOT
#

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

add
somber heath
#

Burning Mountain, the common name for Mount Wingen, is a hill near Wingen, New South Wales, Australia, approximately 224 km (139 mi) north of Sydney just off the New England Highway. It takes its name from a smouldering coal seam running underground through the sandstone. Burning Mountain is contained within the Burning Mountain Nature Reserve, ...

rotund tusk
#

no please no @somber heath

echo void
#

hi

dry jasper
somber heath
#

"CHANGE PLACES!"

dry jasper
somber heath
#

@lunar venture 👋

lunar venture
#

u guys are my asmr background keep talking

#

@whole bear you do not sound

#

UK at all

brittle snow
lunar venture
#

what on earth is an international school in the uk

gentle flint
#

An international school is an institution that promotes education in an international environment or framework. Although there is no uniform definition or criteria, international schools are usually characterized by a multinational student body and staff, multilingual instruction, curricula oriented towards global perspectives and subjects, and ...

echo garden
somber heath
#

@whole bear 👋

whole bear
#

hi

#

cant talk

#

suprressed

#

muted

#

what u code

#

yes

#

correct

#

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

somber heath
#

@rose tartan 👋

rose tartan
#

@somber heath 👋

#

Hi

sterile trellis
somber heath
#

@halcyon depot 👋

halcyon depot
#

hi

somber heath
#

@feral fox 👋

rare narwhal
#

donnot have permission to speak, that's why i couldn't respond

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.

rare narwhal
#

not the code but the message

somber heath
#

!e

wise cargoBOT
#
Missing required argument

code

#
Command Help

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

Run Python code and get the results.

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

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

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

Currently only 3.11 version is supported.

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

somber heath
#

!code

wise cargoBOT
#
Formatting code on discord

Here's how to format Python code on Discord:

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

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

For long code samples, you can use our pastebin.

rare narwhal
#

ok, thx

#

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

rare narwhal
#

!voiceverify

#

Can we make websites with python?

somber heath
#

@nimble atlas 👋

nimble atlas
nimble atlas
somber heath
#

Django, Flask.

nimble atlas
#

!code

wise cargoBOT
#
Formatting code on discord

Here's how to format Python code on Discord:

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

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

For long code samples, you can use our pastebin.

vocal basin
#

and FastAPI for less framework-ey approach

rare narwhal
nimble atlas
#
print('Hello world!')
rare narwhal
#

I'm in my first year (CSE) and I need to get a laptop, what would be the recommended specifications

vocal basin
rare narwhal
#

Yeah, I like them but out of budget, lol

feral fox
rare narwhal
#

I mean, in terms of hardware

feral fox
#

@somber heath yep

rare narwhal
vocal basin
#

for web, basically anything is good enough spec-wise
the only thing you need high specs for is compilation time (which would matter when you use something other than Python/JS)

rare narwhal
vocal basin
#

for Python, requirements would mostly depend on IDE

rare narwhal
#

I'm thinking of either ASUS vivobook or zenbook they have a H series 11th gen processor , OLED display

#

My prof demonstrated a calculation in both C and Python and we saw that python was slower than C, why is that

vocal basin
#

python isn't slower, it does different things

rare narwhal
#

So, c directly does the work and python has additional things to do?

vocal basin
#

I wouldn't be surprised if there are situations where Python outperforms C;
because of difficulty of writing C (and thus difficulty of writing performant software)

#

(manually written C)

#

just like C outperforms assembly

#

(manually written assembly)

#

Fortran originally was created as an optimising compiler too

#

Python in front-end can work via WASM

#

but that's inconvenient

feral fox
#

python mostly used for backend

#

i think thats why

vocal basin
#

it's mostly used for backend, because browsers don't support it natively

vocal basin
#

browsers understand JS and, since a certain point, WASM
Python-to-WASM isn't a very direct conversion

#

I don't remember what exactly it does
likely compiles CPython to WASM

#

web assembly, yes

somber heath
#

@unborn agate 👋

echo garden
#

morning opal

vocal basin
#

no arrows -> just use Vim

#

make isn't pre-installed

#

or, rather, is not guaranteed to be installed

#

"cmdlet" sounds like windows

#

windows needs extra steps to install make

#
nimble atlas
#
print('Hello world!')
rare narwhal
somber heath
#

@proper trout 👋

proper trout
#

hi

somber heath
#

@whole bear 👋

whole bear
somber heath
#

@lunar venture 👋

whole bear
#

I finally got voice verified

uncut meteor
obsidian dragon
#

what version of the game do I need?

#

I am small INT

somber heath
#

@quick mica 👋

quick mica
#

Hi guys, how are you doing?

somber heath
#

@real skiff 👋

real skiff
# somber heath Mystery abounds.

why they couldnt create a vax for the hiv, common cold, umm cancer but once in a while there comes a virus and a vax is created all of a sudden and you're forced to inject it, ever wondered why??

somber heath
#

@eternal obsidian 👋

quick mica
#

lol 😄

real skiff
#

yeah so many conspiracy theories uk

#

sometimes they do make sense but ngl

#

afterall we all are puppets of these so called multi billion $ org right? I mean we did see them making a hell lot of money while the pandemanic was around

#

srry guys I m just over thinking rn

#

😢

real skiff
#

@obsidian dragoncan we transfer data using usb ?

#

on non mac os**

#

any pixel phone with aosp rom installed** xD

#

@obsidian dragonbro

#

pinephone sucks!!

#

how many of you guys know about sean strickland ??

#

@somber heath?

#

yeah

#

hahha

#

he's more black than izzy

#

yeah

quick mica
#

What do you think about Framework laptops?

real skiff
#

he's a goat man

#

izzy is the chinaman dude

#

I love sean man, he's a true american imo