#voice-chat-text-1

1 messages · Page 112 of 1

lucid imp
#

ye im comfortable

#

type something or bot might think im spamming

#

i cant speak

#

ok

round maple
#

@zealous crest IT WORKS

#

IT WORKS

#

IT RUNS!!!

#

I FIXED IT!

#

I love you!

zealous crest
#

@round maple very good.

#

Garbage bags don’t serve much of a function inside computers.

round maple
#

ill make sure to scoot in carefully

#

next time

zealous crest
#

Unless you are looking for built in garbage collection

zealous crest
#

But there are better ways

#

Have you been voice verified?

round maple
#

how do i do it

zealous crest
#

‘If messages_sent >= 50:’

#

voice_verify(teajon)

round maple
#

yeah im verified

zealous crest
#

Nice nice

round maple
#

vc

#

😳

zealous crest
#

Venture capitalist

#

In voice chat 0, come join us!

steady phoenix
#

!voiceverify

lucid imp
#

hi

tribal zealot
#

Hi

zealous crest
#

Hi

vestal cairn
#

Excuse me, why can't I import Discord?

cold trellis
#

did you install it?

vital gazelle
#

so, u might import discord.ext

cold trellis
#

alsos its snot pip install discord but pip install discord.py

vestal cairn
#

@vital gazelle
I install it =|

livid birch
#

!voiceverify

vital gazelle
#

!voiceverify

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @quiet girder until <t:1634109444:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

worldly dome
#

@quiet girder haha

covert portal
#

!voiceverify

midnight briar
#

!voiceverify

misty sinew
#

hi, can anyone help me with this simple problem? (it's complicated for me but probably simple for y'all)

cobalt fossil
#

wop

zealous crest
#

interesting @quaint olive

#

@quaint olive

steady juniper
#

anyone has an tool

#

to see SQL

#

diagram

#

while you coding?

#

or some

flint tree
#

longtime

steady juniper
#

yo

#

long time no sseee

alpine hinge
#

hi guys

crystal bay
#

Why I don't have any permission to speak ??

steady juniper
#

any python course

#

and django?

sand beacon
sand beacon
misty sinew
#

hello?

old lily
#

Hi

dreamy palm
#

hello

#

does someone knows how to draw fractals by python

#

@crystal baysame that's why i am asking here

steady juniper
steady juniper
#

what up

#

was good guys

runic knoll
#

for those who wants to talk about something other than non-religious headgears

runic knoll
dusty apex
#

hi guys

#

1 min ago

#

ye i cant talk rn

#

bad network

minor needle
#

Codeplayground

dusty apex
#

oh ok

ivory hazel
#

hello guys

limpid junco
#

hey let me in

peak frigate
limpid junco
peak frigate
limpid junco
#

mucho griaias

peak frigate
#

de nada

brisk shell
#

ni hao

#

man i wish i could talk

visual ingot
#

hello

#

anyone here?

zealous crest
misty sinew
#

hii

warped shard
#

hi

umbral basin
#

Hey everyone

zealous crest
#

Hey

rough hazel
#

@covert idol

#

I can't

#

I am not Voice Verified yet.

#

I need 50 Messages

hearty heath
#

Hello 👋

#

!stream 661534343742750741

coarse hearthBOT
#

✅ @covert idol can now stream until <t:1635088434:f>.

rough hazel
#

That looks better xD

#

Do you have the credits saved?

#

In a Database or something?

#

I was just saying because of the bets.

#

yeah, with socket

#

i did that once

#

Yeah.

#

But once you get the hang of it.

#

I did a game.

#

Why not if Userbet != 0?

#

Or > 0

#

@covert idol

#

Why don't you put ">=" then?

#

nice errorhandling with blank names: print("")

#

oh now youre adding it

#

I'm sorry but I gtg

#

Maybe I'll be back

#

maybe i won't

#

bye

#

good luck

#

Hey there

#

I'm back

#

We could do a code together 🤷‍♂️

#

Hello there @misty sinew

#

Yeah sure

#

then we can do something through an extension i think

misty sinew
#

HEY WHATS UP

rough hazel
#

I do

rough hazel
#

How are you doing?

#

I have the normal VScode

covert idol
#

bigsur gtk

rough hazel
#

You don't need \n in an """""" String.

#

I think.

#

Oh, ok

#

Why doesn't it get 2?

#

@covert idol

#

You just get one Var in the random output, dont you?

#

value*

#

Oh, well that sounds quite reasonable

#

Have you done any extra steps for the Ace value?

#

The best cards I have ever got is straight up an Ace and a Ten.

#

And the dealer haven't got the same one

#

mhm

#

You could make a deck variable thats just a list comprehension of cardvalues.

#

That loops through

cold trellis
#

!or

coarse hearthBOT
#

When checking if something is equal to one thing or another, you might think that this is possible:

if favorite_fruit == 'grapefruit' or 'lemon':
    print("That's a weird favorite fruit to have.")

While this makes sense in English, it may not behave the way you would expect. In Python, you should have complete instructions on both sides of the logical operator.

So, if you want to check if something is equal to one thing or another, there are two common ways:

# Like this...
if favorite_fruit == 'grapefruit' or favorite_fruit == 'lemon':
    print("That's a weird favorite fruit to have.")

# ...or like this.
if favorite_fruit in ('grapefruit', 'lemon'):
    print("That's a weird favorite fruit to have.")
cold trellis
#
if uinput == 1 or uinput ==2:
    ...

or

if uinput in (1, 2):
    ...
fossil citrus
#
# loop until we tell it to stop
while True:
    # set the username
    username = input('Enter username: ').strip()
    # if it was not an empty string
    if username:
        # break out of the loop
        break
    # it was empty, so print a message before next iteration of the loop
     print('Please enter a username')
# ...
rough hazel
#

Is it finished yet @covert idol? ;)

raw glade
fossil citrus
#

looks fine to me

sweet cypress
#

i think he is talking about the ps1 of the terminal

#

@covert idol i think he is talking about the ps1 of the terminal

#

that is not rendering

cold trellis
#

@covert idol "terminal.integrated.fontFamily": "<font_name>",
^ use this with your font name in your settings.json later

#

🙂

fossil citrus
#

The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable unit of memory in many computer architectures. To disambiguate arbitrarily sized bytes from the common 8-bit ...

cold trellis
#

