#ot1-perplexing-regexing
1 messages ยท Page 44 of 1
freesync works with both GPU brands, that shouldn't be an issue afaik
have you tried other games? Could be some oddity with csgo specifically
I restarted the pc for the bios and I dont know his pon to log into his windows account now
He bought the pc prebuilt
ah, that smells like thermals then
And I'm kinda worried they didnt install all the proper drivers too
expo will likely be off as well, since it is technically overclocking
Like theres other performance issues outside of gaming
CPU based processes like discord and steam very slowly load in and occasionally have to be restarted several times
my bet is on overheating due to poor airflow/cooler choice, or the CPU being prevented from boosting to avoid temp issues
It isnt making any noises
I dont hear fans turning
So fans probably arent even turning on to create the air flow the pc needs to breath properly
a bad fan curve could also be the problem, ye
Delete didnt take me to bios
Neither did f2
F2 took me to hp device something something, wasnt a bios that I ever saw
I dont think it's a ryzen 5 2600, I think it's a ryzen chip with integrated graphics.
Could be using integrated graphics instead of gpu
Not sure
if the monitor is in the GPU, that would be quite unlikely
The mobo doesnt even have a adapter slot for a display cable or hdmi
It's also connected to gpu
I would grab hwinfo64 or sth and check if the CPU+GPU freqs and temps make sense
Maybe the doofus is limiting cpu and gpu usage by accident on msi afterburner
If I had his permission I'd like to just check thermal paste
Or atleast see if the fans are even on
I'm gonna take a look at what cpu it is, but I could've sworn it was a 2600
It's a ryzen 5 5600G
The discrete gpu isnt showing
But it does show here
God I hope it's two 8gb sticks of ram and not a single 16gb stick
what's the CPU frequency like in task manager
The problem might actually be malwar
Theres an app called altruistic running and its causing cpu usage to fluctuate between 60 to 100% usage
Rests at 80%

