#voice-chat-text-0

1 messages Β· Page 552 of 1

vocal basin
#

FastAPI uses starlette

#

it's not really "alongside"

grave viper
#

right, gotcha

vocal basin
#

just a lower-level implementation detail of it

#

starlette to FastAPI is what tower+hyper are to axum

grave viper
vocal basin
#

@primal shadow ASP

#

πŸš€

#

or wait

#

I have worse idea

#

IIS

#

truly πŸš€

upper basin
#

Architecure choice matters. You have to commit to it, and changing it later down the road is going to be a hassle.

vocal basin
#

pick anything, try it

#

with Python, safer choice is to go with something ASGI
why? you'll be able to change upstack stuff during the project's lifetime

#

(prior to ASGI existing, recommendation there would be WSGI)

grave viper
whole bear
#

Just follow a tutorial then play with it try to add something new to it

vocal basin
#

it's possible to gradually transition away from Django, because the fundamental integration layer is not Django, but ASGI

upper basin
vocal basin
#

frameworks (picked over libraries) generally should be avoided, unless you can justify their use

#

"I have no clue what is going on and need a strict structure to guide me" is justification enough initially

#

@primal shadow would be great if there was an option to just give a type to the query that it should populate when returning from SELECT

#

just for type checking and usability

#

idk if Python ecosystem has stuff for that

vocal basin
paper wolf
#

vc got noisy...

vocal basin
#

Rust already has a great non-ORM approach to SQL

vocal basin
#

hmm

#

I guess you can do with Postgres+UNNEST

paper wolf
#

!e bro just do this

print(r"a"
    r" something"
    r" why not")
wise cargoBOT
paper wolf
#

the missing indent is really driving me crazy lol

wise loom
#

uv downloads all packages in parallel, great improvement
i didn't even know this

#

uv innit?

#

innit?

vocal basin
wise loom
vocal basin
vocal basin
#

@lavish gazelle yes, obviously

paper wolf
#

/* */???

whole bear
vocal basin
wise loom
vocal basin
paper wolf
#

wierd syntax

vocal basin
#

it's just a comment

paper wolf
#

damn..

vocal basin
#
SELECT
      username
    , display_name
FROM users
paper wolf
#

never new sql has comments..

vocal basin
#

-- and /* */

#

@primal shadow the download speed/whatever is very much not the main reason to use uv
as for poetry -- its issues is what uv seemingly fixes

#

it's about a better high-level interface

#

uv.lock is one of the most important reasons for using uv

vocal basin
#

uv guy
ah, yes, John UV

vocal basin
#

this is mostly inspired by cargo add/npm install

#

"ohno, Python 0.9 is about to get EOL'd"

wise loom
#

Python 0.9 must've been great

vocal basin
#

0.9.1 πŸš€

#

all good things are 0.9.1

wise loom
#

0.(9)

primal shadow
#

Ο€thon

#

3.14

wise loom
#

stable like a patient

vocal basin
#

!pep 750

wise cargoBOT
vocal basin
#

it's not fucking three point one four

#

it's three point fourteen

primal shadow
#

no

vocal basin
#

aaaaaaaaaaaa

#

or pithon

primal shadow
#

it is three point one four

#

ESPECIALLY Because it's 3.14

#

PITHON

#

For one version only

wise loom
vocal basin
#

2718

#

who needs to separate digits anyway

#

do be aware that GIL-free Python is slower

#

so you need to measure whether or not that performance cost is less than what you save by collocating everything within a single process

#

if there's very little cross-communication, GIL+multiprocessing is still faster

#

the whole GIL thing has so much discussion bullshit around it

upper basin
#

pycon

vocal basin
#
  1. it's not a big Python issue
  2. new changes to it don't have that much benefit
upper basin
#

It's a python conference held annually where psf and researchers do talks.

#

Last pycon was good.

vocal basin
upper basin
#

It's still premature I feel.

#

The idea of it still seems like a good performance boost when used properly.

vocal basin
#

maturity as applied to tech is a thoroughly invalid qualifier

upper basin
#

What's your definition of maturity in that context?

vocal basin
#

unless you're ready to admit that C++ is immature

vocal basin
#

it's a meaningless fucking word in the context of tech

#

stop using it

upper basin
#

I'd disagree, but not a hill I'd die on.

#

You can propose sth, and build a proof of concept that works but is not really well-written, fleshed out.

vocal basin
#

by that definition C++ is still the category of a proof-of-concept

upper basin
#

Maturity is the amount of refinement and analysis the tool goes through to become fleshed out.

vocal basin
#

?????

#

absolute mess that no one applied enough real design to

upper basin
vocal basin
#

it's a terrible amalgamation of half-prepared research and choices by committee members incapable of saying "no"

#

Rust 1.0 was a more "grown up" (by that notion) tech than C++ is now

#

C++ still allows uninitialised data by default, it's not yet even on track to becoming a proper consistently designed language

#

and this point of view isn't even coming from outside C++, that's what the same people who design and write C++ say

#

the only part of it that had any sort of proper design and grew somewhat correctly over the years is its standard library

lavish gazelle
upper basin
vocal basin
#

C++ is very much the PL equivalent of "grow first, figure out later" startups

upper basin
#

Qiskit then.

#

Or Pennylane.

#

god. I hate pennylane.

#

Only decent thing to ever come out of pennylane was catalyst, and that was carried by David Ittah.

vocal basin
#

just more illustrations on how this kind of tech still gets used, even despite it's not yet being ready in terms of consistency

