#ot1-perplexing-regexing

1 messages Β· Page 233 of 1

granite lake
#

πŸ˜‚

robust sierra
#

nah

#

@gentle moss 🍳 dude

gentle moss
#

no

robust sierra
#

yes

granite lake
#

yes

gentle moss
#

i don't need to steal someone elses identity to be cool

#

unlike you chumps

robust sierra
#

yes you do

#

yes you doo

granite lake
#

We are not stealing ID's

#

wth

#

Its just fun

gentle moss
#

you guys are easily amused then

#

:3

robust sierra
#

no u

granite lake
#

bread dude

#

no no u was required

#

@gentle moss yes

#

and that's great

rough sapphire
#

javascript is fine GWcorbinHolyFuck

#

good one

robust sierra
#

javascript bae

#

hello Commander @tired osprey , my math has improved

tired osprey
#

proof

robust sierra
#

1 + 1 = 2
2 / 2 = 1

tired osprey
#

no way

#

πŸ‘

robust sierra
#

lemme show u another example

forest swan
#

I was about to say "pretty sure 1 + 1 != 2 / 2" πŸ˜‰

robust sierra
#

5 + 5 = 25

#

i bet you didnt know that

forest swan
#

it's new to me yeah πŸ‘€

robust sierra
#

so

#

what you do is

#

rotate + by 45Β° and you get multiply

#

which means that 5 + 5 = 25

#

i call it ImportErr's law

#

@tired osprey bet u didnt know dat

tired osprey
#

well

#

technically you can redefine the + operator to be decimal multiplication

robust sierra
#

actually

#

ImportErrLogic(5+5) = 25

#

can i be famous now?

tired osprey
#

no

robust sierra
#

whyn't?

gentle moss
#

5+5 = 55

#

duh

tired osprey
#

bisk when did you become a js interpreter

gentle moss
#

Oh actually

#

I made a mistake in my calculation

#

5+5 = schwifty five

tired osprey
#

you can think of it

#

-> yes

robust sierra
#

volcyy joined squad

outer berry
glass gorge
#

Why is it tilted

outer berry
#

I want to

#

no jk I just mistaken copy pasting

vapid bluff
#

is there a template for this meme

ebon quarry
#

2 minutes in mspaint

vapid bluff
#

pls if you would so kindly point me in its direction i would be most greatful kind sir/ma'am

outer berry
#

you can just hide python, lua and paper's letters

vapid bluff
#

hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

inner horizon
#

@outer berry agree

vapid bluff
#

yeah true

#

the shirt might be a bit tricky but

#

ill survive somehow

inner horizon
#

shouldn't be much of a problem

vapid bluff
#

ok im just lazy ok fine ya got me

#

😦

outer berry
#

wasted 30 seconds

vapid bluff
#

thx πŸ˜„

glass gorge
#

damn i was too late

vapid bluff
#

it's the thought that counts ❀

outer berry
#

literally 30 seconds

glass gorge
#

Not even

#

bucket tool FeelsGoodEnough

vapid bluff
#

yea i actually googled it like 5 seconds before you posted it and found it

outer berry
#

ms paint?

vapid bluff
#

but i didnt wanna be ungreatful

glass gorge
#

Paint bucket tool OmegaLUL

#

No

vapid bluff
#

and let all your 30 seconds of effort go to waste

glass gorge
outer berry
#

xD

#

you can just eye drop the skirt and paint over it

glass gorge
#

in ms paint id probably just use the rectangle with fill color on

vapid bluff
#

i put that template to good use

#

thanks guys

outer berry
#

I don't even have 5 games

#

and you with a desktop filled with

inner horizon
#

i have a lot of opensource games

outer berry
#

Minecraft

inner horizon
#

you piratebay'd them?

outer berry
#

Cities Skylines

inner horizon
#

i piratebay soft for my old mac mini

outer berry
#

roblox

#

then download this game:
memz.exe

#

it's cool

#

I promess you

#

it's fun to play

#

it's like Super Mario

inner horizon
#

you should also try format C:, nice game

outer berry
#

true

inner horizon
#

it's like hacknet

outer berry
#

and rm C:

#

somehow starts appearing GTA 120

#

!

#

cough

inner horizon
#

@rough sapphire no, it's me

#

i'm fat

outer berry
#

you should try sonic.exe

inner horizon
#

no thanks

#

horror games aren't for me

outer berry
#

it's

#

not horror

#

it's a fun game to play!

#

family friendly!

#

true

inner horizon
#

i think brutal doom is a fun game for entire family

outer berry
#

and you can create a bash named shutdown /s /t 0 and run

#

it's fun

#

it's steam

#

what are we doing

inner horizon
#
@echo off
:loop
run cmd
goto loop
rough sapphire
#

this chat name triggers me

inner horizon
#

yeah

#

it's like hacknet but about world ending

#

in 10 minutes

outer berry
#

or you can just go the phone emergency GUI and call 911!!!!!!!!!!

inner horizon
#

no, not realistic enough

#

also try su and then type stop on your android phone

rough sapphire
#

Um

outer berry
#

what are we legit doing

rough sapphire
#

same tbh

outer berry
rough sapphire
#

i had a python exam today

#

forgot how to read txt files in python

outer berry
#

omg

rough sapphire
#

