#ot1-perplexing-regexing

1 messages Β· Page 561 of 1

last mantle
#

hmmm

#

hmmmmmmm

#

when did Leap become windows

vapid nymph
#

I'M DONE WITH PYTHON ||or pylance||

acoustic moss
#

lmao

#

1000 problems when

vapid nymph
#

when pylance scans alll of my site packages

#

its scanning my site packages and getting so annoying

wraith hound
#

Is there not like a .pylanceignore

wanton phoenix
#

XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

inland wolf
#

imagine not having 2K+ errors

wanton phoenix
#

It should get archived

tranquil orchid
#

hm?

#

Oh that

#

What do you mean by archived

wanton phoenix
#

Well... Like having it somewhere so it wouldn't get lost?

tranquil orchid
#

It's pinned

wanton phoenix
#

Oh really?!

#

Lmao

vapid nymph
#

ok i'm done for real now

#

i fixed this last night

tranquil orchid
#

How on Earth did you find that post if it wasn't through the pins πŸ‘€

vapid nymph
#

someone help ;-;

north hollow
#

idk if this is the place to ask but does anyone wanna start a group project? if so, DM me

wanton phoenix
#

Oh wait this isn't voice-chat-0

#

sorry

rough sapphire
north hollow
#

anything really, just want to try something new

vapid nymph
#

?help

#

😳

#

@wraith hound congrats on helper

wraith hound
#

Thanks ARU

bleak lintel
#

where are my congrats

lunar crescent
#

congrats on modmail lol

vapid nymph
#

wait is joe selfbotting /s

#

huh

#

how would i make sub classes?

#

oh wait

#

no

#
[thread]
anon_reply_without_command = false
reply_without_command = false
plain_reply_without_command = false
mention = "@here"
user_typing = false
mod_typing = false
transfer_reactions = true
contact_silently = false

[thread.auto_close]
enabled = 0
silently = false
response = "This thread has been closed automatically due to inactivity after {timeout}."

[thread.close]
close_footer = "Replying will create a new thread"
#

is this valid toml

#

I'm not sure it is

#

wait it loaded correctly so it is lol

#

now, using pydantic, I'm trying to define a configuration file

#
class Thread(BaseModel):
    user_typing: bool
    # but how do i put the other stuff like thread.close in here
#

would i define a second class, ThreadClose(BaseModel)?

#

and would that class definition be within class Thread?

bleak lintel
#
class ThreadConfig(BaseModel):
    user_typing: bool
    close: ThreadCloseConfig

class ThreadCloseConfig(BaseModel):
    close_footer: str
vapid nymph
#
class Thread(BaseModel):
    user_typing: bool

    class Close(BaseModel):
        footer: str
        title: str
        response: str

    close: Close
#

that's what i have

#

ah

#

oh shit the Config in the class names

#

very very good idea

gritty zinc
#

not sure why define Close inside the Thread

vapid nymph
#

because its part of the Thread

gritty zinc
#

it's used in Thread, but do you really want Thread to have a Class attribute for no reason?

vapid nymph
#

ah, yeah

#

i mean no

rough sapphire
vapid nymph
#

it gets worse

lunar crescent
#

oof

vapid nymph
#

ITS TELLING ME WHAT'S WRONG WITH LOGGING WHY

#

i

#

don't

#

care

gritty zinc
#

that's solved by a single press of the autoformat hotkey

rough sapphire
vapid nymph
gritty zinc
# vapid nymph where is it.…

google says

You can format an entire file with Format Document (Ctrl+Shift+I) or just the current selection with Format Selection (Ctrl+K Ctrl+F)

vapid nymph
#

ah

#

flake8 is somehow scanning the entire area

#
[tool.flake8]
ignore = "E203,E266,H106,H904"
max-line-length = 88
max-complexity = 25
hang-closing = true
#

that's my flake8 config

vapid nymph
#

πŸ€”

#

that sounds right

#

remove flake8

updating 5 packages

tardy rain
#
npm i @material-ui/core

added 34 packages, and audited 2036 packages in 8s

141 packages are looking for funding
  run `npm fund` for details

80 moderate severity vulnerabilities

bruh what

#

the absolute state of js ecosystem

acoustic moss
#

lol

rain kestrel
#

cant wait to start coding with python

wraith hound
#

Good luck!

rough sapphire
#

That is a cobra

vapid nymph
#

ha i just learned how to set a line length in vsc

#

i mean a ruler

latent scaffold
#

like it's against TOS

#

because.. it is against TOS

wraith hound
#

Using BetterDiscord or whatever that client modifying thing is is against Discord ToS.

coral tapir
#

Anyone good at java? I have a computer science assignment and I need some help.

coral tapir
#

It's not very activbe

vapid nymph
latent scaffold
#

wot

#

oh.

#

their message was deleted

vapid nymph
latent scaffold
#

