#voice-chat-text-0
1 messages · Page 819 of 1
@gentle flint :white_check_mark: Your eval job has completed with return code 0.
my name is John
there we are
that's for strings
for floating points, you do
!e
age = 38.43264893754
print("my age is %f" % age)
@gentle flint :white_check_mark: Your eval job has completed with return code 0.
my age is 38.432649
Note that I now use %f instead of %s
it's a floating-point number (decimal number) not a string
If I want to round the floating-point number, let's say to 3 decimals, I would do
!e
age = 38.43264893754
print("my age is %.3f" % age)
@gentle flint :white_check_mark: Your eval job has completed with return code 0.
my age is 38.433
So that's what the %.2f is doing for you
inserting a value and rounding to 2 decimal places
Aaaaaaaaah, my brain right now melting, but i got it
nice
if you want to do f-strings you would do
!e
age = 38.43264893754
print(f"my age is {age:.3f}")
@gentle flint :white_check_mark: Your eval job has completed with return code 0.
my age is 38.433
o o f
Look like complicated
Not really
why we have {}?
see
!e
name = "john"
print(f"hi {name}")
@gentle flint :white_check_mark: Your eval job has completed with return code 0.
hi john
Aah
not a string
so with the {age:.2f}, you're taking the age, but then the : says you'll format it in a certain type
after the : comes the type you will format it in
which is .2f
aka a floating point number with 2 decimal places
Got it?
Little bit
well, see how far you get
Enjoy watching these funny memes. Try not to laugh as you watch these weekly dank videos. You Laugh You Lose. Like the video and Subscribe for more
➟ JOIN MY DISCORD: https://discord.gg/NpPgT6frnZ
➟ BINGE MY MEMES: https://bit.ly/BingeMemes
➟ Credits (Please check out the creators of these clips, without them these kinds of videos won't exist...
what topic?
how to send code
!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.
!e
!eval [code]
Can also use: e
*Run Python code and get the results.
This command supports multiple lines of code, including code wrapped inside a formatted code
block. Code can be re-evaluated by editing the original message within 10 seconds and
clicking the reaction that subsequently appears.
We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!*
@flat sentinel :white_check_mark: Your eval job has completed with return code 0.
Hello world!
@flat sentinel :white_check_mark: Your eval job has completed with return code 0.
Hello world!
!e var = int(input())
print(var)
@vagrant relic :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | EOFError: EOF when reading a line
!e print('NIKHIL')
@vagrant relic :white_check_mark: Your eval job has completed with return code 0.
NIKHIL
print('i luv u all')
print("no you dont and ues \" not \'")
Traceback (most recent call last):
File "/home/eli/Documents/python/flightplandb-python/tests/test_user.py", line 43, in test_self_info
plansLikes=0
File "<string>", line 12, in __init__
File "/home/eli/Documents/python/flightplandb-python/flightplandb/datatypes.py", line 84, in __post_init__
if self.lastSeen else self.lastSeen
File "/home/eli/Documents/python/flightplandb-python/venv/lib/python3.7/site-packages/dateutil/parser/isoparser.py", line 37, in func
return f(self, str_in, *args, **kwargs)
File "/home/eli/Documents/python/flightplandb-python/venv/lib/python3.7/site-packages/dateutil/parser/isoparser.py", line 134, in isoparse
components, pos = self._parse_isodate(dt_str)
File "/home/eli/Documents/python/flightplandb-python/venv/lib/python3.7/site-packages/dateutil/parser/isoparser.py", line 208, in _parse_isodate
return self._parse_isodate_common(dt_str)
File "/home/eli/Documents/python/flightplandb-python/venv/lib/python3.7/site-packages/dateutil/parser/isoparser.py", line 213, in _parse_isodate_common
len_str = len(dt_str)
TypeError: object of type 'datetime.datetime' has no len()
def commonChars(A):
length = len(A)
output = []
for i in A[0]:
check = True
for j in range(1, length):
if i in A[j] and check:
A[j] = A[j].replace(i, "", 1)
check = i
else:
check = None
if check == i:
output.append(i)
return output
print(commonChars(["bella","label","roller",'ella']))
Mersey egg
Scotch egg
air quality egg
!e
!eval [code]
Can also use: e
*Run Python code and get the results.
This command supports multiple lines of code, including code wrapped inside a formatted code
block. Code can be re-evaluated by editing the original message within 10 seconds and
clicking the reaction that subsequently appears.
We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!*
@gray pecan :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'voice' is not defined
hi
ahyoa
Hi
!remind Hello 4m
content
!remind [mentions]... <expiration> <content>
Can also use: reminder, reminders, remindme
Commands for managing your reminders.
Subcommands:
!remind delete <id_>
Delete one of your active reminders.
!remind edit
Commands for modifying your current reminders.
!remind list
View a paginated embed of all reminders for your user.
!remind new [mentions]... <expiration> <content>
Set yourself a simple reminder.
!remind @dense ibex 1m Hello
Sorry, you can't do that here!
!yes
Its kinda rare to see the Staff vc full of ppl
always happens on sunday night
hmm
heyo
if anyone could hop in a VC with me right now to help me with my code real quick that would be epic, thanks.

charles babbage the father of computing!!!
wassup @somber heath
Little of import.
Ok
i have already been in this server for three days, why i can't verify my voice
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Go to #voice-verification and type !voiceverify there @raven hatch
i've done that
Great
@raven hatch Does it give you a specific reason why it's rejecting you?
You're probably close to, but not over that threshold.
but idk if it's about the hours
it should be with amount of hours left, not amount of days left
because anxious people as me, can't wait
One moment.
ok
i just noticed that we are in the same voice channel
XD
hi
how are u
i don't know the command xd
bro
are u good at python?
@somber heath
cool
Joined: 2 days, 13 hours and 31 minutes ago
cooul
could you help me with smth?
i tried to program
but it send me error
sure
now doesnt even let me load my program
hahaha
nope
it was directory
let me check
/usr/local/bin/python3.9 /Users/francorojkes/Desktop/bot.py
/usr/local/bin/python3.9: can't open file '/Users/francorojkes/Desktop/bot.py': [Errno 2] No such file or directory
Process finished with exit code 2
im a mac user
yes
but it doesn't recognize it
but one day it worked
my id
?
yeah
i want to screenshare hahaha
idk
nope
let me look
do you mean in ,y terminal?
i usepycharm
yes
but it doesn't allows me
yeah
hahahah
potatoes computers be like
i have a mac mini
yeah
the problem is
the knoledge
i mean
i installed the idle
yeah
but cant run it
i can open idñe
idle
nut i cant run codes in idle
SyntaxError: multiple statements found while compiling a single statement
!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.
/usr/local/bin/python3.9 /Users/francorojkes/Desktop/pythonProject/bot.py
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/rubicon/objc/ctypes_patch.py:21: UserWarning: rubicon.objc.ctypes_patch has only been tested with Python 3.4 through 3.8. You are using Python 3.9.4. Most likely things will work properly, but you may experience crashes if Python's internals have changed significantly.
warnings.warn(
Traceback (most recent call last):
File "/Users/francorojkes/Desktop/pythonProject/bot.py", line 6, in <module>
pyautogui.press(enter)
NameError: name 'enter' is not defined
Process finished with exit code 1
like it just let me run my code in pycharm
but before it didn't
it's a simple code
import pyautogui, time
time.sleep(5)
f = open("/Users/francorojkes/Desktop/lol/shrek", 'r')
for word in f:
pyautogui.typewrite(word)
pyautogui.press(enter)
print("lol")
the actual code is like this
.
import pyautogui, time
time.sleep(5)
f = open("shrek", 'r')
for word in f:
pyautogui.typewrite(word)
pyautogui.press(enter)
but before, this exactly code worked
i think is probably storage
because i get various errors
thanks
if not i could dm you, but idk if you would feel ok with it
ok
For the record, as I've said before, I have the observational powers of a peanut.

cool
Excuse me?
ehehhehehehehe
@whole bear Please try to follow our rules and code of conduct. Thanks.
!rules 4
4. This is an English-speaking server, so please speak English to the best of your ability.
kammon man
i write in c ++
who will forget me
!voice @upbeat sleet
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
saw your name 🙂
@whole bear hello
u know its
12:40 pm
rn
for me
^^^ clicks on it
im voice verified ;-;
its only Oooooohhh
hii
helo gamer
can i ask for help here or is this the wrong place
just ask it
so i have a function that i loop but i want a variable to change a lot in it
i need to make it before i use the function but it doesn't recognize it in the func
if that make sense
it is the "old value" it compares a new value to
called what
uhm
yeah
import random
from pychroma import Sketch
import cryptocompare
oldprice = 0
old_var
class MySketch(Sketch):
config_path = 'hej.json'
def setup(self):
self.constraints = ((1, 21), (0, 5))
self.frame_rate = 30
self.keyboard.color_mode('rgb')
self.r = random.randint(0, 255)
self.g = random.randint(0, 255)
self.b = random.randint(0, 255)
def update(self):
self.r = 255
self.g = 0
price = cryptocompare.get_price('BTC')['BTC']['EUR']
if float(price) > float(oldprice):
self.r = 0
self.g = 255
oldprice = price
def render(self):
for i in range(self.constraints[1][0], self.constraints[1][1] + 1):
for j in range(self.constraints[0][0], self.constraints[0][1] + 1):
self.keyboard.set_grid((j, i), (self.r, self.g, self.b))```
like that?
its the old price thing that messes up
hes on pycharm ;<
using the default theme
actually dont know my friend set it up for me
same, im also on vsc and atom
do u still remember where u wrote ur first piece of code?
my first piece of code is in repl.it
https://replit.com/
Hmm
lol
yeah
my first piece of code had an input, and few if statements, and a print ofc
SpOTiFy
SeKsHuN--EiGhT
now my keyboard is only green but idk if it is broken code or if btc only goes up
bc it should be red if goes down
oh code broke
GG
i forgot self.old
i had old
on one place
yeah hahah
Yup
:D
u want?
import random
from pychroma import Sketch
import cryptocompare
oldprice = 0
class MySketch(Sketch):
config_path = 'hej.json'
def setup(self):
self.oldprice = 0
self.constraints = ((1, 21), (0, 5))
self.frame_rate = 30
self.keyboard.color_mode('rgb')
self.r = 0
self.g = 0
self.b = 0
def update(self):
self.r = 255
self.g = 0
price = cryptocompare.get_price('BTC')['BTC']['EUR']
if float(price) > float(self.oldprice):
self.r = 0
self.g = 255
self.oldprice = price
def render(self):
for i in range(self.constraints[1][0], self.constraints[1][1] + 1):
for j in range(self.constraints[0][0], self.constraints[0][1] + 1):
self.keyboard.set_grid((j, i), (self.r, self.g, self.b))```
i am
i have a github
should i post?
ye
oh no
lol
oX
m discord bot is private ;p
my bot is in 90 servers rn ;)
totally not advertising btw
I am actively asking about the bot
i think more files are needed for this to work like some json file how do i do that on git
oh i can just have it as comments
!e
import sqlite3
print(dir(sqlite3))
@sick cloud :white_check_mark: Your eval job has completed with return code 0.
['Binary', 'Connection', 'Cursor', 'DataError', 'DatabaseError', 'Date', 'DateFromTicks', 'Error', 'IntegrityError', 'InterfaceError', 'InternalError', 'NotSupportedError', 'OperationalError', 'OptimizedUnicode', 'PARSE_COLNAMES', 'PARSE_DECLTYPES', 'PrepareProtocol', 'ProgrammingError', 'Row', 'SQLITE_ALTER_TABLE', 'SQLITE_ANALYZE', 'SQLITE_ATTACH', 'SQLITE_CREATE_INDEX', 'SQLITE_CREATE_TABLE', 'SQLITE_CREATE_TEMP_INDEX', 'SQLITE_CREATE_TEMP_TABLE', 'SQLITE_CREATE_TEMP_TRIGGER', 'SQLITE_CREATE_TEMP_VIEW', 'SQLITE_CREATE_TRIGGER', 'SQLITE_CREATE_VIEW', 'SQLITE_CREATE_VTABLE', 'SQLITE_DELETE', 'SQLITE_DENY', 'SQLITE_DETACH', 'SQLITE_DONE', 'SQLITE_DROP_INDEX', 'SQLITE_DROP_TABLE', 'SQLITE_DROP_TEMP_INDEX', 'SQLITE_DROP_TEMP_TABLE', 'SQLITE_DROP_TEMP_TRIGGER', 'SQLITE_DROP_TEMP_VIEW', 'SQLITE_DROP_TRIGGER', 'SQLITE_DROP_VIEW', 'SQLITE_DROP_VTABLE', 'SQLITE_FUNCTION', 'SQLITE_IGNORE', 'SQLITE_INSERT', 'SQLITE_OK', 'SQLITE_PRAGMA', 'SQLITE_READ', 'SQLITE_RECURSIVE', 'SQLITE_REINDEX', 'SQLI
... (truncated - too long)
Full output: https://paste.pythondiscord.com/azowebahus.txt?noredirect
sqlite3 is a default lib
ye
i wish i can use mongo
but i dont think heroku has support for it
try that in #voice-verification
how do i add file to github
ok
oh
true ig
Mrs Walter White
in the vc
MR*
lol
@sick cloud :warning: Your eval job has completed with return code 0.
[No output]
hmm
?
@whole bear you know you can still be in the voice chats without verification right?
yes
i have to go
hi r4y
cool, how is that going for ya?
well, i can create simple GUI
No. It's my fifth.
oh ok, so it's not gonna be too bad.
Yeah. I'm gonna continue learning Java tomorrow because my brains doesn't want to remember anything right now.
I'm gonna continue programming with python rn
You working on anything cool?
I'm working on a bot for my discord server.
Hey @tiny socket 👋
!e
class NewSyntax:
def __matmul__(self, other):
return getattr(self, other)
def __imatmul__(self, values):
setattr(self, values[0], values[1])
return self
obj = NewSyntax()
# setting an sttribute
obj@="num",10
# getting an attribute
print(obj@"num")
@tiny socket :white_check_mark: Your eval job has completed with return code 0.
10
@clever needle sooo, what r we talking about
hmm
\👍
@clever needle also, if u see very carefully
everyone here is voice verified
kinda rare to see that

ok
57 mb F
Wait, doesn't everyone who want's into vc need voice verified role
!voice
Champ
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.


i mean, like everyone in the vc can talk cuz normally we have few ppl in the vc who aren't verifed
Ok.
class EvilSyntax:
def __matmul__(self, other):
return getattr(self, other)
def __imatmul__(self, values: tuple):
setattr(self, values[0], values[1])
return self
@classmethod
def patch(cls, obj: object) -> None:
obj.__matmul__ = cls.__matmul__
obj.__imatmul__ = cls.__imatmul__
# Patch existing classes
import discord
EvilSyntax.patch(discord.Client)
hi
def syntaxpatch(cls):
def __matmul__(self, other):
return getattr(self, other)
def __imatmul__(self, values: tuple):
setattr(self, values[0], values[1])
cls.__matmul__ = __matmul__
cls.__imatmul__ = __imatmul__
return cls
@syntaxpatch
class MyClass:
pass
isn't that syntax error or smth?
cuz return is outside the function
discord formatting
if you're going to typehint values to a tuple why not just use *args?
!e
def syntaxpatch(cls):
def __matmul__(self, other):
return getattr(self, other)
def __imatmul__(self, values: tuple):
setattr(self, values[0], values[1])
cls.__matmul__ = __matmul__
cls.__imatmul__ = __imatmul__
return cls
@syntaxpatch
class Test:
pass
a = Test()
a @= "name", 1234
print(a @ "name")
@tiny socket :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 22, in <module>
003 | TypeError: unsupported operand type(s) for @: 'NoneType' and 'str'
!e
def syntaxpatch(cls):
def __matmul__(self, other):
return getattr(self, other)
def __imatmul__(self, values: tuple):
setattr(self, values[0], values[1])
return self
cls.__matmul__ = __matmul__
cls.__imatmul__ = __imatmul__
return cls
@syntaxpatch
class Test:
pass
a = Test()
a @= "name", 1234
print(a @ "name")
@tiny socket :white_check_mark: Your eval job has completed with return code 0.
1234
Hey @whole bear!
It looks like you tried to attach file type(s) that we do not allow (.c). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
oh
!e
print("1234")
@dense ibex :white_check_mark: Your eval job has completed with return code 0.
1234
Hey @whole bear!
Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:
• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)
• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:
if you're going to typehint values to a tuple why not just use *args?
where?
def __imatmul__(self, values: tuple):
ok just use arg then lol
arg doesnt make sense
wont work
i mean it would but it would only ever be a list of one arg
remember you're not calling Class.__imatmul__()
youre using a piece of python which calls that for you
ohh true
def array_diff(a, b):
c = []
for element_a in a:
for element_b in b:
if element_a != element_b:
c.append(element_a)
for ea, eb in zip(a, b)
BRUHHHH
@whole bear i have a solution
<>
#!
[#412375055910043655](/guild/267624335836053506/channel/412375055910043655/)
#! voice
821020782741291008
An individual's server-wide permissions are determined by adding up all the allows for roles assigned to that individual along with the allows for
@everyone.
Channel permissions start with server permissions as a base. Then, the hierarchy is as follows:
Apply denies of `@everyone` on channel Apply allows of `@everyone` on channel Sum up all the denies of a member's roles and apply them at once Sum up all the allows of a member's roles and apply them at once Apply denies for a specific member if they exist Apply allows for a specific member if they exist
Welcome to the server!
hi
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
im new in python, but want learn
follow that and you should be able to talk.
!voice
You have to go to the #voice-verification and follow the instructions there
!resources Oh if you're wanting to learn, we have a bunch of resources listed on our site. We typically suggest "Automate the Boring Stuff" and "A Byte of Python"
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
@whole bear
I have self control, but given a fitting opportunity, I will just gorge myself on bananas.

Hemidemisemicolon.
whoes?
why did u rmv it tho?
but it was kinda cool to have a dev role
xdd
thx tho
Hello!
Hey
Helo
Nasa Computers
imagine getting that folder
and editing it
@faint ermine so should I use the unreleased Psycopg 3 or just use 2?
2
Alright thank you!
@zealous wave -thump rollllllll-
Ugh it takes so long to get to my pc
Do you need someone to carry you to your desk, princess?
why not just, scoot the desk over
Which, mine?
yea, hemlocks
chilis
Postgres's default port is 5432 correct?
what 5432?
yea
oh ok
@zealous wave You've got some background noise
domain name server
Back later, got some deliveries to take care of
go slide lol
@manic lichen niceee
voice 0 guys
yes
what should i do to be able to speak?
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
breathing on the mic ig
yeah idk either
smhh
I mean
no one could actually predict these kind of things from his point in time
think about how crushing it would be to a young Bill Gates if he travelled forward in time to see this
or maybe just really funny
or inspirational
who knows?
@whole bear what's up
yes, i have finish this paper
oh good
what r u guys doin?
copying the answere rn
XDDDDDD
ah i see
last question gg
i disagree WALKABOUT
you get helped by others in UNI much easier than in online settings 😄
especially in deep theoretical stuff
Ydks Yaas Yas
my uni just provides me a structured syllabus and curriculum, thats it
?
guess
use assembly for the kernal lol
i ll b8r go complete my uni project
good luck
criticising uni wont help me pass this semester
ye
good luck
and feel free to ask question as always
will the python server be able to help me with cpp
i studied c++
mayybee
depends on the hardness of the problem
It is what I use as my main lang
there you go @whole bear
i got 0 interest to do my prjct
F
this convo is just hilarious and nothing
it's so good to run on embeded devices
brb
This is the best video to get started with Polish language https://goo.gl/ZABYUy Click here to learn Polish twice as fast with FREE PDF! ↓Check how below↓
Step 1: Go to https://goo.gl/ZABYUy
Step 2: Sign up for a Free Lifetime Account - No money, No credit card required
Step 3: Achieve Your Learning Goal and master Polish the fast, fun and easy...
my house view
where we live looks more like
XDDDDDDD
Boring is an unincorporated community in Clackamas County, Oregon, United States. It is located along Oregon Route 212 in the foothills of the Cascade mountain range, approximately twelve miles (19 km) southeast of downtown Portland, and fourteen miles (23 km) northeast of Oregon City. A bedroom community, Boring is named after William Harrison...
lubic lody?
Penistone in scunthorp
XDDDDDDDDDDD
Fugging, formerly called Fucking (German: [ˈfʊkɪŋ] (listen); officially renamed in 2021), is an Austrian village in the municipality of Tarsdorf, located in the Innviertel region of western Upper Austria. The village is 33 km (21 mi) north of Salzburg and 4 km (2.5 mi) east of the Inn river, which forms part of the German border.
Despite having ...
in yorkshire
Norwegian reporter Nicolay Ramm with a wonderful story about the beautiful village Fucking in Austria.
From the comedy show "Helt Ramm - Alpestreker" on Norwegian NRK.
Directed by: Nils Fredrik Røren
Photography by: Erlend Jones Solfjeld
Edit: Nils Fredrik Røren
All rights reserved by NRK©.
!tvmute 425201093929205780 1M Revoked your voice perms since you had noise coming through your mic
!echo you alive?
you alive?
!help tvmute
Did you mean:
mute
tempmute
unmute
vote
time
!tvban 425201093929205780 1M Revoked your voice perms since you had noise coming through your mic
:incoming_envelope: :ok_hand: applied voice ban to @sly gale until 2021-04-26 17:46 (59 seconds).
Your video you were watching was coming through, and you didn't seem able to hear us to turn it off
oh i am very sorry for the inconvenience
Activists use 'Fucking' for good
The small village largely escaped the notice of the wider world until the birth of the internet, when it was frequently included on lists of the funniest or most explicit place names.
Last year, some local residents used the unusual name to help in their activism, for example, by putting signs above and below the sign to read message like "Our climate is — Fucking — important!"
Fugging apparently better reflects the pronunciation of the town by locals. It is unclear what will happen to the current town signs.
@manic lichen Patrick Volkerding
?
!
i don't
Hey @whole bear!
It looks like you tried to attach file type(s) that we do not allow (.jfif). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
I should though
i'm trying to correct my habit
i'm so amazed
I have a habit of using cisco routers and cisco switches
is that your exercise?
I guess you could say
its*
im also pretty good with linux when it come's to osint
what distro do you use?
*it's
i'm reading Atomic habits,Deep work, Can't hurt me.
it's so enlightening
do you exercise @dense ibex ?
what keeps you going?
I just like to be in shape, since I spend a lot of time on the computer I want to at least be in shape.
use reverse tcp meterpreter to listen on hosts for dns tracerouting and information gathering
my bad a nerd is on my computer
i will not call ѓ
Ѓемал
👉 👈
Ќ
Ќемал
у пичку материну
Luke Robert Burgin (but with a line over the u) Bretschnieder Haus is my ful name
“„
*оди
уф
well yes
Owe (I'm) Fucking Feeling (pain)
Uh
lemme check
14 functions to test
I wildly overestimated the necessary number yesterday
they're on the feature branch of flightplandb-py, if you care to check
iirc the url is www.github.com/PH-KDX/flightplandb-py
let's see
Yeah, I remembered
hurrah
i'll mess with it see if i can contribute
k
I mean, tests are pretty simple
a third is already finished
so the rest can mostly use the same template
ah ok
it does http requests and shows the data to the user as dataclasses
and vice versa
ah

which doc?
yeah
it's like 4-5 month?
smth like that think
Rick Astley's official music video for “Never Gonna Give You Up”
Listen to Rick Astley: https://RickAstley.lnk.to/_listenYD
Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/subscribeYD
Follow Rick Astley:
Facebook: https://RickAstley.lnk.to/followFI
Twitter: https://RickAstley.lnk.to/followTI
Instagram: https:/...
hahahahahah
you r funny too
XDDDDDDDDDDDDD
verbose do you have nice tut for making docs?
Official music video for "Billie Jean" by Michael Jackson
Listen to more of your favorites by Michael Jackson: https://MichaelJackson.lnk.to/_listenYD
"Billie Jean" was the first short film made for 'Thriller,' the biggest-selling album of all time. The short film for this No. 1 single, directed by Steve Barron, made history as the first video ...
there's this
me while reading your doc
yes
oh
sorry i wasn't there when u were talkin
XD
ah i see
i'm buildin a new pc
i'mma take your
opinion
!src

We have a sweat-shop full of helpers.
Lemon said if I make 1000 pairs of socks I can see my family...
quickly and sneakily multiplies by a factor of 10 from 100 to 1000
Called what?
Grote
@elfin fractal I have a strong suspicion that you chose your name simply so that non-Dutch people would be unable to pronounce it
They're making offerings.
I'm not sure anymore why I chose it.
ah, 2 taller than me
Grote is dutch for big
I know
👨🎨
I'm Dutch
ah
which is possibly why I'm almost as tall as you
burrrrrning
fire
Yeah, I'm not that tall compared to others in this country
Rude, Jake 😄
oh yeah, where even are you, you have cell service? xD
when I camp I need to go completely dark, haha
Sowwy 😆
no that was my dad at the door
in case you're wondering why it was rattling, that's my lock. It's a latch lock, and they can bash on the door to open it whenever they want
the lock physically doesn't work because it's a barn door with a latch lock
i hate it
that's where it all went when the tourists stopped coming to smoke it
surface='GRASS'
!remind 18h random space font
Your reminder will arrive in 18 hours!
expiration
Reminder #2012: expires in 28 days, 18 hours, 56 minutes and 54 seconds (ID: 2012)
Hello
oops
Erm, I usually start by making an inventory of the concepts required.
That reminder has been deleted successfully!

Also, to bring up something random, my browser, chrome, has been running like DOGSHIT recently. A friend of mine has also been reporting that his browser runs like ass.
study data structures and algorithms
Don't know what caused it, but it's probably just google servers being dumb.
or abstract the problem
then search for solutions
or problems that are similair
then see what ppl has done
and get good at searching google
I agree with @rugged root
even if you had taken a course like DS and Algo
if you don't practice u will lose the knowledge
I was a long-time chrome user for a while, it is just so user friendly and daddy google takes care of my problems but now I use firefox and duckduckgo. It is just so much better, my browser doesnt run like ass
@sly gale
to be completely fair, it ran fine before, but it just started taking a while all of a sudden. It's happened before, it fixes itself in time.
Also, for some reason, chrome stopped showing up in hidden icons and stopped running in the background
because windows dumb stupid
Im just sick of all the RAM usage from chrome, firefox isnt amazing but it's much better
agreed
the fact that i haven't updated to the newest windows update which is just a microsoft edge legacy patch
but still
i dunno
anyone have any idea how I can cut selected text with vim, cant find iy anywhere
verbose
when i went to tests and ran python -m unittest
it errored
Ran 3 tests in 0.001s
FAILED (errors=3)
ERROR: test_weather (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_weather
Traceback (most recent call last):
File "C:\Users\CreativeSelf\miniconda3\lib\unittest\loader.py", line 436, in _find_test_path
module = self._get_module_from_name(name)
File "C:\Users\CreativeSelf\miniconda3\lib\unittest\loader.py", line 377, in _get_module_from_name
__import__(name)
File "D:\Program files on HDD\git-contrib\flightplandb-py\tests\test_weather.py", line 3, in <module>
from flightplandb.submodules.weather import WeatherAPI
ModuleNotFoundError: No module named 'flightplandb.submodules
once sec
hooray for flight
using the apple silicon python (opencv) pyautogui I am trying to get a screenshot, but having no luck
off and uf thats so uwu 😄
was it the venv that fixed it?
cease
hArDeR DaDdY
no stop
😆
Does anybody know how to make a chat server that can be accessed globally?
Check out Part 2 of the Top 5 Greatest Escapes captured in court houses, including a chase that left an officer with four broken ribs, and a prisoner who ran away with handcuffs still on. #CourtCam
Tune in to Court Cam, Wednesdays at 9/8c on A&E, and stay up to date on all of A&E's premieres at http://aetv.com/schedule.
Subscribe for more from...
😦
well, you asked.
I meant how to make one.
@gentle flint i'm gonna do plan test
nah i've got no clue
k
I'm in the middle of the nav one
mind you git clone off the feature branch @orchid barn
hack them and steal the source code 😄
so that's all to the good
nice
ah fuck I found a bug
uf team 🙂
forgot to cast one dict to dataclasses
this is what vco will be saying as well
where is it I want to crash it. 🙂
@paper tendon lol yes
all it'll crash is any app which uses it and doesn't handle incorrect input
lol
Yes, Griff 😄
So no one can give me tips and/or tell me how to make a global chat server in python?
I can't.
mans really used magenta fill tool and then drew the copyright logo in orange in fuckin ms paint
Could you explain it in relation to fish and chips?
it's like if you put an entire citrus fruit onto chips
LOL
actually that would have been easier
Sour patch is like fish and chips without the chips, but the fish is like a gummy bear and the batter is a mix of citric acid and sugar.
so can anyone help with M1 silicon pythong screen capture (position)
wow indeed
Sorry 😦
the monster has been awoken
lmao
They were pinging you to shit on the Brits no less
y'all should be happy I didn't rebel after you passed the 3rd amendment
i liked lodging in your houses without permission
what
i don't want you in my house
tuff
list.amend()
law.amend()
hi @vivid palm 👋
constitution.amend()
!rule 0
:x: Invalid rule indices: 0
constitution.pop("gun laws")

vs


