#voice-chat-text-0
1 messages ยท Page 924 of 1
can't talk now, but i'm always happy to see a vim user @haughty pier !
let it be...
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
No worries ๐ I don't remember what that was exactly (the DM raid?), but I think we dealt with it.
Nemeio is a new generation keyboard. You are now totally free to choose how you use your keyboard with Nemeioโs customizable keys that is adapted to your specific needs.
Oh, the keycaps are e-ink displays.
I remember something like that, but with little LCDs ๐
I really want a poster-sized e-ink display I can put on the wall.
For like a calendar/reminders/todo.
Whatchu working on? ๐
Hello, @molten pewter ๐
At least it would stop your fingers going numb.
Do you remember that laser keyboard?
Not sure if it ever gained popularity.
But I remember thinking it was just the coolest thing.
Isn't that the joke? ๐
hello
anyone know javascript react?
dont move to taiwan there gonna get nuked
@haughty pier
@haughty pier need your help
anyone know javascrit?
I need help with python
the illuminati
and freemasons
i gota message to talk in voice
anybody know javascript
or a good discord for js
@haughty pier can you please help me with a python task
should I stop streaming?
Here's the how to get help channel: https://discord.com/channels/267624335836053506/704250143020417084
@cosmic niche please follow the directions there - I'm not in any position to be able to help anyone tonight one on one.
That's alright
!stream 770032295595737098
โ @near island can now stream until <t:1635901620:f>.
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Anyone joins, can't talk, here's why ^^^^^^^^^^^^^
it was just someone fromm the server sending weird invite links
ah i forgot to remove the @ thing from that lul srry about the ping
but yeah it was dealt with it said
O_O i didn't think about that
๐ HEHEH
hello
hii
LSP: enabled configs: gopls
LSP: disabled configs: clangd, erlang-ls, ocaml, polymer-ide, ruby, rust-analyzer, sorbet
LSP: starting ['/home/ayoush/.cache/sublime-text/Package Storage/LSP-gopls/bin/gopls'] in /home/ayoush/code
LSP: gopls: Supported execute commands: ['gopls.add_dependency', 'gopls.add_import', 'gopls.apply_fix', 'gopls.check_upgrades', 'gopls.gc_details', 'gopls.generate', 'gopls.generate_gopls_mod', 'gopls.go_get_package', 'gopls.list_known_packages', 'gopls.regenerate_cgo', 'gopls.remove_dependency', 'gopls.run_tests', 'gopls.start_debugging', 'gopls.test', 'gopls.tidy', 'gopls.toggle_gc_details', 'gopls.update_go_sum', 'gopls.upgrade_dependency', 'gopls.vendor', 'gopls.workspace_metadata']
LSP: gopls: supported code action kinds: ['quickfix', 'refactor.extract', 'refactor.rewrite', 'source.fixAll', 'source.organizeImports']
LSP: gopls: registering capability: didChangeConfigurationProvider
hello
go: cannot determine module path for source directory /home/ayoush/Desktop/learning-golang (outside GOPATH, module path must be specified)
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin
export GOPATH=/home/ayoush/golib
export PATH=$PATH:$GOPATH/bin
export GOPATH=$GOPATH:/home/ayoush/code
func main() {
names := [2]string{"Vthechamp", "sublime"}
}
func main() {
data := map[string]string{"name":"sublime"}
}
func main() {
var data map[string]string = map[string]string{"name":"sublime"}
}
[Vthechamp sublime] [2]string
package main
import (
"fmt"
"strings"
)
func main() {
names := [2]string{"Vthechamp", "sublime"}
fmt.Println("["+strings.Join(names[:], ", ")+"]")
}
Hey
Yahoy.
Art mojo acquired.
๐
...Once I figured out the problem with the blue.
Oh, I haven't started popping out some of my stuff. I've been popping out my stuff.
Python code go brr.
All these times I've been in here lately not talking around this time, that's been me doing art code stuff and futzing around in GIMP.
"Introducing...the Hyperwheel. Miss that turn? That's not a problem for the Hyperwheel. Our patented polydimensional technology allows you to make that turn retroactively. Never be late again! High precision driving for the future...and the past. Hyperwheel."
๐
why are there memes in my news
VBA is terrible
Calculating means in Excel is, of course, a thing. ๐
You know there's a mean but not a rude
I don't know. Some people use it to make pixel art.
get 2tb of ram
What sort of data is it?
See many unicorns, lately?
@dense ibex Why does that not surprise me?
You can put multiple images in a single message now?
But yeah, if the built-in integrations in FedEx's aren't enough for you, they have you install a program called "FedEx Integrator" which disables the built-in integrations, and hosts a custom form for you
Nub nub nub nub nub! ๐
What's wrong with cam?
Favouritism?
Also - note the ' Date : 01/20/2004
So... The computer was shipped to us already set up by one of our clients, it's the clients integration.
A couple years ago, the computer broke, and we found out that neither the FedEx rep, nor the clients rep still worked for their respective companies
And then it became my job to reverse engineer the integration for everybody
Spirit levelling?
xp_end = math.floor(5 * (lvl_start ^ 2) + 50 * lvl_start + 100)
CoffeeScript for Rails
Used to be
Wait
Rails used CoffeeScript
Then when they switched to WebPack they switched to vanilla JS
Gooootcha
def balance(xbook):
debit = 0
credit = 0
"""
Args:
Returns:
"""
for i in xbook:
if i[0] == 'd':
debit = i[1] + debit
elif i[0] == 'c':
credit = i[1] + credit
if credit == debit:
return True
else:
return False
So once again, lvl_start is referring to their actual level or the amount of xp?
๐ช even next.js has switched to a rust compiler and
vite.js uses esbuild (made in go) now
ppl need to sticking to javascript made build tools
Current level
def balance_rec(xbook):
"""
Args:
Returns:
"""
def bh(blst):
lazy = 0
if blst:
if blst[:][0] == 'd':
return lazy + bh
return not bh(xbook)
d,c = "d","c"
xbook1 = [[d, 895],[c,7500],[d,339],[c,234],[d,6400],[d,100]]
xbook2 = [[d, 95],[c,500],[d,39],[c,234],[d,600],[d,10]]
print(balance_rec(xbook1),balance(xbook1))
print(balance_rec(xbook2), balance(xbook2))
yes. and it returns the amount of xp needed to reach the next lvl
current lvl
alright thank you!
no problem!
why are you making a copy of the list? o- o
blst[:][0] == 'd':
slicing always creates a copy of the object in memory
well usually its not enough of a memory waste to care but if you need to it to be very fast and memory efficient you can use
itertools.islice which just gives you an iterator which can go through the original object
instead of creating a new one in memory
i'm just saying if you do ever in the future
xD
blst[0] == 'd':
should've just done it then
if 'd' in blst[0]:
!e
foo = [1,2,3]
print(foo[:][1])
print(foo[1])
@woeful salmon :white_check_mark: Your eval job has completed with return code 0.
001 | 2
002 | 2
because it's not news, it's entertainment brought to you by advertising departments
^ @rugged root
Blue canary in the outlet by the lightswitch - who watches over you! Make a little birdhouse in your soul.
Not to put too fine a point on it, say on the only bee in your bonnet.
really good writing... a story about a nightlight and a picture of a lighthouse
Mostly the nightlight...
code monkey get up, get coffee
code monkey go to job
@rugged root I keep improving on the techniques I'm using and it's a problem.
I have the time, but the bar keeps getting higher and higher.
Monkeys code in Iambic Pentameter.
I know I'm overthinking this
But it might be a better thing to toss to the help system, unfortunately.
I'm drawing a blank on how to convert it from loop to recursion
please add six to this variable?
just fucking work
def bh(balance, balance_list, position):
if position > len(balance_list):
return balance
else:
balance += balance_list[position][1] if balance_list[position][0] == 'd' else balance_list[position][1] * -1
return bh(balance, balance_list, position + 1)
I think this might do it
balance_list[1:]
@candid shadow I think it's in the settings. I'll have to boot up VSC to check
One sec
ok thanks
Hit Ctrl+, and then it should be under the "Commonly Used" section. For me it's the second listing there
thanks man
def balance_rec(xbook):
"""
Args:
Returns:
"""
def bh(blst):
pass
return not bh(xbook)
But you might have a customer upset that you've stiffed them out of billionths of a dollar. BILLIONTHS!
@rugged root miss you guys
def bh(blst):
if blst == []:
return 0
else:
return bh(blst[1:]) + (blst[0][1] if blst[0][0] == 'd' else blst[0][1] * -1)
Yeah I think I'll be taking on the role of salesforce admin at my new job. This is my second week and I'm shadowing everyone at the company.
Nice!
Is this where I talk to the people in voice chat?
Yep!
Yeah chatting in here lets you still contribute to the conversation since if we're in the VC we'll typically be watching the paired text channel
A vc for every channel.