Someone deleted their messages from this chat

vapid nymph
#

Ah

latent scaffold
#

Hate when people do that

vapid nymph
#

Probably got banned tbh

#

A pban

latent scaffold
#

Nah, I doubt it

rough sapphire
#

Where could I find the code for the eval command? I have the GitHub but not sure what file to look in.

uneven pine
#

Why did you ask in multiple channels

sharp wyvern
#

Is there a name for pictures like this?

uneven pine
#

AI generated?

#

Unsettling

#

Crimes against nature?

#

I haven't heard a specific term for them

harsh tundra
low chasm
#

I just got a new keyboard and its loud as fuck

twilit shore
low chasm
#

lmao

twilit shore
#

clicky

#

good

sharp wyvern
low chasm
#

my parents will probably freak at some point

twilit shore
#

same

#

i have foam panels that absorb a little sound

#

so it’s not too loud but

#

Β―_(ツ)_/Β―

low chasm
#

lol

glossy bloom
#

anyone know any good courses for using nuxtjs? looking for a full-length course as well

coral tapir
#

sorry

wraith hound
#

Then seem pretty good at a glance

low chasm
#

Hi

#

guys

#

I was wondering

#

Whats the most efficient kind of parser?

latent scaffold
#

you were wondering

low chasm
#

indeed

latent scaffold
#

What kind of parser

low chasm
#

I was thinking that it's probably an LR(1) parser, right?

low chasm
#

a parser in general

latent scaffold
#

HMM

#

I know nothing

low chasm
#

lmao

latent scaffold
#

I only ever used... serde

#

love serde

low chasm
#

lol

#

I'm rewriting my languages parser

#

and I want speed

rich moon
#

well there is that look ahead left ot righr or sth algorithm

low chasm
#

hmm

vapid nymph
#

nearly

#

setattr(config, k.lower(), v)

#

"Config" object has no field "shell"

latent scaffold
#

uh

#

give Config an attr named shell \😩

tardy rain
#

!e

class Config:
	...
	
config = Config()
setattr(config, "test", 4)
print(config.test)
royal lakeBOT
#

@tardy rain :white_check_mark: Your eval job has completed with return code 0.

4
tardy rain
#

🀷

#

Do your env variables have leading underscores?

#

Actually that shouldnt matter

misty dew
#

this is a good ot name

#

I like it

low chasm
#

yep

lunar crescent
#

yes

vapid nymph
#

well this explains a lot

#

# TODO: use .get to prevent errors

acoustic moss
misty dew
#

lol

lunar crescent
#

lol

vapid nymph
#

New configuration system works

#

just needs some refinements

#

lmao this diff is great

inland wolf
#

damn

vapid nymph
inland wolf
#

epic

vapid nymph
#

plus another 200 line file

#

but its basically a configuration file

#

this is paving the way from self.bot.config['close_on_leave_reason'] to using self.bot.config.thread.close.on_leave_reason

scarlet wind
vapid nymph
#

So now I also have type checking for the config

#

Instead of using the dict the entire time :P

#

Now I just need to make it load from the database as well....

#

And that's where the problem lies

#

How do I load from the database since it's possible the uri could be in the configuration?

wet stone
#

Any australians in the chat?

#

if you have no insight to share, why share?

vapid nymph
#

Man where is everyone

bleak widget
#

I am here

low chasm
#

I am always lurking

vapid nymph
#

Smh

#

& @latent scaffold

latent scaffold
#

oops

#

Good idea

#

I am boycotting ot0

#

they disrespect me

low chasm
#

Hi

#

My disrespect isn't confined to a single ot

vapid nymph
#

πŸ‘€

#

What happened

latent scaffold
#

go away

last mantle
#

lol

latent scaffold
#
match input("Enter a command: ").strip().split():
    case ["help"]:
        print(
            "Help:\n"
            "uwu β†’ \"owo\"\n"
            "say β†’ \"say <args\"",
            end=''
        )

    case ["uwu"]:
        print("owo")

    case ["say", *args]:
        print(*args)

    case _:
        print("Invalid command!")
low chasm
#

Never

latent scaffold
#

look what I did

low chasm
#

What the fuck did you do

low chasm
#

Oh that

vapid nymph
#

@rich moon hey don't talk about meh behind my back smh

latent scaffold
#

This is actually so neat lol

low chasm
#

Indeed

rich moon
#

lmao wut

low chasm
#

Fuck if statements

rich moon
#

u bcame new person?

vapid nymph
#

In ot0

latent scaffold
vapid nymph
#

Wait lol

latent scaffold
#

Do y'all think my font might be too small

vapid nymph
#

@rich moon I thought u were referring to me when u said pfp and username

low chasm
rich moon
#

naw its birb

latent scaffold
#

tbh I forgot who you were @vapid nymph

last mantle
#

w0t