vocal basin
upper basin
#

It could be mature but poorly designed though too.

vocal basin
#

C++ is old and it had more research applied to it than Rust, yet it's still at a less advanced state with regards to overall design correctness

upper basin
#

Pennylane made the choice to do what they did. No matter how much budget and time you give them, it will still suck.

vocal basin
#

the implications the word carries are incorrect

#

again, bad metaphor

#

too many contradictions

upper basin
#

You can have a design that's mature but not optimal or best practice though.

#

It's half the current research. Horrible design, but optimized and refined as much as possible.

#

At that point, it's not a matter of maturity, it's just poor design from the get go. Like the project itself is bad.

#

That's how I learned the term at least. Back to the original point, I feel python needs a few years until they get nogil and the new features to a respectable level.

vocal basin
#
  1. Brought to a state of complete readiness.
  2. Profound; careful.
    (excluding medical/human-related definitions)
#

the word heavily implies positive effects that arose from time

upper basin
#

C++ has not improved in any way at all?

#

At all?

sleek otter
upper basin
vocal basin
#

it is getting worse in some aspects

sleek otter
#

Informal Name Year of Publication
C++98 1998
C++03 2003 (minor update/technical corrigendum)
C++11 2011 (a major upgrade)
C++14 2014 (a minor update)
C++17 2017
C++20 2020
C++23 2024 (technical work completed in 2023)

vocal basin
#

things like move semantics absolutely aren't a definitive improvement

upper basin
#

TLDR; we were talking about nogil, I mentioned it's a good feature that hasn't matured yet, AF mentioned the term "maturity" is not appropriate/not defined in context of tech, I was debating the difference between maturity vs good design.

vocal basin
#

within this analogy, progression of "maturity" in tech can very much happen in reverse

#

with the amount of stuff that gets accreted, the goal for "ready" moves so far away that the overall system gets less ready

upper basin
vocal basin
#

that's not a valid saying here

#

not applicable

upper basin
#

Why not?

vocal basin
#

and it's really not a matter of perspective, when very much every standard process participants' perspective on this is the same

#

C++ is not getting close to readiness

vocal basin
upper basin
vocal basin
vocal basin
#

a system can reduce its scope and move the baseline closer

vocal basin
#

@upper basin they add so much half-ready stuff that they won't be able to get it ready as a whole anywhen within the next half-century

#

unless they actually just start cutting

#

C++ needs quite a lot of breaking changes to go back on track

#

and, no, "but we want to be fully backwards-compatible" isn't an entirely meaningful argument any more

#

latest C++ standards introduced a lot of new UB, which in turn means breaking old code

upper basin
vocal basin
#

Rust used to have Semaphore in the standard library even after 1.0

#

at some point it got deprecated then removed

#

so even Rust isn't following this religiously

upper basin
vocal basin
#

that was a funny typo mixup

upper basin
#

hehe

vocal basin
#

for example, green threads

#

they got ripped out in 2015

#

and a complete, simpler redesign was introduced in 2018 with async/await instead

dry jasper
vocal basin
#

C++ can't do that as freely

#

the mechanisms for it aren't there

craggy vale
vocal basin
#

another thing that Rust has over C++ for introducing such changes:
editions

#

separate concept

#

2015 edition still doesn't recognise async/await as keywords

#

and you can compile code under 2015 edition even on the latest Rust compiler

#

it's a way to introduce breaking changes, primarily syntactic ones

#

@grave viper not yet

#

ah

#

if already installed, then, yes, delete

vocal basin
#

add -r?

#

yeah, -r

#

Christmas 2

#

@dry jasper he's omni-present all across European Christian culture seems like, very big important saint in Orthodox stuff too

#

@wise loom just termux+nvim

dry jasper
#

@vocal basin he was a real person from turkey

vocal basin
#

why is Codacy website doing this to my computer

#

@upper basin no unfiltered

wise loom
vocal basin
#

/no uncategorised

#

from what I understood

vocal basin
#

I've done Rust development through that before

#

but it's a bit weird about the ABI

#

some patches to packages required

#

ah, protection not prediction

#

branch prediction is a completely separate topic

#

@upper basin you can block merge based on CI

#

we do that at work for some stuff

#

though not exactly to block

#

there is a button to schedule merge

#

and the blocking functionality turns into "merge when CI passes"

vocal basin
#

(with reasons explained on the website)

#

React is useful to learn to understand how it works

#

the hooks are a good idea

#

you might consider Preact instead

#

it's somewhat okay too

#

with smaller bundle size

#

CSS is not that bad, actually

#

can do quite a lot of nice stuff with it

#

ugh I need to wait whole 6 more minutes for DNS to update

upper basin
#

@dry jasper I forgot to tell you this two years ago. We're nephews. Wait, no. I'm your nephew.

vocal basin
#

ssh -L is truly the highest level of friendship

vocal basin
#

... how did manage to generate a cert anyway

#

meanwhile I'm still using OpenVPN for everything

#

it might be rule-breaking (rule 5)

#

(out of scope for the server)

#

too easy to use maliciously

vocal basin
#

@wise loom 13

#

13 is the limit

#

"there is only Debian and wrong choices"

#

nearly all Kali stuff is installable everywhere else

#

Debian is Ubuntu without bloatware

#

I use openSUSE

#

iirc that one is quite separate from the rest

#

@lavish gazelle "primeagen disagrees"

#

ed

#

ed is better

#