i just want a bite of food rn

covert idol
#

lol

fossil citrus
#

A byte is unrelated to the normal human "bite"

cold trellis
#

yeah i said bitenot byte

#

👀 i'm just hungry

fossil citrus
#

I am still on Windows for two reasons:

  1. Gaming laptop (would have horrible driver support on Linux)
  2. Game support (would have horrible support for gaming)

But I Heart Linux so much that I'm running Xfce on Ubuntu on WSL on Windows

cold trellis
#

@covert idol

if player_choice == "R" and comp_choice == "S":
    print("you win")
if player_choice == "R" and comp_choice == "P":
    print("you lose")
if player_choice == "R" and comp_choice == "R":
    print("tie")
if player_choice == "P" and comp_choice == "R":
    print("you win")
if player_choice == "P" and comp_choice == "S":
    print("you lose")
if player_choice == "P" and comp_choice == "R":
    print("tie")

vs

if player_choice == comp_choice:
    print("tie")
if player_choice == "R":
    if comp_choice == "S":
        print("you win")
    else:
        print("you lose")
if player_choice == "P":
    if comp_choice == "R":
        print("you win")
    else:
        print("you lose")
misty sinew
#
switch (expression) {
  case value1:
    //Statements executed when the
    //result of expression matches value1
    [break;]
  case value2:
    //Statements executed when the
    //result of expression matches value2
    [break;]
  ...
  case valueN:
    //Statements executed when the
    //result of expression matches valueN
    [break;]
  [default:
    //Statements executed when none of
    //the values match the value of the expression
    [break;]]
}
fossil citrus
#
from typing import Literal
# IDs 1 and 2 are players.
# ID 0 is used in getVictor for a tie.
PLAYER_ID = Literal[0, 1, 2]
# The choices
RPS_CHOICE = Literal[0, 1, 2]
ROCK, PAPER, SCISSORS = 0, 1, 2
def getVictor(p1choice: CHOICE, p2choice: CHOICE) -> PLAYER_ID:
    if p1choice == p2choice:
        return 0 # tie
    if p1choice - p2choice == 1 or p1choice - p2choice == -2:
        return 1 # player 1 won
    return 2
#
switch (true) {
    case TEST_1:
        BODY_1; // TEST_1 only
    case TEST_2:
        BODY_2; // TEST_2 or after BODY_1 of TEST_1
        break;
    // ...
}
misty sinew
#
class Person:
  def __init__(self, name, age):
    self.name = name
    self.age = age

p1 = Person("John", 36)

print(p1.name)
print(p1.age)
misty sinew
#
playerHand = {
    "ACE" : 11,
    "SEVEN" : 7,
    "SIX": 6
}

def getTotalValue(hand):
    return sum(hand.values())
        

if (getTotalValue(playerHand) > 21):
    if "ACE" in playerHand.keys():
        playerHand["ACE"] = 1

print(getTotalValue(playerHand))
#

@covert idol

lost cypress
#

I have a question : I was bored and i wanted to code my Cabinet power light to blink in a specific pattern and i am running pop OS. Any idea how to do that?

#

We watch animes

#

lol

#

@short nymph 100 percent agreed

#

@covert idol i think the stream is stuck

raven orbit
#

your desktop os is unrelated

lost cypress
#

ok @raven orbit thanks

#

it possible to control my keyboard lights so i thought i can do that too using just software stuff

#

I am talking about this power light just to make it double sure

raven orbit
raven orbit
#

or do you mean case

lost cypress
#

cabinet is case or am i dumb to name it cabinet?

#

i am talking about the cabinet light

#

i mean the case lol

raven orbit
#

cabinet is like a small cupboard with a door

#

for medicine and such

lost cypress
#

sorry i mean the case where you keep your hardware

#

the power light on that

#

i asked on stackoverflow

#

they said you need to write your own bios for that

#

@cold trellis you definitely do

lost cypress
#

@cold trellis you sound Indian to me

raven orbit
#

sorry, couldn't find anything for popos

#

but I doubt it's that different

lost cypress
#

thanks mate

raven orbit
#

good luck

lost cypress
#

Pakistan people speak pakistani

#

and Afghan people dont speak because they are too busy dying

#

@cold trellis my dude paying my college fees at the age of 13

#

GG

#

@cold trellis India sed lyf

#

@cold trellis its government funded

#

thats why

#

we can study for free too

#

if you submit a fee omit certificate

#

I am 19

#

@cold trellis you are indian so you know that they dont charge fees for SC and ST candidates

#

ok

#

@cold trellis you still in college or graduated?

#

@cold trellis are you an IITian?

#

yeah its hyped

lost cypress
#

@covert idol and that too is the top voted answer on stack overflow

#

lol

#

@short nymph so how do you die painlessly in that game?

#

Noo Stop Nooo

#

Make your camera flash morse code and make it say - "Nvidia Fuck you"

raven orbit
lost cypress
#

bruh

#

hangman is easy

#

@covert idol I just used nltk on a paragraph and just used the generated questions to make the game

#

i didn't added graphics but

#

natural language tool kit

#

@short nymph backtracking goes brr

#

@covert idol do you know about web scrappers?

#

@covert idol google it i think its a cool project

teal jolt
#

maybe practice on some online competitive programming website, not a project but still very educational

lost cypress
#

My mic is bad do wanna hear the horrific sounds to make your ears bleed

#

Unity?

misty sinew
#

hey guys

lost cypress
#

in cpp

misty sinew
#

communist chinese party?

#

wdym

lost cypress
#

@short nymph these guys are awesome

misty sinew
#

nvm

fossil citrus
#

Mari0 (pronounced "mari-zero" or "Mario") is a 2012 side-scrolling platform video game developed by German indie developer Maurice Guégan and released onto his website Stabyourself.net. It combines gameplay elements from Nintendo's Super Mario series and Valve's Portal series. The game features Mario armed with a "Portal Gun", the main game mech...