latent scaffold
low chasm
#

Lmao

rich moon
#

new person now cuz pfp and username change

low chasm
#

Hm

#

Hmmmm

latent scaffold
#

Oh wow

#

look how cheap it is lol

low chasm
#

I have it for free

last mantle
#

just try nord

latent scaffold
#

me too but like

#

maybe I wanna customize my IDE more

opaque bronze
#

hello bois

low chasm
#

Give in to your inner urges

latent scaffold
#

No

#

Ricing makes things unusable

#

I prefer sanely customizing tyvm

opaque bronze
#

wth is ricing btw

low chasm
#

Lmao

opaque bronze
#

i dont know

latent scaffold
low chasm
vapid nymph
#

Like Jason and his nvim config

opaque bronze
#

eh, so its just a fancy word for customizing a lot

#

bruh

low chasm
#

That looked nice

vapid nymph
#

Dude he added a diff view

low chasm
#

I'm going to fucking rice pycharm tomorrow

#

You have inspired me

#

One dark pycharm looks half decent

bleak widget
#

get the plugin that puts the anime girls in the corner. Increases productivity 0x

low chasm
#

One dark vscode looks like shit

rich moon
#

i use firefly

#

its pretty neat at night

low chasm
#

Hmm

latent scaffold
#

I don't like VSCode :c

low chasm
#

I like vscode

latent scaffold
#

It takes too much effort to setup things how I want them

rich moon
#

kinda ass during daytime

low chasm
#

Everything is VSCode

rich moon
#

but its pretty neat at night

last mantle
#

soothing

low chasm
#

I use github dark on vscode :P

last mantle
#

thats OK

#

i liked nord better

vapid nymph
low chasm
#

Indeed

vapid nymph
#

I also use github dark in browser

#

To be clear we're talking about the gray and not the black

low chasm
#

I've been meaning to switch to pycharm

latent scaffold
low chasm
#

Yep

vapid nymph
#

I had a nice suite of issues with vscode today

#

On insiders

low chasm
#

I prefer pycharms one dark over it though

vapid nymph
#

This is why I keep my vscode stable in a workable state all the time

low chasm
#

Lol

latent scaffold
low chasm
#

Fuck it's almost one am

bleak widget
#

hmmm, I see you are a member of the lesser coast

low chasm
#

:P

acoustic moss
#

lo

#

l

low chasm
#

I should sleep, I've got school, gn yall

quick ledge
#

North coast best coast

low chasm
#

Lmao

bleak widget
#

gngn, way too late for a school day lemon_warpaint

acoustic moss
#

yes bro
the canadian coast

bleak widget
low chasm
#

Might as well stay for a few more minutes :P

quick ledge
#

πŸ‡¨πŸ‡¦

rich moon
#

canada go brrrrr

low chasm
#

Being in the east coast sucks sometimes

rich moon
#

vimy ridge go brrr too

bleak widget
#

the west coast gets sunsets over the ocean 🌞

#

the east coast gets early bedtimes

low chasm
#

I can't see the ocean :P

latent scaffold
#

at least y'all don't live in New Mexico

low chasm
#

We don't eat dinner till 8:30

latent scaffold
#

oof we have like... 2 dinners

low chasm
#

Lmao

latent scaffold
#

except the first one is called "lunch"

low chasm
#

Dinner^2

latent scaffold
#

we eat lunch at 6:00 PM basically

low chasm
#

Whoah

latent scaffold
#

like a Hobbit, bro

low chasm
#

We eat lunch at 1 pm :P

#

And then dinner at 8:30

last mantle
#

eh?

low chasm
#

And breakfast whenever

latent scaffold
#

;-;

#

wot

last mantle
acoustic moss
#

breakslow

low chasm
#

Wait

rich moon
#

breakfast lunch dinner are just social constructs

low chasm
#

Wait wait

rich moon
#

u eat when ur hungry

last mantle
#

lol

acoustic moss
#

waiting

rich moon
#

thats it

low chasm
#

I meant lunch

bleak widget
#

I eat when I decide

#

My hunger cant control me lemon_warpaint

low chasm
#

Lmao

#

I deal with hunger quite nicely

bleak widget
#

I also eat spaghetti twice for dinner, so meh

low chasm
#

Lol

#

Anyways

#

Now I shall sleep

#

Gn yall :D

last mantle
#

when do you wake up

bleak widget
#

gn

low chasm
bleak widget
#

!remind 8h goodmorning, aboo

royal lakeBOT
#
I don't think so.

Sorry, you can't do that here!

bleak widget
#

dang it

low chasm
#

So like 8

last mantle
#

o ok

low chasm
#

OK, now real bye

lunar crescent
#

cya

bleak widget
#

Now that he is gone ||everyone say really nice things about him||

latent scaffold
#

no

rich moon
#

new person now

#

got a pfp that matches username

latent scaffold
#

