#voice-chat-text-0

1 messages ยท Page 215 of 1

wind raptor
#

!stream 717749310518722691

wise cargoBOT
#

โœ… @whole bear can now stream until <t:1699848760:f>.

terse garden
#

which sucks cus i had a question but

#

whatever

wind raptor
#

You can ask in text

#

ยฏ_(ใƒ„)_/ยฏ

somber heath
terse garden
#

its ok no one can help unless i screenshare

#

its like 300 lines of code

#

and its in c++ and i know this is a python discord

#

i was just asking to see if i got lucky

#

if osmeone could help

#

its a g++ thing idk how to use g++ cus i just started but its ok dont sweat it g

wet scroll
#

what is g++..?

somber heath
#

@glacial geode ๐Ÿ‘‹

glacial geode
#

Hi hi

#

I dont think i have mic perms

somber heath
#

!voice ๐Ÿ‘‡

wise cargoBOT
#
Voice verification

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

glacial geode
#

Rip for now

whole bear
#

@warped jacinth

somber heath
#

@somber roost ๐Ÿ‘‹

somber roost
#

Hi!

wet scroll
#

hey opal :D

somber heath
#

@marble vapor ๐Ÿ‘‹

#

@topaz haven ๐Ÿ‘‹

marble vapor
wet scroll
#

no hello for me...? :(

somber heath
#

I said hi when you joined. I was talking about the music in my head.

#

"Yum yum Bumblebee, Bumblebee Tuna..."

golden sonnet
#

๐Ÿ‘‹

hidden umbra
golden sonnet
#

how you doin'?

hidden umbra
#

rooFine ๐Ÿ˜„

#

you?

golden sonnet
#

good thanks

shut sky
#

halloo fellow humans

#

i am a human

wet scroll
#

i am not human

#

i am egg!!

#

hello though

shut sky
#

hello egg

#

i eat your siblings and family everyday

golden sonnet
#

i'm a titan

shut sky
#

Hi Titan im djay

golden sonnet
#

ok you didn't get the aot refrence

shut sky
#

IM KIDDING

#

I DID GET IT

golden sonnet
#

no apple โœŠ

vocal basin
#

it was renamed to C

#

(iirc)

#

is it back to dreamberd name?

hidden umbra
#

Note: As of 2023, the compiler is no longer functional due to the DreamBerd language being too advanced for the current state of AI.

vocal basin
#

just output your code as PDF and you have a ready report for your work

#

400 pages

hidden umbra
#

no. Can only handle 300 max

somber heath
#

@green fable ๐Ÿ‘‹

vocal basin
#

wait, what is up with Haskell Int range

#

[-2^29 .. 2^29-1]

#

why

hidden umbra
#

Because that is what an int range is

vocal basin
#

why is it i30 instead of i32

#

C int is [-2^31 .. 2^31-1]

hidden umbra
#

i think it comes from 2 bits being used for memory stuff. I don't remember the exact reason but they are being used for something else

vocal basin
#

pointer tagging

#

@wind raptor just use Java applets like it's 1990s

woeful salmon
#

python, javascript, java, clojure, rust, c, cpp, c#, v lang, golang, lua, php, julia

hidden umbra
#

python, js, java (&processing), rust, cpp, c#, perl

vocal basin
#

does OCaml support anything equivalent to Rust's GATs? (or to Haskell's higher-order class thing allowing for Functors/Monads/etc.)

#

iirc, ML and its direct-ish derivatives on their own don't go that far into type system

oak kelp
#

good morning guys

#

are you guys stuying python today too?

vocal basin
#

JSON tries to be as strict as possible

#

... in contrast to what it comes from

ivory flower
#

GAT -> generic associated type ?

my limited understanding about it In Rust :
associated type -> inner type declared in a struct or trait type
generics -> abstract some parameters in function or class, it can be used by specifying other concrete types

OCaml , new language to me ๐Ÿ‘€

vocal basin
#

yes

#

I don't remember what the Haskell equivalent is called

#

the basic thing there is just classes of type functions

#

or generic types, or type constructors, or whatever they're called

#
Maybe T
^^^^^ this part can be generic'd over and have interfaces defined for it
sage grove
#

and then there was 1 unmute

vocal basin
#

"we're in 1990s, ajax isn't a thing yet"

golden sonnet
#

someone free me from css :

vocal basin
#

just use another dialect of css, so you suffer from something else

golden sonnet
#

i've been writting style for days ๐Ÿ˜ญ

vocal basin
#

scss and others

golden sonnet
#

i don't mind the syntax

#

it's just too much work

vocal basin
#

the class based thing also

#

tailwind?

golden sonnet
#

hi

#

yeah

vocal basin
#

@rugged root sound works

#

"I just don't start games at all"

#

yeah, streaming helps

green fable
#

@somber heath

golden sonnet
#

anyone done code syntax highlighting with django tinymce?

rugged root
golden sonnet
#

no
i'm using tinymce on django

#

it has a plugin
i just can't get it to work

rugged root
#

"Trusted WYSIWYG editor"

golden sonnet
#

yeah it's weird
but other editors suck

vocal basin
#

as in trusted by these

#

or, rather, used

golden sonnet
#

i wish wagtail wasn't so weird
i'd use that instead

#

but i just can't get what is happening in there

rugged root
#

So is it a text editor?

#

What I'm seeing is that it looks like Word or something

golden sonnet
#

yeah
for rich text

#

๐Ÿ™‚

#

it's a blog site

vocal basin
#

@rugged root
editor on the site, for users to use

#

so that they don't have to figure out how Markdown works

golden sonnet
#

also easier to add image to it

golden sonnet
#

if i can get the plugin to work ๐Ÿ˜‚

vocal basin
#

I don't like using wysiwyg editors myself, but I'd expect a "median" person to prefer them

vocal basin
#

what you see is what you get

#

or something similar

woeful salmon
vocal basin
#

the real visual programming

#

scroll diagonally

#

I set vertical lines in VSC to see when it approaches the limit

#

three lines for Markdown because yes

#

86, 99, 100

#

to only use 100th character for \

#

and 86 is for code samples, because mdbook

woeful salmon
vocal basin
woeful salmon
#

yep i got it

#

i have mine at 80 and 120 but really only care about the 80 one

#

i let prettier / black / gofmt / etc handle it for me

#

keeping lines 80 or smaller

rugged root
#

Camcorder โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚$228.00 - https://www.amazon.com/dp/B00R5LH9HO
Memory card for camcorderโ€‚โ€‚โ€‚โ€‚โ€‚ $9.99 - https://www.amazon.com/dp/B010Q588D4
Tripodโ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚$36.99 - https://www.amazon.com/gp/product/B0B56CBRZY
Portable audio recorderโ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚โ€‚$169.99 - https://www.amazon.com/gp/product/B07WRDLNQZ
Memory card for recorderโ€‚โ€‚โ€‚โ€‚โ€‚โ€‚ $13.74 - https://www.amazon.com/gp/product/B005LFT3QG/

vocal basin
#

for markdown, there's markdownlint
seems to be the main md formatter/linter for VSC now

#

or at least the one that the extension marketplace promotes

#

dot net

#

each time it opens a broken .net non-url

#

so you need to pronounce h t t p s colon slash slash w w w each time

