#ot1-perplexing-regexing

1 messages · Page 456 of 1

rough sapphire
#

alr

honest star
#

Plus I can only access my email on the VPN

#

(but my account would also actually be automatically disabled if it detected a non-authorized device connected to that laptop)

stark prawn
#

Self reporting as mouse

halcyon mantle
#

So you’re not allowed to plug a usb in?

rough sapphire
#

Well, considering vendor/product IDs for USBs are trivial to spoof in firmware

#

Ha-za!

honest star
#

Most definitely not.

rough sapphire
#

😄

quick ledge
#

can't you get your USB authorised?

#

or is that not a thing that happens

halcyon mantle
#

You can move files remotely lol

honest star
#

If I can get it authorized by <ultra big boss man> maybe. But they would literally have no reason to do that and a million reasons to not

halcyon mantle
#

Over bluetooth for example

stark prawn
#

You need hypermodern untracable tech.

#

Like pen and paper

honest star
#

halp. Professor is trying to explain the concept of a function to someone and it's so painful.

faint zodiac
#

yo any software engineer here?

#

its on our subject what is the meaning of the foundation in architecture design?

#

like the MVC style for a website how to determine its foundation?

solid pollen
#

halp. Professor is trying to explain the concept of a function to someone and it's so painful.
@honest star it happens sometimes ¯_(ツ)_/¯

young shoal
#

what class though

honest star
#

numerical methods, it's grad class but it's also combined with an undergrad class which is.... greatly slowing down the class

young shoal
#

huh

#

yikes

small fossil
#

😔

shell vapor
#

install the needed audio codec lemon_thinking

narrow pecan
#

F

scenic briar
#

lol my idm is to the point where it pop out 5 unregistered shit
it still work so idk what it is talking about.

#

i totally do not know what it is talking about

#

totally

#

i totally did not try to delete registry and somehow fucked it up

rough sapphire
#

@jagged walrus Can you post your question here and I'll help you

young shoal
#

looked interesting

rough sapphire
quick ledge
#

I program in CSS

versed saffron
#

I pRoGraM iN hTml5

quick ledge
#

I program in cocaine

narrow pecan
#

I program in Python

plucky ridge
#

🕺 I know you are reading this.
@nocturne cipher Well that felt random

narrow pecan
#

Helping someone and having them actually understand is just priceless

plucky ridge
#

It's a damn good feeling

#

You know that you made someone's day

narrow pecan
#

Yess! Exactly

hoary steppe
#

Helping someone and having them actually understand is just priceless
@narrow pecan wrong 😎

#

m personally would pay u all the shit u wasted ur time for teaching

#

oops english

#

but yeahh if its actually works i will give back

#

im already with someone whos learning and im learning with him maybe?
he helps me a lot lemon_hyperpleased

narrow pecan
#

What I mean is that it's a feeling that can't be bought

hoary steppe
#

what i meant is i will give back and thank u even if u dont want, and i agree, that feeling is indeed good

narrow pecan
#

I finally got enrolled in the iOS Discord Beta

#

It's not easy

#

Gonna be testing out Canary on desktop as well

narrow pecan
#

A bit funny

rough sapphire
#

finally got hacker subrciption

#
function f(array, left, right):
    if left == right:
        if array[left] % 2 == 0:
            return 1
        else:
            return 0
    else:
        middle = (left + right) / 2
        return f(array, left, middle)
               + f(array, middle + 1, right)```
#

what does this function do?

#
1. It finds the maximum even number between indices left and right (including both endpoints) in the input array.

2. After dividing, the element with the index middle belongs to the left sub-array.

3. It counts numbers between indices left and right (including both endpoints) in the input array.

4. It processes a subarray between indices left and right (including both endpoints).

5. It processes a subarray between indices left and right - 1 (including both endpoints).

6. It processes a subarray between indices left and right + 1 (including both endpoints).

7. It counts even numbers between indices left and right (including both endpoints) in the input array.```
#

it's a hard question

#

It does one or two things

#

I think it does 2 but I don't know what else

upper sand
#

is it like u get to choose multiple answer ?

rough sapphire
#

yes

#

all of them could be right

upper sand
#

i can only think of 2 , 4 and 7yert

mild abyss
#

You know that you made someone's day
@plucky ridge we are social creatures after all even if you and i are both introverts

plucky ridge
#

Damn straight

lone verge
#

i cant speak today

loud basalt
#

Do server invite backgrounds not work

#

My server just got level 1

dry basin
tranquil orchid
#

hm

#

well that link looks sketch

rough sapphire
heady fog
#

nice

eternal wing
#

F

leaden bridge
#

xD

#

i just finished rewriting 167 lines of code

#

1000 to go

#

because I need to convert my json files into a db xDDDDD it takes so long to rewrite

rough sapphire
#

i can only think of 2 , 4 and 7yert
@upper sand That's correct

#

It seems your good at this

narrow pecan
#

@rough sapphire CONGRATS🥳🥳🎉

upper sand
#

when i was kid i actually used to complete those form lol

#

ripo

narrow pecan
#

😬😬

mint lichen
#

looks like we lost the secret to success boys 😐

round rose
#

No, it's just a profound wisdom

#

The secret to success is that there is no secret

quick ledge
#

or that there is no success

round rose
#

Also possible

edgy crest
#

that means there is no success

#

yep

young shoal
#

or, success is so cool you can't look at it

edgy crest
#

or its so lame that it wont look at us

round rose
#

Success is very shy and self-conscious so it hides from us

#

Code: cracked

edgy crest
#

or failure bribed success

round rose
#

we need to encourage success to just be itself

#

success needs emotional support

edgy crest
#

and decline bribes

tranquil orchid
#

Success just needs a hug

edgy crest
#

or a kick

#

btw do u know about the string module

round rose
#

The one with a bunch of literals?

#

ascii_lowercase and all that

young shoal
#

yeah that one

edgy crest
#

yep

round rose
#

it has some convenient stuff, yeah

edgy crest
#