I can't see that

#

ohhhh

#

it's the cat

#

more like "oui oui baguette de cat"

acoustic moss
#

its the cat with the baguette

latent scaffold
#

nobody liked my joke

bleak widget
#

it was... something

acoustic moss
#

chat is cat in french

#

so he already made the joke

edgy crest
#

Lol

bleak widget
latent scaffold
#

oh.

rich moon
#

when ur 6969

acoustic moss
#

:epicgamer:

edgy crest
mellow spire
#

:dankfigers:

last mantle
#

:yeye:

#

ah Tech With Tim 😩

quick ledge
#

hmm?

last mantle
#

hmm.

clear plume
#

Hmm.

bleak widget
#

indeed

mellow spire
#

chilli and vester are the only ppl with gurkan in there name now lol

latent scaffold
#

dead meme

#

People who would rather associate with cats instead of cucumbers

#

hmmm

edgy crest
#

It was moved in another scope because vester forgot to put & before it

quick ledge
#

@\Genghis Gurkhan

#

@FarmArt#1531

acoustic moss
#

hmm

edgy crest
#

Ye where farmart

edgy crest
#

And salami

mellow spire
#

ah yes

latent scaffold
#

oh. you're normal

edgy crest
#

I'm incident

latent scaffold
#

accident

edgy crest
#

incident

#

Ray

#

Reflection

last mantle
#

ok

acoustic moss
#

nerds

inland wolf
#

no

acoustic moss
#

ok

bleak widget
#

I have heard a lot of the mighty gurkan empire

acoustic moss
#

never heard of it

rough sapphire
#

Yeah, me neither

inland wolf
#

same

latent scaffold
#

oops

eternal wing
inland wolf
#

no

eternal wing
#

apes together liars <- from that one meme

inland wolf
#

yes

#

to both statements above

round rose
quick ledge
#

@round rose I don't know bro, what about you? @round rose

inland wolf
#

damnb

latent scaffold
#

What kind of chaos is happening here...?

lunar crescent
#

lol

inland wolf
#

xitherius getting hate for ne reason πŸ˜”

mellow spire
#

lonely bast is the only one fighting them

round rose
clear acorn
#

@round rose and @quick ledge can I ping you guys

inland wolf
#

bruh

round rose
quick ledge
#

who pinged???

mellow spire
quick ledge
#

ping = ban (no joke πŸ’― )

mellow spire
inland wolf
#

damn

round rose
#

Bold words for someone within ban range

mellow spire
#

lol

quick ledge
#

!ban 736234578745884682 πŸ”¨

royal lakeBOT
#

πŸ‘Œ applied totally real ban to @mellow spire permanently

round rose
#

Ping 😠

mellow spire
mellow spire
#

:sus:

lunar crescent
#

hivek probably use !echo

rough sapphire
#

Probably something to do with the hammer

lunar crescent
#

or used !echo

rough sapphire
#

That's possible too

mellow spire
lunar crescent
frozen coral
#

you can prefix the ! with a \ and it won't trigger

#

and it won't show

#

!help

acoustic moss
#

\!help

frozen coral
#

!raw 844492822542548993

royal lakeBOT
#
== Raw message ==

\!help
acoustic moss
frozen coral
#

!raw 844492903891730432

royal lakeBOT
#
== Raw message ==

\\!help
frozen coral
#

πŸ‘€

lunar crescent
#

!src

acoustic moss
#

😩

lunar crescent
#

\!cmd_name not \\!cmd_name

inland wolf
#

!ok

#

ahha

mellow spire
modern haven
inland wolf
#

Yes

acoustic moss
#

yes

rough sapphire
#

How do you join?

modern haven
#

ohhh its the Gurkhan one

inland wolf
#

yes

modern haven
#

damn theres so many servers to keep up with lol

inland wolf
#

llol

acoustic moss
quick ledge
#

more than one edit

inland wolf
#

irkr

acoustic moss
#

lmao

inland wolf
#

ok

modern haven
#

is it just me or if someone replies with "ok" to you then you just want to curl up into a ball and cry?

twin charm
inland wolf
#

ok

twin charm
inland wolf
#

lol

twin charm
#

lmao.

wraith hound
inland wolf
#

ok can either mean i dont care about what u just said or i dont know what to say to that

#

and it can mean one more thing

#

which is reserved for me

acoustic moss
#

ok

inland wolf
#

and noone will understand

inland wolf
acoustic moss
#

ok

modern haven
#

ok

rough sapphire
#

ok

lunar crescent
#

ok

inland wolf
#

ok

modern haven
#

no

lunar crescent
#

yes

twin charm
#

ok

twin charm
#

is this you? stonesteel?

rough sapphire
ruby fox
#

Yeah

twin charm
#

omg hi

ruby fox
#

Thks for remembering me

twin charm
modern haven
#

who dat?

