#voice-chat-text-0
1 messages Β· Page 579 of 1
awakening from nap
"You see, you are wearing glasses, and I can see it from the reflection."
hello everyone
There is always a chance for summoning by invoking undefined behaviour in C++!
http://hisdern.com/cdn/shop/files/81eFrdhIErL.jpg?v=1701835092 Not the one I had, but me likey.
this looks like the one Chinese people always wear
alpha gal is the one makes you alergy to red meat
right?
wait... alpha gal is a protein present on red meat
if i remember correctly
red meat*
@chilly wolf hes probably a bee
replying to
why are you carrying pollen
feel bad for those who's allergy to red meat
i unfortunately am allergic to nuts
sob
nuts and kind taste nice
nut good
i think we need to address this allergy thing with genetic engineering.... we need to change how our immune-system address foreign bodies
like... they need to be deported or something
what about deez nuts
i'm just not paying attention π
Yo
@somber heath wondering how many times have you said those exact words
ive heard you many times and i see its quite consistent
no way
the bot is slow
python dev team should write the bot on rust for speed and security π₯
lol
discord is slow due to API gateway
im aware, im just joking
contradiction, you can't be both aware and just joking
people tend to associate security and speed on rust nowadays
thats the joke
*bea trice
i know, my jokes always fail to land
@crisp trench π
π
@vagrant glade π
what the upsidedown V means again...
Hello everybody π
disjunction connective, also known as Logical OR
we use upsidedown U....
oh wait u said upside down
OH DAMN
it's conjuction connective
omg π
a... its not even consistent...
wdym
what is upside down U? as in union or intersection ?
U is union and upside down is intersection right
on my book it said U is for union and down U is intersection
but you said down V is union....
so its P union (not P)
you just said its disjunction...
it's a bit dependent on where you're from
i think i fixed the audio issues, shouldnt be a hazard anymore
or how you learn mathematics
you said here...
i finished the burger machine
i think you missed this message
@somber heath
i didn't read the upside down part of your message lol
OREO when
(Pβ§Q) : here β§ means conjuction
im actually not sure where the original clip was from
AND*
huh....
oh you correct your self here... my bad
We got there in the end :D
oreo isnt 3 nice components like ham bur gur
hmmmmmmmm
the cookie part is O, the filling is RE
yeah this one lol
that would be 2 levers
and??? just remove the extra lever
is this the guy in the pink suit?
Yes
yes
the doflamingo
lmao
this kinda looks like a harddrive that hasnt been defragged
RE O RE O RE O RE O RE O RE O RE O~~
why i can hear this...
give the RERO RERO RERO RERO
The official video for Paranoimia - '86 Version.
Subscribe to the Art Of Noise channel here: smarturl.it/SubscribeToAON
interesting song
@woven zodiac π
hi
@hollow valve π
can i ask u something? @somber heath
Do as you will.
like i do want to talk but idk why am nervous
are u always chill?
me?
Me? Oh, my, no.
opal
my voioce is to bad do not comment please
This is the third time I've joined you on vc
and u always been like this
w
π))
how was your day guys
bad
yeah its 7 pm
oh
8 is not that many
bro am scared to talk to a 1 person
?
did you just landed on earth?
no
what planet are you from?
but u dont know how hard it is
sun
its a star
yeah i know but like i want to break the fear @somber heath
nobody know u man,it's like as talk to a new colleague
ok ok
LOL
@somber heath trust me u dont want to
why?
my sound gonna tell
opal sound so calm, i would guess he is somewhere between 30 to 35.
ho much do think i am
who?
u
am not 10 yr old
you sound like a teen, maybe 17 to 19
i don t want to be bad
W but wrong
evening everyone β
yah u right
mannn π
do not tell
Then what are you doing with your life? Sheesh. π
want hear a radio?
i'm trying to really live it.
π
sry opal but didn't heard u well
nice cat
what should i say?
how often do you use list slices?
list[::n]
list[:n:n+1]
list[::n]
list[::-n]
Not really. π
say a topic
my bad
no problem π€£
starting the 28th year, yep
why i cant strean here?
no perms
and what have you achieved so far?
ok np
i wanted to show my python project
was talking about the cake, not myself
cancer cure
Streaming rules follow fight club rules, first rule of streaming permissions is we don't talk about stremaing permissions
...
o
bro
afraid to make it public.
π€
wa
w
How long did it take you to learn python?
i meathat is, until you learn to create something
that is, until you learn to create something
I like that, the fact that you have to learn something new every day.
I made a thing day one. Printed a variable
per a tutorial
well, that's a start
it was where I started
well
and now I rarely write any Python
everyone thinks we started there
Are you still coding?
yo
bye guys
r u crying?
no?
oh ok
@random burrow π
Hi @somber heath . I am new here. just exploring the channel : ))
Hi friend βΊοΈ
vc?
morning
can i be verified please
#voice-verification π
i want to talk about some qustions i have
i dont wanna wait 3 day
i got questions now
lol
yay
i cant get mediapipe workong
and i know very basics
i have a project im working on
so ive bin asking around
import cv2
cap = cv2.VideoCapture(0, cv2.CAP_DSHOW)
while True:
ret, frame = cap.read()
if not ret:
break
# Flip horizontally
frame = cv2.flip(frame, 1)
cv2.imshow("Webcam", frame)
# Press q to quit
if cv2.waitKey(1) & 0xFF == ord('q'):
break
cap.release()
cv2.destroyAllWindows()
i got this part working
but the second i add anything about mdeiapipe breaks
I'm afraid it's not really my area of expertise. You may find someone to help you elsewhere on the server.
#βο½how-to-get-help
#data-science-and-ml
#media-processing
π
loneliness
been locked in for couple of months now
couple more months, i might get a job
What did you think about the ai revolution
@somber heath
Before that what is your speciality
im clean
1, 2, 3,
@full dagger here you would.
hi
can't talk, i dont meet reqs
#code-of-conduct , lol
!e py (a, b), c = (1, 2), 3 # ((1, 2), 3) print(a, b, c)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
1 2 3
!e py for a, b in [(1, 2), (3, 4), (5, 6)]: print(a, b)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 1 2
002 | 3 4
003 | 5 6
[(1, 2), (3, 4), (5, 6)]
is this a list of tuples?
!e py for (a, b), c in [((1, 2), 3), ((4, 5), 6), ((7, 8), 9)]: print(a, b, c)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 1 2 3
002 | 4 5 6
003 | 7 8 9
!e
for a, *b, c in [(1, 2, 3, 4), (5, 6, 7, 8), (9, 10, 11, 12)]:
print(a, b, c)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | 1 [2, 3] 4
002 | 5 [6, 7] 8
003 | 9 [10, 11] 12
beans on toast
Hello sir !
Lunch.
Pruu!
@somber heath I'm done.
yo guys
def operations(x):
return x.bit_count() + x.bit_length() - 1
any1 here good at coding python code I need help for smth I can pay if itβs allowed
<@&831776746206265384>
Why are you tagging moderators?
we don't allow paying for work. See rules 6 and 9
Oh
!rule 6 9
6. Do not post unapproved advertising.
9. Do not offer or ask for paid work of any kind.
oh mb then
btw can I ask
Iβm trying to do
If you have a question you can 100 percent ask.
As long as it's not helping with an exam, assignment, or paid work.
def operations(number: int) -> int:
# What matters is the number of operations not the integer value generated
# Converting the number and trully doing the operations is not effecient
bin_number = f'{number:b}'
bin_number = bin_number.lstrip("0")
integer = bin_number.count("1"); integer += integer - 1
integer += bin_number.count("0")
return integer
is this allowed ?
This isn't code, it's a print.
Itβs discord auto sender is it allowed ?
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
Ik I mean code helps do this
No, rule 5.
Wait discord says I canβt do that ?
yes
like its rule from discord ?
yes
automating your discord token is called "self-botting", and it's very much against the rules
but if itβs wrong nvm then
oh wait what about making a bot to do it for me ?
is this allowed ?
or no
@old otter is it ?
that's allowed, as long as you're doing it with a bot token and not a user token
So itβs allowed if I use bot token?
I just asked chat gpt and he said itβs allowed but user token is bannedable and against the rules
it's absolutely against Discord's rules to do it with a user token
ye but I can do it with bot token right ?
sending messages with a bot token is ok, but spamming messages isn't
sending
Every 5s
it all comes down to how many messages you're sending and how quickly you're sending them, I think
But how it well look like tho ?
every 5s sounds very annoying
30 maybe then
btw
The discord server has more than 100k traders
and they all spamming every 5s
ppl canβt even see my msg
but if I did a bot token how well it look like ? If I send msg
it will show up as the bot sending a message
oh so how ppl dm me π
anyways ty for ur time i hope the best for u and sorry for wasting ur time
First episode of the #mkown series.
In this video I write my own SQL database from scratch without using any libraries or third party dependencies. Only the standard library provided by the chosen programming language is allowed (Rust in this case). The end result is a basic ACID compliant database that can process only one transaction at a tim...
@tight heart π
joins what is this conversation I get greeted by?
could I ask to talk about programming?
or tech? or computers?
@somber heath please ^^
I wasn't reading chat. I was outside. I didn't start the fire that time.
I am rather flammable.
Also, it was a case of "Hey, if you really want to rile Opal up, talk to him about surveilance."
So mia culpa, but I was provoked and sure, I allowed myself to be.
!d match
@vagrant pumice
8.6. The match statement
Added in version 3.10.
The match statement is used for pattern matching. Syntax...
!d case
8.6. The match statement
Added in version 3.10.
The match statement is used for pattern matching. Syntax...
@slender sierra π
Sealioning (also sea-lioning and sea lioning) is a type of trolling or harassment that consists of pursuing people with relentless requests for evidence, often tangential or previously addressed, while maintaining a pretense of civility and sincerity ("I'm just trying to have a debate"), and feigning ignorance of the subject matter. It may take ...
Don't want to irish goodbye. Going to bed.
HiβΊοΈ
@full epoch π
@kind dew π
In general, I'm here to improve my knowledge of Python and English.
Im from Russia
why?
@ocean wasp π
@primal lion π
U need to be there morew than 3 days
Okay
Yeah
@glass narwhal π
idk i guess i've heard that song about rasputin
dunno if that's actually russian
lmao
whats up
oh yea reminds me of Tchaikovksky
matushka is a russian song right?
Oh, Tchaikovsky, but I meant modern songs.
Yea, but its sooooooo old
I still love it tho
for example, we have madk1d, ΡΡΠΌΠ½ΡΠΉ ΠΏΡΠΈΠ½Ρ, cupsize, Macan
people don't look for russian media here since there's a war
I recommend listening to this songs
Actually yea
@somber heath how old are you? You seem to know a lot
Damn, it's quite difficult to recognize speech in the voice channel, I don't understand some words, I don't speak English very well π
XD
I am taking an English exam and I can write it quite well but I find it hard to speak.
Okay guys, I'm going to see a friend.
Byee!
IPSW
Elo
They're name would be batgioi
@toxic aurora π
.batgioi is ur user name
wow
Nuh uh earth is flat shut up
vietnames is 6 pm
hello 
eryone

