#voice-chat-text-0

1 messages · Page 67 of 1

rugged root
#

That's a lot of content

#

They aren't as satisfying to fight as the Valkyries were in the first one

#

They're more varied, yeah

#

But these guys just kind of feel.... oh look, there's one

#

I miss the reverence before a val fight

#

If that makes sense

#

Short for Valkyrie

#

Like going into the vaults that hold them, approaching them

#

Just had a lot better mood building

#

Any of the fights

#

No no, again

#

This was the first game that I'm talking about

#

Back later

jolly terrace
#

i couldn't talkk

#

i need to send 50 mesages

lavish rover
#

Custom in house thing

#

Uhh I mean there's nothing to checkout? I haven't touched the cpp stuff

#

It's all a bit of a nightmare

#

(sorry, was stuck in meetings)

ancient lily
#
user = int(input('enter your :'))
print('*'*user)
solar fog
#

@midnight agate 😂

#

waren 🤣

#

@midnight agate 😂

final crane
somber heath
#

@cedar glacier 👋

tepid edge
#
class Solution:
  def lengthOfLastWord(self, s: str) -> int:
    res = 0
    for char in reversed(s):
      if res == 0 and char == " ":
        continue
      if res != 0:
        if char != " ":
          res += 1
        else:
          return res
pallid hazel
#

!e

string = ' this is the test string '
string = string.strip()
string = string.split(' ')
print(len(string))
for i, v in enumerate(string):
    last = len(string) - 1
print(string[last])

noob says...

wise cargoBOT
#

@pallid hazel :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 5
002 | string
rigid nest
#

    
i = len(s)
k = 0
temp = 0
word = 0

while i != 0:
    i-=1  
    if b[i]%32 == 0:
        temp = k
        if temp > word:
            word = temp
        k = 0
        continue
    else:
        k+=1

return word```
#

for _ in k:

tepid edge
#
class Solution:
  def lengthOfLastWord(self, string: str) -> int:
    character_count = 0
    for character in reversed(string):
        if character_count == 0 and character == " ":
            continue
        if character != " ":
            character_count += 1
        else:
            break
    return character_count
rigid nest
#
        b = bytes(s, 'utf-8')

            
        i = len(s)
        k = 0

        while i != 0:
            i-=1  
            if b[i] != 32:
                k+=1
                if b[i-1] == 32:
                    break
            
        return k
#

beats 71% in time 74% in memory

velvet tartan
#

@tepid edge character_count += 1 if character != " " else return character_count

#

That will make this part shorter:
if character != " ":
character_count += 1
else:
return character_count

#

It's a ternary expression

rigid nest
wanton spruce
#

I'm still learning and following along, are we looking for shortest solution or more efficient?

frosty pagoda
#

why have this channel instead of just using the built-in VC chat? just curious

wanton spruce
frosty pagoda
#

oh i was moreso asking the mods haha

#

thank you though

stuck furnace
#

Hey, what're you guys up to?

#

I am confused what is going on right now 😄

wanton spruce
#

They were coming up with a solution for a problem

#

now they are talking about communication etiquette online

#

We can't assume everyone's status, knowledge, and learning abilities, we are all at different levels and cooperation is important in a field like this.

stuck furnace
#

Robustness principle applied to social interactions:

#

"be conservative in what you do, be liberal in what you accept from others"

wanton spruce
#

They are summoning Italian deities upon each other

#

I speak 1 language loosely

#

Nope leaves

tepid edge
stuck furnace
#

👋 @rigid nest

tepid edge
#

precariousness

molten pewter
#

"Democracies are designed to give power to the people through free and fair elections. While in theory, a democracy should not put authoritarians in power, there have been instances where this has happened. This can occur due to a variety of reasons, including:

Lack of political education and awareness among the voters, leading them to make uninformed decisions.

A manipulation of the election process or media by the authoritarian candidate or their supporters.

Economic and social conditions that lead to frustration and disillusionment among the population, leading them to turn to authoritarian leaders as a solution.

The emergence of a charismatic and compelling leader who exploits people's fears and anxieties.

It's important for democracies to remain vigilant and protect the integrity of their elections, as well as promote political education and civic engagement to prevent the rise of authoritarianism." -ChatGPT

molten pewter
#

Juvenoia

#

(uncountable)

(neologism) The fear or hostility directed by an older generation toward a younger one, or toward youth culture in general.

unborn cedar
#

out of curiosity, what would you recommend to upcoming high school seniors that want to do coding, does it matter at all what college u go to ultimately ?

tepid edge
#

I'd do cs50 online if you want to learn coding

unborn cedar
#

thanks bro

tepid edge
#

np

vestal rivet
#

magic

molten pewter
#

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
somber heath
#

@lofty drum 👋

stuck furnace
#

👋

#

What're you up to?

somber heath
#

@fathom wigeon 👋

stuck furnace
#

Oh right

fathom wigeon
#

hello

stuck furnace
#

If you've forgotten PyGame, take it as an opportunity to learn Pylget instead 😄

fathom wigeon
#

How's everyone

stuck furnace
#

Ah right ok. Pyglet is what Arcade is built on top of.

#

Bit more modern than PyGame.

stuck furnace
#

👋

fathom wigeon
#

Great

stuck furnace
#

Mhm

#

Ah is Kivy mostly event-driven?

#

Like, on_key_press and so on.

#

Ah right

somber heath
#

SCP-999 goes to a rave.

sharp urchin
#

hello

stuck furnace
#

You think therefore you are?

robust lichen
stuck furnace
#

balls-cli 😄

#

Ah

somber heath
#

@fair wedge 👋

robust lichen
stuck furnace
#

Oh, the crab

stuck furnace
#

I too thought you said "the crap"

#

Or maybe the craic

#

Yep

#

Dragon fractal

#

I literally haven't changed it in about 3 years.

#

Take a strip of paper and keep folding it in half.

robust lichen
#

try folding it past 4 times 😉

#

(maybe 5) 😳

stuck furnace
#

Yeah something like that

#

this This is the code to generate it.

#

Just used search 😄

#

Erm, more for throwing away unwanted output.

somber heath
#

!e py axiom = '' trans = str.maketrans('AB', 'BA') for i in range(5): axiom = axiom + 'A' + axiom.translate(trans)[::-1] print(axiom)Just from memory.

wise cargoBOT
#

@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.

AABAABBAAABBABBAAABAABBBAABBABB
stuck furnace
#

There's a similar thing which is supposed to be the "most fair" order to take penalties in 🤔

velvet urchin
stuck furnace
#

gtg 👋

willow gate
#

hello

somber heath
#

@willow gate 👋

willow gate
#

you guys know any good website to practice python?

somber heath
#

@green tinsel 👋

willow gate
#

@somber heath your voice is breaking

#

yes i am using replt

#

i use on both

somber heath
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

somber heath
#

!kindling

wise cargoBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

willow gate
#

Can you guide me after completing the basic in python what other things should i learn?

#

i am doing bsc in computer science

#

ok

#

did you come daily on voice chat?

#

means whenever i need help will you guide me?

#

ok

#

have you made any project?

#

ok you can show me

willow gate
#

yes what its called

#

ok i want to learn

#

we have to use turtle python?

#

ok

#

i understand little bit

#

did you play chess?

#

ok

#

its looks good but its has too much code

#

ok

#

ok i will check numpy

#

yes in college i use it numpy for plotting the graphs

#

yes

#

matplotlib

#

Nice to meet you have some work

#

@somber heath Have a great day

#

did you come daily here?

#

bye

lavish rover
#

lol

#

on my phone, earbuds are in another room

#

@midnight agate oops wrong channel

ruby hatch
#
[W:=64,H:=32,M:=128,[[[r:=(x-W/2)*4/W-1,I:=(y-H/2)*4/H,c:=r+complex(0,I),z:=complex(0,0),([(z:=complex(z*z+c),e:=i)for i,_ in zip(range(M+1),iter(lambda:abs(z)>2,True))],print("#" if e==M else ".", end="\n" if x+1==W else ""))] for x in range(W)] for y in range(H)]]

mandelbrot in one line

lavish rover
#

Too many unnecessary spaces, why waste bytes

ruby hatch
ruby hatch
lavish rover
#

Golf it more

ruby hatch
#

!e ```py
[W:=64,H:=32,M:=128,[[[r:=(x-W/2)*4/W-1,I:=(y-H/2)4/H,c:=r+complex(0,I),z:=complex(0,0),([(z:=complex(zz+c),e:=i)for i,_ in zip(range(M+1),iter(lambda:abs(z)>2,True))],print("#" if e==M else ".", end="\n" if x+1==W else ""))] for x in range(W)] for y in range(H)]]

wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | ................................................................
002 | ................................................................
003 | ................................................................
004 | ................................................................
005 | ................................................................
006 | ................................................................
007 | ................................................................
008 | ................................................................
009 | ................................................#...............
010 | ..............................................#.................
011 | .............................................###................
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/hosikidapa.txt?noredirect

ruby hatch
#

!e```py
[W:=64,H:=32,M:=128,[[[r:=(x-W/2)*4/W-1,I:=(y-H/2)4/H,c:=r+complex(0,I),z:=0j,([(z:=complex(zz+c),e:=i)for i,_ in zip(range(M+1),iter(lambda:abs(z)>2,True))],print("#"if e==M else".", end="\n"if x+1==W else""))] for x in range(W)] for y in range(H)]]

wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | ................................................................
002 | ................................................................
003 | ................................................................
004 | ................................................................
005 | ................................................................
006 | ................................................................
007 | ................................................................
008 | ................................................................
009 | ................................................#...............
010 | ..............................................#.................
011 | .............................................###................
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/zoxayeveva.txt?noredirect

ruby hatch
#

More?

lavish rover
#

let me see how short I can make it

#
[W:=64,H:=32,M:=128,[[[r:=(x-W/2)*4/W-1,I:=(y-H/2)*4/H,c:=r+I*1j,z:=0j,([(z:=z*z+c,e:=i)for i,_ in zip(range(M+1),iter(lambda:abs(z)>2,1))],print(".#"[e==M],end="\n"[x+1!=W:]))]for x in range(W)]for y in range(H)]]
#
"#"if e==M else"." -> ".#"[e==M]
ruby hatch
#
[W:=64,H:=32,M:=128,[[[r:=(x-W/2)*4/W-1,I:=(y-H/2)*4/H,c:=r+complex(0,I),z:=0j,([(z:=complex(z*z+c),e:=i)for(i,_)in zip(range(M+1),iter(lambda:abs(z)>2,1))],print(end="\n"if(x+1==W)else("#"if(e==M)else".")))] for(x)in range(W)] for(y)in range(H)]]
lavish rover
#
"\n"if x+1==W else"" -> "\n"[x+1!=W:]
ruby hatch
#

Okok

lavish rover
#
True -> 1
complex(0,I) -> I*1j
ruby hatch
#

!e```py
[W:=64,H:=32,M:=128,[[[r:=(x-W/2)4/W-1,I:=(y-H/2)4/H,c:=r+I1j,z:=0,([(z:=(zz+c)*1j,e:=i)for(i,_)in zip(range(M+1),iter(lambda:abs(z)>2,1))],print(end="\n"if(x+1==W)else("#"if(e==M)else".")))] for(x)in range(W)] for(y)in range(H)]]

wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | ...............................................................
002 | ...............................................................
003 | ...............................................................
004 | ...............................................................
005 | ...............................................................
006 | ...............................................................
007 | ...............................................................
008 | ...............................................................
009 | ................................................#..............
010 | ..................................................#............
011 | .................................................###...........
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/uzatohomig.txt?noredirect

lavish rover
#
(y-H/2)*4/H -> y*4/H-2
ruby hatch
#

!e```py
[W:=64,H:=32,M:=128,[[[r:=(x-W/2)4/W-1,I:=y4/H-2,c:=r+I1j,z:=0,([(z:=(zz+c)*1j,e:=i)for(i,_)in zip(range(M+1),iter(lambda:abs(z)>2,1))],print(end="\n"if(x+1==W)else("#"if(e==M)else".")))] for(x)in range(W)] for(y)in range(H)]]

wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | ...............................................................
002 | ...............................................................
003 | ...............................................................
004 | ...............................................................
005 | ...............................................................
006 | ...............................................................
007 | ...............................................................
008 | ...............................................................
009 | ................................................#..............
010 | ..................................................#............
011 | .................................................###...........
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/femevenaco.txt?noredirect

ruby hatch
#

Jesus

lavish rover
#

you miseed the two above

#

with string stuff

ruby hatch
#

Oh wait

lavish rover
#

and above that

lavish rover
ruby hatch
#
[W:=64,H:=32,M:=128,[[[r:=(x-W/2)*4/W-1,I:=y*4/H-2,c:=r+I*1j,z:=0,([(z:=(z*z+c)*1j,e:=i)for(i,_)in zip(range(M+1),iter(lambda:abs(z)>2,1))],print(end="\n"if(x+1==W)else("#"if(e==M)else".")))] for(x)in range(W)] for(y)in range(H)]]

Can you do ot with this code I don't seem to understand

lavish rover
#
[W:=64,H:=32,M:=128,[[[r:=x*4/W-3,I:=y*4/H-2,c:=r+I*1j,z:=0,([(z:=z*z+c,e:=i)for i,_ in zip(range(M+1),iter(lambda:abs(z)>2,1))],print(".#"[e==M],end="\n"[x+1!=W:]))]for x in range(W)]for y in range(H)]]
ruby hatch
#

Thats a relly big change

lavish rover
#

still a bunch more easy stuff, but i gotta get to work

ruby hatch
#

Uhm what more

lavish rover
#

i suspect the zip can be removed completely

#

might be able to collapse the loops

ruby hatch
#

Wdym?

lavish rover
#
for y in range(M):
  for x in range(N):
    ...

is same as

for i in range(N*M):
  x,y=i%N,i//N; ...
ruby hatch
#

Okay

#

Wait

#

Lemme

lavish rover
#

my god i can't type today

terse needle
lavish rover
#

fixed loop example

#

anyway, going to go into the office, gl with golf

ruby hatch
#

Thank

#

!e```py
[W:=64,H:=32,M:=128,[[[r:=x4/W-3,I:=y4/H-2,c:=r+I1j,z:=0,([(z:=zz+c,e:=i)for i,_ in zip(range(M+1),iter(lambda:abs(z)>2,1))],print(".#"[e==M],end="\n"[x+1!=W:]))]for x in range(W)]for y in range(H)]]

wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.10 eval job has completed with return code 0.

001 | ................................................................
002 | ................................................................
003 | ................................................................
004 | ................................................................
005 | ................................................................
006 | ................................................................
007 | ................................................................
008 | ................................................................
009 | ................................................#...............
010 | ..............................................#.................
011 | .............................................###................
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/eyakoyewus.txt?noredirect

ruby hatch
#

!e```py
[W:=64,H:=32, M:=32,[[[r:=x4/W-3,I:=y4/H-2,c:=r+I1j,z:=0,([(z:=zz+c,e:=i)for i,_ in zip(range(M+1),iter(lambda:abs(z)>2,1))],print(".#"[e==M],end="\n"[x+1!=W:]))]for x in range(W)]for y in range(H)]]

wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | ................................................................
002 | ................................................................
003 | ................................................................
004 | ................................................................
005 | ................................................................
006 | ................................................................
007 | ................................................................
008 | ................................................................
009 | ................................................#...............
010 | ..............................................#.................
011 | .............................................####...............
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/coboturuzu.txt?noredirect

ruby hatch
#

128 isnt required to render mandelbrot in 64x32 area

vocal basin
#

@lavish rover the one you've sent is the red one
Y axis is time

lavish rover
#

Oof

ruby hatch
#

I'm colorblind

lavish rover
#

Higher up means higher speed right /s

ruby hatch
#

Is there two dots of the same color at the same x?

#

Or is is different colors and I'm really need to see an eye doctor

fair citrus
#

guys

lavish rover
#

Wait half a second for 10²? Doesn't seem right @vocal basin

fair citrus
#

Ik I am not allowed to say this here, but I am really in a fucked up situation

#

and I am looking for help

vocal basin
lavish rover
#

Ah

vocal basin
#

around 30'000'000 characters per each sample

fair citrus
#

if anyone here understand in AWS, Dockers, and kubernetes

#

please contact me

lavish rover
#

I wonder if it's the max

vocal basin
pearl patrol
#

hi

ruby hatch
#

Hel)o

#

Spam Eggs

vocal basin
vocal basin
#

"learn python the hard way" website has "learn javascript instead" written on it in quite an insinuating form

ruby hatch
#

!e

[print("spam"if(i%2)else("eggs"))for(i)in(range(5))]
wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | eggs
002 | spam
003 | eggs
004 | spam
005 | eggs
ruby hatch
#

Spam eggs

lavish rover
#

"learn python the hard way"
"First, we will learn C and do a comprehensive deep dive on the Cpython interpreter"

ruby hatch
#

!e

[print("spam"if(i%2)else("eggs"))for(i)in(range(10))]
wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | eggs
002 | spam
003 | eggs
004 | spam
005 | eggs
006 | spam
007 | eggs
008 | spam
009 | eggs
010 | spam
lavish rover
#

!e

[print("esgpgasm"[i%2::2])for(i)in(range(5))]
wise cargoBOT
#

@lavish rover :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | eggs
002 | spam
003 | eggs
004 | spam
005 | eggs
ruby hatch
#

Spam eggs

#

Lnao what

#

Sir how do you know all kf this

lavish rover
#

I am professional python developer™

rigid nest
#
6666,-2%{2+.2/@*\/10.3??2*+}*
`1000<~\;
#

