#voice-chat-text-0
1 messages Ā· Page 790 of 1
# Assume numbers are prime.
``` š
https://adventofcode.com/2020/day/23 less math, more brute forcing
@whole bear I don't take friend requests from randos

š
u can haz my job.
we keep the pay tho
š
yeee
Hmmm š¤
Not sure about that one...
the sense of fulfillment
1000655
17,x,x,x,x,x,x,x,x,x,x,37,x,x,x,x,x,571,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,x,13,x,x,x,x,23,x,x,x,x,x,29,x,401,x,x,x,x,x,x,x,x,x,41,x,x,x,x,x,x,x,x,19
@amber raptor
What do you do?
me? or mina? lol
were you there when i described our accounting system?
Tbh, anything to get out of this house.
Oh right
Is this an accurate reflection of your job? https://www.youtube.com/watch?v=necuqpDl-9E
Taken from Season 2 Episode 7: 'Moody Foodie'.
oh i haven't seen this and i love bob's burgers oh i remember this xD
š³
what's min. wage here? $15?
hire me?
u wanna do database stuff with me?
yes $15/hr
You really sold it š
this video is fairly accurate of what it was like before covid
that music @ the end lmao
@vivid palm did you see the code wars I sent? Or did you find another one?
oh yes got it ty, but back to working for my job lol
work š
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.163.1/containers/python-3/.devcontainer/base.Dockerfile
# [Choice] Python version: 3, 3.9, 3.8, 3.7, 3.6
ARG VARIANT="3"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
# [Option] Install Node.js
ARG INSTALL_NODE="true"
ARG NODE_VERSION="lts/*"
RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
# [Optional] If your pip requirements rarely change, uncomment this section to add them to the image.
COPY requirements.txt /tmp/pip-tmp/
RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requirements.txt \
&& rm -rf /tmp/pip-tmp
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
# Install Powershell
RUN wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb
RUN dpkg -i packages-microsoft-prod.deb
RUN apt-get update
RUN apt-get install -y powershell
# [Optional] Uncomment this line to install global node packages.
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1```
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
yeah i just realized i'm 10 days behind on smth i thought i was 5 days behind on š
@amber raptor what container is that
it's Visual Studio Container
ok
They take care of it
Guys
@amber raptor
import math
from typing import List
def solve_p1(start_ts: int, schedule: List[int]):
return math.prod(min([(n, n*(start_ts//n+1)-start_ts) for n in schedule], key=lambda x: x[1]))
def main():
data = open("day_13/part1.txt", "r").readlines()
start_ts = int(data[0])
schedule = [int(n) for n in data[1].split(",") if n != "x"]
print(solve_p1(start_ts, schedule))
if __name__ == "__main__":
main()```
try expanding the category first

I'm just shit at math, as SRE I don't have to put up math almost never
Probably have one in your phone
You could use Counter
||Counter(map(itemgetter('language'), lst))||
omg actual pants
the chicken, has arrived
@spiral monolith 
Explanation is a bit long-winded...
@weak finch see #voice-verification
@faint ermine your voice is cracking up
What are fuel costs like? š
Can I get 3 pounds of RedBull?
you still dont know
Fosher, where is the Kata you and Hendrick-- made?
One can melt steel beams, the other cannot
Chemtrails!
@olive hedge banning you for misinformation and trolling smh
I deserve it at this point :shame:
alright I'm gonna get some food I'll be back in a bit.
It's asking: if you take the numbers 1-n and sort them in dictionary order, what is the k'th number?
Bye Fisher š
I totally wont be lurking though
lol


Jinx 

I like this one:
lol now jake can't talk cuz u typed jinx

also: gilly you might need a dna test xD /s

omg lol
LOL STAHP. i'm not adopted!
private what? o.O
!e ```py
import inspect
class Private:
def call(self, f):
self.f_code = f.code
def wrapper(*args, **kwargs):
f.__code__ = self.f_code
if self.code == inspect.currentframe().f_back.f_code:
return f(*args, **kwargs)
raise RuntimeError("This private function cannot be called directly.")
return wrapper
def allowed(private):
def wrapper(f):
private.code = f.code
return f
return wrapper
private = Private()
@private
def private_func():
return 1
@allowed(private)
def permitted_caller():
private_func()
permitted_caller()
private_func()
@faint ermine :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 33, in <module>
003 | File "<string>", line 11, in wrapper
004 | RuntimeError: This private function cannot be called directly.
When buying a second monitor, do I buy one that matches my existing (kind of crappy) monitor, so that the difference isn't annoying š¤
ĀÆ_(ć)_/ĀÆ
but if they match then you're stuck with 2 kind of crappy monitors?
Depends on how you plan on arranging the two
If they're not side by side, get the best one you can
1 in landscape and 1 in portrait will also make it less annoyingly different, possibly
my 2nd is a 720p tv, I have no regrets
I feel like the top one would just cause neck pain
I refuse to buy another dell for my second
Sieht gut aus.
an actual tv?
yes, my setup is not fantastic xD
Hi
Hey Bentley!
#ot0-psvmās-eternal-disapproval message I found it! I still have no shame
what, that's quite aesthetic
Can I tell you guys something? ||In my setup I only have 1 monitor||
I find it broadcasts just the right amount of it was difficult to get out of bed this morning
Fisher is my setup better than lamoundo laundmo
you have a messy desktop on your left monitor
yes
define better
yay
||
||hi||
hi
|| yes||
Why can't I talk or share my screen?
!voice
Voice verification
Canāt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Thank you! @faint ermine
@faint ermine party pooper
Okay, thank you for letting me know.
help
This is my PC Insides, what do you think?
For me it's 7:12 PM
What is happening to my Memory?
š¤
ā¤ļø Check out Weights & Biases and sign up for a free demo here: https://www.wandb.com/papers
ā¤ļø Their mentioned post is available here: https://wandb.ai/ayush-thakur/face-vid2vid/reports/Overview-of-One-Shot-Free-View-Neural-Talking-Head-Synthesis-for-Video-Conferencing--Vmlldzo1MzU4ODc
š The paper "One-Shot Free-View Neural Talking-Head Synth...
!e ```py
import inspect
class Private:
def setattr(self, name, value):
raise RuntimeError("Attribute setting disabled.")
def call(self, f):
super().setattr("f_code", f.code)
def wrapper(*args, **kwargs):
f.code = self.f_code
if self.code == inspect.currentframe().f_back.f_code:
return f(*args, **kwargs)
raise RuntimeError("This private function cannot be called directly.")
return wrapper
def setcode(self, code):
super().setattr("code", code)
def alt(*args, **kwargs):
raise RuntimeError("Cannot set code state for this class, already set.")
super().setattr("setcode", alt)
def allowed(private):
def wrapper(f):
private.setcode(f.code)
return f
def alt(*args, **kwargs):
raise RuntimeError("Cannot set allowed state for other callers.")
allowed.code = alt.code
return wrapper
private = Private()
@private
def private_func():
print("its run")
return 1
@allowed(private)
def permitted_caller():
private_func()
print("called from the allowed caller")
permitted_caller()
############################################################################
dont modify above this line
challenge: call private_func without goign through permitted_caller
@faint ermine :white_check_mark: Your eval job has completed with return code 0.
001 | its run
002 | called from the allowed caller
I have
It's Spyware
Bentley.exe has stopped responding 
System32 is known as a core part of your system. If you delete it, it will show either SYSTEM owns it or TrustedInstaller owns it, so then you'll need to take ownership of that folder to delete it, when you delete it, your system will not boot up, except it will bootup into a menu that looks like the image below I sent, and you can't really recover from the damage.
@faint ermine
def s():
pass
s.__code__ = private.f_code
s()
nice, another way around
Who has a ASUS motherboard?
Now It's 8:15 PM for me
Python is a amazing software, I used it to make message boxes, games, and most importantly
quizzes
Did anyone like St. Patricks day?
I do
š„ŗ
@honest pier
fn bmi(weight: u32, height: f32) -> &'static str {
let bmi = (weight as f32) / (height*height);
return match bmi {
bmi if bmi <= 18.5 => "Underweight",
bmi if bmi <= 25.0 => "Normal",
bmi if bmi <= 30.0 => "Overweight",
_ => "Obese",
};
}
hi





i did 2 more 
who's joe
Joe Dadda
Joe daddy
lol
āŖ
ā
āā¦ā§ā©āŖā«ā¬āā®āÆā°āµā¶ā·āøā¹āāāā“ļø
ā
āā¦ā§ā©āŖā«ā¬āā®āÆā°āµā¶ā·āøā¹āāāā“ļø
ā
āā¦ā§ā©āŖā«ā¬āā®āÆā°āµā¶ā·āøā¹āāāā“ļø

colour```
The colour code of the embed. Aliased to `color` as well. This can be set during initialisation.
Type Union[[`Colour`](#discord.Colour "discord.Colour"), [`int`](https://docs.python.org/3/library/functions.html#int "(in Python v3.9)")]
!d docs discord.Embed.colour
noone cares about int
!docs discord.Colour
class discord.Colour(value)```
Represents a Discord role colour. This class is similar to a (red, green, blue) [`tuple`](https://docs.python.org/3/library/stdtypes.html#tuple "(in Python v3.9)").
There is an alias for this called Color.
`x == y` Checks if two colours are equal.
`x != y` Checks if two colours are not equal.
`hash(x)` Return the colourās hash.
`str(x)` Returns the hex format for the colour.
`value` The raw integer colour value.
Type [`int`](https://docs.python.org/3/library/functions.html#int "(in Python v3.9)")
`r` Returns the red component of the colour.
Type [`int`](https://docs.python.org/3/library/functions.html#int "(in Python v3.9)")
`g` Returns the green component of the colour.
Type [`int`](https://docs.python.org/3/library/functions.html#int "(in Python v3.9)")
`b` Returns the blue component of the colour.
Type [`int`](https://docs.python.org/3/library/functions.html#int "(in Python v3.9)")... [read more](https://discordpy.readthedocs.io/en/stable/api.html#discord.Colour)
So I did a thing. What do you all think?
@vivid palm you have to claim one of the help channels
that was for da-baby
oh
aw blue is my favourite colour
kind, straightforward, calm, rational, always ready to help others, and popular among friends
what if my lucky number is combination of lucky and unlucky
from wikipedia
š„ŗ
true or true?
i need more help than what i can give on this server tho
š¦
@honest pier
Always ready to help others, and they can sacrifice their own interests for others
lul
sunmi
ģ 미(SUNMI) - 볓ė¼ė¹ ė°¤ (pporappippam) 뮤ģ§ė¹ėģ¤(MV)
šæ ģ 미(SUNMI) - 볓ė¼ė¹ ė°¤ (pporappippam)
š§ Melon: http://kko.to/Uj_4WTDYH
š§ genie: http://genie.co.kr/88KYK5
#ģ 미 #SUNMI
#볓ė¼ė¹ė°¤ #pporappippam
ā¶SUNMI Official
SUNMI FB: https://www.facebook.com/officialsunmi/
SUNMI FB Group: https://www.facebook.com/groups/officialsunmi/
SUNMI TW: https://twitter.com/officia...
ģ 미
[MV] SUNMI(ģ 미) _ Siren(ģ¬ģ“ė )
*English subtitles are now available. :D
(Please click on 'CC' button or activate 'Interactive Transcript' function)
[Notice] 1theK YouTube is also an official channel for the MV, and music shows will count the views from this channel too.
[ź³µģ§] 1theK YouTubeė MV넼 ģ ķµķė ź³µģ ģ±ėė”, 1theKģ ģ
ė”ėė MV ģ”°ķģ ėķ ģģ
ė°©ģ” ģģģ ė°ģė©ėė¤.
...
this is so good
[MV] PURPLE KISS(ķ¼ķķ¤ģ¤) _ Ponzona
K-POP Wonderland, 1theK
K-POPģ ėŖØė ģ¦ź±°ģģ 1theK(ģėģ¼ģ“)ģģ ė§ė볓ģøģ! :)
Welcome to the official YouTube channel of K-POP Wonderland, 1theK
""1theK Originals"" Subscribe š https://www.youtube.com/1theKOriginals
[Notice] 1theK YouTube is also an official channel for the MV, and music shows will count the views from thi...
damn thats good
Listen to Lennon Stellaās album āThree. Two. One.ā now: https://LennonStella.lnk.to/321AY
Amazon Music: https://LennonStella.lnk.to/321AY/amazonmusic
Apple Music: https://LennonStella.lnk.to/321AY/applemusic
iTunes: https://LennonStella.lnk.to/321AY/itunes
Soundcloud: https://LennonStella.lnk.to/321AY/soundcloud
Spotify: https://LennonStella.l...
@vivid palm hers a similar one
NEW VIDEO "Riots" https://youtu.be/AtVZifGCX7s
NEW ALBUM https://idol.lnk.to/billy-believe
FACEBOOK http://www.facebook.com/stuckinthesound
INSTAGRAM https://www.instagram.com/stuckinthesoundofficial
Directed by ClƩment Desnos
#StuckInTheSound #BillyBelieve #Animation
that track isnt in my country
gup down boppiona
no?
yeah no?
what... :/
but if you're talking we can't hear you
really?
GN 
gn griff
Modem Millenials: Comfortable with Internet, grew up with it, but wasn't always available to them when growing up
Iām new here just wanna say this voice chat is lit lol
E.161 is an ITU-T Recommendation that defines the arrangement of digits, letters, and symbols on telephone keypads and rotary dials. It also defines the recommended mapping between the basic Latin alphabet and digits (e.g., "DEF" on 3). Uses for this mapping include:
Multi-tap and predictive text systems.
Forming phonewords from telephone numbe...
why do your homework between classes when you could do it during class š
I want to get better at python so that i can use it in ethical hacking, can u guys recommend anything?
hayan š
Hmmm
!source starify
Temporarily force a random superstar name (like Taylor Swift) to be the user's nickname.
!starify @olive hedge
duration
!starify @olive hedge 1M
:incoming_envelope: :x: failed to apply.
yikes
š¦
i use arch btw
š
!e
def foo():
pass
foo.hey = 10
@honest pier :warning: Your eval job has completed with return code 0.
[No output]
good morning xith
š
oooooooooooooooo 100% accuracy
,,,,,,,,,,,,,,
š
i'll misspell something but won't be able to know until i'm halfway through the next sentence
Let me put this typing competition next to Advent of Code
hand reveal?
@summer quarry i love hans zimmer time
Gn guys its past my bedtime 
sweet dreams zzz
gn
š¤
imagine how profitable the business would be...
To Stay alive for 140 years
Problem
There are N houses for sale. The i-th house costs Ai dollars to buy. You have a budget of B dollars to spend.
What is the maximum number of houses you can buy?
Input
The first line of the input gives the number of test cases, T. T test cases follow. Each test case begins with a single line containing the two integers N and B. The second line contains N integers. The i-th integer is Ai, the cost of the i-th house.
Output
For each test case, output one line containing Case #x: y, where x is the test case number (starting from 1) and y is the maximum number of houses you can buy.
Limits
Time limit: 15 seconds per test set.
Memory limit: 1GB.
1 ⤠T ⤠100.
1 ⤠B ⤠105.
1 ⤠Ai ⤠1000, for all i.
Test set 1
1 ⤠N ⤠100.
Test set 2
1 ⤠N ⤠105.
Sample
Input
Output
3
4 100
20 90 40 90
4 50
30 30 10 10
3 300
999 999 999
Case #1: 2
Case #2: 3
Case #3: 0
In Sample Case #1, you have a budget of 100 dollars. You can buy the 1st and 3rd houses for 20 + 40 = 60 dollars.
In Sample Case #2, you have a budget of 50 dollars. You can buy the 1st, 3rd and 4th houses for 30 + 10 + 10 = 50 dollars.
In Sample Case #3, you have a budget of 300 dollars. You cannot buy any houses (so the answer is 0).
Note: Unlike previous editions, in Kick Start 2020, all test sets are visible verdict test sets, meaning you receive instant feedback upon submission.
@olive hedge
just sort the prices of houses and take sum until it's less than given amount
What are the prices
Ya
That one is fucking easy
I wan just practicing for the google kickstart
But It was bit hard for me
to understand the questions
Can you help me bro
Its easy
but the questions I m not understanding properly
When you are free
Hello!
helo
halo
import requests
import string
import random
url = f"https://wtfismyip.com/text"
def test():
s = requests.session()
proxy = set()
with open("http_proxies.txt", "r") as f:
file_lines1 = f.readlines()
for line1 in file_lines1:
proxy.add(line1.strip())
proxies = {
"http": random.choice(list(proxy))
}
try:
request = requests.get(url, proxies=proxies)
print(request)
print(proxies)
print(f"Successfully loaded proxy: {request.content}")
except Exception as e:
print(f"Failed to report due to error: {e}")
test()```
Can anyone tell me why my code doesnt load proxies properly? When running the code is doesnt load the proxies but instead just uses my actual ip to connect to the web server
```output of code
{'http': 'http://110.78.141.147:8080'}#proxy ip that isnt loaded properly
Successfully loaded proxy: b'185.107.95.226\n'#vpn ip
b'185.107.95.226\n'#vpn ip```
In this video we're going to be learning how to create custom animated arrow paths inside of After Effects! The end result will be using After Effects to create an arrowed line that looks like it's being drawn as it moves forwards. It sounds complex, but it's really simple once you know what tools to use in After Effects. We're also going to b...
@leaden comet also, i do like how many followers u have on github 
Plane crash simulation made in Blender 2.8 with VFX breakdown
Follow my projects on twitter: https://twitter.com/DevRoot7
ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½ā¾ ā½
ā½ ABOUT THE PROJECT:
This was a hobby project I made in spare time. I used fracture modifier for plane deformation.
Plane and tree models are not made by me.
...
hello
Evenin'
š
wassup
that looks sick lemon!
who doesnt š
ThinkGeek is all about convergence, and we figured it was about time we gave some of our favorite old formats some love.
http://www.thinkgeek.com/beta2hd
I haven't thought about betamax in a long time
@rugged root
i got an idea for a project
we will call it, the doom slayer, it will be a python file, that will look like a word office, but, the moment u open it, it will upload the file to the cloud, and overclock the cpu
Good morning
Pupperoni
what's @leaden comet working on?
Nice to finally hear@leaden comet 's voice
pep 8 song
beautiful voice
Good evening
Good ${timezone}
it's 9am where I'm at, but good whatever place you're at
:ok_hand: Added the-beef-jerky-experience to the names list.
!otn a the-beef-jerky-experience
Rehydrate the jerky
Was it something I misspelt
Adding off-topic names is- yeah, that
To all the moderators, I hope Phyton pays you good to do your job.
I'm broke, wdym
Cya pure
lol
Enjoy it š
hmmmmmmmmmmmmmm...ramen
does a mod have the login to the python account
The food of kings
And poor college students š
No lol itās a staff member just doing a command
oh :(
wait
its a bot
how do you log in
to early
You donāt
Itās a command they type
Alright Iām gonna go say good morning to my parents and stuff Brb
tastes-like-jerky
Sort of tastes like leather
beef-sugar-spice
Just one question. Why don't I have permission to speak in channel voice chat ?
voice verification
hold on...
!voice
Voice verification
Canāt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Yea, this^
I can't find this...
cause ur voice verfied
cause you already activated it
unmute ur self
Dishant ur in the wrong vc lol
Why JSON is unsuitable as a data storage medium.
1) JSON, quite simply, is not a database. It's not designed to be a data storage format, rather a way of transmitting data over a network. It's also often used as a way of doing configuration files for programs.
2) There is no redundancy built in to JSON. JSON is just a format, and Python has libraries for it like json and ujson that let you load and dump it, sometimes to files, but that's all it does, write data to a file. There is no sort of DBMS (Database Management System), which means no sort of sophistication in how the data is stored, or built in ways to keep it safe and backed up, there's no built in encryption either - bear in mind in larger applications encryption may be necessary for GDPR/relevant data protection regulations compliance.
3) JSON, unlike relational databases, has no way to store relational data, which is a very commonly needed way of storing data. Relational data, as the name may suggest, is data that relates to other data. For example if you have a table of users and a table of servers, the server table will probably have an owner field, where you'd reference a user from the users table. [This is only relevant for relational data]
4) JSON is primarily a KV (key-value) format, for example {"a":"b"} where a is the key and b is the value, but what if you want to search not by that key but by a sub-key? Well, instead of being able to quickly use var[key], which in a Python dictionary has a constant return time (for more info look up hash tables), you now have to iterate through every object in the dictionary and compare to find what you're looking for. Most relational database systems, like MySQL, MariaDB, and PostgreSQL have ways of indexing secondary fields apart from the primary key so that you can easily search by multiple attributes.
For more info and resources about storing persistent data, please see https://vcokltfre.dev/tips/storage/
when will covid end?
@swift breach
which channel are you on @tough carbon
Join voice chat 0
@tough carbon You can't speak here though
i think only helpers+ can speak in media vc
voice-chat-0 and 1 seems to be a normal chat and not voice chat to me
ohh i see.... got it
I think it's cause it's the weekend. Their more serious on the weekdays.
Yaa done thanks
š
Would you not just using datetime and have it auto fill your page? I'm not overly familiar with Django, honestly
i want to send this data comming from df in django project
its a opencv file so cant
i have captured the drowsiness alert data so
I'm really unsure. I'm thinking the folks who would know best would be #data-science-and-ml
But this is something I've never covered
been doing something like this
really time comsuming
@rugged root can you mention some?
gona hit my deadlines so
https://lichess.org/c6wEzDc2 @zenith radish
Join the challenge or watch the game here.
I don't know of anyone in particular. You'll have to ask in that channel. Like I said, I have no idea
š¦
I really should try learning chess
me irl
Really good though
Haven't had it in months now
Let's try something different
i can also fit in
is that... you?
yes
Hello
Scary
lolmodo
Indeed
I have no decent picture of my face so I'll just use this instead
Also let's chill out with the GIFs
obama ballin'
Somehow, having this profile picture makes me less intimidating
Let's not.
yes
wow jamal don't pull out the 9...
which game?
G mode
Gmod
no
yesn't
looks more like a de-make of Gmod on PSX
hahahahahaha
Let me know if someone wants cam access.
I'll allow it for fun little weekend get togethers
That's sounds so kind of you
But I'm alright thanks
I'm going to stream Solitaire š
Online multiplayer puzzle game
help me
forall i need help too š¦
could someone help me with xcode?
my .xcodeproj file doesn't have the exec perms, for some reason.
Hello
What are u doing ?
playing tetris
Okey š enjoy
Yes
@whole rover š§
salt
this is the dumbest thing I've ever seen
Project Natick is a research project to determine the feasibility of subsea datacenters.
so true man
Man that strained my hands
Time to do it even more 
Many beginner drivers make the common mistake of forgoing proper defense against airborne threats such as enemy fighter jets and air-to-surface missiles. In this video, we will explain the best methods to protect your vehicle from such threats and avoid the necessity of paying exorbitant insurance premiums for preventable damages. These include ...
Do you hate it when your computer gets destroyed by a main battle tank? Do not worry anymore. This tutorial will inform you of the risks involved with main battle tanks near your computer and show you how to improve your computer rig to resist any type of ammunition shot at it. With this tutorial, your computer will be safe from all kinetic ener...
how much does a plain even cost?
i would not trust a 14k plain
hello @uncut meteor
def hex_color_validation(color):
regex = "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
p = re.compile(regex)
if re.search(p, color):
return True
else:
return False
rip
hmm maybe vc regions
but we can hear you perfectly
async def cog_check(self, ctx: Context):
return ctx.author.id == 670802831678373908
def hex_color_validation(color):
regex = "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
p = re.compile(regex)
return re.search(p, color):
faster way
Thanks
!e
from typing import Callable
def test(a, b, c, *, d=None):
...
def function(f: Callable):
print(len(f.__code__.co_varnames))
function(test)
@uncut meteor :white_check_mark: Your eval job has completed with return code 0.
4
6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.
Hi
Hi
Do you know django
I don't
TOML is like a better INI
1. Follow the Discord Community Guidelines and Terms Of Service.
!rule 2
2. Follow the Python Discord Code of Conduct.
!rule 3
@dense ibex https://en.wikipedia.org/wiki/Djibouti
Djibouti, officially the Republic of Djibouti, is a country located in the Horn of Africa. It is bordered by Somaliland in the south, Ethiopia in the southwest, Eritrea in the north, and the Red Sea and the Gulf of Aden in the east. Across the Gulf of Aden is Yemen. The country has a total area of 23,200 km2 (8,958 sq mi). The Republic of Djibou...
Thoughts?
does the 8th day even exist?
it's a book
yea but the theory in it
Voice verification
Canāt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
the uhhhhhhhhh the uhhhhhhhhhhhh
I will just need to lurk now š
how is all doing?
good
Hi
earlier in which direction
life, is life
lol
Diagonally, obvs.
@dense ibex, @flat sentinel, do you remember me?
Then what your's sleeping schedule?
Im here in spirit
any azure users here
office hours in microsoft python server (#315249263103967242) today
I was here yesterday
first time that i hv seen doe
!rule 6
6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.
same
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.
!rule 1
1. Follow the Discord Community Guidelines and Terms Of Service.
!rule 69
:x: Invalid rule indices: 69
!rules 10
:x: Invalid rule indices: 10
ok sorry, plz no spam commands
!rule 420
:x: Invalid rule indices: 420
I should not have done that, haha
look what you've done fisher
!rules 8
:x: Invalid rule indices: 8
#bot-commands
!rule 8
:x: Invalid rule indices: 8
see
invalid
!rules seven
The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.
#bot-commands
you can do that there
ease of access to all of the rules
Tai-po. The martial art of keyboard mashing.
Oh,
daaaamn
YouTube Role? Or is it Video Role?
we hv 3 owners here
video
Wow, that's a lot of owners
cant they just gimme
:((
hemlock is the only person wholl give you the role
it's pointless to ask them
hemlock is lord of video roles, hemlock not online, so no video role
:/
period
why can't I share my screen?
end of sentence
not even owners
no
Because people abused that privilege, so it got locked down.
yes and this is why we cant have nice things
don't be dense
;-;
docker name generator is pretty fun and good
damn
lol the docker name gen is gold
Example us.
fine
Is frozen carbon dioxide a key to features in some Martian gullies? To find out, scientists grabbed a bag of dry ice and took a road trip.
That definitely won't get flagged in a shady database, somewhere.
Nah, my usage of Python on Azure is very limited
I'm not sure what's going on with the latter halves, there, but I'm okay with it.
ahh
hahaha
3:30 EST, #702724176489873512 message
what lang are you using for your functions?
at work, we are .Net Core shop so C#

lol
I mean, for all the shit that .net took, you have to admit that C# on .Net Core is pretty robust setup
yeah, it is
I'd never use it but that's just preference rather than anything it's actually done wrong
it's bit verbose like Java, it's addicted to classes like coder with coffee
I find c# pretty nice to work with, I am probably biased on that though
but from SRE point of view, it's pretty sturdy language
I'd take C# over Java any day lol
and unlike Java, I'm not worrying about CVE every other day
hahahaha
oracle is a real mess
reading CVEs for Tomcat/Struts/Jenkins/Springboot
C# > Java
and every time I upgrade them, it's such a shit show, it's like going from Python 2.7 -> 3 on daily basis
can we group JVM languages together?
since sometimes it's JVM with issues
so I'm saying JVM/Java
Are they all Java?
Java/JVM is in there, yeah, but it's not top
PHP 𤦠how did I not guess
I mean, Microsoft has said a ton of CVEs are due to bad memory management on their end
last 10 years
thus their interest in Rust
yeah, they have
yeah
I think I got a medium article sent through this morning about that
"9 companies using Rust" or something
how come c++ is the least vulnerable programming language
in fact, I think it's official, Microsoft will be using Rust for Windows
its same as c
and a couple were just "we don't want to do memory management" lol
yeah, iirc the security teams took the first interest
System team apparently didn't give a ton of pushback
and Azure is using ton of a Rust already and OS team reports to Azure team
actually ruby :)
A language is as vulnerable as the weakest link from development to end-user.
I would assume C++ has some more forgiving memory management concepts, but yeah, lowest is Ruby & there are still many more below that, that's just top 6
Someone has to care to find CVEs. 
What is lemon working on?
idk what those are š¤·āāļø
care is concept of someone actually having interest in something happening
for example, it's something Rabbit doesn't have a ton of in many cases
common vulnerabilities (and) exposures
š
it's a standardised format for disclosing security vulnerabilities in applications
sorry, I was being sarcastic, yea, what Joe said
lol
CVE get numbers which point to particular vulnerability
Like here is big CVE for Exchange Server that spread like wildfire
So...
one of the reasons I'm fond of cloudflare
they mitigated it at their firewall pretty quickly
Except few people use Cloudflare for Exchange servers
they used to be PITA with Exchange Servers
yeah, that's true
So my last job
so I had a ton of coworkers hitting me up about it
Also, by logging into website, I found I'm Certified Solutions Expert: Productivity!
lmfao
"I woke up this morning with a diploma in my butt. I don't know how it got there, but apparently I'm an information systems engineer, now."
dont we all
Iām not big on certs. Work wanted me to have them and Microsoft loves to change names of certs
So I got them, sent in paperwork for work and never looked back
Only time I dig them out if someone asks
What's lemon doing?
Lemon is remaking win95 from scratch?
š
^_^
of sorts
Is that going in the code jam video?
Hahahah love it
A troublesome witch tries to convince a medieval court that she isn't a witch.
Download the entire movie in HD for free here from KickAss Torrents: http://kickass.to/monty-python-and-the-holy-grail-720p-best-quality-murdoc47-t6439813.html
See more quality content here on the All New Channel 2012.
:: Channel 2012 is proudly Annotations Free as...
hey i Saw dave in that video
I like Griff's suggestion
FULL ART LESSONS: https://www.marcobucciartstore.com
Learn a very important color theory for both digital and traditional art. Good for any digital art app, and applicable for character design, concept art, and illustration of all kinds!
-- LINKS --
Patreon: https://www.patreon.com/marcobucci
Instagram: https://www.instagram.com/bucciblog
Store...
I think Vsauce and co have their own streaming service now
that looks nice!
Jake what is that PFP? š
Alright š
Good night š
Good night š
I like the bobbing š
I'm considering whether or not to start my PC for the lemon stream
What's he streaming?
What is lemon making?
Splatoon 3 did somone say Splatoon 3!?
There's definitely been 0 people unmuted before now š

They have to have been active on the server in three different 10-minute blocks.
Yeah, it does work pretty well actually
We had a raid-attempt here a couple of days ago which was pretty much thwarted.
Hello voice chat
Hey š
hi squidly
Sure!
"""
Hangman version 0.1.0
"""
import random
file = open("dictionary.txt", "r")
words = file.readlines()
print("Hangman version 0.1.0")
running = True
while running:
#word = words[random.randint(0,len(words) - 1)]
word = "apple"
guess = ""
tries = 10
for i in range(len(word)):
guess += '_'
session = True
print("Guess the word.")
while session:
print(guess)
letter = input("")
if len(letter) > 1 or not letter.isalpha():
print("Invalid input, expected a letter got %s" % letter)
print("Please try again.")
continue
copy = word
correct = False
should_check = True
while True:
index = copy.find(letter)
if index == -1:
break
copy = copy.replace(letter, '_', 1)
guess = guess[:index] + letter + guess[index + 1:]
correct = True
if not correct:
tries -= 1
if tries <= 0:
print("Sorry you lost. The word was %s" % word)
session = False
if word == guess:
print("Congratulations you guess the word!")
session = False
if not session:
while True:
ans = input("Would you like to play again? (y/n)")
if ans == 'y':
pass
elif ans == 'n':
running = False
else:
print("Invalid answer given. Please try again.")
continue
break
@gentle flint do you know pygame
I do not.
@flat sentinel do you know pygame
no and i will not
@noble copper do you know pygame
sorry
@plain mica ^
@plain mica if you need help go to #game-development
and you're going to annoy quite a lot of people if you ping them one by one
just saying
when you try to debug
line a: hey im the problem
me: oh yeah right
line b(to line a): hahahaha im the real problem. but i will let him hangout with ya for a while.
after few days
me: you lied line b is the problem. what is the meaning of life, am i real, who am i, do i belong in trashbin??
until you get to discord.py and no error comes
okay sorry I just been trying very very hard to solve this problem
Griff I think, lemon
enable logging then
the library literally says to



I can't remember either.
Oh wait, talented tigers??
yes
It all makes sense now
well i dont know lol
am I going to get azure web apps working or am I just going to provision a vps?
@leaden comet do you have any good resources to learn basic chess openings and concepts?
also what is your fav opening?
^ everybody can answer
@leaden comet Do you wanna play a game with me?
playing
bongcloud
ye
Chess.com's lessons are honestly really good for this. Also their app, Dr Wolf, is great for learning basics. But they're both behind paywalls.
chess youtubers like Gotham are really useful, too
lots of great chess on youtube
hes cool yeah
see you next time, i'm off to finish a pytest pr ^^
it's like a binary search tree :)
Guest-kmibr22r has invited you to his game.
@uncut meteor
?
?
š

https://lichess.org/vQB0wS9t @uncut meteor
Join the challenge or watch the game here.
Guest-kmibr22r has invited you to his game.
@uncut meteor



Does anyone remember Windows 7? 