Official 4k Video for βTrapped In The Drive-Thruβ by βWeird Al" Yankovic
Listen to βWeird Al" Yankovic : https://weirdalyankovic.lnk.to/listenYD
Subscribe to the official βWeird Al" Yankovic YouTube channel: https://weirdalyankovic.lnk.to/subscribeYD
Watch more ββWeird Al" Yankovic videos: https://weirdalyankovic.lnk.to/list...
steam some python.
i just learned dynamic typing in python
name: str = "Opal"
age: int = 21
Provided to YouTube by Volcano
Albuquerque Β· "Weird Al" Yankovic
Running With Scissors
β 1999 Volcano Entertainment III, L.L.C.
Released on: 1999-06-29
Composer, Lyricist, Producer: Al Yankovic
Engineer, Mixing Engineer: Tony Papa
Auto-generated by YouTube.
Python use dynamic typing....
coming from Java...
if you said "dynamic typing on python" you are just saying python
it's same, but better
i meant strong* typing
oh.... Python support typing but loosely
loosely you mean weak?
Nothing is stoping you from using variable on all type
!e py value: int = "Hello, world." print(value)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
Hello, world.
python write the type to the value of the variable
type annotation only exist on the linter
how often type hints are you used professionally?
I even use type definition for more complex types
def foo(bar:int) -> bool:
...
there's nothing forcing you to put any type
Or return any type
It's called type hinting for a reason
note the hinting part
Hello
You can also do type hinting on classes ...
https://docs.python.org/3/library/dataclasses.html
@dataclass
class InventoryItem:
"""Class for keeping track of an item in inventory."""
name: str
unit_price: float
quantity_on_hand: int = 0
def total_cost(self) -> float:
return self.unit_price * self.quantity_on_hand```
class MyClass[type1]:
def __init__(self, arg1:type1):
...
thats how you can do
lists: list[int]
python -m cProfile -s cumtime example_pydantic.py
results
Method results
Attrs 15147 function calls (14905 primitive calls) in 0.025 seconds
dataclass 1538 function calls (1521 primitive calls) in 0.003 seconds
pydanitic 106809 function calls (103450 primitive calls) in 0.182 seconds
DataFrame(pyspark) 273556 function calls (268351 primitive calls) in 89.978 seconds
RDD(pyspark) 464036 function calls (455949 primitive calls) in 112.539 seconds``` example for how dataclass handle data
https://www.kaggle.com/c/ieee-fraud-detection
ieΒ³ fraud detection???
yup
loads of stuff on kaggle as they run compitions to try improve their algorithms
Why I can't talk
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
This is from default Ubuntu?
Kubuntu lts to be exact
im clean
@light plover π
I'm learning Python simply and I want to ask you if it's difficult?
Can you write "I don't understand" in English?
Do I need to type?
Learning Python is relatively easy. It does take time and effort. Some other languages are more difficult.
Where should I start?
!beginner
Here are the top free resources we recommend for people who are new to programming:
- Automate the Boring Stuff β an online book (also available to purchase as a physical book)
- Harvardβs CS50P course β video lectures (slides and notes provided) with exercises
- Python Programming MOOC 2026 course β text-based lessons with exercises
- Corey Schafer's YouTube playlist
For a full, curated list of educational resources we recommend, please see our resources page!
What for.... I'm confused my self
I need help making a game
What's your progress
Do I need English downtime experience? I don't know anything about it and am using a translator.
?
"Do I need English downtime experience" what that means???
Knowledge of English is not essential, but is very useful.
I'm confused on the "downtime" part
Some.
sorry
Well you could gain that by talking here
!e py import keyword print(keyword.kwlist)
I learned English through discord my self
!d object
Sorry, an unexpected error occurred. Please let us know!
HTTPException: 429 Too Many Requests (error code: 40062): Service resource is being rate limited.
!e py import keyword print(keyword.kwlist)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
Ahh yes, python syntax is well similar to English
well most language are...
Especially c and python
@light plover Knowing these English words will help.
Not all of these are words in English.
Some are abbreviations.
okey
def - define
del - delete
elif - else, if
async - asynchronous
I was helping my mom
How is Python better by version?
-# Russian people use ) as :) btw
But i got nothing so far
it's not
hahahaa
Would anyone play this game
No, because it's not real
what
And it's not even a game, it's a movie poster
That the game I'm making
You could ask the green bird π
But if it was a real game made by a person would you play
Is it good tho??? Can you show gameplay
Thanks guys for your help, I'll go study.
Avoid Python 2.
Use the latest available version of Python 3 you can.
You might use earlier versions for compatability with libraries.
Not yet I didn't make it yet
Or the actual screen shot of the game it's self
No I didn't start yet
So it doesn't exist okay
Many may. I would not.
I'll make it through
Cool....
I'd suggest you to avoid using AIs while making it
For resources it would be fine since it's not critical
For code, you'll see your self wondering what's wrong
Yeah I tried to use AI but the code didn't work
@somber heath well maybe there's a experienced developer handling the AI...
I mean AI could easily break the code ones the code became large enough to not fit on it's context
@primal flax π
I'm just watching video about ways of making OS simulated by AI
Where I/O was attached directly to the stable diffusion and it would generate the current screen
The most fun part there was when you type text it can't remember you typed before
And when you click something it would do random stuff
And the demo created by the creator of that FlopOS, only work for few seconds
Longer demo would break the model
@somber heath AI powered vape lol
Imagine the packaging of the vape would be
VAPE 5000 powered by AI
It already exist...
Another scary thing was you can use wifi to view people behind a wall
companies and government: what do you mean by "privacy" what that means
Technically man
The sad part was less than half of the world population knows how to manipulate most of our technologies
the magic cube lol
Welp everyone left now am bored
It would me interdimentionopoly
@primal lion elo
Hi
That would be... Something like futuristic
Like space type game
Maybe the board should be at 13 dimensions
I'm new to programming, do you guys have any realistic advice how to learn coding fast? Just started learning python this week
Make project
That's the fastest
I've got there multiple times
Burnout is real, go out and touch some grass
Socialize
And get a job
Lol
I realized there's really a huge gap between vibe coders and someone who knows how to code so I got interested learning it
Well, when you're a good dev using AI to write the boring part of programming for you is reasonable
Writing code β programming
I tried to build an app but I can't debug it lol
Do you have any tips how to learn coding properly? Like while I'm building, what should I do
Programming is done by the programmer, convert that idea into code could be done by a llm
Take note of the logic behind the code?
Just start
βjust startβ - Meu 2026
do it today
No, do it now as in this moment after you read this message
I already started
Lol
@kind cape π
Hello
IΒ΄ve to go...see yaa ._./
Where's the open source community...
It's literally the backup when everything disappear
@livid steeple π
@cinder vale hello
Iβm from korea
yo
Btw i canβt use my mic because iβm fairly new to the server
It doesnβt let me
Hi opalmist
I came back but it still doesnβt let me use my mic even after verification
It says I havenβt been active enough
Itβs a very vague metric though
You don't have the voice role. If you leave the server, you have to wait to reaquire it. If it's saying you don't have the activity and you once did, perhaps you either removed messages or they were removed.
Mysterious
Are you expert at machine learning?
22h a day is nothing. I work 30h a day.
Youβre learning programming at high school?
I wish i could use my mic
Whoβs learning programming at where?
Nice nice. I hope you land the job. Whatβs the role?
@livid pine π
hello
@livid pine π
@warm adder π
@upper spear π
event horizon nice movie
@slender tangle π
hi
Hi guys
@merry notch π
Hi what are you discuss
Books.
Ohh what type or topics
@digital gulch π
Horrible place to learn
It's a platform disguised to lurk unpaid workers to contribute to cause and complete
hi
It rewards one person out of a thousand
wow
Code wars, kaggle, leet code are in the same category
My recommendation is boring as f
Go get access to pdf of book and research paper on topic you like to learn
data_war = awerty.exe
MIT has free resources
It's good book
But I would not recommend it
I would recommend python docs
Link to what?
What exactly do you intent to do?
hi
hi
XD
the founder of walmart
and a giga genuis
genius
and i hope one day to meet him and work for him
This course introduces principles, algorithms, and applications of machine learning from the point of view of modeling and prediction. It includes formulation of learning problems and concepts of representation, over-fitting, and generalization. These concepts are exercised in supervised learning and reinforcement learning, with applications to ...
Good for beginner
elon is a meme lord
lukas walton should be the next president
@celest slate Those who hate LGBTQ are hating them because it's challenge their illusion of society.
It's same for man who hate woman or woman who hate man, simple because of gender
human hate those who challenge their illusion, we are in ponzi scheme of ideology, religion and what not
this scheme are fragile and the participant hate the challenger to scheme
as it collapse the scheme and elit will not be elit anymore
LGBTQ is in existence since primitive time, it's just that those who are part of LGBTQ are now able to represent themselves in public and politics
we human hate idea of equality which challenge the elite, hence as human we could not accept a equal society we always like to see society in black and white. patriarchy or matriarchy
as polarize society benefits the elite most
@gaunt meteor π
keeping the peace
hello
Who are we talking about ?
Sonia gandhi
she decided to run for prime minister
her action was challenged by President of India and subramanium swamy
it could be a damage on the memory

