#voice-chat-text-0

1 messages ยท Page 293 of 1

vocal basin
#

cryptic messages

austere hornet
#

Ahh yes. The octogram game by jack lance

vocal basin
#

now do data analysis on it

eager tapir
#

oh...

austere hornet
#

fun af

#

but also mind bending

eager tapir
#

simple whats his name

#

ceasar

austere hornet
#

Nope/

eager tapir
#

simple ceasar

#

mmmmm

#

ceasar salad

austere hornet
#

Nothing to do with ciphers.

eager tapir
#

well shouldnt have told me that

austere hornet
#

They're supposed to be linked in some way.

eager tapir
#

very interesting

plucky mica
#

What Are You guies Talking About.

austere hornet
#

A game.

#

The only game I'm allowed to play.

eager tapir
#

lol

austere hornet
#

It hurts my brain.

eager tapir
#

which country do you currently reside in?

austere hornet
#

Australian.

plucky mica
#

India

#

You @eager tapir

eager tapir
#

yes, im wack

#

the one and only

plucky mica
#

in which contry are you from.

eager tapir
#

is this a trick question?

austere hornet
#

No

eager tapir
#

damn thats some games you guys play...

austere hornet
#

I'm truly interested.

#

Also because you were the one who brought it up...

plucky mica
#

I Like to Play game with Python.

austere hornet
#

Opal and I are Aussie/ozzie/oz?.

eager tapir
#

now you want me to play in your brain teasers

#

how do i even answer that question??

austere hornet
#

What country do you live in?

#

It's a simple question.

#

Surely country is ambiguous enough so that you can tell us without fear of doxxing.

eager tapir
#

what does that question mean?

#

where was I born?

#

where do I live?

#

where are my parents from?

plucky mica
#

I am Changing topic.
Do All of You know Python have __debug__ constant.
This constant is true if Python was not started with an -O option else False.
https://docs.python.org/3/library/constants.html#debug__

austere hornet
#

I think you're overreacting/trolling.

eager tapir
#

oh

#

youre quite the tricky one wow

#

no wonder youre smart enough to play those ceasar salad games

vocal basin
#

(indeed, checked)

plucky mica
#

???

vocal basin
#

I don't really like assert being debug/test-only

vocal basin
plucky mica
#

Its Not.

#

You can Use it any wair.

#

!e
x = True
assert x

wise cargoBOT
#

@plucky mica :warning: Your 3.12 eval job has completed with return code 0.

[No output]
vocal basin
#

The current code generator emits no code for an assert statement when optimization is requested at compile time.

#

-O removes asserts

plucky mica
#

I don't Know that.

vocal basin
#

!e

print(__debug__)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

True
eager tapir
#

@plucky mica is just saying it is built-in while @vocal basin is expanding on what API it exposes

plucky mica
#

Oh

vocal basin
eager tapir
#

!e

x = input("Enter a number")

if (x == 1) print("Your number is 1")
elif (x == 2) print("Your number is 2")
elif (x == 3) print("Your number is 4")
elif (x == 4) print("Your number is 4")
elif (x == 5) print("Your number is 5")
elif (x == 6) print("Your number is 6")
wise cargoBOT
#

@eager tapir :x: Your 3.12 eval job has completed with return code 1.

001 |   File "/home/main.py", line 3
002 |     if (x == 1) print("Your number is 1")
003 |                 ^^^^^
004 | SyntaxError: invalid syntax
vocal basin
#

:

eager tapir
#

printf?

#

damn forgot my python

vocal basin
#

!e

_next_line = iter(__import__("io").StringIO("""\
4
""")).__next__
input = lambda *args: (print(*args), _next_line())[1]

x = int(input("Enter a number"))

if x == 1:
    print("Your number is 1")
elif x == 2:
    print("Your number is 2")
elif x == 3:
    print("Your number is 4")
elif x == 4:
    print("Your number is 4")
elif x == 5:
    print("Your number is 5")
elif x == 6:
    print("Your number is 6")
#

huh

#

oh

#

there's one more error in the original code

wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | Enter a number
002 | Your number is 4
vocal basin
#

!e

_next_line = iter("""\
4
""".splitlines()).__next__
input = lambda *args: (print(*args, end=""), (line := _next_line()), print(line))[1].rstrip()

input("Enter a number")
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

Enter a number4
eager tapir
#

stuck with my TS one liner methods

vocal basin
vocal basin
eager tapir
#

no

vocal basin
#

would explain the missing int there

eager tapir
#

well depending on some cases but

vocal basin
#

I'm kind of surprised eslint doesn't warn/error on == by default

eager tapir
#

it does, just a custom rule

plucky mica
#

@vocal basin Be frends sent the frend request to me.

eager tapir
#

i mean, maybe not by default

#

oh wow it was by expo

#

I didnt even realise

eager tapir
#

damn im not reading quite well today

eager tapir
#

wow

#

im literally

#

shutting down

#

i realised you already stated that its not on by default

#

then i send that

#

maybe its because i have decided not to sleep today

plucky mica
#

How can I call python function from c++ ctypes.

vocal basin
#
#

have I used it before? yes; do I remember how to use it? no

eager tapir
#

.latex
$\left (\frac{x + \abs{x}}{2}\right )^2 + \left (\frac{x - \abs{x}}{2}\right )^2 = x^2$

#

this bot does not like some of the expressions i write

#

.latex
$\left (\frac{x + \abs{x}}{2}\right )^2 + \left (\frac{x - \abs{x}}{2}\right )^2 = x^2$

viscid lagoonBOT
plucky mica
eager tapir
#