produce 1000 digits of pi

#

lmao

vocal basin
#

perl?

rigid nest
#

golfscript*

vocal basin
ruby hatch
#

Obh

#

Ohh okay

vocal basin
#

omitted values default to None

ruby hatch
#

Ohhhh

#

Its like that thing

#

Where you like cut strings

lavish rover
#

Yes

ruby hatch
#

I didn't know there was a second colonn

lavish rover
#

well there isn't

#

a second semicolon

ruby hatch
#

Uh 😐

lavish rover
#

(joke is that it's a colon)

ruby hatch
#

Colon

#

Frick

vocal basin
# vocal basin perl?

!e

# perl program generator
print("".join(__import__('random').choices(__import__('string').punctuation, k=80)))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.

/:'.\/})}^@&=,/&^$@^#]">.>]~{{((/_:)<&}%:]?@\]\&<',>+[!{#_<!~?)^~~;/;#<~|>({:[-`
ruby hatch
#

Lmao

#

"eggs"[::2]

#

!e"eggs"[::2]

#

!e "eggs"[::2]

wise cargoBOT
#

@ruby hatch :warning: Your 3.11 eval job has completed with return code 0.

[No output]
ruby hatch
#

😐

#

!e print("eggs"[::2])

wise cargoBOT
#

@ruby hatch :white_check_mark: Your 3.11 eval job has completed with return code 0.

eg
ruby hatch
#

Guys eg

lavish rover
ruby hatch
#

A

somber heath
#

@lime zealot @strange dragon 👋

lime zealot
#

Hello OpalMist

#

are you teaching right now ?

#

showing something?

vocal basin
strange dragon
#

silence....

ruby hatch
#

Yep

#

A hidden message is inside thsi

strange dragon
#

what kind of test?

ruby hatch
#

Try to find it

ruby hatch
strange dragon
#

oh there is smth like that too?

vocal basin
ruby hatch
#

Its more of an exploit

vocal basin
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.

ruby hatch
#

Rather than a feature

strange dragon
ruby hatch
ruby hatch
vocal basin
ruby hatch
#

Its alot of bars

#

I always have it in my clipboard

#

I also have this

#

I just ‫ this message ‫

vocal basin
strange dragon
#

wut...

#

howww

ruby hatch
vocal basin
#

typical unicode behaviour

ruby hatch
#

Yep

somber heath
#

@queen frost 👋

ruby hatch
#

Left

strange dragon
#

he left

ruby hatch
#

😐->🫥

#

I also did a weird thing with discord using discord timestamp

#

Dynamic messages

#

Without having to edit them

vocal basin
ruby hatch
#

I know

#

I found it in the discord docs

somber heath
#

@fierce crown 👋

ruby hatch
#

And decided I'd be doing a bit of trolling

fierce crown
#

Hellooo guys

ruby hatch
#

Hi

fierce crown
#

I dont have perm

#

to talk

#

for some reason

ruby hatch
#

!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.

ruby hatch
#

It is required to talk

molten pewter
#

@crimson badger over here

crimson badger
#

i created a telegram bot

#

i need it to answer some commands

ruby hatch
#

🫥

crimson badger
#

how do i do that

#

with pyhton

rigid nest
#

wat

crimson badger
#

yup

#
  • i have no idea about coding
#

i have the key of it

#

buuuuuuuuuuuuut

#

i need it rn

rigid nest
#

bruh

crimson badger
#

f

crimson badger
strange dragon
crimson badger
#

aaaaaaannnnnnddddd i am 13

rigid nest
#

lmao

#

"and my cat died"

crimson badger
#

lol

#

🥲

rigid nest
#

bruh you can have it right now in 2 years

#

after you learn to code

crimson badger
#

i neeed iiiit rnn

#

dawg

rigid nest
#

yeah rn in 2 years

crimson badger
#

i dont have 2 years

rigid nest
#

rn+(2years)

crimson badger
#

bruh

#

chat gpt hmm

#

aight bet

ruby hatch
#

GPT is offline

#

I think

crimson badger
#

frickin hell

rigid nest
#

rn+(2years)=bot, so, we can rearrange to make rn to subject of the equation giving rn = bot-(2years)

crimson badger
#

i actually made the code in a webaite

strange dragon
crimson badger
#

but it gives me error

#

when i run it

rigid nest
#

if you want to have rn occur in half the time, we can also express this equation as (rn)/2 = bot/2-(1year)

crimson badger
#
import telebot

API_KEY = os.getenv('API_KEY')
bot = telebot.TeleBot(API_KEY)

@bot.message_handler(func=lambda message: True)
def echo_message(group):
    bot.reply_to(message, Join @imgnai to unlock Website.text)
  
bot.infinity_polling()
#

this is the code

rigid nest
#

but then obviously you'll only have half the bot.

strange dragon
#

lol gtp

crimson badger
rigid nest
#

ChatEMG?

ruby hatch
#

Trying to listen to someone while having adhd is like listening to them with really loud bassy music on the background

crimson badger
rigid nest
#

You guys know about ChatGPT but do you know about ChatLMG?

ruby hatch
#

Uhm

rigid nest
ruby hatch
rigid nest
#

bruh, i think that code should run just fine, you've pretty much made it

#

congrats.

crimson badger
crimson badger
rigid nest
#

well i don't know, you could put it into an online python interpreter and see what the result is

strange dragon
crimson badger
ruby hatch
#

I like not sleeping and listening to pure silence for hours and then getting it interrupted by a discussion about the python programming language.

rigid nest
#

i'm saying

#

put the web on the web

crisp gorge
#

how to chance the color of title bar in tkinter?

rigid nest
crimson badger
rigid nest
#

get that web python code you gave us and put that on the web.

ruby hatch
#

rigid nest
#

do you understand?

dense ibex
#

no

crimson badger
rigid nest
#

whats the weberror for the webcode?

crisp gorge
crimson badger
rigid nest
#

replit? hmmm.. replit.

#

yes yes i know this one

ruby hatch
#

If you want you can create your own custom window

crisp gorge
#

yes

ruby hatch
#

Then change the "title" on that custom window

rigid nest
#

what language were you using on replit @crimson badger ?

ruby hatch
#

To make it look like you canged the color of it

rigid nest
#

try it in C++

#

that sometimes works

crimson badger
#

Nh i am already into this shit

rigid nest
#

no put the code

#

into the C++

crimson badger
#

oooooooooh my bad

rigid nest
#

webcode into webc++

crimson badger
#

ok

rigid nest
#

yeah

#

send us a screenshot of it please

crimson badger
#

ok

somber heath
#

https://stackoverflow.com/questions/23836000/can-i-change-the-title-bar-in-tkinter I've had a play around with the first example in this and it seems to at least change the colour of the title bar. I haven't gone so far as to apply the window move bug with it, however, but that does seem to be covered.

#

@crisp gorge

#

It doesn't look like it's very straightforward.

#

You probably shouldn't be doing it.

crimson badger
#

dw now my friend is on amma ask him'

somber heath
#

@robust lichen

vocal basin
rugged root
#

Already slammed today

#

Wheeeeee

#

And not in the fun way

#

So I guess booooo

#

No I've been running around since

#

Just fucking spears me to the wall

#

OOOO YEEEEEEEAH

#

Randy Savage

#

Not Rowdy Roddy Piper

#

What the hell dude

#

You absolute tool

#

Yes

#

Rowdy Roddy Piper

#

Yes

#

He is not, believe it or not, Randy Savage

#

But I guess now you wouldn't see them in the same room ever

#

Mainly because Savage is dead

#

Oh right, forgot Piper passed

#

Right, but Randy Savage prevented the rapture by snapping it into a Slim Jim

#

Not the most savage of last names to have

#

Nope

#

2011 was when the rapture was supposed to happen

#

But the Macho Man saved us

#

Nothing has been the same since

#

Every day has just been hollow

#

Even the Slim Jims just aren't greasy in the same way

#

Band name

#

I have determined that we are nothing - wait

#

How did you know I was slouching in my chair

#

Well yeah

#

I'm at work

#

Would be weird otherwise

somber heath
#

4D time sausages.

#

There's an otn along those lines.

#

offtopic name

rugged root
#

!otn s sausage

wise cargoBOT
#
Query results

• 𝖮pal-the-4d-sausage
• 𝖯y𝖣is-sausage-factory

rugged root
#

Yep

#

There it is

#

Forgot about that one

golden sonnet
#

🙌

sweet lodge
rugged root
#

Yes

molten pewter
#

!topic

wise cargoBOT
golden sonnet
#

i'm giving up

rugged root
#

No it's not a thing, Fury

#

It changes daily

#

I mean I can

#

But the system is just automated

#

Hey blizter

#

Hey ami

#

Hey pat

#

Hello everyone

ancient hull
#

?

rugged root
#

Oh sweet

strange dragon
#

hi

golden sonnet
#

🙌

rugged root
#

I'll take credit for the double meaning

#

@sudden barn Sup

golden sonnet
#

i know it's annoying
but anyone knows pgadmin 4?

rugged root
#

First time I've heard of it

sudden barn
golden sonnet
#

it's a gui app for postgresql

rugged root
#

Admin tool for it?

#

@fast umbra Very cool

golden sonnet
#

i think so
i'm a newby at sql

rugged root
#

You can drop it in here

golden sonnet
#

but this app is killing me

fast umbra
rugged root
#

@molten pewter We used to, I think

#

@somber heath Nice

#

@golden sonnet #databases might have someone who has

#

No guarantees, though.

#

You'll want to make sure you have a LICENSE file in the root of the repo

#

I think GitHub has a way to auto gen one

#

Yep yep!

#

Forgot that was a thing

sweet lodge
golden sonnet
#

say hello to polars creator for me 😕

#

tell him to change the freaking syntax

golden sonnet
#

i lose my will to live when working with polars

rugged root
#

Oh that's where it is

#

Cool

sweet lodge
#

You can actually generate a couple different things under the thing

rugged root
#

Oooooooooo

#

Hemmy like

#

SaaS

#

Laying down the mad SaaS

#

How dare you

#

Personally I prefer "Sandwich as a Starter"

#

Delicious justice

#

I wouldn't recommend MIT for something like this, though

#

In the Insights tab you can have it generate it

#

Interesting enough, it doesn't have an option for changing your licensing later

#

Which I guess makes sense

#

And these are ones in a similar field?

#

@dense ibex Sup brah

#

Ah okay, fair enough

dense ibex
#

hi

rugged root
#

Apache it is, then

sweet lodge
#

Jake!

#

Feels like forever

sweet lodge
#

Embrace NGINX!!

rugged root
#

License

#

Apache License

somber heath
#

Streaky bacon, because pigs aren't naked enough as they are.

rugged root
#

I thought you were saying "Burger Time"

molten pewter
#

Airwolf Licence clearly superior.

rugged root
#

Black Hawk

rugged root
#

Or something that rhymes with that

#

It's not

#

Porridge is a mixture of any grain, cereal, or legume boiled in water, milk, or broth. It is served hot and made from a variety of cereals such as oats, maize, rice, corn, wheat, and barley. Oatmeal is a type of porridge made from ground, rolled, or flattened oats

#

Ah

#

Interesting

#

Oatmeal is a kind of porridge

#

Learn something new everyday

#

@dense ibex Homophobia?

#

AH

#

Right

#

@molten pewter You are back to mouse volume

#

Or it's a video

#

@molten pewter I moved you because I think you had a video coming through your mic

somber heath
#

iswydt

rugged root
#

Or something

#

Your input devices is borked

somber heath
#

@molten pewter You still have audio bleed.

rugged root
#

Fix it

#

Fix it fix it fix it

rugged root
#

I'm only moving you because of the sound

#

@dense ibex Yeah it more or less makes sense here

#

HA

#

Nice

dense ibex
rugged root
#

There is nothing better than hearing a Frenchman doing a British accent

#

How dare you talk about Opal that way

#

Sure, but you have to reach that point

terse needle
rugged root
#

@somber heath Why whatever do you mean you bastard

#

@dense ibex In this VC?

#

Okay good

#

I mean I don't care what happens in other VCs

#

Outside of my jurisdiction

somber heath
#

@patent forge 👋

patent forge
#

hi ! @somber heath

golden sonnet
#

no one roast me?😕

rugged root
#

I don't actually know where you're from

golden sonnet
#

iran

rugged root
#

And trust me, if you're around long enough, I will start to razz you

#

I can't not

fast umbra
patent forge
golden sonnet
golden sonnet
patent forge
rugged root
#

It's not kernel level I don't think

#

VAC though

#

Wait

#

Jake

patent forge
#

sorry if i have a bad english, it's beacause i'm french

rugged root
#

How'd you get VAC banned

#

Fair enough

#

At least you're honest

golden sonnet
crisp gorge
#

how to make a highlight effect when hovering over a button? (in tkinter)

rugged root
#

As in like the font changes or do you mean a tooltip

patent forge
rugged root
#

@crisp gorge

patent forge
#

bro @rugged root how did u get the moderator alumni

crisp gorge
#

yes

rugged root
#

Do you mean like the font changing or the little window tooltip

#

@patent forge I was in the old Moderator Discord server thing

patent forge
#

ooooh ok ok

crisp gorge
#

@rugged root no no

somber heath
rugged root
#

@stuck furnace Sup

#

@terse needle Right there with you, brother

#

GOG Galaxy?

#

No

#

Streaming is way worse

#

Floppy discs

#

Installing and having to swap the discs out

#

And if one of them is bad or gets read wrong

#

Guess what, you start at the beginning

somber heath
green tinsel
#

Yes?

crisp gorge
#

@somber heath thanks i found an example

#

and it works🙃

golden sonnet
#

Click Me

stuck furnace
#

Vegas

rugged root
#

@dense ibex Gets you into the high tier of a KickStarter

#

Conflict of interest

#

tele me lumbrdige?

#

tele?

#

Every time I hear RuneScape, that's what I think of

#

Did he still claim ownership of said pig?

#

Journalism is incredibly important

#

Incredibly incredibly important

#

Andrew Taint

#

Jake, do you actually like that guy?

#

The more you say it, the more you start to believe it

#

Repetition is a powerful influence on the mind

#

Tudor?

#

It's alpha because they're still on the concept stage

#

Why did you even start

#

Yes you were

#

Peer pressure doesn't mean they're forcing you to do it

#

Group influence

#

Acceptance

#

You want to be one of the toolbags

#

Instagram influencers

#

Ook

#

As in monkey noise

#

Not a typo

#

"There is no such thing as gaslighting. You made it up and you're crazy"

#

You start the habits now you have a hard time kicking them later down the line

#

Man you make the best choices

#

Amazing

#

I mean

#

They will patrol public areas

#

That's their job

crimson badger
rugged root
#

"It'll never happen to me"

crimson badger
#

i didnt mean to reply to you my gy

rugged root
#

What's your question

#

@terse needle Money

#

They have to be able to make new ones

#

And

#

Like

#

Eat

crimson badger
#
import telebot

bot = telebot.TeleBot("my bots key")

@bot.message_handler(commands=['start'])
def echo_message(group):
    bot.reply_to(group, "Join @imgnai to unlock Website.text")

bot.infinity_polling()```
#

this thing doeant work

#

amma cry

#

whats the problem with itt

#

it gives so many errors when i run it

rugged root
#

What are the errors

stuck furnace
#

Wait, Flash is still a thing? pithink

rugged root
#

No

#

Flash ended support like

#

Years ago

#

Years and years

stuck furnace
#

I remember making a website with flash.

rugged root
#

Flash was incredibly insecure

#

Yeah

#

True

crimson badger
stuck furnace
rugged root
#

It's saying that you're using a variable named message but you don't have it defined anywhere

somber heath
rugged root
#

HA

rugged root
#

@molten pewter There are wrappers that let you use flash anyway

#

NewGrounds has their own

crimson badger
rugged root
stuck furnace
crimson badger
rugged root
#

@terse needle It is, but at the same time people have written a paper on the fact that Magic: The Gathering is Turing complete

#

It's kind of lost its meaning

#

Or its oomph

stuck furnace
#

You're thinking of the Turing Test 🤔 (Furyo)

rugged root
#

There's an academic paper

#

Fury is ye

#

It kills me inside

molten pewter
#

"Turing Complete refers to a machine that, given enough time and memory along with the necessary instructions, can solve any computational problem, no matter how complex."

rugged root
#

I prefer markdown

#

Easier to futz with

#

Try-hard mode

#

I mean

#

Accurate

#

Fair

#

I'm a try hard for using Sublime Text, honestly

#

It's comfortable for me

#

Shareware

#

It's shareware

#

Or pesterware

#

I miss those terms

#

Yeah

#

Lets you use it

#

But it'll bug you

#

I purchased Sublime Text because I liked the product enough to want to support them

#

I'm a whale

#

That's the term

#

Yep

crimson badger
#

is there any website that cn fix my code?

rugged root
#

I really like Merge

somber heath
#

If adequately complex computation begets consciousness, would an adequately complex Magic game be conscious?

rugged root
#

It's really clean

terse needle
rugged root
terse needle
#

they wont fix the code for you though

crimson badger
crimson badger
terse needle
rugged root
#

"Advance my skills"

crimson badger
#

no one is answering 😢

stuck furnace
#

Ah yeah, consistently burnt

rugged root
#

Ah, fair enough

#

HA

stuck furnace
#

I love drinking ash

rugged root
#

Fresh ground ash

#

@dense ibex You're the kid in high school that I just couldn't stand

#

Just shook my head and felt bad for them

#

Entitlement

#

@terse needle Don't Godwin's Law this

#

Come on

terse needle
#

godwin's law?

stuck furnace
#

Well I don't know what that means Opal

#

So nyeh

rugged root
#

"An internet argument, given enough time, will eventually mention either Hitler or the Holocaust"

rugged root
#

It's just about being responsible and not do it

terse needle
#

reminds me of the one where if you keep clicking links on wikipedia you eventually get to Philosophy

rugged root
#

Tom Petty theft

stuck furnace
#

I'm actually secretly a deep cover agent for Starbucks

quasi condor
rugged root
#

Your co-workers as well

terse needle
rugged root
#

@terse needle No no no

#

That was to jake

#

You're fine

terse needle
#

oh ok

#

good

rugged root
#

I just had to make the Godwin joke

terse needle
#

ty

rugged root
#

I don't think so

#

What kind of store is it?

#

Or is it something different

#

Ah no

#

We don't have that

somber heath
#

Costa Georgiadis (born 1 January 1964) is an Australian landscape architect and television presenter. He is a second generation Australian of Greek descent. Georgiadis is currently hosting Gardening Australia on ABC and previously appeared as ‘Costa the Garden Gnome’ in the ABC Kids program Get Grubby TV.

rugged root
#

"America runs on Dunkin'"

#

That is weird

quasi condor
#

@rugged root there's a specific gif that I want and have seen plenty of times but can't find

stuck furnace
#

We have Krispy Kreme 👀

quasi condor
#

Instead

stuck furnace
#

Phrasing Jake lol

rugged root
#

No

#

Bad charlie

quasi condor
#

Why

#

That's hilarious

#

And you know it

rugged root
#

Not something to drop in this server, though

#

They're huge subs though

#

Like that's two meals

#

I love Subway

#

Those are standard things for subs

somber heath
#

I will eat Subway, but it's not great.

sweet lodge
terse needle
#

no it's shit

sweet lodge
#

y

terse needle
#

overpriced

sweet lodge
#

If it wasn't?

terse needle
#

at least here in the UK

#

maybe

rugged root
#

It's fast food

#

It works for me

stuck furnace
#

Meal deals are a British institution

rugged root
#

Combos or meals yeah

#

They claim to

#

Ehhh

#

On average they're like 50 cents or so cheaper

#

Still, that adds up

#

Depending on how much you go out to eat

#

tee hee

#

It's like a sweet citrus sauce

#

Oh absolutely

#

That and their honey walnut shrimp

#

Dear god

#

It will catch up with you

#

Late 20's early 30's

somber heath
#

The blerch.

rugged root
#

Fish is good

#

Fish dish

#

tee hee

#

It runs in most families

#

"As much as you can"

#

You can do it like

#

Never

#

You have that choice

#

Don't act like you don't have a choice when you're with your friends

#

You make that decision

#

"I'm worried about cancer. VAPE IT UUUUUUUP"

#

They do

#

Vapes are terrible for you as well

#

Smoke is still smoke

#

You can choose to believe that

#

Yes, there is still particulate matter in the air, but it's about minimizing exposure

#

And not like

#

Dumping it right into your body

#

Shooting up weed in the alley?

dense ibex
#

yes

rugged root
#

God that would hurt

#

Huh

#

Didn't know that

#

HA

#

No

#

Bad

#

Don't

#

Okay

#

Good

#

Okay, timesheets done

#

And now for mileage

#

Yay

stray niche
#

Cause components aren't completely regulated

rugged root
#

Can't remember if it causes popcorn lung or not

stray niche
#

Huh interesting

rugged root
#

Ah yep

#

Diacetyl is frequently added to flavored e-liquid to enhance the taste. Inhaling diacetyl causes inflammation and may lead to permanent scarring in the smallest branches of the airways — popcorn lung — which makes breathing difficult. Popcorn lung has no lasting treatment

#

It's not as delicious as the name might imply

stuck furnace
#

Well done Jake

rugged root
#

Nerdalands

molten pewter
#

some other brothers can't deny

rugged root
#

Sure sure

dense ibex
rugged root
#

No no no

#

I just couldn't remember whether it was linked at one point

#

Yes we do

#

@zenith radish Again, I just couldn't remember

#
#

I can keep looking

#

No no no no no

#

Hold on

#

It's not just the individual

#

Those around you are affected by it

#

No

#

Second hand

amber raptor
#

Is there any debate that Vapes are same as not smoking?

rugged root
#

People's kids that are in the car

#

They don't have a choice

molten pewter
rugged root
#

And it's fine if their kids are exposed?

#

Am I not doing that?

#

And again, I'm not doing the popcorn lung thing

stuck furnace
#

Hey Rabbit 👋

rugged root
#

I just forgot whether it was, at one point, associated with it

#

@amber raptor Yo

somber heath
#

Do you reckon they sell popcorn at the Vatican?

rugged root
#

@zenith radish Breathe

amber raptor
#

What is argument? Vaping is bad for you full stop.

rugged root
#

Initially it was me trying to remember if at one point popcorn lung was associated with vaping

#

And it was, specifically to that one chemical

#

So I was like "okay, cool, I know something now"

#

Yeah yeah yeah

#

Not yet

#

Well

#

They can test short term things

#

Yeah we don't have enough potential long term studies

#

But

#

It is

#

For sure

stuck furnace
#

How are things going with the co-worker?

rugged root
#

There are more studies coming out showing specifically cardio vascular issues (specifically oxygen binding to red blood cells which seems to be more severe in vaping vs smoking)

#

And I'll look whenever I'm not stuck doing mileage

#

And I know, I try to find good stuff

#

And handle your own taxes and shit

#

It's a tarp

#

More and more papers are corroborating each other

#

@zenith radish Okay, you can't get second hand burger

#

That's the thing

#

Chonky boy

wanton spruce
#

We live in a new gilded age where companies have incredible power over us peasants

somber heath
#

Would a second hand burger be a knuckle sandwich?

terse needle
rugged root
wanton spruce
#

Well it happened at the turn of the industrial revolution in the US, where companies nickled and dimed every worker and squeezed the life out of them

rugged root
#

@zenith radish

#

Vintage

#

No idea

wanton spruce
#

not at all, the industrial revolution saw the rise of big companies without regulation due to their very fast growth

rugged root
#

True

#

But regulation wasn't really a thing prior either, right?

pallid hazel
#

im sad.. i had to recreate a network site to site matching algo, only running the 1st area. 8k sites.. been 10 minutes and not done 😦

amber raptor
stuck furnace
rugged root
#

Right right

wanton spruce
#

A.I. Brain: Companies in the end aren't the problem...humans are the problem 👹

rugged root
golden sonnet
#

i figured out how to solve the sql problem

#

they should be ashamed really

pallid hazel
#

working on.. scrubbing uncommon names to extract common names to match i think is slowing it down, but is needed

stuck furnace
#

The comments on CERN's Instagram page are pretty interesting 😄

wanton spruce
#

😮

rugged root
#

I'm technically a Brown person

#

Yep

wanton spruce
#

well then the U.K. needs to stop having Curry dishes and start serving their own basic crap as food

stuck furnace
rugged root
#

Word

pallid hazel
#

i idsntify as a meat popsicle

rugged root
#

My homie g funk brother yo

rugged root
#

It's been too long

stuck furnace
#

Kabanos

wanton spruce
#

I live in a small town in the US and the indians at a gas station have some of the best food of the whole town

somber heath
stuck furnace
zenith radish
#

Honestly

#

Keep the polish

#

But what have the lithuanians done

pallid hazel
#

btw hemmy.. if this run is sucessful.. i only have to do 15 more and most are 2x 3x the size 😦

rugged root
#

Helped name Lithium?

stuck furnace
#

Just kick you out in particular LP.

rugged root
wanton spruce
#

I mean you all are stuck on an island...of course you got a lot of cross-breeding going on lol

pallid hazel
#

think im gonna research pool.mapping this

rugged root
#

Remember, small testing first

pallid hazel
#

this is the smallest area lol

rugged root
#

Per year

wanton spruce
#

i think pounds and dollars are about the same currently

#

oh that's new

golden sonnet
#

oo i forgot england is back to pounds

amber raptor
rugged root
#

They never adopted the Euro

golden sonnet
#

wasn't it euro before brexit?

amber raptor
wanton spruce
#

Yeah, it's called wealth gap, extreme

#

There should never be billionaires that exist in the world

golden sonnet
#

americans are egoistic 🙂

oblique forum
#

Hello guys

rugged root
#

Wait wait wait

wanton spruce
#

the US is in inner turmoil currently

oblique forum
#

Am new here

rugged root
oblique forum
#

Thanks

rugged root
#

@terse needle Countries will just trade debt around anyway

wanton spruce
#

There's a lot bubbling under the surface in the US, that's why I call it a 'New Gilded Age', things seems fine on the surface but a lot of stuff is corrupt and tainted behind the scenes

terse needle
rugged root
#

It's all imaginary

#

The whole concept of finance is very weird

golden sonnet
#

send politicans to the void
we're good to go

wanton spruce
#

US education is falling apart, basically Tik-Tok has more educational power than any school in the US

terse needle
#

well this is just like how negative numbers were invented

hoary olive
#

greetings