#voice-chat-text-0
1 messages · Page 699 of 1
@tranquil barn Okay gotcha. Interesting, my knowledge from python mainly comes doing statistical analysis, building basic ML models, and some light database stuff.
@regal eagle Whats up
mongo db
I am pretty good with github
@regal eagle I know github, whats up?
@cloud stratus can you send your solution here
@regal eagle dude create a virtual env for the project itself
.aoc .join
.[adventofcode|aoc]
All of the Advent of Code commands.
Commands:
about Learn about Advent of Code
countdown Return time left until next day
global Get a link to the global leaderboard
join Learn how to join the leaderboard (via DM)
leaderboard Get a snapshot of the PyDis private AoC leaderboard
stats Get daily statistics for the Python Discord leaderboard
subscribe Notifications for new days
unsubscribe Notifications for new days
Type .help command for more info on a command.
You can also type .help category for more info on a category.
!paste
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.pydis.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.
.
||https://paste.pythondiscord.com/darozojefu.properties|| AoC spoiler Day9 answers
.aoc lb
Here's our current top 10! 🎄🎄🎄
| Name | Score | ⭐, ⭐⭐
--------------------------------------------------
1 | Oliver Ni | 8534 | (9, 9)
2 | arknave | 8526 | (9, 9)
3 | Zeyu Chen | 8512 | (9, 9)
4 | smartspot2 | 8444 | (9, 9)
5 | Kavan Doctor | 8426 | (9, 9)
6 | Starwort | 8409 | (9, 9)
7 | A5rocks | 8368 | (9, 9)
8 | Tis_awesomeness | 8356 | (9, 9)
9 | Frowny | 8352 | (9, 9)
10 | Anonymous #500370 | 8326 | (9, 9)
uu need to be here 3 daysa with 50 msages sended
oh
that stinks
i think I've been here over three days
so i just need to send 50 messages?
@tidal dawn here
Hi
here what i want ot do
density function for my work
thats one very screamy loid voice
Description I’m trying to find the simplest way to get a list of meeting participants. The end result would be a python script, but for the purposes of this example, we can use a simple cURL CLI command. Error $ curl https://api.zoom.us/v2/metrics/meetings/{meetingId}/participants -X GET -d api_key={api_key} -d api_secret={api_secret} {"code...
@hushed oak https://youtu.be/RdG6gUUasVk
The part where Harry says: "I'm a Catholic whore, currently enjoying congress out of wedlock with my black Jewish boyfriend who works at a military abortion clinic. Hail Satan, and have a lovely afternoon madam."
https://devforum.zoom.us/t/how-can-i-get-a-list-of-participants-for-a-particular-meeting/4946 @cloud stratus
How can I get a list of participants in a particular meeting through the API? I got this manually through the CSV report in the Account Management - Reports - Active Hosts menu - the Participants column, there was a link to the CSV file. Now I am running a program in Python and not at all getting what I need. ==================================...
hello
@old juniper Hello. 🙂
@whole bear hello
Away From Keyboard
Hi Jag
hey
how is ur day so far ?
ummm, making a thick bot
to join my online classes, even though i got to school irl
and its the only project i'm in rn
to navigate?
is zoom an app ?
yup
ohh, makes sense
google meet isn't an app
||its probably easier to use pyautogui instead of building a bot though||
Well, I dunno any better 😓
what libraries are you using ?, in total
yess, on this zoom thing
the ones that you see in the screenshot
that's all ?
I guess so
I couldn't import pyautogui tho
these are the libraries i'm using rn: ```py
from selenium import webdriver
import traceback
from selenium.webdriver.chrome.options import Options
import time
import os
import sys
from selenium.webdriver.common.action_chains import ActionChains
to type stuff etc, press entere etc
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
import datetime
import os
from selenium.webdriver.support.ui import WebDriverWait
oh
does it give u module not found error ?
did u install it ?
@gloomy nova hello
yes
we can heard u
@gloomy nova yes
new delhi
@gloomy nova i searched it
@cloud stratus copy and paste it here
@cloud stratus also what she said
ERROR: Command errored out with exit status 1: 'c:\users\myname\appdata\local\programs\python\python38-32\python.exe' 'c:\users\myname\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\myname\AppData\Local\Temp\pip-build-env-y4acfthh\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel Check the logs for full command output.
may be Mr.Maddy might help u out
@gloomy nova
i'lll brb in 7 mins
well gtg
@hearty nimbus Ask in here. Helps you get up to your message count at least
oh okay
thanks
so im in this python class rn in school
and im honestly like hella confused on some of the stuff we have to do
were doing loop programs rn
and we have to complete like 6 of them by friday and im stressing out hard lol ngl
I have like 2 of them done right now but thats about it
here il send you a picture of one of the programs
ngl I dont really have anything because I dont even know where to start
!codeblock
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
make a loop then user input ?
yea but in a for loop dont you have to assign a value first before the loop?
first loop to get user input, second loop to look for p (?)
total = 0
for i in range blah blah```
ok im kinda lost but im gonna try and put down what i think would work
@rugged root gud so far
it says in the loop you will prompt the user for a word
thats what im so confused about
yea i have
for i in range smth:
word = str(input(": "))
but like usally i would do that outside the for loop
can u guys hear me
yep
@rugged root use !e....
!e
word = "bacon"
for letter in word:
print(letter)
@rugged root :white_check_mark: Your eval job has completed with return code 0.
001 | b
002 | a
003 | c
004 | o
005 | n
@rugged root np
nothing can go wrong
Python 2's xrange is Python 3's range
xrange doesn't work any more
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
for i in xrange(7):
NameError: name 'xrange' is not defined
>>>
thats it?
hello everyone
ello
ello
okay (?)
fucked up
ok this is how i would do it without the for loop
I'm away from my headphones but I'm still reading
oh nice
x=input('Enter a word: ')
Yep, that would get you the user's input
and then
but how do i put that in a for loop without assigning a variable before hand
So you can "nest" loops
user input inside the for loop
For example:
for x in range(2):
do stuff
for y in range(3):
do stuff
Yep!
Take your time
@rugged root do u know selenium ?
for p in x
Ehhh, kind of, but it's not my strong suit
x=input('enter a word')
how do i close a tab in selenium ?, i'm gonna search it
@frozen oasis hello
@hearty nimbus Start putting the pieces together
See where we can get.
@frozen oasis If you're saying things to me I can't hear at the moment
i think im understanding what i need to do now
Talking to a coworker
ok in the question it says in the loop you will prompt the user for a word
so i did
wait hold up 1 sec
@severe pulsar helo
First one's free
thanks
where it says write a loop that will occur 4 times
and then in the loop you wil prompt the user for a word
Mmhmm?
how do i assign a variable before hand so i can use it in the for loop
prompt the user for a word 4 times
because i cant do an input statement outside of the loop
You can do it within it
Not quite
So:
for i in range(4):
user_input = input()
for letter in user_input:
So you can still get the input in the outer loop and use it to create the inner loop
what the last for letter in thingy for?
i dont understand the for i in range(4) part
sorry for the rookie quest
@severe elm hello gammers
like what does that have to do with the 2 other lines of code
@severe elm ummm yes, Shotcut
i hope you understand what im trying to ask
sorry if you dont
Are you familiar with range()?
im kinda bad at like putting out what im tryna say when it comes to python and all that
yea im familiar with it
@severe elm do u want free software?
but like im asking like in my case for the program im doing
why would this range thing be important
cause like it doesn't ask anything about range
||yes||
and runs on mobile as well @severe elm
So usually, whenever a problem says "do something this number of times", you can use range() to tell it to run it that number of times.
so x in range(4)
wait no
for x in range(4)
so now my program will run four times?
betttt
im not gonna take this python class next semester
because its honestly really hard ngl
You'll get there
i still wanna continue to learn python though just not in school
unless its for college
Once it starts to click for you it'll be like a whole new world
but rn im in highschool
yea this is my first
for x in range(4):
word = input('enter a word: ')
for p in word:
this is what ive started with now
i think im doing good now
ok thanks
do i hear Mr Opal ?
Umm can someone gimme a hand here?
my next class is coming up soon
but im still gonna stay in the call
i might have to deafen though at some point cause sometimes the teacher says some important things
No worries. We'll be around
what grade u in ?
hello
hi
@fallen locust helo
am new to python
Programming: Search-engine-fu.
I dabble a bit
ok cool
There is no such thing as expert programmers, only noobs with increasingly greater experience.
except Opal and Hemlock
Get your hologram film today at: https://litiholo.com/hologram-film.html?te
And to learn more about the hologram printer go to: https://www.litiholo.com/3d-hologram-printer.html?te
Holograms are truly an amazing trick of physics that allow you to capture a 3d image and save i...
The new Rogue One trailer has us pumped up about all things Star Wars, so we recreated the classic Princess Leia hologram using our Hologram Kit. It's a real laser hologram and a good example of what we call a "mixed media" hologram, where the holographic image looks like it is really interacting with other real objects in the same space. This o...
NEAT
hey people 
my teacher just gave us another project after we just completed one
Well yes, that is how school works
rip
Sorry, that came off dickish
its fine
10th
But true
10th must be a grind I assume..
i guess you're 16 or 17?
thats not me in my pfp btw if anyone is wondering
just some random e girl im a guy not a girl
im 15
Yeah that's pretty normal
Have some folks on staff that have the same kind of avatar
where are you from bro
virginia
Lol
CHONKY CAT
lol
DAMNDAMN
Egirls are so hot
Bruh
Who is it?
I wanna know her name
ima be real with you
i have no idea
XD
i just searched up e girl pfps on google
wow

cause i was like wow a e girl pfp would be cool rn
SIMP
catfish alert
lol
The prophecy is true....
i wonder how many people actually saw my pfp and thought i was a girl
XD
Most did imo
hahahahhahahahahaha
dat voice changer doe
Why am I stilll muted
wait,....what!! who's voice was that lol
?
you destroyed so many boys dreams
supressed *
unmute
me
you aren't voice verified @polar anvil
How do I veryify
do you have over 50 messages in this server ?
you cheater
i tried yesterday and no idea what is going on
b r u h
HOT
your welcome to all you horny bastards
well discord seems like an anonymous site there's nothing to be afraid of
@polar anvil you don't have 50 messages in this server , also don't spam to get to your message count to grow xD.
rip i gotta be verified for 3 days to talk
when you have over 50 messages just go to #voice-verify and just follow the steps shouldn't be an issue 😄
yes
you guys wont be able to hear my girly voice since im totally a girl
oke
well if i could i would like you change my accent to sound cool lol
accents are a skill you can learn
for sure though ;)
it's hard doe bro
as are most skills
the minimum message count to talk in a voice channel ?
50
practice practice practice
Plus....A HERRING!
ew
i got a 84 on my math test
this is the lowest grade ive gotten in math this year
and i cheated too
thanks bro that's really helpful
which makes me sad because i actually wanted an A
😄
I'm pleasantly surprised you're so honest about it in all good spirit
G O N E
yea ive cheated on probably all my quizs and test this year
opalmist making it obvious
its usally just to check my work though
bruh super.skywalker trying to uncover opals location
like i know how to do the stuff and I study a lot
but I wanna try and get the highest grade i can so i usally just check my work
unless its a big ass test then il just take pictures of all the notes and use it on the test
see ya bro
its the disappearing guy
Kobie my eboy
i still think that oyu are a egirl
you cant decive me
bruh we'll find out in 3 days dont worry lmao
i first thought you were korean but you were german XD
deception
yea
bruh i feel like an eboy now
who is kimchi?
and this 醉酒人 is chinese
cause im joining servers and talking in them
you are maybe
i dont usally do this
i have to look that up on urban dic
at this point i might just take a picture of myself and put a stupid aesthetic filter over it and put it as my pfp
Nooo
cuz ngl i dont want people to know what i look like on here unless i show them myself
don't change
because theres a lot of weird people on discord
you shoudnt
and i dont wanna come off as an eboy
eboy
@whole bear hello
I agree
it's not worth trading your privacy with some wierd people on discord just because of your pfp
ay mate i was wating for ya.....lets play chess
CHESS AH
now ????????????????????????????
like if i meet some friends on discord i usally show them what i look like at some point
or if im in a server with some people im cool with
👀 protect your data, information control is important(jk do whatever you want, just be cautious)
but i wouldnt want my pfp to be a picture of me cuz that means my pfp is just free for a bunch of weirdos on discord to look at
@high ingot u have a very interesting pfp ngl
like any other site is fine imo
like instagram i would have a picture of me as my pfp
@whole bear https://lichess.org/54kSSlXX
Join the challenge or watch the game here.
that goes with his name too lol neko means cat
i dont on instagram just cuz i dont really take pictures of myself
didn't knew that
but if i did i would put a picture of me as my pfp because insta is fine imo but discord is weird
who am i playing ?
Aww thanks <3
big opening alr
is he trying to automate something with github actions?
do any of you guys like to make music?
@whole bear U ARE DEAD (?)
cuz ive been really getting into that stuff lately
like producing and all that on fl studio
I this the voice chat?
yes it is voice chat amigo 
@gusty fjord ty
if anyone wants to hear it
yea its really fun
@faint ermine https://youtu.be/vZw35VUBdzo
More videos at http://www.cinematheia.com/
http://www.cinematheia.com/monty-pyth... MONTY PYTHON ARE BACK TOGETHER!
not tryna self promote or anything
that's 🔥
la-flame 😏
i dont have anything to promote cause i havent made a soundcloud or any of that yet
bro im adding you okay?
yea thats cool with me
the melody is just a loop that i got from a website
but i like tuned it out and made it into my own
so like i didnt just copy it
this is the original melody that i downloaded from the site
@rugged root Can you guys discuss java... is that thing going to last
you consider adding drum rolls / beats to them soon?
is it even worth for me to continue learning
yea im gonna do that soon
@hearty nimbus u rap or something?
just trying to find the right drums to it though
or just a producer?
both
i like to produce more though
Is java a boomer thing now?
because anyone can produce
what could possible go wrong ?
to be a rapper nowadays theres a lot of requirements
F
she asked it
lol
cross platform vs native dev 👀
@rugged root how about spring boot?
???? -_-
will that last?
that might really offend some people who depend on java...
but this is a python discord server anyways...
@amber raptor Is it worth learning it rn
yeah the take is very opinionated, so anybody looking for advice should take it with a grain of salt
what you do think about C++
tag me whenever you respond
like uvicorn is nice for speedy async python
my teacher just assigned us groups for this project rip
but then you look at techempower benchmarks
and you're just like
:|
bruhhhhh
asgi > wsgi
knowing that both fastapi and flask exist, why would one willingly choose to code and deploy a flask app
thats what i dont get
it's better because you don't need to create like million files to print Hello World
Java is great language to learn if your desire is “I’d like to be employed “
NOPE
idk about that there's a lot of python jobs
Flask is better
what..
yup
i'm at work i can't haha
in django is too much bugs
Can I ask one question?
you already did... 😏
never gets old does it ?
Konu ne
Will I get banned for drinking this?
What was the topic?
i wish there was some way to conceptualize ones skills in the field
yup
Few companies strictly hire Python software developers
Most python people are data/network/SRE (fancy sysadmin)
Python isn;t the best for everything...
I'd legit try that
❤️ first person who wanna try it besides me
I'm willing to try weird foods
Python is the king for working with Data
I will hire someone to custom make it XD
I mean speaking of trying it...
I tried it too!
just so happened to puke later on...but atleast I tried it 😔
@dusky arch Custom make what pc?
i want to
lol Coca Cola Garlic @tawdry grotto
@faint ermine please show
-_-
@dusky arch I don't Want gorden ramesy to yell at me, im good.
lol
did you change the domain @tawdry grotto ?
Grammarly is getting OP
Grammarly is nice
There's a lot of people here today
yeah!
Quick button = push to button
Hemmingway editor, the OG of decent grammar helping editors.
BUTTON is a BUTTON
I use f19 for push-to-talk.
anyone having / nick problem?
Yeah, just flexing 😄
@somber heath But does it go brrrrrr
@tawdry grotto I don't follow.
show me
@somber heath Hemmingway, is it good as Grammerly lol
Do you guys have profile websites
Just wanna check it out
@tawdry grotto Grammerly is probably more developed by now.
and then i have a sort of blog/random shit page
profile website like portfolio?
Like portfolio website
Yessir
Just trying to look around and see how other is doing it
Did you build it yourself?
i'm leaving, see you later friends
have some nice conversations
the blog page is using GRAV running on my own server, so no
I see
Anyone who is voice chatting, are you guys self taught or university or boot camp?
@amber raptor
Errors... Can someone help me?
Whatcha got
A huge error message appears when I try to pip install pyautogui
I hate pip sometimes
Windows?
Yup
Lmao
Pip version, python version, modules not working because the python version is wrong... pip is being ass, are all the problems that is keeping me away from python
Cuz I have no idea what I’m looking at
I feel you, I wish I could help
@cloud stratus Have you thought of using linux?
Converting to linux our our lord and saviour
Yeah, I just texted a friend that I’m moving to Linux :D
what so great about linux tho
Working on linux far as programming is soo easy
and fast
installing shit and everything is done through terminal
or gui
but terminal is fast as fk boi
You don't really have to deal with shit like path and crap
yes those are annoying as fk
i had such a hard time getting pip to work
@rugged root 15 dollars an hour? are u a programmer?
What
oh
@wary jay pip is trash ye
Hemlock is a low key god but he’d deny this
pip isn't that bad, in fact it has a dependency resolver so that's neat
my python teacher is kinda trash ngl
like when i watch yt videos they go so much more in dept with the topic
bitch please
hes kinda just like alright just do this and that blah blah blah
Weren’t you in high school?
and thinks that we understand it
my python teacher just reads from a word doc
ye im in high school rn
Can someone here help me? I have a question about discord.py and the #discord-bots is VERY active right now, and it'll e useless to ask there
im taking personal finance next semester so i wont have to take python anymore so im hype
@swift valley I had really bad experince with pip in windows and linux as well
i hv seen him actually use python like twice in the 2 years he's taught me
lol
you know whats really funny
when your python teacher is showing you how to do a program
kobie sensei true eboy
too funny
I've never had any problems relating to pip, aside from poetry and nox having broken dependencies
Geez my high school teacher doesn’t know anything. He copy pastes it all from a badly written book
OH DUDE
toxic oof
and he does something wrong which bricks his whole program and he has to rewrite everything and just sits there in dismay
I found out that AP exams are scam and RIGGED
kek
the best part is
is when he's just sitting there saying ahh yeah here's the error
should work now
and then he deletes his c drive
HELLO!
atleast your teacher bothers writing the programs himself lol. my dude rips them right off gfg or w3schools
lmaoooo
LOL
Lmao
i appreciate you
WHAT lol
thats a yikes
ASK YOUR QUESTION KL3PTO
brb
sure
Why did the chicken cross road?
@cloud stratus To update
I am confusion
That’s right
stuff
@cloud stratus Update it's status to Death, so it can get 10 instagram likes
I have a spanish test today
funnily enough its not even surprising that a chicken might have an instagram account in the near future...
almost all elite pets have their own instagram accounts that are updated regularly by their owners it's wierdly true 🤔 .
And im gonna cheat on it so hard
:|
The greatest thing about online school is cheating
I know cheating is bad and all but like its so hard not to when you have the option
😮
My history teacher makes us sign an honor code so we dont cheat but that doesnt stop like 90 percent of us lol
lol
I've heard some schools are going out of their way to prevent cheating
the least they can do is make the text in the pdf file of the test paper "unselectable" so you can't just Ctrl+C and Ctrl+V it...
Is it true that you don’t need a vpn on the darkweb because tor is already secure enough
Yea its really hard for them to stop people from cheating
Like they make us turn are cameras on but that doesnt stop people from just opening a tab with all the notes or answers
Because they cant see are screens
So you dont need a vpn on the darkweb?
Because a friend of mine told me you dont which i kinda dont wanna believe
I use a vpn when i go on there
I dont plan on going on the darkweb anytime soon im just asking
I’ve already been on the darkweb a few times its not that interesting
I think you’ve just contradicted yourself
“I don’t plan going on the dark web”
“I’ve already been in the dark web a few times”
i go on the dark web 24/7
honestly its kind of sad that tor is being used for malicious purposes too because its main objective was to just maintain anonymity
anyways in the region I live tor is pretty much unusable because of how less the tor nodes available are.
It sucks because the tor policy is really superior in nature and while it does have loopholes in the onion routing process , it shouldn't be percieved as a network just for malicious purposes
No i said i dont plan on going on it anytime soon
ij use random search engines and see if anythings legit
Because I’ve already been on it and its boring
yeah you need a good search engine on it
torch is alright
but you gotta find the deeper ones
Its just like wow cool drugs omg 😱
yeah i mean drugs are cool
just only for people that aren't kids
if you're a kid don't do it
Other than that everything I’ve seen on the darkweb I’ve seen on instagram and discord
What is the point of going to darkweb anyway
That should be a no brainer for this server
Yeah, can we change the subject please 😄
Thats why i first went on at least was just for curiosity
yeah
I saw some really nasty stuff on there ngl but like its not as bad as people think
lol
Like the stuff you see on there you can see on like any other places
hi @odd raven
You sound like ppl with chunibyou
Like theres videos from the darkweb that I’ve seen on discord
Can we just stop bragging about something like this?
discord is as scary
Erm, guys, see my last comment 
i'm afraid of discord more than i'm afraid of the dark web
Sorry im not trying to brag about anything (if your talking about me)
You and Reg
neither am i bragging
Im just talking about how the darkweb isnt that interesting
Sure, and it got said. I think it'd be best to scoot on to a different topic
Like the current one is more about general encryption and what not
okay who likes multi variable calc and wants to discuss it
smooth
let's talk optimization
very smooth
Fraud detection was actually one of the first successful applications of machine learning, btw.
I have a question
Well that's a piss poor attitude
i was joking lol
Huh, I didn't actually know that
Makes sense, though
Machine learning is very interesting
all good my sense of humor can easily be misinterpreted
Especially via text
ml is easy
I read a book about AI and machine learning
Is the answer for this error or -1?
indubitably
It's just hard to convey intent in text.
Its actually kinda scary ngl
Well yes

It doesn't return the values
Ai and machine learning is something i think we need to be very careful about
Hmm
i caught on immediately, ig i'm just built different
Interesting
Some countries literally have missiles that can shoot down satellites.
I never actually finished that book i was reading on machine learning and AI
So they're probably not going to illegally operate in those countries 😄
But what i got from it was basically machine learning is just like a computer’s ability to learn things and go on from those things
I couldn’t really finish the book ngl
ML is easy
Cuz it was really complex for me
maybe read a book on linear alg
it will be much more applicable than a book on ml
also ml is j linear alg, mvc and some crazy stats
Why is RE so mean
You see what you just said
who is mean?
I have no idea what your talking about lol
U
U r
Depends on your depth of knowledge...
no tessaract just know math and it is easy
I have this picture in my gallery
i am jesus
I like to look at this every once in a while
stop
Math in regards to what topic in ML?
@native nebula I hate you
shh
Same
it's practically the basis of everything in ml, if you remove the abstraction aka the black box you will see
all of nlp feels like a black box until you understand the algorithms
Fl studio @stoic ore ?
error ofcourse!
i am ai
Which Model 😄
I just started learning, more like ignorant than dumb
Oh u talking about something else
no
that was in response to you calling me mean, it was a joke
Just wonder ıf u are searchıng nolage for create much more effıcent musıc on the human life
or else why would be here and also use FL ?
Imagine calling a stranger dumb smh
aoi imagine not understanding sarcasm
oh you're using zoom?
i feel like 90% of computer scientists have imposter syndrome
I don’t know if you’re being sarcastic since I barely know you
yea
nice
i zoom bombed one of my classes
i felt bad for like the whole week because my teacher was really mad
but it was funny
"sarcasm"
you don't have to put it in quote
quotes*
it was sarcasm, i'm just messing with you, i'm off the meds chill out
i was streaming my screen one time and my teacher started a kahoot and all my friends joined
K
foe-w34-2--32-3
Just don't talk to me, I won't talk to you either
you are the one talking to me and i am unaffected by anything you say or do
@rugged root can i get streaming permission on codehelp 1?
docker-compose exec bot /bin/bash
@digital jackal What do you need?
Like what's the problem you need to show
@hearty nimbus Yeah talking about Zoom Bombing or disrupting stuff like that is highly inappropriate
there is someone in help he want to stream
pc gone crazy see u later
and i need it too
rip
Busy sorry. Give me a bit
F
what are you all talking about?
@rugged root do you happen to have any choppy audio problems on your manjaro installation?
I think the only time that's happened was when I came out of suspend
oke
@faint ermine
bot_1 | Traceback (most recent call last):
bot_1 | File "/usr/local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 85, in wrapped
bot_1 | ret = await coro(*args, **kwargs)
bot_1 | File "/bot/bot/exts/info/site.py", line 138, in site_rules
bot_1 | await LinePaginator.paginate(final_rules, ctx, rules_embed, max_lines=3)
bot_1 | File "/bot/bot/pagination.py", line 276, in paginate
bot_1 | return await ctx.send(embed=embed)
bot_1 | File "/usr/local/lib/python3.8/site-packages/discord/abc.py", line 904, in send
bot_1 | data = await state.http.send_message(channel.id, content, tts=tts, embed=embed,
bot_1 | File "/usr/local/lib/python3.8/site-packages/discord/http.py", line 245, in request
bot_1 | raise HTTPException(r, data)
bot_1 | discord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body
bot_1 | In embed.url: Not a well formed URL.
@leaden comet is this what you are talking about? ^
yes please link whitepaper
thanks
bruh i just voicecracked in class
so?
thats like, normal
at your age
i feel like leaving the meeting rn lol
i know but it was like a fattttt voice crack
@leaden comet is it possible for the data to be obfuscated to the point that still represents the type and "content" of the data but doesn't reveal any information?
Right, I undestand that,
Question: who in the company would have permission to view the actual sensitive data?
Can you generate psudo-client data?
Of course
I’ve also had it where client database upgrade failed but client didn’t mention that
So random errors popped up until we dove into their database and realized the upgrade failed
jaeger
what databases can't support these characters?
C# code written to not be in UTF-8
å ø
woah
So I've only worked on Python 3. I didn't know python2 struggles to support those characters