vim only

#

vi is somewhat broken

#

there is only one correct response to seeing ed:

#

?

#

M-x ed

grand lionBOT
#

?

vocal basin
#

I use vim instead of nano just for ergonomics

#

nano feels uncomfortable for me

#

mostly because it's not modal

#

I rarely ever use neovim

#

mostly just vim

#

because that's more likely to be installed

#

@grave viper only four tabs?

#

some of my accounts use self-hosted mail

#

@grave viper watch talks and conferences, not tutorials

#

that'll really help, from my experience

#

Kevlin Henney
It is all to easy to dismiss problematic codebases on some nebulous idea of bad practice or bad programmers. Poor code, however, is rarely arbitrary and random in its structure or formulation.
Systems of code, well or poorly structured, emerge from systems of practice, whether effective or ineffective. To improve code quality, it m...

β–Ά Play video
#

tsoding?

#

Ρ†oding

#

ts not st

vocal basin
#

it's a pun on how Latin C is pronounced [ts] in Cyrillic

#

fireship is a meme channel

odd shuttle
#

hi!

#

anybody knows how to pass python voice verification?

wise cargoBOT
#
Voice verification

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

odd shuttle
# vocal basin !voice

I mean, i have been in that sever more than 3 days, I be active in voice channels more than 3 hours and still i can't pass this verification

vocal basin
#

being in the VC doesn't affect anything

odd shuttle
#

oh

#

shi

#

kinda sad

vocal basin
#

Been consistently active for 1 hour 30 minutes in text chats

odd shuttle
#

oh

#

got it

#

thx

#

but how ths counts? like first and last massage?

vocal basin
odd shuttle
#

oh

odd shuttle
vocal basin
#

@upper basin the "work enough to get residence" seems to be a 10-year permit if earning enough

#

if what I'm reading is correct

vocal basin
#

so, yeah, no permanent and not based on work time

vocal basin
upper basin
#

MM2H is expensive as shit. Some people "immigrated" like that.

vocal basin
#

both are 10 years but seemingly different things

vocal basin
#

yes

#

yet, even this still doesn't give a full permanent residence

vocal basin
#

worked 5 years (somewhere?) + has formal qualification + RM15'000+ a month for 2 years + lived for 3 years there

vocal basin
#

I don't have a degree πŸš€

#

degree is what stuff gets filtered by when there are too many applicants

vocal basin
lavish gazelle
#

πŸ™‚

vocal basin
#

This has to be the worst measurement system still in widespread use.

This video is a kind of follow up to my previous video on nuclear fracking. I've hinted at doing a rant about the awful awful units system the oil industry insists on using for a couple of years now, so here it finally is.

I suppose the only source (apart from my memory) is t...

β–Ά Play video
#

@upper basin getting an offer first sometimes is part of getting the visa

#

Russia is technically Europe too

wise loom
#

@amber raptor "aggressive accounting methods" ^^

#

are you using chinese models?

#

these tv anchors and the topics they believe are important..

vocal basin
#

well, you reposted it, seems like their topic choice procedure is working

#

@upper basin pay yourself a salary

wise loom
vocal basin
#

tax through the roof

vocal basin
#

90% of applicants quit before they get hired big

#

oh wait that was about gamblers

#

@upper basin QOBOL

#

ah, yes, Fibre's Witness

#

Jehova's Fibreoptics

#

"want to talk about lord and saviour, The SFP+?"

#

@upper basin managerial response: have you tried not putting those bugs in to begin with?

wise loom
lavish gazelle
#

nahh

#

what is it?

vocal basin
wise loom
lavish gazelle
#

hmmm

wise loom
amber raptor
vocal basin
#

@upper basin explosion

vocal basin
#

ed mentioned

#

snakes are speaking

#

@upper basin what does x mean there

#

@upper basin xkipped

upper basin
vocal basin
jaunty socket
#

That awesome @upper basin much appreciated for sharing us

upper basin
#

Can one of you ping me once the test finishes? I need to take a quick nap.

timid quartz
#

@wind raptorchris can u help me pls

gritty frost
#

I LOST THE GAME

jaunty socket
#

@somber heath are you there, do you have leisure time ?

#

@somber heath I want show you something

somber heath
#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

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

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

For long code samples, you can use our pastebin.

jaunty socket
#
# ask user for their food
food = input("what's your favorite food?")

# Remove whitespace from str and captialize user's food
food = food.strip().title()

# say awesome food to user
print(f"awesome, I don't like {food} LOL")


# which century were you born in ?
year = int(input("what year were you born? "))

# calculate century
century = (year - 1) // 100 + 1

# display century to user
print(f"that awesome, {year} this history make me disappontment  ")

#

please judge my code

#

first mistake = captlize

#

captialize

somber heath
#

Capitalise / Capitalize

#

!e py print("abc def ghi jkl".title()) print("abc def ghi jkl".upper())

wise cargoBOT
somber heath
#

"Awesome. I don't like apples."

jaunty socket
#

upper

vocal basin
#

@haughty pier

#

NixOS Cola

jaunty socket
somber heath
#

!e py print("abc deF JKL".upper())

wise cargoBOT
jaunty socket
#

classical

somber heath
#

@mint pivot πŸ‘‹

jaunty socket
#

T, D

#

left way

#

lef way

#

and she

#

if 3 > 1 print true

#

3 < 1

#

<