it just has letters..

#

how can i make it print a word

round rose
#

literals, capwords, Template and Formatter

edgy crest
#

like doing random.choice in gave me the letter q

#

how can i make a word

round rose
#

by stringing a bunch of letters together, duh

edgy crest
#

?

#

i am making a username generator

round rose
#

You probably want a list of words to choose from then

edgy crest
#

ofc not

#

will i make a list of 1000 words

sour forge
#

Faker is a good module to generate fake data

edgy crest
#

eh?

#

wdym fake data

round rose
#

You can just copy the list from somewhere, like a dictionary

sour forge
#

you want to make a username generator?

edgy crest
#

yes

sour forge
#

Faker can do that

edgy crest
#

hmm is it built in

sour forge
#

no

edgy crest
#

oof

#

i hate installing

#

first explain what faker actually does

sour forge
#

I don't think you can use inbuilt string module to create words that actually make sense

young shoal
#

you can probably get by with using random.choices

sour forge
#

but they won't be dictionary words @young shoal

young shoal
#

¯_(ツ)_/¯

sour forge
#

just a random collection of words

edgy crest
#

i just got a letter by using random choices

#

for now meaning less words would do

sour forge
#

@edgy crest add them together and you will get a word

edgy crest
#

heh

#

how to add them together

sour forge
#
def return_word(size):
     import string
     import random 
     output = ""
     for i in size:
            output += random.choice(string.ascii_letters)
     return output
young shoal
#

ew

#

why

#

use random.choices

sour forge
#

!e
def return_word(size):
import string
import random
output = ""
for i in size:
output += random.choice(string.ascii_letters)
return output
return_word(20)

royal lakeBOT
#

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

sour forge
#

ehh I'm getting an error anyway

tranquil orchid
#

importing in a function 👀

#

and i think you're missing a range around that size

edgy crest
#

yea..

#

wait what?

young shoal
#
import string
from random import choices

def generate(length):
  return "".join(choices(string.ascii_letters + string.digits, k=length))
edgy crest
#

where's k

sour forge
#

and i think you're missing a range around that size
@tranquil orchid oh yeah

young shoal
tranquil orchid
#

or yeah just use choices

sour forge
#

also you haven't imported random

edgy crest
#

we just need choice

tranquil orchid
#

choices

edgy crest
#

s*

sour forge
#
def return_word(size):
     import string
     import random 
     output = ""
     for i in range(size):
            output += random.choice(string.ascii_letters)
     return output

print(return_word(20))
#

this one works

young shoal
#

yes...but string concat in loop

edgy crest
#

ok it works but words are too weird

#

btw

#

string.printable

#

this has all , digits , lowercase,

sour forge
#

obviously if you want words that actually make sense then Faker is an excellent option @edgy crest

edgy crest
#

explain whats faker

sour forge
#

its a module that generates fake data

edgy crest
#

like?

sour forge
#

so every time you type

from faker import Faker
fake = Faker()
for i in range(10):
       print(fake.username())
#

you will get 10 different actual usernames

edgy crest
#

what

#

that would be soooooooooooooooooooooooooooooooooooo easy

#

how can i make my own faker ;-;

sour forge
#

pip install Faker @edgy crest

edgy crest
#

ok

#

also i wanted to ask

#

in vsc

sour forge
#

yeah?

edgy crest
#

the place where the code is run

#

thats cmd right ;-;

sour forge
#

if you use windows, yeah it's called cmd

edgy crest
#

so i can install faker from there or would i have to open cmd

sour forge
#

most probably from there

#

i dont use Windows so idk

edgy crest
#

well

#

i wont risk it i am gonna open cmd

sour forge
edgy crest
#

okie

#

i made a gui for it

#

added a button

#

whoa this faker module seems pretty use full

sour forge
#

yeah it's very useful

edgy crest
#

it has even fake addresses

sour forge
#

also it's not a module it's a package

edgy crest
#

ok

sour forge
#

it has even fake addresses
@edgy crest run print(dir(Faker()))

edgy crest
#

yea

sour forge
#

it will show you everything faker has

edgy crest
#

ok

#

hey i am getting an error

#

'Generator' object has no attribute 'username'

#

its not working..

mint lichen
#

did you forget the brackets()?

young shoal
#

probably tried to access something from the wrong thing

edgy crest
#

no

young shoal
#

check your parentheses

edgy crest
#

wait is username a thing in it?

young shoal
#

in what

edgy crest
#

faker

young shoal
#

¯_(ツ)_/¯

#

check the docs for that

edgy crest
#

cuz when i am using var.name(), its working

#

but not in var.username()

#

name gives real names

#

i need user names.

sour forge
#

@edgy crest check the link i sent

#

they have examples

edgy crest
#

yes

sour forge
#

does it work?

edgy crest
#

username is not a valid attribute

#

name is

#

and name just has random names not user names

sour forge
#

what code did you write?

edgy crest
#

like not with under score and numbers

sour forge
#

oh wait

edgy crest
#

hmm

sour forge
#

it should be fake.user_name()

edgy crest
#

oh ok lol

#

k thx its working now 🙂

sour forge
#

I'm not sure if it will be with underscores and numbers tho

edgy crest
#

hmm yea but still works

#

sometimes it uses numbers

#

but the names are like user names

sour forge
#

it's a random generator

edgy crest
#
from tkinter import *
from faker import Faker

root = Tk()
root.title("username generator")

fake = Faker()

def generate():
  my_label = Label(root, text=fake.user_name()).pack()


gen_button = Button(root, text="Generate", command=generate).pack()