Yes im retarfed

inner horizon
#

i helped my cs teacher to make random.choice func work

sand goblet
#

you guys should probably cool it down a bit

#

:P

inner horizon
#

he didn't use an array

sand goblet
#

yes

outer berry
#

Β―_(ツ)_/Β―

inner horizon
#

no

rough sapphire
#

Sorry

outer berry
#

it accepts any iter I think

inner horizon
#

(β•―Β°β–‘Β°οΌ‰β•―οΈ΅ ┻━┻

#

random.choice(['apples', 'bananas'])

#

but first import random

#

Β―_(ツ)_/Β―

#

afaik you can install a specific npm module to do that like on python

#
let array = ['apples', 'bananas'];
let randnum = Math.random(array.length); // let's assume that random function return a normal number like 6 or 10 and the arg1 is a limit. in reality this would be a bigger piece of code
return array[randnum];

that's it

#

but your solution is much more compact

#

btw Math is in window IIRC

#

so that's why you can do Math.random and Math.floor

outer berry
#

internet: Time to annoy yeey!

inner horizon
#

@rough sapphire because you're initializing arrays wrong

#

the first line doesn't need Array

#

it should be just var arr = ['yada', 'yada','yada'];

#

then it will work

violet wadi
#

js bad

#

python good

steel fox
#

Wrong.

bleak lintel
#

right

robust sierra
#

js > python

bleak lintel
#

no

robust sierra
#

js > python

steel fox
#

Yes

#

Import speaks the truth

rough sapphire
tulip palm
light shadow
#

πŸ‘

granite lake
#

Luckily we didn't get hiphoped

#

πŸ˜‚

light shadow
#

Jason

granite lake
#

Hey leon

#

Good to have you here

#

@steel fox

#

Can we chat clay

steel fox
#

No

granite lake
#

lmao

#

You joined the dude gang too

#

omg joseph is bird dude

#

πŸ˜‚

rapid stirrup
#

bird

stark prawn
#

Hoot

light shadow
#

YEET

tulip palm
#

yoot*

bleak lintel
#

hey

#

it is actually an owl

#

so i am hoot dude

stark prawn
#

It's a theme

#

Doot, Hoot, Froot etc

granite lake
#

lol

light shadow
#

oof

#

@granite lake

#

Jayson

granite lake
#

@tired osprey I just had the best time of my life in brawlhalla

#

I had 2

light shadow
#

oof

#

2 what

tired osprey
#

i see

light shadow
#

!e

royal lakeBOT
#
Fat chance.

Sorry, but you may only use this command within #bot-commands.

granite lake
#

The other people had 0,0 and -5

#

πŸ˜‚

tired osprey
#

πŸ‘

granite lake
#

I was queen nai

#

I had 12 here

light shadow
#

i tried while1:print('a')

#

timed out

granite lake
#

lol

light shadow
#

guys

#

is it hackvenber?

tame pier
#

What?

#

Oh

#

No

#

Well, ok, yes

#

Every month is a hacking month in my book πŸ˜‰

inner horizon
#

@rough sapphire sorry, I didn't quite get that because Discord doesn't have a proper reply system.

inner horizon
#

!eval print('Hello World!')

royal lakeBOT
#
No way, JosΓ©.

Sorry, but you may only use this command within #bot-commands.

light shadow
#

Hi

inner horizon
#

hey

tame terrace
#

yo

warm galleon
#

hi

light shadow
#

Yeet

inner horizon
#

Hiheyyohi

warm galleon
#

let's talk here

inner horizon
#

@light shadow no yeet

#

no nut

tame terrace
#

I don't really believe in laptops, so I can't relate

inner horizon
#

I have a 2011 low-end laptop

light shadow
#

Yoot

sand goblet
#

I don't really believe in laptops either but I'm gonna need one

inner horizon
#

With dualcore Intel Pentium B950 and 4 GB of RAM

light shadow
#

Hahah

tame terrace
#

I'm a "use a desktop or get the fuck out of my life" kind of guy

light shadow
#

Uhh

sand goblet
#

I plan on traveling a lot and I'm gonna need a machine, so :P

stark prawn
#

Desktops are a pain to use on the tarin

#

train*

tame terrace
#

yeah

light shadow
#

chromebooks

tame terrace
#

the solution is to not travel after all

sand goblet
#

Although that machine may well just be a thin client

#

Like a chromebook

light shadow
#

raspberry pi

stark prawn
#

Pi laptops exists

light shadow
#

Oof

#

When

inner horizon
#

or just grab an Android phone with Android 5.0+ and install Termux on it

sand goblet
#

Yup

#

Ew no

light shadow
#

Nah

sand goblet
#

Android is terrible for productivity

light shadow
#

That’s useless

vapid bluff
#

hmmm. what if... there was a backpack that doubled as a computer case.

light shadow
#

But the thing is

sand goblet
#

I believe they just call that a backpack @vapid bluff

light shadow
#

Chrome is not best for running python

inner horizon
#

iOS is restrictive

sand goblet
#

@light shadow Thin client is the operative term

warm galleon
#

btw

#

I will just reinstall python

light shadow
#

Oh

#

Chrome book wins it

sand goblet
#

Get a chromebook, install nomachine

inner horizon
#

it doesn't even allow you to run custom code natively because "security"

warm galleon
#

I think I fucked up the install

sand goblet
#

Remote desktop

vapid bluff
#

@sand goblet i mean literal computer case. like it would have places to mount a motherboard, graphics card, psu etc

light shadow
#

Oof

warm galleon
#

I would get a MacBook

sand goblet
#

Ah right, that sounds silly

vapid bluff
#

and then youd carry around a power cord or a ups

light shadow
#

Too expensive

warm galleon
#

But just because it's better than Windows

light shadow
#

Tbh

stark prawn
#

android tablet + mouse + keyboard + remote desktop software

sand goblet
#

I would not get a macbook

#

I want a mac for software testing, but not something that expensive

inner horizon
#

@stark prawn or Termux

light shadow
#

...

sand goblet
#

Why do you love termux

#

I can't run pycharm in termux

stark prawn
#

That's not nearly the same

light shadow
#

nor chromebook tbh

inner horizon
#

@sand goblet well I don't need pychar

sand goblet
#

Yeah, well I do

#

:P

light shadow
#

Me2

stark prawn
#

Could you run pycharm over x11 forwarding in termux?

vapid bluff
#

arent there services that let you test stuff on a remote mac through rdp

light shadow
#

I won’t live over pycharm

sand goblet
#

I doubt it

light shadow
#

And @stark prawn

#

That’s a yes

inner horizon
#

i'm comfortable with Vim and Visual Studio Code

light shadow
#

It’s just slow

sand goblet
#

I need an IDE

#

So those don't really cut it for me

tame terrace
#

vim.. over termux? ON ANDROID?

light shadow
#

Oof

tame terrace
#

the fuck

inner horizon
#

@tame terrace yes

light shadow
#

Hahahah

tame terrace
#

why would you possibly do that to yourself

stark prawn
#

Do you also use the touchscreen for thsi?

light shadow
#

?

inner horizon
#

don't worry, the virtual keyboard is so fucking bad that productivity drops to zero

light shadow
#

^

tame terrace
#

dude even if it wasn't.

stark prawn
#

android accepts real keyboards

sand goblet
#

You can install Linux apps on ChromeOS now anyway

light shadow
#

Uhh

#

Actually?

sand goblet
#

Yes

light shadow
#

Debian packages?

sand goblet
#

Yes.

inner horizon
#

@sand goblet also there's a lot of old macbook airs on which you can install arch with vnc

#

or just grab a thinkpad with 3g

stark prawn
#

Why though

sand goblet
#

Why would I do that to myself

stark prawn
#

Why would you install arch on a macbook

tame terrace
#

I think the only possible way you could make that more painful to develop on, is if you used voice control to write the code.

sand goblet
#

A thinkpad isn't a bad idea but I like a big screen

light shadow
#

Oof

#

Wow

sand goblet
#

Which chromebooks do have

light shadow
#

Nice chrome is

inner horizon
#

none

tame terrace
#

chromebooks are nice and cheap

sand goblet
#

Yeah

vapid bluff
#

can you install ubuntu on a chromebook

sand goblet
#

And there's like no storage, which is great for me

tame terrace
#

not a bad idea if you're doing a thin client

inner horizon
#

for me $100 aint cheap

sand goblet
#

Get a job :P

tame terrace
#

that's not the point :P

#

anything else costs more

stark prawn
#

There are methods to chroot from chromeos to another distro

inner horizon
#

i'm 13 years old, not legally allowed

sand goblet
#

That explains a lot

#

You can chroot yeah, I dunno why you would though

#

You have one OS that can run Chrome, Android and Linux apps side by side

#

What's the point in losing that

vapid bluff
#

oh nice, didnt know it could run android apps too

sand goblet
#

Yep

vapid bluff
#

thats really smart

stark prawn
#

So you could run vi in android termux on a chromebook

sand goblet
#

It's actually really good

tame terrace
#

hahaha

sand goblet
#

ChromeOS will overtake android eventually lol

tame terrace
#

yeah gdude

#

run termux on your chromebook

sand goblet
#

Haha

stark prawn
#

Not Fuschia OS?

sand goblet
#

Fuschia isn't even officially a project

#

That's just some guys that happen to work in the same Google office

#

They hack on it during their designated personal projects time

placid hound
#

Hey what is the highest level of math

sand goblet
#

12

inner horizon
#

I can't even buy a chromebook

light shadow
#

Uhh what

stark prawn
#

Ah, I heard a few years back that it was going to be the succesor of android

sand goblet
#

There are chrome tablets too now

stark prawn
#

Guess that turned out to be false

sand goblet
#

Google announced one recently

#

Afk shopping

inner horizon
#

I heard that Google has lost in Oracle vs Google case

stark prawn
#

That isn't over yet

#

Going back and forth untill the highest judge hopefully

light shadow
#

Oof

inner horizon
#

If they lose, then the future for Android would be grim

stark prawn
#

Multiple projects would be screwed, such as wine, if they lost

inner horizon
#

Google Play's Apps & Games section will close down

#

(we have F-Droid)

light shadow
#

Oof

#

Nah

maiden wave
#

What's up with google and oracle?

light shadow
#

Wait

#

What about Wine?

gentle moss
#

A 10 year long patent suit over java

tame terrace
inner horizon
#

@maiden wave Google violated the Java EULA and pirated some libs from standart library

stark prawn
#

πŸ€”

#

Who told you that.

light shadow
#

...

stark prawn
#

Android has the method signatures of java

maiden wave
#

I hope google loses the case then

gentle moss
#

that's not quite what happened mishaor

light shadow
#

Nah

#

Google won’t

stark prawn
#

And when Oracle bought Java they went after google.

light shadow
#

They have Golang

inner horizon
#

And Dart

light shadow
#

Uhh

gentle moss
#

Google basically bypassed the agreement, not violated it

maiden wave
#

Isn't that violation?

gentle moss
#

no

stark prawn
#

They didn't take any code

#

They reimplemented the same interface with their own code

gentle moss
#

They basically "rebuilt" java based on freely available information

#

Then when Orcale purchased Sun, they went

#

"LOL U USED OUR PATENTS 2 DO THAT"

inner horizon
#

"REEEEEEE"

gentle moss
#

and another patent war started

tough stratus
#

"Oof" occurred

inner horizon
#

Oracle was like

#

REEEEEEEEEEEEEEEEEEEEEEEEEE

gentle moss
#

No.

stark prawn
#

Oracle claims the method signatures were used illegitematly

#

Which would be bad for projects like wine and dxvk if that turned out to be true

light shadow
#

Oof

inner horizon
#

also every single reverse engineered blob is doomed

maiden wave
#

What is best to improve? Coding or studying other programmers' code?

bleak lintel
#

coding and then having other programmers look at your code :^)

