#voice-chat-text-0
1 messages · Page 421 of 1
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!user 278770089967353856
halfway there
@main comet iirc you are in the brick rigs discord server, and that game associates way too much with missile engineering in my brain, because that's basically the only thing that I did there recently
WAIT A FUCKING MINUTE
you arent in that server
I was
how do you know Im in there??
(that's why "iirc" not definitive claim)
"if I remember/recall correctly"
I never figured out how to properly track moving targets
dropped the game before the big logic/maths update thing
most of things I made were when there was still a limit of 256 channels
@merry pawn https://www.faa.gov/sites/faa.gov/files/07_phak_ch5_0.pdf#page=50 this?
@main comet you should probably move this conversation to DMs
@main comet .
@main comet whatever you find/see, I advise against discussing it here.
@elfin flicker you too
@main comet that's not how things work.
@main comet this is not a server-appropriate discussion
I'll move you two to the other VC for now
because Cyrillic letters?
it's untranslatable
given that, for example, Wiktionary provides four contradictory definitions
- group of females
- single female (=she)
- group of mixed gender
- group of people (=they)
I should probably upload other weird brick rigs recordings I have later
https://youtu.be/m771l97f4Sg
very physically correct game trust me
Always play with power!
http://www.facebook.com/FantomenK
Downloaders goes here http://fantomenk.bandcamp.com/track/playing-with-power
built-in into what
@main comet what do you want to stream?
!stream 702587538849923122
✅ @main comet can now stream until <t:1741043429:f>.
they aren't supposed to work yet
@elfin flicker what did you want to steam?
and now I need to go because I have to be in the office before 12 pm this time
byeee
Can you not blow up my ears please? @main comet
Discord offers a testing system
where you can deafen yourself instead of us
Can you stop with the bullying as well?
It's not fun
no one is entertained but you
hey magey im bored throw me a good project idea to work on 😎
!user 689245143609508025
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Guitarfish458 here back with a new SCP Containment breach sounds! Today i'm bringing you the sounds of the classic Femur Breaker, which contains the "lure subject". Activating the femur breaker in the game, is a part of containing SCP-106 or "The Old Man". COMMENT FOR MORE SOUNDS FROM GAMES!!!!!!!
What's this? :o
I feel like i've been writing python for such a long time and I still feel like I'm bad
do you guys have any advice to get better. Like what habits?
Work with others
find something you want your computer to do start with small things and write in python.find somethingyou want or others want..write it in python best way is to write programs i guess
ok, follow up. How do you find consistent people to work with.
how do you find the energy at the end of the day
is another follow up
are you working ?
yeah then you are already drained from work ..
but there are people who hobby code and work
I feel like I just need a strategy or way to build a habit
yeah i think yet open source is great to find some serious guys.you just have to find something people care about i guess
what's your goal ?
on this server do the open source projects cycle?
be precise
or is it the same 3?
then you can build towards that.do youjust want to build ahabit of regularcoding for its own sake?
idk
I think my goal is to give my self greater freedom by being empowered by being more capable in a skill which can be applied broadly
ahhh
I don't know this was not a precise answer
it's like I'm preparing for all possible outcomes in a way
and that's my goal
saying no is focus
you need that
find problems try to get off the machine think how you can solve them languages are just tools to implement what you have discovered after thinking how you can solve a particular problem ..what i mean is be language agnostic and solve problems get the fundamental firstprinciples right
atleast least that works quite well in terms of covering all the possibilites
no he is not
Are you able to join the VC?
solve algorithmic problems one daily,that will compound.
Honestly just pick a random problem you have or something you've always wanted to do and solve it/do it
yes but atleast getting started from algorithmic problems and going on autopilot first is important .like i do it because it has become a habit a norm for me everyday,
When I started it was for school, then I liked AI so I started learning about text generation, then I wanted to add it to a website so I learned about APIs, then I realized it was inefficient so I learned about threads/multiprocessing so I could make it more efficient and then I needed logging so I learned about the logging/aiologger and json/aiofiles modules.
yeah thats what i said.
Now I'm working for a small store in my town that wants to replace their cashiers with AI so that the cashiers can work in stocking and delivery and that's what I'm being paid to do until I leave for school or my next job.
are they going to use kiosks?
This looks cool. What is this game?
Oddsparks: An Automation Adventure is a blend of Automation and Real Time Strategy for both the die-hard fans of the Automation genre and the Automation-curious. Explore a strange fantasy world, uncover the mysteries of the past, automate your workshops, and go on adventures with your odd & adorable Sparks!DESIGN, DECORATE, BUILD, AUTOMATE!Oddsp...
$19.79
1062
Yea. I'm really digging it
Hmm
It was only $20 so I grabbed it, still EA
Trynna see if logging out and logging back in will load my achievements
There we go
Me and my buddy were trying to achievement farm Factorio
Got bored and burnt out quickly so we went back to playing CoN for a while then I just found pride in blowing shit up on Factorio
lol
Spent a few weeks back in 2024 trynna surround all the Nests with big guns and walls so I could live peacefully. Spent a couple nights with a macro going auto placing on a bunch of nests, it sucked.
Ended in misery cause the pollution produced to create the ammo and guns was insane.
Ended up getting swarmed by like 12 nests and lost my world to spawn camping bugs
The only thing keeping me from playing more Factorio is the real world being more fun to engineer 🤣
Nothing is ever more fun than trynna take over the world of Factorio
If you really want a PC killer what you gotta do is get that like warehouses mod and keep placing warehouses inside of warehouses.
Trippiest shit ever
Go on
Happens to the best of us. I still suck at speaking French
Don't beat yourself up. This is normal
Yea
I saw that
I gtg rn though. I wish you a wonderful evening
Thank you 🙂
put code or "pass" after while:
thank you friend
early access
Thx
async def executeOrder66(self):
if self.conn:
tables = await self.conn.fetch("""
SELECT table_name
FROM information_schema.tables
WHERE table_name = 'public'
""")
for table in tables:
try:
await self.conn.execute(f"""DROP TABLE IF EXSIST {table} CASCADE""")
await self.logger.info(f"Table {table} has been removed from the database")
except Exception as e:
await self.logger.error(f"An error has occured: {e}")
await self.logger.info("Order 66 Executed successfully.")
print("Rock Paper Scissors Game!\n")
player_score=0
cpu_score=0
def Game():
print("\n")
print("1=rock 2=paper 3=scissors")
print("__________________________________")
user_input=int(input("Type your choice: "))#rock=1 paper=2 scissors=3
cpu_choice=random.randrange(1,3,1) #rock=1 paper=2 scissors=3
if cpu_choice==1:
1==print("CPU chose rock")
elif cpu_choice==2:
2==("CPU chose paper")
elif cpu_choice==3:
3==("CPU chose scissors")
if cpu_choice==1 and user_input==1:
print("Tie")
elif cpu_choice==1 and user_input==2:
print ("You win")
player_score+1
elif cpu_choice==1 and user_input==3:
print ("CPU wins")
cpu_score+1
elif cpu_choice==2 and user_input==1:
print ("CPU wins")
cpu_score+1
elif cpu_choice==2 and user_input==2:
print("Tie")
elif cpu_choice==2 and user_input==3:
print ("You win")
player_score+1
elif cpu_choice==3 and user_input==1:
print ("You win")
player_score+1
elif cpu_choice==3 and user_input==2:
print ("CPU wins")
cpu_score+1
elif cpu_choice==3 and user_input==3:
print("Tie")
def start_menu():
game_start=input("Say start to begin!\n")
if game_start=="start":
times=0
times=int(input("How many times do you want to play?\n"))
for x in range (0,times):
Game()
else:
print("Wrong input try again")
start_menu()
def game_stats():
print("Game over here are the stats for the game")
print(player_score)
print(cpu_score)
start_menu()
game_stats()
``` why isnt the cpu and player values changing after the game runs x amount of times?
dont the objects get pulled into the game function? therefore changing their values?
This is funny! Laugh 😠 @haughty pier
Thank you I feel so much better about myself
import random
print("Rock Paper Scissors Game!\n")
player_score=0
cpu_score=0
def Game():
global player_score, cpu_score
print("\n")
print("1=rock 2=paper 3=scissors")
print("__________________________________")
user_input=int(input("Type your choice: "))#rock=1 paper=2 scissors=3
cpu_choice=random.randint(1,3) #rock=1 paper=2 scissors=3
if cpu_choice==1:
print("CPU chose rock")
elif cpu_choice==2:
print("CPU chose paper")
elif cpu_choice==3:
print("CPU chose scissors")
if cpu_choice == user_input:
print("Tie")
elif (cpu_choice == 1 and user_input == 3) or (cpu_choice == 2 and user_input == 1) or (cpu_choice == 3 and user_input == 2):
print("CPU wins")
cpu_score += 1
print(f"CPU Score: {cpu_score}")
else:
print("You win")
player_score += 1
print(f"User Score: {player_score}")
def start_menu():
game_start=input("Say start to begin!\n")
if game_start=="start":
times=0
times=int(input("How many times do you want to play?\n"))
for x in range (0,times):
Game()
else:
print("Wrong input try again")
start_menu()
def game_stats():
print("Game over here are the stats for the game")
print(player_score)
print(cpu_score)
start_menu()
game_stats()
Completed code with notes:
While the program was decent, I've made the following changes for readability and simplicity.
-
6 liner checking
Instead of going over each possible outcome in it's own line we've taken the possibility of the two being the same, the 3 losing possibilities, and anything else. This simplifies it and is mathematically correct so any false win/loss is not possible. -
random.randint()
You were using random.randrange() which is good if you want a range of numbers. If you want a singular number just use random.randint() -
Global variables
You were assuming that because the variables were globally defined they'd work, however functions in python are designed to assume they're working with local variables unless defined otherwise hense the global user_score, cpu_score section
ah i can’t talk
@normal walrus 👋
Oh right and
- Print statement fixes
You had
if cpu_choice==1:
> 1==print("CPU chose rock")
elif cpu_choice==2:
> 2==("CPU chose paper")
elif cpu_choice==3:
> 3==("CPU chose scissors")
(problems marked by the >)
You needed
if cpu_choice==1:
print("CPU chose rock")
elif cpu_choice==2:
print("CPU chose paper")
elif cpu_choice==3:
print("CPU chose scissors")
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
What's the ">"?
doom scrolling
I said hello did u hear me
Look at the ()
what are you working on?
Just below my first code snippet
Uhh but it's not like
!voice You do not have voice permissions. 🙂
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
doesn't do anything right?
I was just showing them where a problem they hadn't noticed was
Ohhhh
It wasn't part of the code it was just to show them
I was gonna say, damn idk python
Lol
But I'm talking right now?
what do you guys think about uv? the package manager
Oh ok. Why do you say hello to me if you knew that I wasn't allowed to speak though
You guys have any fave python functions? I abuse the zip() function tbh
i haven’t tried but i hear it’s fast
The rust one?
yeah
As friendly greeting, orientation and inclusion.
I've heard good things about it too, but they're also being heavily promoted
Haven't tried it, got it starred so I can see it update and possibly try it in the future.
I'm not allowed to speak I wouldn't call that being included. Just ignore me because it's against the rules for you to talk to me thank you
I don't want you to get in trouble
For those that don't know what we're talking about
https://github.com/astral-sh/uv
We won't we're allowed to talk to you, that's why this channel is here.
It'll also aid you in getting voice perms sooner if you talk here with us.
I believe you're operating under a misunderstanding of the situation. 🙂
It's not a rule.
It's literally not a rule.
Python Discord Rules
We have a small but strict set of rules on our server. Please read over them and take them on board. If you don't understand a rule or need to report an incident, please send a direct message to @ModMail!
Rule 1
Follow the Python Discord Code of Conduct.
Rule 2
Follow the Discord Community Guidelines and Terms of Service.
Rule 3
Respect staff members and listen to their instructions.
Rule 4
Use English to the best of your ability. Be polite if someone speaks English imperfectly.
Rule 5
Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
Rule 6
Do not post unapproved advertising.
Rule 7
Keep discussions relevant to the channel topic. Each channel's description tells you the topic.
Rule 8
Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.
Rule 9
Do not offer or ask for paid work of any kind.
Rule 10
Do not copy and paste answers from ChatGPT or similar AI tools.
You're welcome to join us in voice chat.
Well is it a bug or a feature then. I just assumed if something was forbidden there would be a law about it forbidding it AKA a rule
You just can't talk until you pass the voice gate.
Join VC
The idea is you don't get to use VCs with your mic until you've become partially active
Or have been here long enough for a very small criteria
I feel like you're tricking me you just went through a lot of trouble tell me I'm not allowed to talk and now you want me to join VC. Hmmmm
No we're telling you that there are requirements to talk
Not that you're not allowed to.
Yeah and I know that and I'm saying you're breaking the rules by talking to me
Don't break the rules you might get in trouble you're not allowed to talk to me you don't have permission
I just sent you the entirety of this server's rules.
i like that we all have animal profile pictures
I've actually off the clock right now
@vocal basin please help
she doesn’t have an animal profile picture
😭 I'm concerned that discord servers are starting to bully people into fearing VCs.
smh
All right good chat everyone I feel very excluded. I think your non ruled rule is working as intended
Its not a fucking rule you're just being dramatic at this point
I guess you could say it's part of the culture since it's not a rule. I tried to stop you guys from getting in trouble and then you said I'm the problem because I'm trying to help you not get in trouble by following the rules
If you don't want to talk, goodbye. We've wasted time and energy telling you it's a not a rule and NO ONE will get in trouble but you insist so please... begone!
I don't know I feel like you're just coming up with reasons to hate me. I don't feel like I'm being dramatic I didn't create this rule non rule that says you can't talk to people I mean that seems kind of dramatic to me
So first you don't allow me to talk to anyone and then you scold me for trying to help you and now you trying to tell me to go away to make myself disappear basically evicting me is this part of your inclusive strategy
As I said, you're welcome to join us in the voice chat. 🙂
Join us or don't.
Moving on, now.
all people without animal profile pictures are now banned
I agree
do those count as messages towards voice verification?
Undeleted messages do.
But the general idea is that it's about encouraging conversations.
like the pictures don’t?
They are messages.
oh ok, sick
No channel is a meme dump.
But the occasional image, ideally relevant to the conversation, is okay.
i wonder what my weight in mcnuggets is
27.5:1 chicken nuggets to pounds
damn i’m delicious
I am roughly 6,875 chicken nuggets.
this is how McDonald’s should do their marketing
make a website
weight to chicken nugget
global
Taking out credit with McDonalds and my body is the collateral
spicy mcchickens are my soulmate
what do you guys think about ai tools like cursor?
“i’ll go write the black mail app myself”
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
You Only Look Once (YOLO) is a series of real-time object detection systems based on convolutional neural networks. First introduced by Joseph Redmon et al. in 2015, YOLO has undergone several iterations and improvements, becoming one of the most popular object detection frameworks.
The name "You Only Look Once" refers to the fact that the algor...
@somber heath Good evening
Yolo11 is pretty good
Super efficient
sad
if something is urgent, you can just @ moderators, the whole role
Nah you're just very easy to talk to and work with so I thought you sharing your insight as a moderator would be helpful
It wasn't by any means urgent.
Fatal Labyrinth, titled Shi no Meikyuu: Labyrinth of Death (死の迷宮) in Japan, is a role-playing video game developed and published by Sega.
@somber heath
@twilit raptor 👋
Bro vc verification sucks, I only have 45 messages 😦
We all live in a yellow submarine.
@somber heath But that's how the business works.
The client is king, you can't excuse the client because you find it illogical?
There's such a thing as micromanaging and overmanaging.
Imagine sitting behind a painter and constantly criticising them as they're painting before they're finished.
painters are not conscious
oh lol read as printers
I did the same with the Paid developer.
If you don't poke them, they won't think about it as they are probably doing work for more than one client in same time intervals
Feedback is fine, but it needs to be at sane intervals.
At appropriate junctures.
@magic rover 👋
Tbh, business is not about logic.
It's about sales, if it sells it logical even if it's not!
@somber heath I found something interesting 😁
Oh oh.
Yeah, no
Hmm?
I can play chess
come to based.mobi
i made this in flask
do you like it
Whom i was playing?
me
if you make an account it saves a pgn file
and you can replay the games
Hmm
Opponents are bad!
pretty coolish
yes i lost intentionally
reduce the canvas of the board though
maybe
You've downloaded it the wrong way
As I've downloaded the same way as in my windows 11!
Haven't faced such an issue!
This Atlas makes me want to die
You can share a screenshot
Yes ig
share a picture on instagram and add me
@ebon surge 👋
hi 🫡
cool
pygame?
@whole bear how do you find rust?
is it good language to start with?
I'm using it with web assembly for a contract website
it's really good for basic tasks. Rust users are really annoying on the discord tho.
tf?
Hallo
I have an additional button exclusively for autoclicking in my newly-obtained mouse, wtf am I gonna do with it play fucking cookie clicker? is that the average case of a modern mouse or that a gift god has bestowed upon me
wut
Runescape obviously
what to do next
tell me more. i’ve been out of the game too long
@golden dome 👋
!voice 🙂
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
You are not currently eligible to use voice inside Python Discord for the following reasons:
- You have sent less than 50 messages.
- You have been active for fewer than 3 ten-minute blocks.
Wht I do
!e
for i in range(100):
print(i)
: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 | py
004 | ^^
005 | NameError: name 'py' is not defined
Open source contribute
I like how time is only aspect which is beyond human understanding
well, i may may not do that
Hi🙂
it makes sense actually
like, 50 messages is a lot haha
That's why they set this kind of trap
I got it sir
I have to ask something
I bought a book yesterday
Called:- SOFTWARE ENGINEERING By :- Hans van Vliet
So you like to have a validation?
Only 18 messages
Tbh book ain't for beginner, try on your own for some time and then switch to book.
As book is for more in depth approach!
Sad me
Who me
Yes
Validation for wht
.
Yea I do
crazy things are on my mind
Tbh I can't afford book!
So piracy is only way for me.
i use library gensis
there are thousand books on SE,why u choose this author ,somebody recommended u this
Is this rlly bad
It would have cost me 2 dollars to create hard copy of this book from pdf
@blissful drum 👋
It looks cool
It has 696 pages?
Still haven't reached 50 messages
Yea
I got the digital form in my hand RN
Stop 🙅
Why?
wakeup mokeys
I don't have to read the book
I have completed the topics in content already
@echo lynx 👋
So it's of no use to me
@uncut sky 👋
Hi
Taco barito
@lethal siren 👋
hello
Hello
sokme may know me as MR frog
Hello
@whole bear ?
Hello
Hello
@whole bear yes
Broooo
@whole bear where are you from
U said a lot good things bout me
I'm from slum!
👍
But i dont want to
@hoary narwhal 👋
yo
Wait
@whole bear where are you from
could you help me set up python? @somber heath
No 4 more

What operating system?
@windows
@somber heath i did download python and set it up but if i go in cmd and do opython --version ist says not found
last Add to env variable
@somber heath i also did that path
It's easy to do dut
Hi LX!
How to install python and should you add it to your path? I'll answer those questions in this video.
Watch my video on how to learn to code
https://youtu.be/YwNcneR4vA4
Data Science Essentials
https://youtu.be/RgFV13WyqoM
Learn Data Science (affiliate)
🎓 Data Quest - https://bit.ly/3yClqbZ
Learn Python with Giles
🎓 Exploratory Data Analysis...
i did this form this video still
So why did you asked?
cause when i open cmd it still says not found @whole bear
Something is wrong
python --version
Heyo
py
I did install same way as him
But had no issue
hii
This tutorial is for window only!
Try just py
py --list to list the versions you have installed.
nicee
open environment variable
py -0 will as well, I think
It's nice little thing they have for the Windows python
and look for it where you added it or not
@somber heath i wann a show you something how can i stream?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Let me try
ahh schuks i wanna run a script that moves my mouse every 4 or 5 minutes for minecraft so i dont get kicked while akf
afk
👀
Yeah, it'll give you the path if you do -0p. It'll also tell you which one is currently the default
Yes it works
By that I mean which one you'll enter/use when you just do py without specifiying the version
alright lemme try
so this is the script
Click here to see this code in our pastebin.
This isn't working
Why did you have so many python versions?
3.13_t_ 🧐
Surprisingly no
is this in kind the right way?
!code
I'm a bit chonky at the moment
!code
^
Yeah I'm putting on some weight, but I'm not huge or heavy
Please react with ✅ to upload your file(s) to our paste bin, which is more accessible for some users.
the screaming guy is my favorite
@rugged root
space in file name :/
@lilac flax If you're wondering why you can't talk, check the #voice-verification channel. That'll tell you what you need to know about the voice gate
That's only really common here in the countryside
In London you'd get weird looks
no no error
It just isn't doing anything?
but it wontropen
How are you trying to open it?
it wont open
Yep 
Won't run or open, just making sure I'm understanding
i click on it a cmd or python flashes for a sec and thne noth9ign
It won't work
Make sure python is accessible from cmd
So open up a terminal/command prompt, etc.
Then do py and drag and drop the file into the window
yes?
Try running it from the command prompt and see what happens. There might be an error message that flashes up too quick for you to see it.
like this?
But it should have worked if he is using cmd to open / run it
If python is accessible
Correct, which is why we need to keep the window open so we can see the error
put a space between py and file name
Open Powershell at the folder containing the file, then use the command py test.py, assuming the file is called test.py.
Make sense
If it's popping up and closing (especially if it's supposed to be a while True: loop) then there's an error
did you write test.py in the file?
yes
don't do that
test.py is the file name, shouldn't be in the file
without the test
Ah, so you're going to need to install the package pyautogui.
py -m pip install pyautogui
Better to assume that it isn't installed
Hi
now?
If you find error use GPT for solution
That's not the best way to do it
Or use google search
Even with GPT, researching is still a really important skill
But he has to find solution on his own
when i run the script it dosent do anthiny
i do like maths 😄
jusst this
i don't know pyautogui but i think you aren't really running the gui
long time not using them tho
@unique wyvern thats rly cool
I can't use the mic @somber heath
wait acccpet freind request
i don't do dms, sorry
sorry
Okay thanks
I haven't used C#, but I've mostly heard good things about it
Yea it's meant to be like Java but a bit better (in some way)
C# is windows java with lots of extra stuff included
Yea operators are like +, -, /, *
The one you're looking for is the remainder operator: %
Also known as the modulo operator.
^ @cedar mason
I love me some divmod()
I tried elm, but I remember getting frustrated with it for some reason
Can't remember why
OI DIDDDDDDD ITTTTTTTT
@cedar mason % modulus
!e
print(3 % 2)
print(4 % 2)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 1
002 | 0
A free, mostly idle RPG
I love idle/incremental games
SO much
It's my guilty pleasure
@sweet sorrel bus or boss
bawls?
@sweet sorrel Like that?
Wait, you're going to try and put a card in that?
I just realized that the picture is just a rendering, not an actual blade
if Counter Strike can be played like this that would be great lol
some rly good ones ive been playing for years:
incremental CS 🤨
Ooooo
@woeful totem👋
@rugged root the script works perfectl yit moves my mouse but its not working in minecraft
Guys I'd like to know, how can I check my GPU detailed info in PC?
Please react with ✅ to upload your file(s) to our paste bin, which is more accessible for some users.
CPUID HWMonitor
or MSI afterburner
I use NVIDIA 3050rtx
So that's a bit of a hiccup when it comes to doing this with Python. Python needs the terminal window to have priority, so it needs to be on top of everything. If you're wanting to automate something in a game, I'd recommend AutoHotKey
nvidia control panel should also have detailed info
Free keyboard macro program. Supports hotkeys for keyboard, mouse, and joystick. Can expand abbreviations as you type them (AutoText).
Conveninetly, there is a Python library for it as well
I do have this application
So you don't have to use their language
@brittle gazelle 👋
But how?
In the interface, I got no help!
see the thing is i want to use the script in a minecraft server , but the server kicks you ot after 20 min if you dont move your mouse and im trying to do that
Help -> System Information
alright
unless you mean you literally have no Help menu lol
It's about manage settings
what are you trying to do?
I want to know utilization detail.
Like how in Linux, there is utility which helps with that
Trying to find a decent mouse jiggler
One that won't be suspect
(by that I mean the jiggler itself isn't sketch)
i have a mouse mover by 4dots but that wont work either
Can you link that one?
like when im in minecraft my cursour vnaish only when i opne inventory my cursour is shown
sure
Lade Mouse Mover für Windows kostenlos herunter, eine der beliebtesten Apps des Entwicklers 4dotsSoftware.. Finde sie auf Uptodown.com
https://www.cpuid.com/softwares/hwmonitor.html free version of this should show utilization
Let me try!
Give this one a shot
I can check the efficiency as well in it?
I hope you're a user of this application!
not sure. yes I've used it for a long time for checking temps and fan speeds
Nah dude
I don't want to check these things
this?
Hmm I got the help
Ye @hoary narwhal
@whole bear Thanks dude for you r time and help!
I do appreciate!
Nsight is tool that I needed
bye
@rugged root i activated how do i know it works
Should be fine
The movement.
mouse aint moving xd
wdym the mosue downst move
Hold on
@real valve 👋
hi
so im back
Any luck?
Can you take another screeny of the settings?
exact like tihs
Zen means that you won't see the jiggle
And it'll currently only jiggle every 6 seconds, which should be plenty
can someone explain oop (object oriented programming) i cant understand it
What part is tripping you up?
You want this Opal or should I?
This is one of my favourite things to explain. I am not awake enough.
Conveniently, I love explaining it too
i could kiss you finally it works i will leave it for 5 min to see if i get the afk effect
Keep me posted. I'm hoping it does end up working for you
@whole bear ...👋
So OOP (object oriented programming) is the concept of having self contained packages of functionality and information that you can pass around. For Python, that takes the form have having classes that you can make objects (or instances) of
Let's take a quick example (bear with me, it'll take a moment to type out)
so with oop you can reuse and change properties?
Correct
so are the classes kind of like properties?
!e So for this example, I'm going to be making a class called Student and making a couple students/objects from it
class Student:
def __init__(self, name: str, age: int, favorite_subject: str):
self.name = name
self.age = age
self.favorite_subject = favorite_subject
def introduce(self):
print(f"Hi! My name is {self.name}. I'm {self.age} years old and my favorite subject is {self.favorite_subject}.")
sally = Student("Sally", 10, "math")
billy = Student("Billy", 9, "science")
sally.introduce()
billy.introduce()
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | Hi! My name is Sally. I'm 10 years old and my favorite subject is math.
002 | Hi! My name is Billy. I'm 9 years old and my favorite subject is science.
how important is understand the concept of oop
at the beginning
will it be easier if i learn more
At the very very beginning, you can get by
It's slightly optional, but highly advantageous.
The core concepts (functions, data types, loops) are more important to get down initally
Every object has a type, a class. Class list vs a list.
The class is the blueprint.
The instance is an object created by that class.
True and False are instances of the bool class.
so for example if i had a car the "properties" aka color or engine would be class/s and the car itself is an object?
the color and engine was an example
not to be used literally
The data structure of instances is defined by the class.
Okay I think I understand it now.
thanks man
opalmist and mr.hemlock
I'll come back later
Man I fix one issue just to have to take care of another. Back in a bit, have to change lightbulbs
real lol
This is my lock screen
L O N G D O G
lol looks like they got a green eye and a red eye
This is him rn
making progress on my switch from windows to linux for the gaming desktop. today's project: setting up neovim.
more brave than me, i used linux for 2 days and went back lmao
Daww
cant get my lock screen lol, but it's still the default fedora one. working on that.
I was wondering if someone would ever make that joke
Very well played
For what you're doing, I would not worry about it too much
I feel the clock speed when I run heavy stuff, but never really noticed num cores.
You think this one is overkill?
Like I should go for sth lower (kind of want to avoid buying another CPU soon after it).
What do you think you need the cpu for? Like what are you specifically looking for other than the numbers
What problem is it supposed to solve
I would like to be able to game with it eventually as well.
Like for now just make a very minimalistic build and later buy GPU and other stuff.
Main use is heavy coding (some of my code take days) and gaming.
Maybe eventually some blender.
i bought a bad prebuilt and upgraded it over time and it is still rather cheap
it's worth 400-600 USD
I feel I can afford 700-800 within 2-3 months.
My main use for my laptop is code editing and job searching when I get tired of being in my apartment
But I want sth really good if I am skipping the GPU entirely.
Like I am completely skipping the dedicated GPU.
For now.
The desktop is where the power currently lives, it currently exists for Stalker 2, TF2, and hobbies
A 4060 GPU with 13900 CPU with 16gb ddr5 was 1.25K usd.
Stalker 2 is just bad.
Horribly unoptimised.
Like if I am building sth on me own AND skipping the GPU altogether then I need it to be around half.
also keep in mind theres a lot of tweaking you can do in windows to increase performance
You can but that hits a ceiling fairly quickly
true true, depending on how old the hardware is though it can make a big difference
can i ask you guy smth. please be nice, what do you think of my program (if i have anything misspelled then mb)
That's a neat way of doing things
For sure.
if your talking to me thank you
I was yeah
lol i didnt even notice i was in vc the whole time
I hadn't thought about just opening a calc and doing it manually like that
Oh the number of times I've done that...
whats going on?
The power of Santa
But like
Less gun
Less gun more fun
That still drives me bonkers
@rugged root wanna see the game I've been working on?
Here in a sec, but sure
!stream 1157723305265078272
✅ @astral coral can now stream until <t:1741113298:f>.
sup
🎁 Free Gifts : Lenovo Laptop Backpack 🎁 Pre-Installed Microsoft Office Home & Student 2021 MODEL : 82XM00JCMJ - Abyss Blue 82XM00JBMJ- Arctic Grey ==== SPECIFICATIONS ==== PROCESSOR : AMD Ryzen™ 5 7430U Processor GRAPHICS : Integrated AMD Radeon™ Graphics MEMORY : 16GB Soldered DDR4-3200 STORAGE : 512GB SSD M.2 224
!stream 1157723305265078272 30M
✅ @astral coral can now stream until <t:1741115497:f>.
guys why does my tinker app not open?
from tkinter import ttk
import random
class App():
def Menu(self):
self.root=tk.Tk()
self.root.geometry('500x200')#changes size of widget
self.root.title('Game')#name for app
self.mainframe = tk.Frame(self.root, background ='white')
self.mainframe.pack(fill='both',expand=True)
self.text = ttk.Label(self.mainframe, text='Rock Paper Scissors Game', background='white', font =("Times New Roman",30) )
self.text.grid(row=0, column =0)
start_button = ttk.Button(self.mainframe, text='start', command=self.start_menu) #creates a button with txt
start_button.grid(row=1, column =0, pady=10)
#self.set_text_field = ttk.Entry(self.mainframe)
#self.set_text_field.grid(row=1,column=0, pady=10, sticky='NWES')#pady creates a border of space in y cords sticky makes the text box the same as the txt above
self.root.mainloop()#need this for the widget to show on screen
return
if __name__=='__main__':
App()``` it was opening and it stopped
This exists. You're welcome
https://www.vat19.com/item/office-udder-stress-ball-toy
@nova stream Yo
Hi!
Could you please tell me where can I request a code review? I'm afraid I have misunderstood repository pattern
the DDD one?
You can use the help system (see #❓|how-to-get-help for more details on that) or you can pass it by one of us
#software-architecture is probably the place
Also yes
but how is it conducted? should I upload my piece of code 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.
yeah, I read about it in cosmic python
I can probably do review of the code, I'm currently working on a several projects that use one of the implementations of the repository pattern
that would be great! should I drop my code via the link above or could I stream it to you?
paste it there, then send the link
also seems like @wise cargo has a bug (-ish): it deletes all reactions on timeout not only its own reaction
@rugged root
Interesting.
Probably more on the -ish side
Good catch, though. I never would have noticed that had you not mentioned it
!paste test
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.
Showing that it's a test
or just send the link to GitHub if the project is on there
@placid jackal
Jesus christ
the optimal running conditions
When you want to run your computer but also have a cup of tea as well
why can't liquid water we hotter than 374 °C 

bot/utils/messages.py lines 101 to 107
try:
try:
await bot.instance.wait_for("reaction_add", check=check, timeout=timeout)
except TimeoutError:
await message.clear_reactions()
else:
await message.delete()```
Yo Viv
Probably not worth changing
Neat though
https://paste.pythondiscord.com/3DMQ
please, check it. i was supposed to use only methods declared in abstract class but then it became cluttered with more precise queries
yes
lol
what is RPConfig?
It's a model for a table for a configuration, just look at Reflinks.
my pc is on a constant 80 degrees
@placid jackal That's pretty lit
Fire joke
Sick burn
shouldn't get_all be returning list[T]?
@nova stream
That... wha..... Viv why
because its a pre build, and "its fine"
yes, you are right
because the manufacturer wants the system to run quiet, so the fans never really spin up fully until you hit 100
(and ofc only their stupid software is able to change the fan speed, and ofc that doesnt run on linux)
Water Block
Can I ask which of these makes more sense:
AWS Site-to-Site VPN is an IPSec VPN solution that is designed for connecting a data centre or office directly to AWS and would be ideal for our implementation however it requires a static IP address and does not work well with dynamic Network Address Translation(NAT). The network that the On-Premises server is connected to does have a static IP address and it uses dynamic NAT as well as having strict Dynamic Host Configuration Protocol(DHCP) rules that meant using Site-to-Site would be impractical.
AWS Site-to-Site VPN is an IPSec VPN solution that is designed for connecting a data centre or office directly to AWS and would be ideal for our implementation however it requires a static IP address for the VPN connection. The network that the On-Premises server is connected to does not allow this configuration as it uses dynamic Network Address Translation(NAT). NAT converts an internal IP address to an external static(Usually, but not always) address. This conversion changes regularly meaning that the VPN connection would breakdown regularly. Another roadblock is the network's strict Dynamic Host Configuration Protocol(DHCP) rules. These cause the internal IP address of devices to change periodically. Both of these issues prevent Site-to-Site from working.
tho... it has been a few years since I tried linux fan control on this system.... maybe one of them has gotten a fix for this
Option 3. Two cans and some string
Boom
as with many such patterns patterns, they are targeted more towards languages like Java,
so when you apply them in Python, it's generally a minimal requirement to have the code pass strict pyright and/or mypy;
(typing is important when you're turning something into a formal pattern)
Shit yeah, didn't think of that!
When was the last time you dusted the rig?
its definitly due for a dusting, but I want to swap the thermal paste as well, and well I havent bought a new tube yet
Fair point
yeah but how shoul one implement one? the book says that abstract class should declare CRUD methods and when I inherit it my actual class become cluttered with those more precise queries like get_by_name, get_by_id, etc
!d functools.singledispatch
@functools.singledispatch```
Transform a function into a [single-dispatch](https://docs.python.org/3/glossary.html#term-single-dispatch) [generic function](https://docs.python.org/3/glossary.html#term-generic-function).
To define a generic function, decorate it with the `@singledispatch` decorator. When defining a function using `@singledispatch`, note that the dispatch happens on the type of the first argument...
I forgot that existed for a bit
Also kind of bummed that there isn't multiple dispatch
But I'm looking at the wrong language for that
should I use this when implementing repositiry pattren? yeah, this decorator is mentioned in fluent python book
@nova stream (I'm typing in #code-help-voice-text; and you have streaming perms if you want to show the code)
brb, reboot time
Hell yeah
.... I saw dust start flying inside the case
HA
fucking prebuilds
It's like self-cleaning ovens
on the other hand I still cant seem to control the fans via linux
but at least its actually using them now
Weird. You'd think Linux would make it easier. Just as easy as they make dealing with audio sou- oh right
already dropped to a stable 60 degrees (hopefully drops more once I clean it tomorrow)
its some Bios lockdown bs
as far as I understand it you would need a dedicated software for the model
What brand of pre-built?
acer predator
Oh hmmm..
I've never known them to have weird stuff like that, but I haven't dealt with them too terribly much
no fan control software (except theirs) worked on windows either
thats.... likely not
More just curiosity on that one
(tho honestly do you expect them to lift the restrictions)
"we know whats best for your system" kinda bs
(thank god for noise cancelling headphones)
HA
That's partly why I invested in a fan control panel
Barring the CPU and GPU fans, obvs
(for future reference, dissabling "smart fan control" in bios => 100% 24/7)
That's really bizarre
or at least way higher than what they were WHEN THE CPU WAS 80 DEGREES
Have you repasted and remounted?
They're waiting on the paste
like a year ago, I am going to asoon as I am in town next and can buy paste
Use peanut butter
Crunchy?
tho I might just clean out the dust tomorrow
That alone will help
No, 50/50 mix crunchy & smooth. You don't want too much crunch but you need a bit
also idk wtf they were thinking with this case, like 70% of the fan is covered up
Ah that's right, I remember now
#AirFlow
I guess, just with the rest of the disaster the default cooling on this is
I miss the old beige cases. Just one giant heatsink
and its hell trying to clean that fan, because theres is a SSD on the other side of it
Is that glass or plastic in front of it?
plastic
I might be able to take the case apart more, idk.
havent really tried
I have a terrible idea
break it?
OR, cutting it with a Dremel and making a little hatch so you can clean it directly
I mean
If you want to be right, then sure
Front could afford some more holes, though
and like theres a crate on the inside, so even if I unmount the stuff in the way its gonna be hell to clean
True
thx hemlock
(I mean if I really wanted I just put a arduino in the case and use it to control the fans :P)
HA
12 volt issue, could use some relays though. Mega sketch!
My power bill this month: $375 grid power & $1800 of AA batteries
HA
I mean there are rechargeable batteries that suck ass and are a pain and yeah you might as well just buy new ones
DELL ODD Slim SATA Power Cable