.latex
$\left (\frac{x + |x|}{2}\right )^2 + \left (\frac{x - |x|}{2}\right )^2 = x^2$

viscid lagoonBOT
eager tapir
#

.latex
$\left (\displaystyle\frac{x + |x|}{2}\right )^2 + \left (\displaystyle\frac{x - |x|}{2}\right )^2 = x^2$

viscid lagoonBOT
plucky mica
#

What is .latex

eager tapir
#

LaTeX

vocal basin
#

whether that involves ctypes or not -- depends on the situation

eager tapir
#

its easy @plucky mica

#

just learn C

#

its the best language on PLANET EARTH

#

although im still trying to find out what exactly it is best at

plucky mica
#

I am Learning.

eager tapir
#

๐Ÿ™

#

Keep it up

gentle flint
#

sadly

plucky mica
#

Hi

#

Doing Nothing.

#

1st : - Procrastination
2nd : - regrate to be Programmer
3rd : - Trying
4th : - googling
5th : - reading documentation

#

there are the steps

somber heath
#

@faint glade ๐Ÿ‘‹

faint glade
#

hello hahaha

obsidian dragon
#

!voice @vagrant minnow

wise cargoBOT
#
Voice verification

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

#
Voice verification

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

#

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

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

vagrant minnow
#

my timeout has since ended

#

I am very sorry for spamming the chat that was not the answer.

somber heath
#

@bold yew ๐Ÿ‘‹

vagrant minnow
#

๐Ÿ‘‹

#

@somber heath

obsidian dragon
#

sanity = 70
sanity = 1 - (sanity / 100)

vagrant minnow
#

sanity = :)

somber heath
#

!e py v = 0.12345 print(f'{v:.2f}')

wise cargoBOT
#

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

0.12
somber heath
#

@mint karma ๐Ÿ‘‹

mint karma
mint karma
#

Yeah I havent sent 50 messages yet lol

#

50 is a lot of messages

plucky mica
#

I am Back Whats Going on

somber heath
#

@sonic kayak ๐Ÿ‘‹

sonic kayak
#

tingaling.

#

are you kiwi

somber heath
#

@whole bear ๐Ÿ‘‹

obsidian dragon
whole bear
somber heath
#

@tame oriole ๐Ÿ‘‹

tame oriole
#

hi

whole bear
#

hi everyone

#

is any one of you from data science field

plucky mica
#

Whats Going on every one is quite.

peak depot
plucky mica
#

Is it cat

#

Noice

#

oh What Postman

peak depot
plucky mica
#

Pronunce me as Tilekar not soham.

whole bear
#

the best one?

somber heath
whole bear
#

wich one is better

#

the side bars

#

colors

whole bear
somber heath
#

What sidebars?

whole bear
somber heath
#

If this is a find the differences thing, I'm failing.

whole bear
#

xd the colors

somber heath
#

I can see the green and the red in both.

whole bear
#

@somber heath

#

the sidebar

somber heath
#

I see it now.

#

Darker lighter, lighter darker.

whole bear
#

ha

somber heath
#

Darker lighter.

#

Left to right.

whole bear
#

so this one ?

somber heath
#

Yes.

whole bear
#

okay

#

thanks

obsidian dragon
#

!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
plucky mica
#

GO to the setings

#

then themes

#

then dark theme

#

You are Using CUDA

#

Why @obsidian dragon

whole bear
eager tapir
#

jesus format your code

austere hornet
eager tapir
#

huh

#

they are literally streaming on how to format code

#

i just joined though so dont know full context

#

@obsidian dragon Clean Code by Robert C. Martin

#

@still herald ^

#

deep

#

@upper basin DEEP

#

DEEEEEP

#

@still herald ill do it for you if i am the one who will get the job ๐Ÿ‘

still herald
#

i feel like a loser

eager tapir
#

nah its ok, we went through the Dunning Kruger effect

eager tapir
#

happened to all

#

welcome ot the club

#

now you just have to continue and push forward

#

@obsidian dragon Why are you using the openai library RAW?

#

@obsidian dragon next time take advantage of git

whole bear
#

@obsidian dragon @upper basin What are you doing?

eager tapir
#

@obsidian dragon there is a max char length discord allows of 2000 characters, this is ~250-400 tokemns

#

this is why it didnt print anything

#

80gb??

whole bear
#

@still herald Are you Indian ?

obsidian dragon
#

currently 80, soon 120GB

eager tapir
#

what llm are you using?

still herald
obsidian dragon
#

the best, the best woo

whole bear
eager tapir
#

or Claude 3 OPUS

#

where the fuck did the 80 gb come from

still herald
eager tapir
#

which llm are you using?

whole bear
eager tapir
#

@upper basin what llm is @obsidian dragon using? I assumed he was using the openai library from seeing the imports

whole bear
#

@still herald

whole bear
eager tapir
#

@obsidian dragon yes, you can use Git LFS to store very large files

#

that exactly how they work with the very llms youre using now

#

@still herald its really all about determination and pushing through it, as brother @upper basin said;

#

if you keep studying and trying its not possible to NOT achieve it

whole bear
#

@still herald Then in that case ur approach maybe be wrong !

#

I think best to way to learn is implement what ever you have learnt !
Instead of just keeping learning in depth and not implementing those concept in ur way !

obsidian dragon
#

it's easier to have 2000 undo

eager tapir
#

if your computer explodes tomorrow because it went 1gb ram over what it was supposed to bc you decided to use FAlcon LLM or some shit

#

can you restore your work or will you have to redo 10 K lines of code

obsidian dragon
eager tapir
#

@obsidian dragon