#

write clean functions
and messy data structures

#

"this is a method not a function, so we're okay with having it 50'000 line long"

#

> "let's recreate a pyramid"
> *proceeds with making MMM 2*

#

for everything browser-side I normally just read MDN

#

"not to be confused with MSDN or else you end up learning ASP.NET"

#

@rugged root
"now... before now we were just lying"

#

"we made our food even healthier! did we claim earlier it's as healthy as it can be? absolutely yes!"

#

food situation here gets to the point where fast food is genuinely one of the healthies options

#

at least for meat

#

derivative of acceleration? (or second derivative)

#

second derivative is snap

#

"everything written by this pen is defined to be grammatically correct"

#

so no spelling issues

rugged root
#

This just feels like a weird graphic

desert vector
#

his soul is being pulled out of his mouth into the device

oblique ridge
#

sipping the sound

desert vector
#

a nice cup of joe (literally)

rugged root
#

hawt

whole bear
#

โ€‹!voiceverifyโ€‹

vocal basin
#

didn't, like, pubg have that issue?

#

despite it being multiplayer

#

Hey everyone, Recently, the community has raised an issue where, in several games including PUBG, the firing rate of weapons was being affected by the frames per second of a playerโ€™s PC. Today, we wanted to take a moment to talk about the cause of this issue and what weโ€™re doing to help alleviate it in PUBG. The current implementation of shootin...

#

monogame (engine), I think, is locked at 60 fps

#

it might have separate Draw and Update cycles

#

interleaved not one-to-one

vocal basin
#

that naming failure is even listed here
https://en.wikipedia.org/wiki/RAS_syndrome

RAS syndrome (where "RAS" stands for "redundant acronym syndrome", making the phrase "RAS syndrome" autological) is the redundant use of one or more of the words that make up an acronym in conjunction with the abbreviated form. This means, in effect, repeating one or more words from the acronym. Three common examples are "PIN number"/"VIN number...

#

and then there's Spain with permanent summer time and summer summer time

#

@dry jasper yes, a different person

#

they left

rugged root
#

What is this pop filter

shut sky
#

It's so cute

rugged root
#

I love it

#

But like

shut sky
rugged root
#

You'd be breathing right into its face

shut sky
#

But look at cute smile

rugged root
#

It was what I thought we'd need for recording training sessions. But they just weren't good at explaining what they needed

rugged root
#

Accountants

sour geyser
#

o

rugged root
#

I'm Administrative Support at an accounting firm, but my primary duty has been IT

rugged root
#

Because they didn't explain what they wanted properly or kept changing what they wanted

rugged root
#

Meh, it what it is

sour geyser
#

I mean, that's IT

rugged root
#

Exactly

sour geyser
#

lol

rugged root
#

Hell it's anything

sour geyser
#

"my printer stopped working"

#

"I forgot my login for Outlook"

#

"my screen freezes when I have 1,000,000 tabs open"

#

lol IT is for the patient

rugged root
#

More like "Quickbooks is misbehaving again" or "Lacerte is misbehaving again" or other program

vocal basin
#

"printer is behaving as usual. then what's the problem? it's usually broken"

rugged root
#

I've said it before, I'll say it again. Printers are sentient and they hate us

dry jasper
vocal basin
#

in a war between firmware and humanity, printers joined the firmware's side

rugged root
whole bear
#

What is rtc connecting mean?

rugged root
#

Real Time Communication

#

It's trying to sync up the connection

vocal basin
#

discord being broken, or network being broken
usually resolves by waiting

rugged root
#

And sometimes it just refuses to work

whole bear
#

Is it because I am using a vpn?

rugged root
#

Possible

whole bear
#

Yep that was the problem

vocal basin
#

I don't remember playing anything in the last ~11 days apart from minesweeper

minor sage
vocal basin
#

