#ot1-perplexing-regexing

1 messages · Page 529 of 1

winter terrace
#

you bet your ass there probably maybe probably is

last mantle
#

SEX lol

twin charm
#

might wanna put spaces between that

winter terrace
#

why would i do that?

twin charm
#

because I thought it was iphone 12 X Se and not iphone 12 Se X

winter terrace
#

im just writing how it was written on the iBox mini™️ by Apple Co.+™️

twin charm
#

hol.up

winter terrace
#

HOLY SHIT

#

THIS IS THE GREATEST THING I HAVE EVER READ

twin charm
#

I am opening it with the expectation that its a rick roll, gtg

winter terrace
#

you can really tell he dropped out at second grade

solid pollen
#

what on earth is that

twin charm
#

what is this lol

solid pollen
#

It looks like autogenerated text

twin charm
#

research paper?

winter terrace
#

only the smartest text for the smartest intellectuals ever written

twin charm
#

haha

winter terrace
#

its like this for the entire book

twin charm
#

haha

solid pollen
#

I don't get it haha

winter terrace
#

i dont think you're supposed to

twin charm
#

is my english knowledge dumb, I cant understand anything

winter terrace
#

it is not, this guy dropped out at second grade

twin charm
#

where in that book, is it mentioned?

winter terrace
#

it was also written in ~1790

twin charm
#

oof

solid pollen
#

aaahh, that explains it

winter terrace
#

it was written by timothy dexter, one of the stupidest but luckiest people in history

winter terrace
twin charm
#

where do you find these masterpieces @winter terrace ??

winter terrace
#

sam o'nella academy

quartz heron
twin charm
#

?

quartz heron
winter terrace
#

not in real time , but well enough

strange musk
winter terrace
#

it breaks apart an image and then combines it

strange musk
#

reversing the order of the breaking?

winter terrace
#

i guess?

strange musk
#

you made it and you don't know?

winter terrace
#

im not sure about your phrasing

#

it takes elements of the image with similar color and places it in random spots

strange musk
#

yeah, well then how does it re-assemble?

winter terrace
#

then, it moves those elements towards where they're supposed to be

strange musk
#

how?

winter terrace
#

wdym how?

#

it

#
self.x += (self.dx - self.x) / (self.t - self.ct)
self.y += (self.dy - self.y) / (self.t - self.ct)
strange musk
#

LIke how does it know where to place any part? that is a pretty sophisticated task?

winter terrace
#

there is a destination (dx and dy) and the time in which it's supposed to do it

#

ct is how much time has elapsed

#

its a pretty fumbly way of doing it, but it results in all the pieces moving to their original positions at the exact same time

strange musk
#

so you are using Reinforcement learning?

winter terrace
#

what

#

its not a machine learning model

strange musk
#

yeah, that's what I was asking - which algo are you using?

winter terrace
#

im not using anything specific

#

using paintbucket algo to get the pieces

#

using rando to place their start point wherever

#

and then using the above formula to move them

strange musk
winter terrace
#

it is

#

if you track a pixel of any piece, you will see that its speed and direction remains constant

strange musk
#

wasn't the end goal to rearrange the picture?

winter terrace
#

yeah

#

and it does that

strange musk
#

well, it should do that perfectly right?

winter terrace
#

yes

#

is it not?

strange musk
#

its just that in your picture it kinda seems imperfect

winter terrace
#

how so?

strange musk
#

becuase it already knows the correct placement of the pixels, however its supposedly not being able to bring all of them in the correct postion

winter terrace
#

how is it not bringing them to the correct position?

#

you can see that at the end everything is assembled perfectly

strange musk
winter terrace
#

yes

strange musk
#

ahh. I thought that it was malformed

winter terrace
#

lol

quartz heron
#

!close

honest pawn
#

This help channel has been marked as dormant

quartz heron
#

good

honest pawn
#

Welp, someone claimed this not help channel

stiff jasper
#

lol

frigid coral
#

170 lines of code on mobile py_guido

strange musk
#

I hope you didn't type that yourself

stiff jasper
#

Typing code on mobile is pain 😓

last mantle
frigid coral
#

Yes I'm making slash commands right now because other api wrapper can't apply it yet

quartz heron
frigid coral
#

People keep pinging me about it lemon_enraged

last mantle
frigid coral
mint lichen
#

anyone here written n-body simulations? I'm trying to make one (in c++) but it's breaking my brain... for the solar system, mercury orbits the sun every 88 days but pluto orbits every 248 years. to simulate a full orbit of pluto I also need to simulate the other planets but this comes out to be ridiculously expensive. I was trying to use dynamic time steps for each body in the system based on rough orbital periods assuming circular orbits around the other bodies, but it turned out to be really slow and absolutely not worth it... any suggestions?

#

I just have a few bodies in the system too, don't even want to think about what will happen once I add all the planets and their moons..

last mantle
#

like the other planets

#

not that other planets have circular orbits

vapid nymph
#

👀 TIL the leads role either has admin or grants admin

mint lichen
# last mantle not that other planets have circular orbits

I know - the circular orbit approximation basically just tells me how quickly the direction is going to change - a spacecraft orbiting the Earth might complete one orbit in 90 minutes, meaning it will need a lot more time steps than pluto for a specific distance to simulate its orbit accurately

#

if the direction changes slower, I can afford to use larger time steps basically

#

the problem is changing the time steps; if I add lots of bodies the time spent finding a new time step will shoot up exponentially, because I need to go through every single body, check the approximate change in direction, and find the highest estimate for change in direction

vapid nymph
last mantle
#

good luck on your project :D

vapid nymph
#

!src silence

royal lakeBOT
#
Command: silence

Silence the current channel for duration minutes or forever.

