#voice-chat-text-0
1 messages · Page 20 of 1
class myAwesomeMatrix:
## Put code for question 1 in this function
## print out matrix with newlines between rows
## print out elements in rows 1 space apart, with space between the format strings and the values
## use the getRandomValue helper function to generate random numbers from an input list
def __init__(self, **kwargs):
# instance an matrix generator here
self.a = print(**kwargs)
as2 = {'n': 5, 'set': [5, 7, 8, 3, 2, 4, 9], 'format1': 'ed!#', 'style': 'symmetric'}
ans = myAwesomeMatrix();
print(ans.a(as2))
TypeError: 'NoneType' object is not callable
that won't
do anything good
print() returns None
i just want to print out as2 using my class
@crimson girder can u hop in a call withme?
hey is anyone here who can help me out in solving an error in node js local host server connection
Access to XMLHttpRequest at 'http://localhost:8000/socket.io/?EIO=4&transport=polling&t=OEczLEq' from origin 'http://127.0.0.1:5500/' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Failed to load resource: net::ERR_FAILED
these are the errors which i have encountered
helllo @night sparrow
how are you doing
are you good at pygame
hello @wind raptor
how are you doing
Hey 👋
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
# -*- mode: python ; coding: utf-8 -*-
from PyInstaller.utils.hooks import collect_data_files
missing_packages = ['librosa', 'tensorflow', 'keras', 'sklearn']
hiddenimports = [
'ffmpeg-python',
'sklearn.neighbors.typedefs',
'sklearn.utils._cython_blas',
'sklearn.neighbors._typedefs',
'sklearn.neighbors._quad_tree',
'sklearn.tree._utils',
'sklearn.utils._weight_vector',
'sklearn.tree',
'cython'
]
hiddenimports += missing_packages
datas = []
for package in missing_packages:
datas += collect_data_files(package)
datas += [('img/*.png','img/')]
datas += [('img/*.jpg','img/')]
datas += [('styles/*.css','styles/')]
block_cipher = None
a = Analysis(
['App.py'],
pathex=[],
binaries=[],
datas=datas,
hiddenimports=hiddenimports,
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False,
)
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
[],
name='App',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True, # TODO deactivate CONSOLE
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon='img\\logo.ico',
)
Hey @brittle adder!
You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.
file_name = sys.argv[1]
analysis = Analysis(file_name, segments=3, seconds=1)
analysis.loadFeatures()
features = analysis.getFeatures()
print(features)
Hello
New coworker?
I see
Activate the venvs!
Because PyCharm is way smarter
@wind raptor im back on this error
with absolute path to filename
Nope
PyCharm sets it to Any and then checks your code and sees that it's able to tell what it is, so it goes back and updates them
VS Code, AFAIK, doesn't do any of that, it just shows the type hints you specify, and nothing else
Yes
Type all the things!
Things?
.
i want rabbit to teach me dev ops
Me too
oh no
Whoops, sent that in the wrong channel
the same code works on my other machines but not another one?
thats cool
8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.
!rule 9
@amber raptor Have you asked using the help system? You'll typically get more consistent help using that. See #❓|how-to-get-help for more details on that
For context, the library being used: https://lxml.de/
lxml - the most feature-rich and easy-to-use library for processing XML and HTML in the Python language
Python Enhancement Proposals (PEPs)
@surreal atlas @lament finch If you're wondering why you can't speak, check out the #voice-verification channel. That'll give you more information about the voice gate
Looks like I'll be using "Django Channels": https://channels.readthedocs.io/en/stable/
Okay thank you
@sly gale we can hear you
But I didn't send enough message
You'll get it by hanging out and talking in here, off-topic channels, getting or giving help in the help channels, etc.
You'll hit it before you know it
@tidal shard Sup dude. Back in a moment, lots of co-workers back here talking work stuff
So trying to both listen and keep client info away from y'all
suppp jgh from the office myself
Decent work day at least?
I mean yeah, met with my new boss, grabbed a few beers with my old boss. Pretty good haha
grabbed a few beers with my old boss
Man that'd never happen during work hours here. Boggles the mind
We did it after work hours lol
Makes more sense
what would you call those hours?
happy hour(s)
You got yourself a boss friend
Sealing envelopes and then heading to the van for deliveries. Back shortly
Sorry, Tues and Weds are my busy days
hope this helps https://wigglywisdom.com/how-to-seal-an-envelope-without-licking/ xd
i shall thank you 😻
HELP
category = r.xpath("//*[@class='comp tax-sc__recirc-list card-list mntl-document-card-list mntl-card-list mntl-block']/a/@data-tag")[0]
why is this out of range for this set of code
?
IndexError Traceback (most recent call last)
<ipython-input-151-0994f12a2123> in <module>
54
55 test_url = 'https://www.allrecipes.com/recipes/189/holidays-and-events/halloween/'
---> 56 get_recipes_from_page(test_url)
<ipython-input-151-0994f12a2123> in get_recipes_from_page(url)
22 image_url = r.xpath("..//div[@class='img-placeholder']/img/@data-src")[0]
23 recipe_url = r.xpath("//a[@class='comp mntl-card-list-items mntl-document-card mntl-card card card--no-image']/@href")[0]
---> 24 category = r.xpath("//*[@class='comp tax-sc__recirc-list card-list mntl-document-card-list mntl-card-list mntl-block']/a/@data-tag")[0]
25 # category = r.xpath("//*[@class='card_content']/@data-tag")[0]
26
IndexError: list index out of range
we're receiving an out of range problem! but why?
im trying to pull an element that doesn't exist?
@hybrid knoll can you go back now?
or are you banned?
are russian hackers as good as they say guys?
category = r.xpath("//*/a[@class='comp mntl-card-list-items mntl-document-card mntl-card card card--no-image']/div/@data-tag")[0]
X Path: //*[@id="mntl-card-list-items_2-0-2"]/div[2]
but
This free online XPath tester lets you test your expressions/queries against an XML file
how long is a preferred nap each day...is 1 hour too long
@olive hedge
can i have screen share perms temporarily to show some code problem that is difficult to demonstrate with pastebin
Moons can orbit in any shape you'd like, as long as you have enough of them. The more complex the shape, the more orbits you'll need to draw that shape. Fourier series are extremely powerful.
SUPPORT THE SCIENCE ASYLUM
Patreon:
http://www.patreon.com/ScienceAsylum
YouTube Membership:
https://www.youtube.com/cha...
!tvmute 251747460165271562 2d Going on tirades about how another server is not being overly helpful to you, making a racial insult against Indians, continuing to misbehave and throw fits despite being asked not to are all things that are not acceptable here. "I'm not going to fix my attitude," is also not acceptable. I recommend you go back over our #code-of-conduct before you rejoin. If you rejoin voice chat and this behavior continues, you will lose voice permissions permanently.
:incoming_envelope: :ok_hand: applied voice mute to @amber raptor until <t:1665168808:f> (2 days).
classic
If you have a complaint, send it to @rapid crown
options= ["Easy","Medium","Hard"]
for i in range(len(options)):
radio_buttons = Radiobutton(window,text=options[i])
button_list = []
options = ["Easy", "Medium", "Hard"]
for i in options:
button_list.append(Radiobutton(window, text=i))
button_list = {}
options = ["Easy", "Medium", "Hard"]
for i in options:
button_list[i] = Radiobutton(window,text=options[i])
☕
!charinfo \☕
!charinfo
characters
!charinfo <characters>
Shows you information on up to 50 unicode characters.
do you get it ?
hellooo
could you screenshot the lines, because they aint numbered
and also are you getting a runtime error, or that's just not doing what you expected?
uh he left.
i figured it out
@sour willow remember when I asked if I could use elif in lambda
or maybe I asked something similar
👀
Doable in parenthesised expressions in lambdas.
Yeah nested if else statements
Bracketed, braced, etc.
btw when using radio button in tkinter
oh, elif
Yeah
while using a single variable for all of them and giving them different values makes them grouped in a sense so that they don't all get turned on instead, only 1 is on
It's a bit ew.
but I wanna know if there is like a way to tell if my radio button is selected or not
Presumably the radio button instance has a property you can look at.
Or a keyed value.
Because if we're talking tkinter, the widget instances are dict-like.
hmm so I want it to like show a color when selected which is easy, you use select color = somefunction
but what I want is the text to change color when selected as well
you have any ideas
You don't always need to use lambdas.
ofc
in that one though I used lambda because it was simple
but for the second one it was hard to implement
I am trying to see what changes when something's selected and use that to be the condition for my colors
hey @gentle flint are you good at pygame
no
haaaaaaaaaaay
burrito
capati cheeze
I want this in my mouth.
Yoo ??
What framework?
Haven't used it a whole lot but I can see if I can help
ok
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
have alook at this
saraiki
@rugged root did you have a look at the code
hi
@gentle flint Your so padantic.
What's the issue with it?
uh helo
Soup oort.
my middle name is
nite
Mr. Ry Ni Te
hello in which channel could i ask python program related questions?
Ryan Nicholas Tewkesley?
ty
maybe verboof is an abbreviation of Verechilde Bob Offenwhyte
I'm not using GNU/Linux, I use FreeBSD 😎
wasn't talking to you
yeah was just saying
kühl
“Tell me lies” by Trippie Redd (official audio) 2022
Uploading More Trippie Redd Unreleased Unreleased/Leaks Soon, Don’t forget to subscribe.
Soundcloud: https://soundcloud.com/xxxtentacion-music-lyrics?ref=clipboard&p=i&c=1&si=BCD13E27DC7943B8AFE25DFF52202D02&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing
#trippieredd #unr...
I say Goo-wee
I use both.
AVERAGE. Clearly this is a better song. https://www.youtube.com/watch?v=_lK4cX5xGiQ
Official Video for "Tribute" by Tenacious D
Listen to Tenacious D: https://TenaciousD.lnk.to/listenYD
Subscribe to the official Tenacious D YouTube channel: https://TenaciousD.lnk.to/subscribeYD
Watch more videos by Tenacious D: https://TenaciousD.lnk.to/listenYD/youtube
Follow Tenacious D:
Facebook: https://TenaciousD.lnk.to/followFI
Instag...
I'm currently trying to download cracked FL Studio through WINE (I don't wanna use LMMS), but I'm struggling so much because its all windows shit.
eh, idc
its pretty rare to get a virus in linux
what?
Its so annoying how the free trial of FL, allows you to do almost everything, but the only limitation is that you can't save projects and reopen later 💀
in Linux you don't get cracked software because most of the software in Linux are open source .
FL is closed source, and only available for Windows and Mac. So I'm trying to run it through WINE, that's it. But I might just use it in a VM idk
gtg now, I join mostly at midnight. 👋
Python adapter for PostgreSQL
2 is, I didn'- yeah
wanna play it maybe someday ?
Possibly.
Provided to YouTube by TuneCore
Seven of Clubs · Teetotum
A
℗ 2021 Teetotum
Released on: 2021-02-23
Auto-generated by YouTube.
Eight of Spades 2016
https://www.facebook.com/eightofspades.official/
JPouille : Voice & Guitar
Peter : Bass & 2e voice
Jeff : Guitar Solo
Lolo : Drums
Réalisation : Clotilde Mignon
Image et montage : Clotilde Mignon et Audrey Wnent
Danseuse : Stéphanie Noware
Maquillage : Estelle Martin
Déco : Elizabeth Richard
Svink
La Ressourcerie du Spect...
Official video of Juice Newton performing Queen Of Hearts from the album Angel Of The Morning.
Buy It Here: http://smarturl.it/zm3bju
Official Website: http://juicenewton.com/
101.9 KINK in the Bloodworks Live Studio
I turned round to see the voice that was speaking to me. And when I turned I saw seven golden lampstands, 13 and among the lampstands was someone like a son of man,[d] dressed in a robe reaching down to his feet and with a golden sash round his chest. 14 The hair on his head was white like wool, as white as snow, and his eyes were like blazing fire. 15 His feet were like bronze glowing in a furnace, and his voice was like the sound of rushing waters. 16 In his right hand he held seven stars, and coming out of his mouth was a sharp, double-edged sword. His face was like the sun shining in all its brilliance.
import socket
print(socket.gethostbyname(socket.gethostname())
I made 20 + gmail accounts in past and now I no longer remember it
all I stored are vms in zip to fill 15 GB
Alright.
@rugged root can you change server profile pic of others?
Hold on a second.
It's not possible.
I'm not too sure myself either
Done.
Okay hold on a minute.
Great.
I see.
Huh. Never seen this before.
But yeah, I think the messaging then deleting then messaging then deleting seems to mark someone as a spammer
Spammer? Certainly an honour
Interesting
You seem fine enough so far. Just strange that it auto flags like that
Ursina has been one of the libraries I've been curious about, though
Ursina's easy enough to learn and get used to.
Is it typically just for 3D stuff or is it well suited enough for 2D?
Both.
Supposedly
They have a documentation website online
The webpage kind of under cuts how powerful the library seems to be
Could use a bit of TLC
Target Language Compiler? First time seeing this terminology.
def sort(string, key):
key2=key
values = string.split(';')
val=""
for stringpart in range(len(string.split(';'))):
newa = values[stringpart].split(':')[0]
if newa ==key2:
val = values[stringpart].split(':')[1]
return val
rr:conn;instagram:violetblue;
Tender Loving Care
can I write python code here, because I'm lazy to use the shell
If you're just wanting to futz with it and it's not relevant to the conversation in the channel, I'd recommend doing it in #bot-commands
But yeah, go for it
@hybrid knoll
“Tell me lies” by Trippie Redd (official audio) 2022
Uploading More Trippie Redd Unreleased Unreleased/Leaks Soon, Don’t forget to subscribe.
Soundcloud: https://soundcloud.com/xxxtentacion-music-lyrics?ref=clipboard&p=i&c=1&si=BCD13E27DC7943B8AFE25DFF52202D02&utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing
#trippieredd #unr...
??
fire song
Oh you were saying you couldn't find the channel and I misunderstood
Shouldn't even have to tell you that's not appropriate in either version of the message
@molten pewter furyo youd make a good governor
import socket
HEADERSIZE = 10
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((socket.gethostname(), 5589))
while True:
full_msg = ''
new_msg = True
while True:
msg = s.recv(16)
if new_msg:
print(f'new message length: {msg[:HEADERSIZE]}')
msglen = int(msg[:HEADERSIZE])
new_msg = False
full_msg += msg.decode('utf-8')
if len(full_msg)-HEADERSIZE == msglen:
print('full msg recvd')
print(full_msg[HEADERSIZE:])
new_msg = True
full_msg = ''
print(full_msg)
import socket
HEADERSIZE = 10
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.bind((socket.gethostname(), 5589))
s.listen(5)
while True:
clientsocket, adress = s.accept()
print(f"connection from {adress} has been succesfully established!")
msg = "wellcome to the server!"
msg = f'{len(msg):<{HEADERSIZE}}'+msg
clientsocket.send(bytes(msg, "utf-8"))
new message length: b'23
ok
so
send 50 messeges and be active for 10 min blocks
shouldnt be that big of a task to talk in vc
still annoying tho
but i have a question
Just remember not to spam to get to the 50 messages
dw im not an idiot
common sense is applied
but how do i make my code act on a True statement?
while True:
...
?
@whole bear do /nick some people, seems fitting
wtf is github
gitbucket >
can I show off about my rice here, because I can't brag about it in unixporn due to missing karma
im so comfortable
can you rate
I deleted lmao
@serene glade I gotcha
I already have the same
yeah lol that's nice
actually can we talk fswn with a cipher key
I would suggest changing the subject and keeping things in line with our #code-of-conduct and #rules which you've agreed too.
what if ppl really discussed fswm with a cipher key, no one will give a fuck about code of conduct
a computer
Hi guys
A bit urgent
How can I patch the scope of starlerte's request in pytest?
I tried it a lot and got some unreliable answers on stackoverflow
Any help will be appreciated
mac
oh cool
any extensions or anything to get my screen like that lol
vim and linux stuff looks so interesting to me but it also sounds hard and confusing
nah really, just give it a shot
im a big fan of how productive it makes you
im a productivity junky
i have a lot of keybinds, i like lots of screens, monitors etc.
lolol
Fuck men, I hate men
is this offensive to anyone
so does your screen look really tiny?
or do you just have a gigantic monitor
to fit all those subscreens
lmfao, they are screenshots merged together
no i hate myself too
me 🤝 ppl hating me
I also like ppl hating me 👍
then i hate you a lot <3
❤️
https://archcraft.io/
arch based distro with ready made rices
guys are you talkin about butter
BRO I GOT WARNED
you all sound like humans idk why
but thankfully not banned
Dabchick (Episode 82)
https://www.patreon.com/barnabydixon
https://www.facebook.com/barnabyjdixon
Music:
(Cover) "Fall Again" - Walter Afanasieff and Robin Thicke
(Cover) "In the Hall of the Mountain King" - Edvard Grieg
(Cover) Di Grine Kuzine - (Traditional/Folk)
© Barnaby Dixon
https://www.youtube.com/watch?v=Fkk9DI-8el4
you sound like
Rest in Peace, Juan Joya Borja (5 April 1956 – 28 April 2021), the Spanish comedian and actor known by the stage name El Risitas.
we have girls in the voice chat
whats wrong with that
I wish voice chat is all girls
it is good to have girls in the chat
yeah
I have someone too... but she's in the other side of the school, I barely meet her 💀
:C
@icy axle man you sound like google translate
I love it.
cursed schedule
don't people die within a year with that kind of schedule
yeah, lemme google rq
Why do you hate the economy? 😄
within days according to sleep overflow
ok then two years
I’ll give you an update in a few months
people are replaceable
Mmm. That does seem to be the view.
I really wanna sleep ☹️, but I can't
A workforce is an investment.
is criticizing python against #code-of-conduct
say something bad about python right now and we'll test that theory
python is ranked as -NAN in the fastest languages ever
ban this person
im pro
Python 3.11 brings some pretty neat speed improvements though
Just fun fact
Hi
git gud like me
@whole bear ping 2
my brain is leaking apple juice
Yes
many daemons are currently running in my brain, but no SIGTERMS are being executed, so..
I'm neither European nor Asian
Gotta go beloved humans of earth
they need brain surgery
@whole bear y u sound like Indian?
don't say I'll get warned...
Hi, can you please stop saying retarded? it's an ableist term and we don't like seeing it here.
alright, am I going to get another warning for this :/
If I was going to warn I would have already done that
and also not everyone got a solid memory to remember what's a bad or good word, so this has to be a python bot feature..
Just be mindful of how you talk. Even if you don't direct it at any one person it affects the people around you
@whole bear u r girl... y du u have anime boy pic?
I think they are a girl, but no idea why is there a boy pfp tho
I'm a femboy but with a girl pfp, so I think this makes sense
did my connection go oof, or everyone is silent
@whole bear r u indian?
all python programmers I've met until now are Indians.
I wanna talk, but my lips are ⛓️
Why are your lips chained?
Mine are also made of chains, but that’s because I’m a robot
Beep boop
I'm not worthy of speaking
phone excuse
Voice like robot
what does ur voice sound like?
Whose?
!eval #include <stdio.h> int main(void) {printf("hello\n");}
@quartz terrace :warning: Your 3.11 eval job has completed with return code 0.
[No output]
!eval crash()
@quartz terrace :x: Your 3.10 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'crash' is not defined. Did you mean: 'hash'?
!eval
x = {}
for i in range(1000000):
x = {1: x}
repr(x)
@quartz terrace :warning: Your 3.10 eval job timed out or ran out of memory.
[No output]
hello who is this?
idfk
I wish I understand what they're talkin about, looks like I'm the only different *pensive
learn C++ before Carbon takes over uwu
Wait but Carbon isn't out yet
Oh is this important Python advice that people are talking about right now in vc
I'm writing all this down
yesno is my answer

what does being good at programming mean?
just wait for the singularity
it means being able to read uncommented Ocaml code
wtf is Ocaml
a language
i see
I'm stuck with this
bruh what kind of math is this?
10th grade
well what are the medians in the triangle?
the midpoint ig?
is python cancer?
Nope
Python is a programming language that lets you work quickly and integrate systems more effectively.
then what programming language would i use that lets me work slowly and not integrate systems more effectively?
they must rewrite the linux kernel in python 🤓 since it's that efficient
python
nohtyP
I'd recommend Cython 🤓
am I a hacker now
I know ARM, but not that good
please call me she/her
bruh im just bored and depressed af
what would I do other than staying useless here
no
no
gfdgdfsgiojriosjgt
no
im hated
by all
hated
does anyone here sleep?
my school is 8 too 💀
I have 5 hours till school
wait, are Indians really like this?
are you all Hindus!?!?
wow please help me in my hinduism exam
I study all world religions
my school be like this
why do you respect cow
@whole bear
could you seriously help with my Hinduism assignment? I can barely understand something
you running hollywood command
@whole bear @icy axle gtg, (why would you even care), so goodnight! 😄 I might unmute myself tmr (I'm so damn shy)
x == -x
Value of INT_MAX is +2147483647.
Value of INT_MIN is -2147483648.
2147483647 + 1
-2147483648
!e py class C: def __neg__(self): return self c = C() print(c == -c)
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
True
!e py -object()
@somber heath :x: Your 3.11 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | TypeError: bad operand type for unary -: 'object'
@neat acorn I heard the word "interesting".
I still haven't sent 50 messages
I'm aware
I'm just trying to get some help on a thing and nobody seems to be able to help me @whole bear
how do i do the last thing to get voice chat
it says I have to do
• You have been active for fewer than 3 ten-minute blocks.
how much'
You don't need to think about it too hard.
Just be normally active.
I had already satisfied the requirements by the time the voice gate was implemented.
@neat acorn speaking languages are harder by a long shot
can modes make me voice chat instantly
because I always have py quations and I don't like to text them
I like to talk and scream there
them
Please don't scream your questions. Or, you know, in general. 😄
It's thoroughly unpleasant when it happens.
yeah
i mean screen share
coding languages share a lot of common rules
Video permission is granted at admin/moderator/owner discretion upon polite request and statement of intent of content.
do you know who I can text to give me permissions
Generally what will happen is that you'll be in a voice chat at the same time a moderator/admin/owner is around and you have something to stream. You then ask them with the understanding you're asking them to hang around and actively watch you streaming.
If they acquiesce, you'll be granted the ability to begin streaming, which typically lasts about five or so minutes, but could be for longer.
But the actual stream can continue beyond that point.
ok
But if you stop the stream after that point, they'll have to re-grant you the permission.
People often ask me if I'm a moderator. Does that count?
Define power.
Shortcuts aren't SOP.
power*
i have mean trying to do it for a week
and i can;t
does this count
does this chat count
i have done all of them exact the last one
how do you know
that
it did not work
how do i do that
what do I do in voice-verification
it says all i have to do is just be in the surver for 1 more day for some reason
@somber heath @velvet urchin can you hear me?
Nope.
i have for 1 week
facedesk
no
i just on like October 2
ya I will try tomorrow
when I join the call will I be able to screen share
I've been accused of knowing Python, yes.
Not active enough for the server to give me voice.
Mm.
@flint dragon @somber heath Already did; it told me I don't have 50 messages.
@somber heath Don't believe I left the server. But I haven't been active in a while.
@somber heath That's what I'm thinking. I could DM a mod for an exception.
@somber heath Erh. Maybe? I don't have any plans for Friday.
@somber heath ModMail thrown. Anyways, gonna continue with a new small-ish project.
I kept it brief, but mentioned the message history.
Didn't want to waste their (and my) time with some fluff-piece on why I should get voice etc, etc.
Since I'm sure the whole thing is to prevent lowest-fruit mic-spam.
Oh, I know that feeling.
Or experience even. BeamMP required Discord as a form of DRM which meant a wide catch of people would be in the server.
I become dead inside as the voice would dissolve into kids screaming, terrible mics, and the occasional mic-spam.
BeamMP is a mod that enables Multiplayer for Beam__NG__.Drive.
(However I'll spread word of KissMP instead, even though the project is in a bit of a hibernation mode.)
Ah no. The new project is entirely different: I have a bunch of DVDs in a big duffle bag that I decided. "Huh lets digitalize all of it."
So I have four optical drives, a python interpretor, and a dream.
This is personal archival.
Oh I wish it was that simple.
@somber heath I'll keep opaque then, but I already solved ripping the disks by hand, but it's more figuring out the more general stuff. Specifically scheduling a bunch of tasks.
@somber heath Looking around, I think multiprocessing might be what I'm looking at. But kinda unsure. There will be the main process that'll probably do all the spawning and such, but there'll have to be a bit of inter-processing communication to send to the main process and prompt the user for something. Like the disk wasn't mastered with a name or is using a default one, so pause and ask.
It's been a while since I've written Python so I'm a bit out of the loop.
@clear tartan hi what are you doing?
hello @somber heath
how are you soing
doing
hello @fleet tide
how are you doing
doing fine
looking for some ai based project
what are your views @somber heath
what
did you said
except gmaes anything
hello @rugged root
do you have any ideas @rugged root
quite a nice singer @rugged root @somber heath
haaaaaay
aww dont cry nate
mayn
@rugged root how is the Video role granted? (sorry for ping 😄 )
You don't ask for it. 😛
@oak grove Check out the #voice-verification channel. That'll tell you what you need to know about our voice gate
NET::ERR_CERT_INVALID
I am in the group for about year I think and did send messages in the past
!voiceverify
ooh congrats u did it
postman?
uh my internet is so slow tonight everybody sound like robots
type=validation-error &status_description=Invalid EndpointId &status_code=41061
D:
maybe ur URL is wrong?
maybe there are special characters that u need to deal with?
idk im just guessing
do you have spaces in ur request
ur almost there
brb
Hallo
Did you know I'm working full-time now
Dawwww

Yeah my voice is still out because of a sore throat lmao
@molten pewter A favorite member of a music group
ooh i have lots of those
or whoever asked

"What is Oshis?
"Oshi" means a person who you support and someone you are a fan of. It literally means “push.” Think of it like you are promoting someone and “pushing” them forward."
in the kpop world we call those people "bias"
Yup, same idea basically
who are your oshis?
The full form is oshimen/oshimem
Oshimeme
wwwww
There are too many to enumerate
, but I guess the most obvious one is https://twitter.com/kagami_karin
Denzel Washington
めっちゃかわいい
Charlize Theron
!charinfo め
\u3081 : HIRAGANA LETTER ME - め
I'm gonna sound like a fanboy but she does DJ-ing for her group and she's also bilingual
It looks like someone fucked up while making a pretzel
oh geez now i gotta check her out
Alfre Woodard
ohhh she's also a seiyuu?
Why would a dog be at a petting zoo...
...that's a good one
Hey! We like getting pet just as much as they do!
Sure sure
Armadillo girdled lizard
Sometimes I look at my cat and be like, this thing have a soul, you know?
anything...yummy
I just eat all sweet things
Handmade desserts from Detroit, Michigan ready to be shipped anywhere in the world, today. We make good chocolate for good people and that’s all there is to it. Check out all the good stuff we are making in our little chocolate factory.
My local coffee shop have this matcha+chocolate latte (they call it the "matcho latte") that I really like. I have it once a week.
that looks really nice
EHChocolatier is a women owned award-winning artisan chocolate boutique located in Observatory Hill, West Cambridge in Boston Massachusetts.
The Gourmet Chocolate of the Month Club sends hand-crafted artisanal chocolates made with fresh, wholesome ingredients. Sitewide Flash Sale: Save up to $30!
i would actually do this if I have the money
ima go to a karaoke server. later guys
gtg
Weird
I usually don't talk but I got to know that my mic isn't working for long
Yes I tried reinstalling drivers and stuff but nothing worked, how ever default audio recorder works
even in cs go mic doesn't work, wireless usb
yes
Woah. That's an expensive headset.
No
hmmm now I have no idea what's going wrong
Restart your rig?
not a bad idea
rule of discord: don't sing if you're an annoying little brat
!tvmute 776403223916969985 1d You were already asked to stop singing. You also have a tendency to be combative and intentionally say intentionally controversial things (something you admitted that you do all the time on purpose). If your behavior does not improve when you next join VC, you will have your permissions removed permanently.
:incoming_envelope: :ok_hand: applied voice mute to @winged shard until <t:1665245064:f> (1 day).
!u tells you when you joined?
Could not convert "user_or_message" into Member, User, or Message.
Message "tells" not found.
My sincerest apologies
!u
You are not allowed to use that command here. Please use the #bot-commands channel instead.
no point to keep track of daylight saving time then
There isn't. It's annoying
On October 2, 2006, a shooting occurred at the West Nickel Mines School, an Amish one-room schoolhouse in the Old Order Amish community of Nickel Mines, a village in Bart Township, Lancaster County, Pennsylvania. Gunman Charles Carl Roberts IV took hostages and shot ten girls (aged 6–13), killing five, before committing suicide in the schoolhous...
Really?
After everyone preaching the opposite for so long
It's more it talking about how it's better to see it as a symptom or indicator of potentially larger issues
I mainly tossed it to Fury since he's a huge advocate for naps (and rightly so, they're good)
Are they?
I always fight [to] sleep
I used to try, but I never could fall asleep in the middle of the day
Sounds nice
Ailuridae is a family in the mammal order Carnivora. The family consists of the red panda (the sole living representative) and its extinct relatives.
Georges Cuvier first described Ailurus as belonging to the raccoon family in 1825; this classification has been controversial ever since. It was classified in the raccoon family because of morpholo...
Musteloidea is a superfamily of carnivoran mammals united by shared characters of the skull and teeth. Musteloids are the sister group of pinnipeds, the group which includes seals.The Musteloidea consists of the families Ailuridae (red pandas), Mustelidae (mustelids: weasels, otters,
martens and badgers), Procyonidae (procyonids: raccoons, coat...
!stream 705441298710265928
✅ @bright coyote can now stream until <t:1665166198:f>.
hi
Hello!
Yes
Oooooo, I likes
!e
class Foo:
x = 1
__y = 2
print(Foo.x)
print(Foo._Foo__y)
@lavish rover :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 1
002 | 2
what
@whole bear Check out the #voice-verification channel. That'll tell you what you need to know about the voice gate
I was waiting for pilots broadcast
<li />
wagyu
Wagyu (Japanese: 和牛, Hepburn: Wagyū, lit. 'Japanese cattle') is any of the four Japanese breeds of beef cattle.
In several areas of Japan, Wagyu beef is shipped carrying area names. Some examples are Matsusaka beef, Kobe beef, Yonezawa beef, Mishima beef, Ōmi beef, and Sanda beef. In recent years, Wagyu beef has increased in fat percentage due t...
@icy axle You do voice-over? cause I would be convinced
Nope, I just get strangled by hemlock
nodding intensifies
How do I make it so if x = any vowel itll register it and skip the vowel
^ it wont work if I do x == ["a" , "e" etc ]
I love you
naww, thank you sweetheart ❤️
😂
@rugged root boossss! 
Yeah trying to relearn it
@rugged root Which theme are you using?
birbs
tnx
I also thought it's birds
Sony WH-1000XM5
"Ei, I know how it works, alright?" 🤣
Had to get goin'
@faint ermine my friend says he's got the varjo vr-3
he was telling me about how it's not like available to consumer or wtv and he got it from some sketchy source i think
yea
he's a real techhead
gotta go to bed, have a fun Friday night. gn
apologie for the breathing every once in a while, i kinda need to do that to survive
>>> process = Popen(('lsdvd', '-Ox', '/dev/sr0'), shell=True, stdout=PIPE, close_fds=True)
>>> Can't find device /dev/dvd
Popen("lsdvd -Ox /dev/sr0", ...)
>>> process = run(('lsdvd', '-Ox', '/dev/sr0'), shell=True, stdout=PIPE, close_fds=True)
Can't find device /dev/dvd
>>> process = run(('lsdvd', '-Ox', '/dev/sr0'), stdout=PIPE, close_fds=True)
libdvdread: Could not open /dev/sr0 with libdvdcss.
libdvdread: Can't open /dev/sr0 for reading
Can't open disc /dev/sr0!
>>>
afk
idk, but pay attention if you've two partitions
Can someone help me explain a python question
wow @sly gale you must've been in the VC for like more than 12 hours 😮
hey @compact yacht @whole bear
i am not able to open my mike but i need some help in python wrangling
what u need?
hello @sly gale
@whole bear 👋
what os you usin?
im on parrot os
dont worry
i dont mind
nice
im on debian linux too
but im dual booting gentoo with parrot
lol
gentoo is hard
to install
welcome again
dont forget to reconnect mk44 or else youll be cunfused
@ashen perch :wave:
hi
Why am i suppressed
oh
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
well thatll do it
ahh that makes sense, THANK you :))
hello @whole bear
hi
how are you doing
good what abt you
pygame based
did u join pyweek
im sitll here
it was like a week or more
its like a project but you get to do whatever you want in a week
an ai
pygame
so what is the benifit
anything you like to do but pythonbased
well my benifets were creating robot im into robotics but not that much tho i lost interest this year after that
so
so do you get to work with other people
oh nice can i work with somebody
so expect it in a long time
haha
😦
nope windows op