currently looking through different illumos distribution
(I'm having weird ideas again)

#

!d os.fsync

wise cargoBOT
#

os.fsync(fd)```
Force write of file with filedescriptor *fd* to disk. On Unix, this calls the native `fsync()` function; on Windows, the MS `_commit()` function.

If youโ€™re starting with a buffered Python [file object](https://docs.python.org/3/glossary.html#term-file-object) *f*, first do `f.flush()`, and then do `os.fsync(f.fileno())`, to ensure that all internal buffers associated with *f* are written to disk.

[Availability](https://docs.python.org/3/library/intro.html#availability): Unix, Windows.
vocal basin
#

first, this, or equivalent

#

to make sure it actually writes

#

second, plain text file might not be enough

#

because it can crash mid-write and corrupt

#

usually it would allocate, then write, so you should be able to catch such errors

#

(i.e. if it contains "\0", something is probably wrong)

#

using some lightweight database might be good enough

#

I've made a plain text DB once (log-based) but it required auxiliary files to track its state (in case of a crash)

#

do you keep the copy of the data in memory?

#

a very cursed solution could be to load everything that's not sent yet into a message queue (like rabbitmq)
and then take things out of it using a separate process

#

rabbitmq allows persistent queues

#

it would also help with tracking which files failed, which need to be retried, etc.

rugged root
#

Back later

vocal basin
#

idk how hard AMQP is to interact with in Python
the commonly used Rust binding (lapin) is very different from pika

#

pika actually tries to represent the two-way RPC model, whereas lapin abstracts it away

vocal basin
#

just by starting more worker processes

#

the protocol that rabbitmq implements

#

iMatix participated in the creation of AMQP,
then they decided that it's too complex and created ZeroMQ

amber raptor
vocal basin
#

that too

amber raptor
#

it's also why beanstalkd was invented, someone wanted less overhead RabbitMQ

short owl
#

any comments on asyncio thingy

vocal basin
#

what are you using it for?

#

/ planning to use

short owl
#

well using tkinter ( gui loop ) but need to branch off run text to speech uninteruppted and also pyserial stuff

#

click button -- send token byte message out pyserial

#

but also receive message - full duplex

vocal basin
#

do tts library/pyserial provide an async API?

short owl
#

so if a remote sensor senses water sends byte message and the gui loop thing will say - water detected

#

good question --- was tinkin async was the solution or maybe thread

vocal basin
#

if they don't provide an async API, it will involve threading/multiprocessing anyway

short owl
#

so they most likely were clever enough to include it

vocal basin
#

it might provide a callback API which is almost good enough to integrate directly with asyncio

short owl
#

no idea how to do that but sounds good as a lead

vocal basin
#

for creating threads from async:
asyncio.to_thread
for scheduling tasks from threads:
asyncio.run_coroutine_threadsafe

short owl
#

what about this - is this a good intro

vocal basin
#

if you're doing many concurrent tasks, than, yes, pick pyserial-asyncio

short owl
#

it will do the heavy lifting for me ?

vocal basin
#

scheduling mostly

short owl
#

async and thread for other stuff kinda

vocal basin
#

at least it should if it uses epoll or something similar

short owl
#

a branch off from the gui loop and pyserial i want to check a clock ( scheduled events )

#

check event time but dont get bogged down in loop or any other process

vocal basin
#

the general pattern would be to have a separate thread with an event loop that would actually handle the events
and the main tkinter thread would just send messages to it (using asyncio.Queue+asyncio.run_coroutine_threadsafe)

short owl
#

making notes...

#

thanks for that - i will study through each component you mentioned - im a clunky coder , not pythonic , my code seems to run eventually but needs improvement

rugged root
#

Sorry, bouncing around right now

#

Busy busy day

vocal basin
#

flashbacks to buying that sata power cable

#

(but that was aliexpress not amazon)

#

@dusk raven algorithms or data queries?

#

as far as I know, deterministic algorithms for such problems often fail because of how hard they are in general case

#

relying on data being "realistic" can make it an easier problem in specific cases

#

that's where stochastic procedures provide perfect or almost perfect results frequently enough

rugged root
vocal basin
#

usb 0

#

so, heuristic to accelerate the search? (by not stumbling around the same point for too long)

#

this is the first time I ever see google suggest only one "topic question"

vocal basin
#

I will look into it later (right now doing Rust work)

#

@earnest crag does bank's ToS allow that?

earnest crag
vocal basin
#

if you're sending/receiving payments, use APIs of the corresponding bank/payment processor

vocal basin
#

what is it bottlenecking on?

#

CPU? GPU? RAM?

#

100% of one core or of the whole system?

earnest crag
#

pytorch cuda

vocal basin
#

are you able to achieve higher FPS with lower resolution?

#

it won't work on AMD/Intel GPUs

#

that's just the link of supported nvidia cards

vocal basin
#

this is supposed to abstract threading away

#

depends on the library you're using

#

normally everything goes into a single thread

earnest crag
#

update_display()

vocal basin
#

when resonding to events:

tkinter thread                       AI thread
     |                                   |
     \                                   |
      | receives event                   |
      | sends it to the queue            \
      |---------------------------------->| receives an event
      | returns                           | processes it
     /                                    |
     |<-----------------------------------| sends the response back
     |                                    /
     |                                   |

and for repeated long-running tasks it would just be a thread controlling the tkinter widgets

earnest crag
#

widget

vocal basin
#

iirc, tkinter is thread-safe so you can just share widgets between threads

rugged root
#

I don't think tkinter is thread safe by default

#

Or at least technically is

vocal basin
#

as in it won't explode and crash

rugged root
#

Gotcha

vocal basin
#

I remember doing this folder icon stuff in Windows XP but didn't really use it afterwards

#

VSC+Pylance should be enough to catch most such errors

#

PyCharm shows errors too

vocal basin
earnest crag
#

tk.image

#

pil.image

#

as

#

tk

vocal basin
#

then there's Rust with its Error type in every other module

#

(all those error types are different and incompatible)

#

but it's idiomatic

rugged root
#

A unique multiplayer game built on a free Web API. The best sandbox platform to learn a new skill or apply your knowledge in a fun and meaningful way. Use any programming language with our RESTful API to control the most powerful fleet in universe.

vocal basin
#

last time I actively looked for project ideas was probably in 2020

#

and now I have a job that's interesting enough that I don't really need that much stuff outside of it

#

(well, "job" in quotes, rather, since it's contract only)

#

we have blockchain voting deployed in our city despite that voting being faked anyway

#

like
it might even be technologically correct in its foundation

#

PvPvE coding

#

20 humans and 180 bots join the same IDE workspace

#

only one might be left standing

#

replit has "debug with AI"

#

it's bad, but it exists

#

it might be bad because I don't pay for it

#

online code ide

#

by repeatedly saying "you're not allowed to use this"

#

I remember having a laptop with a touch screen

#

I still have but it's broken-ish

vocal basin
#

get a bigger pocket

#

typewriter

#

less tech, more noise

rugged root
vocal basin
#

I think it's one of the most important courses in uni
like, very hard to find online in a systematic form but you're just fed that information

#

(OS course)

lavish rover
#

My OS course pr much taught me most of the relevant shit to get into my low-level job

vocal basin
#

I had something remotely reminiscent of "I don't want to deal with it" a couple of times at work
but getting over it is kind of easy if approached right

earnest crag
#

mirros

rugged root
#

"Shortest Remaining Time First"

vocal basin
#

even in asyncio usecases

#

when you have to fit tasks onto something

#

like

#

even discord bots

scarlet halo
#

how tf do i build vs code from source

earnest crag
vocal basin
#

literally this link

#

you have better luck calling Oracle that

#

but still even they have open source

scarlet halo
#

yea

vocal basin
#

... even if much of it was just what they couldn't close

earnest crag
#

run main

vocal basin
#

it will open another window

#

open vs code, type code in terminal and press enter

scarlet halo
vocal basin
#

if you close the first one, second will stay running, I'd expect

earnest crag
#

.tax

#

overlief

vocal basin
#

overleaf can be self-hosted

#

(don't do it unless you're ready for pain)

#

LaTeX in Docker is pain

earnest crag
lavish rover
earnest crag
vocal basin
earnest crag
vocal basin
#

failed and proud

whole bear
vocal basin
#

"if you like Venn diagrams, here's a simple explanation"
failing something this simple -- not so good

#

(as in need for job)

#

50 projects that are too useless to list

#

if you can't at least name/tag/describe it, it's irrelevant

#

that was just three bubbles that accidentally overlapped
^ would be a generous excuse

#

little evil

#

@rugged root and templates?

#

the rightmost one's name sounds suspicious

#

(powerpoint)

#

"Polished resume"
what does it even mean for a template

lavish rover
amber raptor
#

Like SMTP sucks as well but replacement is worse

whole bear
#

hi

vocal basin
#

Python doesn't have a plotting system

#

matplotlib is a standalone library

#

numpy doesn't ship with plotting capabilities

#
import matplotlib.pyplot as plt
import numpy as np
# and use any tutorial, it's likely good enough
#

also matplotlib docs are relatively easy to understand

scarlet halo
#

i hate it when im using i3wm and im using tabbed mode and then my discord goes to commit die

vocal basin
scarlet halo
#

also today at school i got the option to go into this programming class and i was literally better than the teacher (totally not to brag btw)

vocal basin
#

better in what way?

scarlet halo
#

but to be fair he hadnt coded in like 10 years

vocal basin
#

@flint hill send code samples so it's easier to understand

vocal basin
scarlet halo
whole bear
flint hill
#

import matplotlib.pyplot as plt

whole bear
#

like on the spot performance

#

as opposed to having knowledge about coding

vocal basin
#
X, Y = ...
plt.plot(X, Y)
X = ...
y = ...
plt.plot(X, Y)
#

is the question about difference between those two?

whole bear
#

hi

#

my second code

scarlet halo
#

lmao tf this guy saying

#

no offense

vocal basin
#

"two-layer dictionary" being this?

dict[Key, dict[Key, Value]]
#

for most applications, this is equivalent

dict[tuple[Key, Key], Value]
whole bear
vocal basin
#

you can create an adapter class

scarlet halo
vocal basin
#

easier to do for read adapters (views)

#

(from a template)
I somehow don't like the adjectives used

scarlet halo
#

i named my visual studio code distribution "visual studio BALLS"

#

because im so grown up (totally)

#

also my english teacher has this poster that says "i like cooking my family and my pets. use commas, dont be a psycho" and i thought it was kinda KINDA funny

vocal basin
#

plotting functions are quite lenient in what they accept

scarlet halo
#

who tf is getting pinged

vocal basin
#

most of the times I use a debugger it's accidental

#

not a class

#

identifier (variable)

flint hill
#

import matplotlib.pyplot as plt

#

import matplotlib.pyplot as x

#

x.plot

vocal basin
#

it's like Meta

vocal basin
#

like in CMYK

#

Cyan
Majenta
Yellow
blacK

toxic arch
somber heath
#

It's happened before.

rugged root
#

Just been a little while

somber heath
#

The last time I remember it happening for a substantial time was the Lemon everyone incident.

toxic arch
#

@turbid sandal rerember me?

#

australian internet

#

@turbid sandal im actually learning it too for my workplacement

#

the openai

rugged root
#

@uneven reef Yo

turbid sandal
#

I am 13

wise loom
#

I need cereal

heady rock
#

hey, I'm not really in the mood to talk today

whole bear
#
Chess.com

Login to your Chess.com account, and start enjoying all the chess games, videos, and puzzles that are waiting for you! If you have any issues while logging into your account, do not worry. You can recover your password, or drop us a message and we will gladly help.

heady rock
#

I'm just going to listen to you guys like a podcast

#

if you dont mind

somber heath
#

People do that.

wise loom
#

@visual mango wyd?

visual mango
#

chillin

wise loom
#

jk

#

i'm actually asking myself that q on a daily

visual mango
#

Word

somber heath
#

!voice @shrewd gate ๐Ÿ‘‹๐Ÿ‘‡

wise cargoBOT
#
Voice verification

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

somber heath
#

Wrong one. One room down.

sage grove
#

wassup buddy

#

anything convertable via pandoc lmao

#

I prefer markleft

wind raptor
#

My title

sage grove
#

cute

#

I too enjoy lengthy conversations about centering divs

#

anyone in here call themselves a 10x dev?

#

saw an INFx developer the other day..

#

automated infinitely many devs jobs

#

like if one guy could launch 1 website in a day
10x could launch 10
infx could launch as many as you want

#

dude was hooked in

#

Interests? women

#

and anything that gets that

#

programming, music

wind raptor
#

Fish in a Birdcage

sage grove
#

Crab in a bucket

storm widget
#

Like 50 messages to verify voice speaking that's wired guys

sage grove
#

and 2 week bans when attempting to circumvent

wind raptor
storm widget
#

Like i wanted to be typing i was not gonna join in the VC

#

Whoever does something wrong ban him/her

wind raptor
#

No worries.

#

Well, if you try to circumvent the rules, then you have to deal with a longer time

#

ยฏ_(ใƒ„)_/ยฏ

whole bear
wind raptor
#

If that's what you want to call it

whole bear
#

the waterfall tears speak for themselves ๐Ÿ˜ญ

sage grove
#

i like the tears

wind raptor
#

They do

sage grove
#

i love typing out that ban message

#

and watching them struggle

wind raptor
#

Struggle?

sage grove
#

Struggle!

#

๐Ÿ™‚

wind raptor
#

Watching who struggle?

sage grove
#

those who are banned

#

I like to watch them

wind raptor
#

Are you struggling?

sage grove
#

are we?

#

@somber heath what do you need?

#

in a sentence

wind raptor
# sage grove those who are banned

You're far from banned. A 14-day voice mute is the normal repercussion to circumventing the voice gate. If you feel that the infraction was inappropriate or unwarranted, you are free to message the @rapid crown bot and appeal the infraction with the rest of the staff.

sage grove
#

It seems I am voice banned. English isn't my strong point, but ban is defined as anything officially prohibited\

wise loom
#

@sage grove when does your voice ban expire?

wind raptor
#

It's a voice mute

sage grove
sage grove
wind raptor
#

๐Ÿคฃ

sage grove
#

guy who knows what a circle is, define it for me

#

without a tautology pls ๐Ÿ™‚

wise loom
#

the locus of points equally far away from a center point

sage grove
#

I would wonder if that definition captures the connectedness of the circle

#

and if center point is well-defined

#

given an infinite space

wise loom
sage grove
#

if you have 2 legs and you take away one how can you walk

sage grove
#

1/inf

#

hellooo

#

orrrr put it all online

#

the more they know the more you make

#

I got my city out there

#

When I was a young lad

#

sir

#

cough

#

cough

#

eveeeeeryone

#

I dont know anyone

wet scroll
#

i just woke up

sage grove
#

@wet scroll Salmon master race

wet scroll
#

took a look at mirror and my eyes were red as hecc

sage grove
#

yes sir

wet scroll
#

what

sage grove
#

numbers bro

#

yes

#

friends

wet scroll
#

friens

#

:P

sage grove
#

friends.

#

i leave ports open on my computer to catch clowns

#

Infinite

#

Im a hot women with open dms lookin to date a 6ft fire lizard like urslef

#

no i would never

#

troll

#

a

#

friend

#

๐Ÿ™‚

#

spamming? I would never circumvent

#

yes I am mindful devs good dog

#

bark

#

he likes that

#

espescially when I meow for him

#

@wind raptor meow

#

what does the python programming language need?

#

@whole bear what would u add

#

I think it needs more sex appeal.

#

More sex

#

more tanks

#

and jets

#

we need more of those

#

more jets more grenades

#

more firearms

#

more sex

#

Is it not?

#

you'd be very surprised.....

#

how much python is used for

#

and honestly we need more sex appeal imo

#

just a thought bro

#

and the world needs more tanks

#

and defense spending

#

๐Ÿ‘

#

and more moderators

#

there should be a python-nsfw channel given it is OSS

#

um why

#

sir

#

explain your brain

#

its a channel

#

1/40

#

prolly not

#

well yeah, nsfw channels have a warning before u enter

#

Godot has one

#

hey man

sage grove
#

O O

#

butter robot meme, but chess

#

alpha beta pruning algorithm has left the chat

wind raptor
sage grove
#

python has left the chat.

#

devestating, truly devestating

wet scroll
#

i am bored

sage grove
#

Mindful devs actions really just screams mindfullness and developer to me ya'know

#

he is best mod

wet scroll
#

do u guys wanna listen to my ytpmv and rate it

#

okay i guess not

sage grove
#

ytpmv

#

you wanna listen to my rfabsstgowtl?

wet scroll
#

yesh

sage grove
#

bet, its a really fucking awesome big silly sentence thaat goes on way too long

wet scroll
#

wat about my ytpmv

sage grove
#

idk i dont hear anythn

wet scroll
sage grove
#

this is gachi

#

@whole bear charizard nooo

#

;-;

#

;-;-;--;

#

chrazrad

#

;-;;-;-;--;-;;-;--;;-

#

bro just turned on lawyer

#

best drug to code on?

#

adderall?

#

caffeine?

#

rot90 never heard of thaat one

#

by chraxrad

sage grove
#

I personally have mastered the ability to do unbounded amounts of work while also doing absolutely no work at all.

wise loom
#

@wind raptor @desert wolf @elder knot ^^

wind raptor
#

Never heard of it

wise loom
sage grove
#

#dev-nsfw

sage grove
somber heath
#

I have invented a lemon.

wise loom
somber heath
#

I have a trig function that makes a lemon.

sage grove
#

ok god

somber heath
#
import numpy as np
from matplotlib import pyplot as plt

def unit_vector(d):
    r = np.radians(d)
    arr = np.empty(r.shape, complex)
    arr.real, arr.imag = np.sin(r), np.cos(r)
    return arr

tsd = np.linspace(0, 360, 1000, endpoint=False)
tsr = np.radians(tsd)

arr = (-np.abs(np.cos(tsr)) / 2) + 1

arr = arr * unit_vector(tsd)

plt.scatter(arr.real, arr.imag)
plt.show()```
#

@wind raptor

sage grove
#

cute

sage grove
wind raptor
#

!e

import numpy as np
from matplotlib import pyplot as plt

def unit_vector(d):
    r = np.radians(d)
    arr = np.empty(r.shape, complex)
    arr.real, arr.imag = np.sin(r), np.cos(r)
    return arr

tsd = np.linspace(0, 360, 1000, endpoint=False)
tsr = np.radians(tsd)

arr = (-np.abs(np.cos(tsr)) / 2) + 1

arr = arr * unit_vector(tsd)

plt.scatter(arr.real, arr.imag)
plt.savefig("save.png")
sage grove
#

if yall were a smell

#

sniffs

wise cargoBOT
#

@wind raptor :white_check_mark: Your 3.12 eval job has completed with return code 0.

sage grove
#

This is not a valid func

lavish rover
sage grove
#

sometimes I forget to ask myself if what Im doing

#

poor human

wise cargoBOT
#

@desert wolf :white_check_mark: Your 3.12 eval job has completed with return code 0.

sage grove
#

I wonder how much poking it takes to get the beast to wake up

lavish rover
#

!e

with open("foo.txt", "wb") as f: f.write(b"-"*1000)
wise cargoBOT
sage grove
#

well if you dance in front of their screens

lavish rover
#

!e

with open("foo.png", "wb") as f: f.write(b"-"*1000)
sage grove
#

and they dont see you

#

you should probablly start poking them

wise cargoBOT
#

@lavish rover :white_check_mark: Your 3.12 eval job has completed with return code 0.

sage grove
#

metaphors are gross

#

RANCH

#

hahah

#

funny you ask

desert wolf
#

!e

import numpy as np
from matplotlib import pyplot as plt

def rar(n):
    x, y = [0], [0]
    angle = 45
    for i in range(n):
        new_x = (x[-1] + np.cos(np.radians(angle)))
        new_y = (y[-1] + np.sin(np.radians(angle)))
        x.append(new_x)
        y.append(new_y)
        angle -= 90
    return x, y

n = 10
x, y = rar(n)

plt.plot(x, y, marker='o', linestyle='-', color='b')
plt.title(f'rar (Iterations: {n})')
plt.savefig("rar.png")
wise cargoBOT
#

@desert wolf :white_check_mark: Your 3.12 eval job has completed with return code 0.

lavish rover
#

!e

import matplotlib.pyplot as plt
import numpy as np

import matplotlib.animation as animation

fig, ax = plt.subplots()
ax.set_xlim([0, 10])

scat = ax.scatter(1, 0)
x = np.linspace(0, 5)


def animate(i):
    scat.set_offsets((x[i], 0))
    return scat,

ani = animation.FuncAnimation(fig, animate, repeat=True,
                                    frames=len(x) - 1, interval=50)

# To save the animation using Pillow as a gif
writer = animation.PillowWriter(fps=15,
                                metadata=dict(artist='Me'),
                                bitrate=1800)
ani.save('scatter.gif', writer=writer)
wise cargoBOT
#

@lavish rover :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
lavish rover
#

!e

import matplotlib.pyplot as plt
import numpy as np

import matplotlib.animation as animation

fig, ax = plt.subplots()
ax.set_xlim([0, 10])

scat = ax.scatter(1, 0)
x = np.linspace(0, 5)


def animate(i):
    scat.set_offsets((x[i], 0))
    return scat,

ani = animation.FuncAnimation(fig, animate, repeat=True,
                                    frames=len(x) - 1, interval=50)

# To save the animation using Pillow as a gif
writer = animation.PillowWriter(fps=15,
                                metadata=dict(artist='Me'),
                                bitrate=1800)
ani.save('scatter.gif', writer=writer)
wise cargoBOT
#

@lavish rover :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
lavish rover
#

!e

from PIL import Image, ImageDraw

images = []

width = 200
center = width // 2
color_1 = (0, 0, 0)
color_2 = (255, 255, 255)
max_radius = int(center * 1.5)
step = 8

for i in range(0, max_radius, step):
    im = Image.new('RGB', (width, width), color_1)
    draw = ImageDraw.Draw(im)
    draw.ellipse((center - i, center - i, center + i, center + i), fill=color_2)
    images.append(im)

for i in range(0, max_radius, step):
    im = Image.new('RGB', (width, width), color_2)
    draw = ImageDraw.Draw(im)
    draw.ellipse((center - i, center - i, center + i, center + i), fill=color_1)
    images.append(im)

images[0].save('pillow_imagedraw.gif',
               save_all=True, append_images=images[1:], optimize=False, duration=40, loop=0)
wise cargoBOT
#

@lavish rover :white_check_mark: Your 3.12 eval job has completed with return code 0.

sage grove
#

!e

from __future__ import division
from PIL import Image, ImageDraw
from cmath import phase
from sys import maxsize
from math import log10
import colorsys

dim  = (4096, 4096)
bits = 8

cmax = (1<<bits)-1
cfac = 255/cmax

img  = Image.new('RGB', dim)
draw = ImageDraw.Draw(img)

xstart = -2
ystart = -2

xd = 4 / dim[0]
yd = 4 / dim[1]

tol = 1e-6

a = [[], [], [], [], []]

for x in range(dim[0]):
  for y in range(dim[1]):
    z = d = complex(xstart + x*xd, ystart + y*yd)
    c = 0.0
    l = 1
    while abs(l-z) > tol and abs(z) > tol:
      l = z
      z -= (z**5-1)/(5*z**4)
      c += 1.0
    if z == 0: c = maxsize
    p = int(phase(z))

    if abs(l-z) > 0.0:
      c += log10(abs(l-z)) / 6

    a[p] += (c, x, y),

for i in range(5):
  a[i].sort(reverse = False)

pnum = [len(a[i]) for i in range(5)]
ptot = dim[0]*dim[1]

bounds = []
lbound = 0
for i in range(4):
  nbound = lbound + pnum[i]/ptot
  bounds += nbound,
  lbound = nbound

t = [[], [], [], [], []]
for i in range(ptot-1, -1, -1):
  r = (i>>bits*2)*cfac
  g = (cmax&i>>bits)*cfac
  b = (cmax&i)*cfac
  (h, s, v) = colorsys.rgb_to_hsv(r, g, b)
  h = (h+0.1)%1
  if   h < bounds[0] and len(t[0]) < pnum[0]: p=0
  elif h < bounds[1] and len(t[1]) < pnum[1]: p=1
  elif h < bounds[2] and len(t[2]) < pnum[2]: p=2
  elif h < bounds[3] and len(t[3]) < pnum[3]: p=3
  else: p=4
  t[p] += (int(r), int(g), int(b)),

for i in range(5):
  t[i].sort(key = lambda c: c[0]*2126 + c[1]*7152 + c[2]*722, reverse = True)

r = [0, 0, 0, 0, 0]
for p in range(5):
  for c,x,y in a[p]:
    draw.point((x,y), t[p][r[p]])
    r[p] += 1

img.save("out.png")```
wise cargoBOT
#

@sage grove :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
sage grove
#

๐Ÿ™‚

#

INF

desert wolf
#

!e

from PIL import Image, ImageDraw

def generate_julia_set(width, height, zoom, x_offset, y_offset, max_iter):
    image = Image.new('RGB', (width, height), color=(0, 0, 0))
    draw = ImageDraw.Draw(image)

    for x in range(width):
        for y in range(height):
            zx, zy = x / zoom - x_offset, y / zoom - y_offset
            c = complex(-0.7, 0.27015)
            color = julia(zx, zy, c, max_iter)
            draw.point([x, y], fill=color)

    return image

def julia(zx, zy, c, max_iter):
    for i in range(max_iter):
        if abs(complex(zx, zy)) > 2.0:
            return (i % 8 * 32, i % 16 * 16, i % 32 * 8)
        zx, zy = zx * zx - zy * zy + c.real, 2.0 * zx * zy + c.imag
    return (0, 0, 0)

width = 400
height = 400
zoom = 100
x_offset = 2.0
y_offset = 1.5
max_iter = 100

julia_image = generate_julia_set(width, height, zoom, x_offset, y_offset, max_iter)
julia_image.save('julia_set.png')
wise cargoBOT
#

@desert wolf :white_check_mark: Your 3.12 eval job has completed with return code 0.

wind raptor
#

!e

import numpy as np
from matplotlib import pyplot as plt


def unit_vector(d):
    r = np.radians(d)
    return np.cos(r) + 1j * np.sin(r)


angles_deg = [0, 120, 240]
vertices = [unit_vector(d) for d in angles_deg]
vertices.append(vertices[0])
real_parts = [v.real for v in vertices]
imag_parts = [v.imag for v in vertices]

plt.figure()
plt.plot(real_parts, imag_parts, 'b-')  # Draw the triangle
plt.scatter(real_parts, imag_parts)  # Mark the vertices
plt.gca().set_aspect('equal', adjustable='box')
plt.title("Equilateral Triangle")
plt.grid(True)
plt.savefig("triangle.png")
wise cargoBOT
#

@wind raptor :white_check_mark: Your 3.12 eval job has completed with return code 0.

sage grove
#

what is it he wants?

desert wolf
#

!e

from PIL import Image, ImageDraw

def generate_julia_set_frame(width, height, zoom, x_offset, y_offset, max_iter, frame):
    image = Image.new('RGB', (width, height), color=(0, 0, 0))
    draw = ImageDraw.Draw(image)

    for x in range(width):
        for y in range(height):
            zx, zy = x / zoom - x_offset, y / zoom - y_offset
            c = complex(-0.7, 0.27015)
            color = julia(zx, zy, c, max_iter + frame)
            draw.point([x, y], fill=color)

    return image

def julia(zx, zy, c, max_iter):
    for i in range(max_iter):
        if abs(complex(zx, zy)) > 2.0:
            return (i % 8 * 32, i % 16 * 16, i % 32 * 8)
        zx, zy = zx * zx - zy * zy + c.real, 2.0 * zx * zy + c.imag
    return (0, 0, 0)

width = 200
height = 200
zoom = 50
x_offset = 2.0
y_offset = 1.5
max_iter = 10
num_frames = 15

frames = []
for frame in range(num_frames):
    julia_frame = generate_julia_set_frame(width, height, zoom, x_offset, y_offset, max_iter, frame)
    frames.append(julia_frame)

frames[0].save('julia_set.gif', save_all=True, append_images=frames[1:], optimize=False, duration=10, loop=0)
wise cargoBOT
#

@desert wolf :white_check_mark: Your 3.12 eval job has completed with return code 0.

#

@desert wolf :white_check_mark: Your 3.12 eval job has completed with return code 0.

sage grove
#

!e

import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import axes3d
from numpy import sin, cos, pi, outer, ones, size, linspace

# Define x, y, z lists for sphere
a = linspace(0, 2 * pi)
b = linspace(0, pi)
x = 10 * outer(cos(a), sin(b))
y = 10 * outer(sin(a), sin(b))
z = 10 * outer(ones(size(a)), cos(b))

# The amount of frames in the animation
frames = 26

# Generate each frame
for n in range(frames):
    fig = plt.figure(figsize=(10, 10))
    ax = fig.add_subplot(111, projection='3d')
    ax.plot_surface(x, y, z, color=('b'))
    ax.set_xticks([])
    ax.set_yticks([])
    ax.set_zticks([])
    ax.set_xlim(-8,8)
    ax.set_xlim(-8,8)
    ax.set_xlim(-8,8)
    plt.savefig(f"{n}.png")
    plt.close()
    
    # Add 1 to the x so the sphere moves right by 1
    x += 1

# Use pillow to save all frames as an animation in a gif file
from PIL import Image

images = [Image.open(f"{n}.png") for n in range(frames)]

images[0].save('ball.gif', save_all=True, append_images=images[1:], duration=100, loop=0)```
wise cargoBOT
#

@sage grove :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
sage grove
#

!e

import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import axes3d
from numpy import sin, cos, pi, outer, ones, size, linspace

# Define x, y, z lists for sphere
a = linspace(0, 2 * pi)
b = linspace(0, pi)
x = 10 * outer(cos(a), sin(b))
y = 10 * outer(sin(a), sin(b))
z = 10 * outer(ones(size(a)), cos(b))

# The amount of frames in the animation
frames = 16

# Generate each frame
for n in range(frames):
    fig = plt.figure(figsize=(10, 10))
    ax = fig.add_subplot(111, projection='3d')
    ax.plot_surface(x, y, z, color=('b'))
    ax.set_xticks([])
    ax.set_yticks([])
    ax.set_zticks([])
    ax.set_xlim(-8,8)
    ax.set_xlim(-8,8)
    ax.set_xlim(-8,8)
    plt.savefig(f"{n}.png")
    plt.close()
    
    # Add 1 to the x so the sphere moves right by 1
    x += 1

# Use pillow to save all frames as an animation in a gif file
from PIL import Image

images = [Image.open(f"{n}.png") for n in range(frames)]

images[0].save('ball.gif', save_all=True, append_images=images[1:], duration=100, loop=0)```
wise cargoBOT
#

@sage grove :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
sage grove
#

!e

import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import axes3d
from numpy import sin, cos, pi, outer, ones, size, linspace

# Define x, y, z lists for sphere
a = linspace(0, 2 * pi)
b = linspace(0, pi)
x = 10 * outer(cos(a), sin(b))
y = 10 * outer(sin(a), sin(b))
z = 10 * outer(ones(size(a)), cos(b))

# The amount of frames in the animation
frames = 16

# Generate each frame
for n in range(frames):
    fig = plt.figure(figsize=(5, 5))
    ax = fig.add_subplot(111, projection='3d')
    ax.plot_surface(x, y, z, color=('b'))
    ax.set_xticks([])
    ax.set_yticks([])
    ax.set_zticks([])
    ax.set_xlim(-8,8)
    ax.set_xlim(-8,8)
    ax.set_xlim(-8,8)
    plt.savefig(f"{n}.png")
    plt.close()
    
    # Add 1 to the x so the sphere moves right by 1
    x += 1

# Use pillow to save all frames as an animation in a gif file
from PIL import Image

images = [Image.open(f"{n}.png") for n in range(frames)]

images[0].save('ball.gif', save_all=True, append_images=images[1:], duration=50, loop=0)```
wise cargoBOT
#

@sage grove :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
#

@sage grove :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
sage grove
#

!e

import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import axes3d
from numpy import sin, cos, pi, outer, ones, size, linspace

# Define x, y, z lists for sphere
a = linspace(0, 2 * pi)
b = linspace(0, pi)
x = 10 * outer(cos(a), sin(b))
y = 10 * outer(sin(a), sin(b))
z = 10 * outer(ones(size(a)), cos(b))

# The amount of frames in the animation
frames = 8

# Generate each frame
for n in range(frames):
    fig = plt.figure(figsize=(5, 5))
    ax = fig.add_subplot(111, projection='3d')
    ax.plot_surface(x, y, z, color=('b'))
    ax.set_xticks([])
    ax.set_yticks([])
    ax.set_zticks([])
    ax.set_xlim(-8,8)
    ax.set_xlim(-8,8)
    ax.set_xlim(-8,8)
    plt.savefig(f"{n}.png")
    plt.close()
    
    # Add 1 to the x so the sphere moves right by 1
    x += 1

# Use pillow to save all frames as an animation in a gif file
from PIL import Image

images = [Image.open(f"{n}.png") for n in range(frames)]

images[0].save('ball.gif', save_all=True, append_images=images[1:], duration=20, loop=0)```
wise cargoBOT
#

@sage grove :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
#

@sage grove :warning: Your 3.12 eval job timed out or ran out of memory.

[No output]
somber heath
#

I want a function which, when given a heading from 0-360 out from 0, 0, gives me the magnitude at which that heading would intersect the perimeter of an equilateral triangle also centered on 0, 0.

Such that, given an evenly spaced and sufficient sample of values from 0-360, the perimeter of a triangle could be plotted and readily recognised as a triangle

#

The vertices of the triangle would be all magnitude of 1.

sage grove
#

Sure, I can help you with that. Here is a Python function that takes a heading in degrees and returns the magnitude at which that heading would intersect the perimeter of an equilateral triangle centered at (0, 0):

import math

def magnitude_at_heading(heading: float) -> float:
    """
    Given a heading from 0-360 out from 0, 0, returns the magnitude at which that heading would intersect the perimeter of an equilateral triangle also centered on 0, 0.
    """
    # Convert heading to radians
    heading_rad = math.radians(heading)

    # Calculate the length of one side of the equilateral triangle
    side_length = 2 / math.sqrt(3)

    # Calculate the x and y coordinates of the point where the heading intersects the perimeter of the triangle
    x = side_length * math.cos(heading_rad)
    y = side_length * math.sin(heading_rad)

    # Calculate the magnitude of the point
    magnitude = math.sqrt(x ** 2 + y ** 2)

    return magnitude

You can use this function to calculate the magnitude at any heading from 0-360. For example, magnitude_at_heading(0) would return 2/3, which is the magnitude of the point where the triangle intersects the x-axis.

To plot the perimeter of an equilateral triangle, you can use the matplotlib library. Here is an example of how you can use this function to plot the perimeter of an equilateral triangle:

import matplotlib.pyplot as plt
import numpy as np

# Generate a list of headings from 0-360
headings = np.linspace(0, 360, 361)

# Calculate the magnitudes at each heading
magnitudes = [magnitude_at_heading(h) for h in headings]

# Plot the perimeter of the equilateral triangle
plt.polar(np.radians(headings), magnitudes)
plt.show()
#

This will generate a polar plot of the perimeter of an equilateral triangle. The triangle will be centered at the origin, and the magnitudes will be plotted along the radial axis. The plot should be recognizable as a triangle when the headings are evenly spaced and sufficient in number.

#

didn't read what you wrote, but bing chat did

somber heath
#

I considered this approach. It isn't how I want to do it.

sage grove
#

what would you change?

somber heath
#

A great many things.

sage grove
#

๐Ÿ˜›

#

alr

somber heath
#

I know the shape of the wave I have to duplicate.

#

I just have to fiddle.

#

I also don't want to be slapped with AI.

wind raptor
#

!stream 945547192372953138

wise cargoBOT
#

โœ… @ember knot can now stream until <t:1699933448:f>.

forest zodiac
#

hi @wind raptor

elder knot
sour geyser
elder knot
haughty fog
#

s-lang

wise loom
#

@somber heath hello Sir, how do I share my screen?

somber heath
#

Streaming permissions may be granted by voice regular moderator level users and above at their discretion.

somber heath
#

Convention is to ask when you see them in the voice chat.

wise loom
#

@hollow haven hey can I get streaming perms pls?

#

@dim abyss which Rust server are you going to?

dim abyss
wise loom
#

hmm, I've been there a few times, it seemed like rush-hour all the time

wet scroll
#

hello opal

#

:P

#

anyways

#

i just made a music

#

for some reason

#

wanna take a listen to it?

#

uhh

#

wdym?

somber heath
#

@slender sierra ๐Ÿ‘‹

slender sierra
#

@somber heath hi๐Ÿ˜Š

whole bear
#

@somber heath no its not

empty breach
#

hi

whole bear
somber heath
#

@winged shard ๐Ÿ‘‹

#

@tulip field ๐Ÿ‘‹

#

@hollow tundra ๐Ÿ‘‹

vocal basin
#

forms do url posts by default

#

iirc

#

so very common with PHP

sudden barn
#

Yeah, I see that the API is in PHP.

#

:\

vocal basin
sudden barn
#

I saw you before on this server why aren't you voice verified? :D

solemn swan
#

hola

somber heath
#

@boreal kiln ๐Ÿ‘‹

#

@warm tangle ๐Ÿ‘‹

manic merlin
#

@somber heath python intapetar problem.!

somber heath
#

Hm?

whole bear
#

Hi

#

I have question

manic merlin
#

Sir give some python tutorial design cod

wicked cairn
#

hii

somber heath
#

@lilac carbon ๐Ÿ‘‹

wicked cairn
#

wow u guys sound old

#

NOT IN A BAD WAY

somber heath
#

@late cloud ๐Ÿ‘‹

wicked cairn
#

HMM

#

well maybe u are old

#

how old are u guys

#

yeah

steady eagle
#

Yoww

wicked cairn
#

LOL

#

im 18 so im p sure yall are older anyway

#

so im not wrong

#

WHATT

steady eagle
wicked cairn
#

ur younger than me wtf

wicked cairn
lilac carbon
wicked cairn
#

pink marshmallows>>

late cloud
empty crown
#

what grade/year are you in?

wicked cairn
#

me?

somber heath
#

!voice

wise cargoBOT
#
Voice verification

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

wicked cairn
#

yeahhh

empty crown
wicked cairn
#

rip

empty crown
#

i do suppose so

wicked cairn
#

im in uni

#

1st year

#

some asian country

#

v boring life

#

good

#

u sound like u would own a cat

#

u*

#

hahaha

#

see

#

ezpz

#

ooo

#

cats r cool

#

my mom wont lemme get one cuz she thinks theyll scratch up the couches

#

wait are u a student @empty crown

#

ohh

#

oh right right

#

im leaving guys gotta study :( BYEEE!!!!!!!!!!

#

Have a good dayyyyyyyyyy

#

!!

#

i love legos

#

i lost most of mine doe

#

anyway bye fr now

manic merlin
#

@somber heath sorry sir

wicked cairn
#

seeyaaa

manic merlin
#

@somber heath sorry

#

i am new

wicked cairn
#

@manic merlin aggretsuko banner

manic merlin
wicked cairn
#

the banner in ur profile

#

is from a show called aggretsuko

#

anyway i should rly go now biee!

rugged root
#

Catch you later

manic merlin
#

oh yeh my not banner

#

You like my banner ?

rugged root
#

It is neat

manic merlin
#

typing banner

#

I am a computer science student !

#

unmute plz

#

sir

somber heath
#

!voice

wise cargoBOT
#
Voice verification

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

manic merlin
#

@rugged root sir your profile picture sos

rugged root
#

sos?

manic merlin
somber heath
#

๐Ÿ›๏ธ

rugged root
#

I'll be right back

manic merlin
#

ok sir

rugged root
empty crown
#

@manic merlin you should be able to verify yourself

manic merlin
rugged root
manic merlin
#

not worked sir

#

How How !?

rugged root
#

!resources A Byte of Python

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.

rugged root
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

rugged root
#

@manic merlin I didn't understand your question

#

@brittle nebula yo

#

You should not be using a user token for anything

vocal basin
#

there is a user token acquired through app auth

#

(I've only ever used that for oauth2 on websites and getting basic user info like avatar url to show there)

rugged root
#

If it's oauth you shouldn't be handling it directly should you?

vocal basin
#

normally, yes, there'd be libraries around it

#

but you still need to then use the token somehow
(that token normally expires in ~7 days, as far as I've seen)

rugged root
#

@manic merlin I'm having a really hard time understanding you

whole bear
#

What is dlts mean?

rugged root
#

Secure connection thingy

swift valley
#

trying not to get sick xd

whole bear
#

I don't have vpn on

rugged root
#

Sometimes it just does that

#

CTRL + R and refresh your client

#

See if that helps

swift valley
#

managed to minimize the sore throat with lozenges

whole bear
#

Did not

rugged root
#

Let me try something

vocal basin
# vocal basin

(the "ignore this" is "bot", a totally separate concept)

rugged root
#

Ah okay

#

@whole bear Is it still busted for you?

whole bear
#

Yeah

rugged root
#

One sec, trying something

#

That fix it?

#

If not, the only other thing I can think of off the top of my head is just reboot your computer

#

I have so many Allen wrenches

#

So very many

wind raptor
#

So many of the exact same size...

desert vector
rugged root
desert vector
amber raptor
#

@rugged root

wicked cairn
#

im so mad i hate coding

swift valley
rugged root
#

Something you're stuck on?

wicked cairn
#

yes

#

unfortunately

#

makes me wna pull my hair out

rugged root
#

What's got you stuck?

wicked cairn
#

i posted it in the

#

thread thing

desert vector
#

!src solved

wise cargoBOT
#
Command: help-forum close

Make the help post this command was called in dormant.

Source Code
maiden finch
#

@mental sparrow Send it here.

mental sparrow
#

@maiden finch

maiden finch
#

How to leave this voice chat?

mental sparrow
#

Idk

maiden finch
#

I obviously joined by acident.

mental sparrow
#

Press red

#

Red call button

swift valley
rugged root
#

I fixed it for you

#

You're good

maiden finch
#

Good, worked.

#

Thank you.

rugged root
#

Yarp

desert vector
#

yarp

mental sparrow
#

Hello mr hemlock and luna

maiden finch
#

Nice picture.

rugged root
#

Sup Jed

mental sparrow
#

All g

swift valley
rugged root
swift valley
#

->, =>

#

<=

#
class Eq a => Ord a
#
class Eq a <= Ord a
rugged root
#

My TransUnion credit score is looking pretty good

mossy cedar
#

coding classes about ai here when

#

sounds like something that doesnt need ai

#
  1. send anime pic
  2. scan anime pic character
  3. identify character and get its series genres
  4. select other anime with same genres and rating from myanimelist
  5. output the result
#

chat gpt failed me so much i gave up on it :,> it gives a skeliton code gotta work with it but never NEVER TRUST ITS OUTPUT 100%

#

stackoveflow gives proper codes solution that work tho ;-; bcz real ppl answers

rugged root
#

Sometimes. But it may not work or be appropriate for what you actually need

#

And it takes experience and practice to identify that

mossy cedar
#

it*

#

ghat gpt inanimate object is IT

#

CHAT*

#

he she it

rugged root
#

But if you're talking about a ship or a boat, it's typically a she

mossy cedar
mossy cedar
#

btw yo guys i got a problem cant find solution

rugged root
#

What's the problem?

mossy cedar
#

problem after i press enter

rugged root
#

Do py if you're on windows

mossy cedar
#

it works after that

#

BUT WHY THESE COME

#

i checked these files there are no error in there

rugged root
#

And double check to make sure Python didn't get installed on the Microsoft Store

mossy cedar
#

sooo many typos-

rugged root
#

Remove the Microsoft Store one

#

You will thank yourself

mossy cedar
#

however even with all these tracebacks all codes work perfectly fine afterwards

mossy cedar
mossy cedar
#

ykwhat i'll just reinstall...

#

ugh its such a headache

rugged root
#

Yeeeeaaah

#

Any time you're on Windows, install it directly from python.org, and use py instead of python to run things

#

And don't add Python to the PATH

mossy cedar
#

wait would i need to readd the path too? ;-;

mossy cedar
#

why not

rugged root
#

No need

#

py handles your various versions of Python as well as pathing to it

mossy cedar
#

ah

#

i mean i do use py and python but like ugh

rugged root
#

I hear ya

mossy cedar
#

k fine

#

OOO IM DOING AI STUFF TOO CURRENTLY (not really, just put in a gpt key to messanger bot)

swift valley
#

If I could, I would write Rust at work

#

But the audio programming ecosystem is in C++

rugged root
#

rewrite the ecosystem in Rust

mossy cedar
#

python object oriented programming OOP tutorial example explained

#python #objects #OOP

#------------------------------------------------------------------
from car import Car

car_1 = Car("Chevy","Corvette",2021,"blue")
car_2 = Car("Ford","Mustang",2022,"red")

car_1.drive()
car_2.stop()
#------------------------------------------------------...

โ–ถ Play video
#

10 min

earnest crag
#

method from cats in dogs

rugged root
earnest crag
#

../

#

run method from cats in GUI EXC

swift valley
verbal wind
#

@swift valley pure why you doing AI

swift valley
#

AI-based audio plugins

earnest crag
verbal wind
#

the thing with the browser and such

swift valley
#

That was a year ago

verbal wind
#

aw

verbal wind
earnest crag