misty sinew
raven orbit
misty sinew
raven orbit
halcyon notch
halcyon notch
#

    pc = RTCPeerConnection()
    pc_id = "PeerConnection(%s)" % uuid.uuid4()```
cold trellis
#

!e

print("hello %s you are %d years old" %("Davinder", 22))
coarse hearthBOT
#

@cold trellis :white_check_mark: Your eval job has completed with return code 0.

hello Davinder you are 22 years old
cold trellis
#

!e

d = {"name":"Davinder","age": 22}
print("hello {name} you are {age} years old".format(**d))
coarse hearthBOT
#

@cold trellis :white_check_mark: Your eval job has completed with return code 0.

hello Davinder you are 22 years old
raven orbit
#

!e

d = {"name":"Davinder","dog":"John","age": 22}
print("hello {name} you are {age} years old".format(**d))
coarse hearthBOT
#

@raven orbit :white_check_mark: Your eval job has completed with return code 0.

hello Davinder you are 22 years old
peak frigate
#
misty sinew
sly gazelle
#

I CAN'T TALK!!!

#

LET ME SPEAK

#

THIS IS A FREE COUNTRY

fluid edge
peak frigate
#

it's not a free country

#

we are at the mercy of the UK-ians

sly gazelle
#

WHITE SUPREMACY!!!

peak frigate
#

what about it

sly gazelle
#

NOTHING

#

I JUST

peak frigate
#

R U OK

#

BLINK TWICE IF YOU NEED HELP

sly gazelle
#

I CANT

#

I CANT BLINK

#

AAAAH

halcyon notch
#

speaking of taco bell

mild flume
#

!warn 738901122982608946 If you plan on getting high, then do it somewhere else. If you can't stop yourself from interrupting conversations, disrupting them with unrelated questions and being weirdly confrontational just for the sake of being so, you will have your voice permissions revoked.

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied warning to @misty sinew.

misty sinew
#

I get image perms but not vc perms aaaaa

#

:(

#

It's really weird though that I can't see who's talking

halcyon notch
#
;; Hello world in Fjölnir

"hello" < main
{
    main ->
    stef(;)
    stofn
        skrifastreng(;"Hello, world!"),
    stofnlok
}
*
"GRUNNUR"
;
raven orbit
halcyon notch
sly gazelle
#

helo mikroswoft teknicaln suport???

wary fable
#

Happy memories in one song

#

we all remember that part of Stalker.

halcyon notch
#
func main() {
  defer {
     print("Xd")
  }
}
cold trellis
#
defer func(){
    log.println("Xd")
}()
raven orbit
cold trellis
raven orbit
cold trellis
#

@halcyon notch bash curl https://api.github.com/repos/$2/$3 2> /dev/null | grep size | tr -dc '[:digit:]'

cold trellis
#

@true valley how is the django project going

#

xD

true valley
#

I haven't done anything since Saturday

#

I have been waiting for the part were we integrate pandas, and import data

cold trellis
#

👀 ah srry i had discord minimized so didn't read

cold trellis
#

on the workshop channel

#

cuz i don't use conda and i know alot of people who don't need or want conda

#

but wanna follow

true valley
#

conda is the worst

true valley
#

condas breaking of dependencies is the worst...

halcyon notch
leaden flare
cold trellis
#
{name, age} = ["Davinder", 22]
#

@halcyon notch ^ javascript nullish coalescing example i posted earlier forgot to mention

#

unlike || it will only return 2nd value if first one is null or undefined

#

with es2020 i think assignment works too

let A = null; 
A ??= "default"; 
true valley
potent plume
#

how can i speak in here?

true valley
#

!voice

coarse hearthBOT
#

Voice verification

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

potent plume
#

i have been

#

ive just been taking it all in

#

good convo

#

lol

#

he sounds edumacated

potent plume
#

what is a conjugation?

vale imp
#

!voiceverify

dreamy palm
#

hello

#

anyone know how to draw epycycloids

winter dove
#

Hi guys i'd love to be voice verified soon but only just starting out using python and don't have much to say

mild flume
#

Typically if we're in there, we'll also be watching that chat

#

So no one gets left out

winter dove
mild flume
tender cedar
#

ol

#

@inland stirrup

#

need

#

help

#

boi

inland stirrup
#

yeah Bro ga

true valley
#

@hushed wolf 什麼嘉开?

hushed wolf
#

given after i did refuges and precept ceremony under pure land lineage

#

it roughly translates to "open"

true valley
#

in Chinese is means "fine"

#

what is land lineage?

hushed wolf
hushed wolf
true valley
#

oh certificate shinny

hushed wolf
#

嘉 means "shakya/family/excellent" (given to all under Master Renshan) and 开 means "open" (my name)

true valley
#

I'm aware

hushed wolf
#

i was not when i received it haha, my mandarin is not so fluent

#

i can sing in mandarin but not speak it lol

true valley
#

嘉 is basically a synonym for 好 Hao (good).

hushed wolf
#

ah interesting

#

@true valley have you heard of nembutsu? is from japanese pure land school, practiced in some zen circles as well

#

Saying the Buddha’s Name ( Namo Amida Butsu - 南 無 阿 彌 陀 佛 ), fulfilled in Amida's Primal Vow, is the active cause of our birth in the Pure Land. Simply sing Amida's Name and be saved.

Benefits of Saying Amida's Name, receive by us in this present life, is clearly discussed in this video: https://www.youtube.com/watch?v=gfpH8doTl60

'Amida Bud...

▶ Play video
true valley
#

So your name, is also a phrase that people will say, like how is your day? It's "Fine"

#

Haven't heard of membutsu.

hushed wolf
#

has been my fav form of meditation lately

#

nianfo is chinese version, same idea just different pronunciation of Amitabha Buddha

true valley
#

This video just seems like a soundtrack, is it a chant?

hushed wolf
#

yep

#

recitation of Amitabha Buddha's name basically

#

can chant or just say

#

many versions haha

true valley
#

There were some similar chants at the monetary I went to, however, they simply included all the names of enlightened people since buddha. It took 4 or 5 hours to recite.

true valley
#

it was fairly intimidating...

hushed wolf
#

had a shorter version at great vow zen monastery

#

starting on page 14 (17 in pdf browser)

#

but focused on zen teachers i think

true valley
#

I really is a mental feat, like memorizing the digits of pie to a thousand decimal places or something, that kind of mental ability isn't something that I'm going to be able to reach in this lifetime.

hushed wolf
#

haha you can do anything you set your mind to :)

#

could take more than one lifetime though i suppose :P

true valley
#

I'm sure it's possible for me to do it, I am not sure that I have the motivation.

hushed wolf
#

fair

true valley
#

Perhaps I will walk through it one day with the assistance of paper, just like how one of these days I will walk a marathon. 😄

misty sinew
#

@mystic sand hey

mystic sand
#

Heu

misty sinew
#

iirc u are from brodevil server

mystic sand
#

Yes

rancid jungle
#

!play Rickroll

#

!add

viral kernel
#

Heyy Alec, Jake and Bluenix!

sage shuttle
#

👋

viral kernel
#

im tryna integrate rust applications and python

#

alright, i'll write tests now 🙂

#

btw vscode vs pycharm?

sage shuttle
#

VSCode 😎

viral kernel
#

@sage shuttle there's a small bug in wumpy, may i open a pr?

viral kernel
viral kernel
#

click on Read the docs hyperlink

#

it redirects to the wrong file

sage shuttle
#

Oh haha

viral kernel
#

:))

sage shuttle
#

Yeah go ahead

viral kernel
#

😄 ty!

#

bruh i gotta delete the fork, i messed up

#

@Boo!nix is it alright if i pr from main -> main or do i make a separate branch?

sage shuttle
viral kernel
#

ah alright, you're working in the main branch rn right? cuz i dont wanna screw things up

sage shuttle
#

Yeah I am

viral kernel
#

aight, ive opened a PR

#

@sage shuttle -> Btw, this is built with read the docs too: You can use the theme if you like it! : https://kittyborgx.github.io/hydralang

A functional programming language with simple syntax and a very efficient thread management system

sage shuttle
sage shuttle
viral kernel
sage shuttle
#

I'll have to look at your source to see what you changed

viral kernel
sage shuttle
#

Nice

viral kernel
sage shuttle
#

Cool

#

👋 @viral kernel

viral kernel
#

i was off for a while hehe

#

cya later then bluenix?

subtle sun
#

UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')

true valley
grand yacht
#

Hello

serene orbit
#

Lexter

violet venture
peak frigate
#

hello outlook

violet venture
#

thisI think the second one is the most grammatically correct

#

UUID v4 is completely random
All the other versions require extra information to build the resulting UUID from

sage shuttle
uneven rock
#

noob question.. what ide is that?

sage shuttle
#

VSCode

uneven rock
#

thx

peak frigate
#

wtf happened to my vs code

sage shuttle
#

lol wat

peak frigate
#

i was using cascadia code font

#

which i definitely still have installed.. and is still in my settings

tribal zealot
#

Can you guys hear me

#

If you can hear me say yes

teal warren
peak frigate
teal warren
#

uh i didnt, i've had virtually everything break in the last week and thats not on the top of my list

peak frigate
#

lollllll ok

paper siren
#

I can't spell corellated

#

do it. @wintry sinew

small zenith
blazing scroll
#

@spare trellis can you please help me with python task which I can figure out how to complete?

blazing plank
#

hello 👋

sage shuttle
#

👋

wraith portal
#

lmao

spare trellis
#

I'm going to hang out in Voice Chat 1 as VC0 has too much cross-talk

maiden garnet
#

what Nix you're using Aaron

spare trellis
#

NixOS

steep iris
#

What is that?

keen mesa
#

@wintry sinew r u playing on no volume?

#

and y is no one talking

wintry sinew
keen mesa
#

aah

#

ok

#

wot mod u pleing?

wintry sinew
#

skyfactory 3

keen mesa
#

is there anywhere i can see your pc specs

wintry sinew
keen mesa
#

have u ever played rlcraft mod pack

wintry sinew
#

briefly

snow sable
still pond
#
bal = 1
hour = 0
def hours_to_legal_limit(bal, hour):
    bal-=0.015
    hour+=1
    if bal > 0.05:
        hours_to_legal_limit(bal, hour)
    else:
        print(hour)
        

hours_to_legal_limit(bal, hour)
#

round()

#
bal = 1
hour = 0
def hours_to_legal_limit(bal, hour):
    bal-= 0.015
    hour+=1
    return bal
while bal >= 0.05:
    hours_to_legal_limit(bal, hour)
else:
    print(hour)
misty sinew
#

@raven orbit r u herre?

#

cant hear u incase u r tryna say sth

#

uh-

mighty burrow
#

HOLA

rustic fiber
#

Hey all

elder wraith
#

My dad is/was realtor as well

paper siren
#

hmmm. that's an interesting consideration.

mild flume
#

Damn it, just spilled water all over myself

leaden flare
#

@true valley should I buy citycoin?

mild flume
#

Never heard of that one

true valley
true valley
leaden flare
#

@true valley it seems to be, apparently you can start mining a newly launched nyccoin tomorrow: https://www.citycoins.co/nyccoin

NYCCoin gives citizens and supporters the power to support, improve and program the city that never sleeps.

#

curious to know your take on it though

true valley
#

"City Chain is planning to support the Decentralized Identifiers " this seems to be their "value add" to the space. However, other than this promise, I don't know what they are doing that other coins are not. I would want to wait to see this tested and implemented before I would think about investing.

lost matrix
true valley
leaden flare
true valley
# leaden flare i see what you mean. the big picture could be for smart cities down the line pro...

I have seen many of these projects come, stall, and then push back milestones as money begins to dry up. Some of the coins have good intentions but aren't able to deliver, others are straight scams, some manage to succeed and create robust working system, but still don't succeed because they are immediately copied and out marked by another system that has more money, and more ability to market themselves and gain attention.

raw wren
autumn raft
#

🪟

raw wren
steep fiber
#

This VC looks a lot like Staff Voice right now lol

raw wren
#

@peak frigate

#

stop stalking pub

peak frigate
#

@raw wren
stop stalking me

raw wren
#

@peak frigate
stop bothering me

#

sry that was a little mean

peak frigate
#

aw

#

self-awareness

#

exhibit A

raw wren
#

jake_not_being_a_dick.png

leaden flare
#

@mild flume you live in the same Springfield the Simpsons is based on?

raven orbit
# leaden flare <@!98195144192331776> you live in the same Springfield the Simpsons is based on?

Springfield is a fictional city which serves as the primary setting of the American animated sitcom The Simpsons and related media. A mid-sized city in an indeterminate state of the United States, Springfield's geography, surroundings and layout are flexible, often changing to accommodate whatever the plot of any given episode requires.According...

#

doubtful

#

it's fictional

leaden flare
#

it always felt like a real place 😔

sage shuttle
#

If it did exist, then Hemlock would definitely be the type of dude to live in it

true valley
# leaden flare i see what you mean. the big picture could be for smart cities down the line pro...

So I was doing some more research on CityCoin , and while there weren't any technical reason I found their developers to be amazing, or any novel technology, they do seem to have some serious backers. Namely Eric Adams, the new Mayor-Elect for New York City. If he stands by his statements to take a paycheck in Bitcoin, and some comments on support CityCoin, it may be interesting. However, it is hard to tell if these are just some pro-crypto currency statements by Adams, or if their will be real legal and perhaps financial support from the City.

quaint olive
quaint olive
quaint olive
quaint olive
#

Friedrich Wilhelm Nietzsche (; German: [ˈfʁiːdʁɪç ˈvɪlhɛlm ˈniːtʃə] (listen) or [ˈniːtsʃə]; 15 October 1844 – 25 August 1900) was a German philosopher, cultural critic, composer, poet, writer, and philologist whose work has exerted a profound influence on modern intellectual history. He began his career as a classical philologist before turning ...

quaint olive
#

@stuck bluff

stuck bluff
#

?

quaint olive
marble gate
#

No it's fine

#

@steep fiber I'll be chatting here jby the way

#

by

#

I didn't know that existed

#

The Discord screensharing

#

The screen share isn't loading since my Discord is acting buggy hm

#

Let me leave and rejoin

#

I see it now

#

Hm, so it's also a line tool/

#

?

#

Can you make curves with it?

#

Woahh

#

How much does this cost?

#

So Affinity I'm guessing?

#

Oh wow

#

Can you draw with it too?

#

without them

#

Like free drwaing

#

drawing

#

Ah, what about affinity?

#

ohh, Illustrator/Affinity is for raster graphics?

#

Rather than drawing

#

hh

#

Oops

#

Very beautiful scribbles

#

I'm back, sorry about that

#

Oh wow it's almost 12 AM there?

#

I'm guessing your sleep schedule is gonna be ruined again

#

Thursday is probably one of the most horrible days of the week

#

you're just waiting for friday

misty sinew
#

f

marble gate
#

Wow, zero pixels whatsoever

#

Yeah I had the same question as Jake

#

Quick question real quick on the topic of PNGs

#

Sleeping mode

#

or focus mode actually

#

Ewww, pixels

#

I am now definitely convinced that vectors over rasters

#

Now now, is SVG turing complete?

#

Gonna learn how to code in SVG now 😎

#

definitely_not_malicious.exe
click here ^

misty sinew
#

discord is hot 😈

marble gate
#

This is my break from programming rn being on VC because C is annoying me right now

#

The string handling is confusing me a lot

steep fiber
#

I C

onyx meteor
#

@steep fiber it is fine. i stopped for like... half a year

#

i do read books from time to time. just not that passionate zzz

marble gate
#

Speaking of, @onyx meteor (if it's fine) I sent the google drive with your resources to a few fellow PyDis members here like dawn and aboo

#

They liked it a lot

#

esp. the effective C pdf

onyx meteor
#

oh nice :D

#

im fine with it. i mean i sent it in gurkult

#

and theyre a member lol

marble gate
#

Would it be illegal to send a PDF of a book I own, cause I wanna give it out as a resource to other people cause it's a great book but idk if I'm not allowed to

pure badger
#

I've been learning some C. I'm making a mini 2D physics thingy, although I've hit a roadblock where it seems like keypresses are deleting some of my variables 😦

onyx meteor
#

im buying a julia book by 28th of nov

marble gate
pure badger
#

fingers crossed 🤞

onyx meteor
marble gate
#

Awesome

#

the book is a Python internals book

#

I've started other languages but Python is forever gonna be in my heart for my first language and the language I've spent the most time trying to learn its semantics of

#

Like internals, etc.

pure badger
#

I've read 1/3 of the rust book, but I haven't really done much with it at all

onyx meteor
#

ive done 80% of the rust book.

marble gate
#

I've read up to chapter 16 I think, and I still suck at it

onyx meteor
#

i stopped because around that time was the worst part of my life this year

marble gate
#

Yep

onyx meteor
#

reads about me

marble gate
#

Maybe it's just me but I like manual memory management 🤷‍♂️

pure badger
#

I spent an hour trying to find why my C string selection sort was failing... and it turned out I was sorting the null terminating byte to the front 😵‍💫

onyx meteor
#

not just in programming

marble gate
#

I think you just solved my issues with my lexer

#

I never realized there was a null terminating byte at the front

pure badger
#

No it's at the back

marble gate
marble gate
pure badger
#

I was accidentally putting it at the front, which meant I couldn't print the string

marble gate
#

So THAT'S what I was accidentally reading

onyx meteor
#

or javascript.js

#

i think

#

not sure

marble gate
#

Rust's website is nice

#

I love how the Book looks

#

very aesthetic

onyx meteor
#

very bookish

#

i think if only i have a friend at my place that has the same interests as me, it would be fun, but i never have one. sad

#

neovim is bloat lmao

#

?

marble gate
#

Pycharm >

#

Intellij IDEs are amazing

onyx meteor
#

?

marble gate
#

Jetbrains*

#

I cannot tolerate VSC

onyx meteor
#

i dont really care what u use so yeah

#

i use every editor whenever i feel like it

#

i just have to learn emacs zzz

pure badger
#

I love vsc, but then again I used light-mode IDLE for years

onyx meteor
#

out of curiousity

pure badger
#

Ok it was like 1 year

onyx meteor
#

i eat apples

#

:D

pure badger
#

tasty

onyx meteor
#

yeah they do taste good

#

i wanna meat a person who is named as apple

marble gate
#

Best language mascot, go

#

I'm gonna say Ferris is the cutest and best mascot for a language

onyx meteor
#

Go's mascot is scary ugly..

marble gate
pure badger
#

just like Go itself

onyx meteor
#

i dont have a picture but lemme find it

onyx meteor
marble gate
#

No thanks

#

What's Zig's?

onyx meteor
steep fiber
onyx meteor
#

found a screenshot in zig server

#

from rust server

marble gate
#

it's a turtle

steep fiber
#

White background version

onyx meteor
#

it is a reptilian lizard zz

marble gate
#

ohh

onyx meteor
steep fiber
#

Lol

#

How I feel

onyx meteor
steep fiber
#

Not because of that but yes it is lol

leaden flare
onyx meteor
#

😡😡😡

leaden flare
#

ikr, especially java as seen by ruby fans

misty sinew
#

how is it called to change your own custom voice in speech recognition
using wav file

misty sinew
#
import multiprocessing
  
def print_records(records):
    """
    function to print record(tuples) in records(list)
    """
    for record in records:
        print("Name: {0}\nScore: {1}\n".format(record[0], record[1]))
  
def insert_record(record, records):
    """
    function to add a new record to records(list)
    """
    records.append(record)
    print("New record added!\n")
  
if __name__ == '__main__':
    with multiprocessing.Manager() as manager:
        # creating a list in server process memory
        records = manager.list([('Sam', 10), ('Adam', 9), ('Kevin',9)])
        # new record to be inserted in records
        new_record = ('Jeff', 8)
  
        # creating new processes
        p1 = multiprocessing.Process(target=insert_record, args=(new_record, records))
        p2 = multiprocessing.Process(target=print_records, args=(records,))
  
        # running process p1 to insert new record
        p1.start()
        p1.join()
  
        # running process p2 to print records
        p2.start()
        p2.join()
elder wraith
misty sinew
coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @blazing scroll until <t:1636989451:f> (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).

worthy stump
#

@blazing scroll

blazing scroll
#

hello br

#

bro

#

one second

#

i need to talk that's why

#

but yeah

#

this is my code

#

the last part

#

day of date

#

right

#

when I put 2021,11,1 it doesn't work

#
    if(month<3):
        month+=12
        year -=1
    result = (day + (int((13*(month+1))/5))+year+(int(year/4))-(int(year/100))-(int(year/400)))%7
    return int(result)+1

week_days=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"]
week_num = day_of_date(2021,11,1)
print(week_days[week_num])```
#

