#voice-chat-text-0
1 messages · Page 408 of 1
There is also a bubble sort algorithm, that's why I asked and I'm learning.
I came across the same information, which is why I revised my answer. I'm not a webdev person.
Do I get to see arr in situ at all, or....?
ok so can it be done in python ?
@chilly wolf where I can find it for download ?
Not available, as of yet, for download, although I will be releasing it for people in the python discord to compile and play when the game is in a more playable state
@somber heath here is a dumb question, can i do it in python and perhaps make it an executable app? so i don't need to install a python server ?
def bubble_sort(arr):
n = len(arr)
for i in range(n):
for j in range(0, n-i-1):
if arr[j] > arr[j+1]:
arr[j], arr[j+1] = arr[j+1], arr[j]
return arr
dizi = [64, 34, 25, 12, 22, 11, 90]
print("Sırasız dizi:", dizi)
sıralı_dizi = bubble_sort(dizi)
print("Sıralı dizi:", sıralı_dizi)
Packing Python modules into exe launchers is inadvisable.
is it full coded in python or used some other languages ?
you'll need an executable certifacte and to sign it yourself, which at minimum is $120 per year
Entirely in python and using Tiled for the maps and a lot of the logic
Bravo bro
Thank you!
I am Turkish and there are some Turkish notes as well, I hope you don't mind.
@chilly wolf ok i definitely don't want to pay for something i have no idea how to do, any other recommendations
Okay, so here, arr is a parameter of the bubble_sort function, parameters being like variables, and it is being assigned to the list object referred to by the dizi variable.
okey bro
thanks bro
bro is just a way to be friendly ! chill bros
Can you give me a complete eucoding topic? It would be nice if there was a starting style.
#voice-chat-text-0 message @primal shadow what you think of my ship/fire sprites?
whats a good sprite creation program ?
hello
what language is that
@somber heath thats deep
@chilly wolf your game changed so much
there even enemies and music
whats that
ok
also
or does kleay sounds different
i feel like ive heard him speak before but he sounds different now
i think
for only 4.99
ahh
so thats the trick
damn
bro entered then left
@primal shadow are you playing hell let loose?
im confused
ah
chaos
i can see that
what
Had to solo these guys as my duo died at 66%
Luckily I was the Warrior with decent boons
that great
it photo from google LOL
I was just showing application of CAD
ohhhh sorry
no worries
I am new here and looking for someone to create mobile apps
I could actually make one for you
what kind of application you want to build?
okay but could you just send me your github if you can please
actually I barely have some open source repos
I could show you some of my work
okay
!stream 263551503082455050 1h
✅ @unreal thicket can now stream until <t:1739043917:f>.
@fresh shell Stop leaving and joining
i was trolling but ok i will stop
Trolling is not allowed here. If you do it again, you will be removed.
Trolling in any way...
i'm not trolling now
let's make internet 2.0
using bluetooth
would be considered trolling
no
or https://discord.com/channels/267624335836053506/1333146875527958568 level of insanity
yup
if we put that in concept then wireless controllers are trolling
if I do need to write something down, it's often in Outline
Hey, how you are able to store everything in your brain @chilly wolf :
if it's related to some project, then just directly store .md in Git
I was joking lmao
potentially rendered with mdbook
Bruh i thought u said it seriously : here i am making handwritten notes, not able to store that much in my memory
notes are always good, keep notes for sure
because it's Greek not Latin
can you remove that warn 14 days voice ban 😦
you can message @rapid crown to appeal the voice mute
one more time I hear it pronounced with KS, things are going to go non-linear
I luv u all!
@faint raven What error are you getting?
@soft axle just use Docker
that way you can just recreate the whole thing at any point without breaking everything
@soft axle you need to select the interpreter in VSC
yes, it does have its own thing
bottom right
also
ctrl+shift+P -> select interpreter
this one produces a more machine-readable version
!stream 266030641382948865 30M
✅ @faint raven can now stream until <t:1739046108:f>.
Who is asking for help?
my map won't load
@whole bear if you wish to appeal the mute, you may contact @rapid crown
it's easier just to wait it out
😘 bet
@nova stream heya
hi! nice 2cu!
nope
this
predamage = ((((2*level*crit) * power * (Att // Def)) //50)+2)
if attacker_type in movetypes:
predamage_with_STAB = predamage * 1.5
else:
predamage_with_STAB = predamage * 1
predamage_with_STAB_postTyping = predamage_with_STAB
for mtypes in movetypes:
if mtypes in typc.poketypes_dict[defender_type]["Super Effective"]:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping * 2
elif mtypes in typc.poketypes_dict[defender_type]["Normal"]:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping * 1
elif mtypes in typc.poketypes_dict[defender_type]["Not very effective"]:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping // 2
elif mtypes in typc.poketypes_dict[defender_type]["No effect"]:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping * 0
else:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping * 1
if predamage_with_STAB_postTyping == 1:
damage = predamage_with_STAB_postTyping * 1
else:
damage = predamage_with_STAB_postTyping * (rand.randrange(217, 256, 1) / 255)
print(int(damage))
return int(damage)
for i in range(10):
damage_calc(10, 1, 40, 180, 170, ["Fighting"], "Normal", "Normal")```
34
34
35
31
33
35
32
32
31
32
53
48
46
49
47
48
47
49
45
51
Sup
rabbit
trh4twjhw65hret
@unique wyvern YOO CHECK OUT THIS VIDEO DUDE!!! THIS IS FIRE
"Normal": ["Fire", "Water", "Electric", "Grass", "Ice", "Poison", "Ground", "Flying", "Psychic", "Bug", "Rock", "Dragon", "Dark", "Steel", "Fairy"],
"Not very effective": ["None"],
"No effect": ["Ghost"]},
"Fire": {"Super Effective": ["Water", "Ground", "Rock"],
"Normal": ["Electric", "Fighting", "Poison", "Flying", "Psychic", "Ghost", "Dragon", "Dark"],
"Not very effective": ["Fire", "Grass", "Ice", "Bug", "Steel", "Fairy"],
"No effect": ["None"]}
}
def damage_calc(level, crit, power, Att, Def, movetypes, attacker_type, defender_type):
predamage = ((((2*level*crit) * power * (Att / Def)) /50)+2)
if attacker_type in movetypes:
predamage_with_STAB = predamage * 1.5
else:
predamage_with_STAB = predamage * 1
predamage_with_STAB_postTyping = predamage_with_STAB
for mtypes in movetypes:
for ptype in defender_type:
if mtypes in typc.poketypes_dict[ptype]["Super Effective"]:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping * 2
elif mtypes in typc.poketypes_dict[ptype]["Normal"]:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping * 1
elif mtypes in typc.poketypes_dict[ptype]["Not very effective"]:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping // 2
elif mtypes in typc.poketypes_dict[ptype]["No effect"]:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping * 0
else:
predamage_with_STAB_postTyping = predamage_with_STAB_postTyping * 1
if predamage_with_STAB_postTyping == 1:
damage = predamage_with_STAB_postTyping * 1
else:
damage = predamage_with_STAB_postTyping * (rand.randrange(217, 256, 1) / 255)
return int(damage)
for i in range(10):
print(int(damage_calc(10, 1, 40, 180, 170, ["Fighting", "Water"], ["Fighting"], ["Normal", "Fire"])))```
from enum import Enum, auto
class PokeTypes(Enum):
FIRE = auto()
WATER = auto()
ELECTRIC = auto()
...
@chilly wolf AMAZING
from enum import Enum, auto
from typing import TypedDict
class Effectiveness(Enum):
Normal = auto()
SuperEffective = auto()
...
type PokeDict = dict[Effectiveness, dict[Effectiveness, PokeType]]
from typing import Literal
PokeType = Literal["fire", "water", "electric"]
Well like, we can't perceive a difference between an equal mixture of red and green light, and light with a "yellow" wavelength. If our eyes worked differently, we might be able to distinguish them.
mhm
Ah but colour is perceptual, not physical
A colour is just the label our brains apply to a certain stimulus.
Watch the other part: https://www.youtube.com/watch?v=JQVmkDUkZT4&feature=youtu.be
Music: http://www.daveconservatoire.org/
- Mark Govea
- Wenhao Nie
- Thomas J Miller Jr MD
- dedla
- Robert Kunz
- Daniel Slater
- Saki Comandao
- PervertedThomas
- John Buchan
- Christian Cooper
- Michael Little
- Ripta Pa...
!e list = ["test", "Foo", "Bar"]
print(len(list))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
3
It's actually a pretty nice language, or so I've heard
It does reference counting
So, I guess like Python if you turned off the GC
Cya
Oh, I was saying that to the other guy 😄
Yeah
Although I do need to go now actually so cya 👋
@split hatch 👋

Stream & buy Infestissumam: https://i.ghost-official.com/Infestissumam
Follow Ghost:
Subscribe to Ghost's YouTube: https://found.ee/Ghost_YTSubscribe
Instagram: https://found.ee/Ghost_Instagram
TikTok: https://found.ee/Ghost_TikTok
Twitter: https://found.ee/Ghost_Twitter
Facebook: https://found.ee/Ghost_Facebook
Site: https://ghost-official.com...
All fun and games until it falls on you.
Also, typing would be annoying.
@halcyon perch 👋
"That's a compelling argument, however... *pours water into nose.*"
hiya pal!
@summer swan 👋
@router.get("/")
async def home_page(request: Request):
with open('home.html', 'r') as f:
html = f.read()
return HTMLResponse(content=html)```
@wise loom its okay
Yes, I do software development.
Sounds like a lot of work
Do you have a team @rapid jungle?
Sorry, I don't really have the time to contribute to that.
Nor does the idea resonate with me
Aren't there other open-source CAD-like programs?
FreeCAD looks like another
Why not just contribute to your favourite one of these if you want a feature that doesn't exist?
@rapid jungle
yooo
still working on the visual thing
most of the time it's on per-request basis
lmao
that's highest timestamp that's displayable in my timezone without showing invalid date
I think it depends on the timezone
some people have said before that it's showing as invalid date
<t:8639998952399:R>
<t:8640000000000:R>
<t:8640000000001:R>
oh wait
it's no longer showing an error

seems like they changed how it renders
it's now a round number of days from the epoch
100 million days, to be precise
used to be off by 12 days (idk why) and 3 hours (because timezone)
the silent conversation
!stream 864591592026144776
✅ @woeful kettle can now stream until <t:1739141750:f>.
!e
print(["00"] + list(map(str, range(37))))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
['00', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36']
shouldnt he assign that to a variable
this was probably generated with a range in Python too
https://github.com/parrrate/ruchei-ffi/blob/main/ruchei-ffi-tracing/src/lib.rs#L575-L592
though a bit less trivially
!e
print(", ".join(f"0x{i:02x}" for i in range(256)))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f, 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f, 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f, 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f, 0x90, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98, 0x99, 0x9a, 0x9b, 0x9c, 0x9d, 0x9e, 0x9f, 0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6
... (truncated - too long)
Full output: https://paste.pythondiscord.com/XFLDPI6YGUWIDR3V7KEBZ7WBUA
temporal aspect isn't entirely relevant for code clarity;
if it's not clean, it's only a matter of seconds before you lose context
!e print(list(map(str, range(1, 37, 2)))
:x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 1
002 | print(list(map(str, range(1, 37, 2)))
003 | ^
004 | SyntaxError: '(' was never closed
!e print(list(map(str, range(1, 37, 2))))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
['1', '3', '5', '7', '9', '11', '13', '15', '17', '19', '21', '23', '25', '27', '29', '31', '33', '35']
!e print(list(map(str, range(2, 37, 2))))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
['2', '4', '6', '8', '10', '12', '14', '16', '18', '20', '22', '24', '26', '28', '30', '32', '34', '36']
!e
print(list(map(str, range(1, 11, 2))) + list(map(str, range(10, 37, 2))))
print(list(map(str, range(2, 11, 2))) + list(map(str, range(11, 37, 2))))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | ['1', '3', '5', '7', '9', '10', '12', '14', '16', '18', '20', '22', '24', '26', '28', '30', '32', '34', '36']
002 | ['2', '4', '6', '8', '10', '11', '13', '15', '17', '19', '21', '23', '25', '27', '29', '31', '33', '35']
eh
I was lied to by the internet
ah, there's four ranges not two
!e
a = range(1, 11)
b = range(11, 19)
c = range(19, 29)
d = range(29, 37)
print([*a[::2], *b[1::2], *c[::2], *d[1::2]])
print([*a[1::2], *b[::2], *c[1::2], *d[::2]])
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | [1, 3, 5, 7, 9, 12, 14, 16, 18, 19, 21, 23, 25, 27, 30, 32, 34, 36]
002 | [2, 4, 6, 8, 10, 11, 13, 15, 17, 20, 22, 24, 26, 28, 29, 31, 33, 35]
!e
a = [*range(1, 11), *range(19, 29)] + [*range(11, 19), *range(29, 37)][::-1]
print(sorted(a[::2]))
print(sorted(a[1::2]))
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | [1, 3, 5, 7, 9, 12, 14, 16, 18, 19, 21, 23, 25, 27, 30, 32, 34, 36]
002 | [2, 4, 6, 8, 10, 11, 13, 15, 17, 20, 22, 24, 26, 28, 29, 31, 33, 35]
yeah, muting drops the stream
Time to carefully ignore my neighbors for the next several hours ig
powerful
something about a sportsball event
brb
(back in ~10 minutes)
time estimate failed, I remembered that I need to eat
`def add(x, y):
return x + y
def subtract(x, y):
return x - y
def multiply (x, y):
return x * y
def divide(x, y):
return x / y
print("Select Operation")
print("1.Addition")
print("2.Subtract")
print("3.Multipy")
print("4.Divide")
while True:
choice = input("Enter your choice (1/2/3/4): ")
if choice in ('1', '2', '3', '4'):
number1 = float(input("Enter first number: "))
number2 = float(input("Enter second number: "))
if choice == "1":
print(number1, "+", number2, "=", add(number1, number2))
elif choice == "2":
print(number1, "-", number2, "=", subtract(number1, number2))
elif choice == "3":
print(number1, "*", number2, "=", multiply(number1, number2))
elif choice == "4":
if number2 == 0:
print ("ERROR. Cannot Divide By 0")
else:
print(number1, "/", number2, "=", divide(number1, number2))
next_calculation = input("Would you like to do another calculation? (Y/N): ")
if next_calculation == "N":
print("OK Goodbye!")
break
if next_calculation == "Y":
print ("OK, Continue with Calculations")
else:
print("Invalid Input, Please choose again.")
print("Would you like to do another calculation? (Y/)N)")
`
I should put it onto GH Pages somehow
idk if I want to publish the whole source code or just pre-built wasm files
not really worth putting on a separate CNAME'd domain
!e py 1/0
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | 1/0
004 | ~^~
005 | ZeroDivisionError: division by zero
!e py try: print(1/2) except ZeroDivisionError: print('Caught.')
:white_check_mark: Your 3.12 eval job has completed with return code 0.
0.5
!e py try: print(1/0) except ZeroDivisionError: print('Caught.')
:white_check_mark: Your 3.12 eval job has completed with return code 0.
Caught.
!code
# Ask the user for a number
day_number = int(input("Enter a number between 1 and 7: "))
# Display all of the days
days = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
# Find the day and make sure the user entered a number between 1 and 7
if 1 <= day_number <= 7:
print(days[day_number - 1])
else:
print("Error: Please enter a number between 1 and 7.")
!e py print('abc'[0]) print('abc'[1]) print('abc'[2]) print('abc'[-1]) print('abc'[-2]) print('abc'[-3])
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | a
002 | b
003 | c
004 | c
005 | b
006 | a
!e py 'abc'[3]
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | 'abc'[3]
004 | ~~~~~^^^
005 | IndexError: string index out of range
!e py int('abc')
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | int('abc')
004 | ValueError: invalid literal for int() with base 10: 'abc'
!e py var = 'M*A*S*H' print(var) var = var.split('*') print(var)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | M*A*S*H
002 | ['M', 'A', 'S', 'H']
!d str.split
str.split(sep=None, maxsplit=-1)```
Return a list of the words in the string, using *sep* as the delimiter string. If *maxsplit* is given, at most *maxsplit* splits are done (thus, the list will have at most `maxsplit+1` elements). If *maxsplit* is not specified or `-1`, then there is no limit on the number of splits (all possible splits are made).
If *sep* is given, consecutive delimiters are not grouped together and are deemed to delimit empty strings (for example, `'1,,2'.split(',')` returns `['1', '', '2']`). The *sep* argument may consist of multiple characters as a single delimiter (to split with multiple delimiters, use [`re.split()`](https://docs.python.org/3/library/re.html#re.split)). Splitting an empty string with a specified separator returns `['']`.
For example:
!e py text = '''Apples pears and bananas.''' result = text.split() print(text) print(result)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | Apples pears and
002 | bananas.
003 | ['Apples', 'pears', 'and', 'bananas.']
usersdate = input ("Enter a date in the following format 00/00/0000: ")
users_date = input("Enter a date in the following format 00/00/00: ")
day = 10
month = 6
year = 60
'10/06/60'
month = int(month)
day = int(day)
year = int(year)
!e py var = '10/06/60'.split('/') print(var)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
['10', '06', '60']
users_date = input("Enter a date in the following format 00/00/00: ")
var = '10/06/60'.split('/')
print(var)
month, days, years = ['10', '06', '60']
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 32, in <module>
003 | MAP = dfs_maze_generation(1, 1, MAP, MAP_WIDTH, MAP_HEIGHT)
004 | ^^^
005 | NameError: name 'MAP' is not defined. Did you mean: 'map'?
:x: Your 3.13 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | MAP = [[1 for _ in range(MAP_WIDTH)] for _ in range([1;31mMAP_HEIGHT[0m)]
004 | [1;31m^^^^^^^^^^[0m
005 | [1;35mNameError[0m: [35mname 'MAP_HEIGHT' is not defined[0m
OK one more try
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | MAP = [[1 for _ in range(MAP_WIDTH)] for _ in range(MAP_HEIGHT)]
004 | ^^^^^^^^^^
005 | NameError: name 'MAP_HEIGHT' is not defined
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 33, in <module>
003 | MAP = dfs_maze_generation(1, 1, MAP, MAP_WIDTH, MAP_HEIGHT)
004 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
005 | File "/home/main.py", line 28, in dfs_maze_generation
006 | start_x, start_y = random.choice([(x, y) for x in range(1, MAP_WIDTH, 2) for y in range(1, MAP_HEIGHT, 2)])
007 | ^^^^^^
008 | NameError: name 'random' is not defined. Did you forget to import 'random'?
!e
import random
MAP_WIDTH, MAP_HEIGHT = 21, 21
MAP = [[1 for _ in range(MAP_WIDTH)] for _ in range(MAP_HEIGHT)]
def dfs_maze_generation(x, y, MAP, MAP_WIDTH, MAP_HEIGHT):
# Initialize the maze with walls (1's)
MAP = [[1 for _ in range(MAP_WIDTH)] for _ in range(MAP_HEIGHT)]
# Function to carve out the maze paths
def carve(x, y):
# Mark the current cell as a path
MAP[y][x] = 0
# Define potential directions to carve
directions = [(1, 0), (-1, 0), (0, 1), (0, -1)]
random.shuffle(directions) # Shuffle directions for randomness
for dx, dy in directions:
# Calculate the next cell coordinates
nx, ny = x + dx * 2, y + dy * 2
# Calculate the coordinates of the wall between current and next cell
wall_x, wall_y = x + dx, y + dy
# Check if the next cell is within bounds and has not been visited
if 0 <= nx < MAP_WIDTH and 0 <= ny < MAP_HEIGHT and MAP[ny][nx] == 1:
# Remove the wall between the current cell and the next cell
MAP[wall_y][wall_x] = 0
# Recursively carve from the next cell
carve(nx, ny)
# Choose a random starting position on the grid within the valid range
start_x, start_y = random.choice([(x, y) for x in range(1, MAP_WIDTH, 2) for y in range(1, MAP_HEIGHT, 2)])
carve(start_x, start_y)
return MAP
# Generate the maze starting from the cell (1, 1)
MAP = dfs_maze_generation(1, 1, MAP, MAP_WIDTH, MAP_HEIGHT)
print(MAP)```
:white_check_mark: Your 3.12 eval job has completed with return code 0.
[[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1], [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1], [1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1], [1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1], [1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1], [1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1], [1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1], [1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1], [1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1], [1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1], [1, 0, 0, 0, 0, 0, 1, 0,
... (truncated - too long)
Full output: https://paste.pythondiscord.com/SSU6VFYWDWEYS7RUYD7QH4B5CI
cool calculater, now make it so i can do more then 1 operation, and more then 2 numbers per operation
@somber heath I think this one is the best result so far:
0 post-processing
it is very much a matter of catching the right moment to screenshot it, because only seconds later the details disappeared:
need to also save the whole source code
which I do for the non-WASM version
atleast we know why they called you a donkey
power metal
what's opal talkin about
clan of dragons
google is mid
bigger image
6 billion iterations
the archive of this getting generated is taking up 136GB
you should play valo lol they think they're cooked just bc there's a girl in team\
😂
@astral bluff 👋
are there any games where you play as a cat?
Stray?
or an animal
that'll be better
i think there is
i played one called water
it's based of nemo
you're a fish
💀 ibm
never expected tht
not in a million years
LOVE THIS GAME!!!
OMG we had this game when I was a kid
USE TO PLAY IT SO MUCH!
his accent'
@deep grove 👋
i should prolly focuss on my lessons rather than being a keyboard warrior
@rapid jungle you're audible it's just he doesn't understand the accent
time to stop it
138G at the time it was stopped
I remember one where such episode had critical plot importance
(as such I won't spoiler it)
I should coerce Hemlock into watching it without any more context whatsoever
as I said, no further context
okay, I really should restart firefox soon, the pagefile has reached 58GB
happy browser life
Without an understanding of the problem at hand?
your second line of code got interpreted as user input instead
you need to either use a proper script file or interleave inputting code and values
!e
float('num2 = input("Введите второе число: ")')
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | float('num2 = input("Введите второе число: ")')
004 | ValueError: could not convert string to float: 'num2 = input("Введите второе число: ")'
^ this is what happens
@chilly wolf be careful with licensing the assets if they're external, might need to be credited in some very specific form and/or distributed separately
Ohhh, this is true
I think the asset packs I downloaded only require proper credits
but i think the problem is in the float(num1)
but wth
this code must work perfect cause i copied it from browser
you should probably be running it from a file not from an interpreter
okay
red -- code
green -- program output
blue -- user input
just to demonstrate what happens in such cases
Wow this is really cute 🩷<3
it's already 60.4...
now you can see why I bought a CPU with 256GB RAM support
I doubt there is any meaningful context to this
@dreamy mantle I only just now realized your profile picture is from Stardew Valley
@woven lichen Yo
slight memory usage drop
supp@rugged root
pagefile back to only 21GB
@dreamy mantle You can stay here, it's fine
Hello
@dreamy mantle please refrain from overusing derogatory terms
i thought i was gonna be the one warned 😆
for most of its history
!e
print(1492 - 711)
print(2025 - 1492)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 781
002 | 533
@dreamy mantle Scooted you to AFK since we were hearing you talking with the other person in the background fairly clearly
fall guy aint caring about none
also high concentration of another ethnicity because that government was friendlier to them
Aren't we all
sup hem and af
irani hasti?
egyptian
ah
@upper basin depth is symmetric
@upper basin indian?
@rugged root
- did you test it on your machine before deploying?
- yes
- did it work?
- no
the "it didn't work on my machine"
should be latest or stable, to be clearer about the meaning
stable is replaced with v.x.x.x I feel.
I am indian
just {major} branch normally
0.0.1
0.1
1
@chilly wolf "no, Hemlock only works with [jif]s not [ghif]s"
"bring your own assets" game
Wait really?
no, a bit less
see curve above
Pretty massive size difference?
yes there is
It also surprises me how much land in countries is just uninhabited
back from doing vocal experiments
Experiments?
Samples?
I haven't actually heard my voice layered that often before;
and for extreme vocals it's actually more normal than doing it single-layer like I usually do
They do these experiments and then visualizes them to find abnormalities in their vocals iirc.
Though its the animation, maps, textures, and story that make it enjoyable.
The code just brings them together.
I didn't bother aligning them properly
Sounds like you need a lozenge
butt suit
butt suit
butt sword
buttsu
are you guys talking about beautiful soup?
Who was asking for web scraping?
butt soup
What is butt soup
crawl4ai
i think he means beautiful suop
@warm atlas https://automatetheboringstuff.com/2e/chapter12/
I'll high five you.
damn a lot of silent people
and i am straight to the bottom
Ah too slow.
I roll a nat 20 and dodge your high five. Now you look silly. DM can we get him a -5 on charisma?
lets see this
really wanted to be a top huh
to the top noobs
!rule 5
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
https://online.kfc.co.in/menu @dry jasper
ip grabber
Even better, https://www.youtube.com/shorts/QzkJI56gssc
Anyone sleepy?
crazygamer
Well played.
Well yes
i wanna get unmutted 😦
idk if its the dialect or him
Doggo, could I get some review on the repo when you get a chance?
Does your name say A Jacket?
I'm gonna head to bed.
night
Cya guys later.
Yea so it means Jacket
Thank ye.
north african?
@rugged root did I pick up "stop dying it's bad for you" from you?
You did indeed
I would assume you get it from me, anyway
the only true meditation:
https://minesweeper.online/start/4/100/100/2200
no alisa
if you want to meditate right
fast for a day
no food no water
and sit there and do nothing
youll figure out that you arent real
"somewhat cruel to suggest that to someone who's clearly underweight"
I know what it is to avoid food and water and feel unreal
those are symptoms of a mental illness, consulting a doctor is recommended
It just became irritating enough that I really had to hop channels
i am trying to practice english by starting subjects
yeah talking for the sake of talking feels akward sometimes
i think i am just so good at pretending
if anyone else is experiencing that and wants to get help, there are hotline numbers, shouldn't be hard to look up
you can hear me laughing i think but i held back 😆
remember, being a good troll isn't a good thing
there do exist people who seriously believe what you were describing
trolling or not, it deserves pushback
i am not trolling i just want to practice english by starting convos
not trolling
#voice-chat-text-0 message
i mean i mean no harm 😆
after a certain threshold, it no longer falls under "just joking" category;
people leaving and/or telling you to shut up is a good indicator of being way past that threshold
lol yeah i see how akward this can get
what is this? a book?
a phrase
It’s just a phrase he says a lot
I started saying it myself and I couldn’t remember where I first heard it
ah okay. awesome. i havent made that image manip thing yet but i made a desktop organizer
@rugged root would these ones already be brain roombas
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
@whole bear
@rugged root you're supposed to be impressed not reading
Use the pastebin
@calm smelt if you're looking for a quick and dirty way to generate a web service, Ruby on Rails will generate HTML views for you, so you can get a website off the ground with practically no manual coding
Check out https://guides.rubyonrails.org/getting_started.html
It's not very pretty, but it gets the job done quickly
Whoever is getting spam pinged is giving me anxiety
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
yes
Make a post in #1035199133436354600 and paste that line
We'll have to figure out why you're being blocked from PyPI
hi everyone. i'm new on discord. if i'm here it's because i'm looking for enthusiasts for a python project.
What exactly?
🚀 Meta Reality Labs unveils "AEO" - a groundbreaking egocentric dataset capturing real-world interactions through Project Aria glasses.
🔍 What makes it special:
✅ 143 sequences of daily activities
✅ 5 diverse indoor locations
✅ First-person view of cooking, exercise & social interactions
✅ Comprehensive multimodal data for AR development
This ...
I am a French speaker so excuse my English. The goal of the project is to create a gaming environment where users (players) create their character and upload it to the game. The character must be able to manage alone once in the game. Of course it will be up to us to provide the necessary tools for the creation and programming of the character. Several users can therefore make their character face off to find out who is the best.
is the project you're working on open-source?
To tell the truth, we haven't started the project yet. But yes, the project will be Open Source so that everyone can contribute.
hello
hi
wsp
it was on purpose to make it hard to pronounc elol
what yall doin bruv?
just say hh or smthn idk 💀
yep
new asf
nah 2 days ago or smthn
i got 50 msgs
and all that
just gotta wait another day
to get mic access
ic
me still trying to figure out whats goin on 👁️ 👄 👁️
i finna dip then
byz
:incoming_envelope: :ok_hand: applied timeout to @simple flume until <t:1739217312:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).
The <@&831776746206265384> have been alerted for review.
@wind raptor I made this and also uploaded the thing that generates it to https://parrrate.github.io/quack/
idk what else to change there
maybe just optimisations now
can't push wasm version past 512x512
high resolution is only in the native version
I should temporarily turn off the rainbow
my game is less cool even @chilly wolf however it is a puzzle game, lol not using tiled
im okay
i saw
ive been slowly following along with the build for the past couple of days
lol make a cli?
Yoo can someone help me with flask question?
What is happening?
👋 @oak sun
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@agile yacht👋
yo
i saw the chat
okay so im having some issues and im trying to see of this line of code seems ai generated
post it here?
def grade(score):
if not (0.0 <= score <= 1.0):
return "Bad score"
elif score >= 0.9:
return "A"
elif score >= 0.8:
return "B"
elif score >= 0.7:
return "C"
elif score >= 0.6:
return "D"
else:
return "F"
user_input = input("Enter score: ")
try:
user_score = float(user_input)
print(grade(user_score))
except ValueError:
print("Bad score")
!code
it seems human right ??
@agile yacht
so it is ai generated lmfao
yea lmao
yea i totally get you but im super late on my assignment im just trynna push it out so it doesnt go late
wifi went out bro
look i wasnt trynna come across that way i had my wifi card act up for a few days and i was just trynna see if it looked natural and what i could do to improve it
sorry it cut out again lol
breakdown of what the code does @agile yacht:
creates a function called grade which takes a variable called score as an argument.
asks for a user input for the score
attempts to turn the user's input into a float type
the grade function is called, using the float variable as the argument
prints the output of the function, showing the returned string depending on the value of the float (determined by the if statements). if the value can't be turned into a float and the try operation fails, the ValueError exception will be raised and "Bad score" will be printed
yea
because the code expects/assumes that the users input is gonna be within a certain range and is an integer that will be converted to a float
genuinely means alot i was scratching my head trynna figure this out
why is bro giving a sob story lmao
this isn't the way to go about things though tbf bro. i get why people were giving you shit but i get your predicament. the people in here have learnt the hard way when it comes to python really. it's definitely better to learn by doing
but if you don't really care about learning python and you just wanna pass your assignment, you got your answer i think haha
yea preciate it fr
this lee guy legit knows nothing about code and yaps non-stop tho. i wouldn't take anything he says as having any value. just a heads up
this class is cool but the prof is just kinda shit at explaining stuff sometimes but i think i got it now
yea fs
i had to mute cuz he was on a yap marathon
honestly i wouldn't try to learn how to code by fixing the code AI spits out. it really is better to understand it from the ground up
yeah fr man
No more weed for you.
Come an talk then in vc.
he's not voice verified...
Im sober. Drugs is not my thing.
lmfao. could've fooled me
quit the schizo babble man
But hey the little you say is to slander me and bully me to conform to your way.
i'm not bullying man, i'm stating facts that you never seem to grasp
Gentlemen, let's dial it down a notch.
No. Im tire from Chasing greatness. I live a harder life then you see.
i'm sorry opal but this lee guy comes in here on the regular and literally just talks constantly but says absolutely nothing
I like you opal. Your such a gentleman.
I feel like i do this a lot 😭
Its nothing you want to hear and you want me be quite. Im not your subject.
Disengagement is an option available to everyone.
@soft axle idk man. idk if i've seen you before personally. but lee literally just uses buzzwords without knowing what they mean and expects other people to do all his bidding and pander to his idea of greatness but nothing he says is revolutionary or fruitful in any way
Nah.. You don't talk that much in my experience of you.
also @soft axle it says a lot that you're voice verified but you're active and muted rn
@somber heath al Well they air the drama now. Im mot welling to go a round 3 f
With his passive agreessive domination behavior. This is not the first time i ha e been bully by this guy. Calling me schizophrenia and bully me.
@hasty orbit
i'm happy to talk to people who know nothing or very little on the topic of python and tech in general but are willing to learn. lee does not fit into that. it frustrates me that he's allowed to shit up the vc in here tbh
@calm smelt not trynna be mean or anything but there is public servers u can join that aren't coding related
i can send u links in dms if thats allowed here
it is. but only in dm (i believe)
So air your drama with me already @dope and be done with it. I Offer you closure to finish what you say.
Im don't response to you in the next 10 mins.
nah not if lee is open to seeing other places to hang out
i said what i wanted to say
we're looking into this.
i hope so
"problem leads to this other problem" reminded of this meme, the JS part specifically
lmfao
imagine java 🐒
!warn 816880243452805140 being so overly condescending is not welcome in this community
:incoming_envelope: :ok_hand: applied warning to @calm smelt.
@calm smelt stop interrupting.
you want others to listen, they wait until you finish and only then talk.
learn to do the same.
@hasty orbit if not clear, they haven't said even a single idea ever that I know of
it's only been "idea of ..." not the content of the idea
i've been in about 3/4 vcs with him and he has a completely different 'idea' each time. but none of them ever make any sense. it's just buzzwords or overly abstract concepts that can be simplified in a matter of a couple of relatively short sentences
exactly. yeah
it's just buzzword babble
i wish i didn't have to speak up about this tbh. but it drives me crazy that people drop from the vc as soon as he starts talking for a long time about literally nothing
@calm smelt if you continue with "says who"s, I'll take that as you not respecting the warning you've just received.
just learnt a new word!
ingratiation
I've had the Windows Terminal crash for ~30 times today already
I might be doing something wrong
@thick pecan 👋
you need to contact them to get API access afaik
moderation of traffic based by content is stopped by one simple thing:
HTTPS
so that project plan sounds potentially dead
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
How
This dont verifity my cuz ia hav anonymous
Can someone talk me how to get here anonymous
voice verification does not involve providing personal identifying information
🙂This is your path.
Someone can talk and help with. ADM
I desceibe
Hey
Hey
Why
Go on tolk
Talk
@somber heath does AU have its own "import-replacement" for Discord/Facebook/whatever similar to how Russia has?
Looking inteligent
would Hemlock be able to pass language analysis check in that case 
I accpleint
But premission
Global ciccada
Thet dong accept
I cant Give register numer of telephon
What programming language? Do you have the code to show @thick pecan ?
telephone number only affects being able to interact at all and moderation (separately)
since you can type messages, you not being able to provide it does not affect it
@thick pecan Please stop sending me friend requests.
I've declined several and will continue to do so if you persist.
You don't need a phone number for #voice-verification
A dont have third
@hasty orbit grow it rather than create it
grow what, sorry?
old accounts are viewed as valuable even without such laws
not so much on discord though, right??
I Think i can talk with inteligwntvpeople
But im in Isolation
I can @proton.me
Poland
Go to the voice verification channel and check the requirements
and 1 hour
@thick pecan
Wymagania dotyczące weryfikacji głosowej:
⚠️ NIE WYSYŁAJ SPAMU, aby spełnić te wymagania, w przeciwnym razie zostaniesz wykluczony z weryfikacji! ⚠️
50 nieusuniętych wiadomości w kanałach innych niż kanały poleceń bota
Dołączył ponad 3 dni temu
Aktywny przez co najmniej trzy różne dziesięciominutowe bloki
Kliknij przycisk „Weryfikacja głosowa” poniżej, aby spróbować zweryfikować.
Sugerujemy udział w konwersacjach w python-discussion lub korzystanie z czatów tekstowych dla kanałów głosowych podczas słuchania, aby zwiększyć liczbę wiadomości.
Możesz użyć polecenia !user w bot-commands, aby sprawdzić, jak blisko jesteś spełnienia wymagań.
Need Mail
For what?
I want have premiasions
do you know python already @thick pecan or are you here to learn from scratch?
Talk in text channels. That's all you need.
they ended up doing voice gate spam.
Classic
loool
they ignored all advice in text and voice
I think they ignored just everything not only all advice
" there's, like, one word that was a clear response, and that word was 'Russia' "
@tidal salmon Would you like to join us for a bit?
why
Im HDL AND ASSEMBLY
Sci
I dont like rusians
Im polish
I know HDL ASSEBLER PYTHON AND ARCHITEKTURA
ESPAÑOLES ENGLISH
POLISH

Need confirm my specations
Sepculations
Cyberneticas
Radios
Analog Technologies
G
Whant talk in englisch
Cicada 303
did you mean 3301?
Never mind
13 33 55
Interviews from other Country
To my single Self laboratoryjny
@lavish rover
what resolution is that?
Parafrazzing
no remember, let me check
800x500 me thinks
Please
Noooo
Only 32
Bits
2 Rivera 1 sun thats the Country in chineseee
32 bit
rust -> wasm I'm guessing?
yes
Kopta to arsie
@somber heath or just a thing you'd expect to see in the 80's
Isaaaaa
(without any real object)
bottom left looks like a forming vortex a bit
blurriness is slowly spreading
Is this reliant on the underlaying pathing or is it like a filter you could apply on top of any image?
I'm not applying any filters/postprocessing
each channel is just round(sqrt(raw_value) * 255)
One of the things I did is to mutate toward a source image.
So I could take a photo of a spider and paintify it.
I need to source two extra channel values somehow
I guess I can just x=y=whatever to normalise it
I also uploaded these from the Python verson
https://imgur.com/a/zOr1hAJ
https://imgur.com/a/vaAIh3s
^ variations of two images' source data
and just random ones:
https://imgur.com/a/CyzK3Tt
Hey Guys i want to start with Cloud computing, can you help me with the resources for theory as well as practical work
did not include videos, since those are giant
I started with these
https://aws.amazon.com/tutorials/
https://aws.amazon.com/getting-started/
not necessarily the best option
No Problem still thanks, i am exploring some blogs or maybe books
You can call me Paradox
!pypi slmsuite
presumably along these lines?
Yeah exactly for small enterprises and specific field Target,not chat but problem solving.
Why not can achieve since it has slm...m thinking to use modular approach to create efficient llm using slm.

ohno, the page file has grown back to over 50GB
something has gone wrong
a lot of free memory => programs see it => programs use more memory => page file grows => a lot of free memory
(not true but a funny hypothesis)
it grows because it can rather than because it needs to
¯_(ツ)_/¯
So LLM since it requires gpu npu for neural processing I think npu is complex version of alu, cu and registers..... which make sense a lot but for GPU since deep seek out globally the way it impacts...my belive for modular slm approach towards llm becoming more stronger.
oh, look, firefox "allocated" 140GB of VRAM
how tf did it do that
task manager is going insane again I guess
the highest it ever got was something like 4TB iirc
my guess is that it's shared across subprocesses therefore task manager overestimates
also, yes, overallocation is a thing
@timid quartz 👋
hi
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
how i do
Hey Guys, i am making a application like basic paint. i have to use turtle. i did make a canvas and add event listeners for dragging the turtle. but i want the turtle to follow my Computer cursor, is there any way to do that?
sounds fine to me
Corporations LOVE paying for Oracle licenses
might be old
but still the reality
that if yo uwant $$$$
and a job at a big company
Oracle is popular in Enterprise
@amber raptor Discord thinks your connection is shit.
My connection is shit
Dogs get all the love
Ah, lancebot LOVES love
I was so confused, but tis the season of love
does it get triggered by 'heart' too 
would having both 'heart' and 'love' get two reactions from it 
Hearth.
crimson-er
they're stored as emojis
so not parsed as text
maybe `
' would trigger it 
apparently not
tbf it's hearteyes not just the word itself
"why are you reassigning me every time?"
Do they not mind zeroes on their scores?
so thye go to class for funsies
with no requirements?
well, then don't get upset
your job is to entertain children
not teach them
because your child ignores the lesson
"because you haven't raised a decent human"
@full moss 👋
Sometimes you gotta let it all out
English/Deutsch teacher I know recently quit his job
Ah yes, we must bottle it up until we explode
that's the right way to do it
You haven't exploded.... yet
keep on bottling
You've got years left yet
more time for pressure to build
Seems time to get back to research and go back to academia, since climatology is doing so well in the US right now...
"just be in a society where everyone already assumes everyone else's life is terrible"
love cannabis


