#voice-chat-text-0

1 messages · Page 336 of 1

upbeat bobcat
wind raptor
upbeat bobcat
#

wth

vocal basin
#

I still recommend enabling that checkmark

#

since you're installing outside user directory

wind raptor
#

Yeah, you need to check it to get windows to give the installer admin privs

vocal basin
#

also, if you have any python processes open, close them

upbeat bobcat
#

This option you mean. The first one

wind raptor
#

So make sure to check "install Python 3.12 for all users"

upbeat bobcat
#

5th try now😅

#

Install?

short owl
#

I just use the recommended defaults for new python installs , so the next layer of python modules can install properly ... @upbeat bobcat

upbeat bobcat
#

Finally

vocal basin
#

I wonder what layer they're actually abstracting at

#

!d asyncio.loop.add_reader

wise cargoBOT
#

loop.add_reader(fd, callback, *args)```
Start monitoring the *fd* file descriptor for read availability and invoke *callback* with the specified arguments once *fd* is available for reading.
vocal basin
wind raptor
upbeat bobcat
#

Should I try this again?

vocal basin
#

a wrapper around epoll

upbeat bobcat
wind raptor
stark river
#

does anyone know how to execute a shell script on startup in i3?

exec startup.sh

is not doing it (assume startup.sh is custom written script)

upbeat bobcat
#

YESSSS!

#

Okay, bye. I am going to sleep.

wind raptor
stark river
#

😂

#

😆

whole bear
#

i need help with my program

granite scarab
#

@stark river, hey

obsidian dragon
#
from pygame.locals import *
import pygame

class Player:
    x = 10
    y = 10
    speed = 1

    def moveRight(self):
        self.x = self.x + self.speed

    def moveLeft(self):
        self.x = self.x - self.speed

    def moveUp(self):
        self.y = self.y - self.speed

    def moveDown(self):
        self.y = self.y + self.speed

class App:

    windowWidth = 800
    windowHeight = 600
    player = 0

    def __init__(self):
        self._running = True
        self._display_surf = None
        self._image_surf = None
        self.player = Player() 

    def on_init(self):
        pygame.init()
        self._display_surf = pygame.display.set_mode((self.windowWidth,self.windowHeight), pygame.HWSURFACE)
        
        pygame.display.set_caption('Pygame pythonspot.com example')
        self._running = True
        self._image_surf = pygame.image.load("pygame.png").convert()
 
    def on_event(self, event):
        if event.type == QUIT:
            self._running = False

    def on_loop(self):
        pass
    
    def on_render(self):
        self._display_surf.fill((0,0,0))
        self._display_surf.blit(self._image_surf,(self.player.x,self.player.y))
        pygame.display.flip()
 
    def on_cleanup(self):
        pygame.quit()
 
    def on_execute(self):
        if self.on_init() == False:
            self._running = False
 
        while( self._running ):
            pygame.event.pump()
            keys = pygame.key.get_pressed() 
            
            if (keys[K_RIGHT]):
                self.player.moveRight()

            if (keys[K_LEFT]):
                self.player.moveLeft()

            if (keys[K_UP]):
                self.player.moveUp()

            if (keys[K_DOWN]):
                self.player.moveDown()

            if (keys[K_ESCAPE]):
                self._running = False

            self.on_loop()
            self.on_render()
        self.on_cleanup()
 
if __name__ == "__main__" :
    theApp = App()
    theApp.on_execute()
floral pasture
#

python program to calculate the sum of all the odd numbers within the given range

waxen barn
#
Num_Players = int(input("Please enter the number of player that want to participate, (2 - 4) : "))
if Num_Players < 2 or Num_Players > 4:
    while Num_Players < 2 or Num_Players > 4:
        print("""Error 400
        There has to be 2 or more players.""")
        Num_Players = int(input("Please enter the number of player that want to participate, (2 - 4) : "))

Player1_Name = ""
Player2_Name = ""
Player3_Name = ""
Player4_Name = ""

Player1_Score = 0
Player2_Score = 0
Player3_Score = 0
Player4_Score = 0

if Num_Players == 2:
    Player1_Name = str(input("Please enter the name of Player 1: "))
    Player2_Name = str(input("Please enter the name of Player 2: "))
    Player_Names = [Player1_Name, Player2_Name]
elif Num_Players == 3:
    Player1_Name = str(input("Please enter the name of Player 1: "))
    Player2_Name = str(input("Please enter the name of Player 2: "))
    Player3_Name = str(input("Please enter the name of Player 3: "))
    Player_Names = [Player1_Name, Player2_Name, Player3_Name]
elif Num_Players == 4:
    Player1_Name = str(input("Please enter the name of Player 1: "))
    Player2_Name = str(input("Please enter the name of Player 2: "))
    Player3_Name = str(input("Please enter the name of Player 3: "))
    Player4_Name = str(input("Please enter the name of Player 4: "))
    Player_Names = [Player1_Name, Player2_Name, Player3_Name, Player4_Name]

for x in range(len(Player_Names)):
    print(Player_Names[x],)
upbeat bobcat
waxen barn
upbeat bobcat
scarlet halo
#

I slept 6 hours somehow

#

I slept at 5

#

I woke up at 11

upbeat bobcat
scarlet halo
#

Idk

#

Too lazy to sleep

upbeat bobcat
fallow musk
#

I have a call one sec @somber heath

rugged root
#

@distant zephyr Yo

golden patrol
#

hi

#

they are saying i have less then 50 messge

#

@low dirge they are saying i have less then 50 messge

#

@vocal basin @rugged root @ help me

spare galleon
#

hi peeps

#

i hate web dev, front end specifically, making things work for different things sucks, ive refactored my code 3 times yesterday just to make it work, smh someone kill me

#

i dont mind back end

#

i just broke chatgpt

#

see looks like its working, but youd be wrong wrong, there is supposed to be an animation in the background being called <script async src="../JS\canvas-BG-image-background.JS"></script> however this does not seem to be working

rugged root
#

!stream 689245143609508025

wise cargoBOT
#

✅ @spare galleon can now stream until <t:1722524922:f>.

rugged root
#

!stream 154425749221146624

wise cargoBOT
#

✅ @terse rose can now stream until <t:1722524928:f>.

spare galleon
#

i hate the coding

vocal basin
#

the streak of getting a pay raise every two months stopped, time to switch job

#

@rugged root

cerulean ridge
#

Religious statesman and president of the Universal Society of Hinduism Rajan Zed released a statement today, urging Blizzard and Activision to remove an Overwatch skin he said “trivialised Hinduism’s highly revered goddesses”. Devi is the great goddess of Hinduism, worshipped in many different form and names since prehistoric times. While Symmet...

#

does kotaku counts?

vocal basin
#

install Windows first, is what's commonly recommended

#

after that setup dual boot

jovial iris
jovial iris
vocal basin
jovial iris
scarlet halo
jovial iris
# vocal basin Windows allegedly breaks existing Linux boot stuff

one more query, there is a thing bothering me again and again
that no drivers found thing when installing windows, what'd i do now ?
searched everywhere on internet and they were guiding you like there is some problem in your stick, install drivers and extract in your bootable usb but i can't copy my drivers in ubuntu in live bootable stick and plus i have amd ryzen on lenovo the worst combination, i can't find liable drivers out there unlike intel one's who provided iirst thing which you can install on your system then extract it down in your bootable then browse from the installer / partition thing in windows bootloader to have it installed on your system but that ain't for me.

spare galleon
short owl
#

a tornado went through voice 1 room

distant zephyr
#

@rugged root

long helm
#

hello guys

sand timber
#

i get this error whenever i try to use textract.process for a pdffile

#

i verified that the pdf file does exist and the path is accessible

#

can someone help me figure this out ?

gentle flint
#

see if that works

sand timber
#

switched to another library

gentle flint
#

ok

upbeat bobcat
#

@woeful shuttle check this channel

woeful shuttle
#

Okay I need to write 50 messages O.o

#

Thats crazuy

upbeat bobcat
#

With what you need help?

#

@woeful shuttle

woeful shuttle
#

With my color trigger

upbeat bobcat
#

@woeful shuttle

vocal basin
#

@quartz beacon there are deer farms in Eastern Europe too, but they're rare

#

(but it is mostly in Siberia/Scandinavia indeed, in the context of Eurasia)

vocal basin
somber heath
vocal basin
#

funny fact:
UA article has picture of Finnish people doing deer farming in Norway
BY article has picture of people, who mostly live in Norway, doing deer farming in Sweden

quartz beacon
#

Blörö

vocal basin
vocal basin
#

Reddit doesn't allow selecting post titles without opening them

#

despicable

vocal basin
quartz beacon
vocal basin
#

@quartz beacon if currencies made sense and correlated to health of economy and state, USD would already be >200 RUB instead of 80~100

stark river
#

🎶 🖥️ ⌨️

vocal basin
#

@peak depot it went through 11 orders of mangitude of cuts

#

5'00'000'000'000

#

from the original

somber heath
#

Real men can wear pink, @rapid chasm.

#

Yes, I'm aware of the irony of the use of "real", here, but you know what I mean.

vocal basin
vocal basin
#

(you might know who that is)

stark river
#

we all wear pink shirts on valentine's day in the office

rapid chasm
#

@gentle flint I don't like the steering wheel on racing bicycles

stark river
#

call it "salmon colored" and pink is no longer effiminate

quartz beacon
stark river
#

why is this image being served from a local cdn to me?

quartz beacon
#

Do you collect bikes??

stark river
#

by local cdn i mean very local

gentle flint
#

are you running a cdn on your pc?

stark river
#

usually cdns are in india but this one is in pakistan .. for some reason

#

only cdns in pakistan that i know are ubuntu repos

quartz beacon
#

Is there any Finnish IKEA analogy??

#

Like JYSK

#

Also me gonna go UwU
Cya 👋

stark river
#

it's raining and i wanna play some football 😦

vocal basin
stark river
#

there are no servers in pakistan.. there is not enough electricity

#

that's why all cdns make the decision to host in india

#

running a server in pakistan is risky

vocal basin
#

CloudFlare have CDN servers in Islamabad and Lahore

stark river
#

where are they getting electricity from 🤔

vocal basin
#

maybe they're the reason why the rest of Pakistan doesn't get it

stark river
#

blyat !!
why even try that.. nobody's requesting content from these cdns

vocal basin
#

CloudFlare lists Ekaterinburg and Krasnoyarsk as Europe
funny

#

(Ural and Siberia)

peak depot
#

E-bike can be 20-30kg

#

My headset is charcing...

peak depot
#

Biltema is not very good quality

sweet sorrel
peak depot
#

Usefull e-bike is 1500-3000e

upper basin
#

AF, what you up to?

peak depot
#

Also apperently this is a very wholesome and cute anime:

#

It's about cats making ramen

vocal basin
upper basin
peak depot
#

Cat videos!!!

vocal basin
#

(currently not watching, just trying to connect to it at all without having the connection throttled)

#

ISP is doing packet inspection

#

and idk how good it is

vocal basin
upper basin
#

When ISP is blocking your access, vpn can't help right?

#

Cause vpn is more for region locks.

#

Yours is that the ISP itself is blocking youtube, which is a new one for me.

vocal basin
#

I'm using Tor, but that has its own problems

upper basin
vocal basin
#

stable enough for 1080p60fps

upper basin
#

Gotcha.

vocal basin
#

(I don't need 1440p60fps and neither do I have premium bitrate available)

whole bear
#

how about full-stack

gentle flint
upper basin
vocal basin
#

1440p and 2160p yield better quality on 1080p displays at times, because of how YouTube compresses videos

gentle flint
upper basin
vocal basin
#

I don't see well when image is moving, so doesn't matter as much for me

upper basin
#

Like in my head I'm like well that's 1080p, I have only 1080p, so I can't allocate a 4k video to a 1080p display.

upper basin
#

Same.

vocal basin
#

I have very sharp vision when looking at static objects

somber heath
#

I once thought I saw ice falling from the sky, but it was just a haillucination.

vocal basin
#

just can't process movement

upper basin
#

Hehehe

upper basin
#

"Sky is falling!!"

#

Little chicken vibes.

vocal basin
upper basin
#

You know the star wars intro? I get it with those type of stuff.

stark river
#

my sink is leaking my audio into discord even though i don't have a mic.. i am using arch linux.. anybody know of a fix?

vocal basin
stark river
#

by audio i mean background programs' audio

vocal basin
upper basin
stark river
#

try playing cricket where the ball is coming at you at 145 km/h

upper basin
#

AF, have you seen that meme about stealing from shops by moving erratically to not get spotted by the sensors? You're like that aren't you HEHEHE

vocal basin
upper basin
#

We'll just move like that and we'll be invisible 🤓

upper basin
plucky mica
#

I created a CPU Emulator.
Any Suggestion to Improve GUI / Control's or CPU emulator.

vocal basin
#

Touko is online lmao what a timing

upper basin
#

I feel so dumb sometimes hehe.

vocal basin
#

@lost tapir "you've just called Finnish" (do not fact check)

upper basin
#

Ohh, it's a person.

#

Never seen her before.

vocal basin
#

what's the term for languages converging that way

#

okay it's literally called "convergence"

#

polynomial divison is difficult

plucky mica
#

try every password to check which work

vocal basin
#

amazing

#

same software that just said me to be aware of this issue, can't deal with it itself

sweet sorrel
abstract urchin
#

Hey Im learning python for a couple weeks rn and looking for someone who I can communicate to when it comes to logical misunderstandings, Im 27 yrs old and Im german but I can speak english aswell, I already have experience in HTML and CSS

#

So feel free to write me or add me or offer me to keep in touch with me

#

Do you mean you could help me if I have problems to understand things

rugged root
#

!stream 386307484740222987

wise cargoBOT
#

✅ @rapid chasm can now stream until <t:1722609740:f>.

rapid chasm
#

Thanks Hemlock

frozen owl
#

YO @stuck furnace

abstract urchin
#

Okay cool I will come back to that soon 🙂

#

maybe very soon

rugged root
#

Sounds good

#

We're always happy to help work stuff out

stuck furnace
#

Yeah it doesn't seem to be making progress @frozen owl

frozen owl
#

:(

#

istg the issue is something to do with like saving and stuff

#

like i havent saved stuff properly/deep/shallow copies

#

i have had this issue before

#

macbeth reference

#

ptsd from my english literature exam

#

shaking rn

rugged root
abstract urchin
#

I just started doing my own version of blackjack to make sure I got the basics, first I wanna try it alone but yea Im not that optimistic that I can handle without help

#

I have no python prrogramming friends so I googled and found that server

frozen owl
#

not doing very well as you can see @stuck furnace

#

do you want to move to another channel/private call

#

vc1 ready

stuck furnace
stuck furnace
#

Because I know that does work with the right parameters, from my own testing.

frozen owl
#

right

#

can i fill it in with my own code from my agent class

stuck furnace
#

Yeah, you only need to change the ... bits. At least then you'll get a sense for solving the learning aspect of the problem without worrying about the other things (code structure etc.)

frozen owl
#

interesting

#

it shouldnt be that hard

#

ive worked hard alr in designing the oop yesterday

#

so in theory my code should be easily to adapt

upper basin
#

Did I make him stubby?

#

I feel his legs should have been longer.

frozen owl
#

damn ace what are you not good at

#

this is perfect

upper basin
#

It's trash, but I do appreciate the kind words.

#

The legs should have been longer...

frozen owl
#

@stuck furnace do i do decay lr

#

or do i just "return 1e-1" 🤡

upper basin
#

Alex, what do you think of my lil doodle?

stuck furnace
frozen owl
#

damn, or do i do 1e-1 for now

#

like just to check existing loop

#

since it's not learning at all

stuck furnace
upper basin
upper basin
frozen owl
#

like one less moving part

upper basin
frozen owl
stuck furnace
#

@frozen owl I would just implement the functions from scratch without necessarily relying on your existing code. Once you get it working, you can restructure it to be more OOP.

jovial iris
#

web dev on windows with wsl or without ? rn i just started react js

frozen owl
#

huh

#

i thought im doing this to check which thing goes wrong

#

like my code (update part) is the independent variable

stuck furnace
#

That sounds amazing 😄

upper basin
#

Will you use my Batman doodle?🥺

#

I'll be your bestman and I will wear a robin suit.

frozen owl
#

autocomplete?

#

just tab lol

frozen owl
stuck furnace
frozen owl
#

h

frozen owl
#

life as a deterministic multi-agent game:

#

me: let's do q learning

#

🫠

#

not going very well it seems

#

continous action space + non-episodic task

#

damn

#

diagonal gaussian policy + muzero world model probs

#

@stuck furnace this feels so meta

#

rl in a rl sim (redpill)

peak depot
stuck furnace
peak depot
#

With Homer voice: "Burned cream, burned cream!"

obsidian dragon
#

nothing here is reacting

rugged root
#

@lavish rover In fairness, quantum is his major/focus

lavish rover
#

a tangential point of mine is also that can the quantum effects at that level even affect macro-level things like what we think of?

#

we can predict how atoms behave at an extremely precise level even, despite quantum effects

frozen owl
#

are you seeing this? @stuck furnace screenshare

lavish rover
#

we also don't know that quantum mechanics is truly random or that we don't fully understand it yet

stuck furnace
#

@rugged root That's actually a thing in philosophy. It's called like "anthropic shadow" or something.

rugged root
#

Ooooo

stuck furnace
peak depot
stuck furnace
#

The anthropic principle, also known as the observation selection effect, is the hypothesis that the range of possible observations that could be made about the universe is limited by the fact that observations are only possible in the type of universe that is capable of developing intelligent life. Proponents of the anthropic principle argue tha...

ivory flower
peak depot
#

added a bit more sugar than the baggage has with it

#

loooove brown sugar

stuck furnace
ivory flower
#

I know very little about it , I thought the source to randomness should come from outside analogue world , not the math formula / algorithm itself.

upper basin
#

Hidden variable experiment with EPR.

#

There was a good name for this, it's on the tip of my tongue...

#

Ohh remember it now. IIRC Bell's violation principle.

#

This proves there is no hidden variable in quantum that makes it stochastic.

#

It is truly stochastic.

stuck furnace
#

Only for local hidden variable theories

rapid chasm
#

@lavish rover

#

^^

frozen owl
#

@stuck furnace are you sure that 1m turns for you was 5 seconds 😂

frozen owl
#

also matplotlib no work

#

it popped up and fucking disappeared

#

helphelphepl

stuck furnace
#

Maybe you've got an O(n^2) going on somewhere

frozen owl
#

on m1 macbook alr

#

shit

#

alright looking for for loops rn

stuck furnace
frozen owl
#

NOOOOOOOOO

#

YOUR THINGY GOOD

#

MINE SUCKS

stuck furnace
#

You just need the right training parameters I think

#

I gotta go soon, cya 👋

frozen owl
#

😭

frozen owl
#

WAIT

#

UH MY LR IS 1e-1 fixed

#

exploration is 0.9

#

pls can you try that and see if it fucks up

#

if it does, then it;s a question of parameter

stuck furnace
#

Sure

frozen owl
#

else, my loop is wrong

vocal basin
#

I never thought I'd see cURL CLI command arguments in an ad not as a random example but as the central-ish topic instead

stuck furnace
frozen owl
frozen owl
# stuck furnace By that, you mean greediness is `0.1`?
def greediness(count):
    """
    Given the number of times a state has been seen, return the probability of choosing
    the action with the highest q-value (as opposed to choosing a random action).

    The greediness should increase as the agent gains more experience with a state (and
    hence has less reason to explore). It should be a number between 0.0 and 1.0.
    """
    ...

    return 0.9

as in 90% chance pick best move

vocal basin
#

YouTube is so confusing now that I don't get free no-adblock exemption from ads

lavish rover
#

"All my tests pass, so my code is correct. Some user's code is not behaving as expected - it must be random"

stuck furnace
frozen owl
#

so my browser is slow, hot and fucked up

vocal basin
frozen owl
#

damn, understandable from russia

#

i mean

vocal basin
#

outside Tor, there are zero ads but it's throttled

frozen owl
#

i used tor extensively before i left hk before, not that i was in immediate personal danger

vocal basin
#

(YouTube through Tor is faster than outside Tor)

frozen owl
#

wait are there ads on tor yt?

#

i dont rememebr

#

what bridges do you use?

frozen owl
#

obs? snowflake?

vocal basin
#

obfs4

frozen owl
#

interesting

vocal basin
#

Tor doesn't disable ads

#

without extensions that is

frozen owl
#

@upper basin i will learn about double slit experiment in september once my a levels start

#

:D

stuck furnace
#

@frozen owl Here's the moving-average of the episode length over one million turns, with those parameters. My discretize function is: ```py
def discretize(state):
return (
int( 2.0 * state[0]),
int( 2.0 * state[1]),
int(20.0 * state[2]),
int( 2.0 * state[3]),
)