obsidian dragon
#

@eager tapir

whole bear
#

@whole bear I just escaped the loop of tall grass , wbu ?

eager tapir
#

open to collaborators?

obsidian dragon
#

no

eager tapir
#

ok thats fine

#

i have my own ai bot

#

with blackjack

#

and hookers

obsidian dragon
#

mine has sas and drama

eager tapir
#

mine has cat girl darth vader emulator

obsidian dragon
#

I do need help with a weird issue

whole bear
eager tapir
obsidian dragon
#

I need to change mention to name from string, not ctx

whole bear
whole bear
whole bear
#

You will escape the matrix soon ๐Ÿ˜ธ

eager tapir
#

like @ ?

obsidian dragon
#

assume <@163839418623459330>

#

so this <@163839418623459330.name>

eager tapir
#

that way with every input the bot has context with who is sending it

#

i never actually implemented it that way yet though, because im the only one in my server

obsidian dragon
#

message author name is already captured, I need history nemtions as name

#

the bug is tricky

whole bear
#

@still herald Do you love what u do ?

whole bear
#

@eager tapir how u doing ?

eager tapir
#

maybe store it in a state and retrieve it with tools?

#

but that would depend on the llm youre using

#

openai makes it super easy to define tools for the agent to use

still herald
eager tapir
#

i use it to retrieve info about my server and change its nickname everytime i ask it to emulate someone

#

has a tool thats basically an api call

eager tapir
whole bear
#

@whole bear They are discussion about her problem .

#

Ah I see

eager tapir
#

bruh this convo is going way off

still herald
#

yeah

eager tapir
#

lets take a few steps back

#

@still herald the truth is if you are not passionate or at least determined to pursue or learn programming, it will be very difficult to reach anything

#

that goes with any career in software

#

from data science to frontend all the way to cybersecurity

whole bear
#

I'll be honest , the thing about IT that i like is money and technology !

eager tapir
#

@obsidian dragon tf is the mention name

#

give an example

#

what and when would it do that

obsidian dragon
#
mentions
@Osyra sees @Vanity

name
osyra42 sees vanity_bot

what my bot sees
163839418623459330 sees 447239642865991680

what my bot reads
one million six hundred thousan....
eager tapir
#

ohhhh

whole bear
#

@still herald Can i say something that can be really rude to you ?

eager tapir
#

if i would do it, it would be via tools. pass the ID as an argument to a function and have it return the name, as normal. the trick in this scenario is to have the agent know when to use it properly

#

tricky tricky

obsidian dragon
#

/dab

eager tapir
#

@still herald we will all be replaced with the promise of a utopia in the next 10-15 years. when that day comes none of us are obliged to work, only do what we want purely out of an interest of doing so, bc everything else would be a waste of time.

#

so do what you want to do from now

#

and you wont regret it later

whole bear
#

@still herald I guess u are very depressed or worried by your decision ?

eager tapir
#

deeper than the mariana trench

chilly oracle
#

would anyone be able to help me understand a quick question about vscode in voice chat?

eager tapir
chilly oracle
whole bear
#

Kick the avi please

obsidian dragon
#

!voice @wooden mesa stop connecting and disconnecting

wise cargoBOT
#
Voice verification

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

whole bear
#

@whole bear No I don't think so !

eager tapir
#

@whole bear its concept of conciousness is not the same as ours, it could already be but by a completely different set of principles we and it does not fully undersatnd yet

whole bear
#

If ai can be conscious , i will make waifu robot for myself !

eager tapir
#

x million years of biology conciousness !== 5 years of digital

obsidian dragon
#

wanna rizz my bot?

eager tapir
#

yes

#

after i eat

#

@obsidian dragon if u gonna need help holler at me

whole bear
chilly oracle
#

@obsidian dragon sry dude but i changed the name of the file im trying to read in to a python script and now the output files are not being written

obsidian dragon
#

what was the name of the file

chilly oracle
#

it was from flow_data_sample.csv to flow_data.csv

obsidian dragon
#

in your editor ctrl+F

#

type old name

#

change to new name

#

๐Ÿ‘๐Ÿฟ

chilly oracle
#

no luck ๐Ÿ˜

#

the other two scripts i wrote pass through and write output files normally, its just this one

obsidian dragon
eager tapir
#

search the entire project

whole bear
#

@obsidian dragon Ur ai is good but the response was very lame !

obsidian dragon
whole bear
#

I knew , LOL !

#

@still herald Do you believe that the more we talks , the talks become cheap ?

whole bear
#

@still herald I'm sorry , I didn't mean that !

#

@whole bear You are 16 really ?

#

Yeah

#

You are young and smart ๐Ÿ˜„

#

Thank you

#

@still herald Rate my poem :
I have restrained my anger, not due to weakness,
But as a virtue of my character.
I live among people content and happy,
Detached from pettiness and hypocrisy.
I ignore those who harm me,
Remaining aloof like the sun in the skies

#

@whole bear You were talking about something ?

whole bear
whole bear
#

In simple words : You are making the thing efficient to improve the availability ?

#

@still herald Do you wanna sing ?
Keep going ๐Ÿ˜„

#

Well the efficiency is a bit different in this case I'm taking the general GUI of the cisco platform and converting it to a terminal interface so it can increase the automation of the application

still herald
whole bear
#

Ethical Hacker

graceful kelp
whole bear
#

Like what ?

whole bear
whole bear
#

I'm okay

modern yacht
#

Yall have any suggestion on a research project for a college cs unit

modern yacht
#

mind shedding some light

obsidian dragon
whole bear
#

@modern yacht NLP for sentiment analysis