root.mainloop()```
sour forge
#

look at the docs, they probably have what you are looking for

edgy crest
#

i made it a gui so its easy

sour forge
#

cool

#

idk tkinter at all

edgy crest
#

lol

#

its not that hard

sour forge
#

yeah ik

#

I'm not interested in learning it though

plucky ridge
#

I don't know why it gets such a bad rap

#

It does the job if it's a simple little internal tool

#

It's one less thing to have to download

#

If looks don't matter, there's no reason not to use it

mint lichen
#

yeah, I really like tkinter when I have to display some simple graphics or information and it's annoying to do so in the shell

plucky ridge
#

In my case I've used it for a couple little programs I've made for our accountants

#

One window, 5 buttons

#

I'm not going to download PyQt5 or Kivy for that

sour forge
#

I'm not hating on tkinter, i just said i dont see any specific use in my case. I mostly work with browsers @plucky ridge

plucky ridge
#

No I know, it wasn't specifically a response to you. Just reminded me how grumpy I get about it when people are like "uGH wHy ARe u UsiNG tKIntER???"

quick ledge
#

ugh why are you using tkinter??

sour forge
#

ugh why are you using tkinter??

edgy crest
#

lol

#

tho how do u change the bg colour in tkinter

#

of the window

plucky ridge
#

Let me check

edgy crest
#

mk

plucky ridge
#

I think it might just be window.background = tk color value here?

#

Trying to hunt down a specific example though

edgy crest
#

ok

#

is window a var

#

like i use root var for the basic setup

plucky ridge
#

I think it'd be root in that case then

#

The folks in #user-interfaces would be able to help more, I tend to just do really really simple stuff in it

#

Little to no flare

edgy crest
#

ok

narrow pecan
plucky ridge
#

HELL yes

narrow pecan
#

I'm in love with them

plucky ridge
#

Oh dude that looks so sweet

#

I need that as a desktop wallpaper

narrow pecan
#

They're on my test server already. Made some really odd structures so far

quick ledge
#

OH HELL YEAHHH

narrow pecan
#

I need that as a desktop wallpaper
@plucky ridge One could actually make something really huge, like a mega pattern

wheat lynx
#

Haha

quick ledge
#

wow, nice my dude

plucky ridge
#

Oh my god that's the best thing that's ever graced our server

narrow pecan
#

That is an actual message

quick ledge
#

where can these lemojis be used?

#

wait what

#

how

narrow pecan
#

Here, soon

quick ledge
#

how
how

narrow pecan
#

As emojis

#

They're 20 different parts

quick ledge
#

like how can an emoji do that?

#

oh

narrow pecan
#

Can be assembled in million ways

quick ledge
#

and you wrote some sexy code to assemble it?

#

or is it manually done?

narrow pecan
#

Nope. It's manually done. We're thinking about doing something fun with @median dome though

quick ledge
#

either way looks hella sick

honest star
#

That beard border needs to be pinned

quick ledge
#

YES PLEASE

#

then again, it's prolly gonna be common here

#

soon

narrow pecan
#

True. But until then...

#

I'm honestly so excited for this

quick ledge
#

YES 😍

narrow pecan
#

This is lemon

quick ledge
#

lmao

narrow pecan
#

He is bluffing about having a body. It's all just a beard

quick ledge
#

@plucky ridge HEMMMYYY, check this out

wheat lynx
#

Hahaha this is too good

solid pollen
#

Hahaha

wheat lynx
narrow pecan
#

The best part is that it'll all be available here once the PR is merged and the emojis added

solid pollen
#

You pinned the wrong one, the other is funnier lemon_smug

honest star
#

por que no los dos?

wheat lynx
#

They're all good

narrow pecan
#

They're both legendary.

#

My only question is: why don't we have this already??

quick ledge
#

it is kinda spammable

wheat lynx
#

Yeah lol. Hopefully the ot channels won't become a complete mess with this

plucky ridge
#

Oh

#

My

#

God

solid pollen
#

Haha

narrow pecan
solid pollen
#

Let's write pydis with beards

wheat lynx
#

Cut off one lemon, and two more appear

#

I was just thinking the same Akarys haha

narrow pecan
#

Let's write pydis with beards
@solid pollen is that a challenge?

solid pollen
#

Definitely is

narrow pecan
#

This is a common theme

#

Definitely is
Challenge accepted

undone berry
#

Someone should make a maze generator using these for @median dome

plucky ridge
#

Almost looks like a menorah

solid pollen
#

I just want to feed that to a wave collapse function tbh

narrow pecan
plucky ridge
narrow pecan
#

It's beautiful

plucky ridge
#

@tame terrace PLEASE can we make that our banner for like a week

manic bloom
#

I second that

narrow pecan
#

Someone should make a maze generator using these for @median dome
@undone berry We have thought about pipe games and mazes already. Hopefully, at least one of the things will happen

quick ledge
#

NGL THAT LOOKS HELLA SICK

narrow pecan
#

We could have a text generator with seasonalbot tbh

plucky ridge
#

Make the issue for it

#

It's a worthy proposal

quick ledge
#

why am I so excited?

honest star
#

That is.... SO GOOD

plucky ridge
#

It's that perfect level of silly that I just love

narrow pecan
#

Make the issue for it
@plucky ridge For sure

eternal wing
#

I gotta say, you may have permanently earned my respect for this one xD

narrow pecan
#

Alright, we have an issue for .beardify <text> now!

eternal wing
#

yesss

manic bloom
#

YESSSSSSSSSSSSSSS

eternal wing
#

is that in seasonal bot?

narrow pecan
#

Yepp

sand goblet
#

man I need to not take my glasses off when looking at this place

#

would totally look like a swastika if they weren't pushed apart

#

haha

cursive abyss
#

lol it would be the python logo with 4 snake heads

eternal wing
#

would totally look like a swastika if they weren't pushed apart
I wasnt gonna say anything

plucky ridge
#

Please don't give people ideas

#

Oh god that's what's going to happen isn't it

eternal wing
#

plz no

plucky ridge
#

Man, why can't we just have nice wholesome things for people to enjoy

rough sapphire
#

Nah, it won't go that far

honest star
#

Let's just all scroll up to the wonderful lemon-beard pydis logo

narrow pecan
#

You're right — it only has 2 heads 😆

eternal wing
#

we dont even have to do that much work, that masterpiece was pinned

narrow pecan
#

This is insane

eternal wing
#

lol, are you making each of those characters by hand?

narrow pecan
#

Yes

eternal wing
#

haha, well worth it

narrow pecan
#

It's just a message with soooo many emojis

#

For sure

eternal wing
#

it really is

cursive abyss
#

whyisitpoopybrowncolored

sand goblet
#

that's a beard!

cursive abyss
#

.> can you make the beard blue

narrow pecan
cursive abyss
#

^

undone berry
#

I do wonder, unless you knew it was a beard, is that really what you'd think it was?

cursive abyss
#

it doesn't look like a beard to me XD

narrow pecan
#

AHhaha true

sand goblet
#

I mean it looks more like a snake

honest star
#

I'm still partially on team #chocolatedippedstrawberry

narrow pecan
#

It is the python logo, so it's a snake beard

rough sapphire
#

Kinda looks like § tbh

undone berry
#

it was a chocolate dipped lemon right?#

#

strawberries are usually red

narrow pecan
#

lemon_exploding_head This is it tho

honest star
#

there are yellow strawberries!

cursive abyss
#

chocolate is not gray-ish brown D;

honest star
#

I have a small yellow strawberry plant growing in my garden box

#

they're super small and cute

narrow pecan
#

lemon_exploding_head #chocolatedippedstrawberry

honest star
#

and hard to tell when they're done...

undone berry
#

so there are according to Google

#

never seen one

#

I could eat strawberries all day

narrow pecan
#

Anything you want be to create in beard?

sand goblet
#

since you have a set of tiles

#

there should totally be a @median dome command for this

#

for lemonifying text

eternal wing
#

they already added the issue xD

undone berry
sand goblet
#

good, I'd expect nothing less

#

haha

narrow pecan
#

It's needed

honest star
#

=3c this has been brewing in #dev-branding for a few days. Vester is doing great work

eternal wing
#

I have a request: create an entire platformer using the lemon-beard tileset

honest star
#

Now there's a good pyweek game idea

narrow pecan
#

There should kind of be one for 2 and 3 lines heigh with the text

#

My team would say "nooo", but otherwise, I'd be 100% up for making that in pyweek 😆

eternal wing
#

haha

narrow pecan
#

Could be something for seasonalbot as well

#

With auto-run, so there's only a space button to use

quick ledge
#

Please don't give people ideas
@plucky ridge That's the forst thing that came to my mind when I saw it 😅

solid pollen
young shoal
#

no so bad

narrow pecan
solid pollen
#

Is that a platformer level haha

narrow pecan
#

Yesss

honest star
#

gather the lemons, avoid the strawberries?

narrow pecan
#

I have a request: create an entire platformer using the lemon-beard tileset
@eternal wing

#

Ooooo

#

Wait, strawberries aren't lemojis

eternal wing
#

oh. my. gosh

honest star
#

that's why you avoid them!

eternal wing
#

awesommmmeeee haha

narrow pecan
#

We should totally turn it into a real game 😆

eternal wing
#

you have made this day so much better xD haha

narrow pecan
#

@honest star Aaah I see

eternal wing
#

procedurally generated beards

narrow pecan
#

you have made this day so much better xD haha
@eternal wing I honestly feel the same way about the beard structures

#

They're just the best things ever

young shoal
#

pyweek?

eternal wing
#

haha

#

actually, procedural beards would be super easy

narrow pecan
#

If you don't have a team already, team up with each other and create a beard platformer lemon_hyperpleased

solid pollen
#

Oooh man, if that fits the theme I'm totally gonna spam until they accept suggest that

narrow pecan
#

AHahahahha

#

For sure

eternal wing
#

im already in pyweek, that would be great though

#

oh wait, if we are both on board.........

#

haha

#

thats almost a majority

#

wouldnt that be the biggest bummer though? if another team won with that? LOL

narrow pecan
#

Yeah, that's true

young shoal
#

ehh

narrow pecan
#

We should just create it on our own, outside PyWeek

honest star
#

I would happily contribute to a lemoji platformer outside of pyweek

narrow pecan
#

Actually, we may be able to do it with SeasonalBot

#

Maybe with only a space button and auto-run

plucky ridge
#

Ehhhhhh maybe

#

The fluctuation of the API doesn't really let things like that flow well

#

Typically better for turnbased things

narrow pecan
#

Right, ok

#

Maybe we could make it a web game

#

And have it on the site

manic bloom
#

I don't care what happens, but I want lemon text on this discord

narrow pecan
#

Hopefully, it's coming. We all want it

rough sapphire
#

Wonder If there is a way i can manually send some random data through data lines in a USB ?

manic bloom
#

Now I wonder that too

narrow pecan
#

Any requests for beard art? I'm out of ideas

young shoal
#

make a thing to beardify an image

narrow pecan
#

Welp

#

How would I make that in beard?

#

Oooo

#

BEARD™️ should be a programming language

young shoal
#

beard doesn't sound that bad tbh

narrow pecan
#

Considering Rust and all the odd names, Beard sounds quite good

manic bloom
#

@narrow pecan is the code for beard on github

narrow pecan
#

It's emojis, but yes

#

They're in this PR:

#

@undone berry Here's a maze:

young shoal
#

oh

eternal wing
#

yesssss

young shoal
#

wow

narrow pecan
#

This is the "code" for it ```
:head_l::l_b::end_l::lr::l_b::end_t::r_b::l_b:
:end_t::t_r::lr::l_b::t_b::t_r_b::l_t::t_b:
:t_b::r_b::lr::l_t_b::t_b::t_b::r_b::l_t_b:
:t_r::l_t::r_b::l_t::t_b::t_b::end_b::t_b:
:end_l::lr::l_t_r::lr::l_t_r::l_t_r::end_r::head_b:

quick ledge
#

@narrow pecan can you-

eternal wing
#

wait are you foreal

quick ledge
#

yeah

eternal wing
#

you already have that going

quick ledge
#

I was gonna ask for that

narrow pecan
#

Yeahh

#

I'm doing it in a test server

#

If I had Nitro, I could even do It here (but would get muted, since the limit is like 20 or 28 emojis per 10 seconds atm)

#

All of the things I've sent above are created as emojis, in another server hahah

lunar jewel
#

how to disable that flashing white thing appears while typing in pycharm ?

young shoal
#

uh, what thing

#

the thing that shows where you're typing?

narrow pecan
#

📨 👌 applied magic to @narrow pecan until 2020-09-11 18:24 (1 minutes and 4 seconds) (reason: why not?: sent 1 messages in 1s).

young shoal
#

oh

narrow pecan
#

applied magic

lunar jewel
#

this thing

narrow pecan
#

The cursor?

lunar jewel
#

that white thing yea

#

it is annoying for me .d

#

hard to type with that

narrow pecan
#

Why wouldn't you want the cursor? You won't know where you are on the page

young shoal
#

uh, turn off insert mode

#

it'll make it thinner

lunar jewel
#

ehm

#

how

#

and i meant i want something like this

#

not that thicc boi selects words and letters