somber heath
#
> greater than
< less than
>= greater than or equal to
<= less than or equal to```
#

@heavy heath πŸ‘‹

paper wolf
#

it would look like this

$ ./bin/calc
>>> a = 32
>>> a
32
>>> a + 2
34
#

idealy my project would look like this this

jaunty socket
#

interactive mode

#

script mode

paper wolf
#
#include <vector>
namespace Calc {

namespace parsing {

struct Token {
    Token();
    enum TokenType {
        Atom,
        Operator,
        Eof
    };
private:
    // on future ill just store the index of the token
    TokenType _type;

    char* _val;
};

struct Expression {
    Expression();

    enum ExpressionType {
        Atom,
        Operation
    };

private:
    // optimizations would be 
    ExpressionType _type;

    // on future ill store the index of the header and length of the vector that store char
    // and remove the type identifier and just create a type method tht will return the type
    double _val;
    std::vector<Expression> operations = {};
};

}; // namespace parsing
}; // namespace Calc
jaunty socket
#

struct

#

how have you been learning python

#

@heavy heath

heavy heath
#

sorry, I

paper wolf
wise cargoBOT
#
Voice verification

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

paper wolf
#

@jaunty socket srr gtg

jaunty socket
#

@sharp raft

sharp raft
#

Django

jaunty socket
#
# ask user for their food
food = input("what's your favorite food?")

# Remove whitespace from str and captialize user's food
food = food.strip().title()

# say awesome food to user
print(f"awesome, I don't like {food} LOL")


# which century were you born in ?
year = int(input("what year were you born? "))

# calculate century
century = (year - 1) // 100 + 1

# display century to user
print(f"that awesome, {year} this history make me disappontment  ")```
paper wolf
#

makes me dissapointed

sharp raft
paper wolf
#

!doc zip

wise cargoBOT
#
zip

zip(*iterables, strict=False)```
Iterate over several iterables in parallel, producing tuples with an item from each one.

Example...
somber heath
#

@hardy crystal πŸ‘‹

paper wolf
sharp raft
somber heath
#

Official 4K Video for β€œFoil” by β€œWeird Al" Yankovic

Listen to β€œWeird Al" Yankovic : https://weirdalyankovic.lnk.to/listenYD
Subscribe to the official β€œWeird Al" Yankovic YouTube channel: https://weirdalyankovic.lnk.to/subscribeYD
Watch more β€œβ€œWeird Al" Yankovic videos: https://weirdalyankovic.lnk.to/listenYC

Follow β€œWeir...

β–Ά Play video
paper wolf
#

its def wierd

paper wolf
#

good thing they didnt add the mystery of frequency

jaunty socket
#

Singular vs plural. distinction

curly brace / curly braces
square bracket / square brackets
parenthesis / parentheses

paper wolf
#

thats actually a english stuff not programming

somber heath
#

So?

#

@modern rampart πŸ‘‹

modern rampart
#

Hello

somber heath
#

@lavish grail πŸ‘‹

lavish grail
#

sup

jaunty socket
#

Singular vs plural. distinction

curly brace / curly braces
square bracket / square brackets
parenthesis / parentheses

somber heath
#

plu-rl

paper wolf
#

purar lol

jaunty socket
#

regert

#

regret

#

I regret inform you

paper wolf
#
jaunty socket
#

I regret didn't learn before now

paper wolf
#

before now

somber heath
#

I regret not having learned Python before now.

#

I regret not learning Python before now.

paper wolf
#

i python now

#

lol

somber heath
#

I regret my decisions.

paper wolf
#

regret not before now

jaunty socket
#

coder

#

coding

paper wolf
#

coding != programming

jaunty socket
#

me oppsete

paper wolf
#

opposite

jaunty socket
#

opposite

paper wolf
#

primate

paper wolf
#

@somber heath start the no freewill argument lol

#

eating time

#

@jaunty socket no one is angry

#

we are on server meant for learning, we should be open minded

somber heath
#

@atomic pendant πŸ‘‹

atomic pendant
#

hello

jaunty socket
#

banana and rice

somber heath
#

furikake

atomic pendant
#

i'm don't speak

#

:/

somber heath
wise cargoBOT
#
Voice verification

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

atomic pendant
#

!voice

jaunty socket
atomic pendant
#

okay

#

I don't understand well english

jaunty socket
atomic pendant
#

yeap yeap

#

i sure

#

bye bye

jaunty socket
#

I'm curious to try it

somber heath
#

Seasoning mix
(Ajiyose)
"Nichifuri"

paper wolf
#

am back

paper wolf
#
jaunty socket
#

bone broth

#

soap

#

pumpkin

paper wolf
#

soup

jaunty socket
#

soup

somber heath
#

🧼 Soap
πŸ₯£ Soup

paper wolf
#

🧼 in bone broth :D

jaunty socket
#

absorption

somber heath
#

HMAS Tobruk (L 50) was a Landing Ship Heavy (LSH) of the Royal Australian Navy (RAN), based on the design of the Round Table-class of the British Royal Fleet Auxiliary. Planning for the ship began in the 1970s to provide the Australian Army with a permanent sealift capability. She was laid down by Carrington Slipways in 1979, launched in 1980, a...

#

I don't want to eat a roomba.

paper wolf
#

@stable creek boil an egg?

somber heath
#

Hardboiling an egg.
Softboiling an egg.

jaunty socket
#

boil

somber heath
#

Boiling an egg.

paper wolf
#

oh boling....

somber heath
#

Frying an egg.
Sunny side up.
Sunny side down.

#

Scrambling an egg.

paper wolf
somber heath
#

I will scramble some eggs

#

I will scramble an egg.

#

I am scrambling some eggs.

#

I scrambled some eggs.

paper wolf
#

not scrampling

somber heath
#

Scram bull.

#

B

#

When is the last time you made scrambled eggs?

paper wolf
#

scram bull eggs

somber heath
#

To scramble eggs.

#

They are scrambled eggs.

#

This is scrambled eggs.

paper wolf
#

ScramBull

#

@jaunty socket thisthis

somber heath
#

scram Bl

#

Scram bull, not scram pull.

#

bool

paper wolf
#

ScramBull egg

somber heath
#

boolean

paper wolf
#

poolian

somber heath
#

The bull fell in the pool.

paper wolf
#

@jaunty socket you saying poolian not boolean

jaunty socket
#

methods

somber heath
#

@cosmic rain πŸ‘‹

#

@static zephyr πŸ‘‹

static zephyr
#

fff

#

how to verifyu?

paper wolf
#

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

static zephyr
#

hii

#

@somber heath

#

i need sm1

#

to watch my discord bot

#

adn fix it

#

ill pay

#

is this possible?

somber heath
#

!rule 9

wise cargoBOT
#

9. Do not offer or ask for paid work of any kind.

somber heath
jaunty socket
#

dried parsley

paper wolf
#

pars-lee

somber heath
#

par slee

#

@dull lance πŸ‘‹

#

!e py a, b, c = [1, 2, 3] print(a) print(b) print(c)

wise cargoBOT
paper wolf
#

*unpacking

somber heath
#

!e py a, b, c = 1, 2, 3 print(a) print(b) print(c)

wise cargoBOT
somber heath
#

!e py a = 1, 2, 3 print(a) print(type(a))

wise cargoBOT
dull lance
paper wolf
#

tuple is just a unresizable, unchangeable lists

jaunty socket
fading eagle
#

Is this a class?????

jaunty socket
somber heath
#

It can be!

fading eagle
#

int(

#

for integer

jaunty socket
atomic pendant
#

с++,

#

с++?

somber heath
#

I am not a doctor.

jaunty socket
atomic pendant
#

okay

modest shale
#

yo

somber heath
#

All objects are a data structure with attached functionality for interacting safely with that data.py my_list = [] my_list.append(123) # hey, list instance, using your list.append functionality, add 123 to your data

text = "AbC"
print(text.upper())  # Hey, str.upper, give me an uppercased version of this string. Look at its data and give me a new string.```
paper wolf
#
// type  variable name     value
int      data            = 3;
somber heath
#