this is the main part to concentrate on

#

no, I can't find the issue with dates

#

such as 2021,11,1

#

or 2021,11,2

#

right

#

yes

#

no the first one

#

yeah

#

?

#

yeah but I don't want to use that

#

yeah

#

yeah

#

i can't understand why is not getting certain dates that are not working

#

it is only meant be for 2021

#

only

#

2021 olny

#

only

#

yeah check

#

it works

#

with 1 january

#

how would you put it without using date.time library

cold trellis
#
def day_of_date(year,month,day):
    if(month<3):
        month+=12
        year -=1
    result = (day + (int((13*(month+1))/5))+year+(int(year/4))-(int(year/100))-(int(year/400)))%7
    return int(result) + 1 if int(result) < 6 else 0

week_days=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"]
week_num = day_of_date(2021,11,1)
print(week_days[week_num])
blazing scroll
#
    if op == "+":
        add = x + y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,add))
        
    elif op == "-":
        sub = x + y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,sub))
        
    elif op == "*":
        mul = x * y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,mul))
               
    elif op == "/":
        div = x / y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,div))
        
    elif op == "mod":
        mod = x % y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,mod))
        
    elif op == "power":
        power = x**y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,power))
          
if __name__ == "__main__": ```
worthy stump
#
def add(a,b):
  return a+b
#
add(2,3)
cold trellis
blazing scroll
#

x=int(input("hello")

#

)

#
    if op == "+":
        add = x + y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,add))
        
    elif op == "-":
        sub = x - y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,sub))
        
    elif op == "*":
        mul = x * y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,mul))
               
    elif op == "/":
        div = x / y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,div))
        
    elif op == "mod":
        mod = x % y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,mod))
        
    elif op == "power":
        power = x**y
        print ("{0} {1} {2} = {3:.2f}".format(x,op,y,power))
          
if __name__ == "__main__": 
    x = int(input("Enter the First Number: "))
    y = int(input("Enter the Second Number: "))
    op=input("Enter an operator: +, -, *, /, mod, power: ")
    calculate(x, y, op)
main()```
cold trellis
#
(defun fib (n)
  (if (< n 2) 
    1 ((fib (- n 1)) (fib (- n 2)))))