quick ledge
#

does the thicc boi replace the words you type?

lunar jewel
#

yea

young shoal
#

turn off insert mode

quick ledge
#

you are in insert mode

lunar jewel
#

ehm how to disable that mode

quick ledge
#

try pressing insert button

lunar jewel
#

and idk how did i enabled it

young shoal
#

hit the insert key on your keyboard

lunar jewel
#

oh

#

i think i can also apply magic

#

to pycharm

narrow pecan
young shoal
#

:O

narrow pecan
#

PyWeek

#

Maybe I should add 30

young shoal
#

actually good

narrow pecan
#

Thankss

rough sapphire
#

Me - Plays happy birthday song to my brother .
Him - Don't play this song Don't play that song.

When I was played song by my brother on my bday
ME - yeah yeah songs , raise volume raise volume yeahhhhhhhhhhhhh

narrow pecan
rough sapphire
#

hmm , can i get raw emoji
I will upload them on my server and then use it here

narrow pecan
#

There is a 20/28 limit on emojis per 10s or so. Aka try not to get an infraction before we solve this

young shoal
#

diagonal heads?

narrow pecan
#

When put together, they're smooooth

#

diagonal heads?
@young shoal We've experimented with that, but it doesn't look too good

young shoal
#

huh

narrow pecan
young shoal
#

oh

rough sapphire
#

your discord invite link ? @narrow pecan

#

maybe DM it to me

narrow pecan
#

I’ll DM

manic bloom
#

@narrow pecan can I join?

narrow pecan
#

You don’t have Nitro, so you won’t be able to use it here

manic bloom
#

ah k

rough sapphire
#

t_r_bl_b
t_rl_t
looks like apple mac wheel TBH

manic bloom
#

yes

plucky ridge
#

I was thinking the beats headphones logo

narrow pecan
#

Hmm

rough sapphire
#

I think I've heard that wall thing before

narrow pecan
#

Maybe I have too. It's still odd, though

lunar jewel
#

@sand inlet do you have time for a little chat ?

sand inlet
#

checks the time yes

lunar jewel
#

😄

#

how did you learn python ?

#

how long it took ?

eternal wing
#

I do not think there is any time where you really learn python. I have been programming for years and never stop learning.

It took me about 3 months before I reasonably make some simple things that worked ok

lunar jewel
#

simple things ?

#

like ?

hot hull
#

Hey, I use bookmarking a lot in Firefox. Is there a software for bookmarking which way of bookmarking is very similar to Firefox's?

lone verge
#

i got so many book marks

#

never use them

#

lol

hot hull
#

I tend to read them from time to time, what I bookmark is very useful, such articles or something like that

#

And Firefox bookmarking is really awesome! It got some.. imperfections, but I still like it

young shoal
#

I think most browsers have that functionality

rough sapphire
#

Hmm

lone verge
#

@hot hull i still keep like a mental note, but i manually type it in

hot hull
#

I think most browsers have that functionality
@young shoal Yeah, but I never met one as good as Firefox's

young shoal
#

¯\_(ツ)_/¯

lone verge
#

@young shoal change ur name back plsssssssssssssss

rough sapphire
#

Having some trouble over why you need a bookmarking system like Firefox

hot hull
#

¯\_(ツ)_/¯
@young shoal LMAO

young shoal
#

what's wrong with this one lol

hot hull
#

what's wrong with this one lol
@young shoal What do you mean?

young shoal
#

you don't have to quote everything

#

I was answering erlich

hot hull
#

I love to quote :)

young shoal
#

no

rough sapphire
#

I can only think of tags as unique to Firefox, really

manic bloom
#

I love to quote :)
@hot hull as do i

rough sapphire
#

And "search-like" bookmarks

hot hull
#

Having some trouble over why you need a bookmarking system like Firefox
@rough sapphire Look, I just press Ctrl + B and that opens up

#

@hot hull as do i
@manic bloom Nice :D

rough sapphire
#

Oh, that

hot hull
#

Chrome hasn't got that

rough sapphire
#

Maybe an extension?

hot hull
#

And I'm looking for a software with that same system, so I'm not dependent on Firefox

#

Maybe an extension?
@rough sapphire Yeah, maybe

manic bloom
#

@manic bloom Nice :D
@hot hull nice to you too

rough sapphire
#

Hmm

sand goblet
#

Vivaldi has that as well

#

