#voice-chat-text-0
1 messages · Page 251 of 1
oh
ye
11
i thought doing that .. but then i thought then the script will be up continously
i look around this
https://docs.celeryq.dev/en/stable/getting-started/introduction.html
but things move out of my head
taskschd.msc
hmm Task Scheduler
win + r / run menu, then the above
ohh i found this
https://learn.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page
imma look around this
!d sched
Source code: Lib/sched.py
The sched module defines a class which implements a general purpose event scheduler:
@somber heath can you join the chat?
pip install Quest
optimistiq
loquatious
qourse
qarrier
qargo
traq
qrash
qaravan
Quantum Optimised Navigation.
Quopna. Letter salad.
qon
QON
QON
treq
qonmute
@stone magnet 👋
Qptimus
qoptimus
An ambigram is a calligraphic composition of glyphs (letters, numbers, symbols or other shapes) that can yield different meanings depending on the orientation of observation. Most ambigrams are visual palindromes that rely on some kind of symmetry, and they can often be interpreted as visual puns.The term was coined by Douglas Hofstadter in 1983...
oqtimus
Oqtane, but taken
qolt
aqsel
qonn
qos
QNSApp
qut
QOL
direqt
SpookyNav
qpookyNav
spooq
qookyNav
SpooqyNav
cons
qons
qons
goqart?
goqar
Quantour.
qontour
hi
qontend
Think of google maps or waze in terms of use
running using a quantum algorithm
It's sounds very quantum!
Quokka
QuokkaNav
The quokka () (Setonix brachyurus) is a small macropod about the size of a domestic cat. It is the only member of the genus Setonix. Like other marsupials in the macropod family (such as kangaroos and wallabies), the quokka is herbivorous and mainly nocturnal.The quokka's range is a small area of southwestern Australia. They inhabit some smaller...
||Australia is strange australia has lot of animals||
@stark beacon 👋
hello!
quokkanav
||Tell me Something interesting I am bored!||
guys can anyone review my project? https://github.com/NaviTheCoderboi/vivid
btw whats quiknav?
- quokkanav - App name
- qonlib - Package SDK
i have described
qonlib
pip install quokkanav
quanav
boooo, i cant speak
quokkanav - SDK
Quokka - App
quoknav
quoknavlib
sorry to bother yall, but are any of yall ok sparing a little of your time explaining or helping me with a function?
also, sorry that took me so long to type, lmaooo
so, its about discord bots... are any of you familiar with discord slash commands?
#discord-bots message
i posted it here, and im not too picky on how long it takes, its a simple function, just new to coding a bit, or lack of sleep and cant brain
The quokka () (Setonix brachyurus) is a small macropod about the size of a domestic cat. It is the only member of the genus Setonix. Like other marsupials in the macropod family (such as kangaroos and wallabies), the quokka is herbivorous and mainly nocturnal.The quokka's range is a small area of southwestern Australia. They inhabit some smaller...
that looks like a gopher...
or a beever
oh, its an actual animal
AHHHH australia...
rightttt, i hear the accent now
@clever topaz 👋
well, i should get back to working on the bot i guess...
it was cool meeting yall, but imma head out, byeeee!
hello I don't have voice chat unforcantly
thankyou very much
@clear nebula 👋
@somber heath there is a base requirement set at three days active. I guess I will have to wait untill then
of course thankyou @somber heath
Hey, I just dm you about your repo vivid (to contribute your repo)
@whole bear 👋
@drowsy kayak Put your code here
Its actually big one
!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.
while True:
name = input("Enter the product name")
price = input("Enter the product price")
quantity = input("Enter the quantity")
print(f'The product name is {name}.')
print(f'The total cost is {float(price)*float(quantity)}.')
ans = input("do you want to continue?")
if ans == "no":
break
Unfortunately, I can't talk. Because I am a new user here.
I know. I have to be in 3 days here.
class CRY(ParametricControlledOperation):
"""Controlled-RY operation.
Args:
qubits: Qubits on which the operation should be applied. Only
required when applying an operation within a circuit context.
"""
_num_control: int = 1
_num_target: int = 1
_num_params: int = 1
_target_operation: Type[Operation] = RY
def to_qasm(self, mapping: Optional[Mapping] = None) -> str:
"""Converts the Controlled-RY operation into an OpenQASM string.
Args:
mapping: Optional mapping between qubits and their indices in the circuit.
Returns:
str: OpenQASM string representation of the Controlled-RY operation.
"""
theta = self.parameters[0]
if self.qubits:
qubits = self._map_qubits(mapping)
return f"cry({theta}) {qubits[0]}, {qubits[1]}"
return f"cry({theta})"
I have sent less than 50 messages and I've been here 3 days here.
@peak depot https://www.youtube.com/watch?v=uMszu_VgMfY
Ok, I didn't die, don't worry... (hope Pomerodia's videos will be back)
Also, happy Finnish Independence National Day 🇫🇮!
''Säkkijärven polkka'' ("the Säkkijärvi polka" in English), also called the "Karelian-Finnish Polka," is a well-known folk tune from Finland, very popular with Finnish accordionists. It was especially popularized by Viljo "V...
@somber heath Do you know C, C++ ?
class CRY(ParametricControlledOperation):
"""Controlled-RY operation.
Args:
qubits: Qubits on which the operation should be applied. Only
required when applying an operation within a circuit context.
"""
_num_control: int = 1
_num_target: int = 1
_num_params: int = 1
_target_operation: Type[Operation] = RY
def to_qasm(self, mapping: Optional[Mapping] = None) -> str:
"""Converts the Controlled-RY operation into an OpenQASM string.
Args:
mapping: Optional mapping between qubits and their indices in the circuit.
Returns:
str: OpenQASM string representation of the Controlled-RY operation.
"""
theta = self.parameters[0]
if self.qubits:
qubits = self._map_qubits(mapping)
return f"cry({theta}) {qubits[0]}, {qubits[1]}"
return f"cry({theta})"
!e ```py
class MyClass:
v = 123
def update(self):
self.v = 456
instance = MyClass()
print(MyClass.v, instance.v)
instance.update()
print(MyClass.v, instance.v)```
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 123 123
002 | 123 456
@sage junco 👋
!e
class MyClass:
v = 123
instance = MyClass()
print(MyClass.v, instance.v)
instance.v = 456
print(MyClass.v, instance.v)
@upper basin :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 123 123
002 | 123 456
!e ```py
class MyClass:
v = []
def append(self):
self.v.append(123)
a = MyClass()
b = MyClass()
a.append()
print(b.v)```Beware.
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
[123]
X(index)
RX(angle, index)
Gate(op, index, angle)
Gate(X, 0)
@abstractmethod
def RX(self,
angle: float,
qubit_index: int) -> None:
""" Apply a RX gate to the circuit.
Parameters
----------
`angle` (float):
The rotation angle in radians.
`qubit_index` (int):
The index of the qubit to apply the gate to.
"""
pass
!pep 8
def Gate(self,
gate: Protocol,
angle: Optional[float],
qubit_index: Optional[int]):
""" Apply a gate to the circuit.
Parameters
----------
`gate` (Protocol):
The gate to apply.
`angle` (Optional[float]):
The rotation angle in radians.
`qubit_index` (Optional[int]):
The index of the qubit to apply the gate to.
"""
# Apply the gate
self.gate()
!e ```py
def func(f):
f(a = 123)
def f(a):
print(a)
def g(b):
pass
func(f)
func(g)
@somber heath :x: Your 3.12 eval job has completed with return code 1.
001 | 123
002 | Traceback (most recent call last):
003 | File "/home/main.py", line 11, in <module>
004 | func(g)
005 | File "/home/main.py", line 2, in func
006 | f(a = 123)
007 | TypeError: g() got an unexpected keyword argument 'a'
@latent atlas 👋
hi
!e
def func(f):
f(a = 123)
def func1(a):
print(a)
def func2(b):
pass
func(func1)
func(func2)
@upper basin :x: Your 3.12 eval job has completed with return code 1.
001 | 123
002 | Traceback (most recent call last):
003 | File "/home/main.py", line 11, in <module>
004 | func(func2)
005 | File "/home/main.py", line 2, in func
006 | f(a = 123)
007 | TypeError: func2() got an unexpected keyword argument 'a'
!e ```py
def func(**kwargs):
print(kwargs)
func(a = 123, b = 456)```
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
{'a': 123, 'b': 456}
hi, OpalMist
!e
angle = 2
if angle:
print('yo')
@upper basin :white_check_mark: Your 3.12 eval job has completed with return code 0.
yo
!e
angle = None
if angle:
print('yo')
@upper basin :warning: Your 3.12 eval job has completed with return code 0.
[No output]
hlw
@somber heath how will i get voice perms

Hi everyone
@scenic sun 👋
@scenic sun What's your question? Better to ask it in here so that other people can see
Sorry, brain is scattered
Ooo I haven't messed with the stickers yet...
I'll take a peek
Nope
only for classes
name every method X.. so that it looks like elon musk made it
If you have methods that are single characters, you need to change those names and make them clearer
Wait none of that is from your code... What're you doing that triggers that?
Like how do you replicate the error
@azure fiber 👋
Oh it looks like it has to do with discord.py version
What things are you needing that's in the older version but not the newer?
#galaxy #hamsters #ninja
Don't forget to grab "These Nuts"! Signed Vinyl and CD's available for pre-order at ninjasexparty.com
MERCH: https://goodmerchonly.com/collections/ninja-sex-party
MAILING LIST: https://ninjasexparty.eo.page/tr78r
TOUR: https://ninjasexparty.com/tour/
SPOTIFY: https://spoti.fi/3EfHuNE
INSTAGRAM: https://www.instagram....
@upper basin #internals-and-peps message Regarding the parameter thing from earlier
@median flame 👋
@abstractmethod
def CT(self,
control_index: int,
target_index: int) -> None:
""" Apply a CT gate to the circuit.
Parameters
----------
`control_index` (int):
The index of the control qubit.
`target_index` (int):
The index of the target qubit.
"""
pass
Controlled T gate
MCT -> Multi-controlled T gate
@scarlet halo
hello
!stream 425552190283972608
✅ @peak depot can now stream until <t:1706716008:f>.
thank you * infite
import matplotlib.pyplot as plt
import math
x_values = []
y_values = []
for n in range(2,100): #avoided the edge cases for fun.
x_values.append(n)
flag = 0
count=0
for i in range(2, int(math.isqrt(n) + 1)):
count= count + 1
if n % i == 0:
flag = 1
y_values.append(count)
break
if flag == 1:
print(n, "is not a prime")
else:
print(n, "is a prime")
y_values.append(count)
y_real=[math.sqrt(x)-1 for x in x_values]
plt.title("Time Complexity of Primality check: $\mathcal{O}(\sqrt{n})$")
plt.scatter(x_values, y_values, color='magenta')
plt.plot(x_values, y_real, color='black')
plt.show()```
if change the upper bound to n
I'm seeing average might be O(sqrt(n)/log(n))
O(10)?
O(\sqrt{n})
Then it scales with a sqrt of N
If an algorithm has a parameter N, and it scales with O(sqrt(N)), it means the cost of running the algorithm as you increase N is proportional to sqrt(N).
That's what big O notation means.
For instance, you never want an algorithm that scales exponentially, because as you increase N, it would increase exponentially.
^^
I feel very Dutch
@whole bear 👋
I understand you don't have vc yet.
Kindly write here so others can also see if I am unable to help.
If you need to upload something which you can't paste directly here, please use the paste bin.
!code
Upload your file there, and click on paste, and then send the url here.
Then let us know what your question/issue is, and I will do my very best to help.
lucid put your .txt in the paste bin please.
Otherwise we can't help.
We need to see the info so we can provide an opinion.
def RX(self,
angle: float,
qubit_index: int) -> None:
""" Apply a RX gate to the circuit.
Parameters
----------
`angle` (float):
The rotation angle in radians.
`qubit_index` (int):
The index of the qubit to apply the gate to.
"""
# If the angle is zero or a multiple of 2 pi, do not apply the RX gate
if angle == 0 or math.isclose(angle % (2 * np.pi), 0):
return
# Create an RX gate with the specified angle
rx = RXGate(angle)
# Apply the RX gate to the circuit at the specified qubit
self.circuit.append(rx, [qubit_index])
# Add the gate to the log
self.circuit_log.append({'gate': 'RX', 'angle': angle, 'qubit_index': qubit_index})
Hi @solemn helm
Hey there, who uses community Pycharm, how can I check my code execution time?
@upper basin https://www.youtube.com/watch?v=AKMuA_TVz3A
Ilya Sutskever (OpenAI)
https://simons.berkeley.edu/talks/ilya-sutskever-openai-2023-08-14
Large Language Models and Transformers
https://doi.org/10.48550/arXiv.2107.06499 - Lee (Carlini coauthor) says deduplication works
We find that existing language modeling datasets contain many near-duplicate examples and long repetitive substrings. As a result, over 1% of the unprompted output of language models trained on these datasets is copied verbatim from the training data. We develop two tools that allow us to deduplicate training datasets -- for example removing fro...
https://doi.org/10.48550/arXiv.2310.01424 Smith says it doesn't
Rapid advancements in language models (LMs) have led to their adoption across many sectors. Alongside the potential benefits, such models present a range of risks, including around privacy. In particular, as LMs have grown in size, the potential to memorise aspects of their training data has increased, resulting in the risk of leaking private in...
> You are standing in a dark, damp room. There is a door on the north wall.
:[CHOICE]> Open the door
[IF door IS unlocked]
> You turn the knob, and the door opens. You're free!
[ELSE]
> The door won't budge. It seems the door is locked.
:[CHOICE]> Search the room
[IF key IS here]
> You find a key on the floor.
[SET key IS found]
[ELSE IF key IS found]
> Other than the key you found earlier, there is nothing of interest.
[ELSE]
> You find nothing of interest.
[IF key IS found]
:[CHOICE]> Pick up the key
You pick up the key.
[MOVE key TO inventory]
[IF key IN inventory]
:[CHOICE]> Unlock the door
[IF door IS locked]
> You unlock the door.
[ELSE]
> The door is already unlocked.
> You are in a room.
:[CHOICE]> Look around
[IF skelly IS here]
> You see a skeleton standing in front of you!
[SET skelly IS seen]
[ELSE] > You see nothing of interest.
:[CHOICE]> Punch the skeleton
:[WORD entry]> Where do you want to punch the skeleton?
> You punch the skeleton in the {entry}. [SET skeleton's {entry} IS punched]
[IF skeleton's [entry] IS punched]
> The skeleton falls apart.
[SET skelly IS not here]
> This
Is
Multiline
> This
Is
Multiline
You are in a room
[*] Look around
[ ] Punch the skeleton
obj.child
CHILD of OBJECT
child OF object
object's child
deterioration OF statue's head IS 1
parsing is difficult
@rugged root I think I found a good use-case for qoin.
imo c syntax easier to read than english
The random generator.
you know hyperscript
It could be used for DnD.
The universe will judge your fate!
SCENE 'you are standing in a dark, damp room. There is a door on the north wall.'
STATE is_door_locked = YES
CHOICE 'Open the door.'
IF NOT is_door_locked
CAUSE 'You turn the knob, and the door opens. You're free!'
is_door_open = YES
ELSE
CAUSE 'The door won't budge. It seems the door is locked.'
1ydia, you should try to use dices too.
'you are standing in a dark, damp room. There is a door on the north wall.'
CHOICE 'Open the door.'
IF NOT door.is_locked
'You turn the knob, and the door opens. You're free!'
SET door.open
ELSE
'The door won't budge. It seems the door is locked.'
how will your engine handle state?
Make it unexpected.
~ start ~
> You are standing in a dark, damp room. There is a door on the north wall.
:[CHOICE]> Open the door
[IF door IS unlocked]
> You turn the knob, and the door opens. You're free!
[ELSE]
> The door won't budge. It seems the door is locked.
:[CHOICE]> Search the room
[IF key IS here]
> You find a key on the floor.
[SET key IS found]
[ELSE IF key IS found]
> Other than the key you found earlier, there is nothing of interest.
[ELSE]
> You find nothing of interest.
[if KEY is FOUND]
:[CHOICE]> Pick up the key
You pick up the key.
[MOVE key TO inventory]
[IF key IN inventory]
:[CHOICE]> Unlock the door
[IF door IS locked]
> You unlock the door.
[ELSE]
> The door is already unlocked.
Easily create characters, organize games, purchase content, find players, and customize your story for your group - all in your browser.
~ start ~
> You are standing in a dark, damp room. There is a door on the north wall.
CHOICE > Open the door:
IF door IS unlocked:
> You turn the knob, and the door opens. You're free!
ELSE:
> The door won't budge. It seems the door is locked.
CHOICE > Search the room:
IF key IS here:
> You find a key on the floor.
SET key IS found
ELSE IF key IS found:
> Other than the key you found earlier, there is nothing of interest.
ELSE:
> You find nothing of interest.
if KEY is FOUND
CHOICE > Pick up the key:
You pick up the key.
MOVE key TO inventory
IF key IN inventory
CHOICE > Unlock the door:
IF door IS locked:
> You unlock the door.
ELSE:
> The door is already unlocked.
✅ @dim abyss can now stream until <t:1706730586:f>.
what you need to do is represent a state diagram in text
~ blue room ~
PUT statue HERE
PUT flower pot HERE
SAY "You are in a blue room. There is a door going to the red room."
IF statue HERE:
SAY "There is a statue here."
IF flower pot HERE:
SAY "There is a flower pot here."
CHOICE "Go to the other room.":
GO TO red room
~ red room ~
SAY "You are in a red room. There is a door going to the blue room."
IF statue HERE:
SAY "There is a statue here."
IF flower pot HERE:
SAY "There is a flower pot here."
CHOICE "Go to the other room.":
GO TO blue room
i can rewrite your room based structure to remove all variables
but it will result in too much duplication
so all the branches become their own scenes/rooms
case suggestive 😳
jan chan
uwu~
onii-chan
conquered an api 💪
How?
got rate-limited?
Nande hashitteru no?
i mean a non web api.. with poor doc
hi friends
https://github.com/yassine-ennatiqi
this is my github But without laughing 🤣 😂 hh because I'm still a beginner .
!stream 179281393447075842
✅ @pastel void can now stream until <t:1706755254:f>.
pip install beautifulsoup4
@gaunt bolt 👋
yes i see
need to grind text 😆
sure might need to space out the messages get more in 🤔
ooo feels like a very smart server so much jargon
hum like that name when i first join🤣
when i start learning how to progm i just choose what ever that sound cool
but mainly use C hazz worst time
memory allocation worst
what do you all do on the server ?
mainly ?
is it like a helping to solve problems or ....?
🙏
ty
dont know i want to improve in algo
@obsidian dragon 👋
!e py int('123', base=999)36?
@somber heath :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | int('123', base=999)
004 | ValueError: int() base must be >= 2 and <= 36, or 0
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
36
!e py print(int('z', base=36))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
35
@feral sky 👋
I'm new to the server
I need to be on the server for 3 days
And send 50 messages
And but something
I understand
Speak a little slowly
Pls
Your voice is kinda bad
Ahh
@idle bison 👋
I think my internet is bad
yes ur voice is good
I can't reach you
About my car's extended warranty?
So it's my internet
Or your speakers or whatever.
I don't understand you 😂🤣
Well, I can certainly make an effort to type in text for a bit.
Yes.
Worse is the screaming.
Groovy.
To a degree, yes.
How long ago did you start?
Approximately six to seven years ago.
I started when I started. You started when you started.
Place one foot in front of the other and you'll get to where you're going.
__pycache__
Thanks
I will dedicate myself
You can be sure
Your brain is your tool, one supported by your body, so look after your body.
Look after your brain.
You'll come up against obstacles. You will not know how to proceed. This is normal. Do not worry.
Keep learning small things. Eventually, you'll find you've learned a large amount.
Yes, I see that Python seems to be easy but I saw some videos about it and it can be very complicated
@naive mulch 👋
I have a problem
!code
@whole bear 👋
What happend yo
circuit = Circuit(2, 2)
circuit.X(0)
circuit.H(1)
@qml.qnode(device)
def circuit():
qml.PauliX(0)
qml.Hadamard(1)
return qml.expval(qml.PauliZ(0))
Lgbt?
Hm?
That's the transgender flag, yes.
@snow kiln 👋
Hi
@sinful nimbus 👋
hi
!bot
!bot
Bot informational commands.
!source
hi
@proud pewter 👋
@atomic imp 👋
@somber heath 👋
hey whats up
hey hi everyone
hi @somber heath
long time
Opal I have couple of questions
can I?
what would you say to someone who is doing Bachelor's in AI and Machine learning
would you recommed him to get into data science roles directly?
or first should he be good at software engineering in order to get into data sci and data analysis kind of stuff
given the current job market trends
let's say computer network as a subject
I don't see any point getting too much deeper into computer networks if someone has a goal of doing AI.
is that the right way to think
man i wanna learn python but isk how to get into it
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
ok understood @somber heath thanks for you answers
YouTube, Corey Schafer, playlists, Python for Beginners.
why i getting this error even i using try!
Traceback (most recent call last):
File "C:\Users\dell\Desktop\projects\python\vivid\vivid\http.py", line 310, in render_error
body = self.return_template(self.pages["/500"])
~~~~~~~~~~^^^^^^^^
KeyError: '/500'
async def render_error(self, send: Callable) -> None:
try:
body = self.return_template(self.pages["/500"])
await send_response(500, body if body else "500 Internal Server Error", [[b'content-type', b'text/html']], send)
except KeyError:
await send_response(500, "500 Internal Server Error", [[b'content-type', b'text/html']], send)
i think i have
!e py raise KeyError('abcdefg')
@somber heath :x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | raise KeyError('abcdefg')
004 | KeyError: 'abcdefg'
this is my return_template
def return_template(self, template: Path) -> str | None:
"""
Return the template
Arguments
---------
template: Path
The path to the template
Returns
-------
str | None
The template or None
"""
try:
with open(template, "r") as file:
return file.read()
except FileNotFoundError:
return None
i using uvicorn only
okay thank
it works fine when i add 500.html, but i can't force users to have that
bye @somber heath thanks for your answers
try:
body = self.return_template(self.pages["/500"])
await send_response(500, body if body else "500 Internal Server Error", [[b'content-type', b'text/html']], send)
except KeyError:
await send_response(500, "500 Internal Server Error", [[b'content-type', b'text/html']], send)
not worked
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
/home
@neon osprey
@somber heath
night*
got it
on nothing
what are you talking about
@stark river are u indian ?
got it
Hey, I'd love to hear more about the technology you're working with guys
that great @rugged root .are you guys in college ?
@rugged root to get the file I need to use: !ls -l ../data/
not the manual way we did
jupyter magic methods commands?
yes
Yeah that's waaaay over my head. I never took maths at that level. I was a Computer Information Systems major rather than Computer Science major
So, it's basically four steps :
- Normalize and pad the classical data.
- Calculate the rate of decay of the Fourier spectrum.
- Choose an infidelity upperbound (which determines the bond dimension).
- Prepare the MPS circuit.
sorry I don´t accept random friend requests... only from those I have been talking for awile...
No problem, I completely understand. My account is just under verification for a few days, but hopefully, we can connect once that's sorted out
i thought %% were magic methods.. haven't used jupyter in 4 years
love you hemlock
I have only use those in SQL like finding letters %a%
!
So.... a dictionary
(!+[]+[]+![]).length
> 9
best_valid_singular_val_truncation_idx
still not as long as java vars
sparkdf.groupby(group_list).count().display()
sparkdf.filter(filter_cols).groupby(group_list).count().display()
I feel like this is verbose. XD
!+[] => true, !+[]+[] => 'true' !+[]+[]+![] => 'truefalse'
Hey 👋
@unreal zenith 👋
filter_group = lambda filter_cond, group_cols, dataframe: dataframe.filter(filter_cond).groupby(group_cols).count().display()```
Yeah, if you're going to assign a lambda to a name, you might aswell use def.
https://docs.python.org/3/library/operator.html#operator.attrgetter Yeah, these are what I was looking for
If you're sorting and what not and need to specify a key, better to use these various getters
Better performance
@rugged root can I please have video stream for today?
I need to show sth to Anokhi from a book.
Is that feasible?
!stream 664667836605661217 1h
✅ @upper basin can now stream until <t:1706807478:f>.
Thank you so much!
Everyone ignores the person in the high visibility jacket
Want to get into a place? Wear a uniform and carry a ladder
finnish ranks: https://puolustusvoimat.fi/sotilasarvot
Nicely quarantined
Bingo
Oh, MY god
So I have a meeting here at the top of the hour. It's for a vendor, they are giving us a quote/proposal. Guess what file format they have it in
pdf?
Ah lol
¯_(ツ)_/¯
Oh I forgot Cheeki
I'll be back after my meeting
It's ok i'm used to being forgotten... 
Kidding my week is ruined
I never forget you, buddy
Sane
Do you like Boba?
no way, gruvbox ice cream
Yeah boba tea
I only really dream if I wake up and fall back to sleep 🤔
Does anyone else have that?
Was thinking about it but I have work to do :3
Oh right
I know some people have no mental eye at all
As in, they can't picture things in their mind.
I assume they wouldn't dream.
Picture an apple. Which one are you? 😄
5
1
I'd say probably 2, maybe 1
Apple phone product
Alex wanna chess?
Erm, I don't really play chess sorry
I've deliberately never learned to play it as an act of self-sabotage 😄
What kind of computer is it?
Maybe a really OP NAS server? 😄
Yeah, let's steer the conversation away from this topic, if possible.
.topic
@whole bear @whole bear 
guys could you give me ideas for a app im trying to make
its a app to store bookmarks
Make an app to store bookmarks
like browsers can already do this
but i want to do it better and let you save them to cloud
Sorry alex

Have you added a tagging system?
How would that connect with the other browsers though
thats what im going to add
i havent started building it
i want to frame out the UI/UX
its a web app
i could also make a browser extension
Maybe it could recommend bookmarks based on the ones you have? Although that can be really annoying if it's not implemented well 😄
im going to let users share their bookmarks with others
if you have a firefox account it syncs all settings history including bookmarks
which is how i manage my bookmarks currently
but the ui and organization is bad
its hirearchical like folders
which is a terrible way to organize things
tags going to be better way
The main thing is to make sure all the most common operations are as painless as possible, without preventing the less common operations.
ill give you a sidebar for the top-level tags you might have
like the most general categorization
@ancient dove 👋
hey
what
@whole bear iam restricted and cannot talk
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
hemlocky
:incoming_envelope: :ok_hand: applied timeout to @whole bear until <t:1706809984:f> (10 minutes) (reason: burst spam - sent 8 messages).
The <@&831776746206265384> have been alerted for review.
You don't, actually. Re-read #voice-verification. You spam, you get the amount of time it takes to get verified increased. Earn it through normal conversation.
hiii helock
Yo
ur the best modrator
Hey, can you change your stream quality to Better Text Readability?
Ohhhhhh
only way i can stream
does the linux desktop app not work for you?
it worked for me on ubuntu, debian and opensuse
on wayland no screen share
Yeah crap, back in a bit
It works for me on wayland
ubuntu uses wayland nowadays
Plome
must be gnome on wayland coz i still use X with i3
well that's not really relevant to the question of whether screen sharing works on wayland
@peak depot
wasn't keeping it relevant to screen sharing.. just a note on ubuntu on wayland now
i may need to update my apps to make them compatible with wayland now 😦
call time, good talk
ORIGINAL UPLOAD DATE: December 10, 2009
http://www.redlettermedia.com - Finally it's here! The truly epic review/critique/analysis/film making educational video of the 1999 film "Star Wars: The Phantom Menace" There was so much to discuss with this film it had to be long so please don't complain. If you think it's too long then don't watch it...
LOL
im the big boss here
GG
@rugged root
@ocean grail is a troll @rugged root
go carry the balots
son
im your boss
what troll slave
im the boss here
go carry the balots or i smack you
!report
waterbowl
Siskel and Ebert defend STAR WARS: RETURN OF THE JEDI during a 1983 CBS NEWS movie review against John Simon. ✅ RETURN OF THE JEDI - The Skywalker Legacy Promo https://www.youtube.com/watch?v=nR8qzqeIIeU&list=PLWFtqnrU5le-BJb39ndZHP5zLD4zCOxxf&index=99
🍿 Not My STAR WARS video playlist
https://www.youtube.com/playlist?list=PLWFtqnrU5le-BJb39nd...
I wanna steal that cat
You wanna steal him my women may have issues with that
Oh my Mr.hemlock
!ban 1051118418855723140 2w You seem to only be here to troll and cause trouble. If you decide to come back, make sure you review our rules and code of conduct.
:incoming_envelope: :ok_hand: applied ban to @ocean grail until <t:1708024644:f> (14 days).
Folks, if I'm not here, and someone is being an active problem, ping mods
I've got a lot going on at work
Aren't you a mods/
One of, but it's tax season
@rugged root @gilded rivet has been a probablem yap yap yaping away you do nothing
What happened?
im a troll
I just dm'd modmail or w/e
what?
a what fight?
oh
damn i got excited briefly
andora?
Milien they should make you a mod
lol i agree
Yeah, back later
Some of the creative team behind Universal Epic Universe introduce details about this amazing new theme park, opening 2025 at Universal Orlando Resort. The first installment of this video series presents an overview of Epic Universe along with the reveal of each of the five astonishing worlds which make up the park.
Learn more about Universal E...
@coral scroll 👋
What is your question
What type of projects is better to upload to github, large complex projects or simple software, and how do these projects benefit me?
If I want to be employed in a company, What is better?
I heard that when you apply for employment in a company, your projects are reviewed, is this true?
If it is true, what should I do?
Help, I'm under the cat!
@slim hearth 👋
ye i see
cry


ye quantibility
you there
ye say hi
hi
oh got ya
kinda
so uh, how often do people come into voice chats here
yay
well someone wants to talk bad
seems like a plan
i think you may hafta talk in other rooms
like i believe its time delayed per room
Um @rugged root can you review this guys/girls plan?
Got it
@rugged root you are the dangerous type those who say it is what it is
oof
Also, you really don't need to be trying to police folks like this
I appreciate it, but if it's something like this, DM it to @rapid crown
Got it
so what do you guys use python for
Hi

World domination.
I assure you this is true
/* Tail recursion */
export sp2;
sp2( bits32 n ) {
jump sp2_help( n, 1, 1 );
}
sp2_help( bits32 n, bits32 s, bits32 p ) {
if n==1 {
return( s, p );
} else {
jump sp2_help( n-1, s+n, p*n );
}
}```
!stream 1095733970425098401
✅ @whole bear can now stream until <t:1706849723:f>.
hi @somber heath
!e
import ctypes
# Define a tuple
t = (1, 2, 3)
print(t)
# Function to change an element in a tuple
def change_tuple_element(tuple_obj, index, new_obj):
# Get the internal array of objects in the tuple
internal_array = ctypes.cast(id(tuple_obj), ctypes.POINTER(ctypes.py_object))
# Set the new object at the specified index
internal_array[index + 1] = new_obj
# Change the first element of the tuple
change_tuple_element(t, 0, 4)
print(t)
@wind raptor :x: Your 3.12 eval job has completed with return code 139 (SIGSEGV).
(1, 2, 3)
@stark river if you're not actually present, would you mind leaving the voice chat?
hmm.. so people should be at your beck n call?
drop whatever they are doing and respond to you whenever you like
no
but this always happens
who died and made you voice chat boss?
you're the only one who consistently stays in voice chat without responding
if you're afk go afk
why stay
got it.. from now on we should all just drop everything and respond to you
if I'm in voice chat, and someone joins, I respond
if I'm busy and can't respond, I don't join vc
it's annoying for other people too
then YOU respond.. why should we do as you want?
i'm emphasizing
apparently
the word "you"
I was saying how what you're doing comes across
only in your own mind
as the saying goes
i'm responsible for what i say, not what you understand
same here..
we should not have to behave in certain ways just because you want
this is common etiquette
what you think as "rude" is not a universal thing
whether you like it or not
besides i think labeling it as "rude" is excessive
you may have a dictatorial problem.. or a narcissistic tendency
now that is certainly rude
is it? i'm just suggesting something may be wrong with you if you are really excessively bothered by people not responding to you every time
why does it bother you that much? that you have to say that "they should leave voice chat "
to go to that extreme
so why do you join in the first place if you don't wanna chat?
you are certainly coming off as toxic
to even think that "ok this guy didn't drop everything and respond to me, i think he/she should leave voice chat".. that is how i'm reading it and i think that is very narcissitic
to me it feels like by being in voice chat by yourself you're saying "hey I'm available to chat, come join" and then people join and you don't respond
i never said "i don't wanna chat" .. that is putting words in my mouth
you have to understand there are a multitude of reasons why a person may not be able or cannot chat at a given moment
of course
I have the same, often
so then I don't join, or I deafen
so people don't waste their time on me
maybe i don't have a mic.. which sometimes i dont
maybe it's a discord bug.. and i can't hear or know that the other person is talking.. which happens sometimes
maybe i was online but had to go to the toilet momentarily.. so it was just bad timing
maybe i was online but had to concentrate on something for a bit. .which happens
there are many reasons why someone might be unavailable
in all those cases except the discord bug you could surely either mute or deafen
my mute is push to talk so a double mute would be redundant
not at all
it would signal to others that you are not available to respond
which is precisely what I was talking about
i think you are bothered by it a bit too much
well, it has caught me out many times for a number of weeks now, and you're the only one who does it
this is not a new frustration
there is no compulsion to speak every time in a voice chat.. anyone can join.. anyone can speak when they want..
yeah then it is definitely something wrong on your psyche side (what is euphemism for wrong?)
now you are trying to use total number of members as a case for your argument?
that must mean you personally talked to 300,000 members
agreed @obsidian dragon .. no one.. absolutely no one is compelled to speak
it is a problem with @gentle flint
i don't like to talk much.. i like to listen other people speak most of the time.. i should not be coerced into speaking every time
and as far as saying hello goes.. yes i say it every time i have access to a mic
there he goes again 🙄
if you're the only one in vc there is no conversation to listen to
you know what
fine
have your way
I will no longer expect you to respond
I will not join when you are the only one in vc
hope you're happy now
so why does it bother you? that is what i'm wondering 😂
people can be the only one in vc..
it shouldn't be that way where they cannot be the only one in vc
I don't think either of us are going to reach a consensus on this
see this is the difference bw you and me (and possibly others)..
we think you should do as you want. we don't expect you to respond every time
and yes there are times when i wish to respond but i don't have access to a mic.. so i just let it go 😦
Greetings guys
hi
I apologize if I am not talking, sort of reading sth, so I will stay muted.
Greetings plome!
saying sort of because I can't understand it fully HEHEHE
yo guys im acutally having problem with my code, and looking for someone to help me out cause i just cant figure it out
Kindly write the code here for the guys to see, and they will help you out if they can. Otherwise, they will refer you to a topical chat given the question domain.
Kindly paste your code here.
!code
should i post the whole thing
is it big? more than 50 lines
if so try !paste
!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.
oh yeah, i was actually trying to make a game with pygame so yeah its sorta big
Use paste bin.
See here?
Use paste bin. Put your code there, click on Paste button, and then paste the URL here.
Please don't ask me, I am about to throw up from the overwhelming amount of papers for my project.
Hate implementing code for papers, not always, but these, definitely.
It's soooo long
and I don't even understand the math fully.
It's like 40+ pages.
I did try github
useless codes there
What's that plome?
No, what I mean is like the paper is talking about an algorithm right?
I have to implement that.
Thing is that it has a synthesis which is not explained in the paper.
hi
So, I have to do a LOT of guess work.
Since I am not familiar with the math in great depth, I am currently useless.
Greetings Opal
I'm facing an issue with sound playback. I have separate sound channels for fight sounds (self.fight_sound_channel) and background music (self.bg_music_channel). However, when playing the fight sound, the background music doesn't stop as expected, resulting in overlapping sounds. if i play it through the channel it dosent get played at all but when i try to play it directly it works but the sound is all jittrey
@lament pond @worn apex 👋
Hi
!e py print(dir(object))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
['__class__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getstate__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__']
documentation vs tutorial
documentation is often more up to date tho
documentation should be auto-generated
@rustic yarrow 👋
yes, but it is generated from docstrings
which are not necessarily kept up to date
@rugged root
hello
where is the resources channel again?
what are your thoughts about putting tests in docstrings
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
never done it, can't say
reply to all messages
guys why do this not works in async generator?
IF LUCKY AND MESSAGE CONTAINS 'F*CK'
REPLY 'Don\'t use that word.'
if user uses word more than 10 times in 1 day send warning
you need to use async for
> Can I ask one question?
> You already asked it
oh but why not what i using?
Can I ask one question?
You already asked it
give then shares
Well what if you don't give them shares?
if user uses grape, nuke their home
you are using for
you should use async for
the scunthrope problem
kk, thanks for help
Like I don't get how some companies "hire" people without paying them.
You can use the async for expression to loop over asynchronous iterators and generators in asyncio programs. In this tutorial, you will discover how to use the asyncio async for expression for asynchronous for-loops in Python. Let’s get started. What is the async for loop? The async for expression is used to traverse an asynchronous […]
hire interns
they dont
universities require internships
note that all jobs are shitty
your lucky
class MCU3ControlledOp(ControlledOperation):
_num_control = len(control_indices)
_num_target = 1
_target_operation = Rotation(angles)
@whole bear 👋
Are you alright?
no
I'm sorry to hear that.
but eating shoe is not an option for that :(