modern yacht
whole bear
#

@modern yacht Or maybe blockchain related , like : https://sonicrypt.vercel.app/

Sonicrypt

Sonicrypt is a compact and intuitive device designed to enhance the user experience for both buyers and sellers engaging in crypto transactions

modern yacht
#

okey well this seems worth a short

#

well i am well versed only on the web-dev side only, i think if i can find something i have some strength on would be great

eager tapir
#

three js website

#

or some react native app that works on native devices and web with websockets

#

shit like that

#

or a three js react native app thats also on web with websockets

#

๐Ÿคฏ

whole bear
#

@modern yacht I hope u will find something interesting ๐Ÿ˜„

#

bye

modern yacht
#

okey thanks

somber heath
#

@crystal jasper ๐Ÿ‘‹

crystal jasper
#

Yo watsupp

somber heath
#

"I can't dance."
"You can't dance well."

rugged root
#

Hey! Iโ€™m mixing stuff and getting everything together for another album, itโ€™ll be ready next month or the one after. Maybe even another cheeky animated video a la โ€œmixed Messagesโ€ from the one and only GalooGameLady?

Me Profile on Spotify - https://open.spotify.com/artist/0hQBk...

Itunes/Apple Music - https://music.apple.com/au/artist/tom...

...

โ–ถ Play video
#

@peak depot Yoooo

#

@whole bear Yo

#

@rugged tundra

rapid chasm
stark river
#

shutdown 00:00

rugged root
#

That'd be nice

#

Bodily cron jobs

upper basin
#

Hemlock just disarmed me.

rugged root
#

See? It worked!

upper basin
#

I have no arms anymore.

#

I'm laughing and crying at the same time.

somber heath
#

@terse hinge ๐Ÿ‘‹

upper basin
#

@whole bear We should start a fight club, we'll be rich.

#

We'll patent a matching algorithm based on how big and cocky you are.

rugged root
#

You'll find that I am likely a negative number out of a range of 0 to 1

#

@stuck furnace Sup

#

"Running" for president

#

(relevant to the ongoing VC conversation)

upper basin
#

It's just poop at that point.

rugged root
#

I do

#

Oh god damn it I just realized the guy has a printer for a head

#

I CAN'T ESCAPE PRINTERS

somber heath
#

I was wondering why you choose that one.

rugged root
#

I just saw the chart

#

I didn't see the printer

willow light
#

Printers? PRINTERS? OH GOD NO NOT THE PRINTERS

rugged root
#

I resent myself for using the printer one

willow light
#

Every now and then I am tempted to get a printer, and then I remember that the library....exists

somber heath
#

For now.

willow light
#

They'll close the library over my dead body.

somber heath
#

That may be considered acceptable.

willow light
#

So not only are we expected to bottle up our emotions, we're supposed to bottle up our farts? Adding to the list of reasons I am happy to stay single.

#

My audio is brokie, turns out Bose QC and Debian don't play as well as other OSes.

#

I don't dare turn up the volume since my white noise generator is already at full blast.

willow light
#

I have it set to the Speech Blocker preset, which is specifically designed for blocking human speech.

rugged root
#

I thought that was for blocking your own speaking

willow light
#

Joke's on you, I don't go to the gym. Too expensive. I just load up my backpack with my dumbbells and then go for a long walk, as well as dumbbell exercises in the middle of the forest. That way my sexuality being "all of the above and more" doesn't distract me.

#

In fact, I'm more worried about being distracted by cute guys at the gym.

rugged root
#

God. Fucking. Damn it

#

People, seriously. When I send out an email saying I need to know when you're getting dropped calls and crap, I mean I STILL NEED TO KNOW

#

It's not hard to send an email

willow light
#

"Find someone with similar interests" but when I do speed dating people get turned off by my interest in tornadoes, hurricanes, turbulent fluid dynamics, and D&I.

#

That and most speed dating events I went to are unbearably straight.

rugged root
#

True

willow light
#

I'm focusing less on Kubernetes and more on Terraform/Ansible.

#

"Find a niche, and get really good at it"

#
* * * * * sudo rm -rf /

oh, so discord doesn't have syntax highlighting for crontab. is sad day.

rugged root
#

Does anything?

willow light
#

There are addons for vscode/neovim

rugged root
#

Ah gotcha gotcha

willow light
#

treesitter is a wonderful wonderful tool

rugged root
#

@primal shadow Sup

#

@weary cedar Also sup

willow light
#

Kubernetes has some fantastic stuff, and it also has some infuriating stuff. It's a well-rounded piece of kit.

rugged root
#

I thought the whole point of Kubernetes was scaling

willow light
#

I thought the whole point of kubernetes was to force people to actually use yaml.

rugged root
#

Use but not like

willow light
#

"Is this false or Norway? YAML will never know!"

rugged root
#

There's Norway that's true

#

