#voice-chat-text-0
1 messages Β· Page 861 of 1
I'm not a native speaker but I possess an excellent command thereof
That's stupid
I took the IELTS bt
w
got 7
So, how are yall?
i am good
in the states
ok thats cool
sure, ok I gotta go. Have a nice day cya
bye
Whatcha streaming? π
Oh hey Linux π
I'm always muted, so...
I once said "pasta"
It's about 3:30 am here anyway.
Too much coffee.
brb
for some context into the stream, here's the current site actually rendered, (badges are placeholders)
#corporatecringe
amdgpu.ppfeaturemask=0xffffffff
That's pretty cool watcha' making?
@keen shell You seems not audible pardon?
aight cool
yea
awkward
uhhh
bruh what are you even doing lol
i am plucking my tooth
class test1:
x = 1
yes
class name(inherit_class):
class test1:
x = 1
class test2:
x=2
class testFather(test1, test2):
pass
class test1: x = 1 class test2: x=2 class test_1_fixed: x = None class test_2_fixed: x = None class testFather(test_1_fixed, test_2_fixed): pass
del(x)
if i rickroll admin will i be banned
i was banned last time in another server because of doing that
bruh
lol i'm server muted
!voice
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i'm already verified
ohk
You are just muted in voice.
good
!tvban 611418694245154847 2w There's a difference between sending a link to a Rickroll and blaring it over voice. If you ever do that again, you will not receive your privileges back
:incoming_envelope: :ok_hand: applied voice ban to @loud karma until 2021-07-26 13:38 (13 days and 23 hours).
yes, everybody loves you.
just a question. can you install a specific python version using venv?
Hello @rugged root
I have a game for you guys
Non-graphical turn-based combat game using Tkinter - battle.py
It's you, Hemlock
One interesting thing about battle.py, is that it uses my namemaker.py module for random name generation.
import random as r
def randomName(syllable: int, pattern: str) -> str:
out = []
c, v = "bcdfghjklmnpqrstvwxz", "aeiouy"
for i in range(syllable):
buf = ""
for char in pattern:
if char.lower() == "c":
if r.choice((True, True, True, True, False)):
buf += r.choice(c)
elif char.lower() == "v":
if r.choice((True, True, True, True, False)):
buf += r.choice(v)
out.append(buf)
del buf
return "".join(out)
These names are created from namemaker.py.

I know that feeling
Hey guys. Do you watch MTV?
Well here's what MTV in our country usually airs...
Philippine TV dramas. You heard that right.
Only in Vietnam, can you watch Pinoy dramas on MTV.
ok this too different
lol you clicked a photo then u took ss then you sended here


