#voice-chat-text-0
1 messages ยท Page 55 of 1
gl; hf!
I hate sitting and waiting
Makes me anxious
Especially for a site like Amazon, the client side performance is really important
Theeeeere we go. Stupidly was trying to unzip them to the external hard drive instead of just to my rig where I need them
Okay, I don't feel as bad now
'murica
Meta absolutely was laying off devs
@rugged tundra And Meta
Eh
Or they just have a lot of new hires or interns that are just chattel anyway
No idea
We've been in a huge bubble for a while
I don't think we'll have a full on burst like what happened with the .com boom, but we're certainly going to see some shrinkage (tee hee) as people realize which devs they do or don't actually need
Just my guess
Their turnover is super high
That's pretty indicative of issues
Really? I've heard nothing but horror stories about google
But again, take what I say with a grain of salt
I'm not a dev
True
Microsoft's lower turnover does seem to say people want to stay there more
That's what she said
Pretty much
Leave the full on development of the low level tools to folks who want to do that
I say just take advantage of the tools they make
@peak ice whats wrong with your name?
If they're getting paid a lot of money, there's probably something difficult about the job
@warm jackal Or they've inherited it or nepotism
You guys are getting paid extra for nepotism?
don't speak for me /s
HA
Almost there
God it's so many files....
@golden aurora If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know about our voice gate
ok
That person is either hyper confident in their skills or has a death wish
Feel like there's no middle ground
HA
It's funny because it's true
Man actually taking a second to think about it....
Wow
That's more on point than I thought
I'm pretty sure it's like a stunt driving thing
yus pls go ahead someone
Never actually saw that movie
would love to hear it
So it's the confident in skills one
that and insurance
I'll be so much happier when my computer isn't bloated with all these damn backup files
Want to re-download my build tools, damn it!
@warm jackal So what're you up to
Nice
Sorry!
I would if I could
One sec
Ah yeah true
That's my secret
I always feel bad
Granted the perma stream since you made it through the probationary period without incident
Pretty sure that's my most used gif at this point
I did, but I just wanted to toss that one out there
But I'm so in the habit of typing out the search
@gentle flint Yo
Okay, now to pray to whichever god will listen that this database thing works
Nutella
nutella
Word my homey g funk brother yo
It's an auto mute
It's from the bot
No I wasn't there for that
I don't think so anyway
@lavish rover welcome back bb
@warm jackal Eh, shit happens
I know that feeling
Win 10 for work, 11 for home
HOKAY, so
lol
Looks like the backup files are here and working
What is that Nuttela and PB on what ?
Crispbread
Fingers crossed that the database migration doesn't fuck everything
Crispbread (Swedish: knรคckebrรถd (lit. crack bread), hรฅrt brรถd (hard bread), hรฅrdbrรถd, spisbrรถd (stove bread), knรคcke, Danish: knรฆkbrรธd, Norwegian: knekkebrรธd, Finnish: nรคkkileipรค or nรคkkรคri, Estonian: nรคkileib, Icelandic: hrรถkkbrauรฐ, Faroese: knekkbreyรฐ, German: 'Knรคckebrot' or 'Knรคcke', Low German: Knackbrood) is a flat and dry type of cracker,...
O ok
So far so good
.... except that it's crashing what the fuck DMS
I'll be back, going to restart my rig real quick
I'll bbl too, taking a break after work for ~8h, then food, then some chat here =)
yehh
Yo
sir can we have a music bot by any chance ?
No, as they are typically against the terms of service
Discord and YouTube also had a huge crackdown on them
And it's also fairly out of scope for us
Plenty of other servers have them
or prolly this server is meant to be for educational purposes
yeh cool
There is specific information available on the subject.
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i read that, i dont have enough messages
๐
Specific to your question as worded.
aha
this idea is good.
i never
used voice
or didnt care
enough to know
๐
@shadow sable we can chat here
untill
its
50 for me
๐
instead of
focusing in code.
here i have to
increase messege count
๐ฏ
it good though.
to prevent
spams
you debugging?
helps quite good
im beginner too though
๐
100 days of code is good
im doing that
currently
yes
udemy
๐
ok
guys im not spamming ok
just increasing my chance to speak.
do you believe that yourself
i have to do something.
๐
there is @shadow sable in VC0. so chatting with him
ah
didn't realise that
in that case, keep right on ig
take some break. that helps for me
ok
๐
keep grinding
oh, no problem
im comming. apes strong together.
try listing.
and use index to take sum of last to
sum of previous 2 ints
XD
hmm
true
need to take time
ok send me
i take alook
x = 0
y = 1
answer = x + y
while answer > 0:
print(answer + y)```
x = 0
y = 1
answer = x + y
while True:
print(answer + y)```
x = 0
y = 1
z = 0
for a in range(10):
z = x + y
x = y
y = z
print(z)
try this
first 10
you can give any infinity condition
like while(1<0)
thats just for loop
i could explain
this dammit
50 messeges
XD
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
def multiply(a, b):
print(a * b)
multiply(1, 2)
multiply(a, b)
def multiply(a, b):
return a*b
x = multiply(1, 2)
def saymyname(name):
print(name)
saymyname("John")
import random
move = ["TOP LEFT", "TOP CENTER", "TOP RIGHT", "MIDDLE LEFT", "CENTER", "MIDDLE RIGHT", "BOTTOM LEFT", "BOTTOM CENTER", "BOTTOM CENTER"]
prin(""" [ ][ ][ ]
[ ][ ][ ]
[ ][ ][ ]""")
player_move = input("Pick a move to start off the game (You are X and the computer is O):")
#first move
if player_move.lower() == move[0]:
print(""" [ X ][ ][ ]
[ ][ ][ ]
[ ][ ][ ]""")
elif player_move.lower() == move[1]:
print(""" [ ][ X ][ ]
[ ][ ][ ]
[ ][ ][ ]""")
elif player_move.lower() == move[2]:
print(""" [ ][ ][ X ]
[ ][ ][ ]
[ ][ ][ ]""")
elif player_move.lower() == move[3]:
print("""" [ ][ ][ ]
[ X ][ ][ ]
[ ][ ][ ]""")
elif player_move.lower() == move[4]:
print(""" [ ][ ][ ]
[ ][ X ][ ]
[ ][ ][ ]""")
elif player_move.upper() == move[5]:
print(""" [ ][ ][ ]
[ ][ ][ X ]
[ ][ ][ ]""")
elif player_move.lower() == move[6]:
print(""" [ ][ ][ ]
[ ][ ][ ]
[ X ][ ][ ]""")
elif player_move.lower() == move[7]:
print(""" [ ][ ][ ]
[ ][ ][ ]
[ ][ X ][ ]""")
elif player_move.lower() == move[8]:
print(""" [ ][ ][ ]
[ ][ ][ ]
[ ][ ][ X ]""")
if player_move not in move:
print("That isn't a possible move")
computer_move = print(random.choice(move))
if computer_move == move[0]:
print(""" [ O ][ ][ ]
[ ][ ][ ]
[ ][ ][ ]""")
from random import choice
emails = ["gmail.com", "hotmail.com", "mail.ru", "outlook.com", "yahoo.com"]
def email_maker(name,lastname):
name = input("What is your name")
lastname = input("What is your lastname")
if name == " ":
print("Please input a name")
elif lastname == " ":
print("Please put a lastname")```
def inputfunction(input2)
input1 = input()
print(input1, input2)
inputfunction(input())
email_maker(input("enter your first name: "), input("enter your last name: ")
from random import choice
emails = ["gmail.com", "hotmail.com", "mail.ru", "outlook.com", "yahoo.com"]
def email_maker(input("What is your name"), input("What is your lastname")):
if name == " ":
print("Please input a name")
elif lastname == " ":
print("Please put a lastname")```
from random import choice
emails = ["gmail.com", "hotmail.com", "mail.ru", "outlook.com", "yahoo.com"]
def email_maker(name = input("What is your name?: "), lastname = input("What is your lastname?: ")):
if name == " ":
print("Please input a name")
elif lastname == " ":
print("Please put a lastname")```
email_maker(input("enter your first name: "), input("enter your last name: ")
from random import choice
emails = ["gmail.com", "hotmail.com", "mail.ru", "outlook.com", "yahoo.com"]
def email_maker(name,lastname):
x = email_maker(input("What is your name")), input("What is your lastname"))
from random import choice
emails = ["gmail.com", "hotmail.com", "mail.ru", "outlook.com", "yahoo.com"]
def email_maker(name, lastname):
return name+"."+lastname + "@" + choice(emails)
y = email_maker(input("What is your name: "), input("What is your lastname: "))
print(y)``` Final result
@verbal zenith
Good job!
Let's gooo
so you just get better at coding when you just make dumb programs??
Using functions and other aspects of python?
Damn then let's make some other random ass project
you can come up with something useful to you
I tried making a password manager but it already shows all the passwords in the code
yeah, you would need to store those as variables, even then probably not best to mess with passwords haha!
try to make number guessing game.
Ooooo I made one wayyy back but I can try make a better one
yes
Make one but I can implement functions too
I gtg @formal ember thank you so much for help
NP
@broken knoll oiii
@whole bear ๐
Hello!
Can't talk as I haven't been in here long enough apparently
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@whole bear I'm good, you can just ask here
oh sorry sorry
No worries
You'll get there soon enough. Just answer some questions in help
So, I'm looking essentially for people to just code with so I can learn Python, as I understand better when I'm with people.
That's why I'm here
lol
@tawdry folio ๐
i can't talk, but i wanted to ask for help
with a discord bot
@noble copper why is chatgpt bad for help channel?
lol
okay
ty
using chat gpt to make me key bind phrases
@sleek sphinx ๐
I'm not in a position to reliably answer that without more information.
def vow(s):
vowels = ['a', 'e', 'i', 'o', 'u']
for char in s:
if char in vowels:
return char
else:
return 'No vowels'
user = input('Enter a string: ')
print(vow(user))
trying to make a function to get all the vowels from a string
but it is returning No vowels.
can help?
You needn't use a list, there. A string will suffice.
The return keyword terminates the execution of a function at that point.
Vowels come in both uppercase and lowercase.
A list may be appropriate used in a different way.
let me see, thank you.
def vow(s):
vowels = 'aeiouAEIOU'
for char in s:
if char in vowels:
return char
else:
return 'No vowels'
user = input('Enter a string: ')
print(vow(user))
still doesnt work...
!e ```py
def f():
for i in range(5):
print(i)
f()```
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
!e ```py
def f():
for i in range(5):
print(i)
return
f()```
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
0
This shows how use of return terminates a function.
i should use print instead?
The use of print in my example was incidental, and does not indicate what you should be doing.
It is often appropriate to return an object from within a function before further use.
alright
@whole bear ๐
hey
Have you appended elements to a list after you've created the list, before?
Or created a new string by concatenating two strings together?
i'll show you.
def vow(s):
vowels = 'aeiouAEIOU'
for char in s:
if char in vowels:
print(char)
if char not in vowels:
print('No vowels.')
user = input('Enter a string: ')
vow(user)
It works now ๐
changed a bit of indentation
using the return statement, if i type hello, it return only 'e' as a vowel, not o
but print does it
alright, thanks mate.
I'll try giving return the priority of use.
in functions
Thank you very much, bye (:
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
import random
input('Rock, paper or scissors?')
print(random.choice(['You won!', 'You lost!']))```
:
#include <stdlib.h>
int main() {
int user_choice, computer_choice;
printf("1. Rock\n");
printf("2. Paper\n");
printf("3. Scissors\n");
printf("Enter your choice: ");
scanf("%d", &user_choice);
// Randomly generate the computer's choice
computer_choice = rand() % 3 + 1;
if (user_choice == computer_choice) {
printf("It's a tie!\n");
} else if (user_choice == 1 && computer_choice == 3) {
printf("You win! Rock beats Scissors\n");
} else if (user_choice == 2 && computer_choice == 1) {
printf("You win! Paper beats Rock\n");
} else if (user_choice == 3 && computer_choice == 2) {
printf("You win! Scissors beats Paper\n");
} else {
printf("You lose!\n");
}
return 0;
}
Python Enhancement Proposals (PEPs)
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Opal
Do you know how to add 3.11 to pycharm??
I'm 3.9 so Im trying to update it
Yea I installed it
and it gave me a list of options
I got this
@willow lynx Your audio is fragmented and robotic.
@meager socket ๐
There isn't a 3.11 option
the 3 dots??
I pressed the install button and it installed
So I uninstall 3.9??
Oh ok
Found it
THis is it???
It's 3.11
Let me try to make a new project with it
Bottom right corner
Bottom right corner
it's 3.10???
It's fine 3.10 is good enough
Ohhh Bayฤฑr domuzu gibi oldum
@umbral jacinth ๐
hello @rugged root how are you doing buddy
I gtg
hello together. What's the best channel for beginners here?
bye
later
hi
The height of wit.
Dual Mangekyo Sharingan
Lacerte Document Management System
ji
You want to know how fucking many it exported until it died? 23
Out of 867
I
HATE
This program
Mr Hemlock I need some help
import random
x = random.randint(1, 25)
y = "1 and 25"
secret_number = x
guess_count = 0
guess_limit = 3
print(f"Guess the number!! Between {y}")
while guess_count < guess_limit:
guess = int(input('Guess: '))
if guess == secret_number:
print('You won!')
break
else:
print("You lost stupid ass")``` Where do I put a piece of code where there's a 3 guess limit??
I think I know how to make it add +1 for a guess that isn't correct but idk where to put it
That is correct
because the guess variable is like halfway of the whole code so I can't put it above
Yea
"No such thing as a free lunch"
Under that
(that was to the folks in vc not you)
lol
Make that your status
Is x10 driving right now?
I'm going to go with yes
I can't help right at the moment, cam
all good
I really have to get this backup restoration going
Can help once I get it chugging along
I will try to figure it out on my own since i need that logic practice
Why you hate direct messages
The script didn't fail
It was a random crash
As it does
So I'm vindicated that my part worked
But pissed at the worthless piece of Lacerte Document Management System garbage
@rugged root need to ;earn python and hacking
I'm importing the math module for this number guesser
I can point you to resources for the first part, but not for the second, @clever marten
btw i made this like 5 months ago when I didn't know functions
It happens
I like the beeps
Oh huh
Thought it did
@peak copper Send a sternly worded email to Mr. Kuerg (or however you spell it)
@warm jackal How'd you know I came back?
The title of my Memoirs
Steve
"A Person"
Oh fair
Yeah that's what I thought
"The" would imply the one and only
"A" would imply there's one of many
Oh, I was thinking of it as "THE Person"
Like he's "the boss"
in short 'a person' is a random person
it can be anyone
whereas 'the person' is a specific one
@warm jackal "Hark! My booty hast arrived!"
They're full of themselves?
Fair
Notice me @warm jackal senpai
Wait, is he still driving?
Thought so
Fair enough
Gotcha
Senpai
Specifically while saying senpai
There's too much
Thank you
@trail mural Thank you for enabling my stupidity
You have made my day
@somber heath I've got one for you
Actually hold on, there was a huge shipping accident
Looks like one of the captains rammed into two other ships in a fit of rage
He had to go to anchor management
It's all about how serious you can make the delivery
Spaghetti breakfast?
Or alternatively, fantastic
@peak copper What's the position
Neat
I would kill for that amount right now
$20/hr is what I currently make
Job experience
like a bachelors?
@noble rover ๐
ohkk cool then
How many extra toes you have so that you can grip on to slippery surfaces better
That kind of thing
Sometimes yeah
i mean the data i got says that an avg fresher gets around 125-150 ๐ฆ
i mean i was told the same from my seniors as well
who are studying in US
persuing bachelors
@rugged tundra I mean you don't want to bite the hand that offers you a job
Especially for your first one
@peak copper Was the question "Are you a terrorist"
is this something very rare?
Good
125k with just a bachelors? That feels uncommon
Either that or I'm about to get REALLY sad
i mean yeh but some of my seniors did get as well
He's going through a tunnel
the suggestion was lost to the void ;-;
He's fine now
this is something which kinda motivates me as well
somewhere
Previous job experience, proof of projects, good contacts and references, I could see that maybe being the case. Also probably depends on the field of programming you're getting into
data science for example?
AI/ML is probably going to be paying higher than say standard CRUD apps
Yeah
Exactly
Kinky
@whole bear ๐
@rugged tundra I couldn't. I don't have the discipline to work remote
hello
My ADHD would murder me
isnt data science the highest paid one in this field??
No idea, I'm not in the industry so I haven't been looking
ooh ok
Fluffer companies?
@somber heath Have you heard of a fluffer nutter sandwich?
Marshmallow fluff and peanut butter
It's so good
Nooooooooooooooooooooooooooo
HA
Damn it, I still need to find the source on that
Well, equally horrifying thing, parachute spiders
Mandrill?
I like mine better
They get to monkey around
Yep
Same
I'm surprised they recognize it at all
I mean hell yeah they should
so this is your first job yeh?
Because that would put too much power to the employees
The main people who benefit from hiding your wages are the corps
We're a Corporatocracy
thats unfair right?
We have rights only to make us feel like we have some control so we can keep working for the man
how do they decide the fair pay then?
i agree @warm jackal
Not familiar with that term
As an American
There's still a MASSIVE wage gap between men and women
There is no fair pay
i mean like respecting the knowledge and experience
and paying them i the same range
yeh this is what i meant
microsoft gives free food!!!!!!1
A lot of places do
Prisons, for example
and google as well
๐ฆ
@pallid hazel Sup
hi
i mean does your company/firm has free food hemlock
During tax season we get lots of snacks and free food on Fridays
But not like full course meals
sorry didnt get you @peak copper
Suuup
Wait, why'd you leave, AF?
so i dont mind staying there
We've got snacks like all the time
cant imagine
Little fun size like candy and stuff
they have sleeping areas as well !! @peak copper
And a little snack drawer where you can pay for bigger snacks if need be
I get peanut butter crackers
and video games!!!
I have those at home
๐ฆ games at work would be better innit?
Until you get called out for not working
Rather play at home in my comfortable chair with my cat and wife
Niiiice
PowerShell and Python
what will be the advice given to a beginner who who wishes to apply for MAANG?
He's at a Microsoft stack
So PowerShell is primary, Python to supplement
Eh
For Rab
.NET is so fucking good
They're completely different scripting languages
PowerShell is more versatile, as access to .NET stuff
Yeah
You absolutely can
No, not with a C# backend
PowerShell compiles down to CLR
One sec
Where Can I Locate My Bash Config File
Sorry but chat gpt is AFK๐ฅฒ
@gentle flint ๐
๐
Back in a sec, fighting config bullshit
You Can Locate It In ~/.bashrc
iirc
Thanks MAN!
np
anyone need a million dollar idea?
gain..
let the competition begin...
write a messenger app for android/iphone for old people.. full sized icons for contacting people .. like the voice to speech, voice messages, send button etc.. for easier and obviously quicker communication for emergencies.
doesnt help with the tiny icons above the text input window
even an ermgency contact app, tap it, it loads and auto contacts family/friends listed.
Nice! =D
I can't for the sake of my job right now
I would hate it if I couldn't game anymore
Like
i wouldnt stop either ways
I know that's dumb
if am being paid obv
But I love gaming so much
@warm jackal I'm 100% behind getting you robo hands
Or spiders for hands
3 extra digits per hand!
Octopus for hands then
Yeah
Yeah
I mean a small one obviously
First one then the other
winner
or as i may say,'wiener'
I'm saying it'd be both, but it would always flip per session
Like a % 2, if you will
Actually...
u big meat centipede
Would you be able to snap your fingers/tentacles?
Because the sound is from the finger hitting the fleshy part of your palm
It's not the fingers rubbing against each other
Fair
OH OH OH
Other benefit from the tentacle fingers, they'd grow back!
is this allowed
Months I think?
Eh
It's fine
Yeah
God think of how long that would have taken to do
How careful you'd have to be
@warm jackal Me?
Yeah she is
So is this something that will always be an issue, is it treatable, etc.
With regards to your hands @warm jackal
Get a servant
"Oh boy! -clapclap-"
Would you be able to pay me more than $20/hr + medical insurance?
Actually wait, is psychiatric healthcare covered by the public healthcare there?
Yeah
Like the film industry
Or voice acting
Or a tiger pit
Love that man
Hmm?
yeh
build
Build yeah
Helllouuuuuuuuuu
ahaaha
@uncut meteor For context, Norwegian that got voice to texted as English
HA
PF
Wow
I think the first one made the most sense
That
Home
What would the actual word be that translated to hiccups
Fair
I guess it could be splicing two words together or taking bits from one and concatenating it to another
Fair
Well especially just taking Norwegian and just thinking it's English
did you use any type of slang by any chance @warm jackal
shoulda just stuck to 3.9
hmm
@shadow sable It should work
I installed it
i mean the slangs makes it funny
What's the issue it's giving you
m still wondering about the wife and sucking at home
So there's 1 option for 3.11 but it isnt like the version lemme send ss
๐
See
The 3.11 at the bottom
it isn't even the actual version
it's cap
Browse to the one you installed
and then when I make new priject it shows 3.10
The 3 dots on the right
nahh i wanna know the real context of them both if you dont mind sharing
@mild quartz Sup
lmao
I don't know, I don't know where you installed it
I installed it on my macbook
@mild quartz Yeah, still in the small conference room
No idea when I'll be back in the annex
Hey @shadow sable!
It looks like you tried to attach file type(s) that we do not allow (.pkg). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a, .csv, .json.
Feel free to ask in #community-meta if you think this is a mistake.
How did you install 3.11
ohhh
What OS?
mac
lmao
Well calm down for one
aight i gtg will be back later
Freaking out doesn't help
alr
bye yall
Later, Cruiser
im just kiddin im chillin
Ok so when I instal it
"his package will install Python 3.11.1 for macOS 10.9 or later.
Python for macOS consists of the Python programming language interpreter and its batteries-included standard library to allow easy access to macOS features. It also includes the Python integrated development environment, IDLE. You can also use the included pip to download and install third-party packages from the Python Package Index.
"
This*
Noodle should belong to italy
Dealing with a bullshit Lacerte Document Management System
It isnt working on pycharm
sir I can barely help myself
Slowly but surely scooting the backups onto the main database
nooooooooo
She a scientist, aint a programmer
I am a biology major so
yup
And having to babysit the fucking thing because it crashes at random
Im at school and they're studying for a biology test XD
About cells, cancer, all that other stuff
what help u want ?
With my pycharm
nicee
Hemlock, the coder supreme
With skills so sharp, they gleam
His lines of code, a work of art
Crafted with precision, never to depart
it isnt opening 3.11
He types away, with steady hand
His mind focused, he understands
The language of the machine
And how to make it sing
His programs run with ease
Efficient and quick to please
His clients all sing his praise
For Hemlock, the best programmer amaze
the language of dms
Scream more like
With Hemlock on the job
You know your project will not flop
So hire him now, and don't delay
For Hemlock, the best programmer, is here to stay
I'm glad ChatGPT will lie for me
There's so many adults in this discord server holy cow
everyone here like 50 years old or smth
You'd have to say "The Orange One"
im 60 acctually
5 years from retirment nice.
I FUCKING knew it
I'm only 15 so i aint done HS yet
No swearing
What is Pepsi?
that's inappropriate behaviour
a drink
Ah okay
drugs
Dyspepsia
transcription named his cat
im already retired. my bones ache
lol
Is biology hard?
Noodle, you joke but I'm already that way at 32. And have been since 22
YOU'RE 32?!
33 later this month
?!?!!?!?!?!?!
Retail
WHAT Da HEEEELLLLL
Retail has wrecked my knees
Ha old
-shakes cane at @uncut meteor-
im still young, smooth joints
Mr Hemlock can Robin help with my problem?
his?
I didn't stutter
@narrow salmon what the F
thanks for the trust issues @rugged root
-sweats in AI-
midJourney
Hadn't heard of that one
Wait, like the ability to perceive things with other senses?
Like tasting color and what not?
Not exactly creepy but yeah
Gotcha
Yeah Ik those are C generated but people are using it for marketing purpose
Whata doa youa meana
@stray niche hello
@stray niche hi
@quasi condor Sup
im here about the rent
God.... I fucking hate this program
oh hello there @warm jackal
@stray niche They're having fun with your name, actually talking to @narrow salmon
It's a random glitch
There is no rhyme or reason. Not even repair, just try again
There's nothing wrong with the data
I guess its because Sam hangs out here more than I do lately
I disagree publicly, privately I agree
wtf
dude this is 2020
It's a leap year, we skipped 2023
when the F you reached to 23?
Me thinks the noodle doth protest too much
"Does that mean I'm a year younger? ..... not that I care...."
Protest vs Contest
Internally you're like "yusssssssssss"
vs Brotest
damn 2 weeks passed already
@warm jackal I am coming to your place
I'm at the perfect height, and all I have to do is just stand next to someone and extend my arm. Can only seem to do it when I'm not looking, though
be ready with your kitchen
360 NO SCOPE
What
Hey @stray nichemy
Must
You pinged me?
I was expecting joke
I'm travelling
So only access to turmeric
And salt
We do
So cold
Not at this moment no
No x10
drink hot water
Oh
Nice job Noodle
Ah fair
@stray niche this conversation is missing your company
She's the Hemlock whisperer
Narrator?
My whisperer
@molten pewter Suuuuuuup
Sup everyone
personal whisperer
There's a joke there, I just know it
Wazuuuuuuup
๐ฅบ
Bye whisperer
Ah okay
Dinner makes me sleep
Gtg
bye boii @stray niche
Autonomous sensory meridian response (ASMR) ?
Yeah
bye byeee
Byeeee
You can certainly take your kitchen to you laptop @narrow salmon
that you figure out
One of these days I'm going to prove to myself that I can communicate almost exclusively through gifs
Non-chicken stew
@rugged root well yeah you can
you can do it through emoji ๐
emoji is not flexible as gifs
Nah, gifs give a wider variety of emotions and expressions
There is actually a good Chinese to emoji translator, whatever happened to noodles emoji translator?
Also yeah, NOW it worked
MEMES ARE BETTER
@warm jackal I thought you forgot your discord password
MY CAPS LOCK IS ON AND I WONT TAKE IT OFF
Didn't have to repair the database for that transfer, just had to do it again
its been so long
I hate this program
I am seeing you here like after a year
One sec, calling a co-worker
say I a said hello to your co-worker
Just had to let her know that I got it transferred
Can't, working
no issues
Yep, he made it past the probation
use tab rename
-cries in RAM-
I get anxiety closing the tabs
THE MENTAL WEIGHT
doesnt take much ram
Also, anxiety with that many tabs open
I have that many tabs open on my phone's Chrome
OH, that reminds me
No THAT many
But certainly a fuck ton
A thousand tabs in your pocket.
Oh right right
The steve jobs dream?
Internet Relay Chat
chat service but for nerds