Source Code
vapid nymph
#

….

#

the command isn't there tho

graceful basin
#

huh, that is an odd bug

#

open an issue on the github if there isnt one alredy

vapid nymph
#

@honest pawn do!close there

honest pawn
#

!close

vapid nymph
#

Pls @honest pawn

rugged echo
#

ah yes, pricing on smth for free 😉

#

for those who want to come at me saying it's only for the pro version thereby ruining the joke -> ||yes ik that it's for the pro version it's a joke on the irony how these two are placed side by side||

gritty zinc
#

If something is free, the real product is you*.

*haha just kidding it also costs money

gritty zinc
#

that's why one should use opensource software

#

we should have opensource everything. Why isn't there, like, an opensource codeacademy yet?

rugged echo
#

so you could save the code for future use

gritty zinc
#

one could make an "exercise engine" like it that anyone could submit courses to

rugged echo
gritty zinc
#

when saying "open source", I really mean "free* software"
*as in freedom, not just as in "for free"

#

so not just open source code, but also using a permissing license

rugged echo
#

ahhh i see

gritty zinc
#

ultimately, for many projects it's financially possible to survive on donations, otherwise big opensource projects wouldn't exist

rugged echo
#

yeah true

frozen crane
vapid nymph
#

Wait-- were you legitimately muted earlier?

frozen crane
#

And mods and admins are exempt from being silenced in those cases.

#

Muting moderators via our bot has no effect on message permissions.

vapid nymph
#

Oh

#

So every channel has a positive override for mods.

frozen crane
#

I'm not sure. Anyway, I wasn't muted for something I had done.

vapid nymph
#

Oh

#

An internal test then, I'm gonna assume

median domeBOT
#

I’d just wike to intewject fow a moment. What yuw’we wefewing to as Winux, is in fact, GNU/Winux, ow as I’ve wecentwy taken to cawwing it, GNU pwus Winux. Winux is not an opewating system unto itsewf, but wadew anodew fwee component of a fuwwy functioning GNU system made usefuw by de GNU cowewibs, sheww utiwities and vitaw system components compwising a fuww OS as defwined by POSIX.

Many computew usews wun a modifwied vewsion of de GNU system evewy day, wifout weawizing it. Dwough a pecuwiaw tuwn of events, de vewsion of GNU which is widewy used today is often cawwed Winux, and many of its usews awe not awawe dat it is basicawwy de GNU system, devewoped by de GNU Pwoject.

Dewe weawwy is a Winux, and dese peopwe awe using it, but it is just a pawt of de system dey use. Winux is de kewnew: de pwogwam in de system dat awwocates de machine’s wesouwces to de odew pwogwams dat yuw wun. De kewnew is an essentiaw pawt of an opewating system, but usewess by itsewf; it can onwy function in de context of a compwete opewating system. Winux is nowmawwy used in combination wid de GNU opewating system: de whowe system is basicawwy GNU wid Winux added, ow GNU/Winux. Aww de so-cawwed Winux distwibutions awe weawwy distwibutions of GNU/Winux!

vapid nymph
#

mwahahaha

last mantle
#

oh my

acoustic moss
#

damn

inland wolf
#

damn

vapid nymph
#

Afaik

#

It doesnt work well

#

@bleak lintel had to do it for the 51 ping web hook abuse in #bot-commands once

#

👋 hello Joe, not a moderation ping 😄

#

And hello c bass fishery

#

And vivek

eternal wing
#

hey look, its vivek

vapid nymph
#

lurkers

acoustic moss
#

lol

#

congrats on mod vivek

#

🎉

vapid nymph
#

Wat

acoustic moss
#

he's a mod now

vapid nymph
#

@quick ledge ignore I'm on mobile sorry

acoustic moss
#

a yodarator

eternal wing
#

Yes, and he re-branded just so he would be above me in the mod list 😠

vapid nymph
#

Ah cool 👏

quick ledge
eternal wing
acoustic moss
#

ignored my beautiful pun smh my head

quick ledge
#

I changed my nickname before The Modding

vapid nymph
acoustic moss
#

idk man message looks fishy

vapid nymph
#

6 mentions there.

inland wolf
#

damn vivek mod moment

#

time for some epic warnz and banz

vapid nymph
#

Anyways time to ping Joe, lemon, Sebastien, and then wait for the perm ban dm from @royal lake

inland wolf
#

wait can u !shh?

sterile sapphire
#

probably if he’s a mod

eternal wing
#

jk, plz dont

inland wolf
#

lol

eternal wing
#

yes, we can shhhh

vapid nymph
#

@quick ledge incoming rule 1 violations in dms

#

/s

quick ledge
vapid nymph
#

I only after noticed fisher said don't

#

@eternal wing can I get a preemptive ban so @quick ledge can't give me a real one?

eternal wing
#

still no

vapid nymph
#

Ok ok

sterile sapphire
#

@eternal wing is that your husky? He or she is very cute

eternal wing
#

yes, that is my husky, and ty. She is my everything lemon_sentimental

sterile sapphire
#

They’re so vocal I think it’s cute

eternal wing
#

zuko is a good choice for pfp as well, haha

sterile sapphire
#

Haha thanks

eternal wing
#

Yeah, she is super vocal... It loses its charm after a bit, but it is all a part of it xD

sterile sapphire
#

What’s her name?

eternal wing
#

her name is Ella. Which came from her previous owner, I probably would have given her a cooler name xD

sterile sapphire
#

I just love dogs so much

#

I was gonna be a vet but then med school and all was a no for me

eternal wing
#

haha, me too. I used to do foster volunteer stuff before I got my husky.

Being a vet can be really difficult if you love the animals as well, lots and lots of stuff you would rather not see.