ruby fox
#

I even remember you also

modern haven
#

oooo nice, i think i may remember you but idk

#

i remember the name "stone" i think

ruby fox
#

Yeah, I’m the immovable stone

twin charm
#

one of my funniest moments I had on this server was when you rickrolled that person.

ruby fox
#

πŸ˜†

#

I remember

twin charm
#

πŸ˜‚ xDDD

ruby fox
#

So , are you currently working on any project?

twin charm
#

not at the moment, no.

modern haven
#

if that goes for me as well then yes, a streaming service with a fellow member of this python discord server

twin charm
#

damn streaming service?

#

pro

#

is it on gh?

modern haven
#

hang on, ill send a pic

ruby fox
#

What are you streaming?

modern haven
#

look at dose transition tho lol

ruby fox
#

Ui is level infinity

inland wolf
#

hot damn

#

kinda slow animations tho

modern haven
#

so speed them up?

twin charm
#

I hate it when you subtly rickroll me.

#

haha

inland wolf
#

yes

modern haven
#

also idk why OBS makes it a lower frame rate

ruby fox
#

By 0.6

edgy crest
#

How are you planning to send and recv the video data

twin charm
#

is your UI just those 4 buttons? what is the part behind that? on the left and right

edgy crest
#

I hope you use good compression

modern haven
edgy crest
#

If you are directly sending the frames as arrays then

ruby fox
#

Is it a desktop application or mobile?

edgy crest
#

It could get slow

modern haven
twin charm
#

I had no idea what I was looking at.

inland wolf
#

still slow

modern haven
# twin charm evorage.

Those 4 buttons are the "main" navagation bit, but theres gonna be sub menus and stuff

inland wolf
#

it has to be less than 1.5 seconds

#

imo

#

because this is navigation

quick ledge
#

you should have a way to delete the logs or history πŸ•΅οΈ

twin charm
modern haven
#

theres also an option to turn loggin off

modern haven
twin charm
#

animations dope tho.

modern haven
#

thanks, took me a while

ruby fox
#

Uh, I think button colours are different from the dark mode(maybe only I think like that)

modern haven
#

what do you mean?

#

the colours of the buttons should be darker?

ruby fox
#

No, their neon colour are bright

#

Contrast of buttons is good,

#

Maybe , you could inspire from discord buttons

modern haven
#

like rounded?

last mantle
#

yeah those colours are distracting

modern haven
#

aww i like them lol

last mantle
#

lessen the saturation maybe?

ruby fox
#

Not round, curved corner rectangles

modern haven
#

ill decrease the yellow a bit more

modern haven
last mantle
#

idk man, the font , font color and the bg color dont match

wraith hound
#

I can barely see the words on Green, Yellow, and Blue

last mantle
#

yeah

modern haven
#

i didnt change the colour of the text in that

last mantle
#

show the original

#

imo GUI's must be made in GUI frameworks

modern haven
last mantle
#

this looks like a game kinda

#

the UI

ruby fox
last mantle
#

yeah read up about material design too

modern haven
#

looks very closely at the link in case of rickroll lol

last mantle
#

embed..

modern haven
#

i hear you have a history of it πŸ˜‚

modern haven
last mantle
#

oof

inland wolf
#

hes gone through a lot

ruby fox
#

Maybe I should create a anti-rickroll link finder program

modern haven
#

there are quite a few youtube links lol, and many people use redirects so good luck

prime aspen
last mantle
#

@inland wolf did you see android 12

#

UI

#

do you think flutter widgets will change now

modern haven
#

ooo its so nice lol

#

just watched an ltt video on it

last mantle
#

its on beta

#

you can get it

thick dawn
#

just switched from windows to kubuntu 20.04 and i am lovin' it !

last mantle
#

k

prime aspen
#

Not a fan of Android updates tbh since my...."highly specific toolchain" relies on Android being crap at security to work

last mantle
#

check the new one

#

looks good

inland wolf
prime aspen
last mantle
#

hmm

prime aspen
#

I use KDE neon btw

last mantle
#

nice

prime aspen
#

Tbf KDE Plasma got the benefit of roughly-the-same-looking UI feel to Windows and the handholding of Ubuntu for the new ones
Edit: Plasma the desktop env, not Neon the OS

thick dawn
#

installed some new global themes which has made it look aesthetic

ruby fox
#

What is KUBuntu? Brother of Ubuntu?

prime aspen
#

KDE-Ubuntu

thick dawn
prime aspen
#

Great, now I'm torn between the two distros. Either I stay on KDE neon and suffer from lack of package, or I move to Kubuntu and miss out on KDE stuffs

#

........or I can spin up a virtual machine to hack my way around around the issues

thick dawn
prime aspen
#

Me wann bleeding edge KDE goodies which Ubuntu doesn't offer because stability (as far as I can tell)

ruby fox
#