^ you get to a point in your life you understand the logic behind this crap

dusty apex
cold trellis
dusty apex
#

i think

cold trellis
#

xD

#
def main() -> int:
    return 0

if __name__ == "__main__":
    raise SystemExit(main)
dusty apex
#
def main() -> int:
  """Documentations for functions in the code it self."""
  return 0
dusty apex
tawny widget
#

I watch the stream, EVERYONE is horrible quality.
I leave the stream, ALMOST perfect for all.

#

```
put
traceback
here
```

#

Internal Server Error ?

#

Does it take two to Django ?

#

Database searching? You can apply filters on a search and limit the results

#

@celest sundial ^

violet venture
#

How to tell PyCharm that I'm using 3.10? It's giving me type annotation errors because it thinks I'm on 3.9

tawny widget
#

Client side goes and uses JavaScript to render the JSON

#

Is PyCharm 3.10-compliant, @violet venture?

violet venture
#

Yes

tawny widget
#

check the FAQ?

violet venture
#

Even lists this feature specifically

#

looking

cold trellis
#
def main():
    ...


if __name__ == "__main__":
    main()
fossil citrus
#
if blah:
   ...
   |
cold trellis
celest sundial
#

In template /usr/src/app/app/templates/events/ui.html, error at line 1

#

return render(request, 'events/ui.html', {'filter': event_filter})