Not realy... Also I fixed it...
As I am Meu, Herald of the Memory
Segfault shall fear me as I, would eradicate
it's nice Meu ^^, I'm glad to know that.
@somber heath I just saw hemlock and cris, where they goes
90 10 is reason behind it
Onepiece.
@candid spire Cap π§’
wdym?
u are like pip install axios
Did you remember that npm axios exploit
Ha ha
π
pip. what can we use for a virtual environment instead of pipenv or venv ??
i heard of uv
Yeah I end up with global dependencies installed all the time when pip install if I don't create v env
then we'd be all hackers
@somber heath u use YouTube
U allergic to humans???
LOL
@paper wolf that's mean bruv
exactly
Not really just COVID. It can take a long time to recover even from a common cold.
It does
I have cold which I can't get rid of for life.
as I have dust allergy
which make similar condition to cold
@somber heath You should do workout Regularly to improve immunity by heart Health
The athelete go out of the way and push their body ,I am talking about normal fitness
Because it helps in later years when we get old ,we won't have much problem of bone and pain in joints
"that fact than im lazy" thats basically everyone....
especially for people on discord
Being lazy is habit it can be both choice and not your choice, I think he is lazy cause of his medical condition
@somber heath This shall to pass , it will go away after some time
@somber heath Noting is impossible,just belive in it
crisper therapy is really useful, sadly its so expensive
its like
pharma: we created cure to all cancer but it would cost 30 million
Yeah like there are millioner s with cancer who would have used it if it existed
no smart people will hide cure to cancer lol
Epstein is not Dead , literally clips available online in which he is on an Island and all
Bro Even I can build a bunker in backyard
a fraction of their net
At small scale
See you guys
see you
I don't think Chess is about Tilting ,it's just about practice and skill
Btw when I am higher rated and make a bad move it will definitely hurt more ,as I know how worse of a move it is
@candid spire We cannot suggest things to people from just one point of view.
Learn the basics of programming with the Python programming language. The focus of the course is on programming, and you will learn how to write programs and understand how they work. For example, the basics of algorithms, control structures, subprograms, object-oriented programming are covered. The course is suitable to anyone who wants to lear...
just skip the python
all the tools in the world
no more need to learn programming with this bad boy
Weird ahh tool
Also hacking doesn't realy looks like that
It's more of a waiting game
@runic root π
Hi bro
Yo ace
uncs: back in my days
the birbs
i can hear birbs
@cinder vale no, its when the tree freezes, the materials inside the tree expand and makes the bark cracks violently
theres also aloot of moisture inside the tree
@somber heath whos asking about the tree exploding?
ohh
well because the moisture expand
sometimes it because of the wood simply shrinking lacking the moisture and compressing the internal
we burn wood aloot, and we have tons of wood exploding violently
some even getting flung out
the birb on the background is a wild bird?
its so damn hot here
Bruh
we need to dump more green house gas ig
what u sending...
@upper basin you looks like the body of opalmist's voice
tho you sounds like that dev who create your own PC from scratch
@sleek shale sup π
@upper basin im interested
tho im thinking the usage quantum processor is quite limited
its too limited
i mean, as of currently we still dont have enough qbits to do anything
and the proposed majorana particles is quite questionable
@somber heath 30 years probably
oh that, maybe 10
or 5
theres already a algorithim to encrypt data thats arguably uncrackable even with Quantum processor
@modest prawn π
@upper basin im searching and studying about quantum computing
-# tho its more like googling or watching yuotube
i understand you perform computation on quantum processor with interference and entanglement
the one ive watched was how you crack RSA
@somber heath you cant...
the entanglement only tells you the state of the particle that you will know the state of the particle of another particle without breaking the second particle
@upper basin how you do computation with entanglement?
@somber heath the way you read the qbit is by collapsing its state
@keen aurora hey
looks like you have network issue
https://www.ionq.com/news/ionq-announces-intention-to-acquire-lightsynq-expediting-quantum-computing
never heard of those companies
@proven pulsar π
hellow word
@somber heath heeeeyyyyy
@marble shoal π
hey
@tribal sleet π
hii
should i chat for 1.5 hr in streak or in total has to be 1.5 hr
Total.
ohh okay
yeaa i thought of a good name and found good name
btw what are ur tech stacks
Echidnas (), sometimes known as spiny anteaters, are quill-covered monotremes (egg-laying mammals) belonging to the family Tachyglossidae , living in Australia and New Guinea. The four extant species of echidnas and the platypus are the only living mammals that lay eggs and the only surviving members of the order Monotremata. The diet of some sp...
yeah that lol
multidimentionopoly
they works :D
i always forgot to free memory damnit
but π
hi hello
@sour elbow π
hlo
π
echidna?
ohh this
they looks like ant eater
but with thorns
am i having network issue or zergut's audio is choppy?
@somber heath the issue there was, you can easily confuse the noise and just radiation
No voice-access makes me very sad. π
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
#python-discussion you chat with people here
I feel like botting on Discord takes a decent amount of code to pull off.
!paste
So that everyone can easily read your code, you can paste it in this website:
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.
Hello everyone
elo
I wanted to use an online database for a Django project which one should I use ?
that would do
Is there any platform where i can get POSTGRES for free
you mean host postgres fro free? don't know
postgress is a software no?
mps = qtn.MPS_rand_state(5, bond_dim=4)
rerouted_mps = target_mps.swap_site_to(1, 4)
original_mps = reroute_target_mps.swap_site_to(4, 1)
print(mps @ original_mps.H) # Should be 1.0
i don't want to download it, i want an online platform which can provide me postgresql
you're looking for cloud database?
yeah... i dont think they are free
YUP
okay
qc = qtn.Circuit(num_qubits)
for qubit in list(range(num_qubits)):
qc.h(qubit)
# Connect two sites
qc.cx(0, num_qubits - 1)
mps = qtn.MatrixProductState.from_dense(qc.psi.to_dense())
ohh so this is your quantum bit simulation library
any good file explorers for linux that show the preview of the image
[[0, 1, 4], [2, 3]] -> [[0, 1, 2], [3, 4]]
[[0, 1], [2, 3]] -> [[0, 1], [2, 3]]
[[0, 1, 2, 3, 4]] -> [[0, 1, 2, 3, 4]]
[[0, 4], [1, 2, 3]] -> [[0, 1], [2, 3, 4]]
f(x:list[list[int]]) -> list[list[int]]:
i type that and i get preview?
i went to hamburger menu and 3 dots
i use ubuntu
i checked and i didnt find anything
i just use Dolphin
it ships on most KDE distro