stark prawn
#

Just reading code isn't great for learning

gentle moss
#

reading books, writing code, doing stuff n that

#

holy shit stop the mother effin presses

#

that guy who did the election crimes might actually be investigated :O

tired osprey
#

bisk when will you finally stop brexit

gentle moss
#

I am powerless :(

maiden wave
maiden wave
inner horizon
#

elon musk is a mecha nanorobot powered by p y t h o n [mayday by the fat rat intensifies]

bleak lintel
#

mecha nanorobot

#

That's contradictory

inner horizon
#

that's right

#

cuz mecha robot is bigger than a human

bleak lintel
inner horizon
#

nanorobot is smaller than a human

bleak lintel
#

so Elon musk is a big armoured tiny robot

inner horizon
#

mecha nanorobot is a sweet spot

bleak lintel
#

lmao

inner horizon
#

negative x + positive x = 0

#

mecha robot + nanorobot = android

bleak lintel
#

we got it chief

inner horizon
#

also there's a reference to grandayy's meme YEEEEES

#

here

bleak lintel
#

I love that meme format

gentle moss
#

pfffffffft

#

nano?

#

buzzword

#

- Elon Musk

rough sapphire
#

i love what u can do with python

inner horizon
#

python has a rich stdlib

outer berry
#

DNA is not evolution

#

evolution is untouchable

summer rampart
#

how 2 touch dna

vapid bluff
#

do you really want an answer to that

robust sierra
#

if i break bot eval you will remove this channel name from db

inner horizon
#

i already know that the bot is running in docker on alpine linux 3.7.0 on a relatively new PC/server

#

and it's not running under root

#

that would be easy to fix

gentle moss
#

the eval is pretty solid

inner horizon
#

let's find out where the bot is

stark prawn
inner horizon
#

ok so I was right about inhouse developed software

#

@inner horizon let's no

gentle moss
#

you wont break it

gentle moss
#

I found a fly with one of those brain funguses today

#

it was stuck to the office window

#

there was a thing growing out of its head and it was surrounded by spores

#

pretty fucking cool

oak tangle
#

Nature is very metal

#

There's this video going around of a cockroach defending itself against a wasp

#

And, for good reason

#

Because, that wasp will lobotomize the cockroach to create a willing zombie for its eggs

#

Altough calling it "lobotomizing" is a big word for the neural system cockroaches have, but still

placid hound
#

When I was little I would stomp on worms to see how much they could handle before death

worn kite
#

πŸ‘€ walks back out slowly...

placid hound
#

Is that mental

gentle moss
#

....

#

yeah that's pretty grim

stark prawn
#

Thats how most psychos start, small animals

gentle moss
#

i used to pop ants with a magnifying glass though

placid hound
#

Ohhhh guess I'm a psycho

#

That's cool

gentle moss
#

and one time i was walking in the rain as an adult and saw the largest banana slug i've ever seen

#

and i don't know why

#

but i couldn't help but jump on it

#

and got slug guts all up my legs

oak tangle
#

Well, most psychos start that way, but not everyone who does this to insects is a psycho πŸ˜‰

stark prawn
#

hopefully not

#

That would make the world a very dangerous place

gentle moss
#

I killed rabbits as a youth

#

For pest control reasons

#

Not as a psycho hobby :P

#

paid work \o/

oak tangle
#

I've never killed an animal that large myself, although, strictly speaking, quite a few have died for me

gentle moss
#

yeah, i'm not so bothered about the whole meat = animal thing

#

partly i suspect from my upbringing

median scaffold
#

I used to murder fire ants with (ironically enough) fire.

oak tangle
#

Well, I did kill mice when they had literally overran my girlfriends house

#

There were mice everywhere. The bed, the kitchen, the walls,

gentle moss
#

pests are pests unfortunately :(

median scaffold
#

Also chopping their heads off which in retrospect was kinda...dark >.>.

stark prawn
#

I dealt with one of our older chickens once

placid hound
#

I would also test how many light punches it would take to paralyze an ant

stark prawn
#

Old chickens don't taste very well

placid hound
#

Usually 2

gentle moss
#

how small are you

#

o_O

oak tangle
#

Ants are interesting insects

gentle moss
#

3 round boxing with an ant

placid hound
#

Yes

stark prawn
#

ants have immense strenght compared to their size

gentle moss
#

i still love the fact that if you're small enough you can never fall to your death

oak tangle
#

Some ants are farmers: They cultivate fungii

gentle moss
#

it's like that whole thing with cats

#

cats that fall from a 3rd - 6th floor window are far more likely to die than 7+

stark prawn
#

Ants automatically change jobs when they detect an imbalance in the population

gentle moss
#

because the cat has time to selfright and its drag reduces its speed to the point it can land with minimal to no injury

oak tangle
#

Yeah

#

One of the cats of my childhood slipped and fell from a shed; he didn't survive it.

gentle moss
#

rip

#

we had a cat that went through multiple cancers, lost a leg, had two strokes

#

and lived till it was 22

#

it was an asshole

#

worst can we've ever owned

#

utter bitch

oak tangle
#

And lived the longest?

stark prawn
#

22....

gentle moss
#

yeah, 22 is INSANE

oak tangle
#

Our oldest one made it to 19

#

Then cancer took her

#

Three months after her son also died of cancer

stark prawn
#

Ours was 7 i think

#

Not sure what it was but his paws were all yellow

#

Called the vet to open up on sunday but he was gone by the time we arrived

oak tangle
#

Cancer is probably a very common cause of death for cats

stark prawn
#

also cars

placid hound
#

One time i also saw how an ant reacted to a slice to it's back.

#

Is that psycopathic

#

Probably

#

Or when I was little I would pour tons of water on ant hills

frozen current
tired osprey
robust sierra
#

you cant kill lemon because he will ban you first

steel fox
#

He asked an actual question nix wtf

robust sierra
#

@proper dune there was no math test today but my teacher gave my previous test results and i got a U

proper dune
#

Is that good or bad

robust sierra
#

bad

#

very

#

bad

tame terrace
#

U for unusable

robust sierra
#

:(

#

i reeeeeeeeeeeeeeeeeeeeaaaaally want to get better at math

#

but i dont know what to do

tame terrace
#

more math

robust sierra
#

more math = less ram space

#

wait no

#

more math = more brain damage

stark prawn
#

practise

robust sierra
#

i do

#

it just doesnt stick

#

;-; math test tomorrow

proper dune
tired osprey
outer berry
rough sapphire
#

dude

steel fox
#

DUDEEEEEEE

ornate trench
#

you wanna see something genius

lost knoll
#

wtf a round open pie

sand goblet
#

Also known as pizza

sinful copper
#

doesn't making the chairs taller than the table defeat the actual purpose of the table?

#

if the chairs are the height of the box, did they have to get a smaller table made?

lost knoll
#

the chairs are an extension

#

only get the table out of the box

shell blade
#

why is evveryone saying oop is dead

summer rampart
#

oop is dead

#

all hail oof

shell blade
#

object orientated fails?

light shadow
#

oof

#

ok..

proper dune
#

OOP isn't dead

#

It's overrated though

#

It only fits this very narrow class of problems and data relationships

#

Using classes doesn't OOP make btw. Objects aren't what make OOP OOP, code being object oriented is what makes it OOP

#

Inheritance and message passing etc.

#

And those work best for only some certain class of scenarios

steel fox
#

Ew messages

robust sierra
#

git steal channel name

tame pier
#

I wouldn't say the class of problems OOP solves will is narrow

#

I would agree that it's over-used and often used for problems it's less than ideal or even completely unsuited to tackling effectively, when better approaches exist. I've been guilty of this in the past.

#

When used right, the benefits to a code base can be significant.

#

Clean and well formed APIs, simpler code, extensibility

robust sierra
#

i learnt i bit of oop and want to practise it, so i make a project as always but as i make it, it just feels like i could do whatever im doing much more easily than without oop

tame pier
#

Many python libraries you enjoy using are enjoyable because they use OOP to provide a clean and usable interface that spares you the messy details of how it was implemented.

#

Yeah

#

And Python's OOP is powerful

#

You can pass a object around

robust sierra
#

im not too familiar with oop as i never used it much

tame pier
#

Dynamically discover the data containers and methods of that object

#

Then use it without any external imports, function calls, or mutations

#

Have you used any web frameworks?

robust sierra
#

the only time i use oop is when using django class based views

tame pier
#

Yeah

#

Sql alchemy is a good example

robust sierra
#

because django cbv's are AWESOME

tame pier
#

And Django

proper dune
#

Most python libraries I've come across aren't very object oriented at all

#

Yes, they use objects

#

But they also use functions and I'm not saying they're functional programming :P

tame pier
#

That's a good thing

#

Provide both interfaces, and the functional interfaces utilizes the OOP interfaces internally

#

Requests does this

#

And ipaddress

#

Actually a lot of the standard library

#

I feel more common in the networking and systems space (and web I guess) , since objects make sense for a lot of the constructs and operations

#

Time for sleep gnnight all

summer rampart
#

bai

robust sierra
#

uggghhghghg math test

summer rampart
#

press buttons on calculator

robust sierra
#

its non calc

summer rampart
#

rip

rain spindle
#

@robust sierra good luck dude πŸ‘Œ

versed shuttle
#

test

#

test

gentle moss
#

fail

#

pass

rain spindle
#

:^)

rough sapphire
#
def test_critical_test_that_needs_to_pass_or_we_are_doomed():
    try:
        critical_method()
    except:
        pass
    assert True
``` πŸ‘
rough sapphire
#

output: "Fail xD"

granite lake
#

Oof

#

Did we get hiphoped ?

robust sierra
#

yes

#

i failed half of it

rough sapphire
#

GWmythiFeelsBadMan @robust sierra

#

Youll get it next time

robust sierra
#

Chemistry test next week, I'm more confident in science than math so I should be fine.

robust sierra
#

will it run on shitty mac?

tired osprey
#

Import error let me tell you something

#

Chemistry is going to get mathsy at some point

worn kite
#

that's around the time when it starts to suck

rain spindle
#

It does get mathsy

#

I can confirm

#

Next year for you import

proper dune
#

Physical chemistry is nice

#

Anything quantum related is great

#

😣 Bound states and wave mechanics

wooden kindle
#

How can they wave if they don't even have hands?

robust sierra
#

fuck

#

what about computer science? how mathsy does that get? @tired osprey

tired osprey
#

computer science IS math

light shadow
#

^

ivory tiger
#

@robust sierra comp sci requires knowing math but the nice part is the computer is your mathslave

#

You dont need to take out a calculator unless you hate yourself

tired osprey
#

(assuming you are allowed to use a computer during exams that is)

robust sierra
#

fuck

#

i will prove 24 is divisible by 5

light shadow
#

uh

ivory tiger
#

Ah yes let us do a test on computers without computers

tired osprey
#

prove it

#

now

#

i wanna see it

robust sierra
#

yes

#

5√24|
10 |2

#

fuck

tired osprey
#

wat

robust sierra
#

never finsished

#

fuck

#

wrong one

#

acidently sent

#

i keep hitting enter instead of shift + enter

tired osprey
#

yknow you just have to find a value which is a natural number which fulfills 5 * x = 24

robust sierra
#

thats what im trying to show you idiΓΆt

tired osprey
#

yes so just solve that equation

#

i suggest to divide by 5

robust sierra
#

5√24|
10 | 2
-- |
14| 2
10|
4|1.1
--|
-1|

#

24 is divisible by 5 confirmed

tired osprey
#

no

robust sierra
#

yes

#

the proof

#

is there

#

you just dont want to accept it

tired osprey
#

i cant see a proof

#

just a long line of numbers

robust sierra
#

@proper dune please explain nix

#

5√24|
10 | 2
-- |
14| 2
10|
4|1.1
--|
-1|

#

^^^ this is proof that 24 is divisible by 5

#

the long line of numbers is the proof @tired osprey

#

in fact

#

its not just a long line of numbers

tired osprey
#

can you tell me the number to multiply 5 with in order to get to 24

robust sierra
#
5√24|
     10 | 2
      -- |
      14| 2
      10|
        4|1.1
       --|
       -1|
#

that number

#

according to me

#

this is a new number

#

and that number equates to 4.8

tired osprey
#

that is not a natural number

robust sierra
#

yes it is

tired osprey
#

do you even know what a natural number is

robust sierra
#

yes

tired osprey
#

last time we talked you did not

robust sierra
#

a natural number is any number made by a another number that isnt a natural number made by a natural number

tired osprey
#

that is a pretty recursive definition

robust sierra
#

the chain continues in the pattern

tired osprey
#

you have to prove that the chain continues then

#

proving that chains continue how they do is actually interesting

#

you should do that

robust sierra
#

the pattern is then enlarged to the size of a byte and the chain is terminated. The byte then performs mitosis to get an identical sister byte. The daughter byte, however, becomes haploid byte. Due to this, the haploid byte performs meiosis and reproduces four of the same byte with a slight mutation. The slight mutation turns the four daughter bytes into a diploid byte once again and the chain continues...

tired osprey
#

that is not mathematical enough

#

before you get into proofs you should maybe learn proportion

#

@robust sierra

stark prawn
#

Are there any divisions that aren't possible aside from /0

tired osprey
#

i dont know of any

rain spindle
#

inifinty

tired osprey
#

no

#

you can

robust sierra
#

this isnt math anymore, nix

#

this is.. life

rain spindle
#

No you can't?

robust sierra
#

a continuous chain that has to be terminated

stark prawn
#

Infinity isn't even a number

robust sierra
#

and we cant tell what happens after the chain ends

rain spindle
#

You can divide by 0 in certain cases

robust sierra
#

this is

#

philosphy of chains

#

let me explain

tired osprey
#

since when can i divide by zero in certain cases

#

@rain spindle

rain spindle
#

@tired osprey well calculus does a form of dividing by 0

#

the reimans sphere allows for 0

robust sierra
#

@tired osprey therefor 24/5 = 5√24|
10 | 2
-- |
14| 2
10|
4|1.1
--|
-1|

tired osprey
#

learn proportion before proofs

robust sierra
#

i have already learnt proportion

rain spindle
#

In ordinary arithmetic, the expression has no meaning

tired osprey
#

have you really

robust sierra
#

but for the proof of 24/5 proportion is not needed

rain spindle
#

ordinary arithmetic

robust sierra
#

since the answer is natural

tired osprey
#

okay import

stark prawn
#

Couldn't you prove this by example

robust sierra
#

5√24|
10 | 2
-- |
14| 2 = Infinite reproduction of bytes
10|
4|1.1
--|
-1|

rain spindle
#

@stark prawn

robust sierra
#

yes

#

i have found a way to make an infinite number of bytes out of thin air

tired osprey
#
if
x is directly propoertional to the 5th root of the cube of y when x = 322.1 and y = 120.1
find the value of y when x = 1

@robust sierra

stark prawn
#

@rain spindle that isn't natural numbers though

tired osprey
#

solve that and i am going to belive you regarding your statement on knowing proportions import

rain spindle
#

What do you mean natural numbers?

tired osprey
#

youve got time until uh

#

23:30

#

times running

robust sierra
#

i do not waste my time on silly, irrelevant question. However, for the sake of proving that I know proportions, I will explain Byte Reproduction in a proportional way

tired osprey
#

ok import

#

you dont know it

#

you failed

robust sierra
#

You never let me explain

tired osprey
#

you get an U

robust sierra
#

okay then

#

i will solve it

tired osprey
#

k

robust sierra
#

all you have to do

tired osprey
#

7 min left

robust sierra
#

is tell me what 5th root means

tired osprey
#

the 5th root

#

also expressable as for example
y^(1/5)

robust sierra
#

oh that shit

#

simple

tired osprey
#

uh

#

no

#

not without calculator

stark prawn
#

@rain spindle positive integers

rain spindle
#

that isn't natural numbers though

#

It says complex numbers

robust sierra
#

x fish y^3(1/5)

#

done

rain spindle
#

So you have me confused

tired osprey
#

wat

#

sharp explain

rain spindle
#

Wait

#

I can't read

robust sierra
#

nix i did it

tired osprey
#

no

#

i want a solid number

#

a real number if possible

robust sierra
#

that is a solid number, and a real number

tired osprey
#

write it down please

robust sierra
#

want me to explain?

tired osprey
#

using the alphabet "1234567890."

#

write down your solution

#

3 min left

robust sierra
#

do you want me to explain how x fish y^3(1/5) is a number?

tired osprey
#

i want you to write down your solution using the alphabet "1234567890."

#

2 min

#

no pressure

robust sierra
#

except that you dont need to do that

#

x fish y^3(1/5)

#

is the answer

tired osprey
#

but i require you to

stark prawn
#

What does fish mean in this context

tired osprey
#

1 min

robust sierra
#

you know the fish symbol that people use to mean "proportional"

tired osprey
#

30 secs

robust sierra
#

15secs

#

14

#

13

#

12

tired osprey
#

10 secs

robust sierra
#

yay

#

7

tired osprey
#

5

robust sierra
#

6

#

4

#

2

tired osprey
#

failed

#

okay import

#

U

#

get an U

robust sierra
#

except that there is a no in front of the u

stark prawn
#

∝

robust sierra
#

no U

#

i win

#

24/5 = Byte Reproduction

stark prawn
#

How do you win

tired osprey
#

its import error

#

he is trying to run away from the cruel reality into winner world

robust sierra
#

@bleak lintel please explain to nix how i won this argument please

#

uhhh

#

joseph taught me about Byte Reproduction

#

bye

stark prawn
#

You proved a proposition that was false

robust sierra
#

okay oka

#

i lose

#

nix win

worn kite
#

Excuse me, what?

robust sierra
#

oh no no

#

Byte Reproduction is 100% accurate

worn kite
#

@bleak lintel we have to talk.... GWchadThinkeyes

robust sierra
#

nix does not win

#

@worn kite please xplain to nix about byte reporduction

worn kite
#

not with all the kids around...

stark prawn
#

Like the birds and the bees?

robust sierra
#

nono

#

birds are too big for bees

worn kite
#

birds eat bees

tired osprey
#

how does one change career from commander to engineer

robust sierra
#

we have to keep this family friendly

#

i dunno

tired osprey
#

you will never be as cool as the ex commander

robust sierra
#

okay nix

#

i admint

#

i dunno how to solve

#

u win

tired osprey
#

why u lie import

#

why

robust sierra
#

byte reproduction is capitalism

worn kite
robust sierra
#

byte reproduction is scum

tired osprey
#

byte since when are you an engineer

stark prawn
#

@robust sierra can't you just say 24/5 = 4.8, 4.8 isn't a natural number, therefor the proposition is false

tired osprey
#

that is not the topic anymore

#

a new topic has been introduced about 20 min ago

robust sierra
#

i could, but that wouldnt answer the question i actually wanted to answer

tired osprey
#

if
x is directly propoertional to the 5th root of the cube of y when x = 322.1 and y = 120.1
find the value of y when x = 1

#

and he failed to do that

robust sierra
#

:(

tired osprey
#

maybe he didnt have enough bytes to do the floating point maths

#

who knows

robust sierra
#

wow we went from trying to prove 24/5 to proportionality

#

why does this topic come to haunt me

bleak lintel
#

@robust sierra what up dad

#

i have decided you win

#

nix is wrong

#

have a nice day

odd thorn
#

Seems fine.

stark prawn
#

Oof now this is epic

robust sierra
#

Seeeeeeeeeeee

rain spindle
#

this is cool

robust sierra
#

Big Sister proved that 24/5 is natural number

rain spindle
#

free TLS certs!

#

wait what

#

Shoot

#

Forgot to restart my container

#

There

#

2023!

#

;D

tired osprey
#

@robust sierra did you just assume jophs gender

granite lake
#

@rain spindle Free ?

#

From where

granite lake
#

Lol

#

For real?

light shadow
#

@modern bramble

modern bramble
#

heh

#

someone made a bot for it already

light shadow
#

oof

robust sierra
#

oof_counter += 1

#

oof_counter is currently 52

light shadow
#

ohh

#

uhh

#

oof

robust sierra
#

oof_counter += 1

light shadow
#

wow

#

who made it all black

#

impressive

robust sierra
#

?

light shadow
#

uhh

#

is that a JS bot? @modern bramble

modern bramble
#

yeah

#

my friend aeternum is running that

light shadow
#

πŸ‘

#

cool

modern bramble
#

the great switcheroo

rough sapphire
#

Hello guys

#

For those using vim

#

How are you resizing splits?

#

Default shortcuts dont work for me on urxvt term

inner horizon
#

@rough sapphire very old

ebon quarry
#

^W{n}[</>]

tired osprey
#

shellcode πŸ‘€

#

what does it do

#

@rough sapphire

granite lake
#

It hacks you

#

jk

tired osprey
#

yes but how

granite lake
#

idek

#

lmao

sand goblet
#

!tempmute 320702387436126209 2d Posting malicious shellcode

royal lakeBOT
#

:ok_hand: muted @granite lake until Mon, 05 Nov 2018 16:48:54 GMT (Posting malicious shellcode).

sand goblet
#

took me a minute

rough sapphire
#

since this is off-topic,

#

I want to discuss productivity

#

I am wondering what I want to do to make the most out of my day

sand goblet
#

!tempmute 334614858865704961 2d Posting malicious shellcode

royal lakeBOT
#

:ok_hand: muted @rough sapphire until Mon, 05 Nov 2018 16:50:31 GMT (Posting malicious shellcode).

sand goblet
#

!unmute 320702387436126209

royal lakeBOT
#

:ok_hand: Un-muted @granite lake.

sand goblet
#

you saw nothing

granite lake
#

hehe

rough sapphire
#

I am actually thinking of taking my raspberry pi out of it's box again once I get a new SD card and doing some fun projects with it

#

I used my other SD cards for my Switch and modded 3DS

#

now that I am learning more of python, I would be interested in making programs on my raspberry pi in order to actually make use of it besides emulators I can run on pretty much my Wii U, 3DS, laptop, lol

#

I also have the classic edition consoles

#

Raspberry Pi is fun, I definitely do prefer other forms of emulation

#

I don't like the Wii classic controller

#

I don't like any Wii controllers period besides the gamecube controller

#

I'm just done with the Wii

#

I've already tried all sorts of mods on my Wii U

#

I mean it is dead

#

we have the Switch

sand goblet
#

I softmodded my original wii and my new 3ds xl

rough sapphire
#

yeah same

#

I removed the soft mod on my new 3ds XL before the banwave lmao

sand goblet
#

not gonna do it to my switch because I like my switch

rough sapphire
#

I ended up modding my original 3DS with CFW and Luma

#

Yeah switch mods aren't worth it

#

I play smash and splatoon online like seriously so I don't want to risk getting my account banned

#

that is until a future revision or model comes out, then I may keep my original switch to mod and for memories sake of having a day one console.

sinful turtle
#

I think switch modding is going to take off when the price lowers

#

Because it's not currently worth it to risk a banned switch, because then it's pretty much worthless

sand goblet
#

I mean, people are definitely doing it

#

We even have some people from that scene on the server

#

because they're porting Python to it

sinful turtle
#

How would python switch work?

#

and would they be able to add keyboard support through the usbs using modding?

tired osprey
#

python on switch would work like python on any other system

#

a switch has a CPU and that CPU executes an interpreter

sinful turtle
#

don't they have a version of linux for the switch?

rough sapphire
#

I know

#

I'm not risking it

#

Especially with new detection systems Nintendo is beginning to implement

#

I wouldn't be surprised if one day they up their game with anti cheat measures

#

The thing is the switch OS is meant to be very lightweight

#

Like if you realize how minimalistic they want to keep it

#

Yeah

#

Same with DRM

#

Nintendo consoles always get hacked

#

The Homebrew community with Nintendo has always been huge lol

#

It makes sense when you consider they've been using the same insides of the DS and GameCube for a long time and similar tech was basically used up until the 3DS and even Wii U

#

The Wii U actually has games that look like they are current gen games which shows Nintendo's craftsmanship with game development

#

They are literally the kings of game development when you consider how BOTW is basically running on last gen hardware.