#voice-chat-text-0

1 messages Β· Page 370 of 1

short owl
#

did you decide to specialize in GODOT rather than Pygame ? @rugged root

rugged root
#

Specialize is a stretch

#

I haven't touched any game projects in years

#

But I will say GODOT is one of my preferred for sure

short owl
#

rotate sine waves , its fun ..... for 20 seconds , next

#

first goal is a designated workspace @steep vortex

upper basin
#

I suddenly have the urge to make a bot called R39 and call him Reggie.

cosmic chasm
#

Mr. hemlock would it be possible for u to unmute me?

upper basin
#

brb

rugged root
#

I try not to make exceptions for the voice gate, sorry

cosmic chasm
#

aww man

#

@cosmic chasm

#

fine

#

why is voice gating here?

short owl
#

talkin is overated anyways

cosmic chasm
#

fair i do like to talk alot tho

#

yeah im in the beginning of my first day does it go like 24 24 24 or ? 12,12,12

#

damn

short owl
#

I wonder if W11 will magically activate a old 32 bit Epson scanner

gentle flint
short owl
#

it worked great in W2000 then decided , driver liscencing horse shit , EPSON scanner

cosmic chasm
#

mr hemlock... the so called godot discord server isn't seeming to be that active do you have another i could try?

gentle flint
short owl
#

nice

#

now add some tiny spoons

rugged root
#

But the only one I knew to look for was the Godot server itself

stark river
#

!e

import asyncio

async def async_func():
    print("asyncFunc() starts")
    return "abc"
async def runner():
    x = await async_func()
    print(f"Resolved: {x}")
asyncio.run(runner())
print("Task ends")
wise cargoBOT
short owl
#

The Church of The Sub Genius , is always looking for new followers , must be full of slack and lazyness

#

I heard BOB

#

its radio comedy show from USA

rugged root
short owl
#

its for sooper fast typing OR just being a provocative contrarian ??? @rugged root

vocal basin
#

doing 12:00~19:00 office hours two days in a row

#

it's quite rare I ever go to the office, especially for >4 hours

short owl
#

remote worker @vocal basin

stark river
short owl
#

mmm , keyboard + mouse switchers to run multiple systems

gentle flint
short owl
#

I need one of doze

#

pestle is the bonk bonk , mortar is the hat

stark river
#

i used to have several of these

#

broke quite a few in my childhood

gentle flint
cosmic chasm
#

what do you work as hemlock

#

where u from?

#

do you have a high hat @rugged root

#

what about that robin hood hat

short owl
#

high hat punny

rugged root
cosmic chasm
#

the ireland

short owl
#

must include feather

cosmic chasm
#

yeah

gentle flint
#

A bycocket or bycoket is a style of hat that was fashionable for both men and women in Western Europe from the 13th to the 16th century. It has a wide brim that is turned up in the back and pointed in the front like a bird's beak. In French, it is called a chapeau Γ  bec due to this resemblance.
The hat was originally worn by nobles and royalty, ...

short owl
#

use a pheasants feather more cool

cosmic chasm
#

i'd like paint to it then i could make camoflauge to when my dad comes with the belt

#

do you know the game cuphead hemlock

rugged root
cosmic chasm
#

i have s'ed the game ike 2 times now

short owl
#

I heard Cuphead is a great game , there is a cartoon series for it

cosmic chasm
#

yeah but the cartoon isn't really much about the game

short owl
#

ya there is episodes

cosmic chasm
#

i don't know like i've heard that unreal engine was like kinda hard to use but im at the same time sick of this godot shi$

#

its oklay

#

but very kid freindly

short owl
#

Cuphead on Netflix

#

β˜… support your favourite samurai for Boom Festival 2023 β˜…
paypal link Click Here https://www.paypal.me/ElectricSamurai
25 euro/25 dollar for the December 2022 and all of my 2023 mixes

β˜… Electric Samurai T-shirtsβ˜…
https://electric-samurai.creator-spring.com/

WARNING: this video contains flashing lights which may not be suitable for photosen...

β–Ά Play video
#

first exposure to Cuphead

stark river
#

ponzi scheme

soft dawn
short owl
#

wow that channel has tons of good stuff

#

you can design a CPU with a FPGA

#

math is very necessary for advanced coding

nimble kernel
#

Can someone confirm the answer to this one?

wind raptor
#

!resources

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.

whole bear
#

Thanks for the help guys! Sorry if I interrupted ur convo!!!

stark river
#

i can volunteer to teach basics of python. but the course and the project you will have to do yourself. and i would recommend doing a project that is easy

#

where you dont get bogged down in framework specific things

whole bear
stark river
#

one of the advantages here is that they have an online "workbook" where you write code and they have a debugger with visualizations that help you understand the flow of data

vocal basin
#

!tutorial

#

where

stark river
#

the interactive workbook also MCQs and code bits so they really strengthen the basics

vocal basin
#

there is bigint in js

#

oh, MDN finally has ads

#

ig Mozilla not dying of no money for a while longer

vocal basin
faint raven
#

!paste

wise cargoBOT
#
Pasting large amounts of code

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

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

vocal basin
#

pep8 says how to do it rather than "do it"

#

@rugged root "say that to mongo"

#

"""portable"""

#

well, at least Docker makes it more portable than it could've been otherwise

#

@neon shore
Docker can be viewed as a more optimal VM mechanism for running trusted code;
you get separate operating systems (like VMs) sharing a single kernel (unlike VMs)

#

unfortunately Docker isn't yet at the point of "you can use it out of the box to run untrusted code", there are a lot of nuances still

#

(as in default docker, default runtime -- stuff you get by installing whatever docs say)

#

there are alternative implementations of docker host interface that provide actual isolation

#

one of those was Triton

#

idk where it's at now

#

@neon shore can you send the error in text?

neon shore
#

for some reason

#

