#voice-chat-text-0
1 messages ยท Page 321 of 1
I am also beginner
@vocal basin can tell you ig
capitalisation of forall, the keyword
so in a language where there's no lowercase separate snake_case, ig, could make sense?
start with what?
i'm like a complete beginner beginner
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
^this
useful stuff to look through
are you learning Python for school/university? job? hobby/for fun?
hobby/fun
i wanna build some skill
@rancid fractal you are in which class?
the university major is different
or uni
for software engineering?
nahh
i'm gonna take some other discipline
non cs related
but one of my relatives suggested me to learn atleast the basics of programing to make stuff easier
so, yeah
that's that
oh ok
if you prefer reading text and experimenting with code on your own (as opposed to being guided through by tests and quizzes), I usually suggest the official tutorial
https://docs.python.org/3/tutorial/
as for videos, a playlist, that's commonly recommended here is this:
https://www.youtube.com/playlist?list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7
okayy
so you are doing because of your relatives or you like it?
lemme check themm
i mean its just like learning english for me
i don't really care
but it'd be useful to know it lol
this but filtered by beginner+free
https://www.pythondiscord.com/resources/?payment-tiers=free&difficulty=beginner
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
It is not old?
oh thanksss
that'll surely help ig
it is
python is not changed in 7 years?
simple stuff has mostly stayed same
oh ok
yep i'm able to understand him well
thankss a lott
lets begin the journeyy lol
for a more interactive/varied experience there is
https://realpython.com/
they're free?
oh okayy
ig it is free
I think there are some paid parts
nope
its paid lol
half of it
ig i'll stick to youtubee
i mean i'll spend on courses later if i'm really interested in thiss
I've never taken paid python courses before
there is alot of content that is free
you dont have to pay anything
okayy
imo just building different stuff with Python will give more knowledge than many paid courses
!kindling
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.
hii
why's my python in black and white
and the youtuber has got colors to itt
the colors make it much simplerr
how do i do that?
the python interpreter itself doesn't have syntax highlighting
whereas IDEs and some text editors do
install prettier extension
hii
didn't catch on
could you repeat?
ide?
yepp
i leart thatt
okayy
the input and output are b&w
first video from the playlists shows, as an example, the following editors/IDEs:
IDLE, PyCharm, Sublime Text
vs code?
i've got thatt
nope
oh okayy
lemee try it
yeah kinda
the vs code is colorful now
ooohh
the thing didn't connect to python
it connected to the terminal for now
the vs code is showing terminal
it isn't in python
yeah
go onn
make that in where?
how do i connect python with vs code
download python extension
oh o k a y
i didd
then it should work
guyss i gtg its 12 here
gn
meet you guys tomorrow?
i'll look up some tutorials
thankss cyberr
you too mtr
Ok gn
idk deleted py just now
i'll reinstall it
i downloaded it in my pendrive by mistake
will download it in c drive tomorrow
btw I am from Pakistan
abi kahan raat hoi ha
alr gn guyss
ok gn
brb
back
what programming languages do you know?
when you started python?
When you were 13 year old?
oh I was confirming what you said
Ok I will not ask sorry
ok bye
@unreal lion ๐
Hyyy
Why do I have no permission to speak vc?
u need to be 3 days in the server atleast
i think
Ohhh
50 non-deleted messages in channels other than the bot command channels
Joined more than 3 days ago
Active for at least three different ten-minute blocks
He said you sent less than 50 messages
guess u did then
You are not currently eligible to use voice inside Python Discord for the following reasons:
- You have sent less than 50 messages.
u have 10 it says
thats like obstacle 1
if u got that then u go to the next one
maybe it wokrs like that
It's show in voice verification
39 more to go
Okay
oh u already in here for a while
so ye i think u just need the messages done then
then u should be oke. dont take me up on that tho
@knotty hornet ๐
Thx
Why can't I send you a direct message? @somber heath
Because I've my settings such that I need to be Discord friends with them for that to work.
Ohh
I accept friend requests on an exceptional basis only.
So can you send me a friend request?
Because I have a doubt and I don't wanna tell here that's why.
Will you say why you don't want to disclose your question publicly?
@wheat schooner ๐
I have no a question.
Hello my friend.
Oh no. I think it is not my question ๐
I have a question?
You said you have a "doubt", which I understand is a very Indian way of saying "question".
How are you? @somber heath
It's a miracle you're okay with all these fires.
API documentation for the Rust WidgetExt trait in crate gtk4.
"Rust wrapper around C wrapper around C++" or whatever
like docs.rs/zmq
I should contribute to this
https://github.com/alexheretic/linked-hash-set
it's been dead for four years
Just fork it
already doing
๐ด
does Haskell count
Nuitka
With the Python compiler Nuitka, you create protected binaries from your Python source code.
the feature I need from linked-hash-set is Drain
Drain: Debug can't be implemented because linked-hash-map's Drain doesn't provide a method to access items without taking ownership
Nim compiler triggers AV software, that's all I know
Typical
iterator oddNumbers[Idx, T](a: array[Idx, T]): T =
for x in a:
if x mod 2 == 1:
yield x
type
Person = object
name: string
age: Natural # Ensures the age is positive
@boreal basalt ๐
try to guess by this what it's used for
for person in people:
# Type-safe string interpolation,
# evaluated at compile time.
echo(fmt"{person.name} is {person.age} years old")
I get why it does it this way
But I don't like it
!e
print(fr"for real")
:white_check_mark: Your 3.12 eval job has completed with return code 0.
for real
Ah yes, the French strings
:warning: Your 3.12 eval job has completed with return code 0.
[No output]
it parses
wat
In the 1990s, the constant error carousel and gating were introduced as the central ideas of the Long Short-Term Memory (LSTM). Since then, LSTMs have stood the test of time and contributed to numerous deep learning success stories, in particular they constituted the first Large Language Models (LLMs). However, the advent of the Transformer tech...
!e
def _():
rm -fr"" / --no-preserve-root
:warning: Your 3.12 eval job has completed with return code 0.
[No output]
!e
def a():
rm -fr"" / --no-preserve-root
a()
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 3, in <module>
003 | a()
004 | File "/home/main.py", line 2, in a
005 | rm -fr"" / --no-preserve-root
006 | ^^
007 | NameError: name 'rm' is not defined
Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module. Many subquadratic-time architectures such as linear attention, gated convolution and recurrent models, and structured state space models (SSMs) have been developed to addr...
@marsh ginkgo ๐
ed causes ed
Check the #voice-verification channel, that'll tell you what you need to know about the voice gate
yeah i gotta be here three days
endefined dehaviour
And you can still be in the VC and talk in here
ok then
That'll get your message count up naturally and there's plenty of folks who prefer to just type instead of talk
wish i could at least show whats goin wrong :(
Sublime Merge is good
yep
here one sec
def pitch(frequency, time, Fs=44100):
frequency = notes[frequency]
samples = np.arange(44100 * time) / 44100.0
wave = 10000 * np.sin(2 * np.pi * frequency * samples)
wav_wave = np.array(wave, dtype=np.int16)
return wav_wave
sd.play(pitch('A4', 1, 44100), blocking=True)
that works
def pitch(frequency, time, Fs=44100):
frequency = notes[frequency]
samples = np.arange(44100 * time) / 44100.0
wave = 10000 * np.sin(2 * np.pi * frequency * samples)
wav_wave = np.array(wave, dtype=np.int16)
return wav_wave
sd.play(pitch('A4', 1, 44100), blocking=True)
!e
def pitch(frequency, time, Fs=44100):
frequency = notes[frequency]
samples = np.arange(44100 * time) / 44100.0
wave = 10000 * np.sin(2 * np.pi * frequency * samples)
wav_wave = np.array(wave, dtype=np.int16)
return wav_wave
sd.play(pitch('A4', 1, 44100), blocking=True)
'''py
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 8, in <module>
003 | sd.play(pitch('A4', 1, 44100), blocking=True)
004 | ^^
005 | NameError: name 'sd' is not defined. Did you mean: 'id'?
ah
I found an mdbook thing in Nim docs lol
def _riff(frequency, times, Fs=44100):
# Play Do-Re-Me
frequency = input()
times = input()
noteselect = notes[frequency]
wave = riff(noteselect, times, Fs)
sd.play(wave, Fs)
sd.wait()
return wave
this doesnt work
im not sure why
says frequency, then notes, then noteselct are all not defined
also I have an index for note frequencies
Can you toss the error and traceback in here?
Traceback (most recent call last):
File "C:/Users/baseb/Downloads/sing2.py", line 205, in <module>
_riff(noteselect, times)
NameError: name 'noteselect' is not defined
have you saved the file
yeah
also yeah, a different line
this is not the code that errors
im just trying to make it play one note first
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
remove both arguments when you call it?
since you initialise them inside
and times
if you do intend on calling input from _riff
you're defining those variables inside the function
you don't need to provide them as arguments
def _riff(Fs=44100):
i wanna be able to input like
A4, D4, E4
for notes
and then
2, 1, 2 for times
and have it play all that
then finally i gotta use that to make it play the funkytown riff lol
first get it to work with one note and one duration
converting to many is just split+zip
tho i have to run that function every time and manually input it in the code
ive been on this shit for
like
3 hours
!e
notes = "A4 D4 E4"
times = "2 1 2"
notes_list = notes.split(" ")
times_list = times.split(" ")
for pair in zip(notes_list, times_list):
print(pair)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | ('A4', '2')
002 | ('D4', '1')
003 | ('E4', '2')
ah
"guess how the notes are handled then"
constants, dozens of constants
it's a dictionary anyway
globals() is a proper dictionary
wait
locals() -- not always
ok so i got that kind of to work
locals() is a bit of a fake dictionary
!e
def f():
print(type(locals()))
f()
:white_check_mark: Your 3.12 eval job has completed with return code 0.
<class 'dict'>
notes = {
"C0": 16.35,
"C#0": 17.32,
"Db0": 17.32,
and so on
me?
def _riff(frequency, times, Fs=44100):
# Play Do-Re-Me
nots = "A4 D4 E4"
times = "2 1 2"
notes_list = nots.split(" ")
times_list = times.split(" ")
noteselect = notes[notes_list]
for pair in zip(notes_list, times_list):
print(pair)
#frequency = input()
#times = input()
#noteselect = notes[frequency]
wave = riff(noteselect, times, Fs)
sd.play(wave, Fs)
sd.wait()
return wave
sd.play(pitch('A4', 1, 44100), blocking=True)
_riff(noteselect, times_list, 44100)
it keeps giving me the noteselect not defined
#bot-commands message
I was making a thing
the fuck
('A4', '2')
('D4', '1')
('E4', '2')
Traceback (most recent call last):
File "C:/Users/baseb/Downloads/sing2.py", line 212, in <module>
_riff()
File "C:/Users/baseb/Downloads/sing2.py", line 204, in _riff
wave = riff(notes_list, times, Fs)
NameError: name 'riff' is not defined. Did you mean: '_riff'?
move() that dels the variable
time to dig through PyCharm projects to find the thing
meanwhile, another rendered stuff (because that's the latest project I had open)
Catch you later
typical me project names
universal plug'n'play'n'play'n'n'play'play'play
compile + eval -- useful
for loading/packaging
@rugged root have lyrics so incomprehensive you can't get distracted by them
Tempting
the f machine learning
the entire Docker Hub just got blocked lmao
Yea, I've heard rumors that US Gov is taking the position that providing any service to Russians (Free or not) is "doing business"
GET HTTP requests are "doing business" now
Such is the joy of geopolitics
Companies gotta abide by local laws
Serving requests can easily qualify as "doing business", generally we don't host things for free, we serve hoping to get
Docker is obliged to ban access from Crimea
Docker bans access from Russia instead
"as such, Docker claims Crimea is Russian,
therefore Docker supports putin"
You can read whatever you want between any lines you see
(I will continue making that joke because it's funny)
I don't get the joke
Docker uses this for region blocks if anyone's wondering:
https://www.maxmind.com/
Customize content and comply with regulations using in-depth IP address data.
Prevent fraud and chargebacks, manage cyber risk, and flag proxy users.
neat company
Wonder if the Charity is the CEO's pet project
https://www.maxmind.com/en/company/charitable-giving according to this
Learn about the many charities and organizations that income from MaxMind supports across the globe.
US Government bans from "Occupied Territories of Crimea" (US Government language)
Docker names it "Republic of Crimea"
?
I see occupied territories of Crimea Ukraine ๐คฆโโ๏ธ
which is modern Russian name for it
Where?
where what
Does Docker call it that?
Docker's 403 response contains that
as far as I understand it's Docker's writing specifically
not maxmind's
Well, they must support Putin, that's the only explanation.
But they must follow US law, so that is what it is
(uses as in pulls data from them)
I do feel for the people who are the receiving end of the consequences for politics.
also, as far as I understand the intention of the law, blanket-banning all of RU/BY makes it less effective than targeting certain territories specifically
so companies just opt for easier implementation of the block, undermining everything else
Let's talk state of #AI #ChatGPT #OpenAI #Recall #Ad: You can support my work at: https://patreon.com/renerebe https://github.com/sponsors/rxrbln/ https://buymeacoffee.com/renerebe http://onlyfans.com/renerebe PS5 & more @Amazon: https://services.exactcode.de/amzn.cgi?index=slectronics&keywords=ps5
https://exactcode.com https://t2sde.org https:...
@delicate tide ๐
@somber heath hey
@sly sapphire ๐
i can't talk i haven't sent 50 messages
watching this rn
what a brilliant man
getting 50 messages
i've been thinking about that lately
we expand out mental abilities by figuring out problems just within our grasp
things that challenge us and require we become more intelligent
docker support response times so far:
19 minutes, useless answer
13 minutes, useful answer
57 minutes, useless answer
56 minutes, still waiting
@drifting plover ๐
!voice
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
oh
:incoming_envelope: :ok_hand: applied timeout to @drifting plover until <t:1717033825:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).
The <@&831776746206265384> have been alerted for review.
^
how many messages do i got
im trying to figure out how to authenticate with github
link github account to existing account? login into some service with github? enable github auth on your website?
use the cli, i think i'm figuring it out though
have a very ambitious project i want to make
really?
i thought the CLI was what all the elite hackers user
it is a little hard to find documentation for what i want from the official site
GitHub CLI, as some alledge, is a bit suboptimal as a user experience
how many messages do i have
!user in #bot-commands
You are not allowed to use that command here. Please use the #bot-commands channel instead.
hi
Yes Hello guys ! ๐
hi
hello
hii
how's weather in your country? very hot here
nearly 35deg in my place
me from india
ye in nepal
nvm but british were thieves , lol
@marsh ginkgo ๐
hi
im suffering greatly
this is my third try from scratch for this final project
one sec lemme get the base code
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
notes = {
"C0": 16.35,
"C#0": 17.32,
"Db0": 17.32,
this is an example of the index im using for the notes
its really long so thats just 3
polyphony?
like multiple notes?
thats something i have to figure out as well xD
god i wish i could speak UGH
so basically
i am trying to make it where I can INPUT the notes and times for each note when I run the code
i have a working pitch function
one sec
def pitch(frequency, time, Fs=44100):
frequency = notes[frequency]
samples = np.arange(44100 * time) / 44100.0
wave = 10000 * np.sin(2 * np.pi * frequency * samples)
wav_wave = np.array(wave, dtype=np.int16)
return wav_wave
to play it:
sd.play(pitch('A4', 1, 44100), blocking=True)
i need to do the funkytown riff lmfao
@somber heath
not been in here long enough
say that again
this
its drawing from that
so i dont have to put the actual frequency for each note
howe
oh i should say i know barely anything about coding im doin this for a GE
lol
brb
yeah i think so
basically like
frequency is drawing from the note index and that index gives the frequency
def pitch(notes, time, Fs=44100):
notes = frequencies[notes]
samples = np.arange(44100 * time) / 44100.0
wave = 10000 * np.sin(2 * np.pi * frequency * samples)
wav_wave = np.array(wave, dtype=np.int16)
return wav_wave
like that
darn
The git CLI is what the "elite hackers" use. The gh CLI is the shiny new object that github is promoting.
@void snow ๐
๐
@whole bear hi
same
syntax error
:white_check_mark: Your 3.12 eval job has completed with return code 0.
x
yes
still have error if you want to print 5
I dont have permission to share screen
no like call me
what you want to know?
@whole bear hi
@wide flicker ๐
Hi
hi
@hollow jackal ๐
I am having trouble with this piece of code...
oh ๐ can't even upload the code or paste it
anw
it's hard to explain
open to get help
oh, wait, it's not Celsius
๐ @somber heath
@somber heath hey do you have any suggestion to implement chating feature integerated with llms ?
I am using pure socket right now
and I am facing problems
I am in the same situation as you rn
but I don't have any other choice coz I am in this sick loop of solving that problem
Like I said, not a great time to ask me things
ok boss
is there anyone in the vc who could help me?
here is the problem
https://github.com/khoj-ai/khoj well that's cool, a llm-based project I might actually use.
can't use voice rn, in a cafe
I ordered quite a bit
So as it turns out the storm drain in the parking lot at this cafe is completely borked. the puddle is currently 7 inches deep. Had to get my big boots out.
so this a single AI agent isn't it ? which has those cool features of web search and all that?
isn't it
yeah but I'd use it to query my own notes and docs
oh cool
yeah kill that ant
wicked bad flooding in the parking lot, and my car is very low to the ground
hydroplaned while trying to park
taking notes on this convo because I am thinking of getting hormone therapy to transition (partially, since I'm enby I want an androgynous body)
with surgery ofc
although i won't be able to get pregnant
That actually sounds pretty good
speak for yourself I'd try that
excellent source of electrolytes and cools you down too
Okay hear me out, what if we pickle serrano peppers and put that in the kool aid?
I'd do that but with almond butter since I'm allergic to peanuts
almond butter, fluffernutter, and apple cider vinegar let's go
hang on, is a man trying to explain pregnancy cravings to a woman?
@rugged root the trick is to have the leech get into gardening
Men, when it comes to woman things, we need to sit down, listen, and learn.
backpedal harder dude
what did i join in on ๐๏ธ
equality
@stark river you do realize I'm memeing right
YOU WHAT
HOW
HOW DID YOU DO THAT
HOW
No I'm already distracted, how do you get math notation in python like that?
rocks
i have questions about what is hormone therapy... first one.. is it safe for the human body?
very safe
Are you being sarcastic?
how sure are we? we as in all medical professionals
Our body is having highly varied hormone levels all the time, sometimes to extreme levels. Things we eat affect our levels as well
When has messing with hormone levels been safe?
when has it not?
It controls almost every bodily function.
sex hormones donยดt control anything
Almost every single time I've seens someone undergo it.
You're saying testosterone doesn't control any bodily functions?
is it safe? or is it something that we will find out in 50 years oh no it's not safe at all
I take it you've never needed an epipen then
No, but that's allergies.
epinephrine is a hormone
adrenaline is hormone
i mean is it the modern equivalent of using leeches to cure people in medieval times?.. or is it settled as safe once and for all?
Hormone therapy I understand as for instance testosterone.
not your breathing, heartbeat or anything needed for living
@rugged root speaking of which, did you see the new eink tablet? no blue light, apparently.
this convo has me excited for how #python-discussion is going to be on June 1
Testosterone is most often associated with sex drive and plays a vital role in sperm production. It also affects bone and muscle mass, the way men store fat in the body, and even red blood cell production.
And from people who've had it, it also messes with metabolism, sleep, and even digestion.
No one ever said that transitioning is easy.
It's more a case of the benefits outweigh the risks on a case-by-case basis. In my case, I have decided that it's worth it.
I'm nonbinary, I am both and neither male and female, so I want my body to reflect that.
Not to be rude, but how would that work out?
Isn't transition usually male to female or female to male?
I'll become the femboy that everyone wants
I don't get how you can make it be in the middle.
Look up the definition of "androgynous"
I'm aiming for an androgynous body. If I can get both sets of genitals, even better, but I don't think any doctor would actually let me do that.
thats possible
That seems more like cosmetic surgery, like breast implants or removal.
Not physically making the body be in the middle.
Like on the hormonal level. Not appearance-wise.
That's what androgynous is
You can have a male body but with cosmetic surgery look like a lady.
....it's hard to explain. kinda like how it's hard to explain what it's like to be bisexual.
Look up "Salmacian"
Well not really? Bisexual is more of sexual identity, not physical identity.
You are born a man (a male human), but you can identify as bisexual.
But to be physically in a superposition of male and female seems hard to grasp for me.
Very narrow way of thinking
I suppose it could be difficult to grasp but at the same time having that open mind for people who do understand and desire it is important
i thought noodle left or something lol
I get male to female and female to male, but not male to male-female.
Is it so bad to not wanna be solidly on either side
That would make being both male and female a physical state, which I feel is not the case since our bodies are binary physically speaking.
Not with HRT they're not
Please, I don't want male-female, I am above such limits of labels.
That's the magic
that is such a cis take lol
You said both male and female. I don't know how to refer to it.
it's an approximation
I am cis, so that's accurate?
they_are_not_binary. human body is not that simble
It isn't complex or intricate, but it is political because some people are scared of that which they do not understand.
i wish i was in this date :}
now = date.today()
now
datetime.date(2003, 12, 2)
So they decide that if they don't understand it, it must be bad.
It's hard to discuss because by simply stating simple facts about biology it seems like you're offending groups of people when you don't mean to. I was personally trying to learn.
"When one is used to a life of privilege, any attempt at equality is seen as oppression"
If this is referring to me, I don't follow.
You're still wrong is the issue
Bodies derive their state from your hormones as you grow older, but undergoing HRT can alter and almost entirely change that (excepting sexual organs, but there are now-common surgeries for such), making it not factual that it's a binary system of the human body, but can be altered
That's the GUI lib I'm messing with
A Decimal number implementation written in pure Rust suitable for financial calculations that require significant integral and fractional digits with no round-off errors.
https://github.com/imgui-rs/imgui-rs
@rugged root
anyhoo back to the strawberry crepe and reimplementing git in go
Guys, I need some data to do the optimization. Can you let me know what ping you're getting right now from your respective countries?
- US - 252
- UK - 199 ms
- Malaysia - 67 ms (where I am)
- Finland - 16 ms
- India -
- Australia -
16ms (was 32ms before)
UK - 8ms
Damn, you get 8 on india server from UK, hehe nice.
2203 ms to Mars Capital ๐
I think this is lying:
india9766
Average ping: 0 ms
Are you in india?
UK.
When you hover on the wifi symbol next to voice connected, how much does it say?
This one?
Hello human beings... I hope.
udp.port >= 50000 && udp.port <= 65535
Ports used by Discord VCs.
Germany -> India = 155ms
Wait... was my mic on?
I'll have to get more data for each of the possible servers until the next week (it'd be frustrating for others if we switch servers now, though it would help things get done faster).
There must be a way to ping from virtually every country.
So, once I get the data, I'll do a graph optimization and see which server is optimal for all users. I'll be mindful of outliers where all other users are fine except one, and ensure that the ping for everyone is manageable.
I don't know how to do it on discord to be honest. Usually I'd use a VPN to see.
I think max ping that's intelligble is around 300?
Kieran can you help me fill these tables then please?
India:
- US - 252 ms
- UK - 199 ms
- Germany - 155 ms
- Malaysia - 67 ms
- Finland -
- India - 10 ms
- Australia -
Singapore:
- US -
- UK -
- Germany -
- Malaysia -
- Finland -
- India -
- Australia -
Japan:
- US -
- UK -
- Germany -
- Malaysia -
- Finland -
- India -
- Australia -
Hong Kong:
- US -
- UK -
- Germany -
- Malaysia -
- Finland -
- India -
- Australia -
Sydney:
- US -
- UK -
- Germany -
- Malaysia -
- Finland -
- India -
- Australia -
Rotterdam:
- US -
- UK -
- Germany -
- Malaysia -
- Finland - 16 ms
- India -
- Australia -
Kieran what were you saying?
Greetings Rabbit.
Why my ping is high in this VC than the VC 1?
Were you the first person to join there?
In VC 1?
Yea.
does any one know and wed pages where i can find like exercises to help me get better at coding
Switching causes everyone to disconnect to reconnect though.
you can check edabit.com
each voice chat can have different servers/locations
which location this vc have?
๐คท
This vc has India server. Location is where you are.
I am close to India
is it free
Discord has auto voice chat server option
why my ping is high?
so I guess it thought india was good idea, problem is changing servers disconnects everyone
yes ig
It also depends on the country you are. There's countries which have good internet cables, and those which have bad ones.
No we chose India manually.
I am from Pakistan
Who is we?
why would hemlock lock to India? That's terrible option
There we go. Makes more sense now.
india9766
Average ping: 151 ms
sure but while this server is global, the voice chat is rarely global (vast vast majority are NA, European, India IMO)
VC 1 have which server?
Kazakstan has terrible internet.
Connect and look
where?
Guys for some reason I am muted
!voiceverify
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Can someone unmute me
Rotterdam is what it is currently connected to
See the #voice-verification channel. That'll tell you what you need to know about the voice gate
I have 150 ms in Rotterdam
168ms in god's country
It says I have an active voice infraction
Ah yes indeed. If you want to appeal your infraction send a DM to the @rapid crown bot
We can talk it out there
Done
@tranquil shoal We are getting some background noise, so you might want to mute between talking, though
Or turn on Krisp
Ok will do that
boooo
Yes yes, I know
@rugged root
The most effective form of pest control. Period.
this is what happens when I don't open the mac for a few months. sooo many homebrew packages that need updating.
horizontal rocket jump, isnt't that just damage surfing?
I usually surf on other players' damage. because I am a healslut.
oh helldivers, I see. yeah, that's fun. I enjoy playing a slideshow.
I get better FPS with Myst than on Helldivers.
I mean, two different games?
I was making a joke about the fact that I get one frame every four seconds.
My graphics card sucks, and I do want to upgrade it. For multiple reasons.
Definitely switching off nvidia when I switch the OS from Windows 10 to Linux on the gaming tower, when I convert it into a console for the TV.
"Oh you work with tech? Can you fix my printer?"
"Yes, throw it out and just do your printing at the public library instead."
99% of the time whenever a relative is having printer trouble, it's because they're using an HP inkjet.
I still can't run OpenIndiana desktop because I don't have a computer with nvidia gpu in it
another day living happy life without experimenting with dead-ish OSes
The OS I decided on is SteamOS, with desktop mode using Sway WM
In my experience, wayland doesn't play nice with nvidia
yes I add chorizo to my soups.
sometimes I'll use it as a substitute for ground pork when making tacos
or I'll add it to my bolognese when I want to be fancy
@deep forge you should try adding a little to a meatsauce for pasta. it's wicked good.
depends on the oil
I tried it once, and ended up needing both a new stove and microwave.
and a fresh coat of paint in the entire apartment
can I get that in Rankines?
imagine using only one temperature scale
And to think if it weren't for ronald reagan, we wouldn't even be having this discussion.
since he's the one that stopped the US from switching to metric.
wasn't one of early scales with boiling at 0, freezing at 100
Fahrenheit built his scale around the lowest temperature he could reliably reproduce, and his wife's body temperature as 100.
A good approximation I use is that every 5 C is approximately every 10 F. It is useful for 99.9% of lived human experience.
as in what Celsius, the person, used
"How large is your monitor measured in fathoms?"
can you get a monitor for $300 ? 4k , 55 inch , RCA
asians demand latest greatest tech toys
they may not have the money
we're the biggest market both in waist and waste
I'm talking the luxury market
Is there a standard size for a tatami mat?
like it's why iPhone was launched in US/Canada first
Yes, I get cranky when documentation is REALLY good and right there for reading: https://discord.com/developers/docs/resources/channel#modify-channel
Yup, the drainage here is borked
That's the parking lot at the cafe
gonna eat a ๐ฉ now.. after 6 months ....(and will probably regret it on the scales tomorrow mornin)
!pypi Cython
!e
dictionary = {"a": 3, "b": 1, "c":2}
print(min(dictionary, key=dictionary.get))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
b
A.C.E : "I'm so lonelyyyy, I got nobodyyyy, I am all aloneee..."
- After Hemlock told someone else he loves them
oddysey thats way back in time
mmm is ther a 6502 in there ? or is t before
did some research for 6502 vid games
6502 , Z80 , x , y , z ???
yo wassup rabbit, plome, magic
guys
im confuzzled
I keep getting import erros
like none of them work
in vs code)
meowy meowy @peak depot
@upper basin You working on anything in particular or just have the stream on?
NES games can be coded with a bunch of tools and emulators now - was gonna try it , sorta @rugged root
Doing the server optimizer.
fuzzy being sleepy OR acting cutey by the food source ( im cute feed me ) @peak depot
this one: acting cutey by the food source ( im cute feed me )
floofy ( long hair ) and fuzzy ( tortoise )
Floofy looks content - ready for a fierce .... nap @peak depot mi
he wanted to play
sleepy time but not for kiitys
hii
help meee
i wanna do the sum of an infinite gp
where it starts with 1/2
and the power of 2 goes from 1 to infinity
how do i do itt?
maybe you can just email discord and ask how to get the same info from debug in the api
Not a bad idea, I just wonder if it's hidden away from the bot api
Whatcha got for us?
well l just started college for Comp scie
but am not sure what projects l need for my resume
!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.
and my github
thank you
what you guys working on
okY
OHHHHH
so when u say ping u mean restrictions
limiting who can ping what
or its something different
like linking the chats so that the messages can appear in vc chat
supp
if its linking l might have an idea unless its a matter of the chat in vc just not working
oh its the oing delay that the problem right
It's a matter of ping (latency) for various users based on their locations and the internet cables that connect them.
got it l think l know the solution l will be back
hope its not a template
whats this
wat the fudge its a literall kinda ide
linux damn
this literally cmd replit
huh that actually feels a bit easier for me to navigate than normal sites
Cython is a bit odd in how it's behind/not behind Python features
Very true
What do I use to actually open the files?
yes, numpy uses Cython
ok
setup.py line 220
cffi_modules=["src/bindings/build.py:ffi"],```
I keep forgetting PyNaCl exists
pyproject.toml line 6
"cffi>=1.4.1; platform_python_implementation != 'PyPy'",```
amazing library
also very useful to learn how to use cffi
guys have u checked whether we are facing packet loss issues
py salt ?
coz the ping might be very low but haing packet loss
not everytime\
so many modules , not much time - big rock coming to earth , find your towel !!!
@rugged root
okay if its not all that l talked of then the ping problem is because of user having hardware accelaration on
@upper basin
thats my conclusion but l will think of it more
this is neat
the number of containers I have on the server has just reached 82
I wonder how much is too much
also first time seeing swap actually getting used after the memory upgrade
I'm good at Rust and Rust is good for me (simpler for me to use than almost anything else)
@vernal bridgeyou sound like him
okay, I'll edit so you don't misread it
I assumed it was an opinion
not misreading anything, just not sure how it's simpler than Python
but we experience the world however we do, so I'm not here to invalidate anything
it being simpler for me is a fact not an opinion
That's how you feel
yes, because it's objectively true
๐
smol
@rugged root epoll
smol isn't as much of a runtime/framework as tokio is
smol crate itself defines, like, a single function
everything else is just re-export of many tools to compose and run async pieces
@rugged root it's not runtime
it's an interface
(trait)
it's not the same thing
but closely related
also async!=asynchronous because languages have many specific notions of what async means
yeah, C/C++/Go for less deps
Go inherits that from C
and C/C++ are just bad at packaging so they have to be this way
it's funny how one of the worst languages for composing software, C, is basically the only way to compose it dynamically efficiently
just because it has an ABI
ABI? Already built in?
clang/gcc do disagree on how it works but not that often
Rust gradually consumes better implementations from crates that try to improve on what standard library does
I'm not excited, the clients of the company I work for are (or at least the company hopes so)
((we do have "we write core components in Rust" as a selling point))
there's actually a second large part of people who do Rust
those who are tired of other languages being bad at times
(and not yet tired of compilation times)
Rust isn't going to get that much faster ever, I'd expect
language needs to be designed upfront for fast compilation
and make many sacrifices
no traits, no lifetimes, etc.
Zig focuses more on compile times than Rust, as far as I remember reading from docs
I love that Zig remains relevant
I thought it was mainly a build tool
Zig, as a toolchain, is very powerful
I don't use it, just one of hte languages that I stumbled upon early in my journey and the name stuck and I've been following
it's just a fun name, and then I got to the site and find
love it
I've stopped being excited about things before I even looked into Rust in anyway
might as well start writing Java at this point if it's worth it
@rugged root
"can we agree on hating Oracle Solaris more than other OSes?"
still somehow supports AMD GPUs while OpenIndiana doesn't
as alleged by Oracle, at least
so, like, 1.2% true? 1.3% true?
@deep forge Windows Key + X and open Windows Terminal as Admin (or PowerShell as Admin, whichever it shows)
sfc /scannow; dism /online /cleanup-image /restorehealth; sfc /scannow
wait I thought Snowden received Russian citizenship earlier than 2022
apparently not
"Shouting fire in a crowded theater" is a popular analogy for speech or actions whose principal purpose is to create panic, and in particular for speech or actions which may for that reason be thought to be outside the scope of free speech protections. The phrase is a paraphrasing of a dictum, or non-binding statement, from Justice Oliver Wendel...
hate is protected, inciting hate is not
@rugged root My Nvidia Drivers were from 2022 
To explain #voice-chat-text-0 message :
sfc is the system file checker. It'll verify and repair system files that it finds are corrupted.
dism is the deployment image servicing and management. It for managing the various images of Windows. In this case, it verifies the image of the windows that you're currently running to make sure there aren't any corrupted things there.