No games or anything are running this is just idle
ah, that would do it indeed
Now it's at 0%cpu usage
It let me uninstall it no problem
Dont think it was the virus, just a dna application or whatever
Gonna try valorant and see how its performance is
The case only has one fan slot, that's in the rear
The intake grate doesnt even have a spot to mount a fan. Poor thing would be better off out of the case
Uninstalling that app fixed it tho
Up in the 400s for fps in csgo
Yes
You mean you want to resize individual widgets, not the window itself right?
yes
do you want them to just resize when the window resizes? or be able to slide them around inside the window?
absolutely like that code works, if you have python with tkinter
import tkinter as tk
class Window(tk.Tk):
over_b1 = False
over_b2 = False
drag_b1 = False
drag_b2 = False
mouse_x = 0
mouse_y = 0
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.geometry("720x400")
self.container1 = tk.Frame(self)
self.container1.pack(side="left", fill="both", expand=True)
self.container1_1 = tk.Frame(self.container1, bg='red', width=0)
self.container1_1.pack(side="top", fill="both", expand=True)
self.container1_2 = tk.Frame(self.container1, bg='green', width=0)
self.container1_2.pack(side="top", fill="both", expand=True)
self.container2 = tk.Frame(self, bg='blue')
self.container2.pack(side="left", fill="both", expand=True)
self.bind('<Motion>', self.on_move)
self.bind('<B1-Motion>', self.on_drag)
self.bind('<ButtonRelease-1>', self.un_hold)
def on_move(self, event):
self.size_x = self.winfo_width()
self.size_y = self.winfo_height()
self.mouse_x = event.x_root - self.winfo_x() - 8
self.mouse_y = event.y_root - self.winfo_y() - 31
self.c1_1_size_x = self.container1_1.winfo_width()
self.c1_1_size_y = self.container1_1.winfo_height()
if abs(self.mouse_x - self.c1_1_size_x) < 3 and not self.drag_b2:
root.config(cursor="sb_h_double_arrow")
self.over_b1 = True
elif not self.drag_b1:
self.over_b1 = False
if abs(self.mouse_y - self.c1_1_size_y) < 3 and self.mouse_x < self.c1_1_size_x + 3 and not self.drag_b1:
self.over_b2 = True
elif not self.drag_b2:
self.over_b2 = False
match (self.over_b1, self.over_b2):
case (False, False): root.config(cursor="arrow")
case (False, True): root.config(cursor="sb_v_double_arrow")
case (True, False): root.config(cursor="sb_h_double_arrow")
case (True, True): root.config(cursor="fleur")
def on_drag(self, event):
self.on_move(event)
if self.over_b1:
self.drag_b1 = True
if self.mouse_x < 50: new_x = 50
elif self.size_x - self.mouse_x < 50: new_x = self.size_x - 50
else: new_x = self.mouse_x
# self.container1.configure(width=new_x)
self.container1_1.configure(width=new_x)
self.container1_2.configure(width=new_x)
self.container2.configure(width=self.size_x-new_x)
if self.over_b2:
self.drag_b2 = True
if self.mouse_y < 50: new_y = 50
elif self.size_y - self.mouse_y < 50: new_y = self.size_y - 50
else: new_y = self.mouse_y
self.container1_1.configure(height=new_y)
self.container1_2.configure(height=self.size_y-new_y)
def un_hold(self, event):
self.drag_b1 = False
self.drag_b2 = False
if __name__ == "__main__":
root = Window()
root.mainloop()
like vs:code terminal x explorer x code_redactor
anyway
mine works well
should make it handle window resizing and ok
ez
self.minsize(width=self.c1_1_size_x + 50, height=self.c1_1_size_y + 50)
how do i install the missing dependencies (C++)
why tell us that
i will use it as a database
going to switch over from JSON file db
Google sheets!!!!!!!! My fav DB ๐ฅฐ
btw choose between
are you a doctor of philosophy? because you're P(retty)h(ot)D(amn)
or
are you a PhD? because you're P(retty)h(ot)D(amn)
This joke is only marginally better than that one
that's awful i love it
the dark side of the force accepts both kinds of slashes
they overhauled paint? nice, only took them, what, a decade? ๐
i guess they had to do something to cover up everything else about win11
it works fine, why does everyone hate it ๐
that's a low bar
genuinely, why
well, people get used to good things, and when like them getting better over time and not worse? for people to like win11, it needs to not just work fine, but be equivalent or better to e.g. win10.
Can i remove the background out of shit yet?
I swear paint used to have this functionality
hahahahah
that's hilarious
Does anyone know what could be drawing this crosshair display so I can turn it tf off
i still like the win xp paint
Nvm I fixed it
Not unguided, but i managed to get arch
Ok so, few issues:
Runs too slow, lags even on that screenshot
I suppose, that this is due to that it uses cpu to render it
That and it's arch
Your first issue is choosing arch
there is only buddha cat no buddha dog or buddha pig
there is butta dog however
buddha dawg โ butta dawg โ
valid
my arch gnome using wayland runs fine
(I use arch btw)
I i will ask you about help later then
uh sure but I didn't do any magic thingy, like I installed with archinstall (yes I am very ashamed) then installed all the necessary stuff n it just worked
Explain yourself.
the dog with the butter
Butter dog be better dog
i agree with the conclusion draw above that said meme is quite hilarious
butta dawg
I gotta be honest arch looks like Mac and windows
@thick osprey Hey Proects! Sorry to bother - but I recall you talked about randomizing your test order in your projects, I'm wondering if there's any other "test enhancement" stuff like that you use?
I'm looking to improve my tests by running them in random orders, and introducing randomness into the test itself, so I've been curious if you have/are already using tools for stuff like that. Thanks!
pytest-randomly is the only plugin I use actually. I will, occasionally, use pytest-repeat and run the tests 100 times. That can shake out hidden pollution.
Thanks! Do you recommend any resources for testing best practices like this? I'm working on a project and it's my first time really working with testing, and I'm not really sure if I'm doing it right :P
I'm still not sure if I test correctly either. :P
For python I run coverage and aim for 100% with my tests. I avoid mocking when what I'm mocking isn't tested. I don't mock what isn't mine. I don't worry too much about tests first then code. I write whatever way gets things done.
guys hlep linkedin says too young to make account
can i just email the people that posted the job application
or is that rude
If you are under the minimum age for an account on the site, are you under the minimum age for a job?
Seems like the mimimum age for TOS is 16
For the US, yes.
blockchain is such a useless technology
everyone always brings privacy as the number one reason "the government is tracking us" ๐ค and then every single crypto transaction can be traced to its original mine
really?
i thought the main driver was "dEcEntraLized" ๐ค
also them: uses a centralized service to trade crypto
decentralized is good in theory like communism, but the point of decentralization is that EVERYONE contributes
torrents are probably the best example
but on paper it falls apart because 90% of the market is consumers and 10% is developers/etc
yeap
torrents are a good example but it also shows what happens when its neglected, if noone is seeding a torrent, you can no longer get it
it requires effort from all parties to keep the system running and modern society would never go for that
yeop
we are so reliant on third parties that decentralization would only work if the entire world decided to up and take over these huge companies
privacy is not a feature of bitcoin no
theres some room for pseudonymity
kinda easy to wash money and such too
isn't that kommunism tho?
but its not respected in any way in the implementation
i dont think thats a problem though
yeah but im pretty sure communism still has a centralized body in the case of lost distrobution
tbh i think the only valid selling feature of cryptocurrencies that applies to all of them is that no one can control the flow of them
a world where everyone uses bitcoin, i think that could be alright
nft people forgetting that their images are hosted on a centralized service
so you want an entirely free market?
we saw what happened when rockerfeller was around
not american, what happened?
why would it be a free market?
its not controlled, there would be no set price point to base crypto off of
when states can track any transaction?
cryptos price right now is based off of centralized global currency
based on speculation like any currency
currency hasnt been based on speculation since the 1800s
what?
its based on supply and demand, and when there is noone to micro manage that (decentralization) there is no regulation
things like monopolies would spring up in literal days
the internet is 90/10 like i was talking about earlier, 90% consumers, 10% creators
supply and demand for money, wouldnt that correlate with speculations about the future?
10% is too optimistic
where did no regulation come from?
round numbers are just easier to digest in conversation
i'd say 5% max
the idea of no regulation is implied in any decentralized system
it is completely delusional to think people will "keep each other in check"
5% of people are going to make sure that everything is fair?
the means which states have at their disposal would change drastically
they cant regulate in the same way, but they could still enforce laws
i have no idfea what you're talking about
could be
idunno its a cointoss really how things goes
but why would it be a good thing
might be a bad thing, but i suspect it would be alright
but WHY
what makes it good
it doesnt help tracking, it isnt stable, its unfeasible to say the majority of the population would want to do the work to keep it running
if it gets used more it'll get more stable, and the work to keep it running, thats a whole topic on it s own
noone other than me understands the energy consumption of bitcoin it seems, even if it isnt difficult
everyone says weird shit regarding it
most people dont undertand the dynamic difficulty of mining, and how that affects things
its a system based on large computation to keep it stable of course its going to have high energy consumption
if mining is less profitable and people mine less, that doesnt mean less blocks are made, it means the power consumption goes down, while the network is about as efficient
so the amount of energy that is spent on bitcoin is a function of the btc price and the energy price, and the size of the mining pool
its not that it consumes power , its that it offers spending of power
that is a recursive system, if bitcoin is based on energy price, and energy price is based on bitcoin it makes no sense
if everyone stopped mining except for me, it would be quite cheap
price of btc is driven up by the hype
its a natural effect of it growing that it inflates in price, which inflates the minig pool
which is based on global centralized currency
measured in at least im not sure based on is correct
how do you expect bitcoin being based on the price of energy will work when energy has no currency to be based on
bitcoin will stabilize in price, and the level of mining that is profitable will stabilize
this whole argument that bitcoin lets you utilize energy that is in an inconvenient location though
i dont buy that at all
you said that
it lets you spend that energy on something, which deincentivizes you from actually solving the issue by building infrastructure or whatnot
building something more productive there to utilize it
miners when they realize there's a cap to the amount of bitcoin that can be mined
arent fees already the largest part of miners earnings?
transactions and fees and shit affect the price too
im not sure public adoption is even a blip on that radar though, compared to all currency trading going on
could you reason that trading activity will settle down if price gets more stable?
less load on the network, smaller fees, less profit for miners, less power spent
I like miners
you are NOTโ ๐ escaping from this one
911 already called SMH
what
sell em
dreamt in elden ring today
dreamt that i got whacked again by the same boss i went up against in the cave where the wolves are at
the starting one in limgrave
@frank sky
re: #data-science-and-ml message
not really, i "transitioned" to engineering simply because i enjoy it.
transitioned is in quotes because ultimately i am a problem solver, if my org point me to a problem, i will go and solve it (or prove impossible otherwise), if that requires data science then so be it, i am still not that far away from a potential data science task.
Got it. That's interesting
And thank you for the help with the characters
no problem ๐
@finite sierra Is your website written with react?
Also, you should update your Discord tag there.
You don't have the #8837 anymore so
thanks for reminding me lol
lol I see
By the way, still in NIT?
still in NIT
Which year?
By the way, can you friend me? I won't spam your DM to ask python questions lol. You're an interesting one but you've turned out friend requests :p
@finite sierra Guess you didn't read this?
How to humble a narcissist with a big fat ego I swear they never believe they're the problem and find any excuse for everything
the trick is to not engage
^
sir this is Wendy's
i find it funny how someome told me i have a dual personality disorder and then shit like this happens that proves otherwise
IS A LENOVO IDEAPAD SLIM WITH A 13TH GEN INTEL I5, 16GB OF RAM AND 1TB OF SSD GOOD
I'm gonna start learning to code and I need a laptop so yh
Do you have a link to the listing?
I have a picture of two that I am looking at
Idk if they are any good but from my little to none tech knowledge I know that its somewhat decent
So I should get the one on the left?
Not sure about the processor (like knowledge wise not saying its bad) but everything else looks decent
Idk what that means
I want it to last me a long time
backlit keyboard. tits
the processor is part of amd's newest lineup
only thing I would mention is it does have integrated graphics (which for coding / average usage) is probably fine unless you want to use GPU based machine learning, (which wouldn't be the best on any laptop most likely). However if you want to do gaming / other GPU intensive stuff I'd make sure to factor that in.
yeah, you wont be runninv any bitcoin miners on this laptop
The only gaming I would do on it is playing fm which is basically light gaming
regardless, i dont think laptops shouldnhave a gpu card. its ridiculous to me
what happened
Ehh I agree sometimes but if you want to do something like 3d rendering it can be vital.
my gf bs'ing about me calling me a narcissist n shit
@high verge @low wraith so the one on the left is a beast?
lemme see the one on the right rq
yes
right one is a downgrade
Not necessarily a "beast" but based off what you said should be more then enough for what you want and seems like a pretty good price-performance ratio.
agreed.
Ok
What are you guys running?
SMH right one has no backlit keyboard. huge minus. backlit keyboards are almost necessary
i have a custom built pc
Whats the specs on it ๐
are they? won't u get pretty much used to the layout after a bit?
Basically a custom built, initially a prebuilt as I was pretty young but I don't think there's a single original part.
or is there a different reason
Ehh in the dark it gives you a bit more perception on where the laptop is
Also just in general makes it look a ton cleaner imo (though that is just asthetics)
ahem.
ryzen 7 7700x 8-core CPU
32gb DDR5 RAM
radeon 6700xt GPU
512gb NvME SSD
deepcool ak620 CPU fan cooler(my pc idles at 30ยฐc on windows)
corsair rm750e 750w power supply
corsajr 4000D case with a blacked out side panel
fair
oh, also i have a keychron k8 TKL RGB keyboard, and a keychron m3 mouse. both are wireless
I really want to get DDR5 (for no real reason other then I like the sound of it a lot more then DDR4) but I need a new motherboard too so I'm just putting it off till hopefully my motherboard dies lol
and a LG 4k monitor, which is ass because it has no hdmi link and changing inputs is a pita
its really good
everything is super snappy
Gamers
erm cmon don't make we spend my money lol
my pc boots up in like a second after the inital splash screen
Ehh used to be lol not anymore ๐
I used to think that about GDDR5 does that make me old
I was basically a baby when that came out so take that as you will lol
you should see my desktop with a pentium g3420, integrated graphics, and 8 (maybe it's actually 16 I'm not sure) of DDR3 ๐ฏ
running win7 of course ๐ฅ
bro that was my old desktop no cap. i used to have a dell inspiron 3650
Say what you want, while I didn't use it for too long I loved windows 7 lol
i upgraded the ram for it from 4gb to 16gb ddr3
what do you use to play elden ring??
man I remember when I was younger I had an expensive ass laptop which if I got a normal desktop instead it would've costed a fraction for the same parts
and ran better for thermal reasons lol
I actually got mine pretty cheap for the parts
Love a good underclocked GPU and CPU ๐
my first computer was a sony vaio which was like $1k at the time. shitty as hell and i still got it
from like 2012
All starts from that first computer
its broken and still running windows 7. i cant even get it to connect to wifi
now I waste my time writing code for projects I rarley finish ๐ญ
same
I also had conn issues with win7
like Ethernet would not work
yeah same
I had to use some magic device that i would plug in and it would go wifi
Protocol changes in network connectivity maybe?
perhaps
I have no info to back that up but that would be my best gues
i have so much code on that laptop
back when i used to be a 1337 hacker in games
Honestly JS was really easy for me to learn
javascript is easy to get into
Atleast the basics that is
do I need weird ass frameworks like react and that stuff to make a cool looking blog?
not really
pog
Yes and no,
less pog
a developer from another server told me they can make a full ass responsive and great looking website for mobile and desktop using only html and css
also ima use bootstrap or tailwind cause css is too hard
css is a pita to work with i agree
wtf lmao
I personally don't use frameworks usually because I'm too stubborn lol though it can help.
Css is honestly a lot more powerful then you'd think lol
For something not even a coding language it can do a ton
Though it feels like trying to be the first one translating ancient text
he a real one for hating js
If you wanna get into it the biggest thing for me was learning the different units lol
fr
i.e. px % vw/vh etc.
px, %, and vh/vw are really all u need
what about rem
idk those yet, so i wonr touch them
Thats one hell of a toy
fr. i dont even use it though bc it keeps on turning off randomly
Rem is the font size I believe
i've tried my best at findinf the issue but nothing worjs
Maybe is the power supply?
it could be. but it could aslo be the motherboard becuase my dumbass didnt screw it down all the way
cmos reset?
happens even after cmos reset
mh
Screw it in and if that isn't the problem the its probably the psu
<div class="a">
<h1>Hi</h1>
<img src="abc">
</div>
.a {
font-size: 50px;
}
img {
height: 1rem;
width: 1rem;
}
I believe would make the img 50px x 50px
icy
i threw away the remaining screws lmao

Whyyy
it felt sturdy enough for me so im like aight trash
You spent so much on the pc and you didn't even put it together properly
nit really
the whole build cost me like $600
Tf how????
bruh
Holy sht 1tb nvme drives have gone down in price so much
ye
Amazon.com: 1tb nvme
with a service called klarna. they'll accept you even if you dont have credit just pay em back
rn i can probably buy a horse with how much they lend me
how much's a horse
the horse?
the klarna loan
I have klarna but I barely use it
oh
Wait can I use it on the lenovo website
you can most likely get your laptop in payments with them
try it
What's interest rates like?
0%
look up the laptop in klarna or check if at checkout on lenovo's website it lets you pay with klarna
0-0
Thats why I have it (im muslim)
Where they make their money? Late payment fees or something?
idek
what does being Muslim have to do with having klarna lul
btw is it an America only thing?
What I was thinking but didn't wanna be an ignorant american lol
In islam (what Muslims believe in) we arent allowed to deal with interest
i dont think so. they have support for different languages
shoot I was being an ignorant american lol
I'm in the uk
are you french or italian
Or maybe that's not common knowledge ๐ค
so muslims can't get loans with interests ?
No
Italian
oui
si
Its not but most bank people know that
How does purchasing homes/insanely expensive things work, just save for a few years and pay all upfront?
yeah i think klarna supports italians
woo
yay or rather yaya lol
Usually you would just pay everything upfront but if its something like a house we usually just rent unless the person is rich
i bought my phone through klarna and my gf's phone too. we both have s23 ultra's
Android gang ๐ช๐ช
yupp
Is that common for all Muslims or is it people that follow it strictly?
i wonder why a religion has such economic restrictive implications, like there must be a lore reason no?
Its quite common unless the person is not religious
Like its quite a strict thing in islam
(pure guess) but I'd imagine having debts is generally frowned upon
Pretty good guess
Thats basically the answer
Then again you can have debts as long as no interest?
Though hundreds of years ago I guess debts where kinda necessary too but rather they would be less interest based and more whatever they deemed fair?
Debts is permissible but frowned upon as if you die with that debt then you are held accountable for it unless the person you are in debt too pardons you
Ah ok
This is the stuff I would like to learn in history/social studies classes lol
Not the same thing wrapped differently every year ๐
Where are you from @long citrus
Ethnically I'm somali but I was born and raised in the uk
Ahh cool!
Where you from
United States
Ethnically aswell?
Yeah
Nice
Whats your thoughts on guns then?
Ik its a random question
But its something I can never wrap my head around cause I come from a country destroyed because of guns
Uhh kinda mixed, I do understand people wanting guns and I think amending the second amendment is dangerous so it's honestly something I can't put an answer
Because if they change the second amendment I think it could have repercussions in the future with other amendments
What's the second ammendment
owning a gun license should mandate you to yearly mental health checks and provide the results to a court so they can decide if you will keep your license or not
2nd amendment being right to bear arms (basically have guns)
Oh ok
You dont need to be a pyscho to kill someone
People have short tempers
And unfortunately it leads them to killing people
someone who has a short temper shouldn't own a gun
With that the 2nd amendment was built on the idea that if the government was to abuse power we would fight back but now I don't think that would work lol so there's that too ๐
Yh I don't think the government could ever be fought against
who pinged
I wouldn't say yearly but when you purchase one and maybe if you get a weird change in legal behavior i.e. getting a large increase of complaints about you / etc.
yk its scary to think about the kind of superweapons the usa possesses in secret
Random fact that I find a flex is that somalia along with Afghanistan and Vietnam are the only countries to ever beat America in war
I did accidentally hit send before I finished typing lol
i have no doubt that we have created antigravity craft
yes sir judge i can ๐ฏ % be trusted with a gun
Thats not what he means ๐ญ๐ญ

I think that the citizens would have the edge at the start of a civil war but after a couple weeks if they government went all out instead of trying to change peoples minds it would be over lol
i like to imagine there is a bunker somewhere where they're developing some advanced scifi shit

like the chronoviewer
With that I think it would tear the country apart indefinetly.
ye i am

all that im saying is pure fiction, i have no basis for what im saying, sir MIB
I mean there definitely is something lol
ye there is i have a fusion reactor in my garage

won't get nearly as hot as my laptop tho
Get the radioactive material from smoke detectors lol?
am i tripping or does fusion not need any radioactive stuff
Ehh it's a very passive conversation related to it so I'm all for it lol.
Bro what are you doing in your garage
I think it does but doesn't release any
could be wrong
it only releases mass as energy
I believe it's kinda like that but for some reason I think they use radioactive material to create the heat
A fusion reactor produces helium, which is an inert gas. It also produces and consumes tritium within the plant in a closed circuit. Tritium is radioactive (a beta emitter) but its half life is short. It is only used in low amounts so, unlike long-lived radioactive nuclei, it cannot produce any serious danger.
could be, idk how to get to 100 million C
@low wraith do you currently have a python programming job?
Not yet, I'm only 16 lol
Yeah cant wait to get out of school and make money lol
I just turned 15 and I'm just about to start learning
Before that actually (though the code was unreadable for a couple years haha)
i think if you want a coding job most people would be looking at more heavier languages like java and c++
I started around 9 on Khan Academy learning javascript
python is mostly for tools/data science
So can you type in java?
I taught my self Java too, thought that's not necessarily true, python is widely used still.
Imma learn python then java, also do I need to learn html
Java or javascript?
c++ good
html is a plus
Aren't they the same?
c# good too apparently
bro i hate and love c++ with a passion
it's hard
No, javascript was heavily based off Java, but is interpreted and ran on the web
the auto keyword seems like something terrible
and it's trash
wtf are templates
So can you code in java script?
Java is a compiled language though it runs on the JVM (Java virtual machine)
I just realised you have it hard you finish school at 18 dont you
Not necessarily completely fluent but know most of it other then stuff like Promises which I only know the basics of how to use them when they get created for me, not exactly creating them / more indepth usage.
Promises btw are Javascripts way of doing asynchronous code.
async code 
Yh Idk what any of that means
the absolute worst
Ehh kinda, I pretty much just bs my way through school lol
me when maths
Just get answers from my friends and score just slightly above average on tests
not really but like cmon i dont wanna have to convert my whole codebase to be compatible with this one function that uses async
Yeah I've had to rewrite a few projects bc of async code
Here in the uk its only obligatory for you to do education until your 16 so basically once you finish your gcse and then after that you can leave education unless you fail english or maths gcse
Asynchronous code basically allows your program to do something else while another task finishes for example while you wait for a HTTP request to respond you can run other code
ye
I can just about do inputs and give them a label
Like sending a request (like browsing the web just through code) and getting the data from the request back.
Usually done on either HTTP or HTTPS
For example if you wanted to go to the python website it is: https://www.python.org/ it uses the https protocol
Oh ok but what does https stand for
hyper text transfer protocol me believes
HTTP is hypertext transfer protocol. The S is secure
basically encrypts the data so people can't view what you're doing.
look at this dumbass shit: https://paste.pythondiscord.com/GGPA i had to make everythinf async because in frida, the socket api is an async api. now, every time i wanna log something i have to await it and make sure im in an async function. dumb asf istg
Oh ok thanks
Bro how old are you?
depends who's asking
The name of it doesn't really give you anything descriptive other then transfer protocol lol
@long citrus is.
I'm asking
then 17
(Actually a CIA spy but I can't tell you that)
ye
how old are you
21
lol

Cause the way you type gives me the vibe you are a ipad kid
No offence
Damn that was a low blow lol.
It wasn't meant to be
Please don't take offence
yeh me thinks it's really cool
๐ญ๐ญ๐ญ
I personally was a kindle fire kid lol.
its something my gf would say ngl and shes 22
Was she an IPad kid?
she real for that
Ayy that was my upgrade from my kindle lol
I'm none of the kids
WYD ONLIME
IM PLAYING MARIO RUN
Lmfaooo
WHY ARE YOU ONLINE THO
wtf is mario run
AM NOT ??
What time is it for you @high verge / @lethal glacier
8:27pm
How dont you know (I've never played that game in my life I just know mario ๐ญ)
What I'd say??
nah im asking bc she be asking me the same thing too wanting to kmow what im doing snd who im talking to
me thinks
That's the phone game right?
Yes
no there is a real mario game
oh
that isnt mario kart
DAWG PIXEL GUN 3D
Not tryna be rude but people still play that
Shud up
lol
i loved that game
Damn that's valid lol
Sick game
Also charge your phone
hell nah im stealing the charger
Its on 22% its not bad
btw i have a shundo hydragon on pkmn go
If I'm home I try not to go under 40ish
shoot my phone is at 32% lol
im a hypocrite
Im on 21% rn
is that how u spell hydragon
mine was at 29%
Oh shit its 1:30
hydreigon
hydrogen?
My phone charges fast
oh i habent played that version yet
The thing that makes up water?
Like the element?
H
I think he's talking a bout a pokemon so it's prolly a play on the word hydrogen
Yup
its in italian pasta man
dawg
i lobe that game so much
I personally don't but be careful saying stuff like that people get defensive haha
i've played all of them except for black and white
Oh sorry
Don't take offence
why tf isn't there a .en version
it shouldnjust be .com
I'm a type of person who says what I'm thinking cause everyone I know doesn't get defensive
good friends
So if I say something wrong please correct me or let me know
It annoys me more then it should when there's a website / video with a english url/title and then the content isn't lol.
I love Shrek and Super Mario
valid
Doesn't really mean anything tbh as long as you're not logging into anything, with that it does show that the owner of the site didn't go through the short process of adding a SSL cert.
& me
Then again those things piss me off setting them up lol
Shrek is sick but I haven't been able to watch it more than once
Or wait a minute have I even watched it
Lmfao
I watch it whenever I need a reason to live ๐
Oh wait I have but idk if I watched the full thing
ye but like if something.somethingelse has https and thesamething.com doesn't its kinda sketchy
boi you sometimes the reason I need to watch shrek ๐

I remember a scene where shrek and his wife I forget her name go into a bar
fiona
I was gonna make a joke about couples therapy though if you watch shrek to get through stuff I highly doubt it haha
phiona
Wait are @high verge and @lethal glacier in a relationship?
faiona?
yes. we live togerher
Fiona I think
Ah ok ๐
ye
Im a steal ur bf
imma steal your reason to steal her
Shrek sometimes cures my sadness
and use it on her
bro thinks he stef
ล tef
Bro who you think you are ๐๐ญ๐ญ
Mel gibson
Good luck with that, she seems pretty ....... I CANT REMEMBER THE WORD......... faithful lol
shes really yandere
Anthy is my first bf.. kiss.. and everything and whatever else comes in our future
Stfffuuu
@high verge You're in trouble lol didn't realize it was Mel Gibson
๐คฃ
Im gonna steal u not her
Ohh @lethal glacier you're in trouble it's Mel Gibson
๐
every time i tell her im talking to someone on discord you can straight away tell the murderous intent
Good you can have him for half the day
gl im almost 200lbs
Bring him back full so he don't finish my food
Im a crane operator
๐
lmao
how much is that in normal metric system
idek
pog
~90ish I'd say
He's about a lamas weight I think
last time i got measured i was like 78kg i think
maybe a little higher
Bro your in deep trouble
why
how tall r u
5'7
๐ UHM
STFUUUUUUU
lol
Again normal units
I'm 5'5
is that like a lot
this infuriates me souch
170
Bro is 5'6 and quater but he rounds up ๐
Smth like that
๐๐๐
Fun fact iirc the imperical system is actually based on the kg but we just add a conversion rate so we have AMERICAN UNITS
6'
how many hands are u lmao
Like 6 foot
thanks
๐ญ๐ญ๐ญ
I'm 5'9 with heels and anthy hates it
i want heels too
lmaooo last time we went out my gf wore heels and it made her taller thsn me i was so offended i felt like a kid holding their mother's hand
We baddies fr
IT FELT LIKE I WAS DSTING HER INSTEAD OF HER DATING ME
Amputate legs then hes happy though that does have a few drawbacks
just get on ur toes
u//w//u
That's my phobia is amputation..
๐ซ
LOOK RELATIONSHIPS TAKE SACRIFICES
Bro i heard people be getting surgery to be taller maybe you should save up ๐
:D
hell nah i'll just never buy her heels problem solved
As a short person I haven't put that off my roster
Imma go have anxiety
tbh being 6' isn't that practical
Good I make my own money and don't need a man financially

Dfkm
I feel so hypocritical making short jokes being 5'7 too lol
come to the room pls
lol
lmaoo
I got to do homework bai
Anthy you gonna need to get a burning system going
plays mario run instead
shes really independent and dependent of me
Wym a burner
@high verge Take her money and buy her gifts that way she cant be mad
then sell her heels for more gifts
like a smelter i think
He owes me money

You buy heels he burns them and repeat
he do spend my money
he be smelting minerals
i bought elden ring with my own money
@high verge you wrong for this

i feel like i will really like that game
hollow knight is very very cool
lemme see if its on android
aw
I love gaming but I don't have an interest in it anymore its so weird lol
Like a play a game for maybe an hour at max even though I have a ton of extra time to burn
been farming runes lately
tbh i cracked and then bought the original on steam cause it was way too good
I'm sure anthy's pc that has 32 gb of ram and the latest processor could run it if he SCREWED THE MOTHEBOARD IN
haha
hollow knight is fairly easy for any pc
i dont wanna damage my cpu
Though I mean ima be honest I doubt it's the motherboard as long as it didn't short anywhere
I'm assuming it doesn't even post?
it does
it blacks out after like an hour of using it but if i dont use it and its on, it stays on. then when it blacks out the pc remains on but the os is 'unloaded'? like only the bios is running i assume.
and i cant even power it off when it blacks out
not even by holding the power button
Sounds like a GPU issue maybe?
i have to switch the psu off
oh not even holding power button I'm pretty sure that's hardware based not software
the same happens with my igpu
hm
yeah like out of no where everything will shut down except for the hardware
Nerds ๐ฆ
i would still hear the fans running
Yeah I just checked it is hardware based so it's either motherboard or PSU most likely.
and there is no error logs thst show anything weird happened before the black out
r u into tech n stuff or r in the python server just bcuz anthy is?
its probably a short
I'm interested in it I'm just very new to everything but now I am studying for it but haven't really studied for it yet
Maybe, though if it doesn't shut off by holding the power but it keeps fans on it's hard to say.
Okey cool
yeah its really weird. bios issue maybe?
that would go with cmos
honestly, it makes a lot of sense thst this will be a bios issue
I wanna be software and enginner or idk if there is term for both of them or should I just go for scientist or doctor idk
Ayy same here
I'm pretty sure holding the button is purely hardware so a kernel shouldn't even need to be running.
i had a fubar bios and cmos fixed, so cmos can do everything
What you thought of making? ๐
the bios controls the power tho doesnt it
You mean software engineer
Does holding the power button work when it's booted?
wym by cmos
yes
Wdym by making
cmos reset
I mean like software and the physical??
I wanna make machines ??
Idk the right term ;-;
Oh you wanna be like Mark rober?
i've done that a few times except for reseating the battery
like embedded systems me thinks
I think that's the glitter bomb guy O:
Idk the word ;-;
It really depends
what doz reseating mean
english kinda lacking
removing the battery and putting it back in
Bro can you please stop saying me instead of i, its so idk what the feeling is
Yh
that's what cmos reset is no?
I says me thinks a lot ;-;
there's two ways which a computer turns off either a interrupt gets sent to the kernel (short press of power) or it just cuts power off (holding)
yes, but the way i did it i'd just touch the CMOS_RESET pins on the mobo
Please no
you unplug the cmos battery, wait for a bit and then plug it back in
oh
idk
Do you think maybe it's because he has a lot of plugs thingies to 1 outlet idk
on mine i think its called CLR_CMOS
I don't believe when you first press the power button it sends an interrupt, only on release so I don't think it could be software based for a forced power off
@lethal glacier I found the word
the battery is like hard to take out though
Its simply just engineer
Most likely not, the breaker would trip if it was drawing too much, other then that there's nothing limiting the current until then.
is it? i did it on my laptop so idk
woo 3am
Ooo okay
wth why would u need to reset cmos on a laptop
lemme send u a pick of my old broken bios
I'm tryna make my set up smt like this but I have a waaayyy smaller space to do it
Slep rn ples
With that, depending what is on the breaker it could have weird noise though that's pretty unlikely to cause issues.
H2O you got a water powered computer lol
i think it was because of a fucked up usb stick
๐ญ๐ญ
๐ค
ye lol. insydeh20 is the name of the bios manufacturer i think?
Is that blurred out or does it just have that weird block?
it has the weird block
that's weird.
i know lmaoo
corrupted?
Guys should I go to bed its 2 am
prob
it went away with cmos tho
What type of games you play
Or rather what os.
win11
rn elden ring
but like
i play mw2 too
What's that
and gta
I wanna get it soo bad
i had a very cheap and silly usb n i thinkered with it a Lil too much
Do you have another windows 11 computer you can use temporarily?
@long citrus
placidusaxxx
Yh I wouldn't like that at all
it's all good that's an old pick
Too cartoony
it went away with cmos
i dont liek it either lmfao this game is so fucking rigged it brings the deep rooted angers out of me
I play tactical/football games
uhm
i was cussing all morning today bc of this game
Ah well if you do search windows media creation tool and I believe you can create a repair tool, if it allows you to change the boot order / boot into that and you might be able to repair it.
How do you get angry at a game
You guys need to work on your anger management
like yk when you lack skill
I DIED 3 TIMES TK THE SAME BANDIT CAMP TO THE RIGHT OF GATESKEEP
I used to play Rust, if you play that game you'll understand.
Luckily I don't anymore lol
yeh defo sounds like a skill problem to me
I'll never understand
If I feel like the game will cause me anger I simply don't play it
@high verge If you have another PSU/Motherboard you can test I'd see if that fixes it, I'd personally start with motherboard because imo it's easier since you don't need to reroute cables as much.
i believe that anger and sadness are functional to an interesting and worth living life
ebery time im at the last enemy, all of a sudden they have more health, all of a sudden they will knock me out of my horse and slam their sword into my chest
I barely get angry (thankfully) but when I do I completely forget about it in an 1 hour
samurai
i've been upgrading my strength and vigor
In general or in games?
oh
In general
go for mage str build
y
so u can get some of that long range
Chelsea fan, no way u aint angry 24 7 ๐
i use the bow for long rage its really effective and doesnt consume fp
I'm pretty similar with that but if I get angry at the same thing a couple times in the row I sometimes hold a grudge lol.
Nah cause I've seen us win every thing there is too win so this season was a purple patch but we are gonna cook under poch next season
do the enemies level scale as you level up or do they stay the same no matter your level




There would be a decent chance of that.