Every object is of a type, a class, which governs the creation, data structure and attached functionality of objects of its type. A class can be thought of as a factory or blueprint.

paper wolf
#

on python

# variable name    type     value
data             : int    = 3
somber heath
#

!e ```py
class MyClass:
pass

foo = MyClass()
bar = MyClass()

print(MyClass)
print(foo)
print(bar)```

wise cargoBOT
paper wolf
#

on int type if you do data + other_data that will happen is you will make the data other_data larger

on string if you do data + other_data it will put other_data next to the data

somber heath
#

This shows three objects, the class and two instances.

#

foo and bar are both objects of type MyClass

jaunty socket
#

strightforward

somber heath
#

Straightforward.

paper wolf
#

learning english while learning programming nice move

somber heath
#

!e ```py
class MyClass:
def foo(self):
print("Hello, world.")

bar = MyClass()
bar.foo()```

wise cargoBOT
dry marlin
#

Wait why I can’t talk?

paper wolf
#

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

dry marlin
#

Be one there for 1 hr 30 consecutively

somber heath
#

Not voice.

dry marlin
#

Ya I will just keep it then

#

Open

#

Me I just came back form building my robot for VEX with my team

somber heath
#

The 1hr 30min thing isn't about time on voice.

dry marlin
#

You you can search up VEX it’s very cool

#

And go to images

paper wolf
#

opal mist was here more than 12 hour a day

dry marlin
#

….

somber heath
paper wolf
#

you can def get verified just on one sitting

dry marlin
#

Well kinda

somber heath
dry marlin
#

The hardware part of it is kind of annoying

#

But I don’t do coding

paper wolf
#

def you

dry marlin
#

My friend does

#

This is some of the stuff we build then it turns into a whole bot

somber heath
#

Multidirectional rollerblades.

dry marlin
#

No no not Lego way more complicated

dry marlin
#

We CAD it

#

Then build

#

This was our old one

#

It’s a small field so Omni is for drift

#

VEX is a organization

#

Search it up

paper wolf
#
dry marlin
#

Ya this

#

We do VEX V5 that’s the high school one

#

Search up VEX push back

#

Search up VEX example match so first there is a 15 second automatic period where you do your code and then do 2 minutes of driver

#

Lemlib phthon block

#

You can use a lot of lang

#

Lemlib, python, block coding

#

Many languages

#

Ya forgot to put commas

#

Here

#

Watch this it is a example match

#

We use a brain and it connects using plugs

#

To motors, pneumatic

#

lol not really

paper wolf
#

teaching kids how to replace human with machine

dry marlin
#

No no

jaunty socket
#

innovation

dry marlin
#

It’s not like that

paper wolf
#

lol

dry marlin
#

Wait 4-5 min I will be back

#

I need charger

paper wolf
#
dry marlin
#

Did they leave

#

Ok buttery

#

Bye

gritty frost
#