#

Bit of a double-edged sword

sterile sapphire
#

I can’t really get a dog w my parents now bc I’m gonna move out soon and dogs deserve a big space to play and stuff

eternal wing
#

Yeah, definitely make sure you have enough time and room for a doge. They can be a lot of work. Huskies especially are a massive handful

sterile sapphire
#

Yeah they whine a lot

#

and howl

#

also I need the budget

acoustic moss
#

maybe I am a husky

sterile sapphire
#

for vet trips and all

eternal wing
#

yeah, huskies need LOADS of attention and exercise.

She is calming down and she still needs 1 hour walk + 1 hour play at least every day. And training sprinkled throughout.

AND she used to destroy everything when I first got her, haha.

#

She was free, since she was going to a shelter, but the vet bills were pretty expensive

sterile sapphire
#

yeah dude I don’t wanna get a dog and then something bad happens and I can’t pay for him or her

#

gotta get that amazing coding job to support it all

graceful basin
#

do any natural languages use L as a vowel, other than czech?

twin charm
#

not minee

vapid nymph
#

help, can someone help me with git

graceful basin
#

it wouldn't really work well in that context

acoustic moss
#

don't ask to ask 🥴

graceful basin
#

it is only after some consonants

#

for example, vlk is a single syllable

vapid nymph
#

👀

#

Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch

acoustic moss
#

ah, classic

vapid nymph
graceful basin
#

well, git init will create a git repo

#

that is a good start

acoustic moss
#

true

vapid nymph
#

ok

graceful basin
#

we also have consonant l, like in palace or lax, but it can be a vowel

vapid nymph
#

I cloned a repo from online using git clone and now I want to push to a fork

#

how!!!!!!!!!!!!!!!!!!!!

graceful basin
#

well, clone the fork

vapid nymph
#

wdym

#

I made the fork in github

graceful basin
#

the fork is just an entirely different repo, git has no concept of forks

#

if you don't know how to use git, I suggest you start with a local repo that has no remote to learn about staging, branches and commits, and only then get to remotes

graceful basin
#

git init

acoustic moss
#

lol

vapid nymph
#

where do I do et

acoustic moss
#

have you installed git?

graceful basin
#

in the directory you want to version

vapid nymph
acoustic moss
#

aight, cd to the project folder

graceful basin
#

git, despite what people try to tell you, is pretty complex

vapid nymph
acoustic moss
#

always an xkcd

vapid nymph
#

always

twin charm
#

those are really good

graceful basin
#

merge conflicts are the hardest

twin charm
#

.xkcd

median domeBOT
#

I have this weird thing where if I don't drink enough water, I start feeling bad and then die of dehydration.

vapid nymph
#

If that doesn't fix it, git.txt contains the phone number of a friend of mine who understands git. Just wait through a few minutes of 'It's really pretty simple, just think of branches as...' and eventually you'll learn the commands that will fix everything.
…brb.

twin charm
#

time to goto sirlancebot ig

graceful basin
#

at that point, it may be time to not use git

vapid nymph
#

uh

#

how do u open a terminal?

#

I call my friend and he remotes in to open it

graceful basin
#

lmao

twin charm
#

oof

vapid nymph
#

lol what is the difference between shells and terminals?

graceful basin
#

its complicated

#

since no one knows what these things even mean anymore

vapid nymph
#

terminals open shells right

twin charm
#

I had to explain to my friend how to add python to PATH and he thought I was damaging his pc, he ended up not collaborating to our project

vapid nymph
#

but you can also open the shells directly

graceful basin
#

by the strict definition, a terminal is a piece of hardware

#

what you open is actually a text terminal emulator

vapid nymph
#

#

okay then

#

shells are what terminals connect to

#

right?

graceful basin
#

not there yet, be patient

#

there is a lot of nomenclature here

vapid nymph
#

smh

graceful basin
#

since it emulates the terminal, which used to be a teletype, which is what TTY is short for. So you opened a terminal emulator. But actually, that is not really accurate either, since a terminal isn't necessarily an input device. But terminal emulators also allow input by keyboard. Now, the terminal emulator communicates with, colloquially just said as runs, some process.

A shell is a process designed to make it easy to interface with text terminals using a keyboard. Some examples of a shell is bash, sh, cmd, powershell, zsh, fish and more.

vapid nymph
#

no one knows what these things even mean anymore

graceful basin
#

that was hyperbole

#

what I meant to say was that the terms are often conflated since the distinction is mostly meaningless

vapid nymph
#

even reading the def tho, I don't know either

graceful basin
#

there are very few uses for an actual hardware terminal

vapid nymph
#

#

welp, on to git!

rough sapphire
#

.topic

median domeBOT
#
**What is better: Milk, Dark or White chocolate?**

Suggest more topics here!

spiral sapphire
sterile sapphire
spiral sapphire
sterile sapphire
spiral sapphire
#

and pfp’s

sterile sapphire
#

F

#

your pfp? my pfp?

spiral sapphire
#

My pfp was going to be my bots pfp but I decided otherwise

sterile sapphire
#

ah

#

i just like Zuko

last mantle
#

daspecito

sterile sapphire
last mantle
#

nothin

vapid nymph
#

Out of curiosity how do most anti cheats work? I'm assuming they'd check for byte code?

#

Or, I assume stuff we can't talk about here which makes sense

strange musk
#

Most of them rely on actual flags by the players in the game. After that, (on console) there are usualyl ML models to analyze input and flag input as to a probable input not being controller or some mod (like Programmable keys)

fresh ether
#

offtopic huh???????

#

guys

#

i need some help

#

I get this error when typing in #python-discussion
NameError: Caring is not defined
how fix??!?!?!?!????

stiff jasper
#

