#voice-chat-text-0

1 messages ยท Page 814 of 1

swift breach
#

say that again Mr. Hemlock?

rugged root
#

Was wondering if you were having fun with it

swift breach
#

It's alright. I find it boring honestly. But many employers value it.

flint skiff
#
Ignoring exception in command DaBaby:
Traceback (most recent call last):
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 939, in invoke
    await ctx.command.invoke(ctx)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 855, in invoke
    await self.prepare(ctx)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 789, in prepare
    await self._parse_arguments(ctx)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 697, in _parse_arguments
    transformed = await self.transform(ctx, param)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 542, in transform
    raise MissingRequiredArgument(param)
discord.ext.commands.errors.MissingRequiredArgument: member is a required argument that is missing.
#

!pate

wise cargoBOT
#
Did you mean ...

relative-path
windows-path
pathlib

flint skiff
#

!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.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

flint skiff
sly gale
#

hey @flint skiff how old are you

swift breach
#

Are people here supposed to be super young? I'm 20.

soft iron
#

hi everyone o/

#

No im 21

#

oh sorry im ingame hard to hear and type. waiting for my voice haha

#

are the people who are under 18 here just coding savants

#

i couldnt figure out anything until i was 20

#

hahaha

swift breach
#

Well I'm 20 and just starting to learn the jists of Python

#

I feel I started too late.

rugged root
#

I didn't get into coding until like.... 21 or 22 when I was in college

flint skiff
#

It is never late according to me.

rugged root
#

And then after that I did it off and on for a while, and only really buckled down over the last handful of years

flint skiff
#

But it is better if you start early on.

rugged root
#

Eh, maybe

swift breach
soft iron
#
  • when you play street fighter for the first time and think ur good then u join multiplayer -
short gate
#

Hello.

dense ibex
flint skiff
short gate
#

You wanna know how to trigger hundreds of Python programmers?
Take a look at this.
This is a simple program that reads string input from the user, and then outputs beeps with different frequency corresponding to each character of the string.
I have basically shortened it so hard, this will make serious programmers mad.

rugged root
#

So there's always a chance if you put your mind to it

soft iron
#

im laughing but i shouldnt be. hope ur doing good lol

short gate
vivid palm
#

@honest pier hai

honest pier
#

hi

short gate
honest pier
#

it's not even that bad

#

you can fit the last one into a list comp

#

just use iter(int, 1) as your while True

#

and you can put the other one into a list comp too

swift breach
flint skiff
#

My bot's text commands are running I haven't checked the voice commands yet.

#

I hope youtubedl doesn't screw me again.

faint ermine
wise cargoBOT
#

Per PyDis' Rule 5, we are unable to assist with questions related to youtube-dl, commonly used by Discord bots to stream audio, as its use violates YouTube's Terms of Service.

For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2021-03-17:

The following restrictions apply to your use of the Service. You are not allowed to:

1. access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as specifically permitted by the Service;  (b) with prior written permission from YouTube and, if applicable, the respective rights holders; or (c) as permitted by applicable law;

3. access the Service using any automated means (such as robots, botnets or scrapers) except: (a) in the case of public search engines, in accordance with YouTubeโ€™s robots.txt file; (b) with YouTubeโ€™s prior written permission; or (c) as permitted by applicable law;

9. use the Service to view or listen to Content other than for personal, non-commercial use (for example, you may not publicly screen videos or stream music from the Service)
flint skiff
#

I know @faint ermine

vivid palm
rugged root
vivid palm
#

lmao

flint skiff
#

I wasn't asking help regarding youtubedl, as it is the shitiest thing ever.

#

@dense ibex you free yet?

#

Nah @dire folio

#

I have too much background noise at the moment.

honest pier
#

infinimata

swift breach
rugged root
faint ermine
#

@mossy wagon youll need to verify

#

!voice

wise cargoBOT
#

Voice verification

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

mossy wagon
#

!voiceverify

faint ermine
rugged root
#

!stream 147651344298147841 1h

wise cargoBOT
#

@mossy wagon

โœ… @mossy wagon can now stream.

dense ibex
#

PHP is for server side web correct?

#

if that makes sense.

stuck furnace
#

Ah, "illusion of competence"

short gate
#

That's a coincidence. My first programming language was Pascal.

whole bear
#

