#voice-chat-text-0

1 messages ยท Page 935 of 1

wise cargoBOT
#

@rocky kiln :white_check_mark: Your eval job has completed with return code 0.

10+10=20
rocky kiln
scenic wind
#
import math

symbols = ['+', '-', '*', '/']
dict = {}

def BruteForce():
    for i in symbols:
        dict[f"10 {symbols[0]} 10"] = [f"{eval(f'10 {symbols[0]} 10')}"]
whole bear
#

!e ```py
symbols = ['+', '-', '*', '/']

num1 = 10
num2 = 10

print(f"{num1} {symbols[0]} {num2} = {eval(f'{num1} {symbols[0]} {num2}')}")

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

10 + 10 = 20
scenic wind
#
import math

symbols = ['+', '-', '*', '/']
dict = {}

def BruteForce():
    for i in symbols:
        dict[f"{n1} {symbols[0]} {n2} {symbols[0]} {n3} {symbols[0]} {n4} {symbols[0]} {n5} {symbols[0]} {n6}"] = [f"{eval(f'{n1} {symbols[0]} {n2} {symbols[0]} {n3} {symbols[0]} {n4} {symbols[0]} {n5} {symbols[0]} {n6}')}"]
whole bear
#

PEMDAS

woeful salmon
#

or BEDMAS

scenic wind
#

BIDMAS

#

BODMAS

rocky kiln
#

!eval py print("\n".join(f"{num1} {symbol} {num2} = {eval(f'{num1} {symbol} {num2}')}" for num1, num2, num3 in [(1,2,"*"), (10,30,"+")]))

#

aaaaa

#

!eval py print("\n".join(f"{num1} {symbols[0]} {num2} = {eval(f'{num1} {symbol} {num2}')}" for num1, num2, symbol in [(1,2,"*"), (10,30,"+")]))

#

!eval py print("\n".join(f"{num1} {symbol} {num2} = {eval(f'{num1} {symbol} {num2}')}" for num1, num2, symbol in [(1,2,"*"), (10,30,"+")]))

wise cargoBOT
#

@rocky kiln :white_check_mark: Your eval job has completed with return code 0.

001 | 1 * 2 = 2
002 | 10 + 30 = 40
rocky kiln
#

!eval py print("\n".join(f"{num1} {symbols[0]} {num2} = {eval(f'{num1} {symbol} {num2}')}" for num1, num2, num3 in [(1,2,"*"), (10,30,"+"),(2,4,"^")]))

scenic wind
#
for x in range(6):
    n1 = int(input(f"No. {x+1} = "))
rocky kiln
#

!eval py print("\n".join(f"{num1} {symbol} {num2} = {eval(f'{num1} {symbol} {num2}')}" for num1, num2, symbol in [(1,2,"*"), (10,30,"+"),(2,3,"^")]))

wise cargoBOT
#

@rocky kiln :white_check_mark: Your eval job has completed with return code 0.

001 | 1 * 2 = 2
002 | 10 + 30 = 40
003 | 2 ^ 3 = 1
rocky kiln
#

!eval py print("\n".join(f"{num1} {symbol} {num2} = {eval(f'{num1} {symbol} {num2}')}" for num1, num2, symbol in [(1,2,"*"), (10,30,"+"),(2,3,"**")]))

wise cargoBOT
#

@rocky kiln :white_check_mark: Your eval job has completed with return code 0.

001 | 1 * 2 = 2
002 | 10 + 30 = 40
003 | 2 ** 3 = 8
tiny seal
#
l = [(x+1) for x in range(6)]
#

!e
l = [(x+1) for x in range(6)]
print(l)

wise cargoBOT
#

@tiny seal :white_check_mark: Your eval job has completed with return code 0.

[1, 2, 3, 4, 5, 6]
sweet lodge
scenic wind
#
n1 = int(input("Enter number 1: "))
n2 = int(input("Enter number 2: "))
n3 = int(input("Enter number 3: "))
n4 = int(input("Enter number 4: "))
n5 = int(input("Enter number 5: "))
n6 = int(input("Enter number 6: "))
rugged root
#
my_list = []
for i in range(6):
  my_list.append(i)

# is the same as
my_list = [i for i in range(6)]
rocky kiln
#

fuck

rugged root
#
my_list = [int(input()) for _ in range(6)]
woeful salmon
#

๐Ÿ‘€ its the same execpt for the fact the normal for loop runs normally while the comprehension makes a call to a function implemented in C

rocky kiln
#

aaaaaaaaa

whole bear
#

!e ```py
print('"'+''.join(r'\u{:04X}'.format(i)for i in b'MONKS#0001')+'"')

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

"\u004D\u004F\u004E\u004B\u0053\u0023\u0030\u0030\u0030\u0031"
rocky kiln
#

