#voice-chat-text-0
1 messages · Page 29 of 1
Not really sure if it's worth it
I'm assuming it costs $$
MIT has some pretty good DS/Algo lectures on YouTube which I really like
You can audit the course
Especially ones by Erik Demaine, one of the best CS profs IMO
Didn't know that, cool!
Still recommend Erik Demains lectures
oooh thanks
xD
Dude, okay
Why the hell does Leetcode let you have a dark theme on your profile but not for the rest of the site
oof
The application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software ~ IEEE @stray niche
SLOTH
@winged shard
a\frac{\sin\left(b\left(x_{2}-c\right)\right)}{b\left(x_{2}-c\right)}+d\ \
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
everytime you give someone a thumbs up, its not what they think it means
stop making it sound like a fun challenge.
I just realised you would be giving yourself the bird
nice
!kindling
Kindling Projects
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
I don't know what I want to maaaaaaaake
!openAI
Opening files
The built-in function open() is one of several ways to open files on your computer. It accepts many different parameters, so this tag will only go over two of them (file and mode). For more extensive documentation on all these parameters, consult the official documentation. The object returned from this function is a file object or stream, for which the full documentation can be found here.
See also:
• !tags with for information on context managers
• !tags pathlib for an alternative way of opening files
• !tags seek for information on changing your position in a file
The file parameter
This should be a path-like object denoting the name or path (absolute or relative) to the file you want to open.
An absolute path is the full path from your root directory to the file you want to open. Generally this is the option you should choose so it doesn't matter what directory you're in when you execute your module.
See !tags relative-path for more information on relative paths.
The mode parameter
This is an optional string that specifies the mode in which the file should be opened. There's not enough room to discuss them all, but listed below are some of the more confusing modes.
'r+' Opens for reading and writing (file must already exist)
'w+' Opens for reading and writing and truncates (can create files)
'x' Creates file and opens for writing (file must not already exist)
'x+' Creates file and opens for reading and writing (file must not already exist)
'a+' Opens file for reading and writing at end of file (can create files)
I need to do something to get my hand back in
not your middle fingerrr
horror!
see ya later guys. Have a nice day
these pics remind me ancient alien show
Right?
verboof vs alien, who would win
I'm just imagining him correcting the alien on his own language
maybe alien
i can correct in hindi
how = kese
have you considered becoming a high school teacher, there's a lot of this
why = kyu
with open("Day_2_input.txt") as file:
data: list[str] = [line.strip() for line in file.readlines()]
position: int = 5
combo: list[int] = []
converter: dict[int, str] = {10: "A", 11: "B", 12: "C", 13: "D"}
for line in data:
for char in line:
match char:
case 'U' if position in (3, 13):
position -= 2
case 'U' if position in (6, 7, 8, 10, 11, 12):
position -= 4
case 'D' if position in (1, 11):
position += 2
case 'D' if position in (2, 3, 4, 6, 7, 8):
position += 4
case 'L' if position not in (1, 2, 5, 10, 13):
position -= 1
case 'R' if position not in (1, 4, 9, 12, 13):
position += 1
combo.append(position)
print(*[converter.get(num, num) for num in combo])
Was for this one: https://adventofcode.com/2016/day/2
🤣
Kept trying to remember good example of where match case can be useful, albeit not the traditional use for it
never
do you guys play valorant
Keep hearing people talking about it just never tried it
moin moin @dusk raven 👀
it looks like villa in pubg
its a nice place to build in minecraft
nice place we can build it in minecraft
@rugged root where you go
Restarting computer
I am from earth
false === false
have you visited Auroville
All I can think of are the various Slender Man youtube series and SCP when I see images like that
Samurai Museum Berlin @stray niche
drone shot nice
danke
Love the trees growing out of the rooves
Roofs?
Whatever
Know what I mean, not what I say
roofs
Reef?
HA
Riff?
Roofen
Ruff?
fastapi
.
chair looks to be in a good condition
Hey @limpid sparrow!
It looks like you tried to attach file type(s) that we do not allow (.cr2). 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.
use flask ninja
Django Ninja - Django REST framework with high performance, easy to learn, fast to code.
brb
Wait what's it called... the spaces or areas that have this like... unsettling or different feel...
Like a school at night, or an office at night, warehouses, etc.
I think it's a something space but I'm blanking
Django Ninja Extra - Adds more power to Django Ninja RESTful api library
@rugged root This is a abaneoned lab. With all of the power on
We were here for 15 mins, then chased out
eerie?
haunted??
paranormal
Liminal space
That's pretty lit
jollibee
😦
awww
Gudungar och Ådor i Hitis, maj 2011
khanna is place
its not my name
!d collections.Counter
class collections.Counter([iterable-or-mapping])```
A [`Counter`](https://docs.python.org/3/library/collections.html#collections.Counter "collections.Counter") is a [`dict`](https://docs.python.org/3/library/stdtypes.html#dict "dict") subclass for counting hashable objects. It is a collection where elements are stored as dictionary keys and their counts are stored as dictionary values. Counts are allowed to be any integer value including zero or negative counts. The [`Counter`](https://docs.python.org/3/library/collections.html#collections.Counter "collections.Counter") class is similar to bags or multisets in other languages.
Elements are counted from an *iterable* or initialized from another *mapping* (or counter):
```py
>>> c = Counter() # a new, empty counter
>>> c = Counter('gallahad') # a new counter from an iterable
>>> c = Counter({'red': 4, 'blue': 2}) # a new counter from a mapping
>>> c = Counter(cats=4, dogs=8) # a new counter from keyword args
nice
compliment me too pls https://500px.com/p/MustafaQuraish?view=photos
yes khanna is in punjab
punjabi no virurs
पाकिस्तान बेहतर है
xD
maybe dont know
im playing man no hard feelings
!mute 1038609403219296276 2d Controversial "jokes" such as "Pakistan is better" and "Heil Hitler is goodbye in German" is not appropriate and unacceptable.
nice
:incoming_envelope: :ok_hand: applied mute to @plucky delta until <t:1668197573:f> (2 days).
^^
iso 400 shutter 1 min
@stray niche still hungry?
have you guys ever used imagenAI
do you guys use tabnine to code fast?
I just use Pyright now
ohk
It's pretty nice
The AI community expresses sympathy to the crypto community
1340
127
Hadn't heard of blackbox
print(sum(
("".join(
x
for x, y in
sorted(
__import__("collections").Counter(line[:line.rindex('-')].replace("-","")).items(),
key=lambda f: (-f[1], f[0])
)[:5]
) ==
line[line.index('[')+1:-1]) *
int(line[line.rindex('-')+1:line.index('[')])
for line in open(__import__("sys").argv[1]).read().splitlines()
))
in case the other version was too readable:
print(sum(("".join(x[0]for x in sorted(__import__("collections").Counter(l[:l.rindex('-')].replace("-","")).items(),key=lambda f:(-f[1],f[0]))[:5])==l.strip()[(k:=l.index('['))+1:-1])*int(l[l.rindex('-')+1:k])for l in open("input/04.txt")))
it can be indented to look good
Use prettier
He tried that
it's just one line of code, no need for formatting
it's readable enough 🙂
Oh ok
to be fair I didn't use a prettier it's just random formatting that i did while coding it out lol
print(
sum(
(
"".join(
x[0]
for x in sorted(
__import__("collections")
.Counter(l[: l.rindex("-")].replace("-", ""))
.items(),
key=lambda f: (-f[1], f[0]),
)[:5]
)
== l.strip()[(k := l.index("[")) + 1 : -1]
)
* int(l[l.rindex("-") + 1 : k])
for l in open("input/04.txt")
)
)
@gentle flint do you count scratches on watch 😜
I need python help if it’s ok asking ;-;
no
from collections import Counter
with open("input4.txt") as file:
raw_data = [line.strip() for line in file.readlines()]
total = 0
for line in raw_data:
hyphen_split = line.split('-')
*letter_split, id_and_check = hyphen_split
characters = sorted(''.join(letter_split))
counts = Counter(characters)
most_common = counts.most_common(5)
if all(i == j for ((i,_), j ) in zip(counts.most_common(5), id_and_check[-6:-1])):
total += int(id_and_check[:-7])
print(total)
I still feel a bit dirty for the all()
@gentle flint I asked, weren't you leaving?
Trying to push him out, I see
you see correctly
running 1000 iterations:
mine: 10.6 seconds,
yours: 18.5 seconds
probably the zip and calling .most_common(5) twice
Yeah
12 seconds without the unnecessary most_common = counts.most_common(5)
I'm an idiot and forgot that I had already stored it
I can live with that
NOT
which is within margin of error, my computer slows down once i run some shit
python no likey
import re
def one(L: list[str]):
return sum(int(re.search(r"\d+", s).string) for s in L if sorted(re.search(r"\w+", "".join(s.rsplit("-", maxsplit=1)[-1])).string) == [x[0] for x in __import__("collections").Counter("".join(re.findall(r"\w", s.rsplit("-", maxsplit=1)[0].replace("-","")))).most_common()])
``` trying to debug this
if "".join(i for (i,_) in counts.most_common(5)) == id_and_check[-6:-1]:
total += int(id_and_check[:-7])
good luck haha
i think i'm close
that's what she said
Use spark it may reduce some time i guess
just use C
i still stand by my statement
hi
I made a voice assistant in python and converted it to exe, but the exe does not open cam someone help me?
It's possible that it is opening but it's crashing or closing just as fast
yes
Try opening a cmd or powershell and drag and drop the file into it
See if it gives you error codes or something
Traceback (most recent call last):
File "arissa.py", line 1, in <module>
ModuleNotFoundError: No module named 'playsound'
[15836] Failed to execute script 'arissa' due to unhandled exception!
@rugged root
import pathlib
import re
def one(L: list[str]):
return sum(int(re.search(r"(\d+)", s).group(1)) for s in L if list(re.search(r"\[(\w+)\]", s).group(1)) == [x[0] for x in __import__("collections").Counter(sorted(re.findall(r"\w", s.rsplit("-", maxsplit=1)[0].replace("-","")))).most_common(5)])
print(one(pathlib.Path("input.txt").read_text().strip().split("\n")))
``` first try :tiru
That's... bonkers and yet amazing at the same time
I actually thought about using regex at first then I did a sanity check
i'd expect it to be really slow
Impressive, though
ya
what are hey talking about in voice chat
I have no idea anymore
@rugged root
What
You want idea for what
Im just here for the ideas
For startup or something
updated:
mine: 10.6
hemlock: 13.3 (with extra line removed)
public: 18.6
@novel tangle no just ideas
Ohk
Yours is as fast as mine was before I took out that extra line
maybe someone will give me a idea for lunch
Food
Or do what I do, skip it and fill the rest of your day with candy
Slowly shortening your lifespan
Filling you with regret and potentially diabetes
😂
Oh man that sounds like a great way to end my depression
Hasn't fixed mine
@rugged root it gives an error
oh so it a bad idea
Traceback (most recent call last):
File "main.py", line 1, in <module>
ModuleNotFoundError: No module named 'playsound'
[6292] Failed to execute script 'main' due to unhandled exception!
Depression how?
please don't message me in languages I do not understand
:D
They call me youtube dan
Youtube dan
literally, everyone
He is the next elon
i have a chilaca pepper if you want one
me bruh
oh yeah then why are you up
as previously mentioned, im an idiot
oh it so em I
Right there with you, sister
Preach it!
I sucked it out of my thumb
Ik heb het uit mijn duim gezogen
literally
I have it out my thumb sucked
Nice
@gentle flint what does that expression mean
in English you'd say I pulled it straight outta my ass
ooh in spanish we just say "you're talking shit"
How to check when I joined
!join
Joining Iterables
If you want to display a list (or some other iterable), you can write:
colors = ['red', 'green', 'blue', 'yellow']
output = ""
separator = ", "
for color in colors:
output += color + separator
print(output)
# Prints 'red, green, blue, yellow, '
However, the separator is still added to the last element, and it is relatively slow.
A better solution is to use str.join.
colors = ['red', 'green', 'blue', 'yellow']
separator = ", "
print(separator.join(colors))
# Prints 'red, green, blue, yellow'
An important thing to note is that you can only str.join strings. For a list of ints,
you must convert each element to a string before joining.
integers = [1, 3, 6, 10, 15]
print(", ".join(str(e) for e in integers))
# Prints '1, 3, 6, 10, 15'
one day ill hit 50 msg
Nice
Telegu or something
one can hope
You are not allowed to use that command here. Please use the #bot-commands channel instead.
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Lol
!voicemute 776403223916969985 1w You continue to push the envelope, make inflammatory comments, continue to troll just to get a rise out of people, and interrupt. You were warned in the last infraction that you would have your permissions revoked.
:incoming_envelope: :ok_hand: applied voice mute to @winged shard until <t:1668636488:f> (7 days).
my only wish is to be able talk in chat
try living in mexico
Fair
the longest i slept was 336 hrs
man good days
yeah man
na man git hit by truck chun
I was out for two weeks
I'm a terrible person
When I read that, the first thing that flashed through my mind was "You should write a story about it, I think it'd be a huge hit."
Eh
Hoping to donate my body to science
After that I guess like.... dump me in a ditch?
Oh no no
Donate my body to a cannibal
kind of ruff here in mexico they check shoes and they take everything out of bag
Take Swiss army knife
smuggled 
You are legend
wait I have forgotten...was I making hot chocolate or chai?
chai
ah right thanks :D
my memory is crap
its called bhang where Im from
im 22
lol
In advance
Happy birthday @novel tangle
😂
wait what do you call a moring mbm is that a two or a 1
there a chart some where about that
@gentle flint
Informal spoken English exhibits universal use of the singular they. An examination by Jürgen Gerner of the British National Corpus published in 1998 found that British speakers, regardless of social status, age, sex, or region, used the singular they more often than the gender-neutral he or other options
You can install Google tv in your tv
I mean spanish every single world is almost man or woman
@stray niche waiting for boil with the ground cardamom on the side
ooooh
Yum
wait do you guys use milk or cream or water
milk
tea? water. hot chocolate? always milk, never water.
Coffee
no i put water in my tea
It's a mix of milk and water
I prefer coffee or fruit juice while working
wait hold on
i feel like im confusing you
so there this type of drink
that we call water here
but water
we just call it water
Bye
@novel tangle bye
Hitchhike travel for free
wait aye ocean or a sea
actually its a lake
!e
ls = [1,2,3,2]
ls = [i * i for i in ls[:]]
print(ls)
@wintry pier :white_check_mark: Your 3.11 eval job has completed with return code 0.
[1, 4, 9, 4]
@whole bear Your current balance is: $3, please use !balance for further queries
!balance @lavish rover
@whole bear Your current balance is: $3, please use !balance for further queries
Presenting... Chai
Hi!
<a href="mailto:webmaster@example.com">Jon Doe</a>
Hello
I need help ;-;
I tried
But no response
Can y’all just answer me something ?
I really need to finish this and I’m desperate
Ok!
Can you ban @whole bear For spamming on the VC
<@&831776746206265384> please help he is screeching music through vc
!mute 942985095378272276
:incoming_envelope: :ok_hand: applied mute to @whole bear until <t:1668044698:f> (1 hour).
👋
Inside secret: ||modmail has a 5-minute delay (before pinging the mods)||
Yep
lol
Cya 👋
can i please join your voice chat, i have a question but no one has answered my help channels for like an hour
!e
import datetime
print(datetime.datetime.now())
@wintry pier :white_check_mark: Your 3.11 eval job has completed with return code 0.
2022-11-10 01:27:16.613998
flask for scratch coding
you build your server by your hand
change oil
dont forget
Millennials, also known as Generation Y or Gen Y, are the demographic cohort following Generation X and preceding Generation Z. Researchers and popular media use the early 1980s as starting birth years and the mid-1990s to early 2000s as ending birth years, with the generation typically being defined as people born from 1981 to 1996. Most millen...
If it was the Dutch, wouldn't they be dyke roads, not dam roads?
Ourselves.
Revert to simpler times. Become monke.
Reinventing the wheel to own the libs.
idk why suddenly my headset died.
it just went poof
cant hear or talk. audio drivers issue maybe. brb
after some ultra pro troubleshoot (plug out , plug in)
i AM
@rugged root 😂
Let's see how Lego-compatible stainless steel axle deforms or breaks when high torque is applied.
The test bench is made using only plastic Lego parts. Enjoy!
The axle was bought from ebay seller cncgear:
https://www.ebay.com/itm/19-units-long-stainless-steel-axle-X-style-works-with-Lego-Technic-gears/262583950400
Music:
Winter Embrace by Sile...
The shit I find
gtg for a class
byeeee
did I hear someone say 'bye love you'??
when I left
or did I mishear
maybe :3
👀
owo
What
Nobody tells me they love me when I go 😦
Costly
get a wife.
It's made in china
STILL WOTRH IT
Just buy firetv stick
@rugged root Does it have ads?
Not sure, I'm only really using it for my PS5
oh nice
Or go for Google tv stick
or stick it up a raspberry pi and install linux and then--
yea
@mossy cedar not much sympathy 😂
not looking for any lel
nvm that
no i didnt mean you dont deserve any or thats what i thought
i just said it, because you said it
something really serious
and nobody said anything and went quiet
it was like you said you were going to go for a walk 🤣
it came bczs they drink 1 liter of coffee from starbucks lol
and you said serious stuff about you have pretty much kidney failure on 1 side and from coffee and lack of sleep🤣
i know man
their messed up
im with you man
just another casual convo with da weeb
lmao
🤣
In fairness, my attention is split
But I will say I'm a terrible person, so fair play
gg
!code
`
!d shutil.rmtree
shutil.rmtree(path, ignore_errors=False, onerror=None, *, dir_fd=None)```
Delete an entire directory tree; *path* must point to a directory (but not a symbolic link to a directory). If *ignore\_errors* is true, errors resulting from failed removals will be ignored; if false or omitted, such errors are handled by calling a handler specified by *onerror* or, if that is omitted, they raise an exception.
This function can support [paths relative to directory descriptors](https://docs.python.org/3/library/os.html#dir-fd).
(fyi)
Nooooo
Hoping you'd have missed that one
I've split attention too hehe
bye. see you guys later
It feels like you are working on ETL process
Extract transform and load
@quasi condor Toss it here
You are trying to build blockchain
~/gitrepos via 🐍 v3.10.6 (venv)
❯ pip install MarkupSafe
ERROR: Could not find a version that satisfies the requirement MarkupSafe (from versions: none)
ERROR: No matching distribution found for MarkupSafe
dafuq
have you tried giving up in your reliance of pip and tried another package installer
what's up
Parrot security os is wonderful it works
Still need to poke around Parrot
pls help : D
Congratulations
go to the help channels, you will get help instantly
Also that error is very clear
oh sorry
Toss a print(line) between 153 and 154
Also that
I'i just started with python 2 weeks ago?
which help channel?
thanks
!tvmute 943374663680143410 1d If you're going to just join the voice chat to make noises and not contribute to the conversation, then you shouldn't be here. If this behavior continues after the mute is lifted, you will lose your voice permissions permanently.
:incoming_envelope: :ok_hand: applied voice mute to @limber patio until <t:1668182391:f> (1 day).
Do !voiceverify in #voice-verification
Then you'll have to leave and rejoin the vc to have the perms kick in
Mmm.... mainframes...
@sweet lodge 👋
Flash is dead

Investor relations
Just check lld of IRC u will understand
Microsoft is buying all developer stuff
Yes
Discord have more user
It's like vscode on web
Vscode is wonderful
Vscode 's Tabnine and blockbox extension are very nice
yes, yes lovely day for a skate
Microsoft is making developer ecosystem
And it's nice
Microsoft is building to fight against apple
Hi Rabbit
There are many ways to hide your miner from resource monitors
github component
Kali is ❤️
Azure
AWS is awesome
I cannot take the name "Big Table" seriously
"What should we name our new advanced database system?" "Fuckin'.... i dunno. It's like a.... big table, right?" "You're a genius."
lool
Google Collab trials
big brain data
Hey, not all of us are good at inventing random bullshit names like Amazon or Apple
oh no
RBT
Sup, I sent an appeal via ModMail, ready it.
arrr-bbee-teee
Watch Google’s AI and Research teams talk about our latest work in the fields of robotics, natural language understanding, accessibility, healthcare, and creativity.
#GoogleAI #GoogleResearch
Chapters:
0:00 -Sundar Pichai
2:09 - Jeff Dean
5:03 - Katherine Chou
10:19 - Douglas Eck
23:00 - Zoubin Ghahramani
31:30 - James Manyika & Marian...
Just find a bug in any web3 company you will get lot of money from it
Blockchain
what props
Smart contracts
like signed web to you
is designer included
Now check blockchain developer
Earning
Every Google employee left Google after 1.5yr
developer with google profile will hired fast with big budget
like a pirate
Yes they switch between all maang company
but rules of those company not acceptable
Yea
Lesser paid more
to getting a job at google what I have to learn
Dsa
angler
Web3 included?
it's buzzword
payments
django need improvement
websocket
This looks most accurate
Nice
and more important thing is
installed deps
mike your life hard if you not activate env
make
True
I dont care let them use whichever framework they want. I always use django or flask
Hemmy!!! grrrr...
locks resulted in reductiin of 2 to 1 consistent junk file.. isolated device, so far multiruns on that device havent reproduced.. so could still be a snowflake issue..
no.. but running tests on a device that did produce an error.. starting to think it could be caused by a data packet crc error
That's possible. How would you do validation on that? Hash comparison?
Send over the processed data, run hashing on device and program side then compare?
nice for you
Xiaomi just install custom rom
not sure that is such an easy process.. as its being done via snmp.. Id have to find a mod to drop down to layer3 capturing to even start looking for it
What do you think about company like Neuralink
Eleon
Yea
I use Spotify without ads for free
Spotify premium individual plan is $10 a month + tax
vpn
I modded it myself
Dude what
that's like $0.10
That's per day
they're trying to lower the barrier to entry I guess
What's that work out to monthly....
Well it makes sense
Easier to break into other markets, fit the economy there
Try to soak the costs a bit more
yeah, also targeting the unbanked
Right
they added a payment method that allows you to use your telco prepaid credits
Smart
lmao that's literally the name of one of our telcos so it's funny to me
👋
Tmux
linux best for 2 core
ok.. so testing has revealed with this 1 device of 64 nodes.. 1 node sometimes reporting, so now Im looking into a way to simulate a test that record each test case of reporting the 64th node and check that data output.. and hope its a node issue and not a controller issue in the corrupted data.
Small case first, do a 5 node check with one fail
Ubunto included drivers
eh.. im going after a node checking debug, as this has been a random problem theoretically it can happen to any node at anytime, so Im just going to account for it.. drop that nodes data and possibly make a redo list for that node after the current process completes.. rather then rebuild the whole device to device association system to run each node again later.
Sure sure
Exactly
Catch you later
preview
its Rs.7 per day in India
that was so passionate and well articulated was it pre written
To help the AI community reuse the BigScience BLOOM RAIL License more broadly for distributing models, we adapted the terms to make the license applicable to any associated AI Model. Thus, this license is not just for NLP models, but it has been adapted so that it can be applied to other types, inc
Will be back in a bit, still fighting the phone issue
i am invisible
Was in the elevator lol
learning from where
I need some help, who wants to help me ?
...
send me too
It looks like they need someone to fill a role fast
Oops sorry, skipped my mind that you'd get pinged.
HOW have I never thought of that pun
Have to move these boxes using a forkgriff
@faint ermine https://www.etalabs.net/compare_libcs.html
Hey
cyall!
Your funniest 4:36 on YouTube. It is very quiet, so turn your speakers louder but remember to turn them off... Or you can lose your ears.
GOOD IDEA: Kissing a loved one
BAD IDEA: Kissing a total stranger.
GOOD IDEA: Singing Christmas carols to your neighbors
BAD IDEA: Singing Christmas carols to your neighbors in the 4th of July
GOOD ...
@rugged tundra leetcode
@stray niche python
Hi @lavish rover
thanks
Just so much glasses
thank you
@rugged tundra byee
!stream 158991471733637120
✅ @vast light can now stream until <t:1668114701:f>.
@vast light Note that it's temporary and the window to actually start the stream is by default 5 minutes. Typically enough time for people to get set up and have the stream running. Then the role is revoked. The stream will keep running, but the role itself is temporary
Ah ok, thx thx
Oh, another thing, it's only really handed out when there's a mod+ in the VC and at their discretion, and I ask people to hop off when I head out for the day. Yeah I REALLY need to write this out somewhere.....
cyall
You leaving?
yeppp
Nuuuuuuu okay bye
@restive geyser Gurrrrrrrrrl where you been?
ded, bro lol
@whole bear If you're wondering why you can't talk, please check the #voice-verification channel
That'll tell you what you need to know about the voice gate
@whole bear whatcha uptoo
kinda tired (slept at 10 am yesterday/today) just thought id hang out for a bit before heading to bed
wbu?
ah damn, I thought you'd slept before me
unfortunately..i am an idiot :D
I slept at 8:30am and woke up at 5pm
damn...me from 10am-2pm
I got a pass coz of my cold
hi sam
hahaha that works!
i tried to sleep now, but couldnt 🥺
Hi boof
dont force it
ah yes
good luck sister
of course
yes?
thank you thank you, need it
why art thou not in vc
@gentle flint You still on the way home?
cuz I'm in the metro
yeah, about 15 minutes left
no lol
ofc
good
bit sad
sad for that knife but happy for the safety of passengers in general
also cuz the fork was no problem
ah
I fail to see how blunt tableware poses any threat to passengers
byee @whole bear, night night (hopefully)
good that you fail to see
Hiiii
nvm too much noise here
dont walk into a wall @gentle flint
!e
ham = ["pork", "beef", "spam", "eggs"]
for i, food in enumerate(ham):
print(f"Index {i} has value {food}.")
@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | Index 0 has value pork.
002 | Index 1 has value beef.
003 | Index 2 has value spam.
004 | Index 3 has value eggs.
print(((D:="abc"),(z:=__import__),(h:=z("hashlib").md5),(I:=z("itertools")),"".join(I.islice((m[5]for m in map(lambda c:h(f'{D}{c}'.encode()).hexdigest(),I.count())if"0"*5==m[:5]),8)))[-1])
@rugged root part 1
Hi, I need help.
I feel like I need to talk one on one with everyone, but I don't have permission to talk...
!code
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.
I hope that's okay, I just really need assistance.
def saturate(self, percent, show_progress=False):
percent /= 100
num_of_rows = len(self.matrix)
last_percent = -1
for rn, row in enumerate(self.matrix):
for cn, column in enumerate(row):
average = (int(column[0]) + int(column[1]) + int(column[2]))/3
for cvn, col_val in enumerate(column):
if col_val > average:
self.matrix[rn, cn,
cvn] += (225 - float(col_val))*percent
else:
self.matrix[rn, cn, cvn] -= float(col_val)*percent
if last_percent != int(rn/num_of_rows*100) and show_progress:
if last_percent >= 0:
print("\033[A\033[A")
print(f" Saturating Image [{int(rn/num_of_rows*100)}%]")
last_percent = int(rn/num_of_rows*100)
if show_progress:
print("\033[A\033[A")
print(f" Saturating Image [100%]")
return self
binarize()
File "D:\DiffSVC\diff-svc-main\preprocessing\binarize.py", line 15, in binarize
binarizer_cls().process()
File "D:\DiffSVC\diff-svc-main\preprocessing\base_binarizer.py", line 134, in process
self.phone_encoder =self._phone_encoder()
File "D:\DiffSVC\diff-svc-main\preprocessing\SVCpre.py", line 63, in _phone_encoder
return Hubertencoder(hparams['hubert_path'])
File "D:\DiffSVC\diff-svc-main\preprocessing\hubertinfer.py", line 13, in __init__
pt_path = list(Path(pt_path).parent.rglob('*.pt'))[0]
IndexError: list index out of range
!stream 158991471733637120
✅ @vast light can now stream until <t:1668118143:f>.
thx ❤️
@rugged root Can I call you through discord? I need help and it won't let me talk here. I know it's because I don't have enough messages here, I just... really need help.
Dang...
But I can't talk here. I need to verbally explain my issue.
Buhbye,( down with a migraine) , catch you later!
Oh no. Tc. Get well soon
Hello ?
@neon dagger, hallo
hello
Sorry, I can't speak
i can try
ok
can you tem me how compile protos in python?
i have protos in tree structure inside a forlder
i want to compile whole folder a
try to search the answer, but just now don't now
ok ,thanks
@neon dagger Howdy. Your microphone is hanging open. 🙂
Turning on Push to Talk or adjusting your volume threshold for sending would be appreciated, as would enabling of Krisp, if available to you.
@cerulean willow 👋
Thanking you.
You've a not inconsiderable amount of noise.
Can't hear a word.
I'll clarify. Can't understand a word.
I'm sorry, I can't deal with the noise.
What of protocol buffers?
Protocol buffers and compilation. I don't see how they relate to one another.
means i have protos in tree structure in folder
i want to compile those in python
is it clear i gurss
guess*
Python is an interpreted language.
If you need compilation, there are things like Numba, but...
Python generally doesn't do compiling.
You can transcode things into Python.
and run that
You have protocol buffers and you want to use that system to output Python code?
https://developers.google.com/protocol-buffers/docs/pythontutorial Does this seem like the sort of thing you're after?
yes
and that is compilation
@somber heath
@neon dagger I can hear that you're talking and can catch the occasional word, but it's extremely difficult to understand anything.
Yes, we can hear you, but not clearly.
Or at least for me.
^
take your time bro ???...
hi
hello
pending is higher than list
hello maro
@faint ermine this is when we spoke last year
empty biscuit tin
I have no idea why, but that sounds like an indie folk album
Very very good
A portal to the eldritch realms hidden in grandmother's biscuit tin.
['my', 'name.', 'is.', 'gabriel.']
new_list = lst[0].split(". ")
def get_words(line : str) -> list :
try :
lst = []
for mot in line.split(): # mot = mots de line sans les \n
lst.append(mot.lower())
return lst
except :
return []
!e def get_words(line : str) -> list :
try :
lst = []
for mot in line.split(): # mot = mots de line sans les \n
lst.append(mot.lower())
return lst
except :
return []
!e def get_words(line : str) -> list :
try :
lst = []
for mot in line.split(): # mot = mots de line sans les \n
lst.append(mot.lower())
return lst
except :
return []
print(get_words("Hello my name is Mr.Hemlock"))
@vast light :white_check_mark: Your 3.11 eval job has completed with return code 0.
['hello', 'my', 'name', 'is', 'mr.hemlock']
new_list = [word.strip(".") for word in lst]
brb
would specifying if its open or closed help