(I know it's true, just had to make the pun)

willow light
rugged root
#

It's like a Cliff's Notes generator?

willow light
#

No, it's just a shortened version of man

#

Or, more relevant to the convo:

#

"Just containerize the monolith! We don't need microservices!" - my former employer

rugged root
#

Oh, I've been meaning to ask someone. You know when you look up a help or man page and it has the like "press key to scroll down" thing? Is there a way to make it just dump all of it at once?

willow light
#

yes

rugged root
#

I'm thinking more keyboard shortcut

primal shadow
#

Good morning, need coffee.

rugged root
#

Preach it

willow light
#

Well, a more effective way to have it dump all at once is to get one of those ultra wide monitors and put it in vertical.

rugged root
#

@turbid sandal What's up?

#

Probably better to type it since there's already a convo going

rugged root
#

Ooooooooooooo

stuck furnace
#

It's all maintained manually I think.

rugged root
#

Bookmarking the hell out of that

willow light
stuck furnace
rugged root
#

Huh, there's a Python client for it

willow light
#

brb, apparently today is "bring your baby to the cafe day" so I need to find a different place to do work now

rugged root
#

And a Rust one on Linux and Mac

turbid sandal
rugged root
#

Fair enough

stuck furnace
rugged root
#

Looks worth

#

Is this just for *nix stuff?

stuck furnace
rugged root
#

Laaaaaaame

stuck furnace
#

@upper basin It's often not worth it once you factor in IPC time

stuck furnace
#

inter-process communication

upper basin
#

I see.

stuck furnace
#

If you're using numpy, it may already be parallel to some extent.

scarlet halo
#

@turbid sandal youre not an official helper in this server

stuck furnace
#

@upper basin Click on the thing to see each core individually in task-manager

upper basin
#

What thing Alex?

stuck furnace
#

@upper basin Dots at the top-right?

#

@upper basin Oh that's not it sorry

scarlet halo
#

hemlock do you know what charizard did to get banned? he wont tell me and if you dont want to tell me you dont need to.

stuck furnace
#

@upper basin I'll check on my machine

upper basin
#

Thank you very much!

#

It's slower. My code runs in 1:58 minutes without multiprocessing pool.

stuck furnace
#

Oh, you have to right-click the chart on the "performance" page and select "change graph to > logical processors"

upper basin
#

Now it's taking more than 2 mins.

scarlet halo
#

2024

stuck furnace
#

@upper basin Nice

upper basin
#

Thank you. What should I check there?

scarlet halo
#

i made a text editor and surprisingly people like it

stuck furnace
#

Erm, you can see whether multiple cores are being utilised I guess?

upper basin
#

Maybe it only works on .py files?

#

Sounds stupid even saying it.

stuck furnace
#

Idk what you mean sorry ๐Ÿคทโ€โ™‚๏ธ

scarlet halo
#

@rugged root can i stream my text editor?

upper basin
#

CPU is not being utilized I think.

crisp peak
#

I'm learning classes now

#

it's very interesting

amber raptor
#

@wise loom you are not Google, stop it

rugged root
#

I can't remember though

scarlet halo
#

oh yeah right

#

i forgot

rugged root
#

All good

#

Dude I hate those little zits that are on like the edge of your nose and you just can't quite get it

#

It's fucking torture, man

turbid sandal
#

I felt it as you said it

rugged root
#

Right?

#

Back in a sec, have to do some cable adjustment

stuck furnace
#

I mean probably not even a second

scarlet halo
#

how much latency

#

how big of an issue?

#

@turbid sandal

#

who are your people? @turbid sandal

eager tapir
turbid sandal
eager tapir
#

its only going to take a reference to the right law

#

no money

eager tapir
#

@turbid sandal want a designed website?

scarlet halo
#

this is a screenshot of super devs website

#

sorry for the font

amber raptor
#

you don't own companies

rugged root
#

Well played

scarlet halo
#

what is tinker

wise loom
#

hierarchy of companies, uninteresting

#

super-boring

eager tapir
#

@turbid sandal describe your empire in 1.5 minutes

#

elevator pitch

#

Chris Seca is in the elevator with you

#

he is going to the 70th floor

#

@turbid sandal dont stress, they are just sad they didnt get to do anything close to what youre doing at your age. Whether it fails or not, the fact is you started young; ppl gotta look where its going, not where it is

#

Come I'll help you with AWS inquiries

scarlet halo
#

super dev this idea of yours is really falling apart isnt it

amber raptor
eager tapir
#

sure

#

free of charge

scarlet halo
eager tapir
#

just get me designs, ill get you fully working and AWS hosted website

#

documented and all your cloud infrastracture set up

amber raptor
eager tapir
#

I like investments

#

and experience

#

Even if it fails...

#

You are all missing the point ๐Ÿ˜น

scarlet halo
#

i invest in stocks under my dads name

eager tapir
#

OI

scarlet halo
#

wait

eager tapir
#

Cant now

amber raptor
eager tapir
#

bruh

#

I promise i wont expose your secrets to Rabbit

rugged root
eager tapir
#

Ich bin eine brot

amber raptor
wise loom
#

brot is bread?

scarlet halo
eager tapir
#

brot is god of developers

dry jasper
#

but eine is wrong

scarlet halo
#

HE IS A BREAD

amber raptor
#

Yes, I'm sure these collection of 13-16 years old have next great facebook idea.

wise loom
turbid sandal
#

BREAD

stuck furnace
#

I think it was a generalisation of HTML? ๐Ÿค”

scarlet halo
#

guys i gtg

#

whyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

dry jasper
#

stay healthy

vocal basin
eager tapir
#

discord is on v9

amber raptor
eager tapir
#

fair

rugged root
vocal basin
amber raptor
#

One limitation to consider as a minor owning an LLC is that even if the law doesnโ€™t prohibit you from forming and owning an LLC, there are laws in place that limit a minorโ€™s ability to enter into legally binding contracts. Laws will vary by state but this makes it harder for minors to enter into contracts and more difficult to enforce.

upper basin
rugged root
eager tapir
#

๐Ÿคทโ€โ™‚๏ธ

#

can only keep you guessing

eager tapir
#

i love failing

#

its my middle name

amber raptor
#

and when I had my own bank account under 18, all my checks took FOREVER to clear

near marsh
#

relly

upper basin
#

If I was in his place, I'd just use his young age to learn more and build a platform by the time I'd reach bachelors.

upper basin
#

He'd be a very experienced developer by that time, given he'd be working with a fullstack thing for at least 5 years.

eager tapir
#

Let him try and let him fail

#

By the time he is our age he will be far better in this field than us

upper basin
amber raptor
#

I finally end up cashing my paychecks at the bank and depositing the cash

near marsh
#

but idk what projects to make

upper basin
#

Companies are 70 percent legal politics than actual development.

eager tapir
eager tapir
#

@turbid sandal get that taste of them haters, mmmm, yummy, youre gonna get many more on the way forward

upper basin
#

How will you hire a team with no income?

eager tapir
#

not my business, his business

stuck furnace
#

Latency matters if it's something user-facing (or that feeds something user-facing). Users don't like waiting ๐Ÿ˜„ (I haven't really been listening to the conversation so idk if this is relevant sorry!)

upper basin
#

Then don't make false statements.

eager tapir
#

never did

#

i said if he has the resources let him do it

#

if he doesnt then he will eventually learn what he really needs

#

trying to make a FB? let him try, he will learn of demand

#

and competition

#

whats going to happen next if you "dont quit"

#

if youre "determined"

#

if you "keep pushing"

#

your words, not mine

upper basin
#

@vocal basin Have you used multiprocessing before?

vocal basin
#

yes

upper basin
#

I'm trying to parallelize a for loop. Could I perhaps ask for some help?

vocal basin
#

how many items?

upper basin
#

I have a function, which will take in multiple args, and I want to run this function 2^20 times in parallel.

vocal basin
#

also you shouldn't view the problem as a for loop, if you have any hope in parallelising it

upper basin
#

@mild quartz Hey hey!

vocal basin
upper basin
#

So I should rewrite it in C?

vocal basin
#

Python won't do well there

eager tapir
#

improper load balancing

vocal basin
#

how much time do you expect to spend on that amount?

ivory flower
#

python C extension ? then start extra threads in C code

upper basin
#

I want to make it much less, because as I scale up, it becomes really lengthy to run.

vocal basin
#

are you using numpy/others?

#

idk what other library could help, but there definitely exists some

upper basin
#

!paste

eager tapir
#

i volunteer as tribute

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
vocal basin
#

first make sure you can't push the performance further on a single thread

upper basin
#
def calculate_fpi(self) -> tuple[float, list[np.ndarray]]:
        action_list, path_list = [], []

        args_list = [(self.initial_x, self.final_x, self.time_steps[0], self.time_steps[-1], self.bisection_level) for _ in range(self.number_paths)]

        with multiprocessing.Pool() as pool:
            path_list = pool.starmap(self.generate_path, args_list)
            action_list = list(pool.map(self.path_contribution, path_list))

        interaction_amplitude = sum(np.exp(-1 * action) for action in action_list) / self.number_paths

        boundary_condition = 1.0 / np.sqrt(2 * np.pi * self.time)
        exp_arg = ((self.initial_x - self.final_x) ** 2.0) / (2.0 * self.time)
        boundary_condition *= np.exp(-exp_arg)

        probability_amplitude = boundary_condition * interaction_amplitude

        return probability_amplitude, path_list
#

I want to mp the part you can see in the pool block.

#

Ohh ok.

vocal basin
#

reformulate the problem in a parallelizable way (basically map-reduce)

upper basin
#

I thought it was already parallelizable?

vocal basin
#

for loop is sequential

upper basin
#

No no, it's not.

#

I just need to call the generate_path method for instance 1000 times.

#

The next iteration does not depend on the previous iteration.

vocal basin
#

multiprocessing has a certain cost to it

#

which is serialisation and communication

#

it pickles almost everything

eager tapir
#

damn the boss is bossing

upper basin
eager tapir
#

i am the one who wants the designs

mild quartz
#

I want a million dollars by friday

eager tapir
#

i make working websites, not nice designs

mild quartz
#

chop chop

rugged root
#

Back to being Typelock

upper basin
upper basin
eager tapir
#

BOSS SAID THE F WORD

rugged root
eager tapir
#

damn

stuck furnace
#

Caffeine's not great for the developing mind

#

Tbf I shouldn't be drinking coffee either because of my blood pressure

upper basin
mild quartz
#

thats ok you can wean off the coffee and try amphetamines instead

rugged root
eager tapir
#

BOSS if you DONT reduce your COFFEE CONSUMPTION i will be worried about the stability and decision making of the leadership!!!

stuck furnace
upper basin
stuck furnace
#

Just kidding, too high ๐Ÿ˜„

upper basin
#

Hehe, same.

stark river
#

i was like .. what?

eager tapir
#

rm -rf && mkdir

upper basin
#

I get super high blood pressure by standing, fucking annoying.

rugged root
#

Yeah that's a problem

upper basin
#

Like 150 on 100 with 110 bps.

eager tapir
#

rm -rf ~/usr

stark river
#

mine is 60 bpm

upper basin
rugged root
upper basin
#

Mine is not, been having it for 3 years now. Can't workout because of it.

stuck furnace
upper basin
slender grove
#

Can I have a tons of question ? ๐Ÿ™‚

stark river
#

๐Ÿคฃ

eager tapir
#

beast

upper basin
rugged root
vocal basin
stark river
#

i do all of them..

#

and more

eager tapir
#

I CANT MAKE DESIGNS, I MAKE WEBSITES

#

FRONTEnD BACKEND CLOUD

#

EVERYTHING BUT DESIGNING

upper basin
eager tapir
#

I dont use Figma, Adobe XD, or any of that pretty stuff

vocal basin
#

I don't remember ever feeling anything special after drinking coffee

eager tapir
#

I take that and turn it into BEAUTY

rugged root
#

I can't take the name figma seriously

#

It just sounds like a joke

stark river
upper basin
jovial igloo
#

ะดะฐั€ะพะฒะฐ ะตะฟั‚ะฐ

#

ัƒะบั€ะฐะธะฝะฐ ะฟะฐั€ะฐัˆะฐ

eager tapir
#

boss this is getting stressful

jovial igloo
#

ะฟั€ะธะฝั†ะธะฟะต ะบะฐะบ ะธ c#

stuck furnace
upper basin
slender grove
#

I am here to still ideas ๐Ÿ˜„ Anyone done a mail filter himself ???:)

jovial igloo
stuck furnace
eager tapir
jovial igloo
eager tapir
#

come talk to me when you volunteer

vocal basin
rugged root
#

English only, please

upper basin
wise cargoBOT
#

4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.

jovial igloo
rugged root
#

It's one of the server rules

jovial igloo
#

ั ะผะพะปั‡ะฐั‚ัŒ ะฑัƒะดัƒ ั‚ะพะณะดะฐ

vocal basin
#

they're talking like a bot

eager tapir
#

Phillip Has Programs

stuck furnace
jovial igloo
#

ะบัั‚ะฐ ั ั ัƒะบั€ะฐะธะฝั‹

upper basin
rugged root
#

!mute 935450812258349096

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @jovial igloo until <t:1712854988:f> (1 hour).

vocal basin
stuck furnace
#

We can't be translating every message for moderation.

eager tapir
#

also when youre perma banned

slender grove
#

I do not know the voice chat to see that. But the php is a good d start for a php. Laravel Is an easy start.

vocal basin
#

@rugged root translation, shortened: "<country> is shit" but "I'm from <country>, btw"

eager tapir
#

@turbid sandal

slender grove
#

@turbid sandal Can we see what u doing ?? ๐Ÿ™‚

eager tapir
#

AC got permission from bossman right there

#

chat clip that

#

@upper basin I have Wolfram Alpha premium, want me to try and get the solution with steps?

stuck furnace
#

Wiener process ๐Ÿ‘€

ivory flower
#

LibreOffice Impress in Ubuntu ?if you can accept LInux desktop

rugged root
turbid sandal
#

brb

gentle flint
#

and if you scroll all the way down you can't see the bottom text

eager tapir
#

i mean you got AirBnB on your tail

#

you want to duck everytime you see private jets?

turbid sandal
#

umm

eager tapir
#

You got the copyright material too?

#

And the text you want to place

#

and whats the objective of your website

rugged root
#

@vocal basin Remind me, does cargo install install a crate just to a project or globally?

eager tapir
#

informational?

near marsh
#

om

#

mg

eager tapir
#

just for your potential customers to check out and bail? contact form?

#

whats up

rugged root
#

Okies

#

Thanks

vocal basin
#

cargo add

#

that one adds a dependency

rugged root
#

Thaaaat's right, okay

eager tapir
#

@upper basin

rugged root
#

I was getting it confused with like pdm's install

vocal basin
#

npm install too

eager tapir
#

The problem is a big one and requires a lot of effort and attention

#

YOUVE BEEN WORKING ON IT FOR A MONTH?

near marsh
vocal basin
#

or, as some use it, npm isntall

near marsh
vocal basin
eager tapir
#

wdym

near marsh
#

idk what to make andd

eager tapir
#

copy websites, good practice, valid portfolio material

#

Tesla is a common one

near marsh
#

with python?

eager tapir
#

They have nice transitions, but simple to replicate too

#

oh

rugged root
#

Looking at some of these crate names... they're amazing

near marsh
#

im learning python

eager tapir
#

youre on youre own buddy

near marsh
#

LOL

rugged root
eager tapir
#

try to do anything but websites with Python

rugged root
#

I think I saw prettyplease pass by.

vocal basin
#

pinky-promise

eager tapir
#

Like a Discord bot that has LLM capabilities

vocal basin
#

bumpalo
(trying to remember more funnily named crates)

rugged root
#

Huh, auto_enums. Might have to look at that one

near marsh
rugged root
#

Niiiice

eager tapir
#

i will use the NEWEST google fonts ๐Ÿ‘†

rugged root
#

@lusty veldt It is super hard to hear you

#

The hell is the clap crate

#

I have a lot to look up

eager tapir
#

no but for real @turbid sandal I need YOU to go through the website you sent me and cherry pick the pages you would like to have in YOUR website

#

and then we can think about what to do about the placeholder text

rugged root
#

@lusty veldt Much better

#

@lusty veldt Although now you're echoing...

#

1 Mississippi....

stuck furnace
#

@lusty veldt Can you mute please for the time-being.

eager tapir
#

ayo where did bossman go?

stuck furnace
#

Move into a different voice channel if you need to test your settings.

slender grove
#

I hate MCMC because it is always the curve change in the flow. But the change most of the time not a curve.

vocal basin
humble jewel
#

xd

rugged root
#

Yeah that tracks

eager tapir
#

i banned him

rugged root
#

Oh, just makes syntax trees pretty

vocal basin
rugged root
#

That's less exciting

near marsh
#

um

vocal basin
#

I have two versions of that in the cargo lock

whole bear
#

hi

rugged root
#

Dude. SHOUTY_SNAKE_CASE

#

I love that they call it that

whole bear
#

i want to start learning Python now

eager tapir
#

lets not assume

rugged root
#

Hey Tobi

eager tapir
whole bear
slender grove
#

O. J. Simpson died because the cancer.

whole bear
eager tapir
#

damn

rugged root
#

!resources We've got a bunch of resources on our site. I typically recommend "A Byte of Python", which is free on its respective site

wise cargoBOT
#
Resources

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

eager tapir
whole bear
mild quartz
#

O.O

eager tapir
#

you know if you want to volunteer for something...

eager tapir
#

with Python?

whole bear
eager tapir
whole bear
eager tapir
#

๐Ÿ’ช

#

steroid user detected

whole bear
whole bear
stuck furnace
#

Daily gun control debate, commence

rugged root
#

@gentle flint I CAN'T HEAR YOU OVER ALL THESE FREEDOM EAGLES

eager tapir
#

bang bang

#

he shot me down

rugged root
eager tapir
#

le courte โœ๏ธ

rugged root
#

We honestly should do that

eager tapir
#

le putan โœ๏ธ

rugged root
#

Isn't that the food in Canada?

eager tapir
#

one mans food anther mans insult

rugged root
#

(I'm kidding)

rugged root
#

Although now I'm hungry

upper basin
rugged root
#

An order of burgers and LIES

upper basin
near marsh
#

omg

near marsh
#

bro theres stories fo them litterally planting drugs on people

#

and arresting them

upper basin
slender grove
#

Voice chat ๐Ÿ˜„
If you think america is broken just do a check-in Hungary ๐Ÿ˜›

near marsh
rugged root
#

@turbid sandal There's a conversation going on

near marsh
#

i rember tht shit

turbid sandal
#

yep

rugged root
#

Type your question first

stark river
upper basin
rugged root
#

Always

upper basin
#

I am fulfilled. I can die happy now.

stuck furnace
#

I feel like this discussion needs actual statistics to be worthwhile

stuck furnace
gentle flint
#

@peak depot how dare you call this chat my stewpot extremely unfair apologise at once

near marsh
#

cocking milk......

#

cheese argument

peak depot
#

not your chat! I ment actual food

stark river
#

the number of times young men have asked me to get them inducted in the police force

gentle flint
#

I'm unconvinced

stark river
#

they just want the ability to earn bribes

near marsh
#

no way

stark river
#

bunch of power hungry ppl

slender grove
#

๐Ÿ™‚ Where is god ? ๐Ÿ™‚

eager tapir
#

oh boy

deep scroll
#

tomato is fruit

stark river
#

what if god was one of us ๐ŸŽถ

upper basin
#

Hemlock, we should consider making tv guides for the VC.

eager tapir
#

toss my salad

slender grove
#

what is the difference fruit vs vegetable ? ?

upper basin
#

"This Thursday, Pydis gets into some heavvyyy shit!!"

deep scroll
#

fruit has seed

stark river
#

dont ruin salad for me.. it is one of my favorites

plucky mica
#

Can Some One Tell me that if I am using cpp - python using ctypes do I Required to inplement distructor to the c++ class or not.

rich bison
#

fruits comes from flowers

rugged root
#

And of course this shit goes down on a busy as hell day for me

eager tapir
#

there is an AI everything

#

question is, is it good?

rugged root
#

@golden delta PowerPoint AI?

#

I mean I know they're integrating Co-Pilot into Office365 stuff but I haven't heard anything about it for PP

stark river
#

ur pp smol

rugged root
#

Back in a bit

slender grove
#

Well the fruit is part of the vegetable .

plucky mica
#

Yep

slender grove
#

๐Ÿ˜›

golden delta
mild quartz
#

google slides is adding it too

#

using gemini vision

slender grove
#

Fruit, root, kernel all part of the vegetable ...

deep scroll
#

I read from somewhere, america (bussinessman) categorize tomato as vegetable because it's cheaper tax to import from europe

eager tapir
#

i drew a polygon with infinite sides

slender grove
#

Any one working with sql in here ?

stuck furnace
eager tapir
#

research and find out

stuck furnace
#

Buddhists don't consider oysters meat, fun fact.

slender grove
#

Well humans are stupid ๐Ÿ˜„
Just think about what is nation ๐Ÿ˜„

rugged root
#

Didn't know that

stark river
slender grove
#

Nationality is a relegion ๐Ÿ™‚

rugged root
#

@gentle flint How illegal is a sword umbrella there?

stuck furnace
# stark river how can you possibly know that.. and which variant of buddhism

Idk I heard it in this video https://www.youtube.com/watch?v=mDC6Q5upKPE

Something that you see pop up here and there in traditional Cantonese vegetarian cooking is... oyster sauce. But... aren't oysters animals? So... how exactly did they square that knot, historically?

0:00 - Are Oysters "Vegetarian Food" in Guangdong?
1:15 - Religious Explanation 1
2:13 - Religious Explanation 2
3:40 - Do Cantonese STILL consider...

โ–ถ Play video
slender grove
#

๐Ÿ˜„

rugged root
#

Asking for a friend

slender grove
#

Its big one indeed

eager tapir
#

I don't think Buddhism is necessariily considered a religion...

rugged root
#

It is by law

#

Well hold on, now I'm doubting myself

eager tapir
#

Its more of a way of life

stuck furnace
eager tapir
#

Uhhh

#

The father of Buddhism

#

Didnt want it to be a religion

rugged root
#

Your mom's a religion...

eager tapir
#

He was a prince who forsaken his wys

#

Its the teachings he made

turbid sandal
#

Your mom's a religion... because she is so well known

eager tapir
#

๐Ÿคจ

#

I dont get how those relate

slender grove
#

Religion is a group of beliefs that are not based on materiall or historical facts.