fossil citrus
#

WINE Is Not an Emulator

violet venture
#

Yes it is

celest sundial
#
TEMPLATES = [
    {
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
        'DIRS': [],
        'APP_DIRS': True,
        'OPTIONS': {
            'context_processors': [
                'django.template.context_processors.debug',
                'django.template.context_processors.request',
                'django.contrib.auth.context_processors.auth',
                'django.contrib.messages.context_processors.messages',
            ],
        },
    },
]
violet venture
#

Then the small changes broke it

fossil citrus
#
/usr/src/app/
/usr/src/core/
cold trellis
#
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent
APPS_DIR = BASE_DIR / "app"
#
'DIRS': [str(APPS_DIR / "templates")],
elder wraith
#

You can’t run it locally?

violet venture
#

I develop outside of containers

#

I have GitHub actions build my containers

#

It was working - I changed something - Now it's not working

celest sundial
mild flume
#

@cold urchin Moved you to AFK since your mic got stuck open, and I think you were afk?

cold urchin
#

oops my bad

fossil citrus
#

!paste

coarse hearthBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pythondiscord.com/

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

celest sundial
fossil citrus
#
<input
celest sundial
#
def search(request):
    event_list = Event.objects.all()
    event_filter = EventFilter(request.GET, queryset=event_list)
    return render(request, 'events/ui.html', {'filter': event_filter})