CRAZY!

#

I DO VEX V5

#

okay loveya goodnight

somber heath
#

@heavy citrus πŸ‘‹

heavy citrus
#

wait

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.

heavy citrus
#

wow 😍

somber heath
#

@frigid willow πŸ‘‹

cosmic rain
#

hello

heavy citrus
#

yeah imma head out because i can't speak

dry jasper
somber heath
#

@amber solar πŸ‘‹

#

@still onyx πŸ‘‹

tight jungle
vocal basin
#

@somber heath tax avoidance forum

#

they once invited a historian, he said rich people should pay taxes, they really didn't like it

#

just send them to mars

#

in a mars climate orbiter way

#

(mars climate orbiter did not, in fact, orbit)

#

thielocracy

#

@peak depot F✝️x News

#

@dry jasper at some point you really should learn that "both sides are bad" is an idiotic infantile response in >99% cases

dry jasper
#

no

vocal basin
#

grow up

dry jasper
#

bashing one side is just brain dead

vocal basin
#

are you fucking deaf and blind?

dry jasper
#

nope are you?

vocal basin
#

the discussion was literally about how the fucking fox news are excusing child abuse

dry jasper
#

also

vocal basin
#

the main stream media, public leaders of the right wing in the US

dry jasper
#

and maga

#

and there it became one sided political bashing

vocal basin
#

because that side is actual shit

#

open your goddamn eyes

dry jasper
#

both are

#

grow up

vocal basin
dry jasper
#

nope

vocal basin
#

I retract my previous statement on calling you "not a nazi, just dumb", you actually are both

dry jasper
#

if you cant handle a "both sides are bad" than your way to deep into politics

vocal basin
#

also known as educated (unlike you)

dry jasper
#

yes opinions and beeing political deeply into one side means your super educated........

#

and stop calling me a nazi

#

wtf are you than?

vocal basin
#

unlike nazis, a human

dry jasper
#

tell that your leaders

#

and all of them who follow them

vocal basin
#

all who opposed nazis have been incarcerated or killed

#

πŸš€

dry jasper
#

sure buddy

#

same as in germany

#

all got jailed and denazified

#

crazy how you attack me for having a different opinion (both sides are wrong)

vocal basin
#

AfD is still existent, unfortunately

dry jasper
#

just like novo russia and russian nazis supported by kremlin

vocal basin
#

if they go back to their economic origins, maybe their existence can be excused

vocal basin
#

@dry jasper fuck off, go away

#

we don't want you with us in the VC, stay in the other chat

#

or just don't join

dry jasper
#

alright stay in your echo chambers

vocal basin
#

like actually crossing into open harassment

dry jasper
#

its a public server

peak depot
#

I am a survivor of the said topic - I really don't wan't to hear "well it's done on both sides" when the values are clear on the other

vocal basin
#

<@&831776746206265384> Animmo keeps following us and harassing with bullshit arguments

dry jasper
#

makes sense....

peak depot
#

the OG discussion was: who are the ones saying "it's ok" very very publicly

dry jasper
#

yes and you mentioned that the maga ppl are saying it and fox

vocal basin
dry jasper
#

yes i joined the VC becouse its a public server

#

if you dont want me to join than go to a private server

#

also who is calling who "dumb", "nazi" etc?

vocal basin
#

lmao another nazi in VC1

peak depot
#

and I was talking about very public venues where this was done. If you come on claiming "the others do it too" then where are they do it too? What news channel? What influercer?

dry jasper
vocal basin
#

(previous nickname)

#

@somber heath I completely and openly stand by every single thing said there, so not worried about that

primal shadow
#

Aww, I missed out on the anti-nazi chat?

upbeat oasis
#

And how am i a nazi?

dry jasper
#

no just the "you cant say both sides are bad so you must be a nazi"

#

<@&831776746206265384> pls do something about the abusive behavior or AF, calling everyone a "nazi", "dumb" etc etc

primal shadow
#

"everyone" is a strong word

#

I was not claled a "nazI" or "dumb" or etc etc

dry jasper
#

yes some person did not

#

but thats not the problem

#

the problem is that some ppl get called for no reason

primal shadow
#

Check a history book

vocal basin
#

"no reason"

dry jasper
#

just getting labeld as something you are not is kind harsh

primal shadow
#

You don't want me to bash the nazi side?

dry jasper
#

no

somber heath
#

Let me do a pretend mod thing. Up to everyone as to if they abide by it or not.

vocal basin
#

@peak depot anyway, I have acquired more cat memes, time to pipe that into the DMs

somber heath
#

!shhhhhh

dry jasper
#

the topic was that maga and fox news how they are saying that the age of consent can be lower and how that is pdf like

#

i said both parties are doing it and they are both shit

#

well and i got called nazi etc etc for saying "both sides are shit"

primal shadow
#

Maybe because one side is modern day nazis

#

and the other side is trying to stop the modern day nazis

#

and you're doing the whole "both sides are shit" aka "both sides are the same"

#

When clearly, they are not.

#

Literally one side is limiting criminal investigations to the other sied

vocal basin
#

@peak depot it's going to go the same way it went previously:
they provide a source, it provides the opposite point

primal shadow
#

NEVER seen a democrat announce they will only investigate republicans

#

It's literally wehat the republicans have been crying about for decades without evidence

#

what they are now announcing they are doing

vocal basin
candid spire
#

Hi

primal shadow
#

howdy πŸ™‚

vocal basin
#