I still use windows, as using vm would take up space (in my computer). The only Linux system I have is my android phone

prime aspen
#

I'm bloody stucked with ffmpeg 4.2.1 while the rest have moved on to 4.3.2

#

*insert screeching here* And don't tell me to move to Arch. Hell no.

last mantle
#

e

#

how can i like apt more

#

i hate it currently

prime aspen
#

You look at pacman --help and apt --help

last mantle
#

hmm

last mantle
#

anything else?

prime aspen
#

apt's is more readable

last mantle
#

nah

prime aspen
#

nah fam I'm not pouring 30 minutes of my life to see what switch do I need to use to install git

#

Which I have in the past. Not a fan.

last mantle
#

use yay/paru

#

why pacman

prime aspen
#

Because you wouldn't expect someone trying Arch for the first time to know about yay/paru/pamac?

last mantle
#

bruh

#

where did that come from

#

:/

#

o wait, you have never tried arch before?

prime aspen
#

Tried it once, never gonna try it again

last mantle
#

o why

#

lol

prime aspen
#

pacman ruined the experience

last mantle
#

then dont use pacman :/

prime aspen
#

too bad the first impression had gone to sh/t

last mantle
#

any other manager than apt

prime aspen
#

chocolate

last mantle
#

hmm

#

imma go with openSUSE

prime aspen
#

Go Gentoo

#

compile everything

buoyant gust
clear plume
buoyant gust
#

so more ppl will see

acoustic moss
#

bruh

buoyant gust
#

And thats not spamming

#

Maybe

acoustic moss
#

the same people see all the 3 channels

buoyant gust
#

Yes

inland wolf
#

lol

buoyant gust
#

Delete ot2 ot3

inland wolf
#

no

#

delete ur messages from ot2 and ot3

#

thats easier to do

buoyant gust
#

Why

#

No

inland wolf
#

k

buoyant gust
#

rm discord\python\ot1

inland wolf
#

brhug

rough sapphire
#

.topic

median domeBOT
#
**What is your favorite video game?**

Suggest more topics here!

wraith hound
#

Real Life

rough sapphire
#

I like them all ,except fortnite , 14 days

inland wolf
rough sapphire
#

olo

inland wolf
#

no

rough sapphire
#

yes

rich moon
#

anyone played no mans sky

last mantle
#

yes

#

me

#

got some resources, hit an animal, died and closed the game

acoustic moss
#

funny how life works

rich moon
#

lmao wut

viscid coral
# buoyant gust

you used that font and then you flipped it to be on it's side

#

that photo makes me hate the internet

#

😎

low chasm
#

Lite

#

Its not production ready yet

#

So yeah, it won't work

#

I've written a prototype, and now I'm rewriting it from scratch

inland wolf
#

yes

low chasm
#

A basic language won't be that hard, I've written a few small ones in python

#

My current language is a bit of a challenge though

#

since I'm planning it to be fully featured and production ready

#

Sure

#

I've written one in a few hours :P

#

Linux for dev

#

I have windows on my main PC, with WSL for dev

#

yep

#

I used to use Arch, but I got bored of it, so now I'm distro hopping every few days

#

Right now its openSUSE tumbleweed

#

Ubuntu (Default), Kubuntu, Xubuntu, Deepin, Arch (vanilla), Manjaro, archcraft, centos, openSUSE

#

I've liked Ubuntu, arch, archcraft, and centos the best

#

deepin is mostly just bloat

#

and manjaro is shit

#

nope, not yet

#

I might soon

#

haha, my dad loves it

#

why not?

#

He's used it since the beginning of his career

#

nope

#

He uses linux for servers

#

Windows on his actual laptop

#

He works in IT

#

nope

#

He manages peoples servers and sites, hosts shit, and handles IT problems

#

what

#

Why arch?

#

haha

#

I have time :P

#

I make time

#

Once your used to an arch install, getting it set up mostly just takes 20 minutes to half an hour

#

During school

#

I multitask

#

School is online

#

its a joke

#

It does, yeah

#

But during class

#

I mean, who does P.E anyways?

#

its online, the teachers can't tell

#

yep

#

East coast :P

#

We had the option to do in school, but several kids got COVID, so my parents declined

#

Cool

#

My family is from india

#

I just wanted to see how it was

#

I didn't like it much

#

not much

#

But then again, I only used it for a few days

#

I can see it being a good server OS

#

but not for desktop use

#

hm

#

well it never occurred to me

#

I'll probably use it soon

#

gaming

#

I have WSL

#

which is fine for my dev needs

#

I have a PC, not a macbook

#

I was getting much more value with my PC

vapid nymph
#

why mac?

low chasm
#

My laptop will burn if I run windows

vapid nymph
#

why use mac?

low chasm
#

6 years old

#

:P

#

ASUS

#

I have no idea what model it is

#