Alright, thank you for letting me know โค๏ธ
hallo
Everyone here has been very kind and helpful, it's great
I'm glad to hear that!
https://twitter.com/DiscordPreviews/status/1442756039263277058?s=20 did you see this?
We try to make it a pleasant place
Haute Pynk.
Yes
but would you or would you not want to allow users to read/write messages in text if not in vc?
Colourspace models.
I would
Simply because we have people who might have to bail from the call but still want to finish up a written conversation or seeing a written conversation might prompt someone to join in order to participate
That's a good point, didn't think about the fact it might be join locked
hm how does this twitter account even find out about these things
We get information about stuff like this from Discord as admins
replies claim that this feature was present ages back and then removed
But we're not supposed to talk about it
oh so is this twitter account not supposed to be doing this?
Unsure
Not sure what the implications of them doing it are, I mean
Or could just be an internal leak, who knows
30 isn't a round number. It's been working out. It's trying very hard.
Fat shaming numbers. How bored are we
They can't all be 1s.
Or have the curves of an 8
lmao
Well there's always the option of using corsets and squishing your organs to different places.
!e
def get_luminance(r, g, b):
return (0.299*r + 0.587*g + 0.114*b)
print(get_luminance(255, 255, 0))
@haughty pier
hey people ๐
sir-lancebot#937
hemlock's nowhere to be seeennnnn
reload client
aight, i'll try that thanks!
!e
from math import sqrt
def get_luminance(r, g, b):
return sqrt(0.299*r**2 + 0.587*g**2 + 0.114*b**2)
print(get_luminance(255, 255, 0))
https://alienryderflex.com/hsp.html
another formula
Origami courses. "Oh, yeah. I did terribly at those."
@woeful salmon :white_check_mark: Your eval job has completed with return code 0.
240.02531116530187
Wait so if we currently have the video role do we lose it?
alright ๐
I was going to say, wasn't that the policy the whole time?
"and you're not getting it back!!!"
Verbose I would say be careful with what you're doing, because it's technically against TOS
Well yeah true haha
My apologies
It's alright I know that you don't have bad intentions
they should invent a non-binary term
XKCD Competing standards.
create documentation around it
How can you possibly function with that many tabs open
Aaron ^
I didn't ask what was on your tabs, I asked why you had so many tabs lol
Gonna hop on in the car
i dump those in another window lol
ooh your strawberry is oriented differently from mine
@runic forum What are you wanting to stream
coding on terminal
What's the code/program
So not Python
Then not for right now. I'm trying to better enforce video usage, so I want to keep it Python for now
ok
biggest package I've ever had
pls don't DM me just @-me here if you have a question...
tryna get a component to look mighty good baby w
im gon memba that tip
im tryna get into python
and use it well
two of these
yeah
the pictures are too old
im tryna get into python
kden
@somber heath
https://paste.pythondiscord.com/etonusivos.coffeescript
Triple stream
now for the other one
it's a rather ugly frame, but the only one I could find which fit
This is GUI emacs
@rugged root ๐ฎ i found one that gives you the django ORM code
https://mmcardle.github.io/django_builder/#!/models
nvm its kinda simple and shit ^
lol
I used to use VTerm
Still cool
Unicode
But yeah a bit primitive
Mononoki is the font
But these glyphs are unicode, not ligatures
Also Discord doesn't play well with my window manager so you get the black screen when I switch views
what wm do you use?
bspwm
neato
Hello
How are you sir??
haha that's not my real name though๐ well tbugop has some different meaning
you created this?? amazing๐ฅ
ohh haha but it is beautiful ๐๐ป
Hopping off for now
hey
@woeful salmon
i was terrified
thinking u has got that voice
oh, gonna go to sleep bye everyone
sem
im tryna talk on mic
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!verify
i kno i have to keep messaginh
anyone wanna talk about something
i need to get 50 msges in
i will talk to anyone about anyhting
๐ i would but i'm about to goto sleep
wait
i like your prfl pic
but i cant really see it
i love you
i like coding in javascript
i wanna start python but i wanna get good at js
i like using react framework
in js
react is not a framework
what is it then
hi
what do you consider a js framework
how are you
juame
any tips to improve my programming skills?
are you good at js
i'm good at java
bruh
wtf
thats me right now
whats ur problem
ok bye i love you
๐ @whole bear https://www.freecodecamp.org/news/is-react-a-library-or-a-framework/
ok ibelive u
there's many blog posts and stack overflow replies explaining in gr8 detail
i just want an example of a js framework
but angular
angular.js is kind of too but..... same as jquery we don't need that crap on the web anymore
@whole bear really?
ok
ya we need to improve our coding
happy diwali
same to u
how are the celebration ๐ going
Happy Diwali
happy diwali
i don't celebrate any festivl
oh,
or my own birthday even xD think last time i had any kind of a celebration was like 3-4 years ago
damn ๐๐ฅ
ye i'm now 1 of the uncles who will scold you for playing with fireworks near my house
i hate the noise
i really do
same for holi i hate having to take multiple baths cuz some weirdo decided to put color on me
crackers not my game but food sweets
sweets you can get whenever ๐คทโโ๏ธ instead of waiting for festivals i get the food i want when i want but in small quantities so its still not too unhealthy
lol
going to my grandparents house
๐ ๐๐ป
i personally can't live without internet slower than 200 mbps anymore o- o
literally dependent on it
๐คฃ
which rank are u talking about
ooo
Hello.
I am, but choose not to at this moment.
Out of consideration for the other people in the house, yes.
I could, but I'm doing stuff on the computer.
It's a desktop.
Not happening.
The flag store.
Flags Rus.
7 February 2009. That was a day.
I see currants when I open up the kitchen drawers.
"Oi, you got your coding license?"
!u