!eval py import itertools def make_table(rows: List[List[Any]], labels: Optional[List[Any]] = None, centered: bool = False) -> str: return "\n".join((start + mid.join((pad_char * ((padding := column_width - len(str(row[index]) if index < len(row) else "")) // 2 if centered else 1) + (cell_content := str(row[index]) if index < len(row) else "") + pad_char * (-(-padding // 2) if centered else (column_width - len(cell_content)) - 1)) for index, column_width in enumerate(list(max(len(str(item)) + 2 for item in list((row[index] if len(row) > index else "") for row in (rows + [labels] if labels else rows))) for index in range(max(len(row) for row in (rows + [labels] if labels else rows)))))) + end) for start, mid, end, pad_char, row in itertools.chain(([("โ”Œ", "โ”ฌ", "โ”", "โ”€", []), ("โ”‚", "โ”‚", "โ”‚", " ", labels), ("โ”œ", "โ”ผ", "โ”ค", "โ”€", [])] if labels else [("โ”Œ", "โ”ฌ", "โ”", "โ”€", [])]), (("โ”‚", "โ”‚", "โ”‚", " ", row) for row in rows), [("โ””", "โ”ด", "โ”˜", "โ”€", [])])) print(f'`{make_table([["i", "love", "oneliners"],["if", "you", "havent", "noticed"],["by", "now"]], ["these", "are", "some", "titles"])}`)

wise cargoBOT
#

@rocky kiln :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 4
002 |     print(f'`{make_table([["i", "love", "oneliners"],["if", "you", "havent", "noticed"],["by", "now"]], ["these", "are", "some", "titles"])}`)
003 |           ^
004 | SyntaxError: unterminated string literal (detected at line 4)
rocky kiln
whole bear
whole bear
rocky kiln
#

!eval py import itertools def make_table(rows: List[List[Any]], labels: Optional[List[Any]] = None, centered: bool = False) -> str: return "\n".join((start + mid.join((pad_char * ((padding := column_width - len(str(row[index]) if index < len(row) else "")) // 2 if centered else 1) + (cell_content := str(row[index]) if index < len(row) else "") + pad_char * (-(-padding // 2) if centered else (column_width - len(cell_content)) - 1)) for index, column_width in enumerate(list(max(len(str(item)) + 2 for item in list((row[index] if len(row) > index else "") for row in (rows + [labels] if labels else rows))) for index in range(max(len(row) for row in (rows + [labels] if labels else rows)))))) + end) for start, mid, end, pad_char, row in itertools.chain(([("โ”Œ", "โ”ฌ", "โ”", "โ”€", []), ("โ”‚", "โ”‚", "โ”‚", " ", labels), ("โ”œ", "โ”ผ", "โ”ค", "โ”€", [])] if labels else [("โ”Œ", "โ”ฌ", "โ”", "โ”€", [])]), (("โ”‚", "โ”‚", "โ”‚", " ", row) for row in rows), [("โ””", "โ”ด", "โ”˜", "โ”€", [])])) print(f'`{make_table([["i", "love", "oneliners"],["if", "you", "havent", "noticed"],["by", "now"]], ["these", "are", "some", "titles"])}`')

whole bear
scenic wind
#
import itertools; def make_table(rows: List[List[Any]], labels: Optional[List[Any]] = None, centered: bool = False) -> str:
    return "\n".join((start + mid.join((pad_char * ((padding := column_width - len(str(row[index]) if index < len(row) else "")) // 2 if centered else 1) + (cell_content := str(row[index]) if index < len(row) else "") + pad_char * (-(-padding // 2) if centered else (column_width - len(cell_content)) - 1)) for index, column_width in enumerate(list(max(len(str(item)) + 2 for item in list((row[index] if len(row) > index else "") for row in (rows + [labels] if labels else rows))) for index in range(max(len(row) for row in (rows + [labels] if labels else rows)))))) + end) for start, mid, end, pad_char, row in itertools.chain(([("โ”Œ", "โ”ฌ", "โ”", "โ”€", []), ("โ”‚", "โ”‚", "โ”‚", " ", labels), ("โ”œ", "โ”ผ", "โ”ค", "โ”€", [])] if labels else [("โ”Œ", "โ”ฌ", "โ”", "โ”€", [])]), (("โ”‚", "โ”‚", "โ”‚", " ", row) for row in rows), [("โ””", "โ”ด", "โ”˜", "โ”€", [])])); print(f'`{make_table([["i", "love", "oneliners"],["if", "you", "havent", "noticed"],["by", "now"]], ["these", "are", "some", "titles"])}`)
rocky kiln
#

!eval py import itertools from typing import List, Optional, Any def make_table(rows: List[List[Any]], labels: Optional[List[Any]] = None, centered: bool = False) -> str: return "\n".join((start + mid.join((pad_char * ((padding := column_width - len(str(row[index]) if index < len(row) else "")) // 2 if centered else 1) + (cell_content := str(row[index]) if index < len(row) else "") + pad_char * (-(-padding // 2) if centered else (column_width - len(cell_content)) - 1)) for index, column_width in enumerate(list(max(len(str(item)) + 2 for item in list((row[index] if len(row) > index else "") for row in (rows + [labels] if labels else rows))) for index in range(max(len(row) for row in (rows + [labels] if labels else rows)))))) + end) for start, mid, end, pad_char, row in itertools.chain(([("โ”Œ", "โ”ฌ", "โ”", "โ”€", []), ("โ”‚", "โ”‚", "โ”‚", " ", labels), ("โ”œ", "โ”ผ", "โ”ค", "โ”€", [])] if labels else [("โ”Œ", "โ”ฌ", "โ”", "โ”€", [])]), (("โ”‚", "โ”‚", "โ”‚", " ", row) for row in rows), [("โ””", "โ”ด", "โ”˜", "โ”€", [])])) print(f'{make_table([["i", "love", "oneliners"],["if", "you", "havent", "noticed"],["by", "now"]], ["these", "are", "some", "titles"])}')

scenic wind
#

!e

wise cargoBOT
#
Command Help

!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!*

scenic wind
#

!e

import itertools; def make_table(rows: List[List[Any]], labels: Optional[List[Any]] = None, centered: bool = False) -> str:
    return "\n".join((start + mid.join((pad_char * ((padding := column_width - len(str(row[index]) if index < len(row) else "")) // 2 if centered else 1) + (cell_content := str(row[index]) if index < len(row) else "") + pad_char * (-(-padding // 2) if centered else (column_width - len(cell_content)) - 1)) for index, column_width in enumerate(list(max(len(str(item)) + 2 for item in list((row[index] if len(row) > index else "") for row in (rows + [labels] if labels else rows))) for index in range(max(len(row) for row in (rows + [labels] if labels else rows)))))) + end) for start, mid, end, pad_char, row in itertools.chain(([("โ”Œ", "โ”ฌ", "โ”", "โ”€", []), ("โ”‚", "โ”‚", "โ”‚", " ", labels), ("โ”œ", "โ”ผ", "โ”ค", "โ”€", [])] if labels else [("โ”Œ", "โ”ฌ", "โ”", "โ”€", [])]), (("โ”‚", "โ”‚", "โ”‚", " ", row) for row in rows), [("โ””", "โ”ด", "โ”˜", "โ”€", [])])); print(f'`{make_table([["i", "love", "oneliners"],["if", "you", "havent", "noticed"],["by", "now"]], ["these", "are", "some", "titles"])}`)
wise cargoBOT
#

@scenic wind :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 2
002 |     return "\n".join((start + mid.join((pad_char * ((padding := column_width - len(str(row[index]) if index < len(row) else "")) // 2 if centered else 1) + (cell_content := str(row[index]) if index < len(row) else "") + pad_char * (-(-padding // 2) if centered else (column_width - len(cell_content)) - 1)) for index, column_width in enumerate(list(max(len(str(item)) + 2 for item in list((row[index] if len(row) > index else "") for row in (rows + [labels] if labels else rows))) for index in range(max(len(row) for row in (rows + [labels] if labels else rows)))))) + end) for start, mid, end, pad_char, row in itertools.chain(([("โ”Œ", "โ”ฌ", "โ”", "โ”€", []), ("โ”‚", "โ”‚", "โ”‚", " ", labels), ("โ”œ", "โ”ผ", "โ”ค", "โ”€", [])] if labels else [("โ”Œ", "โ”ฌ", "โ”", "โ”€", [])]), (("โ”‚", "โ”‚", "โ”‚", " ", row) for row in rows), [("โ””", "โ”ด", "โ”˜", "โ”€", [])])); print(f'`{make_table([["i", "love", "oneliners"],["if", "you", "havent", "noticed"],["by", "now"]], ["these", "are", "some", "title
... (truncated - too long)

Full output: https://paste.pythondiscord.com/iwatidapem.txt?noredirect

#

@rocky kiln :white_check_mark: Your eval job has completed with return code 0.

001 | โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
002 | โ”‚ these โ”‚ are  โ”‚ some      โ”‚ titles  โ”‚
003 | โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
004 | โ”‚ i     โ”‚ love โ”‚ oneliners โ”‚         โ”‚
005 | โ”‚ if    โ”‚ you  โ”‚ havent    โ”‚ noticed โ”‚
006 | โ”‚ by    โ”‚ now  โ”‚           โ”‚         โ”‚
007 | โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
woeful salmon
vivid palm
#

what is this cursedness

woeful salmon
#

in 1 line

whole bear
woeful salmon
#

i think it was chris

#

but i don't remember

rocky kiln
sweet lodge
#

By the way

#

If you really want to, here's how

#
for i in range(6):
    exec("x" + str(i) + "=" + str(i))
print(x3)
whole bear
#

!e ```py
(lambda i: [
print(chr(x), end='') for x in (lambda i=i: [
globals().update({"h": (lambda =(i[-1] + i[2]): ( * _) + i[3])
()}) or h, h - i[2],
globals().update({"l": h + i[3]}) or l, l,
globals().update({"o": l + i[2]}) or o, (i[-1] + i[0]) * 4, o +
(i[3] * 2), o, o + i[2], l, h - i[3], i[4] * 2
])()
])([
_.code.co_argcount
for _ in ((lambda _: None), (lambda _, __: None),
(lambda _, __, ___: None), (lambda _, __, ___, ____: None),
(lambda _, __, ___, ____, _____: None),
(lambda _, __, ___, ____, _____, ______: None),
(lambda _, __, ___, ____, _____, ______, _______: None))
])

wise cargoBOT
#

@whole bear :white_check_mark: Your eval job has completed with return code 0.

hello world
sweet lodge
#

!e

for i in range(6):
    exec("x" + str(i) + "=" + str(i))
print(x3)
wise cargoBOT
#

@sweet lodge :white_check_mark: Your eval job has completed with return code 0.

3
sweet lodge
scenic wind
#
import math

symbols = ['+', '-', '*', '/']
dict = {}

def BruteForce():
    for i in symbols:
        dict[f"{n[0]} {symbols[i]} {n[1]} {symbols[i]} {n[2]} {symbols[i]} {n[3]} {symbols[i]} {n[4]} {symbols[i]} {n[5]}"] = [f"{eval(f'{n[0]} {symbols[i]} {n[1]} {symbols[i]} {n[2]} {symbols[i]} {n[3]} {symbols[i]} {n[4]} {symbols[i]} {n[5]}')}"]

n = [int(input("Enter number: ")) for _ in range(6)]

print(dict)
rocky kiln
#

though its not just python i abusejava public int daysPassedThisYear() { return IntStream .range(1, this.month) .map(i -> Date.daysInMonth(i, this.year)) .sum() + this.day; }

woeful salmon
#

re-creating discord's ui itself is actually one of the easiest things to do

sweet lodge
wise cargoBOT
#

@sweet lodge :white_check_mark: Your eval job has completed with return code 0.

3
woeful salmon
#

not in python

#

i meant in electron

scenic wind
#
import math

symbols = ['+', '-', '*', '/']
dict = {}

def BruteForce(n):
    for i in symbols:
        dict[f"{n[0]} {symbols[i]} {n[1]} {symbols[i]} {n[2]} {symbols[i]} {n[3]} {symbols[i]} {n[4]} {symbols[i]} {n[5]}"] = [f"{eval(f'{n[0]} {symbols[i]} {n[1]} {symbols[i]} {n[2]} {symbols[i]} {n[3]} {symbols[i]} {n[4]} {symbols[i]} {n[5]}')}"]

n = [int(input("Enter number: ")) for _ in range(6)]
BruteForce(n)
print(n)
#
dict[f"{n[0]} {symbols[i]} {n[1]} {symbols[i]} {n[2]} {symbols[i]} {n[3]} {symbols[i]} {n[4]} {symbols[i]} {n[5]}"] = [f"{eval(f'{n[0]} {symbols[i]} {n[1]} {symbols[i]} {n[2]} {symbols[i]} {n[3]} {symbols[i]} {n[4]} {symbols[i]} {n[5]}')}"]
TypeError: list indices must be integers or slices, not str
flat sentinel
woeful salmon
#

!e

symbols = ['+', '-', '*', '/']
for symbol in symbols:
    print(symbol)

@scenic wind

wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | +
002 | -
003 | *
004 | /
scenic wind
#
    dict[f"{n[0]} {[i]} {n[1]} {[i]} {n[2]} {[i]} {n[3]} {[i]} {n[4]} {[i]} {n[5]}"] = [f"{eval(f'{n[0]} {[i]} {n[1]} {[i]} {n[2]} {[i]} {n[3]} {[i]} {n[4]} {[i]} {n[5]}')}"]
  File "<string>", line 1
    5 ['+'] 5 ['+'] 5 ['+'] 5 ['+'] 5 ['+'] 5
            ^
SyntaxError: invalid syntax
flat sentinel
#

me add

scenic wind
#
import math

symbols = ['+', '-', '*', '/']
dict = {}

def BruteForce(n):
    for i in symbols:
        dict[f"{n[0]} {i} {n[1]} {i} {n[2]} {i} {n[3]} {i} {n[4]} {i} {n[5]}"] = [f"{eval(f'{n[0]} {i} {n[1]} {i} {n[2]} {i} {n[3]} {i} {n[4]} {i} {n[5]}')}"]

n = [int(input("Enter number: ")) for _ in range(6)]

print(dict)
#
Enter number: 5
Enter number: 5
Enter number: 5
Enter number: 5
Enter number: 5
Enter number: 5
{}
woeful salmon
#

i'm not even born yet

#

mentally

rugged root
#

@alpine path

scenic wind
#

hey!!!! @rugged root

#

why am i not in the selfie

rugged root
#

You're in VC1

scenic wind
#

yeah but like

#

i want to be in the selfie

rugged root
#

I'm good

scenic wind
#

1 + 2 + 3 + 4 + 5 + 6

#

1 + 2 + 3 + 4 + 5 - 6

#

1 + 2 + 3 + 4 - 5 - 6

#

1 - 2 -3 - 4 - 5 - 6

rugged root
#

If you guys are in VC1, use that text channel

stuck furnace
#

Change subjects swiftly...

flat sentinel
cinder cloud
#

oh no, i need to send 50 messages before i can talk ๐Ÿ˜ฎ ๐Ÿ˜ฎ ๐Ÿ˜ฎ

sweet lodge
#

This is stupid
Yes - Do as I say
computers dies

#

I didn't

faint wren
amber raptor
#

@honest pier Java christmas person

honest pier
#

oh, i could not hear you

flint beacon
#

Is this a hobby?

molten pewter
hexed vault
#

can anyone help me?

hexed vault
#

sorry i have a broken mic

#

@agile sun can you help me with something ?

agile sun
#

If I can sure

hexed vault
#

i have this 3 codes. i want to them to interact to each other

#

the first code is to make a folder inside images folder and store some captured images
the second one is that i want to read all those images and train them

#

last code is to recognize the images that has been stored inside the images folder

#

im sorry didnt quite hear you

#

the problem with the codes is the first one doesnt create a folder inside the images folder. i want it that everytime i run the code it automatically creates a new folder inside the 'images' folder

#

didnt quite hear u ? pardon?

#

yes

#

it doesnt overwrite the folder instead it adds more new captured images

#

on 1st run there are 20.imgs, next run it adds 21-40

#

yes on the same folder

agile sun
#
os.path.exists()```
hexed vault
#

how do i do that inside the images folder?

#

yes ive been following

#

i hate to say thins but im a noob

#

pycharm

#

yes

agile sun
#

dir(os.path)

hexed vault
#

can u write it down ?

somber heath
#

!e py text = "Hello, world." print(text.replace("Hello", "Die"))

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

Die, world.
somber heath
#

@whole bear

#

!d base64

wise cargoBOT
#

Source code: Lib/base64.py

This module provides functions for encoding binary data to printable ASCII characters and decoding such encodings back to binary data. It provides encoding and decoding functions for the encodings specified in RFC 4648, which defines the Base16, Base32, and Base64 algorithms, and for the de-facto standard Ascii85 and Base85 encodings.

The RFC 4648 encodings are suitable for encoding binary data so that it can be safely sent by email, used as parts of URLs, or included as part of an HTTP POST request. The encoding algorithm is not the same as the uuencode program.

somber heath
#

!e py print("\"Hello\"")

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

"Hello"
cosmic lark
#

@somber heath

somber heath
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.

cosmic lark
#

!e

class E(BaseException):
    def __new__(cls, *args, **kwargs):
        return cls
def a(): yield
a().throw(E)
wise cargoBOT
#

@cosmic lark :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 5, in <module>
003 |   File "<string>", line 4, in a
004 | TypeError: calling <class '__main__.E'> should have returned an instance of BaseException, not type
whole bear
balmy pumice
#

yes

#

do more

cobalt magnet
somber heath
#

Yello

gentle flint
#

Jello!

somber heath
#

Look at the stars...๐ŸŽต

#

Ah.

#

Any advancement on the urn saga?

#

The apparatus used to boil water.

gentle flint
somber heath
#

Apparently?

#

Ah.

#

What?

gentle flint
#

currently

somber heath
#

What?

gentle flint
#

not to be confused with voltagely

gentle flint
somber heath
#

...watt?

gentle flint
#

Wattch me go!

#

ohm-y god

somber heath
#

HA

#

We just can't resist the urge, can we?

gentle flint
#

we're wired for it

somber heath
#

I feel a surge of pride at that.

gentle flint
#

pride comes before a fall
surges come before a blackout

#

ordered a dictionary

#

now I await it

#

it's async delivery

#
async def deliver_dictionary(user: str) -> dict
    return {"a": "a letter", "b": "a different letter"}

async def order_dictionary(user: str) -> dict:
    dictionary = await deliver_dictionary(user)
    return dictionary

print(order_dictionary("verboof"))
somber heath
#

Uh huh.

dark seal
#

hey verbose got any idea ow python handles infinite decimals @gentle flint

gentle flint
#

same way as any other float

#

limited precision

dark seal
#

ah

#

thanks man

gentle flint
#

!e

print(format(1/3, '.60g'))
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

0.333333333333333314829616256247390992939472198486328125
gentle flint
#

see @dark seal

#

only precise to a limit

somber heath
#

!d decimal

wise cargoBOT
#

Source code: Lib/decimal.py

The decimal module provides support for fast correctly-rounded decimal floating point arithmetic. It offers several advantages over the float datatype:

somber heath
#

!d fractions

wise cargoBOT
#

Source code: Lib/fractions.py

The fractions module provides support for rational number arithmetic.

A Fraction instance can be constructed from a pair of integers, from another rational number, or from a string.

somber heath
#

@lofty grotto๐Ÿ‘‹

somber heath
#

It's not great, but it's okay.

#

@cosmic lark

#

Pretty snowy.

#

@tranquil rune ๐Ÿ‘‹

#

Ayoush. ๐Ÿ‘‹

whole bear
#

hlo @somber heath

#

how are u?

#

@somber heath

somber heath
#

Many things.

whole bear
hexed vault
#

@somber heath can u help me withsomthing?

somber heath
#

Currently occupied.

#

I'll get back to you.

somber heath
hexed vault
#
import cv2, sys, numpy, os

size = 4
fn_haar = 'data/haarcascade_frontalface_default.xml'
#fileExists = os.path.exists('images/folder1')
#if fileExists is False:
fol=1
images_path = os.makedirs('images')
os.path.join('images/', os.makedirs('images/subfolder' + str(fol+1)))
print(images_path)
images_path.mkdir(exist_ok=True)```
#

i have this code but it give me an errror like this

#
  File "C:/Users/USER/PycharmProjects/FaceRecog/scan-face.py", line 10, in <module>
    os.path.join('images/', os.makedirs('images/subfolder' + str(fol+1)))
  File "C:\Python\Python379\lib\ntpath.py", line 115, in join
    genericpath._check_arg_types('join', path, *paths)
  File "C:\Python\Python379\lib\genericpath.py", line 153, in _check_arg_types
    (funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'```
somber heath
#

The call to os.makedirs is probably returning None

hexed vault
#

what should i do

#

sorry im a newb

somber heath
#

Have all arguments to os.path.join be strings.

#

brb

#

Hoydle.

#

I would ask myself, "Do I care?"

#

What did they do?

#

๐Ÿค”

dense ibex
somber heath
#

@dense ibex The event as a whole is of a higher purpose than the competitions of which it is comprised. There is a darkness that lives in the world and it aims itself at those who are other. Torches light the way, chase away shadows and, in a pinch, make a handy bludgeon. You could be right every single time with respect to the smaller picture stuff but be missing the forest for the trees and be completely and utterly wrong with respect to the larger picture. The event sends a signal that can change the world for the better, but only if we let it.

#

As to the smaller picture...I think most of us lack standing. Not all opinions are valid nor ought to be of consequence.

#

Yahoy, Rabbit.

#

Beg pardon?

#

Yup yup.

#

Lurky lurk lurk.

#

By travel, do you mean a light stroll to the home office?

#

Or actual travel?

#

Hmmmm.

#

Mingle mingle.

#

๐Ÿคฎ

#

I know.

#

I think he may have mentioned he would be.

#

I don't recall.

#

Do you guys get days off prior to Thanksgiving, too, or something, kinda sorta? Like is it a "Yeah, it's Thanksgiving. Most of y'all are shirking off anyway, so let's just call it."

#

?

hexed vault
#

ive think ive fixed it but it gives me an error like this

#
import cv2, sys, numpy, os

size = 4
fn_haar = 'data/haarcascade_frontalface_default.xml'
fileExists = os.path.exists('images/')

    fol=0
    path = 'images/'
    images_path = os.makedirs(path)
    os.path.join(path, os.makedirs('images/subfolder' + str(fol+1)))
    print(images_path)
    images_path.mkdir(exist_ok=True)
dense ibex
#

And it's supposed to be a competition to show who is most skilled yes there is other historical meaning

hexed vault
#

Traceback (most recent call last):
File "C:/Users/USER/PycharmProjects/FaceRecog/scan-face.py", line 11, in <module>
os.path.join(path, os.makedirs('images/subfolder' + str(fol+1)))
File "C:\Python\Python379\lib\ntpath.py", line 115, in join
genericpath._check_arg_types('join', path, *paths)
File "C:\Python\Python379\lib\genericpath.py", line 153, in _check_arg_types
(funcname, s.class.name)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'

somber heath
#

As before. Your os.makedirs call is returning None.

#

os.path.join("images/", None)

#

That's what Python is seeing

#

and why it's complaining

steep geyser
#

Hi

hexed vault
#

os.path.join("images/", None) this doesnt work either

somber heath
#

Not everything is a suggestion.

hexed vault
#

sorry sir '

somber heath
#

That was an illustration of the problem.

#

You're giving os.path.join None.

#

Don't.

hexed vault
#

can u fix the code ?

somber heath
#

os.makedirs('images/subfolder' + str(fol+1)) This, in addition to performing its function, is the object, None.

#

That None being given to os.path.join

#

Hence TypeError: join() argument must be str or bytes, not 'NoneType'

hexed vault
#

can you make this work ?

#

its almost 3 days solving this problem

somber heath
#

What's the path you want to create?

#

Give os.path.join the relevant strings that represent the paths you need for that.

hexed vault
#

i want to create a subfolder inside the folder 'images' everytime i run the program

somber heath
#

Have you used the help channel system, before?

hexed vault
#

im on cooldown

#

u still there?

dark seal
somber heath
#

I am.

#

I'm also tired.

hexed vault
#

okay sorry for interrupting you

somber heath
#

zram is a thing

#

Compressed in-ram paging, I think.

amber raptor
somber heath
#

V8 Vegetable Juice, sometimes just called V8, is a trademarked name for a number of beverage products sold worldwide that are made from eight vegetables, or a mixture of vegetables and fruits. Since 1948, the brand has been owned by the Campbell Soup Company.The original V8 vegetable juice was tomato-based and got its name from the fact that it ...

#

It's...okay.

#

Does it use more UDP?

vivid palm
#

hihi

#

yes yes

#

og mina

#

h~i~

somber heath
#

๐Ÿ‘‹

vivid palm
#

@olive hedge we're making fun of you

#

i'm*

dense ibex
#

I am pretty sure it's always on Thursday

vivid palm
#

white man savior complex

somber heath
#

Rabbit.

#

Story about prejudices.

#

Saw it recently.

north sedge
#

where can i find someone to talk

vivid palm
#

6 underground - this is the movie i was thinking of, with ryan reynolds

vivid palm
somber heath
#

Also, how darkness dwells in the hearts of sheep.

olive hedge
vivid palm
#

cac scores

#

Coronary artery calcium (CAC) scoring, also called a coronary calcium scan, is a test that measures the amount of calcium in the walls of the heart's arteries.

vivid palm
somber heath
#

Buttmobile?

north sedge
#

wanna talk

#

with someone

somber heath
#

The only time I've used Windows recently is to exit it.

sinful igloo
#

Hi

#

Can you guys hear me

#

What happen

#

I just fixed my mic

balmy pumice
#

is there any free django courses

sinful igloo
#

Iโ€™d ont why

#

My mic wonโ€™t work

#

I can hear you

#

Umm

#

Oh gosh

#

Ok

#

This is hard

#

But

#

I am gonna try my own code from what I learnt

#

Tkinter

vast escarp
#

sorry

#

can't speak

#

have to complete 50 msg task๐Ÿฅฒ

#

for voice verification

brave steppe
#

gonna eat ppรฅ

sinful igloo
#

I donโ€™t how to fix this issue

#

This error is so werid

gentle flint
#

assignment is with a single =

#

frame = etc...

woeful salmon
#

@dense ibex jakie is noto

sinful igloo
#

And still facing same issues

#

And donโ€™t why

#

Can you hear me

weary zephyr
#

bonjour

sinful igloo
#

Bonjour

#

Who roasted me

woeful salmon
sinful igloo
#

Like where

woeful salmon
#

because that right now is a tuple with keyword args (not valid)
and tuples also don't have a .place method

sinful igloo
#

Oh

#

So what should I do

#

Now?

woeful salmon
#

^ add your function name which you wanted to give login and other things to before that opening (

sinful igloo
#

Oh

#

Ok

stuck furnace
sinful igloo
#

Why does my colour donโ€™t show up

#

Bcuz

#

Is it bcuz

#

Replit has an worst

#

Tkinter

#

Support

#

Thanks

#

But

stuck furnace
#

You probably have more money than me, to be perfectly honest ๐Ÿ˜„

sinful igloo
#

The colour wonโ€™t show up

#

Perfectly

#

Hey

#

Bcuz of replit

#

Has worst tkinter support?

woeful salmon
#

๐Ÿคทโ€โ™‚๏ธ i don't use either of replit or tkinter so no idea

sinful igloo
#

Um

#

Who uses real python

#

Here

#

Bucz

#

Replit just wonโ€™t show th colours properly

#

Can someone test it

gentle flint
stuck furnace
#

Yeah, queues make multi-threading a lot simpler.

#

Baked omelette? ๐Ÿ˜„

gentle flint
#

hmm

#

with onions and vegetables

#

makes sense ig

sinful igloo
#

Hey

sinful igloo
#

Lol

#

Ok

#

Anyways

#

Is there any better ide than repl

#

For ios

honest pier
#

online ones, not really

sinful igloo
#

Aah

#

Why

#

My Porject

#

My project keeps on failing what ever I do

#

Bruh

woeful salmon
#

@dense ibex ls -A && rm -rf .git

sweet lodge
#

No more git?

woeful salmon
#

he wants to remove it

#

xD

whole bear
#

@gentle flint i dont want to bother you but could you help me maybe with a problem im having

#

@gentle flint Im making a chess program, i have already set up the board, made by a 2d list, with all the pieces and made 2 dictionaries with ranks and files, but with that coordinate system how could i make it so when the user writes: e2 to e4, the pieces would move

arctic onyx
#

Could you repeat what this island is?

gentle flint
gentle flint
arctic onyx
#

Thanks!)

flat sentinel
#

help him

#

to get all the houses to get aligned

unborn storm
#
public class ABR {
    int valeur;
    ABR gauche;
    ABR droite;

    public static void main(String[] args) {
        ABR tree = new ABR(31);
    }

    void ABR() {
        this.gauche = null;
        this.droite = null;
    }
    void ABR(int valeur) {
        this.valeur = valeur;
        this();
    }


}
flat sentinel
#

bruh

gentle flint
#

Le flamand franรงais (autonyme : Fransch Vlaemsch, /frรฃnสƒ flamสƒ/) ou flamand de France (Vlaemsch van Frankryke, /vlamสƒ fรฃn frankrik/) est la variรฉtรฉ du flamand occidental qui est traditionnellement utilisรฉe en France dans le dรฉpartement du Nord. D'autre part, ce dialecte est subsistant dans quelques localitรฉs du Pas-de-Calais au XIXe siรจcle.
D'ap...

flat sentinel
#

@unborn storm

#

get ATNT

unborn storm
#

@olive talon maybe you may disable you mic and stop these

flat sentinel
balmy pumice
#

yes

flat sentinel
somber heath
#

!pypi yfinance

wise cargoBOT
wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @wise minnow until <t:1637826439:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

balmy pumice
#

ooh that's so sad

#

bye matirii brother

#

lol

balmy pumice
#

still waiting

#

for

#

verificattion

flat sentinel
#

Wait more

gentle flint
somber heath
#
if self.killbot:
    self.find_sarah_connor()```
#

I'll add it to my notebook I'm keeping of all the potentially silly and embarrassing things you say. Don't let that make you self conscious or anything, though

stable axle
#

flask api website displays player data

#

client sends url to flask website to update player data

#

if I make a change to client and make a release on the client github page the client on the clients computer downloads release and replace it

dense ibex
orchid stone
#

can you simply make a python script into a api?

#

in a similar way to this

somber heath
#

One too many.

gloomy vigil
somber heath
#

One to many / one too many.

#

Wordplay.

gloomy vigil
#

i was just asking what would one too many mean

somber heath
#

"I have all these things. I have one too many. Now everything is on fire."

gloomy vigil
#

oh wait i get it

#

my english is not good

orchid stone
#

could someone help me with an error in my code?

gloomy vigil
orchid stone
#
        #ban checker
        if message.content.startswith("+ban"):
            username = message.content.split(" ")[1]
            async def check(username, session):
                  async with session.get(f"https://shop.2b2t.org/checkout/packages/add/1994771/subscription?ign={username}") as request:
                        output = f"{Fore.LIGHTBLACK_EX}<{Fore.LIGHTBLUE_EX}{username}{Fore.LIGHTBLACK_EX}> " + (" " * (16 - len(username)))

            if request.headers["Connection"] != "keep-alive":
                  print(Fore.WHITE + f"RATE LIMITED: {username} (Connection: {request.headers['Connection']})")
            return
            
            if "Set-Cookie" in request.headers:
                  response = request.headers["Set-Cookie"].split("; ")[0][8:]
            
            # TODO: Add a switch statement but need to wait for python 3.10
                  if (response == "XRxlbOYKOzX5HYSsk7VO79kWPpwubYetzyPeyIphpZPxM%2BTo3%2BDuWHTzXALpQCz%2FyK8QCd0VpduRCEow0JIFDg%3D%3D"):
                      output += Fore.LIGHTYELLOW_EX + "Unable to find a player with that username"
                  elif (response == "AeSOVxjOOOMBhHAGYvcmCdJEE6pUQYonWMSJbkGLdUV2oNeagFeBuFUSV3NdTnIa"):
                      output += Fore.YELLOW + "That is not a valid username"
                  elif (response == "deleted"):
                      output += Fore.RED + "That user is banned"
                      banList.append(username)
                  else:
                      output += Fore.GREEN + "Unbanned"
                      unbanList.append(username)
                    
            await message.channel.send(output)    ```
#

theres my code

#

Traceback (most recent call last): File "/home/container/.local/lib/python3.10/site-packages/discord/client.py", line 343, in _run_event await coro(*args, **kwargs) File "/home/container/2bstats.py", line 242, in on_message if request.headers["Connection"] != "keep-alive": NameError: name 'request' is not defined

#

but i get this error

gloomy vigil
orchid stone
#

which block?

somber heath
gloomy vigil
#

indent it two times

fresh python
#

[offtopic] - anyone faced this error

#

Xdebug: [Step Debug] Could not connect to debugging client. Tried: host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port)

#

?

orchid stone
#
 #ban checker
        if message.content.startswith("+ban"):
            username = message.content.split(" ")[1]
            async def check(username, session):
                  async with session.get(f"https://shop.2b2t.org/checkout/packages/add/1994771/subscription?ign={username}") as request:
                        output = f"{Fore.LIGHTBLACK_EX}<{Fore.LIGHTBLUE_EX}{username}{Fore.LIGHTBLACK_EX}> " + (" " * (16 - len(username)))

                if request.headers["Connection"] != "keep-alive":
                      print(Fore.WHITE + f"RATE LIMITED: {username} (Connection: {request.headers['Connection']})")
            return
            
            if "Set-Cookie" in request.headers:
                  response = request.headers["Set-Cookie"].split("; ")[0][8:]
            
            # TODO: Add a switch statement but need to wait for python 3.10
                  if (response == "XRxlbOYKOzX5HYSsk7VO79kWPpwubYetzyPeyIphpZPxM%2BTo3%2BDuWHTzXALpQCz%2FyK8QCd0VpduRCEow0JIFDg%3D%3D"):
                      output += Fore.LIGHTYELLOW_EX + "Unable to find a player with that username"
                  elif (response == "AeSOVxjOOOMBhHAGYvcmCdJEE6pUQYonWMSJbkGLdUV2oNeagFeBuFUSV3NdTnIa"):
                      output += Fore.YELLOW + "That is not a valid username"
                  elif (response == "deleted"):
                      output += Fore.RED + "That user is banned"
                      banList.append(username)
                  else:
                      output += Fore.GREEN + "Unbanned"
                      unbanList.append(username)
                    
            await message.channel.send(output)    ```
#

like that?

gloomy vigil
#

it should be more like this

wise cargoBOT
#

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.

orchid stone
gloomy vigil
# orchid stone could you paste that code in here
        #ban checker
        if message.content.startswith("+ban"):
            username = message.content.split(" ")[1]
            async def check(username, session):
                  async with session.get(f"https://shop.2b2t.org/checkout/packages/add/1994771/subscription?ign={username}") as request:
                        output = f"{Fore.LIGHTBLACK_EX}<{Fore.LIGHTBLUE_EX}{username}{Fore.LIGHTBLACK_EX}> " + (" " * (16 - len(username)))

                    if request.headers["Connection"] != "keep-alive":
                          print(Fore.WHITE + f"RATE LIMITED: {username} (Connection: {request.headers['Connection']})")
                    return
                    
                    if "Set-Cookie" in request.headers:
                          response = request.headers["Set-Cookie"].split("; ")[0][8:]
            
            # TODO: Add a switch statement but need to wait for python 3.10
                  if (response == "XRxlbOYKOzX5HYSsk7VO79kWPpwubYetzyPeyIphpZPxM%2BTo3%2BDuWHTzXALpQCz%2FyK8QCd0VpduRCEow0JIFDg%3D%3D"):
                      output += Fore.LIGHTYELLOW_EX + "Unable to find a player with that username"
                  elif (response == "AeSOVxjOOOMBhHAGYvcmCdJEE6pUQYonWMSJbkGLdUV2oNeagFeBuFUSV3NdTnIa"):
                      output += Fore.YELLOW + "That is not a valid username"
                  elif (response == "deleted"):
                      output += Fore.RED + "That user is banned"
                      banList.append(username)
                  else:
                      output += Fore.GREEN + "Unbanned"
                      unbanList.append(username)
                    
            await message.channel.send(output)    
orchid stone
#

thanks

orchid stone
#

IndentationError: unindent does not match any outer indentation level

gloomy vigil
wise cargoBOT
#

Hey @orchid stone!

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:

https://paste.pythondiscord.com

orchid stone
#

here is the full code for the bot

#

the ban thing is at the very bottom

terse needle
#

@whole bear

# import package
import turtle
  
  
# method to action
def fxn(x,y):
      
    # some motion
    turtle.goto(x, y)
  
# turtle speed to slowest
turtle.speed(1)
  
# motion
turtle.fd(100)
  
# allow user to click 
# for some action
turtle.onclick(fxn)
terse needle
#
import turtle

screen = turtle.Screen()
draw = turtle.Turtle()

draw.penup()

def button1(x, y):
    print(x, y)
    if 0 < x < 100 and 0 < y < 100:
        print('Button Clicked!')

def draw_button1():
    draw.goto(0, 0)
    draw.pendown()
    draw.goto(100, 0)
    draw.goto(100, 100)
    draw.goto(0, 100)
    draw.goto(0, 0)
    draw.penup()

draw_button1()
screen.onclick(button1)
screen.mainloop()
gray tapir
#

@trim pulsar aren't you streaming ? I don't know ,I can hear keyboard tapping sound only.

placid mortar
#

hello

#

guys

whole bear
#
import turtle
import random

rsp = turtle.Turtle()
scr = turtle.Screen()
rsp.speed(0)
cursorSize = 20



def menu():
        def rtclick(x, y):
                if -150 < x < -50 and -50 < y < 50:
                        return True
        scr.title("Rock Paper Scissors - Simon ")
        rsp.penup()
        rsp.goto(-100, 0)
        rsp.dot(100, "green")
        rsp.goto(-100, -15)
        rsp.color("white")
        rsp.write("Start", align="center", font=("arial", 20, "bold"))
        rsp.goto(100, 0)
        rsp.dot(100, "red")
        rsp.goto(100, -15)
        rsp.write("Quit", align="center", font=("arial", 20, "bold"))
        rsp.goto(0, 120)
        rsp.color("black")
        rsp.write("Rock Paper Scissors", align="center", font=("arial", 50,"bold"))
        rsp.goto(120,110)
        rsp.write("by Simon", align="left", font=("arial", 10,"bold"))
        scr.onclick(rtclick)
        scr.listen()
        rsp.hideturtle()
        turtle.mainloop()
while True:
    menu()
    if menu() == True:
            print("It is true!")```
placid mortar
#

nice

orchid stone
#

does anyone want to fix my code?

placid mortar
placid mortar
gray tapir
balmy pumice
#

?mol

gray tapir
balmy pumice
#

man I can hear u and I cant see u

#

voice chart 0

gray tapir
whole bear
gray tapir
#

so ,is it like- there is no error and not returning anything?

gray tapir
whole bear
whole bear
gray tapir
whole bear
gray tapir
#

Bro, You can try this , let me know if it works.

gray tapir
gentle flint
#

croissant

gentle flint
#

baking paper

#

Amsterdam

sweet lodge
#

๐Ÿ‘‹

frozen jetty
#

๐Ÿ‘‹

sweet lodge
#

There we go

frozen jetty
gentle flint
uneven yarrow
#

White torture, often referred to as โ€œwhite room torture,โ€ is a type of psychological torture technique aimed at complete sensory deprivation and isolation. A prisoner is held in a cell that deprives them of all senses and identity. It is particularly used in Iran; however, there is also evidence of its use by the Venezuelan and the United States...

gentle flint
sonic hatch
gentle flint
sonic hatch
flat sentinel
#

seen it

whole bear
#

happy gravy day ! gravy is the main part in any thanksgiving meal

whole bear
#

..

#

dodo

orchid stone
whole bear
#

What

stuck furnace
jolly peak
stuck furnace
#

Hello @digital olive, You don't quite meet the criteria to voice-verify yet, as you haven't been in the server for three days.

#

Although I've removed the auto-mute that was applied by the bot.

digital olive
#

ok

#

sorry

stuck furnace
#

No worries

digital olive
#

r

#

lol

sonic fern
#

hi

gentle flint
gentle flint
#

@frozen jetty

#

they are delicious

frozen jetty
autumn marten
#

@uneven yarrow

#

This is a compilation of the top 1000 gifs/videos from the subreddit r/happycowgifs!๐Ÿ„๐Ÿ„๐Ÿ„๐Ÿ„

This project was mainly an excuse for me practice coding, and learn some new libraries, all while creating something awesome that lots of people could enjoy๐Ÿฅณ๐Ÿฅณ๐Ÿฅณ๐Ÿฅณ. Apologies if you encounter any ads, that wasn't up to me but rather due to claims made on some ...

โ–ถ Play video
gentle flint
#

Sufganiyah (Hebrew: ืกื•ืคื’ื ื™ื™ื” or ืกื•ืคื’ื ื™ื”โ€Ž [หŒsufษกaniหˆja]; plural: sufganiyot, Hebrew: ืกื•ืคื’ื ื™ื•ืชโ€Ž [หŒsufษกaniหˆjot]) is a round jelly doughnut eaten in Israel and around the world on the Jewish festival of Hanukkah. The doughnut is deep-fried in oil, filled with jam or custard, and then topped with powdered sugar. The doughnut recipe originated in Euro...

uneven yarrow
gentle flint
gentle flint
#

Dulce de leche (Spanish: [หˆdulse รฐe หˆletสƒe/หˆdulฮธe รฐe หˆletสƒe]; Portuguese: doce de leite IPA: [หˆdosi dส’i หˆlejtสƒi]), also known as caramelized milk or milk jam in English, is a confection from Latin America prepared by slowly heating sugar and milk over a period of several hours. The resulting substance, which takes on a spreadable, sauce-like con...

frosty star
#

So everybodyโ€™s just sharing pic of desserts?

gentle flint
#

yes

gentle flint
umbral prairie
#

Argentinian?

gentle flint
#

I think so
ask Yali

frosty star
#

Oh ok then letโ€™s seeโ€ฆ

#

Haay~

frosty star
gentle flint
#

yep

frosty star
#

Thatโ€™s nice. Iโ€™ve always wanted to make those but theyโ€™re kinda intimidating

#

Reaaly ๐Ÿ˜ฎ

#

Then I shall try very soon

#

What was the first

#

Butter is super expensive here so thatโ€™s another reason why I hesitate

#

I wonder if itโ€™ll work with margerine

#

;-;

#

And less healthier too

#

Is it โ€œless healthyโ€ or โ€œless healthierโ€ ๐Ÿค”

gentle flint
#

less healthy

frosty star
#

I bet its worth it

#

Has anybody made sourdough anything?

gentle flint
frosty star
#

more(less_healthy)

gentle flint
#

in python, yes; in english, no

severe veldt
#

sad

#

yes

#

c++

#

n = 3 in that case

#

I want it for i<3

#

ignore the ; i wrote it in here

#

ignore n

#

maybe something to do with refernces or pointers?

frosty star
#

But is it sustainable

severe veldt
#

umm

#

i dont think so it should still iterate 3 times for i= 0 , 1, 2

frosty star
#

I kinda feel like itโ€™s a bubble

#

I am not sold

woeful salmon
#

yeah it does run 3 times

gentle flint
#

bitcoin emerged
with its many faces
from the depths of silicon
through copper traces
with a flashing of bits and bytes

frosty star
#

Ooh back in the days poets make really good money

#

Would you guys consider lyricists poets? ๐Ÿค”

#

What makes a poem anyway

#

Lyrics rhyme

#

Ryme

#

But you can just add melody and instrumentals to a poem and make it music. ๐Ÿคท๐Ÿปโ€โ™€๏ธ

#

So then the poem will be the lyrics

#

Idk man

#

Cute

#

to be or not to be *guitar riff

#

Teyine

#

๐Ÿคฏ

gentle flint
prisma lodge
#

@somber heath you are french ? x)

#

ohh is so farrr

#

x)

frosty star
#

Pfft

prisma lodge
#

i have a question

#

are you good at coding in python

frosty star
#

Byee

prisma lodge
#

x)

#

can i ask you a question ?

#

when my program is finished, it stop immediatly do you are a solution ?

somber heath
#

Marcin

prisma lodge
#

x)

#

my english is so bad im sorry x)

frosty star
#

Afk brb

somber heath
#

Brand GNU.

dense ibex
#

@uncut meteor I am all grown up now

uncut meteor
#

grow up

#

black and green are the only reasonable colours

dense ibex
#

The colours are sick

#

wym

#

So how have you been @uncut meteor

#

it's been a bit since we've last talked

uncut meteor
#

about a 3

dense ibex
#

Sadge nvm

uncut meteor
#
GitHub

โ€ฆ๐Ÿ˜ด๐Ÿคค๐Ÿ˜ช๐Ÿ˜ต๐Ÿค๐Ÿคข๐Ÿคฎ๐Ÿคง๐Ÿ˜ท๐Ÿค’๐Ÿค•๐Ÿค‘๐Ÿค ๐Ÿ˜ˆ๐Ÿ‘ฟ๐Ÿ‘น๐Ÿ‘บ๐Ÿคก๐Ÿ’ฉ๐Ÿ‘ป๐Ÿ’€โ˜ ๏ธ๐Ÿ‘ฝ๐Ÿ‘พ๐Ÿค–๐ŸŽƒ๐Ÿ˜บ๐Ÿ˜ธ๐Ÿ˜น๐Ÿ˜ป๐Ÿ˜ผ๐Ÿ˜ฝ๐Ÿ™€๐Ÿ˜ฟ๐Ÿ˜พ๐Ÿคฒ๐Ÿคฒ๐Ÿป๐Ÿคฒ๐Ÿผ๐Ÿคฒ๐Ÿฝ๐Ÿ‘๐Ÿพ๐Ÿคฒ๐Ÿฟ๐Ÿ‘๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿผ๐Ÿ‘๐Ÿฝ๐Ÿ‘๐Ÿพ๐Ÿ‘๐Ÿฟ๐Ÿ™Œ๐Ÿ™Œ๐Ÿป๐Ÿ™Œ๐Ÿผ๐Ÿ™Œ๐Ÿฝ๐Ÿ™Œ๐Ÿพ๐Ÿ™Œ๐Ÿฟ๐Ÿ‘๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿผ๐Ÿ‘๐Ÿฝ๐Ÿ‘๐Ÿพ๐Ÿ‘๐Ÿฟ๐Ÿค๐Ÿ‘๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿผ๐Ÿ‘๐Ÿฝ๐Ÿ‘๐Ÿพ๐Ÿ‘๐Ÿฟ๐Ÿ‘Ž๐Ÿ‘Ž๐Ÿป๐Ÿ‘Ž๐Ÿผ๐Ÿ‘Ž๐Ÿฝ๐Ÿ‘Ž๐Ÿพ๐Ÿ‘Ž๐Ÿฟ๐Ÿ‘Š๐Ÿ‘Š๐Ÿป๐Ÿ‘Š๐Ÿผ๐Ÿ‘Š๐Ÿฝ๐Ÿ‘Š๐Ÿพ๐Ÿ‘Š๐ŸฟโœŠโœŠ๐ŸปโœŠ๐ŸผโœŠ๐ŸฝโœŠ๐ŸพโœŠ๐Ÿฟ๐Ÿค›๐Ÿค›๐Ÿป๐Ÿค›๐Ÿผ๐Ÿค›๐Ÿฝ๐Ÿค›๐Ÿพ๐Ÿค›๐Ÿฟ๐Ÿคœ๐Ÿคœ๐Ÿป๐Ÿคœ๐Ÿผ๐Ÿคœ๐Ÿฝ๐Ÿคœ๐Ÿพ๐Ÿคœ๐Ÿฟ๐Ÿคž๐Ÿคž๐Ÿป๐Ÿคž๐Ÿผ๐Ÿคž๐Ÿฝ๐Ÿคž๐Ÿพ๐Ÿคž๐ŸฟโœŒ๏ธโœŒ๐ŸปโœŒ๐ŸผโœŒ๐ŸฝโœŒ๐ŸพโœŒ๐Ÿฟ๐ŸคŸ๐ŸคŸ๐Ÿป๐ŸคŸ๐Ÿผ๐ŸคŸ๐Ÿฝ๐ŸคŸ๐Ÿพ๐ŸคŸ๐Ÿฟ๐Ÿค˜๐Ÿค˜๐Ÿป๐Ÿค˜๐Ÿผ๐Ÿค˜๐Ÿฝ๐Ÿค˜๐Ÿพ๐Ÿค˜๐Ÿฟ๐Ÿ‘Œ๐Ÿ‘Œ๐Ÿป๐Ÿ‘Œ...

honest pier
#

@grizzled zenith

uncut meteor
#

๐Ÿ‘‹

honest pier
#

@uncut meteor ๐Ÿ—ฃ๏ธ

somber heath
#

"Code like an Egyptian..." ๐ŸŽต

uncut meteor
young garden
#

Good mornin

#

or evening

#

sorry for the trashy mic

#

if you're working at retail I don't think it'll be a chill day

#

considering it's Black Friday and all

#

cya

#

sooo, how's the weather

frosty star
#

Warm

vivid palm
#

@gray tapirhi, onlly english sorry

young garden
#

for us we had a very short period of sleet in the morning because of scattered snow showers

frosty star
young garden
#

yeah we got like a shower of ice pellets in the morning

gray tapir
young garden
#

first time of the year

vivid palm
frosty star
#

Who me?

#

Oh observer

#

So many cats

young garden
#

wait @somber heath you said it's windy for you right?

frosty star
#

In the profile photos

young garden
#

I heard that there was some powerful storm that's gonna impact Britain or is it just cold air

#

idk

#

that's what I heard from the TV station tho

frosty star
young garden
#

ahh

vivid palm
#

i do too, but pporappippam has my heart forever pretty much

honest pier
#

๐Ÿˆ

vivid palm
#

์„ ๋ฏธ(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...

โ–ถ Play video
young garden
#

yes

#

the 10 minute version of all too well is amazing

#

awesome for flights I hear

#

yep but for example a two hour flight is only 12 listens

#

very convenient

frosty star
young garden
#

hmm fair point PSVM

#

I usually find a song and play it on replay

#

then go to the next song

frosty star
young garden
#

yeahh exactly

#

I have exactly 3 songs on repeat rn

frosty star
#

Is thAt Hemlock

vivid palm
#

i like siren, black pearl..

frosty star
#

Oh i thought hemlock was here

gray tapir
vivid palm
#

yup

young garden
#

all too well, I knew you were trouble, and 22 are all on repeat rn

#

I'm pretty much a bandwagon when it comes to music

gray tapir
#

I thought you're chinese. ๐Ÿ˜‚ Lol

#

Is there anyone can help me? I'm lost. I don't know the topic of discussion. Most Probably I've missed it.

frosty star
#

Then Iโ€™ll have a listen.

#

I gotchu i gotchu

#

Yeaaa thatโ€™s rly cool tho

young garden
#

since it's quite quiet - what are your all's favorite beverage

vivid palm
frosty star
#

https://youtu.be/mQvhn_LvxA0 the rap parts were nuts

#JAMIE #CHANMINA #BestFriend

๐Ÿ”ฅJAMIE, CHANMINA์˜ Best Frined ๋…น์Œ ๋น„ํ•˜์ธ๋“œ ํ˜„์žฅ ๊ณต๊ฐœ๐Ÿ”ฅ

๐Ÿ‘ญ์Šค์œ„ํ‹ฐ, ๋„์ž ์บฃ, ์ œ์ด๋ฏธ, ์ฐฌ๋ฏธ๋‚˜, ํ˜„์žฌ ๊ฐ€์žฅ ํ•ซํ•œ 4๋ช…์˜ ์•„ํ‹ฐ์ŠคํŠธ๊ฐ€ ํ•จ๊ป˜ํ•œ Best Friend๋ฅผ ์ง€๊ธˆ ๋ฐ”๋กœ ์Œ์›์‚ฌ์ดํŠธ์—์„œ ๋งŒ๋‚˜๋ณด์„ธ์š”๐Ÿ‘ญ

๐ŸŽตWMK.lnk.to/BestFriendRmx

๐Ÿ”ฅJAMIE, CHANMINA 'Best Friend' Behind The Studio๐Ÿ”ฅ
๐Ÿ‘ญ 'Best Friend' by 4 of the baddest artists, Saweetie, Doja Cat, JAMIE, and CHANMINA are now available on all pla...

โ–ถ Play video
vivid palm
#

i like jamie-numbers

swift valley
#

Enjoying my vacation

frosty star
#

Do u guys read anything these days

#

Books

honest pier
#

what's a book

swift valley
#

I'm planning on buying Dune this Christmas so that's on my read list

#

I just read research papers unfortunately lol

frosty star
#

But iโ€™ve put it on pause. Now iโ€™m reading Asimovโ€™s Foundation.

frosty star
honest pier
#

the last book i read was oryx and crake, and it was alright

honest pier
#

uhh, dystopian. it's by margaret atwood

frosty star
#

Ooooh Iโ€™ve read the handmaidโ€™s tale

#

It was also alright

#

Any fan of Andy Weir?

honest pier
#

the martian is really good

swift valley
#

the maths side at least

frosty star
frosty star
#

Good good

cobalt fractal
frosty star
#

Sqlmodel?

cobalt fractal
vivid palm
cobalt fractal
#

There has currently not been any work done on improving the performance of Prisma Client Python queries, this is something that will be worked on in the future and there is room for massive improvements.

frosty star
vivid palm
#

oo it's good.

#

gets a bit mediocre as seasons go on

#

but early seasons are very good, very eerie

sonic fern
#

hi can anybody tell me how to install python idle in linux!

#

like its avm in my pc

#

vm = virtual machine

cobalt fractal
#
sudo apt update
sudo apt install python3.9
frosty star
#

Aww

#

So did u end up going alone?

cobalt fractal
#

You may need to add deadsnakes PPA too, if you haven't already ```bash
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa

frosty star
#

๐Ÿ˜ฆ

#

Use what

cobalt fractal
#

?

frosty star
#

Ooh

#

I should get some sleep. Good night everyone.

vivid palm
#

gni

#

ght

cobalt fractal
vivid palm
honest pier
#

.wa short define inebriated

viscid lagoonBOT
#

stupefied or excited by a chemical substance (especially alcohol)

vivid palm
#

parfait roll

dim pebble
#

that looks like some chinese stuff

#

I like sochsi

dense ibex
cobalt fractal
dense ibex
#

.aoc

viscid lagoonBOT
#
Command Help

**```
.adventofcode

**Can also use:** `aoc`

*All of the Advent of Code commands.*

**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
cobalt fractal
#

.aoc count

viscid lagoonBOT
#

The Advent of Code event is not currently running. The next event will start in 4 days.

cobalt fractal
#

4 days.!!

dense ibex
#

.aoc stats

viscid lagoonBOT
#
Day   โญ  โญโญ |   %โญ    %โญโญ
================================
 1)    0     0 |   0.00%   0.00%
 2)    0     0 |   0.00%   0.00%
 3)    0     0 |   0.00%   0.00%
 4)    0     0 |   0.00%   0.00%
 5)    0     0 |   0.00%   0.00%
 6)    0     0 |   0.00%   0.00%
 7)    0     0 |   0.00%   0.00%
 8)    0     0 |   0.00%   0.00%
 9)    0     0 |   0.00%   0.00%
10)    0     0 |   0.00%   0.00%
11)    0     0 |   0.00%   0.00%
12)    0     0 |   0.00%   0.00%
13)    0     0 |   0.00%   0.00%
14)    0     0 |   0.00%   0.00%
15)    0     0 |   0.00%   0.00%
16)    0     0 |   0.00%   0.00%
17)    0     0 |   0.00%   0.00%
18)    0     0 |   0.00%   0.00%
19)    0     0 |   0.00%   0.00%
20)    0     0 |   0.00%   0.00%
21)    0     0 |   0.00%   0.00%
22)    0     0 |   0.00%   0.00%
23)    0     0 |   0.00%   0.00%
24)    0     0 |   0.00%   0.00%
25)    0     0 |   0.00%   0.00%

The leaderboard is refreshed every 30 minutes.

Number of Participants

655

Full Leaderboard
dense ibex
#

.aoc join

#

.aoc subscribe

viscid lagoonBOT
#

Okay! You have been subscribed to notifications about new Advent of Code tasks. You can run .adventofcode unsubscribe to disable them again for you.

balmy pumice
#

join

#

join

cobalt fractal
#

WWWBrowser is a prototype WWW Browser implemented in the functional programming language Haskell using the Fudget Library.

fluid mesa
#

โš ๏ธ

woeful salmon
#

my old school still has a python 2 course xD

cobalt fractal
#

poetry export -f requirements.txt --output requirements.txt

#

just run this and make rabbit happy

amber raptor
cobalt fractal
#

Yea, that's how we pull reqs into our docker containers

#
Error: Cannot find module 'react-is'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (/home/github/actions-runner/_work/boron/boron/openapi/node_modules/redoc-cli/node_modules/styled-components/dist/styled-components.cjs.js:1:207)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
internal/modules/cjs/loader.js:583
    throw err;
#

๐Ÿ˜ฆ

amber raptor
woeful salmon
#

npx npkill does it tho i think

cobalt fractal
#

I may also ask you to wait to delete your module, so that the chaos from each deletion is separated by a few weeks to maximize the impact.

woeful salmon
#

its supposed to be used to remove node modules folders not being used anymore

uncut meteor
vivid palm
whole bear
#

@vivid palm Sushi isnt good in north dakota ๐Ÿ˜ฆ

honest pier
#

cause it's north dakota lmfao

whole bear
#

They try to sell caviar up here

#

@amber raptor I pre order steam deck also the 600 one

#

I like what it did for linux gaming in general

#

Secret Hitler only looks bad on you if you keep winning as hitler

sonic fern
#

Anyone knows good file handling in python

#

Like binary or CSV files

#

Especially

#

?

woeful salmon
whole bear
#

^ True that's a good site

woeful salmon
#

@dense ibex taste differs a bit in different regions as well tho

whole bear
#

They have some good region specific things

#

Place like Japan

woeful salmon
#

๐Ÿค” we have veg and fish burgers which are pretty good.... we don't really eat beef or pork in india so

whole bear
#

def not beef

#

From what i know atleast

woeful salmon
#

pork too

whole bear
#

really? i figured that would mainly be a kashmir thing

woeful salmon
#

yeah we don't eat either of those for the most part
there's ofc some families that do but its super rare

whole bear
#

they probably went to america lol

woeful salmon
#

we don't even eat turkey much xD

#

i've never eaten it neither have i ever heard of anyone around me eating turkey

whole bear
#

@vivid palm if you watn meat and potatoes come to north dakota lol

#

tourkey = turkey

woeful salmon
#

yes i'm gr8 at england ๐Ÿ™‚

whole bear
#

Just trying to help

woeful salmon
#

ik just joking

vivid palm
whole bear
#

I only get it right after thanks giving because it gets super super cheap

woeful salmon
#

this and we don't celebrate that

#

xD

whole bear
#

hahah yeahthink o fit as a after holiday sale with all the left overs

woeful salmon
#

rather i still have no idea what it is except people eat turkey and give each other shit

vivid palm
whole bear
woeful salmon
#

oh nice thinkmon
most indian holidays are just based on some kinda god's tale from one of the millions we have

whole bear
#

All noodles are pasta but not all pasta are noodles in america. For something to be legally a noodle it has to be 5.5% whole egg or more

woeful salmon
#

i can't england again what i just typed above makes sense but also doesn't to me lol

whole bear
#

youll get there

#

as long as the point gets across

woeful salmon
#

i guess xD

#

i'm just happy i finally finished my build script to set up my vim config and plugins on any system

whole bear
#

i havent gotten fast enough to need vim

woeful salmon
#

i don't need it

#

but for me its just fun to use and it can help do so much in such simple ways once you learn it

#

i can probably code about just as fast on vs code though i'd need plugins there to handle some things for me which in vim i can just use vimscript

whole bear
#

once i become a fulltime programmer I will probably do it I just cant use it at work till i convince them to get me a profile

whole bear
#

to vs code

#

or in pycharm

woeful salmon
#

i still do that for typescript and javascript

#

i mean vscode's tooling for builtin jsdoc, emmet, tsconfig, plugins for prettier and eslint, etc

#

just make it so good for typescript and javascript

whole bear
#

Fastapi is nice. nexjs just got a great upgrade

woeful salmon
#

yeah i'm trying out next js 12 rn its nice

#

the rust compiler is definitely faster lol

whole bear
#

yeah thats a great thing

whole bear
#

@woeful salmon Haha

woeful salmon
whole bear
#

@woeful salmon the speed buff on image loading in nextjs is nice also, it looks slick

#

nextjs 12

woeful salmon
#

ah right cuz they change the image size according to viewport and render without blocking

whole bear
#

Yep

woeful salmon
#

๐Ÿ‘€ altho that's solving a non-existent problem depending on how you work with images in general

#

things like picture and imgset could already do similar things without js

whole bear
#

Yeah but the more we dummy proof things the better

woeful salmon
#

it is definitely lesser work tho

#

๐Ÿคทโ€โ™‚๏ธ i guess

whole bear
#

Hi @leaden coral I hear you touching your mic

leaden coral
#

yes!

whole bear
#

@whole bear php = xss attack

#

eggzactly, theres no wae php good

#

I remember it being on most intro to hacking post in 2007. It was considered skiddie level

#

LMAOOOO

#

II didnt knew what skiddie was, looked it up and its interesting that this word exists

#

reminds me of so many kids

#

scroldy is for boomers that try to mash code

#

geez where do u learn these from ๐Ÿ’€

#

Use to be an edgy teen with a net connection

#

lmao

#

noice

#

Shoulda done something with it

#

Now i am though

#

what r u?

#

CEO of Google?

#

Ha Quality Engineer at a food factory

#

lmaifjosifod

#

I got back into python programming to beef up my data intake and excel skills

#

"Do you do R language"

whole bear
#

R is pretty easy tbh if you know excel its easy gets even easier if you know python

#

my experience is a lil too insufficient to opine on it

opal mulch
whole bear
#

I have only played around in it, not enough to help anyone really. Have you tried stack exchange?

opal mulch
#

no

whole bear
#
int& ivlist::operator[](int index){
    ivnode* prev = nullptr;
    ivnode* curr = pHead;
    for(;curr != nullptr; prev = curr, curr = curr->next){
        if(curr->index > index){
            if(prev == nullptr) prev = pHead;
            prev = new ivnode(index, 0, curr);
            return prev->value;
        }
        if(curr->index == index)
            return curr->value;
    }
    prev = new ivnode(index, 0, nullptr);
    return curr->value;
};
#
    int& operator[](int index);
        // modifying indexing operator
        // if index exists in the list returns reference to the ivnode value
        // if index does not exist: creates new node with (index, 0) pair
        //   and returns reference to the value in newly created node
woeful salmon
#
if(prev == nullptr) prev = pHead;
prev = new ivnode(index, 0, curr);
pliant gyro
#

Jesus im about to bash my head into a wall I have to do an assignment in Matlab and its such a shyt language

whole bear
frozen jetty
#

thumbnail

somber heath
#

normalisation

#

image resize maintain aspect ratio math

#

@viral whale

viral whale
#

The Functions the Twitter bot have is

#

โœ… Able to tweet something,

#

โœ… Like the tweet on some hashtags which are provided as an list

#

โœ… and also unlike the liked tweets

these are the some of the features that the Twitter bot have

viral whale
somber heath
#

You said you were seeking ideas for inclusion. I don't really care nor know much about Twitter bots, so my ideas on the subject may be limited. The idea for any kind of service like this is that it should fill a niche...fulfill a need. Ideally, but not necessarily, something novel. It needn't be practical. It could be frivolous.

#

Perhaps people might play some kind of game. Perhaps people could Tweet photos at it and it transforms them in some way.

#

Maybe it uses a machine learning algorithm to generate poetry or philosophy.

#

Hat facts.

viral whale
somber heath
#

Go nuts

viral whale
# somber heath Go nuts

Do you have any idea of something related that will be improving the Twitter analytics of the particular user by using this Bot Module?

viral whale
solemn anchor
#

Oh

#

@frozen jetty

#

Yeah i see it

#

@frozen jetty

#

What did u say

#

But i am an old member

#

I just am not active on this servee

#

server

frozen jetty
molten pewter
frozen jetty
molten pewter
frozen jetty
#

make bath

molten pewter
woeful salmon
molten pewter
#
woeful salmon
#

7567

molten pewter
#
alpine path
molten pewter
#

@tall bramble !voice

hexed vault
#

any gods here?
Traceback (most recent call last):
File "C:/Users/USER/PycharmProjects/FaceRecog/train-scan.py", line 40, in <module>
recognize.train(x_train, np.array(y_labels))
cv2.error: OpenCV(4.5.4-dev) D:\a\opencv-python\opencv-python\opencv_contrib\modules\face\src\lbph_faces.cpp:362: error: (-210:Unsupported format or combination of formats) Empty training data was given. You'll need more than one sample to learn a model. in function 'cv::face::LBPH::train'
i keep getting this error
https://www.toptal.com/developers/hastebin/agijeyafuk.lua
this is the code

wise cargoBOT
#

@stark shuttle Please don't try to ping @everyone or @here. Your message has been removed. If you believe this was a mistake, please let staff know!

gentle flint
whole bear
#

i now shall be known as Eki Eki Eki Eki P'tang Zoo Boing

whole bear
wise cargoBOT
#

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.

whole bear
haughty pier
#

Sintering or frittage is the process of compacting and forming a solid mass of material by heat or pressure without melting it to the point of liquefaction.
Sintering happens as part of a manufacturing process used with metals, ceramics, plastics, and other materials. The atoms in the materials diffuse across the boundaries of the particles, fus...

haughty pier
whole bear
whole bear
whole bear
whole bear
haughty pier
noble copper
#

๐Ÿง 

whole bear
noble copper
wind cobalt
#

it's my mic

#

since i updated to W11, it messed up the audio drivers i guess

#

welp

#

that's life