it fixed itself apparently haha

vocal basin
#

win+x is faster a bit

#

search is somewhat slow

#

like a few tens~hundreds milliseconds slower

#

@neon shore you need to install the compose plugin separately

#

although

#

I thought that's packaged with Docker Desktop

neon shore
vocal basin
#

compose has a somewhat complicated history

neon shore
#

so what does it add?

neon shore
vocal basin
#

docker compose allows declaratively configuring multiple docker containers in a single file

#

connecting them, setting their settings, etc.

somber heath
#
This is <b>bold</b> text.```turns into
This is **bold** text.
#

In html.

vocal basin
#

SGML > HTML

#

maybe even objectively

#

(as a superset)

gentle flint
gentle flint
vocal basin
#

typo

vocal basin
gentle flint
#

ah

#

i was wondering hoe you were going to expand that

vocal basin
#

from what I remember SGML is a bit overly generic (see the name)

#

XML and HTML refined it in somewhat different ways

#

@somber heath US will do 25x faster

#

@somber heath

#

was just looking that up

#

NZ is on the edge

#

in Perun's totally imaginary not related to reality world, Kiwiland is quite a bit closer to Emutopia than NZ is to AU

whole bear
#

Naturalization of citizenship by birth is illegal in my country due to insurgency and mass migration from neighbouring country

amber raptor
cosmic mesa
#

Requirements for Voice

  • 50 non-deleted messages in channels other than the bot command channels
    ?? Is this for real?
rugged root
#

It is, yes

cosmic mesa
#

Sad πŸ™ƒ

amber raptor
#

You think the bot lies?

whole bear
#

@rugged root Why you arguing with a guy about atheist , when he doesn't consider them human?

amber raptor
cosmic mesa
#

@rugged root Okay, yeah, I was about to say one thing – no you're not oversharing and what you say is concise, helpful, and meaningful, unlike @neon shore

whole bear
#

I always wondered : Why atheist are well off and religious people are deprived in some form that they need a hope and they find hope in religion.(it's not applicable for all)

cosmic mesa
#

Python 🚫 Religious Talk βœ…οΈ

amber raptor
#

print('Hello World') Wow, stimulating

whole bear
#

Reliogion is private matter let's not judge a private individual

amber raptor
#

@rugged root

cosmic mesa
#

We have more than python not this religious thing which is dragging people behind,Divide and not helping to evolve...

whole bear
#

I do use windows 11 home edition

cosmic mesa
#

Linux user here

whole bear
#

It screams in blue screen

#

LOL

cosmic mesa
#

Hehe use crowdstrike

#

EOL

whole bear
#

You can get the same battery life during sleep in windows, just enable Standby 3 which your computer most likely not have

cosmic mesa
#

But we can't deny windows is user friendly?

rugged root
#

@somber heath Religion talk is all done

#

We're talking about another holy war: Operating Systems

cosmic mesa
#

Is it easy to play games in MAC?

cosmic mesa
rugged root
#

The other holy war is ides and editors

vocal basin
#

' vs "

stark river
#

my browser is holier than your browser

rugged root
#

' for internal strings, " for anything the end user sees

whole bear
vocal basin
#

OpenIndiana supports only nvidia gpus

#

somehow

#

Solaris

#

it's an OS

cosmic mesa
#

Opensource

#

Yeaa thats correct its rhel

rugged root
cosmic mesa
#

Where did you learn java? School? Private institute?

vocal basin
#
SunOS
\> Solaris (Sun)
 \> OpenSolaris
  \> OpenSolaris (Sun) -> Solaris (Oracle)
   \> illumos
    |-> OpenIndiana
    |-> SmartOS (Joyent)
    \-> Helios (Joyent refugees)
#

OpenSolaris being there twice for reasons

vocal basin
#

but now most links are broken

rugged root
cosmic mesa
#

Lol

cosmic mesa
#

Chrome vs safar? Firefox?

#

Lag?

#

Firefox feel more laggy?

#

I prefer brave

#

No ads issue

vocal basin
#

crypto miner browser

lavish rover
#

brave? is there any actual reports on that or Big Chrome Propaganda

vocal basin
#

it's been coming from Brave community itself as a suggestion

#

and they do have a cryptocurrency thing

#

web standards are giant

#

so even reading those takes quite a while

cosmic mesa
amber raptor
#

OpalMist is why we can't have nice things

cosmic mesa
#

πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚

somber heath
#

Uwu.

whole bear
#

I use light mode

gentle flint
amber raptor
#

Glad my comment was kept

somber heath
#

@deep perchπŸ‘‹

#

@woeful salmonAre you asking about Belgium Lilly?

whole bear
#

.

whole bear
#

Hello

#

I wish I can speak in VC 😒

#

Why python is super slow

#

Just ran a program in both java and python and it took 117 sec in python and around 440 ms in Java

#

Same Program using basic loop

#

Ohkay

plush ether
#

@somber heath hello

spare lily
#

hello guys

lusty dove
#

hi

mystic river
#

@terse rose

terse rose
somber heath
#

@silver stratus πŸ‘‹

#

Emo shun Al dam age.

whole bear
#

You guys know about GSoC?

somber heath
#

@dapper ice πŸ‘‹

stuck furnace
#

Hello πŸ‘‹

#

ic

quartz beacon
#

i c le xi

stuck furnace
#

Alex is a.. yeah

somber heath
#

@whole bear πŸ‘‹

stuck furnace
#

Oh yeah, I think in eastern europe they say Xander?

somber heath
#

@short ivy πŸ‘‹

#

You joined the voice chat without voice permissions. I waved to highlight the associated text channel in the event you were unaware and cared to participate in the conversation.

#

@boreal quest πŸ‘‹

boreal quest
#

is it possibly to be enabled in vc rn? im literally studyng python

#

xd

boreal quest
#

well, its fine

lime fractal
#

???

#

Why system take 52%

#

Its like 2 ghz

forest zodiac
gilded rivet
#

Took this photo yesterday

rugged root
#

@steep plover Yo

#

@jaunty knoll Also yo

jaunty knoll
rugged root
#

How goes it

peak depot
gentle flint
#

Watercolors, by Dave Koz and Cory Wong

forest zodiac
rugged root
#

@lusty dove Yo

lusty dove
#

hi

#

what are you guys doing today?

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.

still herald
#

An online retailer sells two products: widgets and gizmos. Each widget weighs 75
grams. Each gizmo weighs 112 grams. Write a program that reads the number of
widgets and the number of gizmos from the user. Then your program should compute
and display the total weight of the parts.

widget = int(input("how many widget you have: "))
gizmo = int(input("how many gizmo you have: "))
total_weight = ((widget * 75) + (gizmo * 112))

print("total weight of the parts in grams", total_weight)
lavish rover
#

looks reasonable

still herald
#

thanks means alot

gilded rivet
rugged root
#

https://en.wikipedia.org/wiki/The_Learning_Company# Back during the glory days of edutainment games

The Learning Company (TLC) was an educational software company founded in 1980 in Palo Alto, California and headquartered in Fremont, California. The company produced a grade-based line of learning software, edutainment games, and productivity tools. Its titles included the flagship series Reader Rabbit, for preschoolers through second graders, ...

#

You just don't see them anymore

#

Not like those anyway

#

OH

#

And the Dr. Brain series

#

In February 2024, a malicious backdoor was introduced to the Linux build of the xz utility within the liblzma library in versions 5.6.0 and 5.6.1 by an account using the name "Jia Tan". The backdoor gives an attacker who possesses a specific Ed448 private key remote code execution capabilities on the affected Linux system. The issue has been giv...

#

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

stuck furnace
#

Yo

#

Erm, not bad

#

How're you?

#

I don't think I've ever blocked anyone

#

Oh actually I blocked some bot accounts once

#

It never bothered me, but I always wondered what was up with that

rugged root
#

@shrewd owl Yo

shrewd owl
#

whats going on

#

@rugged root

#

Yeah let me go do that

#

I can only do that with Nitro?

rugged root
#

@shrewd owl I appreciate you changing the avatar and being understanding about it, at least

shrewd owl
#

no prob, it was time for a change anyway

rugged root
#

So how goes it

shrewd owl
#

good, good, trying to get a break into a new field of work. So i've started learning python on the MIMO app, whats your take on that?

#

What topics are yall discussing

#

sounds good lol

stuck furnace
#

asbestos

shrewd owl
#

YUM

#

not 20k !!??

#

i put 20 bucks

rugged root
#

I think he said he cashed out for 70k

shrewd owl
#

JEEZ

rugged root
#

@iron zealot Yo

thin fox
#

I am working with Golang nowadays

iron zealot
#

I don't have permission to speak. ;-;

rugged root
#

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

iron zealot
#

I haven't been on this server long enough. :/

#

Ye, that makes sense.

#

I like to manually vibe check everyone that joins my server.

#

For a server this big absolutely.

rugged root
#

!server

wise cargoBOT
#
Server Information

Created: <t:1483877013:R>
Roles: 151
Member status: status_online 49,200 status_offline 345,252

Members: 394,452

Helpers: 164
Moderation Team: 40
Admins: 12
Directors: 2
Contributors: 47
Leads: 11

Channels: 320

Category: 32
Forum: 4
News: 13
Staff: 124
Stage_Voice: 1
Text: 138
Voice: 8

iron zealot
#

Godam!!

#

Effort? Not in my house!

thin fox
#

Dostoevsky

vocal basin
#

DostoyΓ©vskiy

iron zealot
#

I keep getting discouraged from learning Python because stuff that works fine in the kernel doesn't work in colab workbooks, and I wanna build stuff in that format.

#

Yee Jupiter!

gilded rivet
#

AutomotoWorks

vocal basin
#

jupyterlab+jupyterhub

gilded rivet
vocal basin
#

jupyterhub if you ever want to deploy it for multiple users and/or for remote access

vocal basin
stuck furnace
#

I'm on a course at the moment where all of the labs and assignments are Jupyter notebooks.

vocal basin
#

so you need to do things outside notebooks anyway at some point

iron zealot
#

I'm using it in the Microsoft IDE.

#

I'm blanking on the name

#

Visual Studio Code

#

Switch out the font with Jetbrains Mono and now my heart is happy.

thin fox
#

If you could instantly acquire the knowledge or skills of any person, past or present, who would you choose?

vocal basin
iron zealot
thin fox
#

that's cool

iron zealot
#

Speaking of onions, did you hear the Onion purchased InfoWars?

stuck furnace
#

Wha- I need to try that

iron zealot
#

Nature's healing

thin fox
#

πŸ„β€πŸŸ« are cool

iron zealot
#

The Mushrooms have their own internet.

thin fox
#

I saw a interesting documentry, let me search it up

vocal basin
iron zealot
#

I've been uploading Ordinary Sausage videos to the Mushroom Cloud. It's been causing them to deteriorate faster.

oblique hollow
#

wth is going on in here

vocal basin
oblique hollow
#

why is there 11 people in the vc

stuck furnace
#

Back in a bit

rugged root
whole bear
rugged root
#

The merger between PyDis and Do You Even Python

thin fox
# thin fox I saw a interesting documentry, let me search it up

couldn't find it, but here's a recent Iceland volcano video: https://youtu.be/1h7tpntr980?si=aDlJ34JASaoeCNb-

#iceland #volcano #eruption
New volcano eruption started on the 22nd of August 2024 at 21:26 Iceland time. This is a short highlight video from the drone live stream on day 3 of the latest volcano eruption in Iceland

Disclaimer: I add all sounds during post production, they are not original sounds from this eruption.

Watch the replay of the ...

β–Ά Play video
vocal basin
#

in Russian there is no word for that, so it's just called desublimation

rugged root
#

That'd be easier to remember, honestly

stuck furnace
#

?source

#

Thought that would work lol

rugged root
#

?info

rapid crownBOT
#

This is an open source Discord bot that serves as a means for members to easily communicate with server administrators in an organised manner.

Uptime

144d 1h 27m 24s

Latency

95.51 ms

Version

4.1.0

Authors

kyb3r, Taki, fourjr

Hosting Method

DOCKER

Want Modmail in Your Server?

Follow the installation guide on GitHub and join our Discord server!

Support the Developers

This bot is completely free for everyone. We rely on kind individuals like you to support us on Patreon (perks included) to keep this bot free forever!

Project Sponsors

Checkout the people who supported Modmail with command ?sponsors!

stuck furnace
#

Ah

wind raptor
stuck furnace
#

Gotta go πŸ‘‹

wind raptor
#

Have a good one!

peak depot
#

Hi Chris

rugged root
ivory flower
#

hi πŸ‘‹πŸΌ watch the iceland erruption vid πŸŒ‹

rugged root
rugged root
thin fox
#

awsome

#

elasticache is expensive, my team was spending 6k $ per month on it, for one of the service

#

now optimized and reduced

ivory flower
# rugged root I forgot how many volcanos there are there

like many of them remains dormant and not erupt for several hundreds years ? only few ones very active

this one also great , beautiful crate

The ongoing eruption of the Icelandic Volcano Fagradalsfjall in the Geldingadalir valley was one of the most magnificent sights I have ever witnessed in my life. It is hard to put in words but this once in a lifetime drone footage may give you an idea what it feels like to be there.

In my next video I will be taking you on the ground and talk ...

β–Ά Play video
ivory flower
# thin fox couldn't find it, but here's a recent Iceland volcano video: https://youtu.be/1h...

BBC: Volcano Live: Season 1 ~ Episode 5 aired 30 August 2012

A major ash cloud from an unpronounceable (Eyjafjallajokull) Icelandic volcano eruption in April 2010 brought Europe to a standstill. In this Volcano Live special, Kate Humble heads for the source of the ash to ask whether we should now be preparing for more of the same.

On her jo...

β–Ά Play video
short owl
#

mmm lovely , H2S

#

its friday , home come theres no screaming

#

50 % is enough ?

#

security hmmm , how about IOT and BT stuff , lots to work on there @late cypress

rugged root
#

@faint raven I tossed you into AFK because we were hearing you talk and I'm pretty sure it wasn't to us

short owl
#

bla bla bla , wall patiently listening

rugged root
#

?

short owl
#

Im on my first coffee - wait a bit

#

Beatles - Hey Jude ( its a song about doing heroin ! ) , and now you know @rugged root

rugged root
#

That tracks

#

As is "Horse with No Name"

short owl
#

yup diet - allergy to all the wonderful genetically engineerd food

#

horse with no name , great song

rugged root
#

We've been engineering and selective breeding foods for hundreds or thousands of years

sharp idol
#

can someone move to voice chat one to help me

#

about mod mail

short owl
#

peanuts crossed with tobacco , I didnt ask for that

gilded rivet
#

@rugged root how do you disable the voice text chat

#

like the voice chat 0 side chat or w/e

sharp idol
#

can someone help me with mod mail

rugged root
#

Oh just closing it? Should be a chat bubble near the top

sharp idol
#

can you try and walk me through the guide

rugged root
#

I can't at the moment

sharp idol
#

ok

amber raptor
#

AI bootcamp about a year too late

rugged root
#

Troof

gilded rivet
#

I made this for a server I am starting

#

To invite robot people to work in my garage

short owl
#

dont show them your unique code - they will think they own it , old news @late cypress

gilded rivet
#

Automatos Works

rugged root
#

Why the hell can't I remember what I did on Wednesday. I have a gap in my time but I can't find what it was to do

gilded rivet
#

Au Tomatos

rugged root
#

Nevermind. I'm an idiot

short owl
#

Oingo - Boingo , you like that name @rugged root

rugged root
#

I do, it's goofy

short owl
#

Danny Elfman , remember him

late cypress
late cypress
devout canopy
#

@worldly robin copycat >:(

#

theres only room for 1 circle pfp around these parts

#

partner

trim zenith
whole bear
#

could someone please give me permissions to screen share

sage radish
#

Yo

#

Why you sever mute me? What did I do, I never did anything

dense ibex
#

!voice @sage radish

wise cargoBOT
#
Voice verification

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

whole bear
#

can you elaborate

#

we don't have AP over where I live

#

csp?

barren orbit
#

@terse rose

#

do you know python

turbid parcel
#

you

terse rose
somber heath
#

@fossil pendant @reef vessel πŸ‘‹

vocal basin
#

currently making something

#

@somber heath @upper basin

somber heath
#

pfeh

#

Nice.

#

The white should probably be paper yellow.

vocal basin
#

it's only slightly whiter than it was pre-edit

#

also puppet warp turned out to be not as good as I remember it being

#

(should've used the deformation tool)

#

yes

#

so, the mapping is regenerated each time?

#

and only one gate is extracted out of it?

upper basin
#

@whole bear Here

whole bear
vocal basin
#

re-making the mapping is clearly not right

#

there is an option to do this:

# define
GATES = Gates({
    "X": const(X),
    "U3": with_angles(U3),
    "Phase": with_angles(lambda angles: cirq.ZPowGate(exponent=angles[0]/np.pi)),
    # ...
})

# use
GATES.get(gate_name, angles, num_controls)
upper basin
#

!paste

vocal basin
#

const(X) === with_angles(lambda _angles: X)

#

wrapper that is responsible for handling MC* cases

#

the constructor takes base cases an argument

still herald
#

hi

vocal basin
#

each entry in the source dictionary is just something that might depend on angles

#

with_angles, as an implementation detail, may just be a no-op return the thing as is

#

both options construct angle-dependent gates after the mapping lookup

#

in execution order not definiton order

vast bridge
#

hello guys

vocal basin
#

yes, with _angles

#

unused

whole bear
#

i am a relatively new developer in python and i dont understand most of this code, but its really interesting

vocal basin
#

that's why const

#
def const(x):
    return lambda _angles: x
#

@upper basin define it

vast bridge
vocal basin
#

the end goal is to have gate_mapping not depend on anything

#

first mapping: gates that might depend on angles
second mapping: gates that might depend on angles and num_controls

whole bear
#

Will go learn what a lambda function is now

vocal basin
#

those two can't be mixed

vocal basin
#

then the initial mapping must take both too

#

it's going to be a TypeError

#

when called

modest bolt
#

we don't allow surveys
don't try to circumvent the filters

vocal basin
#

and that's why I suggest making two separate mappings

#

second should also include key: lambda _num_controls, angles: value(angles) with key, values from the first one

#

first mapping is never returned

#

it's just an implementation detail of how the final result is generated

upper basin
vocal basin
#

as it used to be when the mapping was generated each time

#

second is generated from the first

#

then the first is discarded

#

(should be)

#

with disjoint mappings, you'll need an if to choose which mapping to use

#

at which point you don't need the second mapping at all

#

move the logic of making controlled gates into the insides of that if

#

!d str.removeprefix

wise cargoBOT
#

str.removeprefix(prefix, /)```
If the string starts with the *prefix* string, return `string[len(prefix):]`. Otherwise, return a copy of the original string:

```py
>>> 'TestHook'.removeprefix('Test')
'Hook'
>>> 'BaseTestCase'.removeprefix('Test')
'BaseTestCase'
```   Added in version 3\.9\.
vocal basin
#

yes

vocal basin
whole bear
#

@upper basin Are you making baby?

#

I heard a moaning sound from your background

vocal basin
#

static shouldn't be abstract

#

!d abc.abstractclassmethod

wise cargoBOT
#

@abc.abstractclassmethod```
Added in version 3\.2\.

Deprecated since version 3\.3: It is now possible to use [`classmethod`](https://docs.python.org/3/library/functions.html#classmethod) with [`abstractmethod()`](https://docs.python.org/3/library/abc.html#abc.abstractmethod), making this decorator redundant.

A subclass of the built\-in [`classmethod()`](https://docs.python.org/3/library/functions.html#classmethod), indicating an abstract classmethod. Otherwise it is similar to [`abstractmethod()`](https://docs.python.org/3/library/abc.html#abc.abstractmethod).

This special case is deprecated, as the [`classmethod()`](https://docs.python.org/3/library/functions.html#classmethod) decorator is now correctly identified as abstract when applied to an abstract method...
vocal basin
#

!d abc.abstractstaticmethod

wise cargoBOT
#

@abc.abstractstaticmethod```
Added in version 3\.2\.