I found it in the basement

#

Customizability, the AUR, the fact that I can build it up myself

#

anyways

#

I gtg

#

bye

#

yep

#

eh, misworded it

#

anyways, i gtg, bye

vapid nymph
#

@rough sapphire windows as my computer, linux on my servers

#

how'd you get your status to display firefox lol

#

eh, i call them servers lol

#

they're just raspberry pis and other older equipment

low chasm
#

Nope

#

I can build Arch up from complete scratch

graceful basin
#

Not from complete scratch, but close enough

low chasm
#

Yeah

#

I want to install gentoo one of these days

graceful basin
#

Make sure you have a pretty beefy PC or get ready to wait a while

#

Compiling a whole OS is slow

solemn leaf
#

he probably has

acoustic moss
#

wait wtf

#

oreo you have nitro?

wraith hound
#

Since today

inland wolf
acoustic moss
#

sadge

inland wolf
#

πŸ˜”

last mantle
vapid nymph
#

well that's reassuring about mongodb compass

last mantle
#

k

vapid nymph
#

they have a read only version

#

of mongodb compass

#

except its not read only

last mantle
#

Rust guys, what's the difference between &str and String?

inland wolf
#

&str is a reference to a slice of String

last mantle
#

oh

inland wolf
#

the reason string literals are &str is because

#

it is a reference to a slice of string in the programs binary

last mantle
#

mmmm

#

aight thanks :)

#

oh one thing

vapid nymph
#

Immutability in python is never strict. If developers are determined/stupid they can always modify a so-called "immutable" object.

last mantle
#

i like yay, paru , zypper more than apt

graceful basin
#

I would argue using yay is always incorrect, since you can't inspect the PKGBUILD conveniently

last mantle
#

but what if i check the package beforehand in the aur

graceful basin
#

then it is fine, sure

#

but even then, dependencies and you could pick the wrong one of the alternatives

#

afaik, paru will show you the package before installing

#

which does seem like a sounder system

last mantle
#

yea

kind mauve
#

@void grove

#

i can be the one for you

#

i am the one for you

#

if only you would accept me...

last mantle
#

:/

void grove
#

I didn't update my girlfriend

kind mauve
#

the upgrade is me

void grove
#

Oh

#

So ig they have updated girlfriend to boyfriend

modern haven
#

lmao

tardy rain
#

what

inland wolf
#

is life

last mantle
#

sad

#

@inland wolf

inland wolf
#

yo

#

ok

last mantle
#

how do i convert int to str

vapid nymph
#

str(1)

last mantle
#

bru

#

rust

inland wolf
last mantle
#

o

#

thanc

inland wolf
#

ok

gritty zinc
#

numbers are also Display tho

last mantle
#

Wat

gritty zinc
#

you can directly use them in println! and stuff

last mantle
#

O

#

Thanks

#

Thats what I needed

jade harbor
#

the default non-customizable tkinter menu

#

my custom menu in tkinter

#

which one do you prefer AMcomfy

quick ledge
#

your version looks neat

vapid nymph
#

bruh fuck microsoft

#

i signed up for azure like a few weeks ago and this deal wasn't available then

#

this deal is better than the fucking student pack which i have smh

low chasm
#

indeed

rich moon
#

how does one make bindings for fortran code

last mantle
latent scaffold
#

Feel bad for people who have to use tkinkter ngl

last mantle
#

Oh why

latent scaffold
#

I heard it was painful haha

last mantle
#

Nah

vapid nymph
#

wait

#

oh

#

shit

#

🀦

latent scaffold
#

wot

gritty zinc
#

quality channel name

narrow estuary
young shoal
#

i was there when it was added!

young shoal
narrow estuary
#

gg

rich moon
#

oh yeah just found out about f2py

honest star
#

this channel name is golden

golden walrus
hollow lance
#

lmfao

acoustic moss
#

think this is the best ot name i've seen so far

vapid nymph
#

!pypi sympy

royal lakeBOT
mild abyss
#

damn

#

my

#

oh my

#

i symp so much in julia

acoustic moss
#

symping for sympy

austere tinsel
#

ot1-notice-me-sympy

it's my first time here-!

low chasm
#

Nice, welcome to the least active ot :P

vapid nymph
#

I just realized this

#

LOL

low chasm
#

Wait hahastinky why the so many reactions

last mantle
#

good job discord

inland wolf
#

arent stickers just bigger emotes?

rough sapphire
#

I think so

#

I thought stickers are animated unlike emotes, but emotes can also be

inland wolf
#

yea

#

i did not know sympy existed

#

IT CAN SOLVE EQUATIONS?

acoustic moss
#

I mean so can I

inland wolf
#

ok

acoustic moss
#

hmm

thin swallow
#

How many sneks is this.... 2 pythons? 1 python?

rough sapphire
thin swallow
#

snek is then murder

#