(it's another browser)

hot hull
#

What are your thoughts on Vivaldi?

sand goblet
#

I really like it

#

but I'd prefer if the tabs sidebar had trees instead of subtabs

hot hull
#

Ohh, I see

sand goblet
#

like you can group tabs

#

which gives you a tab that has its own tabs

hot hull
#

What do you like from Vivaldi that from other browsers don't?

sand goblet
#

It has built-in window splitting

#

which is genuinely really nice

#

and a lot of power user features in general

#

which is great considering it's based on chromium

rough sapphire
#

like you can group tabs
😮

hot hull
#

Nice :D how is it on performance?

sand goblet
#

Performs quite well

#

I do use firefox myself though, because I can have my tab tree

rough sapphire
#

My only deal with Firefox is that it doesn't have Chrome-like tab groups

sand goblet
rough sapphire
#

Chrome-like tab groups
...which I think is good

sand goblet
#

It does have containers

#

but really with tab trees.. you don't need chrome groups

rough sapphire
#

Yeah, but you need to create a container for every group

hot hull
#

There was one time I got Firefox with four tabs opened and it used like 400 MB of RAM!! That's why I'm considering switching, or is it normal!?

sand goblet
#

yeah, which isn't what they're for really

#

Browsers are not light applications

#

they all use a significant amount of RAM

rough sapphire
#

yeah, which isn't what they're for really
Yeah, I think that's the job of tab groups

young shoal
#

400 isn't that bad tbh

rough sapphire
#

I don't really like tree-style tab groups

#

To be honest

hot hull
#

._. so I'm really biased, I always pictured a browser that is not Chrome as "light"

sand goblet
#

I do really like organising stuff into trees

#

hm, I don't have vivaldi installed to show you tab groups

rough sapphire
#

I mean, we have our own opinions

#

hm, I don't have vivaldi installed to show you tab groups
Is fine, I think

sand goblet
#

they're called tab stacks

rough sapphire
#

._. so I'm really biased, I always pictured a browser that is not Chrome as "light"
I can see why people would think that though

sand goblet
#

literally tabs that have tabs

hot hull
#

Do you know the browser Slimjet?

sand goblet
#

you get the idea. tabs with tabs.

rough sapphire
#

That's not that bad of an idea, actually

undone berry
#

what is that? I'm too lazy to read up

sand goblet
#

vivaldi

lone verge
#

@sand goblet wait i dont understand

rough sapphire
#

Do you know the browser Slimjet?
I don't (if you were asking me)

sand goblet
#

what don't you understand

lone verge
#

the tabs with tabs

sand goblet
#

look at the tabs

#

they have their own tabs

#

Slimjet is based on Trident, it's not worth even a glance at

#

Trident is IE's rendering engine

rough sapphire
#

I've heard Firefox had built-in tab groups

lone verge
#

OH SHOOT thats six

sand goblet
#

ah, yeah, firefox 64 does have tab groups

rough sapphire
#

Is it exactly like Panorama?

sand goblet
#

most people seem to be using extensions for it so it's hard for me to find info

rough sapphire
#

Ah

sand goblet
#

ah they removed it

#

that's why people use extensions

rough sapphire
#

Yeah

#

They removed it

#

I think because "barely no one uses it"

#

Which I don't really get

#

I don't think Reader Mode is used that much yet it stays

sand goblet
#

most people use tree style tabs really

rough sapphire
#

Hmm

#

Yeah, I agree

bronze shore
#

guys i need to know if someone here play fall guys on pc

eternal wing
#

I do

bronze shore
#

aoo cool

eternal wing
#

is that all? XD

bronze shore
#

amm wait

eternal wing
#

Ah, dms xD lol

#

!rule 5 my guy

royal lakeBOT
#
Bad argument

Converting to "int" failed for parameter "rules".

#
Command Help

!site rules [rules...]
Can also use: rule, rules, site r, site rule

Provides a link to all rules or, if specified, displays specific rule(s).

eternal wing
#

!rule 5

royal lakeBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious/inappropriate or be for graded coursework/exams.

eternal wing
#

And one for spam too haha

#

/advertising

young shoal
#

fall guys cheats?

bronze shore
#

nono

#

something else

eternal wing
#

LOL

#

Dude....

young shoal
#

i'm assuming i was right

bronze shore
#

no its something else

#

msg me privatly

#

ill explain

young shoal
#

no thanks

bronze shore
#

aoo ok

young shoal
#

if it's not allowed to be on the server you shouldn't be DMing about it :p

#

server rules are p lax

bronze shore
#

ok sooo

#

where can i sell my projects?

eternal wing
#

<@&267629731250176001> I already sent to modmail, but this dude prolly needs to get banned, I blocked him though

young shoal
#

whatcha selling

bronze shore
#

i want to sell my projects where can i do it?

eternal wing
#

he made a fall guys bot that farms points for you haha

bronze shore
#

yeah

#

ok

young shoal
#

so cheats.

bronze shore
#

ok whatever u want

eternal wing
#

you can at least be open about it here if you are gonna try to dm randos privately. And I really do not appreciate what you are doing anyway.

bronze shore
#

ok why

#

just tell me why

cursive abyss
#

lol we respect the hustle, but uh....no hustling here.

bronze shore
#

im trying to sell stuff

#

ok guys pls help me. i want to know where i can sell my projects

#

where can i do it?

cursive abyss
#

read rule #6 please...

bronze shore
#

ok

#

ok do u know where?

young shoal
#

you agreed to the rules when you joined the server

bronze shore
#

ok im sorry

#

whatEVER u want guys

young shoal
#

oK

cursive abyss
#

^

#

😆

young shoal
#

good LUCK

#

where are the mods though, that ping was a while ago

cursive abyss
#

i don't know 😦

honest star
#

probs dealing with it via modmail

remote socket
#

am here, sorry

young shoal
#

"a while" 3 minutes we're too spoiled

cursive abyss
#

lololol

remote socket
#

@bronze shore You're not allowed to sell stuff here.

bronze shore
#

ok sorry

#

can i get help

remote socket
#

with what

honest star
#

We really are spoiled with how good moderating is on this server

bronze shore
#

im trying to get answer to where i can sell my stuff

#

pls answer if u know

remote socket
#

Not sure, but not here. Don't advertise here or in DMs again.

bronze shore
#

ok

remote socket
bronze shore
#

ok sorry

#

it wont happend again

remote socket
#

Alright.

hazy hamlet
#

guys can anyone help me invite all the bots you can to a server?

eternal wing
#

@ mods jkjkjk.

Can i ask why

hazy hamlet
#

@ mods jkjkjk.

Can i ask why
@eternal wing world record

cursive abyss
#

@west zephyr yes.

eternal wing
#

Lol, I mean, you could just use selenium

hazy hamlet
#

Lol, I mean, you could just use selenium
@eternal wing ?

eternal wing
#

Well, you invite bots with their url, so you could make a selenium script that automatically visits a list of urls and adds them to your server in the browser

hazy hamlet
#

but

#

it has a captcha

#

remember?

#

@eternal wing

eternal wing
#

Oh yeah, sorry. I wasn't thinking, don't do that

hazy hamlet
#

hmm

#

any other ideas

#

maybe we could do that, but instead the script adding it it just opens the url so i can just go to tab and tab clicking verify and to add

#

ya know

eternal wing
#

Not really, that captcha is there to prevent something like this haha. Likewise you cannot use a bot on discords site

hazy hamlet
#

but you see what i said

#

just to open the tab

#

and get to the part were we have to do the captcha

eternal wing
#

I'm not sure how that goes for tos.

But yeah, i don't believe there is any way around actually using the browser.

hazy hamlet
#

how do i code selenium?

young shoal
#

well, you don't

#

there are many tutorials on how to use selenium though

hazy hamlet
#

ohh ok

main zinc
#

YO IS THERE A CHANNEL WHERE I CAN ADVERTISE????

hazy hamlet
#

no

eternal wing
#

yeah, no promotion here allowed

#

!rule 6

royal lakeBOT
#

6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.

jagged fog
#

hmm is ELA still in this guild peterthink haven't seen them in a while, can't find them now either

#

how come, they were admin no?

#

@eternal wing where's that pfp from? Also GnomeAngryPing

eternal wing
#

it is an OC haha

jagged fog
#

ah ye just found

#

by using my spy skills

eternal wing
#

LOL, very nice. Actually impressive haha

jagged fog
#

you work as a coding instructor? Nice

eternal wing
#

LOL, oof, I need to be less personal on here xD

yeah, and im currently working.

See if you can figure out my work hours

young shoal
#

cali right?

#

he's probably done teaching i think

eternal wing
#

you guys are putting it together xD

#

but not quite

#

im actually more of a tutor

jagged fog
#

I failed the side quest sadcat

eternal wing
#

perhaps

#

LOL

jagged fog
#

I can't find that info

eternal wing
#

thank god

#

now see if you can find my real name jk thats a little scary, and probably pretty easy

jagged fog
#

I'm guessing it's probably in one of the messages here? I was mmostly looking at your website and github

eternal wing
#

muahhaa

#

I have not explicitly said my hours, but I was curious how easy it would be to deduce

#

I bet there is enough info here for someone to figure where I work even

manic bloom
#

now see if you can find my real name jk thats a little scary, and probably pretty easy
@eternal wing give my friend permission and he will find your SSN and address

#

idk how, but he's hella good

eternal wing
#

lol foreal?

#

im down, as long as it is not leaked jk that is not real permission

jagged fog
#

everyone has some sort of digital trace chirunoslain

manic bloom
#

ye

eternal wing
#

I would be really impressed actually

jagged fog
#

for example some are stupid enough to use their real name on github

manic bloom
#

he wants to be a forensic bounty hunter

#

or that's what he discribes it as

#

i'm pretty sure there is an official name for it

#

but it doesn't sound as cool

jagged fog
#

umm just googling?

manic bloom
#

you can find out a lot about a person from just googling

#

that's why I don't ever use randomNerd anywhere else

#

i tried it with myself LOL
@west zephyr I have like 2 whole pages of google search results dedicated to my name

#

most of them are from github

jagged fog
#

if you have a unique name even a pidgeon googling you will find you

manic bloom
#

yes

#

if you search me up in quotes, im the only person you find

#

"if you have a unique name even a pidgeon googling you will find you"
--BrainDead

that needs to be on a t-shirt

jagged fog
scenic blaze
#

So blocked messages not get blocked on mobile?

#

Do

#

I’m seeing messages from someone I’ve blocked, I thought it would carry over to mobile

#

Oh they created a new account maybe

young shoal
#

lol

#

yeah they should be blocked

scenic blaze
#

Cool

narrow pecan
#

@scenic blaze is this name longer or shorter than the previous one? Shorter, right?

scenic blaze
#

Well a picture is a thousand words, no?

honest star
#

@narrow pecan Would your .beardify thing work if I gave you the same tile set but snakemoji version?

narrow pecan
#

Yeah. Ot generates a sequence of emojis is the form of :NAME:, so it’s just a matter of switching those name to snakemojis

#

Whatever snakemojis are

honest star
#

I'm tempted to make 2 pysnake ones, one with the current logo and one with the older school logo

narrow pecan
#

Do you mean full snakes?

honest star
#

what do you mean by 'full snakes'?

narrow pecan
#

All 20 pieces?

honest star
#

Oh yeah, it'll have all 20 that you have for the beard

narrow pecan
#

Aah alright

#

Just make sure that staff is onboard with having 20 more emojis for a snake

honest star
#

oh yeah, just a kitschy project, I don't think it should actually be added. I like the beard one much more

narrow pecan
#

But it would be very, very easy to use that code for snakes as well. With a few extra lines of code, we’d be able to translate the beard font(s) to snake and let the user choose — since it’s the same kinds of pieces

#

Maybe the snake could go in the @median dome emoji server though. It would be cool to have the option to choose snake as well as beard

#

@honest star

honest star
#

z41

narrow pecan
#

Z41?

young shoal
#

z41.

narrow pecan
#

z... 41...?

scenic blaze
#

Zee forty one

narrow pecan
#

Should I understand this?

manic bloom
#

What does this mean?

narrow pecan
#

No one knows. It’s a mystery

cursive abyss
#

it's a secret.

floral viper
#

this is z43

#

her sister ship

honest star
#

sorry, z41 is "affirmative" from an old game where the shortcut for that was z41

young shoal
#

ah

eternal wing
#

ah, g

c + drag mouse left

young shoal
#

what should i include for "coding experience"

eternal wing
#

projects

#

unless you have work experience

young shoal
#

not education?

#

there's no education section lol

#

it's just one question What experience have you had with coding?

eternal wing
#

most places near me specifically ask not to include education or projects as work experience, but you should just put what ever you do have.

That is vague enough to include education and projects I'd say

young shoal
#

huh, cool i guess

#

it's not like an internship or anything important, just a small thing

#

ty!

young shoal
#

i have no work experience 😢

eternal wing
#

hey me neither

manic bloom
#

i have no work experience 😢
@young shoal I'm not old enough to legally 'work' without a state approved permit, that is signed by the district attorney's office

rough sapphire
#

where are you based

rough sapphire
#

everything hurts

#

you'll find someone else.. don't worry

#

she didnt deserve you

eternal wing
#

you alright, my guy?

#

@rough sapphire

manic bloom
#

where are you based
@rough sapphire Cali

rough sapphire
#

sad

manic bloom
#

not really, we have like 3 or 4 of the best colleges in the nation

rough sapphire
#

drug addiction.. human trafficking.. wildfires.. homelessness..

#

income disparity.. etc

manic bloom
#

we don't talk about that

rough sapphire
#

you alright, my guy?
@eternal wing yeah man, just finished a 30km hike yesterday (with a 15kg backpack and a Galil rifle) in under 4 hours

#

and today, pretty much every inch of my body hurts

#

feels kind of good though, not going to lie

eternal wing
#

Lol, oh good haha. That is crazy. Congrats on completing that, that is crazy haha. I wish i was still in that shape.

Judging by your gear, that sounds like it may not have been just for fun. Haha

rough sapphire
#

why did you carry a heavy backpack

quick ledge
#

and why were you carrying a rifle?

sour forge
#

so yeah

dapper jasper
sour forge
#

how old are you @edgy crest ?

edgy crest
#

i wont tell sorry

narrow pecan
#

@solid pollen The top right one is a lonely lemon, right?

#

AAAh, in the K

#

I honestly don't think there's a way to solve this without diagonals

solid pollen
undone berry
#

I feel like I can see a way. Have the spine, have one bend left and down have one bend to the right, then have a cap. Do the opposite for the top

narrow pecan
undone berry
#

That's a bad explanation

narrow pecan
#

Wait what? I didn't quite get that

wheat lynx
#

Oh I think I get what you mean

undone berry
#

I can't draw it in mobile

wheat lynx
#

Oh wait no I don't

undone berry
#

That or similar

graceful basin
undone berry
#

I added an extra spinal tile. But it shouldn't matter

narrow pecan
#

I'm not a fan

solid pollen
#

What about lak's suggestion?

narrow pecan
#

@graceful basin I don't quite think that looks like a K lemon_thinking

undone berry
#

If you could get rid of the right handmost row of tiles, it would look fine for my one I think

solid pollen
#

Guess it is still worth a try

tranquil orchid
#

that k

graceful basin
#

oh, you can make the letters wider?

narrow pecan
#

Yep! The program I made is really flexible

wheat lynx
#

could try without the right hand caps like Charlie said

narrow pecan
#

Yeah, I'll try that Wookie

graceful basin
#

should work

narrow pecan
#

I'm not a fan of leaving flat edges, though

undone berry
#

Yeah. You don't have a curve+cap in a single tile, which is what the K needs. But that adds too many new tiles

narrow pecan
#

Yeah, that's the problem Charlie

#

This one looks like a K ngl

undone berry
#

I really dislike the fact you have straight edges

graceful basin
#

wait oops, I got confused

undone berry
#

What about ditching the connector, moving it all to the left, and adding the caps back?

narrow pecan
graceful basin
#

ye, that is what I meant, but that looks more like an h

narrow pecan
#

Yeah

undone berry
#

That's the best so far. But it doesn't look too K ish

narrow pecan
#

What about ditching the connector, moving it all to the left, and adding the caps back?
@undone berry Not quite sure how you mean?

wheat lynx
#

You could probably do it more easily if you made it one char taller, but I guess that would break everything else haha

narrow pecan
#

Yeah, it would (sadly)

graceful basin
#

if you could get this to work, rather than flattening the right edge, it would probably do fine

edgy crest
narrow pecan
graceful basin
#

yes, but here the right edge has an inset

#

which makes it not an H

wheat lynx
#

To make it not flat you'd need more emojis I think

edgy crest
#

is that a kinder garten project?

undone berry
narrow pecan
#

Don't think we have pieces to do that lakmatiol

undone berry
#

Move it to the left

narrow pecan
#

That character is only 2 wide. That would give us a C

wheat lynx
#

Ooh

#

Oh

edgy crest
#

what are you guys discussing about

sand goblet
narrow pecan
#

But you're right @wheat lynx, we would need more emojis to make it work

hoary steppe
#

LOL

#

that h lookin kinda annoyed

edgy crest
#

that isnt even a letter

hoary steppe
narrow pecan
undone berry
#

Still have the spine, then have a weird c next to it right? Or is the entire K thing in the screenshot only 2 chars wide?

sand goblet
#

the fact that some of you are uncultured enough to have never seen a K written like that

#

smh

hoary steppe
#

wow

edgy crest
#

ow

sand goblet
#

:>

hoary steppe
#

why ther eis no lemon crey

#

cry

edgy crest
#

:<

narrow pecan
#

Still have the spine, then have a weird c next to it right? Or is the entire K thing in the screenshot only 2 chars wife
@undone berry The entire K is 2 wide

undone berry
#

Ah

#

That is a problem

narrow pecan
#

6 pieces in total

#

Yeah

hoary steppe
#

discord slow

edgy crest
#

what are you guys talkin bout

wheat lynx
#

Lemojis

edgy crest
#

lemojis are cool

#

will we get joemojis

narrow pecan
hoary steppe
#

doing good for now

wheat lynx