#
from django.contrib.auth.models import User
import django_filters

class UserFilter(django_filters.FilterSet):
    class Meta:
        model = User
        fields = ['username', 'first_name', 'last_name', ]
cold trellis
#
import datetime
samples = Sample.objects.filter(sampledate__gte=datetime.date(2011, 1, 1),
                                sampledate__lte=datetime.date(2011, 1, 31))
mild flume
#

That'll tell you what you need to know about our voice gate system

celest sundial
#
class EventFilter(django_filters.FilterSet):
    class Meta:
        model = Event
        fields = ['session_id', 'category']
misty sinew
#

@mild flume how does one stop people from DMing me from servers without some sort of permission

mild flume
#

I know there's a way.... hold on, checking

cold trellis
#

server settings -> privacy settings

mild flume
#

That

#

Beat me to it

cold trellis
#

cuz i need to toggle it often

celest sundial
#

{
"id": 1,
"session_id": "e2085be5-9137-4e4e-80b5-f1ffddc25423",
"category": "form interaction",
"name": "submit",
"data": {
"form": {
"last_name": "Doe",
"first_name": "John"
},
"host": "website.com",
"path": "/"
},
"timestamp": "2021-01-01T09:15:27.243860Z"
}

misty sinew
#

I'll have to do that when I get home for some reason I can't find the settings on phone

#

Thank you lol

#

What happened to the pyqtgraph channel ?

mild flume
#

They wrapped up the sprint

misty sinew
#

Ahhhhh

#

I forget what's a sprint again ? Is it somewhat like a game jam

fossil citrus
#
\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)Z
cold trellis
#
from datetime import datetime

time = datetime.strptime("2021-01-01T09:15:27.243860Z", "%Y-%m-%dT%H:%M:%S.%f%z")
#

o-o what is wrong

misty sinew
#

Does anyone know of some good resources or videos on good examples of how you should set up a github repository?

celest sundial
cold trellis
#

!e

from datetime import datetime
my_date = datetime.now()
print(my_date.isoformat()+"Z")

@fossil citrus

coarse hearthBOT
#

@cold trellis :white_check_mark: Your eval job has completed with return code 0.

2021-11-15T17:51:16.645339Z
cold trellis
#

OH the 9 is snoto padded in the hour

#

no it is

#

i'm blind now

#

i'm seeing things

cold trellis
#

!e

from datetime import datetime

time = datetime.strptime("2021-01-01T09:15:27.243860Z", "%Y-%m-%dT%H:%M:%S.%f%z")
print(time)
coarse hearthBOT
#

@cold trellis :white_check_mark: Your eval job has completed with return code 0.

2021-01-01 09:15:27.243860+00:00
fossil citrus
#
$ node -p 'JSON.stringify([new Date()])'
["2021-11-15T17:57:09.315Z"]
#
Date.prototype.toJSON
#
$ node
> let x = new Date()
undefined
> x.toJSON
[Function: toJSON]
> Date.prototype.toJSON
[Function: toJSON]
> x = { toJSON: '12345' }
{ toJSON: '12345' }
> JSON.stringify(x)
'{"toJSON":"12345"}'
> x = { toJSON(...a){console.log(a); return '12345'; } }
{ toJSON: [Function: toJSON] }
> JSON.stringify(x)
[ '' ]
'"12345"'
#
https://www.google.com/search?q=QUERY+SEARCH+HERE
cold trellis
#

noice

fossil citrus
#
console.log({ 'this': this, 'arguments': arguments });
celest sundial
#

from models.py:

class Event(models.Model):
    session_id = models.CharField(db_index=True, max_length=50)
    category = models.CharField(db_index=True, max_length=50)
    name = models.CharField(max_length=50)
    data = models.JSONField()
    timestamp = models.DateTimeField(db_index=True)
fossil citrus
#

xxd

cold trellis
#
class EventFilter(django_filters.FilterSet):
    class Meta:
        model = Event
        fields = ['session_id', 'category', 'timestamp']
timestamp = Event.objects.filter(timestamp__gte=datetime.date(2011, 1, 1),
                                timestamp__lte=datetime.date(2011, 1, 31))
cold trellis
#
class MyModel(models.Model):
    creation_datetime = models.DateTimeField()
    expiration_datetime = models.DateTimeField()

    class Meta:
        constraints = [
            models.CheckConstraint(
                check=Q(expiration_dateime__gt=F('creation_datetime')),
                name="mycustomconstraint_check1"
            )
        ]
coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied mute to @fallow musk until <t:1637000737:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

fossil citrus
celest sundial
#
class EventFilter(django_filters.FilterSet):
    class Meta:
        model = Event
        fields = {
            'session_id': ['exact'],
            'category': ['exact', 'contains'],
            'timestamp': ['exact', 'range']
        }

    @classmethod
    def filter_for_lookup(cls, f, lookup_type):
        # override date range lookups
        if isinstance(f, models.DateField) and lookup_type == 'range':
            return django_filters.DateRangeFilter, {}

        # use default behavior otherwise
        return super().filter_for_lookup(f, lookup_type)
tawny widget
cold trellis
fossil citrus
#
Object.keys(new Foo())
#
JSON.stringify( [
  ()=>{} , 1, undefined, 2, null
] );
mild flume
#

@lilac yarrow Oh we're down here

lilac yarrow
mild flume
#

@indigo imp Check out the #voice-verification channel. That'll tell you what you need to know about our voice gate

fossil citrus
#