@peak depot yes, that's the disgusting inhuman part of it

candid spire
#

Milien is fluent in english, finnish are smart.

#

I struggle with english, I grew up learning english from age 1

primal shadow
primal shadow
#

Looks like it's mostly one side that doesn't want to protect children

#

I've lived here all my life

#

πŸ™‚

#

Where do you get your info about America from

#

I have paid a LOT of attention over the decades to American politics, state politics, random local politics

#

Is that how you spend your time? wasting it on this depressing shit"?

#

I live here, so I do

dry jasper
#

If you think that i am wrong that you should have a normal Civil conversation about it

#

Without calling names

primal shadow
#

I didn't call any names

#

I just call out bullshit 🀷

vocal basin
candid spire
#

Life has no meaning, meanwhile other part of brain you should enter VC and talk πŸ™ƒ

primal shadow
#

https://www.dailykos.com/stories/2025/8/21/2339592/-Republican-Sexual-Predators-Abusers-and-Enablers-Pt-5 Looks like a very republican problem, you'll find some vile people on the left, but you'll find em in abundance on the right

Daily Kos

This is the 57th installment in the list of Republican sexual predators, abusers, and enablers who contribute to rape culture. These are people who abused their power or defended the abuse of power. These are not folks caught in consensual scandals...

vocal basin
#

@somber heath nope, following people around is very much harassment

#

that is very much not okay

candid spire
#

I guess behind the screen these republican and democrats are Friends.

vocal basin
primal shadow
#

I'm not gonna say every elected Democrat is good, but I will say every elected Republican is bad (at least federally).

candid spire
#

I think politics is like gamble it gives a hope to voter and regret.
Cycle of elect and regret, what do you think?

primal shadow
#

Nah, it's a cycle of elect and forget

#

Trump 1 was a shitshow

#

but here we are, Trump 2

#

shittier show

vocal basin
#

@peak depot yep, that just crossed the line this time

dry jasper
primal shadow
#

The Republicans lie and scream, people eventually break down and listen to the criminals

#

That seems to be the cycle

#

They never do anything good for America

#

For the last... 40+ yearws

vocal basin
primal shadow
#

Republican elected, trash teh economy

#

DEmocrat elected, fix the economy

candid spire
#

Remember those day when republican were democrat and democrat were republican?

primal shadow
#

this is history

#

Republicans just want people to hurt

#

That's all their policies are these days

#

hate

#

they have no real policy other than hurt others

vocal basin
#

@somber heath will be illegal eventually too

#

like in Russia

vocal basin
peak siren
candid spire
#

Politics is endless topic

#

it wil never end

candid spire
#

Btw how was your day?

primal shadow
#

So can we all stay in our channels?

#

πŸ™‚

#

and keep the peace

#

that we've divided ourselves into

#

No need to toss jabs across channels

candid spire
#

Gratitude, I like it!!

dry jasper
#

There are no divisions

candid spire
#

Birth stone?

#

My birth stone must be rock

#

poor me

primal shadow
vocal basin
#

@peak depot for a moment I thought it was, like, an opposite of tombstone
rock getting planted on birth instead of death

primal shadow
#

Just capitalism

#

buy this shiny rock because you were born in May!~

#

You're a June baby, you need THIS rock!

#

NEEEEEEED

candid spire
primal shadow
#

I'd think Diamonds would be on more of em

#

Probably jewelry stores got together

#

Liek the old got milk ads we had, IDK if you did

#

but it was like the milk farmers got together

#

and ran national ads

candid spire
#

why can't they have rock as birth stone?

#

Lovely rock

vocal basin
#

@peak depot famous movie "Linear algebra, first semester, lecture 7"

#

I don't actually remember if you take linalg or not

candid spire
#

If I would have invested a thousand dollar in Nvidia in 2017 I would be millionaire by now

#

biggest regret of my life

#

without ego capitalism would fail!

vocal basin
#

@somber heath "solution": install it from Chinese apk sources

candid spire
vocal basin
#

@somber heath even got the annunciation details right

vocal basin
#

and Milien can provide the cat part of the combined Louis Rossman image

candid spire
#

OpalMist do you noise in you head talking to you?

#

I do have noise in my head talking to me most of time

#

it is normal?

vocal basin
#

@somber heath that happened often enough to me to be a concern but rare enough not to qualify for stuff

vocal basin
#

(only audio, no visual)

candid spire
#

Glad to know, I'm not alone

vocal basin
#

it's recurring enough that I don't remember all instances

candid spire
#

Voice in head is normal?

vocal basin
#

"hasn't flu been dead for a century?"

candid spire
#

Damn

primal shadow
#

I had the flu when I was a kid

#

no way it can be relevant today

#

same with the common cold

#

how can anyone still be bothered by it

#

just like war, it's been around so long ,why does anyone still mind?

vocal basin
candid spire
#

More disease result in more likely hood of stunt in growth in children

#

brb

woeful blaze
#

Morning

vocal basin
primal shadow
#

You missed the sarcasm

#

You don't think I'm actually OK with endless war do you>?

primal shadow
#

The point is COVID is still dangerous

#

even though it's been 6 years

#

I was using the flu to show how that's possible

vocal basin
peak siren
vocal basin
#

@somber heath iirc SARS1 was early 2000s

#

very highly fatal, so didn't spread as much

#

@somber heath in other news,

#

@primal shadow bureaucracy complications

somber heath
candid spire
#

Hi

vocal basin
#

encatment

#

it means cat