anyone here knows how to delete facebook all group's post in one click?
vc is more full on monday than on sunday
The activeness of the vc is like directly dependant on weather Hemlock's there or not
@whole bear Currently talking about operating systems
!voice
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
https://m1racles.com/ @normal hinge
GARDENER
http://www.pricetree.com/mobile/mts-zte-s100-price-8797 @somber heath @rugged root
Sprint's Superbowl commercial that shows a phone that not only has live TV, but a crime deterrent feature. One of the best from 2006's game.
@rugged root Crime detterent ! 
I'm sad we are aren't allowed to do this to annoying people
To be fair, I'd receive a fair share of phones to my face
"if" being we were allowed to do that
I did recive a glass of water to my face once
It was night, we had power cutoff, my sister was washing dishes, not a good time to jump scare her
NO actual glass
i did
she thought a ghost was taking her away
i asked that later
she said not be a idiot next time
otherwise the aim wouldn;t be off next time
"family huh"
Yeah intentional
she did better than me though
I had just woken up in middle of night to drink water, she screamed while I was drinking water. My response was screaming like a lil girl
Younger
If you get spooked at 3 AM by a fake ghost, yep no shame
!stream 443664253069688832
@rotund scaffold
β @rotund scaffold can now stream.
Roo-bix. Similar to wheatbix, but more complicated and more Australian.
sup people π
lemme hear it, those clicky claks π
Wait here
!stream 443664253069688832 1h
@rotund scaffold
β @rotund scaffold can now stream.
"Mah jong!"
"No, mah jong!"
can anyone tell me some css to fix this π
I want some space btw them
that's the navbar
fu** it, I'm gonna add this theme toggle somewhere else π©
btw @hollow hare
I'm doing react rn π
.navbar {
display: flex;
justify-content: space-between;
align-items: center; // optional
}
@wise glade @rugged root
ahh yes π
this didn't do anything, but this did ```css
.nav-item {
margin: 0;
padding: 0;
display: flex;
justify-content: space-evenly;
width: 10rem;
}
but this doesn't work with mobile size π
excuse me, friends can anybody help me a bit?
the space-* will work! evenly or between both does somewhat same stuff
somewhat
what are these brown switches?
Doesn't sound too much clickty-clak π₯²
Don't know.
well there's a way to find out π
You might not like it though (since it's a new keyboard )
Is anybody knowledgeable in parsing?
just pull the upper arrow key or something
and check the color of the push-button-thingy (?)
I need a bit of help
parsing what?
html
import requests
from bs4 import BeautifulSoup
HOST = 'https://www.epicgames.com/'
URL = 'https://www.epicgames.com/store/ru/free-games/'
HEADERS = {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0'
}
def get_html(url, params=''):
request = requests.get(url, headers=HEADERS, params=params)
return request
def get_content(html):
soup = BeautifulSoup(html, 'html.parser')
items = soup.find_all('div', class_='css-1442lgn-CardGrid-styles__group')
games = []
for item in items:
games.append(
{
'title': item.find('div', class_='css-1ogu4j8-CardGridDesktopPortrait__cardWrapperDesktop').find('span', class_='css-2ucwu').get_text()
}
)
return games
print(get_content(get_html(URL)))
beautifulSoup?
lemme see w8
No, I like it.
@rugged root gotta go, thanks for your insight !
ok
It feels very satisfying when typing.
then try it
they come right out, just pull on the key cap
Sorry I couldn't be of more help
its epicGames they block such data parsing!
Most of the leading commercial services does this..u can check their faq or conditions stuff
Probably they wud block it
@hollow hare you prefer hooks, or class based components?
U can check their website for more info tho!
It depends..I mean IM ok with both
hooks are beautiful, ngl
and do you use context more often?
or do that composition thing?
Ok are there any ways then to find out the data automatically through some sort of script on their website?
@hollow hare
I'm starting out with this (kinda)
so I wanna know a bit about good practices π€
check whether they have an api.probably if then! use requests and parse the json
Im sorry I didnt quite get u!
btw
Traceback (most recent call last):
File "C:/Users/EGOR/PycharmProjects/PyProgs/Sudying/Discord bot/parser.py", line 33, in <module>
print(get_content(get_html(URL)))
File "C:/Users/EGOR/PycharmProjects/PyProgs/Sudying/Discord bot/parser.py", line 18, in get_content
soup = BeautifulSoup(html, 'html.parser')
File "C:\Users\EGOR\AppData\Local\Programs\Python\Python38-32\lib\site-packages\bs4_init_.py", line 310, in init
elif len(markup) <= 256 and (
TypeError: object of type 'Response' has no len()
this is the traceback
react contexts (setting global variables), or composition (in which we pass components to other components or something idk )
I mean, I'm not sure about composition
but context
@hollow hare there is a particular mistake
do you know react-context @hollow hare ?
is it fixable?
passing children?
is that what u meant
?
sure, idk π€·ββοΈ
https://reactjs.org/docs/composition-vs-inheritance.html
and context :-
https://reactjs.org/docs/context.html
@hollow hare is it fixable?
I mean particularly this mistake
nope, this means the stuff didnt return anything
at the end of context page
it says "avoid using context ,we at facebook haven't used em once π "
ok got it
byee
that's how I roll as well in public places these days π
Yay jebus
Is that you?
Nope, I guess its opalMist
Not likely.
Oh sorry π₯Ά
Same eye intensity
?
huh?
what you guys talking abt
guys, can ya flw me on twitter π₯² , [2 flwrs rn]
too old
whoa! that was nice one!
Freedumb.
google meet is more nice only
but meet has got more meeting duration
Nope! It depends on the place
I get 400mbps
itz more freeee
mine max is 5mbps
alla jio pewer
Data, JIO pever, WIFI -> AIRTEL FIBER
bre i am using mobile hotspot
π₯²
sedlyf
whts tht
@rugged root I'm over here now btw
Tesla STARLINK
no idea
SpaceX is developing a low latency, broadband internet system to meet the needs of consumers across the globe. Enabled by a constellation of low Earth orbit satellites, Starlink will provide fast, reliable internet to populations with little or no connectivity, including those in rural communities and places where existing services are too expen...
ohhh
It always irks me that suburbs aren't underground, beneath cities.
Upwards and onwards towards Kessler Syndrome!
now alll the private co. will also send spacecraft to space which causes space pollution i support that point
Are you sure it is 10 ms?
π―
why don't they just make the data travel faster
Ah yes, break physics
if they can they would
obv..lmao
does starlink satellites revolves(?) at the bare minimum?
satellites can reach many places right?
The are not in the space..they are somewhere between mesosphere and exosphere, ahh idk somwhere below exosphere
no way they're in gso, they'd be way too far away to be cost effective
Low earth orbit
ur wish
yeah, so closer to the earth they are
faster they need to orbit, I guess π€·ββοΈ
so it's going super duper fast up there
Its better u take a help channel, and the voice channel continue with the topic
tru
Ideally you want the satellite to be low-earth and geostationary at the same time
to where?
It is quite impossible
ideally you want internet access to be an instrinic part of the universe, but oh well
ahhhhhhhhhhhhhhhhhhhhhhhhhhhh
python XD
looks like a terminal
No I mean what library
yes its an ubuntu terminal
yea obv, ascii art
PIL to just get the RBG value of every pixel
the amount of neutrino the earth gets in a second is a huge bunch
Oh neat
yes, but straighter path means less travel time
thanks dude
it interacts with matter very little
Uhm Ok thats scary
light does not have mass.
WAIT WHAT LIGHT HAS MASS ?
no
XD
photons do not have mass, they just interact with the gravity fields
eh?
they have relative mass
you know how stuff that moves at light speed expand it's mass to infinity, acc to relativity
so light have rest mass of 0 π
so, at light speed, 0 mass doesn't expand to infinity π
mind blown yet?
me too
imaging having a speed such as the limit of the world
you dont need mass
to interact
we just started from wifi and where we reached
according to einstein's theory it actually does
Its a form of energy right π
You'll make baby Jesus cry.
there is a thing called a charge
yeah and E = MC ^2 ig
so it has relative mass
oh
To my ears I hear -> gibberish af
would einstein do relativity with "sound" instead of "light" ?
lmao
relatively
In some spots.
MINECRAFT is the first thing that would come to my find
lol
yeah its a sand box
its x and z coordinates are from (-2^64 , 2^64-1)
its not infinite
in 80 days
FLAT EARTH
I mean Minecraft
artic
yes its flat
Disc world.
Disc of terrain on four elephants on a turtle.
you telling that nasa , geologist ,working people in nasa and all these scientist (that is total abt 100k people) telling lie that earth is round
"ok if we all were blind would speed of sound become the speed limit ?"
no
yes
haven't you seen journey to the center of the earth?
they're lying to you
yeah that soo weird
If they're saying the world is round, they're bad scientists.
time travels slower
Id call it the epic Turtle tortilla
there is something called superluminal motion, where something appears to move faster than the speed of light
I believe the term is oblate spheroid, but I could be misremembering.
UNIVERSE WILL TRY TO DO EACH AND EVERYTHING TO KEEP THE SPEED OF LIGHT A CONSTANT
no, it wouldn't @upbeat leaf
IT WILL SHRINK OR MIGHT CHANGE THE TIME INTERVAL
you'd need to collect the light from behind you and see that duh /s
no, it wouldn't. the speed of light is constant in inertial reference frames
lol
WHoaa Id become flashhhhhhhhhhhhh
Let speed up to the speed of light and you will go boom like a supernova because of the energy ball that you will become, spectacular
if we were to travel at speed of light, time would freeze right ?
I meat flash as in FLASH
just a silly qn
do satellites produce light rays as signal rays??
yes, that's light
technically we are time travelling
which is still an electromagnetic wave
Ya'll shud watch DARK [netflix], tHE PHYSICS BUFFS
which is basically invisible light
ok so if its light how can it pass through an object
why does being light mean it can't
yea thts the qn how does it passes
less denser object behaves like trasparent object
HCS04 sensor
Audible sonarrrr?
it's called active sonar
arnt these rays harmful?
Like wave lesser than 20, 000 Hz
also iirc submarines and stuff did sonar from seperate things
superposition
so like from away from the ship they actually had a sonar thing idk
yes, many subs have towed sonar arrays
Huh
I never thought about that
Towed arrays are not active but passive
yeah, did i say they were?
Did they illegally park the arrays or something?
i am still a high-school student never studied about supersubposition
yeah like using fourier-transforms right ?
But they donβt called them towed sonar arrays because sonar generally means active and towed arrays are not
really? π€
They called them towed arrays
ah, right
lol
they're acronyms
@hollow hare do you use React-Bootstrap? Need some help π₯Ί
@wise glade yahh
AOL Instant Messenger missiles
where do u need help? @wise glade
import { Navbar, NavDropdown, Nav, Container, Row, Col } from "react-bootstrap"
export default function MyNavbar() {
return (
<Navbar bg="dark" variant="dark" expand="lg" id="navbar">
<Container>
<Row
className="mx-md-2"
md={{ size: "auto"}}
>
<Col>
<Navbar.Brand href="#home">Pass-Locker</Navbar.Brand>
<Navbar.Toggle aria-controls="basic-navbar-nav" />
</Col>
<Col>
<Navbar.Collapse id="basic-navbar-nav">
<Nav className="me-auto">
<Nav.Link href="#home">Home</Nav.Link>
<Nav.Link href="#link">About</Nav.Link>
<NavDropdown title="Dropdown" id="basic-nav-dropdown">
<NavDropdown.Item href="#action/3.1">Action</NavDropdown.Item>
<NavDropdown.Item href="#action/3.2">Another action</NavDropdown.Item>
<NavDropdown.Item href="#action/3.3">Something</NavDropdown.Item>
<NavDropdown.Divider />
<NavDropdown.Item href="#action/3.4">Separated link</NavDropdown.Item>
</NavDropdown>
</Nav>
</Navbar.Collapse>
</Col>
<Col>
<Nav.Link id="dark">Dark</Nav.Link>
<Nav.Link id="light">Light</Nav.Link>
<Nav.Link id="solar">Solarize</Nav.Link>
</Col>
</Row>
</Container>
</Navbar>
)
}
Most stuff will be in the docs.. Is it some error?
it look like this
yes that too
I want the theme elements to be on the right side
I mean it can be in the docs but sometimes it's hard to know what to look for
one sec I'll be back @wise glade
guys
plz help
import requests
from bs4 import BeautifulSoup
HOST = 'https://www.epicgames.com/'
URL = 'https://www.epicgames.com/store/ru/free-games/'
HEADERS = {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0'
}
def get_html(url, params=''):
request = requests.get(url, headers=HEADERS, params=params)
return request
def get_content(html):
soup = BeautifulSoup(html.text, 'html.parser')
items = soup.find_all('div', class_='css-1jl4olg-OfferCard__meta')
games = []
for item in items:
games.append(
{
'title': item.find('span', class_='css-2ucwu').get_text(strip=True)
}
)
return games
def parse():
html = get_html(URL)
if html.status_code == 200:
print(get_content(html))
else:
print('ERROR')
parse()
Why does it output an empty list?
No problem man !
if it is a javascript website you might wanna use requests_html
It may be easier to use their API
Although I'm not sure if they have this specific use case covered
Explore the service guides, tools & references
yea if they have api use it
Ideally, if they have an API, use that. If the API doesn't cover it, they likely don't want you to scrape their site
@vivid palm π
ok, thx
I need this over to the right, and also on a single row π₯Ί
here's the code -> #voice-chat-text-0 message
They would need to be their own columns, Acc
how are the path algos for self-driving cars so efficient ?
Currently they're all being put into the same one
So it makes sense that they'd stack like that
π€ hmm
I thought the column would be expanded and fit everything
but I'll try
neat π
they could dry doing destructive interference by applying a speaker in the engine so it reduces the sound
Jeremy is on the test track in the insanely powerful Pagani Zonda R, before the Stig takes it out for a speed test.
Subscribe for more awesome Top Gear videos: http://www.youtube.com/subscription_center?add_user=Topgear
Top Gear YouTube channel: http://www.youtube.com/topgear
TopGear.com website: http://www.topgear.com
Top Gear Facebook: http...
are these new models of the old cars or like the old cars just preserved, like does it use petrol or gas
does it uses petrol or gas?
Probably petrol
hmm the same is gonna happen when electric cars become common and some current cars get restored in the future with gas as its fuel
those petroleum plants, in seas/oceans do a lot of harm to environment
@upbeat leaf i hope you realize many petroleum products are merely byproducts from its refinement
Petroleum-derived contaminants constitute one of the most prevalent sources of environmental degradation in the industrialized world. In large concentrations, the hydrocarbon molecules that make up crude oil and petroleum products are highly toxic to many organisms, including humans. Petroleum also contains trace amounts of sulfur and nitrogen compounds, which are dangerous by themselves and can react with the environment to produce secondary poisonous chemicals. The dominance of petroleum products in the United States and the world economy creates the conditions for distributing large amounts of these toxins into populated areas and ecosystems around the globe.
anyone knows anything π₯Ί ?
Error only shows up in this mobile-tablet mode in chrome
pip install cleo*
literally poetry is ded and i need to reinstall
can some help me with visual studio code
did you save the project workspace?
no i mean, i tried to update poetry and it errored on upgrading its own dependants
no
so i could either clone the repo and then install it into its own venv
or just run the install script again
is this missing?
yes
how to do it
@normal hinge right click, readd it
oh, fyi @normal hinge there's #code-help-voice-text for the channel you're in
i did
so,is it back? π
right click the sidebar
can you see it in the run drop-down above?
Hello voice people
@rugged root pipenv is just so slow to do anything
yes
ooh!
try it then
run it with debugging
create a breakpoint or something
then try it
@normal hinge right click and choose the debug thing
to make it reappear
@rugged root poetry on windows is an .exe
β€οΈ
thanks
thank u too
numba + cython
oh god no
use pycharm π
what is -U means when you use pip install?
have you guys heard of github copilot yet??
π¨ yeah
user install, it installs to the user packages not the site packages
yeah but its crazy too
ah got it
it suggested all of the code tho lol
I hate working without a good amount of pair programming
lmfao
import dock```
i mean in that case use pipx heh
https://code.visualstudio.com/docs/editor/debugging
just go through with this once
and you'll be set for all languages not just python
Django Tutorial for Beginners - Learn Django for a career in back-end development. This Django tutorial teaches you everything you need to get started.
- Get the complete Django course (zero to hero): https://bit.ly/3A7l7qj
- Subscribe for more Django tutorials like this: https://goo.gl/6PYaGF
Other resources:
Python Tutorial for Beginners: ht...
36:40
for him it is showing
but for me it is not
π¦
@wild peak you have backups of these files right?
also can you paste your error here?
Traceback (most recent call last):
File "C:\Users\web\PycharmProjects\pythonProject1\main.py", line 21, in <module>
for file in os.listdir(f):
TypeError: listdir: path should be string, bytes, os.PathLike or None, not list
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
yes
ooh
@abstract cosmos can u please help me
lollol @zenith radish is this what you are describing
lmaoooo
it's what korean women wear when doing yard work/farm work
little help will help me a lot to progress further
can be stylish
nice i will buy one for my gf
@rugged root 180 kg is extremely much wtf
i'm 157 cm or 5'2
lmfaoooooooo
it fucking sucks to be this short smh
no its not funny smh
not you
oh
for a guy?
oh are you a guy lol
yes.
done with growth spurts? you have multiple
i'm 18 lel
yes i grew a bit after i turned 20
idk i had a lotta chemo when i was supposed to be growing LOL
ohhhhhh
i had aml leukemia
yeah for the second time
had it when i was in kindergarten and when i was in senior year lol
fuckin sucks to have it twice lel
5'9?
in remission now, got a bone marrow transplant
but yes i wish i was taller it sucks to be so short since it feels like every one here is like 5'6 and that's including women
ik its not true but it feels that way
Β―_(γ)_/Β―
gtg
with pay?
Just wasn't sure if you'd seen this yet
!stream 699843694890713139
@normal hinge
β @normal hinge can now stream.
hello everyone
Not bad, Alec
what is the problem bro here ?
Helping Indra learn about the debug tools in VSC
ah okey i see
So how're things in your part of the world?
im working on developping a module on odoo , im good thank you
Oh very cool
!resources @prime jewel I'm assuming you're the one who asked. We've got a whole bunch of great resources. We typically suggest "Automate the Boring Stuff" and "A Byte of Python". If videos are more your style, we've got a couple great channels linked as well
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Thank you.
And don't hesitate to ask if you have any questions
When your code completion is built on python
Your neighbours think you're waving at them π
xD
That is one cold pizza.
The plates on an oven already look cool with a simple camera without the infrared filter.
@zenith radish #voice-chat-text-0 message
How does one acquire a phone with a thermal camera? π
They are not even that expensive anymore
Sir why this error sir
I have no idea
π
At least I'm honest
The shirt says "No tolerance"
i thought it was jocky or nothing
Looks like this dude but later in life
btw why door on discord server ?
Hungary is going further than that
biriyani
I think so yeah
$ python3 -m pip install duckduckgo2
Collecting duckduckgo2
Downloading duckduckgo2-0.242.tar.gz (5.0 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-mz3vuqcu/duckduckgo2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-mz3vuqcu/duckduckgo2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-mz3vuqcu/duckduckgo2/pip-egg-info
cwd: /tmp/pip-install-mz3vuqcu/duckduckgo2/
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-mz3vuqcu/duckduckgo2/setup.py", line 2, in <module>
from duckduckgo import __version__
File "/tmp/pip-install-mz3vuqcu/duckduckgo2/duckduckgo.py", line 2, in <module>
import urllib2
ModuleNotFoundError: No module named 'urllib2'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
$ python3 -m pip install urllib2
ERROR: Could not find a version that satisfies the requirement urllib2 (from versions: none)
ERROR: No matching distribution found for urllib2
can anyone help me with this error
was trying to use duckduckgo api
Did you know there was a language that has over 500 similar words in Korean, 5000km away from Seoul? Tamil Nadu, a South Indian state, shares surprising linguistic and cultural similarities with Korea. How so? It's all about an Indian Princess and a possible international marriage that took place 2000 years ago. Get ready to have your mind blown...
anyone?
That one is for Python 2. I think this is the one you might want to use
Also have patience
okay sorry
Your question was still on the screen, and you only asked a moment ago
Gaelige
Steam had this funny bug on linux once: https://github.com/valvesoftware/steam-for-linux/issues/3671
bash is hard...
boo windows
!voice
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
mjg59 Matthew Garret -- Beyond Anti Evil Maid π
π
hi
how it do @rugged root
@dense ibex why is this like it is?
Would recommend making that a standard function, atm it does nothing useful being a instance method or being async
tpmtotp
I suppose my notebook won't do W11 then...:
+########## RAM: 595 MB / 3858 MB
#############; Processor Type: Genuine Intel(R) CPU U4100 @ 1.30GHz
Brb gotta see if this partition loads ubuntu
nvm i didnt have ubuntu on my usb
wrong distro
Err im not really switching per say, but i got a bunch of work to do with Io uring so need unix on my main system and ubuntu just simple
linux*
Forget that uring isnt on the base of unix
although windows getting uring setup soonβ’οΈ
IO Uring
aka Speed IO

but then why even use pm?
Ubuntu is only 2 gigs?
That makes you wonder what Microsoft uses 70 gigs for
if you say 12:30 its quite clear, that its already in the afternoon (and in the 24hrs format)
Im vegetarian so cant either π€£
@wind narwhal Are you aware that you had music coming through your mic?
milk is veg i think
!tvban 455068214993616906 2w Playing music over your mic is unacceptable. If this happens again you will lose your voice permissions permanently.
:incoming_envelope: :ok_hand: applied voice ban to @wind narwhal until 2021-07-26 19:20 (13 days and 23 hours).
#overkill
Have you heard of this thing called, just using the standard memory in python rather than doing redis lookups all the time like that 
I do not
No worries, just let you know
uh oh
Being 12 on discord is against ToS
π€¨
Moot point
That is still against ToS
yeah
imagine talking and not be in the vc
which account you're on makes no difference
i have a cold
Can still listen
you really don't wanna hear me talking
But fair enough
oh yea you had some like light type of yesterday
now it's worse
It's not really up to us
i have a temperature now
It's Discord's rules
did you got the vaccine?
Pretty much nothing
Me thinks thou protests too much
the lad(y) doth protest too much, methinks
If you want to have a collection of interchangable functions it can be a good pattern.
Its just a namespace then, that you can use instead of seperate files.
java is ok
kotlin is just better
@dense ibex when did you become irish
Lisp does := as well
iirc
Or hit the DB and know the cache will help you
only eclipse and c++
Microsoft doesnβt care about Visual Studio being Windows only because thatβs almost never an issue
Vindovs
it's other way 'round
ahhhhh yes
import nothing_interesting as life
Olbas Oil is a remedy, of Swiss origin, for congestion in the chest and nose, some hayfever relief (in certain cases) and also for muscle ache via massage. It is made from a mixture of several different essential oils and has been marketed since before 1916. The name is a contraction of Oleum Basileum, "oil from Basel".
Can I have some feedback for the project I'm currently working on? https://gitlab.com/DigonIO/scheduler/-/tree/logo
Nevermind - I have to go
Visi ΕΎmonΔs gimsta laisvi ir lygΕ«s savo orumu ir teisΔmis. Jiems suteiktas protas ir sΔ ΕΎinΔ ir jie turi elgtis vienas kito atΕΎvilgiu kaip broliai.
Kaas geelheit
here is a small bit of text in ivrit to look cool
kaasgeelheid
That's correct
No reviewer (that I have seen), although all have carefully used the correct dwarfs themselves, has commented on the fact (which I only became conscious of through reviews) that I use throughout the 'incorrect' plural dwarves.** I am afraid it is just a piece of private bad grammar, rather shocking in a philologist; but I shall have to go on with it.** Perhaps my dwarf β since he and the Gnome are only translations into approximate equivalents of creatures with different names and rather different functions in their own world β may be allowed a peculiar plural. The real 'historical' plural of dwarf (like teeth of tooth) is dwarrows, anyway: rather a nice word, but a bit too archaic. Still I rather wish I had used the word dwarrow.
Β«En multaj lokoj de Δinio estis temploj de la drako-reΔo. Dum trosekeco oni preΔis en la temploj, ke la drako-reΔo donu pluvon al la homa mondo. Tiam drako estis simbolo de la supernatura estaΔ΅o. Kaj pli poste, Δi fariΔis prapatro de la plej altaj regantoj kaj simbolis la absolutan aΕtoritaton de la feΕda imperiestro. La imperiestro pretendis, ke li estas la filo de la drako. Δiuj liaj vivbezonaΔ΅oj portis la nomon drako kaj estis ornamitaj per diversaj drakofiguroj. Nun Δie en Δinio videblas drako-ornamentaΔ΅oj, kaj cirkulas legendoj pri drakoj.Β»

NebeprisikiΕ‘kiakopΕ«steliaudavome
tf
uvf
tigers are endangered
FORTRAN is endangered
The forbidden mouse
its dead already
this reminds me of this
well i am going finally bye!
@strange sonnet #data-science-and-ml might know more
I'm not familiar enough with Pandas to give a good answer
ty guys
Sorry I couldn't be more help
no problem , thanks for try
Heading out, I'll catch you guys later
someone needs help in game development
hey @zealous wave π
i don't use my microphone lol
yeah makes sense
lmfao
how are you all?
meh.
trying to write a brainfuck interperter in rust
i forgot all of rust i already learned lol
lmao
nice
UwU QwQ OwO


that might be too spicy for the server

yes
@frail aurora went boom
@zealous wave jake was here the whole time lol
yeah, he was
this
I cant talk so Im trying to do reactionary photos
smh
lets keep things text, this can be fairly disruptive... and I am really not sure these are all appropriate
ok
which channel?
not cool enough
No
ok
eh there's too many people now imma go peace
Cya aru
Can someone please explain what the tube thing on my bed is?
@simple sonnet
well train the new dog like they are scout from TF2
@tender chasm do not come into chat shouting plz.
?????
LOL just saying hi
hi
gimme sec
my bad
is ok
im laying down in my chair
is not
Depends
is ok now
@tender chasm not very sorry it seems
I was talking lol
oof
helllo my fellow agent
the server specific pfps will be readable right?
Gotta go hop around
fyi @zealous wave has two pfps lol
she has nitro
define as a human
π
@zealous wave LX is here now tho
don't relapse
π
@dense ibex bow do you feel about this
you didn't see anything
evidence destroyed
its not very funny
yeah
Yeah @whole bear maybe don't call people 'cute', potentially inappropriate on this server.
i will call @tidal rapids cute as much as i want excuse me
Fair enough π
It's a dragon fractal.
lmao
UwU glue
ok i'm heading out again im trying to focus and i'm just not.
nice
Sorry, couldn't type for a second for some reason.
awh, did you mute yourself?
!mute @stuck furnace 1M selfmute
oof
π¨ π applied mute to @stuck furnace.
Not bad. Uneventful tbh π
Erm, just some studying.
from turtle import Turtle
from colorsys import hls_to_rgb
from itertools import cycle
t = Turtle()
t.screen.colormode(1.0)
t.screen.bgcolor('black')
t.screen.tracer(0, 0)
t.speed(0)
rainbow = [
hls_to_rgb(hue/1000, 0.5, 1.0)
for hue in range(1000)
]
F, R, L = 'forward(5)', 'right(90)', 'left(90)'
path = [F]
for i in range(13):
path = path + [R] + [
{F: F, R: L, L: R}[command]
for command in reversed(path)
]
for command, color in zip(path, cycle(rainbow)):
t.color(color)
eval(f"t.{command}")
t.screen.update()
input()
Nope, self-studying.
who cease and desist?
What game you playing
my network cuttin out
disgusting /s
I have a meme that would basically be that
nice
Osu?
ok so Osu is basically how android users unlock their phones?
It draws my PFP @zealous wave π
Actually, it's broken, one sec.
Alright, fixed.
Try running it π
My gameplay
i think i got notelocked on the last few jumps
skin: https://www.dropbox.com/s/n57ci29mq0ni815/dracula_final.osk?dl=0
map: https://osu.ppy.sh/s/483795
That's actually kinda ez
@warm prism @strong arch https://osu.ppy.sh/beatmapsets/765778#osu/1617643 HDHRDT ez fc
osu! Β» beatmaps Β» Icon For Hire - Make a Move (Speed Up Ver.)
Very understandable.
import cv2
import time
import pyautogui
path =r'C:\Users\kamil\Desktop'
Reading an image in default mode
image = cv2.imread(path)
Window name in which image is displayed
window_name = 'Image'
Center coordinates
center_coordinates = (120, 50)
Radius of circle
radius = 20
Blue color in BGR
color = (255, 0, 0)
Line thickness of 2 px
thickness = 2
Using cv2.circle() method
Draw a circle with blue line borders of thickness of 2 px
image = cv2.circle(image, center_coordinates, radius, color, thickness)
Displaying the image
cv2.imshow(window_name, image)
!voiceverify
ok
@dense ibex so i have to span chat to get activated
spam
π
ok
1
2
3
4
5
6
7
8
9
10
please stop
Consider this a gentle warning. Spamming to get voice permissions is prohibited. #voice-verification mentions that
i will send youu the code
the point isn't to spam, it's to have a real conversation