if snek try to eat i is do this

while True: quit()
spiral rapids
#

anyone familiar with visual basic aspx.cs files

viscid hemlock
#

Can you create your own licenses πŸ€”

I kind of want a simple MIT license, but you also have to give me credit

graceful basin
#

you can write your own license, but it is a legal document

viscid hemlock
#

Yeah

solid pollen
#

You can add common clauses it to, sure

ripe nebula
#

I have started to study Data Science from online courses .Currently I am planning to buy a laptop which will help me in studying Data Science and also in the long run. Please recommend me a suitable laptop

topaz aurora
rough sapphire
#

Someone can chat with me I m alone

twilit shore
#

sympy be my valenpy

mild abyss
inland wolf
#

sorry but i already know ur tricks

vapid nymph
inland wolf
#

today

rough sapphire
#

@inland wolf hello

#

Are you want to chat with me

inland wolf
#

not at the moment

lost skiff
#

why is it so popular rn to support terrorists?

rough sapphire
#

it's not

lost skiff
#

everyone is doing that tho

last mantle
#

Example?

latent scaffold
#

wot

lost skiff
#

a lot of celebrities post pro hamas stuff on their socials like dua lipa and a lot of others too

#

and reddit is full of videos supporting terrorists

#

twitter also

rough sapphire
#

eyoo guys i finally bought a new pc

twin charm
twin charm
rough sapphire
#

Specs?

#

i7 10875H -> 2.3Ghz 5.1Ghz Boost
3060 mobile max p
32Gb ram
1tb ssd

#

after my 10 years with the athlon A-6400 this feels unreal

acoustic moss
#

idk what you're talking about lol

twin charm
#

ye.

lost skiff
#

search 'gaza'

rough sapphire
tardy rain
#

inb4 woozy moment

#

i can feel it coming

rough sapphire
#

that doesn't mean they are supporting them

lost skiff
#

aight go ahead and search freepalestine on twitter

tardy rain
#

oof

acoustic moss
#

twitter is a place i haven't yet had the courage to venture in

lost skiff
#

just look how much hate there is

tardy rain
#

i dont understand, who are you calling terrorists

lost skiff
#

hamas

tardy rain
#

idk man im looking at wiki and theres more states not classifying them as terrorists than the opposite

#

the UN doesnt

lost skiff
#

wym

#

they are a terrorist organization

young shoal
#

i know pretty much nothing about politics, but i don't get why israel has shown so much restraint

lost skiff
#

restraint? wdym

young shoal
#

like, if canada was shelling people across the border, the united states would just invade and stop them

tardy rain
#

both sides are doing the shelling

#

israel bombed journalist headquarters the other day

young shoal
#

well yeah, but

#

why not more

rough sapphire
#

.@ronenbergman reports that those involved in decision to level Gaza media tower now completely regret decision. He confirms that Hamas had offices in building, but says IDF didn't accomplish anything w/ strike bc group's operatives simply moved computers out before it hit.

Retweets

438

Likes

1277

lost skiff
#

the difference is that hamas is shooting rockets to israel civilians and israel is destroying hamas buildings

tardy rain
#

no, israel is "alleging" that buildings are hamas HQs and then they bomb them

#

pretty sure violence against journalists and the media is one of the UN's resolutions

lost skiff
#

they literally tell hamas which building they are going to destroy before they do to minimize casualties

rough sapphire
#

Which is…

#

…

tardy rain
#

bruh for real

lost skiff
#

which is?

tardy rain
#

if i told you im bombing your house so get out, does it make it better?

lost skiff
#

house? its hamas hq

tardy rain
#

also it was the associated press and al jazeera HQs

lost skiff
#

and hamas DOES NOT tell before they bomb

tardy rain
#

bruh, they took down an AP HQ what are you going on about hamas

#

i dont even care about the conflict, but its funny how no one seems to bat an eye at israel firing on journalists

lost skiff
#

wdym by firing on hournalists

#

israel doesnt do that

rough sapphire
lost skiff
#

yeah?

tardy rain
lost skiff
#

dont you understand the hamas terrorist are hiding in buildings like that one and hospitals and schools so it would look bad if israel bombs this building

rough sapphire
#

I mean, I guess proof would be nice

tardy rain
#

next up, live feed from the airstrikes, Call of Duty style

young shoal
#

actual killcams

lost skiff
#

here you go

tardy rain
#

Kill 11 people and you unlock a strafe run

young shoal
#

25 kills for a nuke lol

tardy rain
rough sapphire
#

Hmm. First impressions of that article are not really good:

[…] But hidden inside the pulpit,Β  Israel alleged, were a Kalashnikov assault rifle, a bulletproof vest andΒ  […]

tardy rain
#

shit that article's 7 years old lmao

rough sapphire
#

Yeah, that too

rough sapphire
jolly tinsel
jolly tinsel