"""meeting_planner URL Configuration

The urlpatterns list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/3.2/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: path('', views.home, name='home')
Class-based views
1. Add an import: from other_app.views import Home
2. Add a URL to urlpatterns: path('', Home.as_view(), name='home')
Including another URLconf
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
from django.contrib import admin
from django.urls import path
from website.views import welcome, date, about
from meetings.views import detail

urlpatterns = [
path('admin/', admin.site.urls),
path('', welcome),
path('date', date),
path('about', about),
path('meetings/int:id', detail),
]

#

helpp

#

@dire folio

amber raptor
stuck furnace
#

If I were to teach someone programming from scratch, I would emphasise execution models.

dense ibex
#

thank you

stuck furnace
#

To really get the idea of an execution model, you need to learn more than one programming language.

#

That's where education-oriented languages like Scheme come in.

short gate
#

My first programming language was Pascal. It was simple. At least until today.

program StringToIntIsMoreLikeALabourInPascal;
uses Crt,Bullshit,Madness,Masochism;
type
  Boring=Record
    this:Integer;
    that:string;
  end;
var
  apeshit:Boring;
  a,b,c,d,e,f,i,j,z:string;
procedure FaQ;
begin
  FlipMiddleFinger;
end;
begin
  WriteLn("How many camel cases do you want?");ReadLn(a)
  WriteLn("Yes\n") { symbols like \n and \t is useless in Pascal >:( }
end.

Pascal sucks - that's all there is to it.

zealous wave
#

@rugged root can I screenshare my not cursed code rn? I have perms, I just want to make sure I can

rugged root
#

Of course

zealous wave
#

pog

soft iron
#

I understand what youre saying, I've recently heard from a mentor that they'd look to hire knitters with no coding experience because its so similar to understanding algorithms, I thought it was interesting.

short gate
soft iron
#

(talking to voice)

honest pier
#

WOW

short gate
#

It was simple, it was flexible, and I somehow mastered the basics.

short gate
rugged root
#

!voice @upbeat sleet That'll tell you why you can't speak in VC right now

wise cargoBOT
#

Voice verification

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

honest pier
#

there's no way someone would hire a knitter with no experience over literally anyone with experience or a degree

short gate
#

I am currently learning C (and maybe C++), because C (and C++) can be useful for making Python extensions and/or improve Python's abysmal speed.

stuck furnace
#

Python is already kind-of multi-paradigm.

short gate
#

I mastered the basics within a few weeks.

upbeat sleet
#

thanks @rugged root i apparently have to write some in chat

rugged root
#

Yep, just participate in some conversations, help out or get help in the help channels, see if there's a topical channel that catches your eye, etc.

upbeat sleet
#

๐Ÿ‘

swift valley
#

No-code for frontends are basically just website builders with extra buzzwords

upbeat sleet
#

___chlli_gurkan are you ๐Ÿ‡ธ๐Ÿ‡ช

soft iron
#

If @dire folio had a podcast I would tune in right now. really interesting

fierce summit
#

hello

short gate
dense ibex
#

Xcode has some GUI stuff I think.

soft iron
#

I certainly relate to that

dire folio
swift valley
#

That was honestly me a few years back

#

I took a dip in the valley but here I am now

soft iron
#

Me right now.

#

(overwhelmed by how much there is)

#

but adequate and undervalue

zealous wave
#

helpful

swift valley
#

I updated my Emacs, and it's 100% more atrocious

zealous wave
cerulean moth
#

pure btw, do you have your nix dotfiles on github?

icy axle
#

๐Ÿ‡ธ๐Ÿ‡ช

whole bear
#

Anyone know how i can report straight to the api with a bot Im adding selfbot detection and auto report to my mod bot

cerulean moth
#

oh ok, shifted to nix os, wanted to do some ricing

soft iron
#

I usually have the problem of quitting before even getting it to work.

#

Unfortunate as it is. I've found something lower

whole bear
#

I have a problem with coding I start to work and get to a roadblock and I to lazy to google it and try to find a workaround so i just get pissed and just trash it

honest pier
#

TDD lemon_pensive

sick cloud
swift valley
#

On the topic of the subjectivity of tests, I quite like how property-based testing tests for laws instead of behaviour, considering that everything, including procedures, when treated as data, can be generated automatically

somber heath
#

The more you know, the more you know you don't know.

soft iron
#

Just wondering if this clarifies it, where its said that theres no ethics in comparison to other fields, I think its meant as there's no strict laws or requirements yet that have caught up to technology as others like med, though im not sure if i interpreted it right/

#

to verify whether something is good/legal/should be allowed

stuck furnace
#

I wonder if "design-by-contract" should be legally binding, in some cases? @dire folio

dire folio
#

PyTest

#

TDD

stuck furnace
#

Data-driven design?

#

I was thinking of data-oriented programming, sorry.

somber heath
#

I don't really believe in this, but a line of thought leads me to imagine that anything approaching meaningful accountability in programming would result in licences to program, at least in certain fields, which would be the more plausible.

soft iron
#

I think its very related with trying to regulate AI research at the moment

somber heath
#

Just finished watching Upgrade.

stuck furnace
soft iron
#

haha thats a good link

stuck furnace
#

What's going on? I wasn't listening ๐Ÿ˜„

rugged root
#

Was wondering if you can move admins around

#

In the VCs

stuck furnace
#

Hmm ducky_devil

#

Yep ๐Ÿ˜„

#

Sorry Hemlock.

rugged root
#

Neat

#

No no

soft iron
#

๐Ÿคฃ

rugged root
#

I wanted to be the guinea pig

honest pier
stuck furnace
short gate
#

Hey.

stuck furnace
#

Cya Eivl ๐Ÿ‘‹

soft iron
#

Cya!

#

Do you all accept friend requests?

short gate
#

OwO

rugged root
#

@soft iron I do when I get to know people a bit better

short gate
#

Oh boy. Looks like I've made hundreds of people mad.

stuck furnace
#

Does anyone want to learn Rust with me? I need some accountability ๐Ÿ˜„

dense ibex
#

Honestly I would lol I tried it out and it seems really cool.

honest pier
#

how would youaccount for each other

stuck furnace
#

Ah nice Jake. There seem to be two approaches to learning it: the rust book, and 'rust by example'

honest pier
#

i've been reading the rust book

stuck furnace
#

Same. Right now my plan is just to read the rust book cover-to-cover.

#

But if my attention span doesn't hold up I may take the other approach.

swift valley
#

A bit late to the testing talk but I don't think I've written that many tests for the PureScript packages that I maintain

#

too much comfort is placed on the type system

dense ibex
#

It seems like the best bet.

vivid palm
#

i am

#

nice

#

i need a clone of myself

dense ibex
#

why lol

vivid palm
#

too much explaining and work to do

dense ibex
#

Oh

vivid palm
#

apparently i am not capable of training people to meet my expectations

#

but in most cases i would like to blame the source material i am provided with :>

#

i am not a miracle worker

honest pier
#

mhm

#

you should listen to my playlist, it'd fix everything

vivid palm
#

the last 4 songs

faint ermine
honest pier
vivid palm
#

it's your playlist what are you complaining abt

honest pier
#

i-

vivid palm
#

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

frigid panther
#

o/

honest pier
#

oh it has my name on it

#

;-;

stuck furnace
#

@honest pier I think I've found the perfect music to listen to while working...

honest pier
#

hmmmmm

stuck furnace
#

I don't know why but this seems to get me into the zone.

#

It's kind of hypnotic.

faint ermine
#

@stuck furnace i literally shared that a while ago didnt i?

stuck furnace
#

Yeah, I love it.

#

Although I feel sorry for the musicians ๐Ÿ˜„

faint ermine
#

the live recordings tho

frigid panther
stuck furnace
#

...guguguGUGUGUGUgugugugu...

#

this the singers ๐Ÿ˜„

faint ermine
#

i think its more like huhuhuhuhUHUHUHUHUHUHuhuhuh

molten pewter
restive geyser
#

lololol

amber raptor
#

I'm sorry, your whining is meaningless against the power of the stock price

fervent hawk
#

can someone plss help me understand this piece of code

#

?

honest pier
#

what is that, sublime?

fervent hawk
#

haha yea

honest pier
#

๐Ÿคฎ

fervent hawk
#

waii

restive geyser
honest pier
#

looks like it just converts a decimal int to a binary int

fervent hawk
#

yeah

#

but i dont know how it works lol

#

i found it

#

online so yea idk how it works

stuck furnace
#

"I'm having an old friend for dinner"

restive geyser
#

the user is asked to input an integer...

fervent hawk
#

yes

restive geyser
#

then the binary() function is invoked

fervent hawk
#

mhmm

restive geyser
#

which converts the decimal int from the input into a binary int

honest pier
#

it recursively calls binary

#

the idea is that an even number % 2 will give you 0, and an odd number % 2 will give you 1

fervent hawk
#

my biggest prob is wth does this do binary(n// 2)

restive geyser
#

that's the recursive portion

fervent hawk
fervent hawk
#

issok

#

np

restive geyser
#

are you not familiar with the // operator?

fervent hawk
#

i am

#

floor division

#

it ommits the decimals right

honest pier
#

try to add prints into the function in various spots to see how it's doing it

fervent hawk
#

oh kk ill try that

#

thanks any ways @honest pier @restive geyser

restive geyser
honest pier
#

!e

def binary(n):
  if n > 1:
    binary(n//2)
  print(n%2,end='')
binary(15)
wise cargoBOT
#

@honest pier :white_check_mark: Your eval job has completed with return code 0.

1111
honest pier
#

oh hey it actually works

#

so if you were to convert this to iterative, it would look like

fervent hawk
#

hello darkness my old friend

#

hhahaa

honest pier
#

that doesn't look right

fervent hawk
#

yeaa loll

dense ibex
#

worst thing in programming ๐Ÿ˜ฆ

honest pier
#

just turn it off

fervent hawk
#

lol

stuck furnace
#

What?

honest pier
#

why is the leopard 2a6 so good

#

it's literally the best tank in the game by literally every metric

cobalt fractal
# fervent hawk
import sys
sys.setrecursionlimit(sys.maxsize)
``` ![shrugR](https://cdn.discordapp.com/emojis/727587457046151301.webp?size=128 "shrugR") What could go wrong
restive geyser
#

** i r o n y**

honest pier
#

core dumped

#

!e

import ctypes
ctypes.string_at(0)
wise cargoBOT
#

@honest pier :warning: Your eval job has completed with return code 139 (SIGSEGV).

[No output]
honest pier
#

!e

import sys
sys.setrecursionlimit(2**31 - 1)
#

the docs say it's platform dependent right?

wise cargoBOT
#

@honest pier :warning: Your eval job has completed with return code 0.

[No output]
amber raptor
#

RAWR, ANGRY RABBIT!

honest pier
#

oh hey

amber raptor
#

Keep your #esoteric-python contained to your channel and never speak of it ๐Ÿ˜›

cobalt fractal
#

Hah yea, definitely not going to have any issues with your call stack

honest pier
#

home alone but maacualuaynuyuylu caluylkin has a gun

amber raptor
#

And itโ€™s BB gun

rugged root
#

For now

#

Give him an American 180.

#

That's essentially a BB gun

harsh hazel
#

if you log in on discord as a bot, a friend of mine did it once, but I don't know how, you can stream in higher qualities, framerates, and you get free nitro classic, yeah.

honest pier
#

tos ๐Ÿ‘€

harsh hazel
#

What about it?

rugged root
harsh hazel
#

OH.

#

I didn't KNOW that.

rugged root
#

And now you do

harsh hazel
#

Cool.

#

Well I wasn't the one who did it, luckily.

#

Curious. How do the dormant help channels get available, if no one can type in them?

#

Do admins have to do it?

rugged root
#

Nah, the bot scoots them into the available category as needed

harsh hazel
#

oh

#

ok

rugged root
#

Currently it makes sure that there's at least 3

restive geyser
#

ooo webex

#

lololol

harsh hazel
#

Gotcha.

harsh hazel
#

The reason the bot is there is so that it can manage the what seems like 20+ channels.

#

Probably.

cobalt fractal
#

Yea, the help channel system is pretty neat

#

we have 42 channels currently

dense ibex
#

It's gonna suck when you hit 50 channels @cobalt fractal

harsh hazel
#

@rugged root The best part is, back March 5th, discord put out an update patching bots being in too many servers and it set it to an unreasonable number, for the bot capacity to be 150k. So, unless this python bot is in 150k servers, which it DEFINITELY WON'T BE, it won't overload.

cobalt fractal
#

Yea, we're looking at ways around that

#

likely a short-term fix is to have 2 in use categories

dense ibex
#

Yeah and have like a pool?

cobalt fractal
#

A longer term fix would require a new feature by Discord

cobalt fractal
rugged root
#

That's kind of cool

harsh hazel
#

Not march 5th, march 15th

dense ibex
harsh hazel
#

here's the website i'm getting this changelog from

cobalt fractal
#

So once the needed in-use exceeds 50 we need a 2nd category

#

dormant would likely need to be 2 categories too

dense ibex
orchid barn
#

@dense ibex what's the song?

cobalt fractal
#

Ahh, I thought that's what you were referring to when you mentioned 50 ๐Ÿ˜›

orchid barn
#

i mean the question XD

#

they are talking about

dense ibex
#

I have no idea honestly I haven't been paying attention sorry.

orchid barn
#

XD

harsh hazel
#

@faint ermine Huge weather swings are a thing in america as well, but I don't think we have a phrase for it.

#

We can go from sunny weather to a thunderstorm on the level of a hurricane

#

at least in florida

orchid barn
#

i have a puzzle

harsh hazel
#

i know from experience

#

lol

dense ibex
orchid barn
#

you guys interested?

harsh hazel
#

NEVER. EVER. go on vacation to florida from the months of september to november.

#

That's hurricane season.

#

NEVER

honest pier
#

isn't that just one of the classic dp problems

#

@orchid barn

orchid barn
#

u r on the right path

#

but can you do better ? ๐Ÿ˜‰

honest pier
#

i already know the solution ๐Ÿค”

orchid barn
#

really?

honest pier
#

well yeah

#

it's a classic problem

orchid barn
#

what's the time complexity

#

of ur solution?

honest pier
#

polynomial

orchid barn
#

you can do better

#

๐Ÿ˜‰

honest pier
#

๐Ÿค”

#

you can't though

orchid barn
#

think logically about the problem

fresh python
#

give me

#

nasty

#

baby

orchid barn
#

that's not helpful XDDD

#

sorry

#

think when n >= 2

#

gradully you see a pattern @honest pier

stuck furnace
#

It always surprises me how far north London is.

harsh hazel
#

@rugged root What about their power button

#

they can just press the power button on their tower

#

or just unplug it

honest pier
#

ah

#

this is what i remember it from

faint ermine
#

@harsh hazel i think the issue was its a remote desktop

harsh hazel
#

what's that mean

#

like

#

you have the monitor

#

but not the tower?

faint ermine
#

it means they were remote controlling their PC from somehwere else

harsh hazel
#

well that's dumb

faint ermine
#

so like, i can open a RDP (remote desktop protcol) connection to my workplace if im working from home to have access to all files etc

harsh hazel
#

i don't know much, so i'm going to ask, what's the point of getting a remote desktop

orchid barn
#

@drifting wren , there's a constraint on N, being even in our version of the problem

harsh hazel
#

OH

orchid barn
#

and the sum of stones is odd

#

so no ties

harsh hazel
#

thing

orchid barn
#

Can Alex win if n = 2?

honest pier
#

don't care enough ยฏ_(ใƒ„)_/ยฏ

faint ermine
harsh hazel
#

Oh.

orchid barn
#

there's O(1) solution

#

๐Ÿ˜‰

stuck furnace
#

Matt Daemon

honest pier
#

i know there is a constant solution

#

i "can't be arsed" to find it

orchid barn
#

ah i see ๐Ÿ˜„

rugged root
#

They're remoting from home into a computer here

harsh hazel
#

Yeah, makes sense now.

rugged root
#

Yerp

harsh hazel
#

The solution that my parents use, they work for disney, and they need access to a bunch of programs and the work network

#

their solution is they get computer towers, monitors, and a router to the work network and they bring them home

#

all parts involved

stuck furnace
#

"Name three of their albums, Doozy."

harsh hazel
#

Virtual PRIVATE Network.

#

it can't be a network for a business if it's PRIVATE to ONE PERSON

plush willow
#

403B48484H1E3D4744443B3C474A3B4C41463H1E1F1F
Any idea what this means?

amber raptor
#

I havenโ€™t had Desktop in 7 years

harsh hazel
#

is that a hex code

plush willow
harsh hazel
#

by who

honest pier
#

it is probably hex, yeah

plush willow
harsh hazel
#

wait

#

what

#

now i'm concerned

plush willow
#

color hex code?

harsh hazel
#

a color hex code is six digits

#

that's like

#

20

plush willow
#

@honest pier what type?

harsh hazel
#

probably just a hex message

honest pier
#

wdym what type

#

hex is hex

plush willow
harsh hazel
#

alright

honest pier
#

huh?

harsh hazel
#

the hexidecimal

#

translates to this

#

34 30 33 42 34 38 34 38 34 48 31 45 33 44 34 37 34 34 34 34 33 42 33 43 34 37 34 41 33 42 34 43 34 31 34 36 33 48 31 45 31 46 31 46

plush willow
#

whats the char value of the numbers?

harsh hazel
#

a hex code is #_________ with the underscores being the color code

honest pier
#

not necessarily?

harsh hazel
#

Eh, i don't know much, I can't say.

#

but I translated his code for him

faint ermine
harsh hazel
#

what the fuck does it mean

#

its just a bunch of numbers

plush willow
#
34 30 33 42 34 38 34 38 34 48 31 45 33 44 34 37 34 34 34 34 33 42 33 43 34 37 34 41 33 42 34 43 34 31 34 36 33 48 31 45 31 46 31 46

Could these mean some message in char values?

honest pier
#

sure

harsh hazel
#

those are hex numbers

honest pier
#

set the lowest value to 'a' and do offset

harsh hazel
#

the text translates to

#

uhhh

#

that.

#

i can't begin to explain what that means

honest pier
#

who says it has to be a direct conversion

plush willow
#

hex to decimal to char

honest pier
#

well, hex and decimals are both ints

#

so that doesn't matter

harsh hazel
#

Me, who doesn't know any better. Honestly, @plush willow, ask someone else.

#

I don't know ANYTHING about hexcode

#

you can translate anything here

#

i would do it

#

but i don't know how

#

because i'm an idjit

stuck furnace
#

If you know what a process is, a Docker container is just a Linux process that is isolated from the rest of the system.

#

From its perspective, it has its own file-system, etc.

amber raptor
#

I was sticking with ELI5 explication

stuck furnace
#

Yeah, but I found I only really understood it after being told it's a process. Idk ๐Ÿ˜„

#

So what's everyone up to?

fresh python
orchid barn
stuck furnace
#

@honest pier Want to do some binarysearch later?

honest pier
#

๐Ÿ‘€

#

ok

vivid palm
#

yaaaaaaaaaaahhhhhhhh

stuck furnace
#

If I've learned enough Rust by then, I might try to write my answers in it. Should be entertaining ๐Ÿ˜„

orchid barn
#

check this one out too

honest pier
#

i don't think it supports rust ๐Ÿ˜ฆ

stuck furnace
#

Oh damn lemon_pensive

orchid barn
#

I dont understand a word

#

it just sounds good XD

fresh python
#

top donw on the nawf

vivid palm
#

eyyyyyyyyyyyyyyyyyyyyy

#

yw

fresh python
#

sing that chinese song

#

yea

honest pier
#

lul

vivid palm
#

not chinese

fresh python
#

japanese

honest pier
#

third try's the charm

vivid palm
#

try again

orchid barn
#

you deserve a follow mina on ur spotify

fresh python
#

philipine

honest pier
#

fourth try's the charm

fresh python
#

corean

molten pewter
#

omg, he is really bad at guessing. Korean with a c?

fresh python
#

K

stuck furnace
#

That's petty ๐Ÿ˜„

#

What about 'ch'?

orchid barn
#

@molten pewter @vivid palm

vivid palm
#

ok so it might be true then

fresh python
#

Corea

orchid barn
#

so interesting XD

vivid palm
#

i'm not gonna actually read this though but yeah

#

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

orchid barn
#

hahahahaha

honest pier
#

.catify mina

viscid lagoonBOT
#

แ˜กแ˜แ—ข mina

honest pier
#

.help catify

viscid lagoonBOT
#
Command Help

.catify <text>
Can also use: แ“šแ˜แ—ขify, แ“šแ˜แ—ข

*Convert the provided text into a cat themed sentence by interspercing cats throughout text.

If no text is given then the users nickname is edited.*

honest pier
#

.catify public static void main

viscid lagoonBOT
#

public static void แ•‚แ˜แ—ข main

vivid palm
#

:3 omg so cute i can't

honest pier
#

๐ŸŽ‰

dense ibex
#

.catify jake

vivid palm
#

some of these tails tho lol

viscid lagoonBOT
#

jake แ˜กแ˜แ—ข

amber raptor
#

.catify

viscid lagoonBOT
#

Your catified username is: Rabbit | แ“šแ˜แ—ข

orchid barn
#

.catify me

viscid lagoonBOT
#

แ“šแ˜แ—ข me

orchid barn
#

.catify CreativeSelf

viscid lagoonBOT
#

แ“šแ˜แ—ข CreativeSelf

fresh python
#

gimme

#

catfy

dense ibex
#

cat cult?

orchid barn
#

yeaa XD

dense ibex
#

lol

fresh python
orchid barn
#

but i can't get in why XD

dense ibex
#

!catify @orchid barn

#

oops

#

.catify @orchid barn

viscid lagoonBOT
#

@orchid barn แ•ฆแ˜แ—ข

orchid barn
#

ayyyyyy

#

๐Ÿ˜ฆ

#

.tigerify CreativeSelf

#

@stuck furnace why i cant be catified ?

#

๐Ÿ˜ฆ

viscid lagoonBOT
#

help แ“‡แ˜แ—ข

#
Command Help

.catify <text>
Can also use: แ“šแ˜แ—ขify, แ“šแ˜แ—ข

*Convert the provided text into a cat themed sentence by interspercing cats throughout text.

If no text is given then the users nickname is edited.*

dense ibex
#

thats how @orchid barn

orchid barn
#

.catify CreativeSelf

viscid lagoonBOT
#

แ“šแ˜แ—ข CreativeSelf

orchid barn
#

.

#

.catify CreativeSelf

viscid lagoonBOT
#

CreativeSelf แ•‚แ˜แ—ข

orchid barn
#

.

dense ibex
#

you need to change your name to it

#

it won't change your name

orchid barn
#

oh

#

k

cobalt fractal
#

if you do .catify it'll change your name

#

But I suggest doing it in #bot-commands ๐Ÿ˜„

honest pier
#

oh does it

#

.catify

viscid lagoonBOT
#

Your catified username is: public static void แ“šแ˜แ—ข | แ“šแ˜แ—ข

honest pier
#

oh?

dense ibex
#

lol double catify

cobalt fractal
#

Your in media team, so bot doesn't have the power

rugged root
#

!warn @fresh python Unsolicited and creepy comments about "wanting more pictures" of one of our users is absolutely unacceptable. If I hear of anything similar happening again, you're out.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @fresh python.

vivid palm
#

i got eyes ๐Ÿ‘€

median jackal
#

and ofc, we can't forget this. the origin.

vivid palm
#

how about.. 'origin' lol

orchid barn
dense ibex
stuck furnace
#

Erm, not sure we're ok with you posting this.

orchid barn
#

oh sorry

stuck furnace
#

No worries.

orchid barn
#

i'll delete it

#

LX so i can't send links?

dense ibex
#

You can send link's just not of illegal or inappropriate things.

swift breach
#

uh anyone hearing that awkward voice?

#

im so confused

brazen hare
#

should I use visual studio code or pycharm

stuck furnace
brazen hare
#

should I use visual studio code or pycharm?

swift breach
brazen hare
orchid barn
#

@stuck furnace ah i see ok

swift breach
#

I just installed visual studio code

#

A lot of people I know use that software

brazen hare
#

so

#

what did you learn till now

#

@swift breach

swift breach
#

Nothing much. Just started today. I'm trying to get the jists of things at this point.

brazen hare
#

type this in your code: print("hello world")

swift breach
#

Yes I did that. Don't notice anything different.

icy axle
brazen hare
#

have you installed python on your computer?

swift breach
#

Yea as an extension

icy axle
#

@zealous wave ^

zealous wave
#

uhh

#

inspect element is great isnt it

icy axle
dense ibex
#

I'll be back in a bit ๐Ÿ‘‹

brazen hare
icy axle
brazen hare
#

@swift breach and if that doesn't work then try save your file as a python file for example : main.py

icy axle
brazen hare
#

print("hello world")

stuck furnace
#

Hmm, I think I know ๐Ÿ˜„

brazen hare
#

@swift breach hoped I helped, if you'll still need help, mention me here and i'll dm you

stuck furnace
#

You already have, BOB ๐Ÿ˜„

#

Did you do ```py
import student

#

Is the Student class in a module called student.py?

#

The best magic tricks have boring explanations ๐Ÿ˜„

full river
#

Student.grade() dosen't work but Student.Student.grade() works fine

icy axle
#

!e ```py
print("Tomato")

wise cargoBOT
#

@icy axle :white_check_mark: Your eval job has completed with return code 0.

Apple
hallow pawn
#

Hello

#

@orchid barn Nice name :)

orchid barn
#

hi XDD

#

thanks

#

i joined the club XD

stuck furnace
#

@faint ermine, you're with us or against us lemon_warpaint

hallow pawn
#

Someone gifted me a nitro and I got the best gif image

orchid barn
#

XDDDDD

faint ermine
hallow pawn
#

Naw

#

Do not it

stuck furnace
#

I love re-captioned WikiHow illustrations ๐Ÿ˜„

#

Yeap ๐Ÿ˜„

#

Those are stolen from Reddit though.

#

Yeah, although I kind of like BoredPanda.

icy axle
orchid barn
#

XDDDDDDDDD

faint ermine
icy axle
orchid barn
faint ermine
icy axle
noble copper
faint ermine
hallow pawn
#

Cheese soup

faint ermine
stuck furnace
#

Yeah, the all-time top ones are all a bit mean-spirited.

icy axle
faint ermine
orchid barn
#

XDDDDDDDDDDD

hallow pawn
orchid barn
#

LOL

noble copper
icy axle
stuck furnace
faint ermine
hallow pawn
#

stonks

orchid barn
faint ermine
icy axle
#
Bored Panda

WikiHow is an incredibly useful resource, an online database of how-to instructions that aims to enable everyone in the world to learn how to do anything they want to do. With over 190,000 articles uploaded so far, there are some pretty niche scenarios available, such as: โ€œHow to Make People Think Youโ€™re Immortal,โ€ and โ€œHow to Apologize to a Cat...

faint ermine
stuck furnace
#

Er?

orchid barn
#

XDDD

icy axle
#

See you later ๐Ÿ‘‹

orchid barn
#

cya

dense ibex
#

Anyone have any good resources for deploying a PostgreSQL db in a docker container?

#

Like on how to do it

stuck furnace
#

I reckon Rabbit's the guy to ask.

#

Are you talking about diminishing marginal value of money @orchid barn ?

dense ibex
stuck furnace
gentle flint
#

"technology has caused crypto to become big"
Yeah, and everything else as well, from advancement in yew bow creation to new steels for shipbuilding

dense ibex
copper stone
gentle flint
#

just found this comment on yt

dense ibex
#

bruh my schools whole ass system is still down lmao

stuck furnace
#

I do know that feeling lemon_pensive

whole bear
#

@commands.Guild.owner.only()

dense ibex
#

Its been down for like 3 hours though lol

whole bear
#

is a thing right

dense ibex
#

You would use is owner

dense ibex
dense ibex
stuck furnace
whole bear
#

no i fixed it

dense ibex
#

okie

whole bear
dense ibex
#

Lol, I wish I could be staff but first off I am only 15 and second off I have only been learning python for 3 months now. So I am not confident in my ability to be the best helper I could be.

dense ibex
#

Yeah

whole bear
#

I thought you would have been learning longer

dense ibex
#

Na only 3 months. But I do know a decent amount.

stuck furnace
#

Ah

#

I am eating a choc ice.

#

Sorry, hands are full ๐Ÿ˜„

#

Erm, I'm not sure tbh.

#

It's a mini one.

#

It is pretty good...

gentle flint
#

we have alternating cats/no cats counting from the top of the vc

#

me - yes
1w4 - no
creative - yes
zurax - no
jake - yes
landmo - no
lx - yes
marko - no

#

sadly it ends there

stuck furnace
#

"Driving is just a mutual agreement not to play bumper cars with each other." - Jake 2021

gentle flint
#

now, if schoolman would change...

stuck furnace
#

That would be mod abuse ๐Ÿ˜„

gentle flint
#

YAY

#

this is beautiful

stuck furnace
#

This pleases me.

gentle flint
#

same

wispy idol
#

https://www.youtube.com/watch?v=Nnh5TQ60hek&t=325s

controlling a car electronically is easier than you guys think

The hacking wunderkind thinks Big Tech's approach won't work. He built a $999 autonomous driving system that runs on a smartphone.


Subscribe to our YouTube channel: https://www.youtube.com/ReasonTV?sub_confirmation=1
Like us on Facebook: https://www.facebook.com/Reason.Magazine/
Follow us on Twitter: https://twitter.com/reaso...

โ–ถ Play video
dense ibex
#

.catify

viscid lagoonBOT
#

Your catified username is: jake แ˜กแ˜แ—ข | แ•ฆแ˜แ—ข

stuck furnace
#

@gentle flint the way you phrased that makes it sound like it took multiple slaps ๐Ÿ˜„

dense ibex
#

.catify

viscid lagoonBOT
#

Your catified username is: jake แ˜กแ˜แ—ข | แ•ฆแ˜แ—ข | ๐Ÿˆ

gentle flint
#

Somewhat like Louis Weisz

#

with his chicken slapper

stuck furnace
#

Erm, I'd rather you didn't share that...

gentle flint
#

but then for mosquitoes

stuck furnace
#

Oh right.

#

Nowadays scientists are moving towards this: https://en.wikipedia.org/wiki/Organ-on-a-chip

An organ-on-a-chip (OOC) is a multi-channel 3-D microfluidic cell culture chip that simulates the activities, mechanics and physiological response of entire organs and organ systems, a type of artificial organ. It constitutes the subject matter of significant biomedical engineering research, more precisely in bio-MEMS. The convergence of labs-o...

#

!otn a driving is mutual not bumpercars

wise cargoBOT
#

:ok_hand: Added driving-is-mutual-not-bumpercars to the names list.

faint ermine
orchid barn
#
sum(array)/len(array)
#

if len(array) != 0

dull turret
#
candidato['media_salarial'] = mean(input('Digite tres pretensoes salariais: '))
#
meanValue = mean(int(input().split(''))
gentle flint
#

finding ever more random things on WP

#

The Cod Wars (Icelandic: รžorskastrรญรฐin, "the cod wars", or Landhelgisstrรญรฐin, "the wars for the territorial waters"; German: Kabeljaukriege) were a series of 20th century confrontations between the United Kingdom (with aid from West Germany) and Iceland about fishing rights in the North Atlantic. Each of the disputes ended with an Icelandic vict...

gritty crater
#

hello

orchid barn
#
 mean(list(map(float,input('Enter Number:').split(' '))))

#

@dull turret

orchid barn
#

no problem

#

yo guys, what are the best books you read on software engineering and best practices

gritty crater
#

hello

#

i need help

#

at help mango

#

@whole bear

#

@noble copper

sick dew
#

Which mf pinged me?

gritty crater
#

hi

#

i dont have perms to speak

#

on the voice channel

#

am new to server i have to wait 3 days

#

anyone there

#

someone

#

hello

orchid barn
#

sugar flow

#

go to help

gritty crater
#

hey

#

i did

#

at help mago

orchid barn
#

pick one chat

#

and ask ur question

gritty crater
#

am at mango

orchid barn
#

then you have to wait

gritty crater
#

ok

dull turret
#

why this got me a f-string error?

 print(f'candidato {candidato['nome']}, telefone: {candidato['telefone']}, media de pretensao salarial: {candidato['media_salarial']}')
#

if u just print the first property goes well

faint ermine
dull turret
#

didnt understand

gentle flint
#

for some reason laundmo's voice strongly reminds me of frederik's

dull turret
#

oh i got it

gentle flint
#

idk why

dull turret
#

need to use " instead of '

dull turret
gentle flint
#

hurrah, someone had precisely the same problem as I do

orchid barn
#

vs code is insaeny

#

insane*

#

espeically with extensions

#

tabline is insane

#

yea tabnine

#

maximum 1Gb

#

ram

faint ermine
whole bear
#

@sick dew

#

call me

faint ermine
#

why are you asking another user to call you?

whole bear
faint ermine
#

๐Ÿ‘

sick dew
#

We do?

whole bear
#

lol

faint ermine
sick dew
#

I constintly close dms xD

#

oh

whole bear
sick dew
#

nah

whole bear
#

ight

orchid barn
#

@gentle flint what are you currently working on ?

gentle flint
#

an old project

#

although I'm not working very hard atm

sick dew
#

ooo, tell us more

gentle flint
#

just a simple api wrapper

#

nothing much, lol

sick dew
#

o

orchid barn
#

Xd

#

I wanna do something

#

not sure what

sick dew
#

same

orchid barn
#

but i can help you

whole bear
#

Someone sent me this and my discord closed... anyone know how i fix this?

gentle flint
#

nah, no need, but thx @orchid barn

orchid barn
#

@stuck furnace

#

delete this gif ^

#

@gentle flint thans

#

no problem*

gentle flint
#

@โ˜…MoneyDropโ˜…#2921 so you go and send it here

orchid barn
#

hahahaha Verbose

#

Xddddddddd

gentle flint
#

hmm?

orchid barn
#

so you go and send it here XDDDDD

whole bear
#

@modern seal fuck you

gentle flint
#

that was indeed my complaint

stuck furnace
whole bear
#

he is gone from server

#

just use pban his id

stuck furnace
#

We'll deal with this. Thanks for reporting.

hollow haven
whole bear
#

ok

gentle flint
#

I could slap myself for falling for his stupid prank

#

Literally had to switch to tty1 to reboot

#

There we go

sick dew
#

What happened?

gentle flint
#

Oh well, another lesson learned

whole bear
#

crash

gentle flint
#

grrrr

sick dew
#

oh that thing breaks your pc?

whole bear
#

yoyoyo what up lads

#

we talkin' bout the government?

sick dew
#

All the time

whole bear
#

noice

orchid barn
#

@gentle flint that's sad :/

sleek niche
#

Hey

gentle flint
#

hai

whole bear
#

am I just mentally handicapped or is python screwing me over?

factors = []
num = 600851475143
for i in range(2, num):
    while num % i == 0:
        num = num/i
        print(num)
        factors.append(i)
print(factors)
#

this should gimme a list of all prime factors of num

orchid barn
#

hmmm

#

ye it should

#

but there's a trick

whole bear
#

a trick?

orchid barn
#

you can improve

#

ur algo

#

the divisors of a number

#

are up to sqrt(n)

whole bear
#

it only goes up to the square root of it ik

orchid barn
#

ye

whole bear
#

but that's not the issue here

#

the damn thing wont even get to printing the factors list

orchid barn
#

hmm

#

i'll try it

whole bear
#

wait no

#

wat

orchid barn
#

!=

whole bear
#

huh?

#

oh i thought u were intending to do sth else

orchid barn
#

num is change

#

chaning

#

that's the problem with for loop

#

do it this way

whole bear
#

oh now i m curious about what happens to this classic for loop when lenght changes
for(int i = 0; i < length; i++)

#

@orchid barn are you a fucking troll?

orchid barn
#
factors = []
num = 600851475143
for i in range(2, num):
    if num == 1:
        break
    while num % i == 0:
        num = num/i
        print(num)
        factors.append(i)
print(factors)
faint ermine
orchid barn
#

also we can prove that your algorithim takes O(sqr(n))

whole bear
#

...

orchid barn
#

it worked didn't ?

whole bear
#

no

#

no it did not, it absolutely did not

orchid barn
#

hmm

#

wait

#

i fcked up

whole bear
#

DONT HMM ME

orchid barn
#

one sec

#

get some manner

whole bear
#

You fricking checked if it becomes one in your code when the range function starts from two

orchid barn
#

num is being divided

whole bear
#

ya just splattered that onto what i provided and told me to try it , hwo am I not supposed to think you're messing with me

orchid barn
#

i'm not checking i

stuck furnace
#

Guys, what's going on?

whole bear
#

I'm being trolled, 99% sure

whole bear
#

dont feel bad about not understanding it

#

megamin

orchid barn
#

it worked

#

@whole bear

whole bear
#

congratulations

orchid barn
#

my solution is correct

whole bear
#

let's try this again then

#

what happens if i send a zalgo character here?

#

(i got a warning on another server, so just confirming be4 sending ๐Ÿ™ƒ )

#

imagine quantum pcs doing btc

gentle flint
#

did someone just meow?

hallow pawn
#

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

whole bear
#

yes, a cat

gentle flint
#

interesting

orchid barn
#

@whole bear ??

hallow pawn
#

Yeah, who's the cat?

whole bear
#

or maybe a dog :thonk:

#

@orchid barn I owe you an apology

orchid barn
#

no worries

whole bear
#

@orchid barn still screw you though I'm too prideful of myself to fully admit my faults

orchid barn
#

XD

whole bear
#

i can change the speed of light

hallow pawn
whole bear
#

make it propagate through a lossy dielectric medium if i m not wrong

hallow pawn
orchid barn
orchid barn
#

We welcome your for a free dinner at apartment 4567m at floor 450.
We are passionately waiting for your presence , However [warning: we don't have an elevator].

hallow pawn
whole bear
orchid barn
#

@hallow pawn hahaah

whole bear
#

going to school bye guys

#

ew

#

but anyways bai

gentle flint
#

@paper tendon I'd be interested as to your intentions with your 9 cats

orchid barn
#

@faint ermine do we have Latex

#

implemented in this server?

faint ermine
#

.latex $LaTeX$

#

hm

#

i though we did

paper tendon
#

its william shake spear. VIsualise that

gentle flint
#

too late

gentle flint
#

I now firmly have an oscillating Pyrus stuck in my head

#

rip

orchid barn
#

@faint ermine oh, thanks

#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

gentle flint
#

cinnamon

#

personally I use i3

paper tendon
#

who of you has used a twitter via TTY back in the 2010 ๐Ÿ™‚

gentle flint
#

i3 is a tiling window manager designed for X11, inspired by wmii and written in C. It supports tiling, stacking, and tabbing layouts, which it handles dynamically. Configuration is achieved via plain text file and extending i3 is possible using its Unix domain socket and JSON based IPC interface from many programming languages.Like wmii, i3 uses...

gentle flint
orchid barn
#

does it support powershell on windows? @gentle flint

paper tendon
#

anyway there was a client that was built like a w3m

#

w3m and lynx

#

๐Ÿ™‚

stuck furnace
gentle flint
#

do you mean i3 or cinnamon

orchid barn
#

i3

gentle flint
#

i3 doesn't support windows at all

#

i3 doesn't support windows at all

orchid barn
#

i'm looking for a replcament for tmux

#

on windows

hallow pawn
#

What's the best operating system for you (this question for everyone)?

gentle flint
#

but i3 isn't a terminal multiplexer

#

it's a window manager

orchid barn
#

ah

gentle flint
#

also I didn't know tmux was supported on windows at all?

dense ibex
#

.catify

viscid lagoonBOT
#

Your catified username is: jake แ˜กแ˜แ—ข | แ•‚แ˜แ—ข

dense ibex
#

lol

#

that's why

gentle flint
#

.catify

viscid lagoonBOT
#

Your catified username is: 1 verbose แ“šแ˜แ—ข | แ“‚แ˜แ—ข

orchid barn
#

yea it is not supported ๐Ÿ˜ฆ

paper tendon
#

.dogify

#

.wolfify

#

.yourwifi

gentle flint
#

eh?

faint ermine
paper tendon
#

.catify

viscid lagoonBOT
#

Your catified username is: Marko | แ“•แ˜แ—ข

wise cargoBOT
#

Your dogified username is: Marko โ–ผใƒปแดฅใƒปโ–ผ

gentle flint
#

latest commits be like

Upgrade to Debian Stretch

stuck furnace
#

Isn't it just a big key-value table of settings?

dense ibex
#

I never knew that

stuck furnace
#

Oooh, new iMacs.

hallow pawn
#

.catify

viscid lagoonBOT
#

Your catified username is: KR แ“šแ˜แ—ข | แ˜ฃแ˜แ—ข

hallow pawn
#

Interesting...

#

.help

viscid lagoonBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.

Battleship
.battleship
Play a game of Battleship with someone else!

BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.