#

based on how success is defined

#

only partially

#

if you can somehow combine humility and daring

#

run into problems that put you down and force humility upon you, there's quite a lot of them out there

#

@primal shadow first step is realising it's a problem, in a way

cinder vale
vocal basin
#

I did not get in trouble at work once for any sort of serious lack of knowledge, but I had to correct and educate others, including higher ups, from the very beginning all the way through now

#

if you want Enterprise-y encouragement do sometimes be less quiet: "disagree and commit"

#

-- AWS and people who realised this part of their "principles" is somewhat okay

#

@cinder vale that is more like corporate politics not humility

#

"politeness"

#

humility is primarily about inner thoughts

cinder vale
#

becaue I take humble actions in life

vocal basin
#

humility is in the reasoning that leads to those actions

peak depot
#

my horsie

cinder vale
#

the only reason I take humble actions is because I have realised that they make me able to achieve the goals

vocal basin
#

actions themselves can't really be humble individually

vocal basin
cinder vale
#

or polite

vocal basin
#

@peak depot while it's a pun, the game's name is just an English word, derived from satisfy

#

(etymology might help understand phonetics I guess)

cinder vale
#

should my name become politegod instead?

vocal basin
#

I can't actually find another word that went through the exact same morphologic construction

#

there are many words with -tory, but most of them take t from -te of a verb

cinder vale
#

If I take polite, actions based on the long term,

#

I think the overgroup is the word humble

#

what do you think?

vocal basin
#

"humility is not thinking less of yourself, humility is thinking of yourself less"

#

(`thinking you are inferior' vs `thinking of yourself less frequently')

#

this is not entirely true, but it's a useful saying

vocal basin
cinder vale
#

I portray myself as a modest estimate of my value or importance at my work

vocal basin
#

don't portray, be

cinder vale
#

therefore the name is also god

#

my actions are humble because I have seen the effect of being humble

vocal basin
#

if you need to pretend/portray because of the company having dysfunctional processes and practices, that is a separate issue

vocal basin
cinder vale
#

Well I feel like even though my name is not making sense its still functional in the coorporate world

vocal basin
#

putting more focus on others agreeing with you, coming up with same ideas as you -- that might be useful to level with the rest

#

@peak depot 18

#

@peak depot I can just link to my messages

#

that's all the explaining

vocal basin
#

especially if you end up being given any sort of power

#

@peak depot Russia only dropped to just below -40 degrees so far

#

but that's not in the North somehow

#

in the East

#

iirc we usually get lowest temp a bit more westward

#

ah, no, nvm, I misremembered, it's all there

#

okay I guess just applying the simple climatic rules just works then

#

invest
"oh no, even maps now have financial ads"

vocal basin
#

more cats

#

No published scientific studies are known to have been conducted on the efficacy of these soaps, about which serious doubts have been raised.
pithink

wise loom
#

AI is replacing Senior Engineers in 10y. Another prediction from a random person on Linkedin .

#

Ready to future-proof your love life? Connect with me for the detailed plan

#

I thought this was about Software Engineering..

vocal basin
ebon bridge
#

hello

vocal basin
#

as opposed to UnjustPurse

somber heath
#

Mere container.

mighty linden
#

Hello everyone!

#

I had my exams so I didnt join....

ebon bridge
#

@somber heath can I get some help with using buttons in tkinter? I'm trying to make a calculator for my ap class and I don't like how they're in the top left corner and small.

#

dman

#

damn*

vocal basin
#

something something .pack

ebon bridge
#

its just small

vocal basin
#

I've given up on all desktop/mobile UI, only doing Web for UI now

ebon bridge
#

I made a help post with the paste bin for both of the files.

#

lmao yeah

#

here's what it looks like

#

atleast it works!

#

I saw something about scaling

#

my buttons file is really large

#

its like 2kb

#

well it way larger than the actual file where everything runs

vocal basin
#

!code

wise cargoBOT
#
Formatting code on Discord

Here's how to format Python code on Discord:

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

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

For long code samples, you can use our pastebin.

somber heath
#

@chilly tundra πŸ‘‹

vocal basin
#

you can cheat and insert an invisible button to the left of 0

ebon bridge
vocal basin
#

@somber heath that's too proper

#

not hacky enough

chilly tundra
ebon bridge
#

hey this is due in a few weeks so I have time

#

I started this last night and we don't work on it till tmr

chilly tundra
ebon bridge
#

lmaoooo

vocal basin
#

1 hour
(negative 1)

ebon bridge
#

this is supposed to be like my first major project

#

lmao

chilly tundra
ebon bridge
#

i've done some basic coding in my class but we're starting with our create task early

ebon bridge
#

I started it on the school computer lmao

#

do yall think there's a better way to do my buttons? Rn i just copy paste each one and change the values to the ones I want

#

also i don't have the actual calculator function working yet, just the ui.

iron geyser
#

@wise loom

quartz beacon
# dry jasper sure buddy

You're deeply uneducated to be arguing about someone's country with a person from that country

#

Like, even if Alisa lives under the fucking rock from which she peeps once every 10 years she'd still know more about the state of her country than you

ebon bridge
#

hello @shrewd warren

#

I don't

#

@somber heath I manged to get the frame to work

#

its 2d

shrewd warren
primal shadow
#

πŸ”₯

somber heath
#

@cloud holly πŸ‘‹

cloud holly
#

ya hello

#

not really possible for me to join vc now

#

maybe later

#

@somber heath