they dont care

stiff jasper
tired carbon
#

Why doesn't
=If(B:B = "Prospective",A:A)
work like i want it to in excel?

num2    prospective
num3    #DIV0!
#

I want to iterate for every possible instance of prospective within B and return the corresponding A row value, i.e.: num2

#

=QUERY(B:B, "select Col1 where Col2 <> 'Perspective'"
doesn't work for me either

rugged echo
sterile sapphire
rugged echo
# sterile sapphire i can't even dude i swear

bro i tried... when i searched up "big o notation" i was utterly discouraged by this:

Let T(n) and f(n) be two positive functions. We write T(n) ∊ O(f(n)), and say that T(n) has order of f(n), if there are positive constants M and n₀ such that T(n) ≤ M·f(n) for all n ≥ n₀.

#

:bruh:

sterile sapphire
rugged echo
gritty zinc
#

T(n) is O(f(n)) if we can multiply f(n) by a big enough constant so that c*f(n) will be >= T(n) for all n (past some point, at least)

sterile sapphire
#

how do I keep forgetting the definition after looking at it so many times

#

cries

gritty zinc
#

for example, n^2 is not O(n), because no matter what C you choose, for big enough n n^2 <= C * n will stop being true.

hot storm
#

alright this better be more peaceful

#

i am not ready for the war

rough sapphire
#

give me admin

sterile sapphire
rough sapphire
sterile sapphire
rough sapphire
#

😞

graceful basin
#

@rough sapphire hello, the way to get admin is to get promoted from a helper, which you gain by helping people in the channel or contributing to the server in other ways

rough sapphire
#

i was jk

#

but thx

harsh tundra
sterile sapphire
rich moon
#

yeah what u saw is the formal definition

#

u somewhat need to know what the predicates mean

sterile sapphire
#

i'm probably gonna get crucified for saying this

#

but right now I only care about looking at the code and correctly identifying the O(N) time complexity

#

i mean I still will read CLRS

#

but that is where my priority is

winter terrace
#

wut

#

big o is a big part of programming

#

or algorithms specifically

sterile sapphire
#

yes i'm aware

winter terrace
#

so why do you think people will get mad that you care about it?

#

being a perfectionist isn't grounds for someone to get mad at you

sterile sapphire
#

some people are big mad about me not reading the math behind it but focusing on the practical applicaton instead

winter terrace
#

who would be mad at that?

sterile sapphire
#

won't name them

winter terrace
#

big o, when written out mathematically, is so unnecessarily convoluted

harsh tundra
#

it's literally: f(n) is O(g(n)) if there exist constants c and C that for all n: c*g(n)<=f(n) <= C*g(n)

#

the formal definition above that people said is hard to understand states this but with the fact that it doesn't have to be "all n", only bigger than some n0

rich moon
#

well if ur working with math its good to be precise so u can actually formally prove stuff

winter terrace
gritty zinc
harsh tundra
#

It was a few years back when I had it in class (4 or 5 years ago?), so I used theta definition instead of big-O itself because in programming we want the closest O

winter terrace
#

>first person platformer but every time you wanna jump you do a front-flip

strong hull
#

Would a DS course in Java confuse me, while I've been learning Swift the last 3 weeks?

tardy rain
#

Java is fairly straightforward

strong hull
#

So short answer, no? lol.

acoustic moss
#

i don't think the language matters at all in a dsa course

#

you could do it in php for all the difference it would make

vapid nymph
#

--the windows pro key came loaded on the drive already

#

and used

#

which sucks because I'd like to put the key on my own microsoft account

#

and wipe the drive and use it for other things

#

as of now, it came with an account already set up and signed in

mild abyss
#

I am definitely aggressively anti caring

clear plume
#

Where

#

Maybe

vapid nymph
mild abyss
#

you fell asleep in my car i drove the whole time but thats okay i'll just avoid the holes so you sleep fine

eternal wing
#

that was one of my ex's favorite songs 😠

#

!warn 723052670117609513 do not spam your server invite here. You will only be warned once.

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied warning to @formal hawk.

rough sapphire
#

I'm an stegosaurus

zinc cave
#

Now son, don't touch that cactus.

rough sapphire
#

anyone got any google authenticator alternatives?

#

i dont want it to b device based

#

so like

#

if i lose access to my device

#

i should b able to login to my acc

#

and access all my 2fas in there

#

ping me if anyone answers

mild abyss
#

it has builtin password manager too

#

for free :3

#

but i use bitwarden as a password manager, the password manager from microsoft authenticator was just added recently so i never used it

rough sapphire
mild abyss
#

which u can access with account

mild abyss
#

do u need it to be account free?

rough sapphire
#

i could log into an account that has all my 2fas stored

mild abyss
#

oh i see

rough sapphire
#

instead of it being dependent on the device i use

mild abyss
#

lemme check if bitwarden has it

#

because bitwarden is cross platform

rough sapphire
#

i personally use bitwarden and tried to look for a 2fa feature but could not find anything

#

the only thing 2fa related i found was for bitwarden

#

for an extra layer of protection

mild abyss
#

it is only available on iOS and Android

oak tangle
#

I'll grab a screenshot

quick ledge
#

The TOTP feature is listed under premium

oak tangle
#

This is where you enter an authenticator key in the plugin interface

quick ledge
#

do you have bitwarden premium, sebastiaan? I've been meaning to ask

oak tangle
#

right

#

I do have that

#

But I used to free version for a long time first

#

I don't use bitwarden for 2fa, though

#

I don't want to keep my passwords and 2FA in one place because, well

#

what's 2FA about that?

quick ledge
#

how do you manage 2FA then?

mild abyss
#

hmmm same how do u manage ?

quick ledge
#

I keep a separate keepass database for 2fa

oak tangle
#

You could use a different auth app (e.g., authy) or use something like a yubikey

#

the actual security gurus probably say not to use any service that shares 2FA across devices

#

It's supposed to be this thing you have instead of this thing that is everywhere where your passwords also are

quick ledge
#

yeah, definitely

mild abyss
#

so in summary, 2FAs should not be stored in one place as well as passwords

#

🤔

#

so i am making a mistake

#

because my 2FAs are in one place

rough sapphire
#

i think at that point, if the hacker gets access to all ur 2fas, he deserves the accs

#

i would rather store all my pws in one place to make it easier for me

#

and to make it easier to restore incase i lose access to my vault

#

thats just me tho

rough sapphire
#

hey, do you guys know if Arch linux is ok for gaming?

#

with nvidia card

#

people say it's bad but i want to get your opinion too

topaz aurora
#

You'd have more luck with Manjaro or PopOS

#

@rough sapphire

tranquil orchid
#

I mean linux isn't great for gaming period, so if you're really into games you'd probably want to dual boot

rough sapphire
#

i am not really into, i just want to play along with my friends

tranquil orchid
#

But I can vouch for Manjaro, has worked for me so far

rough sapphire
tranquil orchid
#

I'm on an Nvidia card as well

rough sapphire
#

i will go for manjoro

tranquil orchid
#

@sly nexus Is there a reason you're spamming that?

rough sapphire
#

and btw why people say it won't run on arch

#

do i have to install a lot of things or it just doesn't likes the os?

tranquil orchid
#

What won't run on arch?

quick ledge
#

some games will not work because the anti cheat will not play nice

rough sapphire
tranquil orchid
#

Not many game developers have linux in mind when creating games

rough sapphire
quick ledge
#

yes

rough sapphire
#

i was asking specificly for arch

#

why arch has less chance?

quick ledge
#

there's nothing arch specific that you need to worry about

#

finding the right drivers, perhaps

rough sapphire
#

won't it be same on manjoro too?

#

it's based on arch

quick ledge
#

go for the non-free drivers

rough sapphire
#

obviously

tranquil orchid
#

Yeah use the proprietary drivers when you set up manjaro

rough sapphire
#

alright, thank you all

sage grail
rough sapphire
#

.topic

median domeBOT
#
**If you could be anyone else for one day, who would it be?**

Suggest more topics here!

twin charm
#

this topic is overrated

ember marlin
#
print('Hello world!lol')
#
print('damn')
rugged echo
twin charm
atomic horizon
#

!e
print("Hello UNiverse")

royal lakeBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

twin charm
#

RIP

uneven pine
#

Who pinged me and deleted it

graceful basin
#

IIRC, someone was concerned since you were not very active recently

uneven pine
#

Life's funny that way innit

rough sapphire
#

y is guido not in this server >:(

sterile sapphire
rough sapphire
#

oh

#

interesting

vapid nymph
uneven pine
#

Oh yeah that was a while ago now huh

#

yeah didn't die

acoustic moss
#

good for you

last mantle
#

hi awoo

uneven pine
#

Hello

harsh tundra
#

Hi~

rugged echo
#

hola

rugged echo
royal lakeBOT
#

4. This is an English-speaking server, so please speak English to the best of your ability.

rugged echo
rugged echo
rugged echo
rugged echo
sterile sapphire
rugged echo
vivid path
#

privet

#

👋

rugged echo
#

im actually so fking bored i started talking to myself

rugged echo
vivid path
#

!topic

#

.topic

median domeBOT
#
**What is your favourite color?**

Suggest more topics here!

vivid path
#

Dark desaturated green

#

Its goes well with EVERYTHING

rugged echo
rugged echo
sterile sapphire
#

uhhh i think he's lost it

sterile sapphire
#

dude's talking to himself

#

basically

vivid path
#

;;D

rugged echo
rugged echo
sterile sapphire
#

@rugged echo this you?

rugged echo
rugged echo
sterile sapphire
#

I think you need to take a break

vivid path
#

@sterile sapphire Did you mean @rugged echo

rugged echo
vivid path
#

or @rugged echo

rugged echo
sterile sapphire
#

this is wait... it's all objects rn

rugged echo
sterile sapphire
#

unfortunately Naruto lost Kurama

rugged echo
sterile sapphire
#

so now he can't even do multi shadow clone jutsu

#

bc it worked w Kurama's chakra

#

thanks for ruining Naruto for me Boruto

rugged echo
#

idk anything abt anime 🙂

rough sapphire
#

.topic

median domeBOT
#
**What is the most useless talent that you have?**

Suggest more topics here!

rough sapphire
#

that, or corssing my eyes

rugged echo
#

hey @sterile sapphire would you mind going to #bot-commands? have something to show you 😉

harsh tundra
rugged echo
rugged echo
rough sapphire
#

should start a war against the chats

#

ot0 vs ot1 vs ot2

#

the ultimate fight

stiff jasper
#

🥴

rough sapphire
#

true

vivid path
#

🥴

vapid nymph
#

🥴

rough sapphire
#

babababa

#

sheep

#

cow

woven zealot
#

can someone help me with turtle please?

vapid nymph
honest pawn
rich moon
#

make it 9

strange musk
honest pawn
uneven pine
#

This is another reason I don't come around here often anymore

#

There used to be meaningful discussions in the off topics, now it's just like this every time I come in

vapid nymph
#

you missed the gender convos recently

vapid nymph
#

granted uh

#

those weren't that nice in the end

sterile sapphire
vapid nymph
#

sorry, which one?

sterile sapphire
#

i forgot his name

#

and I don't wanna talk about him bc I'll get muted

vapid nymph
#

no i mean there were several, I sent you a dm of it

sterile sapphire
#

ok

winter terrace
#
Vector2 targetXZ = new Vector2(hunted.transform.position.x, hunted.transform.position.z);
                Vector2 outsetTargetXZ = targetXZ + (new Vector2(transform.position.x, transform.position.z) - targetXZ).normalized * circlingRadius;
                Vector3 outsetTarget = new Vector3(outsetTargetXZ.x, hunted.transform.position.y + circlingHeight, outsetTargetXZ.y);

so i have this. i may be missing something, so im asking for others' looks at it. this code should get the position of hunted on the XZ plane, and outset target is taking that XZ pos and moving it towards the character by a circlingRadius
am i correct?
or is my code just bad?

atomic horizon
#

idk doesnt sem like python to me

#

looks ok

rough sapphire
#

smart ass open source lmao

vapid nymph
#

SAOS

green pecan
#

when you have error in your code, you do this to your gui and then show it to your professor :>

tribal aurora
#

R..

acoustic moss
#

lol

tribal aurora
#

@acoustic moss how's ur linux going?

acoustic moss
#

haven't touched that laptop since installation, lol

tribal aurora
#

lol

edgy crest
acoustic moss
#

ye

edgy crest
#

oo

acoustic moss
#

my mother's old laptop actually but whatever

winter terrace
#

i have to assume that saying "nueva york" feels weird. you're half-translating an english phrase, which is technically correct, but i compare it to translating it to "новый york" and that sounds weird to me.

uneven pine
#

Knowing Russian that reads perfectly normal to me

#

Besides the mix of cyrillic and latin

#

Should either be новый ёрк or noviy york imo. Or maybe юрк? I don't know the transliteration.

#

Russian transliteration is spotty at best considering we somehow get "Moscow" out of "Москва" (Moskva)

quick ledge
green pecan
#

hehe windows errors go brrrrr

carmine niche
green pecan
#

also i need to reset my pc, but it's been running a python discord bot since it last worked good, and ive updated it but it's errorsome and i don't want to not have running bot, but i dont have time to debug it :<

#

if i restart my pc i lose the running instance of the old code

winter terrace
#

it sounds natural

#

idk

median domeBOT
#

Check out this April Fools' video by google.

https://youtu.be/4YMD6xELI_k

Dozens of wild Pokémon have taken up residence on streets, amidst forests and atop mountains throughout Google Maps.

To catch 'em all, grab your Poké Ball and the newest version of Google Maps for iPhone or Android. Then tap the search bar, "press start," and begin your quest.

And, follow Google Maps on Google+, Facebook or Twitter for hints ...

▶ Play video
sand inlet
edgy crest
#

lol

twin charm
acoustic moss
#

you just wait for the first 3 or 4 and then let the hivemind take over

inland wolf
#

yes

twin charm
#

haha

inland wolf
#

man

#

it hasnt even been a year since i used this laptop

#

and its already got a battery wear level of 11%

edgy crest
#

nice your laptop finally heaved its breath

inland wolf
#

bruh

twin charm
#

wdym "battery wear level" ?

inland wolf
#

first 2 values

#

the first value is what it could do

#

second value is what it can do now

twin charm
#

hmmm

inland wolf
#

:'(

edgy crest
twin charm
#

like how phones shut down not at 0% but at 13% ?

inland wolf
#

no

twin charm
#

did you say no to vinam's or my message?

inland wolf
#

urs

#

lol

twin charm
#

k

inland wolf
#

yes

twin charm
#

give it to me in simple terms

edgy crest
#

battery life decreased.

acoustic moss
#

battery not stronk

edgy crest
#

battery bonked

twin charm
#

so 11% battery life is decreased when

inland wolf
#

battery lost its original stronkness

twin charm
#

?

inland wolf
#

it lost 11% of its old glory

twin charm
#

like how when you make it charge to 100% and then when you unplug, it suddenly becomes 89% ?

inland wolf
#

nnoon

wheat lynx
#

The total capacity of the battery has decreased by 11%

inland wolf
#

no*

#

yes

twin charm
#

k

wheat lynx
#

but the percentage shown has scaled down to reflect that

twin charm
#

hmm

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied mute to @rough sapphire until 2021-03-03 10:22 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

wheat lynx
#

d?

inland wolf
#

lol

twin charm
#

so the 1% has less capacity than 1% in earlier times

inland wolf
#

1% since when it was made

twin charm
#

wait wait wait

inland wolf
#

bruh

twin charm
#

1% of total now has less capacity
1% of total then had more capacity

acoustic moss
#

yes

twin charm
#

aaa

#

icic

but the percentage shown has scaled down to reflect that

#

my brother's phone was sus
it gets charged upto 100% and when you unplug it instantly becomes 84%
(this is irrelevant to what zeeshan said btw)

wheat lynx
twin charm
wheat lynx
#

ah yeah

#

oh i see what you meant

twin charm
#

so ig battery drains fast

wheat lynx
#

yeah

royal lakeBOT
#

:x: According to my records, this user already has a mute infraction. See infraction #29380.

#

:incoming_envelope: :ok_hand: applied mute to @hollow spire until 2021-03-03 10:55 (9 minutes and 59 seconds) (reason: burst rule: sent 10 messages in 10s).

inland wolf
#

damn

#

he really went 1m/s

edgy crest
#

lol

runic parrot
#

Huh

twin charm
inland wolf
#

no

hollow spire
#

xcv

royal lakeBOT
#

:x: According to my records, this user already has a mute infraction. See infraction #29382.

#

:incoming_envelope: :ok_hand: applied mute to @hollow spire until 2021-03-03 11:19 (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).

inland wolf
#

damn

stark prawn
#

!tempban @hollow spire 2w Don't come back unless you develop an interest in python.

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied ban to @hollow spire until 2021-03-17 11:10 (13 days and 23 hours).

twin charm
#

this channel is getting rekt

#

.topic

median domeBOT
#
**How many years have you spent coding?**

Suggest more topics here!

twin charm
#

no wait 0.9

tribal aurora
#

who is this

#

lel

quick ledge
#

umm, not me, lol

last mantle
#

ono

tribal aurora
#

no ad

twin charm
#

no, I dont think I will

solid pollen
quick ledge
#

nuh-uh.

inland wolf
#

damn

kindred sorrel
#

What font do you use for programming and why is it FiraCode?

graceful basin
#

whatever the default is

rough sapphire
#

FiraCode never sat right with me

inland wolf
#

the ligatures 👌

twin charm
#

JetBrains Mono

strange musk
#

Anyone here knows the language chichewa, Nyangja?

sterile sapphire
#

Huh

carmine niche
kindred sorrel
kindred sorrel
mild abyss
#

FantasqueSansMono is a goddess

strange musk
#

!e

while True:
  print('')
royal lakeBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

tribal aurora
#

WOW

#

after 12 hours

#

finally

#

I've setup my father's old windows 7 like my arch lel

#

how is it

acoustic moss
#

wait what

#

is that windows looking like arch
or
arch looking like windows

tribal aurora
#

windows that looks like arch

#

i mean

#

u could say arch

#

like linux i would say

#

not arch

acoustic moss
tribal aurora
#

how is it

acoustic moss
#

looks cool

last mantle
#

explain

#

quick

tribal aurora
last mantle
#

or else ban

tribal aurora
#

approximately 12 hours

twin charm
#

I need to hang this on the wall

tribal aurora
#

lol

last mantle
#

@tribal aurora how did you do this, good sir

twin charm
#

.bm 816687645845094462

strange musk
#

.bm

median domeBOT
#
Noooooo!!

Your input was invalid: target_message is a required argument that is missing.

Usage:
.bookmark <target_message> [title=Bookmark]

strange musk
#

howd you get the number, bTW?

tribal aurora
#

so, how's that

#

did you like that

last mantle
#

how

twin charm
last mantle
#

did you do it

#

please

#

:(

strange musk
#

ahh..thanx

tardy lotus
#

can someone help me whenever i try to run my .js file this is what pops up (node:1318) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 message listeners added to [Client]. Use emitter.setMaxListeners() to increase limit

tribal aurora
#

don't interrupt

#

@tardy lotus

#

dm me if u guys wanna know

inland wolf
# tribal aurora like linux i would say

I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/LInux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Linux”, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called “Linux” distributions are really distributions of GNU/Linux.

tribal aurora
#

tl;dr

acoustic moss
#

lmao

strange musk
#

@tardy lotus My dear sir, this is smart-ass-open-source. if you have any query, please take it somewhere else

inland wolf
#

B)

twin charm
#

I like how you send this message once in a while

inland wolf
#

yes

tribal aurora
#

ok ok , so finally the truth :|

inland wolf
#
if "linux" in message:
  send(id_like_to_interject_for_a_moment)
last mantle
#

i hate you now

#

bye

tribal aurora
#

xD

twin charm
last mantle
#

not windows

twin charm
#

k

inland wolf
acoustic moss
inland wolf
#

that was a joke

#

bruh

acoustic moss
#

:|

last mantle
#

self bot zeeshanok

#

ban him

inland wolf
#

bruh

acoustic moss
#

abnension

inland wolf
#

ples

#

🙏 i hve that reddit post open rn

#

guyz nooooo

tribal aurora
#

did you guys know anything about this beautiful qrencode command

edgy crest
tribal aurora
#

there are almost everything in unix command line utility :/

#

i doubt u couldn't find something

twin charm
acoustic moss
inland wolf
#

frikity po

acoustic moss
#

📨 👌 applied ban to @inland wolf permanently

inland wolf
#

lmao

tribal aurora
#

lol good one

inland wolf
#

@meager oracle sorry for ping bro

acoustic moss
#

he's banned

#

so

#

lol

inland wolf
#

lol

tribal aurora
#

r.i.p zeeshan

#

he was a good guy

inland wolf
#

yes

acoustic moss
#

he was like father to me

inland wolf
#

hes a great gu

#

and super strong and muscular

tribal aurora
#

and like a brother to me

inland wolf
#

and smart

tribal aurora
#

bye zeeshan for ever

#

I wish i could see his pfp again

inland wolf
#

yea

#

same

tribal aurora
#

but i can feel his soul talking to me

gleaming pivot
#

a tribute for the fallen soldier

twin charm
#

haha

tribal aurora
edgy crest
#

i shud make one with python too ablobbounce

inland wolf
#

yes bro

tribal aurora
#

hmmm

edgy crest
#

firstly though

acoustic moss
twin charm
#

this is weird, isnt ot0 supposed to be where you 4 chat

tribal aurora
#

why do you guys have this iussuffix

edgy crest
tribal aurora
#

I want one

edgy crest
#

idk, someone started it

tribal aurora
#

ok done

edgy crest
#

nice

tribal aurora
#

lgtm

inland wolf
twin charm
#

new trend ig idk

tribal aurora
#

@edgy crest I mean, there are lots of cool command that we don't know

#

I wish i knew them all 😒

edgy crest
tribal aurora
#

lol that one

twin charm
#

is @inland wolf pbunbun

tribal aurora
#

and sudo !! one that i recently discovered is so dam helpful

gleaming pivot
tribal aurora
#

lol

twin charm
#

wait nvm that was a stupid question

tribal aurora
#

he've seen it whether it was stupid or not

gleaming pivot
edgy crest
twin charm
#

wow

#

imagine being the person who creates qr code scanner

inland wolf
#

have u seen how bar codes are read?

edgy crest
#

no

inland wolf
#

i remember watching a video on that

#

i dont remember who made it tho

#

ahhh

edgy crest
#

the fuck

acoustic moss
#

o

#

interesting

inland wolf
#

tahts the physical part of it

#

theres a pattern

#

each barcode corresponds to a number

#

i think we all know that

#

here i found it

mild abyss
twin charm
#

.topic

median domeBOT
#
**What was the last movie you saw in a cinema?**

Suggest more topics here!

gleaming pivot
twin charm
#

🤔 hmmm

mild abyss
#

filo?

gleaming pivot
mild abyss
#

agreed

#

they dont want discourse

twin charm
#

you 2 are from the phillipines?

mild abyss
#

:3

#

yup. someone slapped me with a book

twin charm
#

how is it like there

mild abyss
#

when i was in elementary

#

thanks to my brain, i am smart enough to get a highschool scholarship lol

#

and then i just forgot about them because theyre not worth my time 😌

mild abyss
#

well idk about that, my entrance tests are kind difficult

#

the highschool itself is the scholarship

twin charm
#

the highest no. of reactions I've ever seen in ot

vapid nymph
#

👀 can it hit 20?

#

No mods have reacted yet

tribal aurora
tribal aurora
#

thanks to me

vapid nymph
#

👀 daaaamn

scenic knoll
#

@twin charm So how long have you been using Linux?

#

I have for 8 years

twin charm
#

wtf

#

I dont even use linux

#

windows 10

#

when I said "I saw many linux users say that "I use arch btw""
i didnt say I was one of them

scenic knoll
#

i may of been referring to someone else who said something

twin charm
#

hmm

scenic knoll
twin charm
#

3rd boom?

#

do you live in a war zone

scenic knoll
#

i have been hearing explosions due to a company blasting dynamite

#

LOLNO

#

it's not a warzone

twin charm
#

kek

scenic knoll
#

they are blasting rock

#

atm

#

i think

vivid path
twin charm
#

haha

#

blasting the rock

lunar shore
mild abyss
#

lol

lunar shore
#

Lol

#

Why though

#

I think scholarship is good stuff

mild abyss
#

school is scientific but the staff and teachers treat us like robots after they replaced the old director with a new one

#

the new director stopped all our student activities such as SciCamp and Leagues

#

she was a dictator. if there was hell, i wish she will rot in it

lunar shore
#

Hmmm

lunar shore
#

idk who that is xd

#

manager?

mild abyss
lunar shore
#

Ah

#

ic

mild abyss
#

i will visit again on that school and spit on the ground

lunar shore
#

So umm ... You got scholarship , the school's director/admin got replaced , the teachers were made out of rock , and then SciCamp and Leagues go boom?

mild abyss
#

spit on it like i am emphasizing how shit they managed us

mild abyss
lunar shore
#

That's messed up lol

#

I mean , we don't have even SciCamp XDD

#

So uh

#

Though I doubt us having Highschool scholarship afterall

mild abyss
#

i hated being smart after that. turns out i need it again, and now i am dumb

lunar shore
#

Biology is a hard major to get into

#

but u got in it

mild abyss
#

it is

lunar shore
#

so u smart

mild abyss
#

thanks but i wanna mix code in it

lunar shore
#

LOL I am not even gonna take biology . Just CS most likely

mild abyss
#

DNA and binaries should go together

lunar shore
lunar shore
mild abyss
lunar shore
#

I hardly know what are DNA's properties anyway

mild abyss
#

or probably just the research field first

lunar shore
#

Yeah

#

But

#

Why not computer science?

mild abyss
#

my major is microbiology

lunar shore
#

oooooooh that should be interesting

mild abyss
lunar shore
#

So computer science is calculus + programming?

mild abyss
#

there was a guy in Julia server that took his BS in Biomedicine and took his MS in CS

lunar shore
#

that's nice , but you already know programming so uhh

#

good for you 🙂

mild abyss
#

he is so smart and he has a vibe like sexpistol

lunar shore
#

Umm ... Does he argue a lot?

mild abyss
lunar shore
#

Calculus? Linear algebra?

mild abyss
lunar shore
mild abyss
#

with too much kek and pepe memes

lunar shore
#

Oh lol

lunar shore
mild abyss
#

i lost what i have learned. time to study on May :3

lunar shore
#

I mean , knowing multiplication, subtraction, division, summing is enough to learn the others

#

I honestly like how https://www.mathsisfun.com/ explains stuff and I myself learned calculus and linear alg from it

mild abyss
lunar shore
#

Like the derivative of a function is the rate of change of the function

mild abyss
lunar shore
mild abyss
#

hahaha

#

it is good foundation so good for u if you realized that it is so useful

#

so many goods

lunar shore
#

It's quite easy though
Let's say you have a function :

f(x) = x ^ 2

Which basically calculates the number's 2nd power .
To calculate the derivative of function f(x) = x ^ a , you do :

f(x) = x ^ a
f'(x) = a * x ^ (a - 1)

P.S in the second function where the name has a ' , that usually means it's the derivative

#

That's the power rule there

mild abyss
lunar shore
#

So calculating f(x) = x ^ 2 , you would get :

f(x) = 2 * x ^ (2 - 1)

which is equal to :

f(x) = 2 * x = 2x

🙂

lunar shore
mild abyss
#

thats the ez stuff, what i meant was when i was in highschool and we did theoretical stuff

mild abyss
#

our sciences there are college level

#

i am like living in college again once i got into uni

lunar shore