Created: <t:1580002257:R>
Profile: @dense ibex
ID: 670802831678373908
Joined: <t:1609774606:R>
Roles: <@&267630620367257601>, <@&585529568383860737>, <@&764245844798079016>, <@&764802720779337729>, <@&463658397560995840>, <@&542431903886606399>
Total: 4
Active: 0
@swift tide what are you doing? :/
@gentle flint have you watched this? ๐ฎ
https://www.youtube.com/watch?v=sLqXFF8mlEU
A little experimental game I've been working on recently, where you fly around a tiny version of the world and deliver packages to various cities. Would love to hear any ideas you might have about how this could be taken further!
The source files for this project are currently in early access to patrons of the channel, but will be made public l...
he made such a beautiful yet fun looking way to learn geography while also making an interesting video
On in a bit, having a rough start
Depends, do you properly look up the issues and PRs?
I would, but I'm the only one that uses my packages, so I don't get any
Evening!
Sorry, your supermarket sorts the post?
we don't have separate post offices anymore
we now have small postal points at certain shops
why
I'll be right back in a few
In fairness that's on Sunday
show us show us
@celest junco #career-advice
Extra hurdles. Physical fitness. "Y'all can't come in here 'less ye can clear that there fence."
"The one that blew over?"
"It blew over, again? Dang it!"
Sounds ripe for Kafkaesque bullshit with the paperwork.
Mangoes would be one of the nicest smelling fruits there is.
One of the nicest smells in general, really.
Cucumbers and melon. Hm. Alrighty.
HAA.
I wasn't, actually.
I mean, I'm thinking about it now.
Have you seen the thing where people light the polish on fire?
Part of the process.
Like the little tin of polish.
Light it up, it melts, the lid goes on to snuff it.
Rag dipped in, rubbed on the shoe.
Or boot.
shut
I think I may have answered the question as to what happens when a clown explodes.
Thankfully, it can charge and be used at the same time.
"Thank you for your interest in our products. Unfortunately, we are not collaborating with members of the public on product development at this time. Please enjoy the attached stickers. Yours sincerely, Company Inc."
Ooo, stickers
it's a daily ritual for me these days
;-;
hold on ill show u what I made today
I've already consumed more than half of it
I never knew they come in different sizes tho. I only know one size.
Steal plate? Safe!
This is the โJasmine Green Tea Honey Bobba with Chia Seedsโ
If you have one of those laser measuring devices, is that a protractor beam?
Probably takes a long time to use, anyway.
I get what you mean chia seeds actually look really gross up close
Works for echidnas.
"Mini boba" is about 5mm, where the medium size is 8.5mm, looks like they sell the smaller ones on amazon: https://www.amazon.com/See-Smell-Taste-Tapioca-Pearl/dp/B0773T7J3M/ref=sr_1_26?keywords=large+tapioca+pearls&qid=1636035766&rdc=1&sr=8-26
The ones I've seen had like little paint roller kind of things.
oooh I've never tried this one. But this kinda looks like sago seeds.
which is really common in my area
what was that
oho
2 minutes ago
20
Really
I look like a lot of peoples' colleagues apparently
one time I look like my brother's math teacher
I'm OK with average
Such a smoothie.
"We're practically people"
"I mean practical! We're practical people."
!stream 588068033415741525 1h
โ @molten pewter can now stream until <t:1636040153:f>.
thanks for the trust btw xD dw we're just updating his django project to catch up with last week's workshop
I know I know
Director: "A go hasn't yet been given on the UX, so that's still on hold!"
"These swimming lanes are very lean!"
"Time for our newbie to pitch his ideas! Go ahead, share your presentation!"
Donald: "oh, uh... that's me"
"Oops, wrong screen"
the text on his screen is a search history:
newbie
lean, scrum
lanes or leans?
what is UX?
UX is behaviour of the UI, which is how it looks. I think?
it wasn't me asking; I was simply translating
it was donald duck who was confused
in the picture earlier
What's the main problem with converting the whole thing?
It could be something that can stand until you find a better way.
is this supposed to be pg?
oh i see it
Doing some wizardry as usual
Yep
Now that I think about it, it's almost been a year since I started
yes
huaaa
coding
something for work
yes
no not yet
is the ice tea sweet
what type of tea
u dont like sweet tea
but ur a sweet-tea
kidding kidding
thanks thanks
haha
no
haha kidding
i aint python but u can always code me if ur interested
me is starting out
cause i saw a guy the other day and he was like 21
noooo
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
ooh thanks man
shell be back like before (says in british accent)
hmm is there any fun interactive website
where i can practice coding
how old are u guys
i know
got a long list of resources
they'll tell you I'm insane
cause u know i love the player and u love the game ~~~
yo 3 19's woo
I've got a blank space baby
and I'll write your name
here its 10:53 am
my name? u can call me yours
where is Ksin from
@celest junco
๐ท๐บ
i cant read it
rose colored blue skys
ะ ะพััะธั
I can show u incredible things
Ne
magic, madness,coding,simps
you're the IDE baby, I'm the coder
saw you there and I thought
oh my good look at that space
Yersh, it'shh shreapers
Sus
tabs look like my next mistake
dat boi dat boi sus
majkati
you look like the next mistake
Sestrati
We generally refer to days as black for fires we're had on them.
baba ti da ja ebam
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
In what way does that characterise Macedonia?
how do you spell self concous
Yes
Self-conscious.
i have sent 55 messages
we got a spelling bee winner here
Buzz buzz.
no clue how many I've sent
buzz light year
u can check " from : in search bar
cries
3 days
by the i might have lose my motivation to learn
im very Self-conscious so i dont want to talk
ok
i dont like typin
ok
hello
there's a random letter e
which was causing all my tests to fail
I'm surprised people don't call it Repellant.
or if you use github, you can use the online vscode github.dev iirc
once twice thrice
rappel it
Jack Black after a binge. Spewius D.
cries
dont go
u have to suffer with me
in any case
cause uuuuu are my only exception
do u think im a good coder
i want noodle
chicken noodle is amazing
but they closed
all by my selffff
dont wanna be all by my selffff
everydayyyyy
can of soup? no
sadly
2 days till i will earn the talking stick
Yaas.
I feel like Pro Hart.
what is pro hart
so i shall be back in 2 days right
take care yall
stay hydrayed
HOPE SHE GETS WELL SOON
work work work work
see me doing
whadidimiss
kidding i mean the guy who drinks the unsweet tea
i dont know his name tho
dora the explorer? no nonon
Think of desktop icons
btw @rugged root, this is a pretty interesting PureScript project https://mikesol.github.io/sf/introduction/
Basically composing music through code
It's pure sorcery
oh
the love is magical
It's still a work in progress, but the fact that it's made by a single person is just magical
The tildes are not actual code, it's a DSL that's parsed
I've done that a bit. I converted a Sierpinski curve sequence into semitone increases/decreases.
music21 is a thing, too.
The Dragon curve was kind of crap.
Well, you know LX's display picture, yeah? Dragon curve.
How do you mean?
whats the project
oh
do you guys know any server with dank memer (wanted to interact with its rich leaderboard - need some inspiration for sir-lancebot#930)
Can't say I have
Could invite it to a testing server
did that, but i am the only version - i wanted to see for more than 10 people (1+ page embeds) and stuff
got its support server
ok that has no bot channel, only support tickets
Yeah, we had a storm. Knocked out the power for a day.
Sorry one sec
Then someone dropped a ball and we didn't have internet after we got the power (and internet) back.
Like, had it for a bit again, then foof.
Because someone whoopsed on a config, somewhere.
Probably.
Facebook is shaking rn
Buttons look terrible in irc mode 
with regular message ^^ normal embeds looks fine
yeah
Looks so terrible, it makes you exclaim "irc!"
buttons are okay, not really bad - even i use compact mode
its diwali today, we are supposed to burst crackers and its raining
lmao
copilot is just codex but with a ms license and as a vscode extention lol
@rocky kiln and @rugged root ^
So does that mean you could make a sensible, but novel, audio codec, apply this thing to it and it'll probably be able to play it?
@rugged root @dense ibex ```py
"""
Check messages from discord if they contain "duck"
"""
import discord
import asyncio
import random
import os
client = discord.Client()
@client.event
async def on_ready():
print('Logged in as')
print(client.user.name)
print(client.user.id)
print('------')
@client.event
async def on_message(message):
if message.content.startswith('!test'):
counter = 0
tmp = await client.send_message(message.channel, 'Calculating messages...')
async for log in client.logs_from(message.channel, limit=100):
if log.author == message.author:
counter += 1
await client.edit_message(tmp, 'You have {} messages.'.format(counter))
elif message.content.startswith('!sleep'):
await asyncio.sleep(5)
await client.send_message(message.channel, 'Done sleeping')
elif message.content.startswith('!duck'):
await client.send_message(message.channel, 'quack')
elif message.content.startswith('!flip'):
flip = random.choice(['Heads', 'Tails'])
await client.send_message(message.channel, flip)
elif message.content.startswith('!roll'):
roll = random.randint(1,6)
await client.send_message(message.channel, roll)
elif message.content.startswith('!help'):
await client.send_message(message.channel, '!test, !sleep, !duck, !flip, !roll, !help')
client.run(os.environ['DISCORD_TOKEN'])```
github copilot?
yup
codex technically but yeah
on the other hand it also created this:```py
def calculate_pi(n_terms: int) -> float:
numerator: float = 4.0
denominator: float = 1.0
operation: float = 1.0
pi: float = 0.0
for _ in range(n_terms):
pi += operation * (numerator / denominator)
denominator += 2.0
operation *= -1.0
return pi
if name == "main":
print(calculate_pi(1000000))```
yeah even i am not a fan of github copilot, originally i used it for the first week
then I ditched it
static typing wth
!e
print(len("1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111"))
@dense ibex :white_check_mark: Your eval job has completed with return code 0.
100
kawaiiii
i love codex```py
def cow_say(message: str):
"""
Prints a cow holding a sign with text
"""
return '''
{0}
\ ^^
\ (oo)\_______
()\ )\/\
||----w |
|| ||
'''.format(message)
def main():
"""
Main function
"""
message = input('What would you like the cow to say? ')
print(cow_say(message))
if name == 'main':
main()```
au revoir. good night~
good bye ๐
ok tell me which looks better
imma go now, i need to buy some groceries
1
good bey o/
the code uKyhwn4B
Vacuum chemistry.
No doubt vacuum can be applicable in some chemistry processes, but I was being slightly facetious.
Boiling water at room temperature, for example.
Hurian. Sounds like a name out of Middle Earth.
why did everyone here join discord
how much
butter alone with nothing else
oh no
hello?
LOL
@gentle flint It might be that it's a 20 pin that has a 4 pin that you slide in next to it
That's fairly common as well
You might see it as a 20+4 pin
!e print('\t')
@brave steppe :warning: Your eval job has completed with return code 0.
!server
HELL YEAH
omg
thank you so much
Zie omschrijving
1211.674

I can relate
stolen form verboof
o/ @vivid palm
/o
That cat has seen some things
great
ur Christmas hat
boomer
!warn @uncut meteor
what does thanksgiving look like?
like autumn leaves and purple skies
liek this?
cute but i hate orange
i also see no autumn leaves nor purple skies
actually it's really pretty
make me one with sparkly lights pls
"All it has to do is keep my fucking beer cold" - gilfoyle from SC
This nine second clip titled "Family Guy- Giant Samsung phone car" is used solely for entertainment purposes only. I, or the respective owners of this clip are not intend to inflict harm or offense to any race or cultures. I, also respect any corporations in this video mentioned "Kia" and "Samsung". Should they have any any issues with this v...
Rude
i don't hate you
.
He is not
this is hilarious
brb
that was a GREAT JOKE Lmao
the bad ones
lol
LMAO
that guy needs a medal
@rugged root needs second place also
like make me an admin idk
sry that was my phone
and i got a shit ton of rain and my ass wet
cuz i am great
?
explain what is going on pls
the car? @steel jasper
some random just messaged me out of the blue asking me why i won't jump into a help channel to assist him. Last I checked I wasn't one of the helpers.
@rugged root im confused what your saying
that was hemlock
Nope, it was a portuguese name.
and I only know it is portuguese because I have a lot of brazilian neighbors.
well congratulations
you know spainish
thanks
no it is not spanish, and i have been shoved in a locker growing up for making that mistake
because spainish is simular to portuguese
and french
and english
no english is closer to icelandic than portuguese
english is close to french though
and french is close to spainish
Oh sorry, I can do a quick example
in exactly the same way that new hampshire is close to the virgin islands
no way hes actually called that
ok that was better
class Animal:
def __init__(self, alive=True):
self.alive = alive
class Dog(Animal):
def __init__(self, alive, barking):
super().__init__(self, alive)
self.barking = barking
ok you've made me be ashamed of you
im sorry but youve done it
youve taken the cake
and eaten it
the hell happened to the car getting petrol
well whatever it is
im sh*t at naming what it is
Eh, we know what you mean either way
@willow light i kindly would not like to f*ck myself with a chainsaw
@rugged root excuse me wot now
alright
im decent just working on my first discord bot
dog looking cool
nice
Very cool, what kind?
Just a general one?
a multi purpose bot
just try to learn
Saw this literally over the main entrance at the office
but i find out cogs are halla confusing lol
im just trying to load the cog and it wont see it
I need this sign at the entrance to my hometown
welcome to (name of state)
@willow light dont


56,658
215,814