vocal basin
# vocal basin

"let's all hope they already revoked that key, or that it was fake all along"

stuck furnace
#

I gotta go cya

dark mural
#

according to @upper basin test-driven-development gives bug free code

frozen owl
#

:(

#

it;s not learning

vocal basin
#

@upper basin there do exist demonstrations for disproving certain assumptions that might arise from non-random non-entangled view, but they're way too difficult to explain just in words

frozen owl
#

plot twist: an rl agent made this universe

#

@upper basin is it possible to run a quantum RL agent on quantum computer

vocal basin
#

@rugged root that's just decoherence

#

it can't stay as random as it is pre-observation

#

so it either gets everything around it entangled (in some models) or randomness dies off earlier/more locally (in other models)

upper basin
vocal basin
upper basin
#

I'll pull it up.

vocal basin
#

I've found my cursed notebook writing

#

maybe it's somewhere in that notebook

#

idk

vocal basin
upper basin
#

One was conjunction fallacy, which is in classical theory, but it works as expected in quantum (tldr quantum doesn't suffer from this fallacy).

#

And the other was disjunction fallacy.

#

I read this a bit over two years ago. It basically says that in classical probability theory you have these two fallacies, which are not present in the quantum mechanical approaches thanks to interference, so they propose quantum mechanics as the more generalized framework for decision-making.

#

It's a good read if you're interested in probability theory.

#

Shall I send it to you?

upper basin
vocal basin
#

I don't remember

upper basin
#

Can you show me the first line?

#

I know the notation.

vocal basin
upper basin
vocal basin
#

if the thing is 0, vectors are colinear

#

@rapid chasm also some do those edits to promote him as hero, don't forget that

#

@rapid chasm "if you're homeless, just buy a home"

#

I owe 0 to the country I'm in.

#

absolutely nothing

#

no one outside Russia actually cares about whether Russia has democracy

#

100% of anti-dictatorship movement is internal

#

@rapid chasm that's exactly why "you should appreciate what the government gives you" makes no sense

upper basin
# vocal basin

So, here you're trying to calculate the uncertainty regarding the V observable correct?

vocal basin
#

(I hope we at least understand that Russia isn't democracy)

upper basin
#
$$
\Delta V(\psi) = |(V- \bra \psi V \ket \psi)\psi|
$$
vocal basin
upper basin
#

What?? It doesn't render latex?

vocal basin
#
$$
\Delta V(\psi) = |(V- \bra \psi V \ket \psi)\psi|
$$
upper basin
#

I'm actually sad.

vocal basin
#

.latex

$$
\Delta V(\psi) = |(V- \bra \psi V \ket \psi)\psi|
$$
viscid lagoonBOT
vocal basin
#

hmm

#

.latex

\Delta V(\psi) = |(V- \bra \psi V \ket \psi)\psi|
viscid lagoonBOT
vocal basin
#

missing $

#

allegedly

#

idk where

upper basin
#

.latex

$ \Delta V(\psi) = |(V- \bra \psi V \ket \psi)\psi| $
viscid lagoonBOT
vocal basin
#

.latex

\Delta V(\psi) = \|(V- \bra \psi V \ket \psi)\psi\|
viscid lagoonBOT
vocal basin
#

rrr

#

hmm

#

undefined control sequence

upper basin
#

control sequence?

vocal basin
#

\bra and \ket

upper basin
#

Ohh, it doesn't understand bra-ket commands?

#

I tested it in vscode markdown, it works there.

vocal basin
#

.latex

$$
\left\|\psi\right\rangle
$$
upper basin
#

Maybe \langle \rangle then?

viscid lagoonBOT
upper basin
#

yeha

vocal basin
#

oi

#

.latex

$$
\left|\psi\right\rangle
$$
viscid lagoonBOT
vocal basin
#

this

upper basin
#

.latex

$$
\Delta V(\psi) = |(V-\langle\psi| V |\psi\rangle)\psi|
$$
viscid lagoonBOT
upper basin
#

.latex

$$
\Delta V(\psi) = |(V-\langle\psi| V |\psi\rangle)\psi|
$$
viscid lagoonBOT
upper basin
#

Yeah this. This is the uncertainty of V observable given psi.

#

Yours is different. I'll see what it is.

vocal basin
#

.latex

$$
\left\langle\psi\middle|\psi\right\rangle
$$
viscid lagoonBOT
vocal basin
#

to align them

upper basin
#

Ohh

#

I didn't know about \left, \middle, and \right hehe.

#

Nice.

vocal basin
#

I always try to use \left \right, but it's a bit more difficult for function application

upper basin
#

Oooh found it.

vocal basin
#

.latex

$$
f(x)\\
f\left(x\right)
$$
viscid lagoonBOT
upper basin
#

Yours is 1.9 I believe.

#

Right?

vocal basin
#

I was going through a different course

vocal basin
upper basin
#

It's still computing the uncertainty.

#

I forgot we square it hehe.

upper basin
#

It has lecture videos too.

#

I'm planning on reviewing this too, I'll do it with you.

upper basin
# vocal basin

So, what you've written here basically states that the uncertainty of observable V given psi is 0 if psi is an eigenstate of V.

vocal basin
#

@rapid chasm @sweet sorrel just a reminder that those bombings weren't the most deadly bombings of Japan

upper basin
#

I wish we wouldn't discuss politics so much...

#

brb

stark river
#

@rugged root you really need to mute user @sweet sorrel . He repeatedly keeps burping in the vc despire repeatwd warnings.

amber raptor
upper basin
vocal basin
#

@stark river yes, condition exists and some people do have it
@sweet sorrel I know people with it and they have the discipline to choose whether to or not to do that with mic open depending on whether it's okay for specific VC, so not a good excuse

rugged root
vocal basin
#

technically neither

#

not of fashion

upper basin
#

I genuinely hope Jenzing isn't/wasn't a soldier.

vocal basin
#

I do

#

practicality over fashion

peak depot
#

yes? (someone said my name)

rugged root
#

Sadly it was the best gif I could find

upper basin
#

And then start torturing them, until an owner is found?

rugged root
#

Was trying to find a good gif of this but they didn't have the caption

smoky phoenix
#

Defense industry

#

😉

upper basin
#

You're the textbook example of the trigger happy soldier that went abroad not to protect, but to be given permission to be a bad man. You don't win wars by terrorizing the civilians in their homes.

vocal basin
#

if you want example of how invading to help failed terribly, Iraq

smoky phoenix
#

DISCLAIMER: I'm from southeast asia

upper basin
vocal basin
smoky phoenix
#

interesting how a python discord talks about guns, wars, and weapons

upper basin
#

The marines, and seals who were primarily sent there are trained to be scalpels, not hammers. They are trained to be effective enough to do their job with the ROE. You know why ROE exists? It's to not make more terrorists by killing civilians and terrorizing kids to become terrorists.

smoky phoenix
upper basin
#

Rules Of Engagement.

smoky phoenix
#

ohshit

#

yeah

#

mb

upper basin
#

Rules for when lethal force is authorized.

upper basin
#

Without ROE, US would have been able to just flatten entire cities with bombs.

smoky phoenix
#

Anyw

upper basin
#

Thousands of civilians would have died.

smoky phoenix
upper basin
#

Many many more would have died.

smoky phoenix
#

Tru

#

Can we discuss what's the best way to get back to python after years of hiatus

#

lol

#

wanna do python on raspi.

vocal basin
#

aarch64 has slightly more limited support in terms of pre-built wheels

smoky phoenix
#

cricket sounds

smoky phoenix
#

night

amber raptor
smoky phoenix
amber raptor
#

Why not?

smoky phoenix
amber raptor
#

Both have AArch64 support

#

reasons for Go is compiled, speed and typing

vocal basin
#

Go compilation is fast too

rugged root
#

There's good reasons to use Python, there's bad reasons

#

Yeah it's not a helpful take to be sure

vocal basin
# vocal basin Go compilation is fast too

single package with lack of pre-compiled wheel might take more time to install than the whole Go project
when are we signing Rust-in-pip-packages non-proliferation treaty

#

I collapsed one category and all categories got collapsed
discord wtf

vocal basin
peak depot
#

The Serpent Queen is an American historical drama television series about the life of Catherine de' Medici, the 16th century Queen of France, as portrayed by actress Samantha Morton. The series was created by Justin Haythe and is based on the 2004 nonfiction book Catherine de Medici: Renaissance Queen of France by Leonie Frieda. The Serpent Quee...

swift valley
vocal basin
swift valley
#

these has to be a more reasonable way to do all this

#

TypeScript would do better here tbh

vocal basin
#

(if I understand correctly that's a type argument)

swift valley
#

need to propagate it everywhere there's mutable variables

vocal basin
#

yeah, had to deal with monad propagation too
(wishing there was a syntactical support for some sort of auto-propagated context or whatever)

upper basin
#

AF, would you be interested in helping me with the multiprocessing thing I mentioned before?

vocal basin
upper basin
#

So far I tried cupy, multiprocessing, and I think concurrency packages.

#

Let me show you the code.

#

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

upper basin
#

Trying to make the for loop in calculate_fpi to be parallel.

#

It's a non-sequential loop.

vocal basin
#

but now I'm considering rewriting everything into the new monad stuff I've shown
(and that would involve even boilerplate, sadly)

swift valley
#

immediately thought of Radahn

#

haha

upper basin
swift valley
#

first time I'm seeing it, I think

#

Looks quite neat

vocal basin
#

6K lines of code to implement AVL trees in only 21 lines

upper basin
vocal basin
#

(the core balancing logic)

swift valley
#

pretty sick

vocal basin
upper basin
vocal basin
upper basin
#

The code itself is mostly efficeient. Issue is when the for loop runs in calculate_fpi,

#

Ooh, I didn't know about these. I'll check it out now.

vocal basin
swift valley
vocal basin
#

still a bit unusual to me seeing non-ASCII in code

#

though I did today use media button characters for a TypeScript type

swift valley
#

Also I'm doing mutable programming in a pure language like a heretic

upper basin
#

I want to share screen, but I have a code running that takes days to run and at the moment it's been running for 10 hrs. If I stream I think it'll crash the kernel.

swift valley
#

Because I need the perf T~T

vocal basin
upper basin
#

Actually, for that one I should use profiler too now that I think about it.

vocal basin
vocal basin
vocal basin
#

prior to 2022, at least

upper basin
#

What field did you focus most on?

upper basin
vocal basin
#

in 2022 I stopped working as much on maths-related research

upper basin
#

Ok it finished running.

Running...:   0%|          | 0/8 [00:00<?, ?it/s]
Running...: 100%|██████████| 8/8 [3:11:17<00:00, 1434.70s/it]
[<matplotlib.lines.Line2D at 0x128ddcd40d0>]

         67109094 function calls in 150.751 seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.058    0.058  150.719  150.719 1191901527.py:153(calculate_fpi)
        1    0.001    0.001   34.493   34.493 1191901527.py:170(<listcomp>)
       32   87.594    2.737  116.162    3.630 1191901527.py:29(generate_path)
       32   16.504    0.516   34.492    1.078 1191901527.py:70(path_contribution)
 33554432   17.988    0.000   17.988    0.000 1191901527.py:79(interaction)
        1    0.023    0.023  150.742  150.742 <string>:1(<module>)
       32    0.001    0.000    0.001    0.000 {built-in method builtins.abs}
        1    0.009    0.009  150.751  150.751 {built-in method builtins.exec}
       33    0.000    0.000    0.000    0.000 {built-in method builtins.len}
       96    0.003    0.000    0.003    0.000 {built-in method numpy.zeros}
       32    0.006    0.000    0.006    0.000 {method 'append' of 'list' objects}
        1    0.000    0.000    0.000    0.000 {method 'disable' of '_lsprof.Profiler' objects}
 33554400   28.565    0.000   28.565    0.000 {method 'normal' of 'numpy.random.mtrand.RandomState' objects}
vocal basin
#

total time and cumulative time are important columns

swift valley
#

But it's still running in Node...

#

God I miss deriving(Default)

upper basin
swift valley
#

I think at this point I might as well just make it a utility

vocal basin
#

Haskell has some sort of deriving

upper basin
#

What's the difference between total time and cumulative time?

swift valley
#

Yep, though PureScript's is a little more stiff

upper basin
#

Aren't they synonymous?

swift valley
#

iirc, we only do Eq, Ord, Functor, Applicative, Monad, Traversable, Generic, Newtype

vocal basin
#

so calls to other functions pause counting total time

vocal basin
upper basin
#

So, issue is with generate_path?

vocal basin
upper basin
#

It has the highest total time, and it doesn't call any of my other methods inside it.

vocal basin
#

is that with or without multithreading?

upper basin
#

Without.

#

This is running the code I sent in the paste link above.

#

Wait, if I call a function 10 times in a for loop, will the total time be basically the sum of those 10 times?

upper basin
#

So, if I use multithreading where generate path is called, then it would reduce the total time of generate_path?

swift valley
vocal basin
dense ibex
#

oh hey Pure, haven't seen you in awhile

swift valley
swift valley
vocal basin
#

as in the messaging layer

swift valley
#

Yep, pretty much packaged in a monad

#

I don't think it's even open-source?

vocal basin
swift valley
#

oh nvm

swift valley
upper basin
vocal basin
#

abstracting it away

vocal basin
#

there's two

#

per call * number of calls = (cumulative or total) time

#

(this would be more correct for illustration)

vocal basin
#

which might mean having to develop some sort of DSL

#

technically Zig supports monads too, if you mess with comptime enough

#

and in Zig you can hand-write some optimisations

#

because of how much it allows for reflection and comptime evaluation, specialisation there is very easy

spare galleon
#

i fixed my async issues

swift valley
#

HKTs make everything alright

#

I genuinely should try writing that Default type class thing

vocal basin
#

e.g. for custom Default

#

I might be misunderstanding its purpose

upper basin
#

I'm going to sleep. AF, thank you very much for introducing me to profilers.

#

I'll work on it properly tomorrow.

swift valley
vocal basin
#

that seems to say that it's only for empty instances, I think

distant zephyr
upper basin
#

It's 2:04 am

swift valley
#

@vocal basin I think I cooked a little too hard

#

Compiles to:

#

Which is uh, good enough?

vocal basin
#

hmm

#

(I'm not sure)

swift valley
#

I made it extra aggressive to the point where it just generated a record

#

rather than doing the instance dictionary passing thingie

vocal basin
swift valley
#

ah, I think so?

swift valley
# swift valley Compiles to:

Compare with vanilla output:

var stDefaultRecordBuilderCons = function (dictIsSymbol) {
    var insert = Record.insert(dictIsSymbol)()();
    return function (dictStDefault) {
        var stDefault1 = stDefault(dictStDefault);
        return function (dictStDefaultRecordBuilder) {
            var stDefaultRecordBuild1 = stDefaultRecordBuild(dictStDefaultRecordBuilder);
            return function () {
                return function () {
                    return {
                        stDefaultRecordBuild: apply(map(insert(Type_Proxy["Proxy"].value))(stDefault1))(stDefaultRecordBuild1)
                    };
                };
            };
        };
    };
};
var stDefaultRecordBuilderCons1 = /* #__PURE__ */ stDefaultRecordBuilderCons({
    reflectSymbol: function () {
        return "a";
    }
})(stDefaultStRefInt);
var stDefaultRecordBuilderCons2 = /* #__PURE__ */ stDefaultRecordBuilderCons({
    reflectSymbol: function () {
        return "b";
    }
})(stDefaultStRefInt);
var stDefaultRecordBuilderCons3 = /* #__PURE__ */ stDefaultRecordBuilderCons({
    reflectSymbol: function () {
        return "c";
    }
})(stDefaultStRefInt);
var stDefaultRecordBuilderCons4 = /* #__PURE__ */ stDefaultRecordBuilderCons({
    reflectSymbol: function () {
        return "d";
    }
})(stDefaultStRefInt);
var stDefaultRecordBuilderCons5 = /* #__PURE__ */ stDefaultRecordBuilderCons({
    reflectSymbol: function () {
        return "e";
    }
})(stDefaultStRefInt);
var stDefaultRecordBuilderCons6 = /* #__PURE__ */ stDefaultRecordBuilderCons({
    reflectSymbol: function () {
        return "f";
    }
})(stDefaultStRefInt);
var stDefaultRecordBuilderCons7 = /* #__PURE__ */ stDefaultRecordBuilderCons({
    reflectSymbol: function () {
        return "g";
    }
})(stDefaultStRefInt);
var variables = /* #__PURE__ */ stDefault(/* #__PURE__ */ stDefaultRecord1(/* #__PURE__ */ stDefaultRecordBuilderCons1(/* #__PURE__ */ stDefaultRecordBuilderCons2(/* #__PURE__ */ stDefaultRecordBuilderCons3(/* #__PURE__ */ stDefaultRecordBuilderCons4(/* #__PURE__ */ stDefaultRecordBuilderCons5(/* #__PURE__ */ stDefaultRecordBuilderCons6(/* #__PURE__ */ stDefaultRecordBuilderCons7(stDefaultRecordBuilderNil)()())()())()())()())()())()())()()));
#

(a mess)

vocal basin
#

from what I remember about Rust's derive(Default), it generates

Self { a: Default::default(), b: Default::default() }
#

rust-analyzer knows how to expand macros, so I wonder if they'll enable "Convert to manual impl Trait for Type" for custom derives

vocal basin
#

hmm

#

actually that's what rust-analyzer expands it too

#

but actual is different

#
Type {
    a: $crate::default::Default::default(),
    b: $crate::default::Default::default(),
}
#

a bit odd that it doesn't go for Self {}

#

there do exist issues with Self constructor, but they mostly have to do with the fact that returned value isn't exactly Self

#

@random stag does your website use front-end frameworks for rendering?

#

if yes, there's the potential reason

#

oh

#

hmm

#

so should be okay

#

old React/Angular/others have issues on Google because of not having SSR

#

but PHP is kind of SSR to begin with anyway

wicked fox
#

What's happening right now?

vocal basin
abstract urchin
abstract urchin
#

Im just here to understand nothing

primal shadow
# abstract urchin is ouoboros not something from resident evil????

https://en.wikipedia.org/wiki/Ouroboros

There is one in RE, but the concept is from long before.

The ouroboros or uroboros (; ) is an ancient symbol depicting a serpent or dragon eating its own tail. The ouroboros entered Western tradition via ancient Egyptian iconography and the Greek magical tradition. It was adopted as a symbol in Gnosticism and Hermeticism and most notably in alchemy. Some snakes, such as rat snakes, have been known to ...

stray knoll
#

Hey guys, how do i get VC perms for the channel?

tiny ingot
#

Gotta be active in here for at least half an hour and have sent 50 messages

stray knoll
#

looks like i have some messages to send. Anyone want to have a random text-based conversation about anything to pass the time? lol

#

i'm pretty open to any topic of conversation tbh

#

oh wait actually i am 3 messages away i guess

#

if you go to the bot commands channel you can type a command to check your total sent messages

#

i think it's !user

upbeat bobcat
#

nothing

#

@stray knoll Okay

#

sorry

plucky mica
#

I have a X think done a time ago & b/Current time the X thing Happen, How Can I Calculate the at How Many Herz it is Happening.

wise cargoBOT
#

pymoo/util/nds/efficient_non_dominated_sort.py line 8

def efficient_non_dominated_sort(F, strategy="sequential"):```
waxen loom
#

guys dont be mean to him :(

modest canyon
#

hey

#

I have to send

#

50 messages to be able to talk in the voice thingie

#

is it on here ?

#

I am so confused

#

Anyone there?

somber heath
somber heath
#

Hey hi.

#

Muted, but able to listen.

upper basin
#

Hello dear.

upper basin
#

Your absence was taxing on my heart.

upper basin
somber heath
#

I am here.

somber heath
#

Fucking solfege.

#

Look, it's good, but some of the drills they had us do were beyond me.

#

I don't really remember.

#

Listening to music and reproducing it at speed?

#

But in solfege.

#

Doesn't sound right, but it made my brain explode.

#

Skill issue.

#

Reply or don't.

#

She said. Clips off YouTube.

#

I've had the heating on, so it'a not too bad.

#

I'm also rugged up.

#

Heating is an option, but it's expensive to run.

distant zephyr
#

guys why most of you use WSL in visual studio code ?

somber heath
#

@bronze flume 👋

#

@agile loom 👋

#

Hi, Milien. 😁

#

So...how did it go?

#

@peak depot

#

Good.

#

@plain swift 👋

plain swift
#

@somber heath hi

#

whatsapp guys....

#

welcome back bro @upper basin

#

bro when i would be getting my voice chat enabled ....... @upper basin @peak depot

somber heath
plain swift
#

thanks for the response bro @upper basin

#

@peak depot u have shrill voice , love it , but in a good way....

plain swift
#

once more , lets sing @peak depot .......daorrhea cha cha cha

#

@peak depot oooh

plain swift
#

@peak depot what is your profession is all about...

upper basin
somber heath
#

I've heard that eating an apple wakes you up, as does wetting your face, however, if your body is telling you that you are tired, there does seem to be an obvious course of action you could take.

#

But I'm not one to talk.

#

Though I do find it hard to push myself like that, these days

#

I'm like, nope, fuck this, I'm out.

plain swift
#

@somber heath try try but don't cry

somber heath
#

Jikky, yeah, pretty much.

somber heath
#

Doesn't ring a bell.

distant zephyr
plain swift
#

bye @peak depot

somber heath
peak depot
somber heath
#

Merely drawing the comparison.

plain swift
#

@somber heath then what

somber heath
#

😁

plain swift
somber heath
#

If we weren't weird, we'd be boring.

#

We need boring and interesting elements in our lives.

#

@bold sequoia 👋

plain swift
#

@peak depot sing ...... the chat is waiting....

#

You tell me that I am gonna fail but you

4x
Never know, never know, never know
Never know
You never know

Take a chance, think of what you do
Ain't no time to play around
Make a way for a better day
So you stay and make it right
You tell me that I am gonna fail, but you...

4x
Never know, never know, never know
Never know
You never know

somber heath
#

I don't do online these days.

#

I haven't actually logged in since Fractureizer was around.

bold sequoia
#

what python related stuff have people got goin on

plain swift
#

@upper basin @quartz beacon oooh shit i was catched by u all guys.....

somber heath
#

Hmmm?

somber heath
quartz beacon
#

«Опале листя» (фін. Kuolleet lehdet) — фільм фінського режисера Акі Каурісмякі, випущений у 2023 році. Це 20-й фільм Каурісмякі і продовження «пролетарської трилогії», до якої входять кінокартини «Тіні в раю» (1986), «Аріель» (1988) та «Дівчина з сірникової фабрики» (1990). Фільм оповідає зокрема про проблему алкоголізму, і його називають «клас...

somber heath
#

Fallen. Hm.

#

Like Lucifer. 😁

#

I haven't heard of the airport thing. I've heard of people mixing them up in a joking fashion.

#

Jikky is correct.

#

Dude's a sovereign citizen.

#

I have.

quartz beacon
somber heath
#

@nimble kernel 👋

waxen loom
#

hi

nimble kernel
somber heath
#

You and me both, Jikky.

#

I'm half nodding off as it is.

#

AM.

#

I haven't read it.

nimble kernel
#

Farsi? who's from Iran here?

#

How many languages can you speak?

#

Sorry for being ignorant but Russian and Ukranian are quite similar, right?

somber heath
#

Six block diamond vein. Get in.

#

Oh, I don't do hardcore mode.

#

As opposed to outdoor Iranian?

nimble kernel
#

For india you only have to learn Hindi, that is enough i guess

#

Yea that makes sense too

#

take a guess

upper basin
#

bbl

quartz beacon
somber heath
#

Oh, the native dark mode thing? Hemlock was talking about that.

#

New Zealand. Yes.

#

Yeah, we have ravens here, too.

#

We call them crows.

#

It frightens me.

primal shadow
#

aren't ravens and crows different?

somber heath
#

The Pyro.

quartz beacon
somber heath
#

Meet the Pyro.

primal shadow
somber heath
#

I've played it once upon a time.

quartz beacon
#

🤯

#

i love jackdaws

#

i fed them peanuts

primal shadow
#

I get sparrows, finches, and the occasional cardinal in my garden

quartz beacon
#

what is this bird

nimble kernel
#

🐘

quartz beacon
#

what breed of cat is this

nimble kernel
somber heath
#

I would never have guessed the context.

nimble kernel
#

😭

plucky mica
#

@quartz beacon I thaught You Was Buffalo

#

But You was Rabit

#

or is it a PET

#

lol

quartz beacon
#

@rugged root

modest canyon
#

lol

plucky mica
#

I have a 0

nimble kernel
somber heath
#

Sorry, I am not braining.

#

Ask again.

plucky mica
#

@quartz beacon I Never Seen You in the VC

plucky mica
somber heath
#

Vegemite.

#

Pineapple on pizza.

#

It works on the right pizzas.

plucky mica
#

Actuly SOme People Have Snail Dish

#

lol

quartz beacon
plucky mica
#

Bro How Is War Going

#

in Ukrane

quartz beacon
plucky mica
#

Bottom Top Left Corner

somber heath
#

Yes no?

#

Oh, right.

#

Sorry, brain.

plucky mica
#

top right

#

I bet Some one in this Call is in x: 0

#

What about the Yes

somber heath
#

Hemidemisemigirl.

quartz beacon
somber heath
#

Kilt.

#

Utilikilt.

quartz beacon
somber heath
#

Accurate.

quartz beacon
plucky mica
# quartz beacon

Actuly the Rust Have the Best Error Messages than Python, Non Biased

#

Any Suggestion Guys The GUI Looks Shit.

#

it is Trans Not May Be

nimble kernel
#

maybe = 2

plucky mica
#

no 1.5

smoky phoenix
#

AHAHAHHAAHHAHA

plucky mica
smoky phoenix
#

it's a race

#

OH YOU MADE 3? WE'RE GOING FOR 4

#

WTF

#

AHAHAH

quartz beacon
nimble kernel
#

Opal, you can talk?

somber heath
#

When it suits.

#

Earlier, it did not.

quartz beacon
nimble kernel
#

a labbit

primal shadow
nimble kernel
#

The baby part shocked him

quartz beacon
#

Good night@somber heath

primal shadow
#

100% eyeliner IMO

frozen owl
#

yep

#

can you hear me?

#

oops again

#

like last time taliing over ppl

#

i initially didnt have audio

#

borat confirmed

#

1000%

#

NO?

#

your accent is more like american

#

idk imho

primal shadow
frozen owl
#

smartest programmer conversation:

quartz beacon
#
Ingredients:

    High-quality sausages (beef, pork, or poultry)
    Soft hot dog buns
    Toppings of your choice (mustard, ketchup, onions, relish, sauerkraut, etc.)

Instructions:

    Preheat the grill to medium-high heat.
    Grill the sausages for about 5-7 minutes, turning occasionally, until they are heated through and have nice grill marks.
    Lightly toast the buns on the grill for about 1-2 minutes, until they are warm and slightly crispy.
    Place the grilled sausages in the buns.
    Add your favorite toppings.
    Serve immediately and enjoy your hot dog!

With these steps and a little creativity, you can achieve the "hottest" dog tailored to your taste!
#
Spicy Hot Dog Recipe
Ingredients:

    4 all-beef hot dogs
    4 hot dog buns
    1 cup jalapeño peppers, sliced
    1 cup spicy chili (homemade or canned)
    1/2 cup shredded pepper jack cheese
    1/4 cup diced onions
    1/4 cup hot sauce (your favorite brand)
    1 tablespoon butter
    1 teaspoon cayenne pepper
    1 teaspoon smoked paprika

Instructions:

    Prepare the Hot Dogs:
        Grill or boil the hot dogs until fully cooked.

    Toast the Buns:
        Spread butter on the inside of the hot dog buns and toast them on the grill or in a pan until golden brown.

    Prepare the Toppings:
        In a small bowl, mix the cayenne pepper and smoked paprika with the hot sauce.
        Heat the chili in a saucepan until hot.

    Assemble the Hot Dogs:
        Place the hot dogs in the toasted buns.
        Top each hot dog with a generous amount of spicy chili.
        Sprinkle shredded pepper jack cheese over the chili.
        Add sliced jalapeño peppers and diced onions on top.
        Drizzle the hot sauce mixture over everything.

    Serve:
        Serve immediately and enjoy the fiery flavors!
frozen owl
#

place it in the sun

#

grill the sun

#

define "hot"

#

that's fine lol

smoky phoenix
#

hey

quartz beacon
upbeat bobcat
quartz beacon
upbeat bobcat
#

😂

warm vapor
smoky phoenix
#

those are qt

#

lol

upbeat bobcat
#

@quartz beacon Is it hemlock in profile pic?

frozen owl
#

oof shit wifi

quartz beacon
#

jemlock

frozen owl
#

SPEED

smoky phoenix
quartz beacon
smoky phoenix
#

I think we're fucked because we're under utilizing nuclear energy

quartz beacon
frozen owl
#

"omg ai is gonna take all our jobs!1!!!!!"

#

meanwhile ai:

frozen owl
smoky phoenix
#

ciao

upper basin
#

!paste

wise cargoBOT
#
Pasting large amounts of code

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

After pasting your code, save it by clicking the 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.

obsidian dragon
#

so I am in version 5 of my new model, forgot to take pictures

added booba
corrected model height from 153cm to 187cm
fixed shirt alpha
all undergarments are matte black
corrected hair color
corrected tail and ear color
microscopic color correction to yellow accents
fixed body proportions for new height
added useless jiggle physics
made better feet, added socks too

image is v2

upper basin
#

!paste

wise cargoBOT
#
Pasting large amounts of code

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

After pasting your code, save it by clicking the 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.

quartz beacon
obsidian dragon
quartz beacon
#

dw, i know what women look like, but i don't get why so many guys use female models

obsidian dragon
#

know about female

#

if you see a male and a female vtuber screenshot what stream will you watch

quartz beacon
#

aight

obsidian dragon
#

she cute anyway

#

when I get home, does anybody want to see the model with corrections?

whole bear
short owl
#

hey meow meow @peak depot

#

Hem is not a full time babysitter , he has a life

sharp idol
#

@quartz beaconunmute

#

@peak depot unmute ME

wind raptor
#

!stream 154425749221146624

wise cargoBOT
#

✅ @terse rose can now stream until <t:1722783347:f>.

short owl
#

so chatgpt is a copycat

somber heath
#

@steel sand 👋

short owl
#

non programmers seem to be scared of chatgpt and call it a genius , nice to hear a programmer call it not great

steel sand
#

I have no idea whats going on there

somber heath
#

This is a general conversation channel.

quartz beacon
somber heath
#

So we usually just hang out and talk about whatever.

steel sand
short owl
#

they , them implys more than one

steel sand
#

just no gender lol

quartz beacon
short owl
#

its a thing in a box - how can that be confusing

noble solstice
#

Hello Guys!

steel sand
noble solstice
#

who likes to solve integeration

#

without using summation

steel sand
#

my name is just the math I predict I will get into in HS

#

overstudied and didn't get enough sleep on test day 🫠