Deprecated since version 3\.3: It is now possible to use [`staticmethod`](https://docs.python.org/3/library/functions.html#staticmethod) with [`abstractmethod()`](https://docs.python.org/3/library/abc.html#abc.abstractmethod), making this decorator redundant.

A subclass of the built\-in [`staticmethod()`](https://docs.python.org/3/library/functions.html#staticmethod), indicating an abstract staticmethod. Otherwise it is similar to [`abstractmethod()`](https://docs.python.org/3/library/abc.html#abc.abstractmethod).

This special case is deprecated, as the [`staticmethod()`](https://docs.python.org/3/library/functions.html#staticmethod) decorator is now correctly identified as abstract when applied to an abstract method...
vocal basin
#

^use this

#

(what it says to do)

vocal basin
vocal basin
iron zealot
#

Ooh that's a lot of letters!

hardy salmon
#

**WHO know make joinner discord with token Dm Me !! Fast **

gentle flint
#

specifically rule 5

#

what, banned already?

#

that was fast

turbid parcel
#

yo

wary thorn
#

hello

lusty dove
#

hello

cosmic chasm
#

hello

gentle flint
#

hello

languid kayak
#

Hello

#

What is this geoup

#

Any boody here

upper basin
#

Didn't you join the server yourself?

languid kayak
upper basin
#

This is the python server. Its main function is to discuss python programming.

languid kayak
#

What can do here

upper basin
#

If you are learning about python, or have questions about python, it's the best place to chat.

#

It's a programming community, so whatever feels appropriate I suppose.

languid kayak
#

But i lik python

upper basin
languid kayak
#

Merci i respect you

#

Can you open the topic

#

Anu topic

#

Y

#

@upper basin where are you from

#

?

upper basin
languid kayak
#

What is this!!

#

@upper basin

somber heath
#

@shy hedge πŸ‘‹

#

@pine zodiac πŸ‘‹

pine zodiac
pine zodiac
jovial iris
#

yeah

pine zodiac
#

bro how to get voice verified

jovial iris
#

Prolly here.

#

?

#

alright

pine zodiac
#

i want to ask something

#

@jovial iris

spare galleon
#

@somber heath hola

jagged grotto
#

Helo

rugged root
#

Yo

barren kettle
#

hey

#

why cannot i speak in the voice channel

rugged root
#

Check the #voice-verification channel. That'll tell you what you need to know about the voice gate

#

@halcyon grail Yo

vocal basin
#

modem noises

#

@peak depot I had the same sleep experience for quite a while, "but I didn't have a watch to tell me that"

peak depot
#

my meds give me restless sleep

rugged root
#

@delicate cliff Yo

delicate cliff
#

Hello

vocal basin
#

for the first time in almost two months, I played something on Steam other than Noctuary

#

patchcord

#

buy 500m of cable, then internet all over your home

rugged root
#

@tame belfry Yo

vocal basin
#

blue and the other blue

#

and the preview has no border

#

especially in the embed

#

preview is jpeggified

#

a bit

#

it's png when you click on it

vocal basin
#

and this is screenshot of the whole image, easier to see the border

rugged root
#

!resources @tame belfry We've got a whole bunch of resources on our site. If you're just getting started, I typically recommend "A Byte of Python", which is free on its respective site.

wise cargoBOT
#
Resources

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

vocal basin
#

in embed generation, yes
in image compression/resizing, no

#

latter would be terrible for dithering

#

win shift s

#

on both linux and windows

#

there was some windows thing for screenshots

#

but it was quite bad

still herald
#

Hello

rugged root
vocal basin
vocal basin
#

it shows on the website

#

but not in the embed

vocal basin
rugged root
still herald
vocal basin
still herald
vocal basin
still herald
vocal basin
#

you should use the new options thing

#

browsers are now initialised through some composite options dict/object afaik

still herald
vocal basin
#

... or I might be mistaking it with Selenium

#

!pypi webdriver

wise cargoBOT
still herald
#

Yeah it is selenium

vocal basin
#

idk where the path is specified

#
options.binary_location = "..."  # set to correct path
#

where are you taking the code from?

still herald
vocal basin
#

it's outdated

still herald
vocal basin
#

Selenium broke backwards compatibility with how webdriver used to work

#

a few years ago

#

@rugged root __all_Camel_Snake_Case_

still herald
#

You're so smart Alisa

rugged root
forest zodiac
#

discard selenium and use cdp

still herald
forest zodiac
vocal basin
forest zodiac
#

umm i was trying to make a joke

vocal basin
#

time to make a cdp compatibility layer for firefox

#

and

#

safari

#

puppeteer doesn't support safari seems like

#

Puppeteer is a JavaScript library which provides a high-level API to control Chrome or Firefox over the DevTools Protocol or WebDriver BiDi

#

!pypi pyppeteer

wise cargoBOT
#

Headless chrome/chromium automation library (unofficial port of puppeteer)

Released on <t:1708225364:D>.

vocal basin
#

unofficial

#

yes

#

and IE

rugged root
vocal basin
#

yes

#

and some others

#

I had no non-RAM-usage-related issues with Firefox in quite a while

#

if you do any WebRTC-related dev, Firefox is way better for its diagnostic capabilities

still herald
#

Okay

forest zodiac
still herald
#

Thanks πŸ©·πŸŽ€

#

@vocal basin

vocal basin
forest zodiac
#

firefox probably has one of the shittest search bar suggestions

#

isnt yandex famous for torrents

#

sorry the search engine

vocal basin
#

Yandex is just a big Russian tech firm

#

nowadays

#

just like VK/Mail.ru

rugged root
#

Didn't realize Yandex was

#

@ionic crown Yo

forest zodiac
#

why are there so many lemon emojis

vocal basin
#

look in the top right

#

πŸ‡«πŸ‡· l'emoji

#

πŸ₯–

#

is it countable or uncountable

#

many baguettes or a lot of baguette

#

bread stick

#

@rugged root

#

this is funny without knowing it's just a stick

#

◼️⭐
πŸ₯–
magical baguette

rugged root
#

@ionic crown What's your question? Probably better to ask in here

vocal basin
still herald
#

Chrome is up to date
Version 131.0.6778.70 (Official Build) (64-bit)

vocal basin
#

I have v129 for testing

#

the last one I downloaded

#

I think it was installed through npx

rugged root
#

chrome://settings/help

vocal basin
#

what's the current code?

#

and the current error?

#

(have you fixed these lines yet?)

exotic adder
#

Hello

vocal basin
#
options = webdriver.ChromeOptions()
options.binary_location = r"C:\Users\...\Projects\kylie\chromedriver.exe"
driver = webdriver.Chrome(options=options)
#

escape

#

webdriver.ChromeOptions is the important part

vocal basin
#

what does the code currently look like?

still herald
vocal basin
#

line 2 is wrong

still herald
#

what am i doing

vocal basin
#
options = webdriver.ChromeOptions()
options.binary_location = r"C:\Users\...\Projects\kylie\chromedriver.exe"
driver = webdriver.Chrome(options=options)
driver.get("https://kyliecosmetics.com/en-in/collections/kylie-cosmetics")

driver.quit()
#

this part is using the old way to instantiate a driver

#

this way no longer works

#

you need to set options.binary_location to be the path to the browser

exotic adder
#

?

vocal basin
vocal basin
#

!d pathlib.Path.home

wise cargoBOT
#

classmethod Path.home()```
Return a new path object representing the user’s home directory (as returned by [`os.path.expanduser()`](https://docs.python.org/3/library/os.path.html#os.path.expanduser) with `~` construct). If the home directory can’t be resolved, [`RuntimeError`](https://docs.python.org/3/library/exceptions.html#RuntimeError) is raised.

```py
>>> Path.home()
PosixPath('/home/antoine')
```   Added in version 3\.5\.
vocal basin
#

just use paths relative to this if you want to hide the name in the source

#

(don't bother with this now though)

still herald
still herald
vocal basin
#

you replaced ... with the username, right?

#

does the file at that path exist?

#

or is the chrome in a different location?

still herald
exotic adder
vocal basin
#

I've only used SQLAlchemy

#

cursed

rugged root
#

I love pony (and not just because of the mascot)

exotic adder
vocal basin
#

FastAPI somewhat clearly says to threadpool it

stuck furnace
#

Hello πŸ‘€

vocal basin
rugged root
#

But like

#

Yeah

deep plank
#

yo

exotic adder
#

yo

short owl
#

which movie ?

deep plank
#

i need someone to help me with this discord bot src i tried talking with mikita.py he couldnt help me either

rugged root
#

Silence of the Lambs

vocal basin
rugged root
#

@abstract needle Yo

abstract needle
#

hi

tight basin
#

Hi just curious

rugged root
#

@tight basin And yo to you as well

abstract needle
#

whats up

rugged root
#

Not much, 'bout you?

abstract needle
#

im coo

#

im cool too

vocal basin
#

for some projects I use sled, and that's just a B-Tree

stuck furnace
#

You walked up to it and moved it out of the way?

abstract needle
#

i just got kicked out of Arduino Community 🀣🀣🀣

short owl
#

how ?

abstract needle
#

uh i dont know

rugged root
#

Uh... huh

vocal basin
short owl
#

proffessed Linux over Windoze

stuck furnace
abstract needle
#

all the elders consider me as me to be a teenager and dumb person who argues too much

peak depot
deep plank
exotic adder
#

Understanding

abstract needle
#

Python is BEST

vocal basin
abstract needle
#

meanwhile the other people kept mocking me off, and saying C++ is best

#

i didnt want to argue, and i accepted too

vocal basin
#

C++ is the primary language for Arduino

abstract needle
#

but still they removed me out

#

man its too unfair

deep plank
#

I want to start learning lua but idk is it hard

vocal basin
#

C+

deep plank
vocal basin
#

they have, like, their own C/C++ thing

rugged root
abstract needle
#

yea

#

I have worked with Arduino through my MIT

vocal basin
#

Java tries to make a craft out of programming, while programming's best parts are fundamentally research instead

abstract needle
#

yea true

exotic adder
#

Use of spending time for bash

#

?

vocal basin
#

learn both shell scripting and how to do the same thing in the language you're using

abstract needle
#

yes

vocal basin
#

write tools that compose well

abstract needle
#

its really helpful, you know

deep plank
#

Someone got a discord spammer/raid code

vocal basin
#

both usable from CLI and from code if you can

abstract needle
#

it helps in file management, environment creation and also the build and deploy functions

stuck furnace
abstract needle
#

hmm

stuck furnace
#

Don't use it for anything where a more structured programming language like python would be appropriate.

abstract needle
#

yes

vocal basin
tight basin
#

I often say bash is just another word for tehcnical debt

abstract needle
#

Hey Guys, I would like to share you all a song, if it isn't a violation...

#

its a phonk music

#

does anyone of you listen to phonk?

stuck furnace
#

Phonk music? thonk

abstract needle
#

yea

#

try it once

vocal basin
#

so instead there's sh/ash

rugged root
vocal basin
#

if there's bash, ash, sh, was there just h?

#

yeah, there was

exotic adder
#

@vocal basin

vocal basin
vocal basin
abstract needle
#

oh sorry, by mistake

stuck furnace
exotic adder
#

shell programming vs oops

vocal basin
#

you can write bash well and clean

exotic adder
#

python has file reading support

rugged root
abstract needle
#

hmmm

stuck furnace
#

I probably wouldn't use Python as a shell, although you can with IPython/Xonsh.

exotic adder
tight basin
#

What if we merged a shell and the python repl

every command in path becomes a function, maybe some syntaxic sugar

rugged root
exotic adder
rugged root
#

Fish

#

Fish is great

terse rose
#

Fish op

vocal basin
#

raw sh

stuck furnace
rugged root
#
from niquests._typing import QueryParameterType

I hate myself for this

#
short owl
#

kittys all ok ? @peak depot

rugged root
stuck furnace
vocal basin
#

most of my (ba)sh code runs in CI

tight basin
#

That's exactly what I was discovering right mow

#

pretty cool

rugged root
#

Which, Xonsh?

vocal basin
stuck furnace
#

The only person I know has used Xonsh as their main shell is Griff πŸ˜„

rugged root
#

Same

gentle flint
rugged root
#

Not sure if he still does

tight basin
#

Who's griff?

#

Ok

#

Jokes on you we all have adhd

stuck furnace
#

Putting off cleaning the room for months then manically cleaning it over one weekend when people are coming to visit.

tight basin
#

Ok I don't have the autism part

stuck furnace
#

That's usually my strongest motivation to clean/tidy

short owl
#

lost tools prompts cleaning

rugged root
#

I always find it interesting looking at things like starship. It lists all kinds of shells, some of which I'd never heard of prior

#

Ion and Tcsh being the two I'm thinking of

#

I keep telling myself that I'm going to look at Elvish but still haven't

vocal basin
#

just have all your acquittances in a different country and yourself in a country no one can visit;
problem of people asking you to leave the home is solved

tight basin
#

What do they mean by "prompt" in starship, the begining of the line?

stuck furnace
short owl
#

old toothbrush works

stuck furnace
#

Nice brush

tight basin
#

OK thank you makes it clearer

vocal basin
#

the only thing I might use from that is completions

peak depot
vocal basin
#

but
that might also mean I need to install those

tight basin
#

i use oh my zsh but to be honest I only know of 2 of its features: better completion and cleaner "prompt"

gentle flint
cursive wave
rugged root
vocal basin
short owl
#

did you ever consider a GUI to create a multiple ( notebook tabs ) CLI interface + BASH , script buttons @rugged root

rugged root
#

Not really

#

Windows Terminal uses tabs now

#

So I don't have any real need

#

And I'm mainly a Windows monkey anyway

vocal basin
#

(starship not powershell)

vocal basin
#

time to test it on alpine

#

curl: not found
...

#

okay I forgot about that

tight basin
#

Mr Hemlock, I saw in your badges "pydis" but which project exactly ? I found at least 3 different ones from a google search

rugged root
#

PyDis is us, the Python Discord

#

Just shortened

tight basin
#

Oh ok

vocal basin
#

okay which one do I install

#

as base shell for it

rugged root
#

dafuq?

#

What are you currently on?

vocal basin
#

empty alpine

tight basin
#

Webasm alpine linux or smth

vocal basin
#

apk add

#

sh

#

sh is default

#

and ash is available

whole bear
#

HOA is the worst thing in USA

vocal basin
#

ash is not supported as far as I understand

#

so bash it is

rugged root
#

Make sure you get a nerd font

vocal basin
#

I'm running this over PuTTY with defaults

exotic adder
#

cmd vs powershell ?

tight basin
#

I sharpen my onions usually

vocal basin
cursive wave
whole bear
#

I do wonder why some commands work in powershell and not in CMD. Like ls , history , etc

vocal basin
#

Completion support, or autocomplete, is provided by your shell of choice

tight basin
#

When I was still very noob I used the git shell on windows to access Ls and stuff

rugged root
vocal basin
vocal basin
rapid parrot
#

based

whole bear
exotic adder
#

All AWS guys are over bash now

cursive wave
#

skibidi ohio rizz

tight basin
#

I have to admit that windows actually nailed the windows management part on w11

#

They did add this by default ? It's not actually vanilla w11?

#

Yeah powertoys is very cool as well, started using it not long ago

stuck furnace
#

Is that related to Germans saying "such much" instead of "so many"? πŸ€”

tight basin
#

ahha yeah in french too we say "vc" vocally when we really mean "wc"

short owl
#

WC = British water closet

vocal basin
#

@rugged root also measurement thing

rapid parrot
#

Fun fact: loading cursor animation on windows is a font

rugged root
#

Huh, I always wondered how that worked

#

So it just has multiple characters and it cycles through?

rapid parrot
#

Yup

#

Apparently very cheap and fast

rugged root
short owl
#

wondering about animating and drawing math stuff fast in GODOT , did you do anything in GODOT @rugged root

whole bear
#

Is she dutch?

rapid parrot
#

finnish

whole bear
#

Hmm

exotic adder
vocal basin
#

not at all

#

it's partnered with the leading tech company

stuck furnace
#

Back in a bit

short owl
#

had a old vet explain what its like to be near gigantic explosions - your body is a bag of water - you feel the shock

rugged root
#

Can feel it in your bones

#

Shock wave through your organs

short owl
#

it stuns your body and brain

cursive wave
vocal basin
#

I heard "big banks" and those sure cause misery at times too

short owl
#

finding friends half alive in pieces is a mind fuck

rugged root
short owl
#

scream notch when dives

rapid parrot
#

Psychological warfare

short owl
#

they put a notch on bomb guide wings to make them scream when falling

rugged root
#

Increased stress, paranoia, etc. Best way to ruin an army is to demoralize. Cut off supply lines, constant lingering noises to prevent sleep, etc.

cursive wave
whole bear
vocal basin
#

I might have hypervigilance;
which is very weird given it adds on top of very slow reaction time
(overreacting to external change but with a giant delay)

rugged root
#

Understandable

cursive wave
whole bear
#

Why so hate for swastika?

rugged root
#

Is that a trick question?

exotic adder
#

Ohh

whole bear
#

I mean I have swastika all over my house , it's a religious symbol

exotic adder
#

message

rugged root
#

While they may have been symbols for hundreds or thousands of years, the association with genocide and mass murder has tainted it. In the west and in most countries, it's a symbol of hate

short owl
#

swastika is sandskrit for rotating universe thingy

whole bear
#

And that image is of the Nazi plane, of course it would have swastika

vocal basin
#

@cursive wave it was not part of Wehrmacht

whole bear
#

Swastika means peace and prosperity

rugged root
#

Again, not to the majority of the West and some parts of the East

short owl
#

they have them on temples all over korea

cursive wave
rugged root
#

It doesn't matter, there's a hard line on it here

short owl
#

nasi rotate it 90 degrees , others have it squared

whole bear
short owl
#

India's and Korea's culture is ancient , we in the west are still puppys

vocal basin
whole bear
#

understandable but swastika in general should not be targeted.
you can restrict the Nazi version of it

cursive wave
whole bear
#

Understandable, no problem

cursive wave
short owl
#

History is constantly censored and re-written

vocal basin
#

it's often "it would be bad to side with them", it's "they have just done something bad to us that we can't ignore"

whole bear
#

Exactly like Tsar?

vocal basin
#

tsar bell
tsar cannon
tsar bomb

lusty dove
#

hello

#

what are you guys doing today?

vocal basin
#

there is AI watermarking

#

the only reliable way

rugged root
#

For writing?

vocal basin
#

you can't really detect it well

short owl
#

code phrases for AI

vocal basin
#

you can only approximate how likely a certain model generated something

vocal basin
#

the idea is that you're aiming for the highest quality of the final result
and so the final model gets to watermark however it likes

#

put some mathematical property in

#

that's hard to 1) get rid of easily 2) accidentally get right

#

so you need to rewrite it quite a bit yourself or with another model to remove it

exotic adder
#

ya

#

message no 20 toget unsupresed

vocal basin
#

30s EDM intro
4 minutes of essay answer
30s EDM outro

creative

exotic adder
vocal basin
#

postgres definitely worth learning if you want to work with databases

rugged root
#

SQLite is a good place to start at least

vocal basin
#

trying to find the most AI-ish text I wrote

exotic adder
vocal basin
short owl
#

how much is a starbuck coffee ?

whole bear
#

Ig 6 dollar?

short owl
#

buy a can make it at home

vocal basin
#

not writing models in SQL again
well, yeah, you aren't writing models in SQL, you're writing schemas

#

some ORMs have a separate query builder thing

rugged root
vocal basin
#

that they work on top of

whole bear
#

In my country: you can get coffee for just 0.012 dollar or 1 rupee.
And coffee with milk will cost 0.12 dollar or 10 rupee

short owl
#

I love Indian cooking and spices

short owl
#

pie - ton ?

#

ophthalmologist can do eye surgery

#

had to check