@cold trellis ```

JSON.stringify(()=>{})
undefined
JSON.stringify(null)
'null'
JSON.stringify(undefined)
undefined
JSON.stringify(NaN)
'null'
JSON.stringify(Number.POSITIVE_INTEGER)
undefined

lilac yarrow
#

so whats everyones favorite linux distro?

#

kali, ubuntu?

mild flume
#

Probably Manjaro then Ubuntu

fossil citrus
#

Kali Linux does not make one a "hacker" which is unlike script kiddies think it would actually do.

raw wren
#

I am using EndeavourOS which is built off of arch and I love it

lilac yarrow
mild flume
#

Pretty much that yeah

#

It's just a big ol' bag of tools

#

But beyond that, there isn't anything special about it. Although it is root only, so that's why it isn't recommended as a daily driver

#

Keep it contained in a VM or container

lilac yarrow
raw wren
#

Base arch yeah, but I think that some of the other distros built off of arch are fine.

violet venture
#

Arch is great

#

The best

fossil citrus
elder wraith
#

@raw wren I didn’t hear you

raw wren
#

I use arch btw

lilac yarrow
# violet venture The best

coming from @violet venture that holds a lot of weight. You're one of the smartest people on this server

elder wraith
violet venture
#

Now I'm nervous

hushed wolf
#

aww

lilac yarrow
violet venture
#

Those are some big shoes to fill

elder wraith
mild flume
#

I use something based on Arch, btw

hushed wolf
#

haha

elder wraith
#

I use Ubuntu

lilac yarrow
elder wraith
#

Because I prefer distros THAT WORK

violet venture
#

Arch works

mild flume
violet venture
#

I use Arch on servers

raw wren
#

I use ubuntu (for my servers)

violet venture
#

Got tired of spending the weekend fixing Ubuntu server every time a release broke it

lilac yarrow
#

so we have like 4 arch, 4 ubuntu, no kali love?

violet venture
#

Of course, now I just use K8s

lilac yarrow
violet venture
#

Kubernetes

solid frigate
#

@mild flume
where are you from?
I understand most of your words but some others not 😂

mild flume
#

I'm from the US

#

I tend to use less common words for some reason

#

Not sure why

fossil citrus
#

@nova pagoda If you want to chat, you can do so while in the VC ... not with trying to evade what is in my bio by directly DMing me out of nowhere

nova pagoda
#

@fossil citrus sry

elder wraith
woeful spindle
#

imagine having modern consoles

mild flume
#

Would be nice...

elder wraith
#

PS 5 has more exclusive

#

Since I feel like Xbox has none

hushed wolf
woeful spindle
#

i had ps2 but it broke

fossil citrus
#

I had a PS/2 keyboard ... but I don't where it is at this time

woeful spindle
#

lost in the e t e r n i 🕳️

#

Call of Duty? bruh

hushed wolf
woeful spindle
#

Debian, the GNU/Linux distribution for Lesbians

violet venture
hushed wolf
#

i use debian for WSL, thats about it tho

woeful spindle
#

I use Mint

#

WW3 game

hushed wolf
#

nice, used to

woeful spindle
#

only big chads played Assault Cube

solid frigate
#

PUBG 👍

#

after all battle is very bad and peace is good

violet venture
#

Honestly - it's actually been pretty slick
GitHub Actions builds the container for me, and then I just restart the deployment, and K8s pulls the updated container, and I'm done.
Also - K8s secrets has managing environment variables much less painful

mild flume
#

!tvban 755797386030481469 2w You seem unable to control your microphone. You continue to click noisily despite being asked not to. Takes this time to figure out how to behave properly in Voice Chat.

coarse hearthBOT
#

:incoming_envelope: :ok_hand: applied voice ban to @summer pivot until <t:1638212323:f> (13 days and 23 hours).

hushed wolf
#

interesting, didnt know there was sep. voice ban

mild flume
#

Yep, and we're re-vamping a bit soon

#

Well

#

Soonish

hushed wolf
#

neato

mild flume
#

@hearty heath We're in here

raw wren
#

Yeah lx come on

hearty heath
summer pivot
#

mr helmoc

#

i srroy

mild flume
#

I accept your apology, however you still will have to wait out the voice ban

summer pivot
#

:'|

fossil citrus
#

My USB keyboard still works! ... but is very ... odd to use compared to my laptop.

hushed wolf
#

haha

hearty heath
#

Whoops sorry deleted the context 👀

summer pivot
hearty heath
#

Yeah, Brandon Fraser was blacklisted or something 🤔

#

He accused someone high up of something.

#

That's what I heard.

elder wraith
#

Maybe

#

What show are we talking about?

mild flume
#
#

Huh, I'll be damned

hearty heath
#

Last film I remember seeing him in was the Mummy Returns 😄

hushed wolf
#

Senbonzakura Piano Ballad Arrange by うぃんぐ

◘ Subscribe Me If you enjoyed and like it ◘

If you want more relaxing & beautiful & emotional music here :
【1 Hour】 Most Beautiful & Emotional Anime Music - Emotional Sad Melody 【BGM】
https://youtu.be/sg-DtanqwrY i recomend this

▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬

Mp 3 Download Music :https://se...

▶ Play video
hearty heath
#

Oh no

hushed wolf
elder wraith
rose solar
#

wtf

woeful spindle
#

wtf

#

what is this

elder wraith
#

It keeps them contained

hearty heath
violet venture
#

Keywords are from C?

elder wraith
#

I think after your 20th post in #esoteric-python , we should quarantine you from rest of the server

hushed wolf
#

haha

hushed wolf
#

they become too far down

#

the rabbit hole?

woeful spindle
#

eeww

#

windows

#

linux only 😎

hushed wolf
#

im on win10 rn lol

#

lazy

woeful spindle
#

bruh

hushed wolf
#

i has arch win10 dual boot

#

when i do dev stuff i go arch

#

but normal stuff i do win

#

cause more applications just work

woeful spindle
#

:squirrel:

#

when i hear nitro it reminds me of that scam

#

like how people are falling for that

#

JesusBALLIN nitro JesusBALLIN

mild flume
#

The scam messages are still happening

woeful spindle
#

NFT is a great idea, but, the problem is, they didnt expect one thing.... Save image as button

#

draw a line make nft for 100$ lmfao

mild flume
#

$100 is still way too much

woeful spindle
#

yeah, 16x16 pixel humans for million of dollars

#

me?

#

well , i dont know myself cuz like,

#

i mean cuz in my language (polish) you say it like "eniu"

#

but yeahh, you are not polish so

mild flume
#

Is me saying it like "any" alright?

woeful spindle
#

i mean, i dont care lol, say it the way you want

mild flume
#

Sounds good

woeful spindle
#

Spoiler!!!!

#

didnt watched it now im spoilered

#

uhh idk