#ot1-perplexing-regexing
1 messages · Page 543 of 1
Oof
atleast anything other than tetris
https://youtu.be/ENgUqCqWYnk @frozen crane this is what came to mind when you told me the story
This scene was from the Pilot Episode of How to get away with Murder Season 1.
Has anyone here played Spacechem or any other Zachtronics games?
Naw.
They're really fun.
she's not fucking around
Lol
@low chasm I use RetroArch too.
i dont actually its a joke
no she isn't haha
really great acting tho
Oh. I haven't in awhile but I used to play Final Fantasy Tactics in RetroArch.
Also Galaga.
As for games... 250 done, 100 levels left.
I like logic games, lol
Oh lol
That's cool. Have you tried Baba is You?
I've been meaning to try that. The puzzles look really fun.
no cap
@harsh tundra If you like logic games you might like this: https://store.steampowered.com/app/736260/Baba_Is_You/
I mostly play simple puzzles on my phone. as stimming.
but I will check it out ^^
Ok.
I liked to play learn to fly 2.
If you watch the trailer you can see what it's about.
Until all flash games died.
io games good
ImportWarning good, yeah? :)))
A webgame preservation project and archive.
I remember playing super flash bros
its not on there.
It was like super smash bros, but it ran on flash
oh wait nvm.
gg to adobe flash
I used to play a lot of really artsy Flash games that aren't around anymore.
rip flash dude
same.
you will be missed
I don't even remember their names. They're just an unattached memory arcing through my synapses.
Same.
Flash was nice
bc if it was rip
https://miniclip.com this is a website I used to play random flash games on.
yes
I spent a lot of time on armorgames and kongregate
miniclip, catroonnetwork, and some Polish game website for me
Ever heard of the Binding of Issac?
I remember cartoon network or adult swim had a few really crazy games.
@honest pawn sure
the flash is dead. Long live webassembly
i play cool math games
Lol
Polish? Was it Mateusz Skutnik's site?
He did the submachine and where is the new year games.
nah, there were pages literally witch bunch of games. something like miniclip but in Polish
That would have been cool. There were a lot of really cool Eastern European amateur game developers.
very intresting
Unfortunately thinking about it makes me a little nostalgic.
What's the warnings challenge?
Get all those warnings without triggering them yourself
Couldn't get ImportWarning or Warning
Thank you.
Wait it says not Warning or RuntimeWarning but I was able to get RuntimeWarning
:(
corporate needs you to find the difference between (all warnings) and (no warnings)
Developer: They are the same picture
Ironically there aren't any linting warnings
:mmlul:
impressive
Man, I tried looking for ImportWarning and it's like impossible to find anything usable
I tried using outdated versions of packages (modules? dunno what they're called tbh) that had the warning
Can you write your own thing that will break if you import it?
Or is that against the rules?
forgot that \w matches numbers too
ye
why is docker so painfully slow.
Lol
how to rename github file?
On the site?
Edit the file
And on the top, there should be a place for you to change the name
Are you editing the file
@molten stag Just start spelling right as rigth across your entire project. Then it's no longer an error! ;)
Edit it locally and push?
What do you mean?
yes?
oh i just realized, this is an image and there is no edit button
github is such a pain
Lol
Edit locally and push, whats the issue
Yeah
Free advice for companies/management, don't promise your employees bonuses/raises then give them the runaround for months when they're also your core developers for multimillion dollar projects
:- use_module(library(lists)).
:- use_module(library(clpz)).
latin_square(Rows, L) :-
length(Rows, L),
maplist(same_length(Rows), Rows),
append(Rows, Vs),
Vs ins 1..L,
maplist(all_distinct, Rows),
transpose(Rows, Cols),
maplist(all_distinct, Cols).
```latin square generation in prolog
Whoah
had to setup docker to use this, but it was worth it
(well, this is with some minor modification to make 0..L-1, not 1..L
now to do the hard part and describe what a solved slitherlink board looks like
Lol
just make it into pictures and I'll solve them, lol
and by pictures - just print them as numbered squares
I mean
012
120
201
like that
I mean, does that one have a solution?
really would rather avoid describing a closed loop using constraints over integers
that just sounds painful
just give me those written like that and I'll solve them (or say they're unsolvable) before you even think of algorithm
sure
and I think in some cases we can consider 1-n as well? in so small ones like that there's no "escape" from some parts because of 0s
sure, I will get you those as well then.
❤️
square slitherlink is quite easy. if there are 2s or 3s in corners, or 3s diagonally, you have some line segments already
wait... we can remove any 2 at the corner that borders with 0
because of that limit
there is one solution for the degerate case of
0
also, how is docker managing to use 105% of the CPU
maybe
these are all the squares <=4. 5 take too long, but that can be fixed with some clever tuning of clpz
I can probably rule some out if I spend some time thinking about it
with that limit on corner 2s, we are left with:
012
201
120
and symmetrical
that looks impossible due to upper right
marked corner 2s and 0s next to them (and explanation on the right how corners with 2s work)
but you cant have corner 2 with bordering 0
that's why I suggested doing 1-n
alright, lets try those
that's literally more effort than changing 1 char and running again
I'm at the final boss with my guild, so you have time XD
lol. load into python and do it XD
for 4x4, corner 3s can't have 0s next to them either
there are 3x3 ones with 1..n, I will create a proper statement now so that I don't have to copy paste like 4 things to run it
No
Oh
That's not valid anything
Numbers in variable/function identifier, no keyword for variable declaration (and it's not python because there's brackets) and on the style front there's an unholy mixture of PascalCase and snake_case
Unbelievably cursed image
Lol
Benefit of the doubt that variable was declared outside the scope of the snippet and is just being reassigned but the other critiques still stand
I give the UK 0 stars
that looks like valid C#
except the missing declaration, but it is reasonable to assume its a field
You can have numbers in function identifiers in C#?
you can have number inside identifiers in just about any language
Say sike lmao
!e ```py
a3g = 4
print(a3g)
@graceful basin :white_check_mark: Your eval job has completed with return code 0.
4
I guess you just can't start a variable with number
you can't start identifiers unless the language is really based
I am really trying hard to find one
but I can't think of any
even emojilang will let you do this
You're right actually, I assumed it wasn't but it's just for the first character
Actually now that I think about it use numbers in variable identifiers all the time but never mid sentence like that
Only as the last character in a variable
Time for more coffee I think lmao
i'm looking for a dictionary api to use for my bot
back to slitherlink.
4x4
3s and 2s in corners cannot have 0s as neighbours
and any side cannot have 03 next to each other
021 on sides also doesn't make sense
some filtering... I'm left with 32 cases
if 2 3s are corner-connected, then cannot have 0s connected on the outside (because they have L shape on them)
oh, and of course there cannot be 3 3s diagonally
3s of course can't have 2 0s next to them
3s in the corner cannot have diagonal 0
with this and some more stuff I noticed on remaining ones, I'm left with... 2 cases, lol
4x4 0-3
no squares left
@graceful basin
alright, so chances are in 0-4 5x5 and 1-4 4x4
there's no 4 in slitherlink square 😛
3x3 1-3 with marked lines that are sure and where it breaks
wat is dis
Lak was wondering if there are slitherlink squares that are Latin squares
what is a slitherlink square and what is a latin square
i remember having known what latin squares are but i don't remember what they are
someone was wondering, I just decided to bruteforce it and gave up and just had xem try all the latin squares
and i've never heard of a slitherlink square
so in conclusion there are no such squares?
yep. rows and columns
and what are slitherlink squares
and slitherlink is a logic puzzle game in which you have to make a big loop. and some fields have numbers to show how many sides are part of the loop
i don't understand
https://upload.wikimedia.org/wikipedia/commons/8/88/Slitherlink-answer.png this is a pretty good showcase
i.. i still don't understand
what if we did 1-4, but 4 meant blank
blank as in unknown? could work
wait i think i get ti
it
but what is a slitherlink square then
a square where it is possible to draw the loop?
you get a board with fields (here squares) and some numbers
you have to draw the sides of those fields so that they form a big loop. and each numbered field has that many sides drawn
ok
but what is a slitherlink square then
a square where it is possible to draw the loop?
IG you can just use the 0-3 and use 0 as unknown
it doesn't have to be a square, "square slitherlink" is how I named it becuase the fields are squares. the whole board can be any shape
I named it like that because I play different versions as well
with different field shapes
that doesn't answer my question 😩
if a solution exists, it is a square, yes
Lak generated Latin squares and I filtered them out and checked the rest, lol
my idea was just use prolog and let it figure it out
lmao
but describing a closed loop to it was too hard
^here's some stuff I noticed so that I could filter them down
i was gonna use haskell but i can't think of an algorithmic way to check whether a loop is possible
hm
to model it you have to use graphs. so idk if it's easier 😛
the hard part is you can't really pick an origin
how are you gonna model the lines? between some of those numbers
actually, IG as long as every node has 0 or 2 edges, it is solved
almost
just need to prevent multiple loops
oh ok
which can be done with that magical plane formula which is named after a math guy starting with E
clpb time
well, I shall try tmr IG
if it was minesweeper, then it's a 2d array. but this would be more tricky, so graph-like thingy. but it could be probably modeled on 2 2d arrays
Youre not supposed to enjoy leetcode type things
logical puzzles are fun
leetcode is boring because its not meant to be figured out, but grokked with memorized algos and dss
like, no matter how smart you are you aren't inventing a trie from scratch
Literally never going to run these commands but it's kind of fun knowing that I can't
why did you removed opction to use -Sy?
lol it never broked my arch
It's a common cause of issues, I believe
well but forcing user to Syu evry time they want to refresh repos
is kinda rude
especialy when Syu tends to breake systems(timeshift saved me more than once)
I don't see how -Syu would break a system
bash is stinky
then you never used propertary nvidia drivers
Kinda love it, honestly
No, I've had too much experience with the proprietary nvidia drivers
It's much worse with NVIDIA Optimus
oh
the only time i've ever broken my arch was when i tried to install cjk support
attempting to do so has broken my arch install all three times i've tried it
the last time it didn't really break but it made everything janky
lol fonts are realy anoying
lol mine broke because something I installed blocked the nvidiafb module
oh no installing the fonts was fine
Xorg refused to start
it was installing mozc that was the problem
wayland ftw 😎
ah ok
Well SDDM runs on X, I think
idk if it's possible to change it to Wayland
but I probably would've had issues regardless
The Optimus drivers are INCREDIBLY annoying
Had to wipe my SSD because of them, once
i heard that they have very bad
resime
what wtf
Never looked into it, honestly ¯_(ツ)_/¯
lol
how graphic drivers broke your system
I was on KDE Neon and installed the nvidia driver, typed reboot and GRUB didn't recognize my SSD. Booted up the KDE Neon live install and it also refused to recognize my SSD. I wiped the SSD and everything worked from there
I agree, love KDE
anyways... Arch isn't great for people who have Optimus laptops
f this drivers are shit then
The performance is considerably worse for some reason
Bumblebee + Primus on Xubuntu netted me 2.5k FPS in Minecraft
on Arch, I only get around 600
i love kde because they name everything with a k in front so it ends up having a soviet vibe
Konsole
lol
your loss
well
yes lol
i use fish
I use zsh
sad
Been tinkering with zsh stuff quite a bit recently
Might move away from starship and make my own prompt
my prompt is fish lambda theme
and works great with little configuration
fish also works fine with little config ime
and quite frankly
abandoning POSIX compliance was 100% the correct choice
you are if you're scripting
Is it just powershell that makes these fancy prompts take like 200ms to show up, or is that just normal?
I heard powershell was slow
i've never actually used powershell seriously (mostly because i find it icky)
lol me neither
i've only really used it in following online tutorials to enable wsl2 or install haskell
It isn't slow as far as I can tell, except when using starfish/oh-my-posh
Regardless of how I set those up
and now that my windows days are more or less over i doubt i'll really be using it ever again
unless i am forced to use windows and want to install haskell or wsl2
lol
I gotta look into more plugins/modules for ZSH
and also start learning how to make my own prompt
should be easy, I just need to figure out the conditional formatting
Lol
It's just better
I wholeheartedly disagree
ls Env: Env vars
ls Function: functions
...
zsh is so much better
What makes it better?
Most of the errors I had were pretty comprehensive
And like, pwsh has autocomplete
And powershell allows CTRL + C for copying
ZSH has better autocomplete
Sure, I am willing to believe that
Also history is good
It still has 2 commands for file manipulation
ZSH has nice command history
ls and find
Also ZSH has oh-my-zsh
Stringly typed languages are inherintly not good enough for dealing with files
Okay, I think I dislike bash now
?
You can also do ```
ls *.py
Also, powershell has full C# interop. And a consistent format for help
Powershell has modules too, though they may work differently
You can also see the whole command history with alt + /
And autocomplete shows loads of options
You can use any C# class from powershell. .net is pretty good
Well, yeah
Yeah, it is probably better with autocomplete
ZSH has plugins
So syntax highlighting and stuff
Lol
but then i'd have to use my mouse
Pwsh also has history stuff, but I didn't really use it yet
precmd() {
NL_PROMPT=0
if [[ $NL_PROMPT -eq 1 ]]; then
echo ""
else
NL_PROMPT=1
fi
}
did I do something wrong here \😩
ZSH has very pog autocomplete
how? history is one of most usesful features
for some reason, even if NL_PROMPT is 1, it doesn't echo
I just press uparrow
so empty string
yes, and that should print a newline
this is history
ah i forgot
I'm so confused
I meant the function:*-history stuff
oh it is not usesful(ralely it is)
Invoke-history, get-history etc
It is just as useful as it is in raw bash
I just don't really keep sessions for that long
wtf... do I not know how to write an if statement in Bash
strange
maybe doube []? it shoud work anyway
it always skips to the else
oh weird. some reason NL_PROMPT never changes
nah
for some weird reason
NL_PROMPT is set to 1 if I echo $NL_PROMPT from the terminal
but in the script, it's always 0
I already tried that
lol it worked on mine
D:
ahaha I'm dumb
?
NL_PROMPT=0
precmd() {
if [[ $NL_PROMPT -eq 1 ]]; then
echo ""
else
NL_PROMPT=1
fi
}
that's the fix
every time the function is called, it's getting set to 0
it prints 1 in the terminal because that's after it gets set again
._.
why?
oof
lol there's a var called RPROMPT which is the prompt but backwards
nice
so you can do one of those... fancy ones
but I'm scared of conditional formatting
im stuck in default bash for now ):
shell scripting
most linux distoros default command interperer and ^
it's kind of like batch
manjaro :c
:x: User is already permanently banned (#31101).
o_o
Lol
If you don't like bash you might like zsh
oh okay no invocation is understandable
imagine using zsh
oh sorry, people were already mentioning zsh.
I've been using bash forever so I don't think I'd change anytime soon.
ZSH is pog
Idk if there’s such a thing as a sauce being too meaty
but I tried shortrib ragout and it was just bad
I found it bad
if you don't balance the umami they can be too much
What’s umami
Lol
Savorieness
one of the tastes
I’m not sure what the issue was
Like I like birria
And birria tacos can use short rib too
MSG
Why was MSG even demonized the way it was
Based on faulty research iirc
O
racist research iirc
There was one where they injected MSG directly to the bloodstream of rats
Guess what happened
bruh
Super rats?
lol
Super(tasty) rats?
@topaz aurora superpowered rats
either way you usually need some sort acid to cut through the savoury/umami, usually you'd do that with red wine for ragout but ik you can substitute it for beef broth
monosodium glutarats
that might have been why
No clue
Yeah it was good
thank you
pretty decently done
to elaborate, im pretty sure most of the research was to stop people from eating Chinese food or something similar to that
people believed it cause it gives some people headaches
Its salty af, ofc its gonna give people headaches
All the attacks on Asian Americans are despicable
it's not salty what
Stop what youre doing and drink water now
Its like 10% salt
You don't use MSG as much as you use salt, I mean, that's kinda its point
Still if people use msg and then pile soy sauce and other stuff ontop it cant be good
H Y D R A T E
ok hold up msg != table salt
no
msg is a salt but it's not salt as in NaCl
Salt is salt
It'll increase your BP and give you a headache among other things
If you dont drink water to compensate
literally means anything
Yeah
Different salts can elicit all five basic tastes, e.g., salty (sodium chloride), sweet (lead diacetate, which will cause lead poisoning if ingested), sour (potassium bitartrate), bitter (magnesium sulfate), and umami or savory (monosodium glutamate).
https://en.wikipedia.org/wiki/Salt_(chemistry)
There’s no reason to demonize it like this 🥴
This is like when people were like you know what screw carbs
No carbs diet
making food your enemy does not help anyone
Bread is literally the devil tho
how do you glue holes?
carbs are your main source of energy
I don’t understand how people argue with me about that
what bread is made of
ok but ketosis?
salt
lol
Nah I’m not a fan of the keto diet
madlad
ikr
Software Used: https://kronbits.itch.io/pixatool
Follow me on Twitter: https://twitter.com/DavitMasia
Play my games here: https://kronbits.itch.io/
******************* VIDEO INFO *******************
Just playing with this ASCII art converter in my old 3D ...
ik there's a guy who rendered doom using text too

damn
lol
I wish they had posted the code somewhere it looks like it'd be pretty epic
woah
.topic
Harry Styles.
Bruh.
yes?
🥴
🤔
watermelon sugar
yeah.
yesss!!!
it even got a grammy fwiw.
best pop performance afaik.
my top favourite songs include "golden" "watermelon sugar" "adore you" "sign of the times"
Grammys must have dropped their standards
I really like sign of the times
many bts fans are upset over bts not getting a grammy. Personally I don't like kpop for the sole reason of me not understanding the lyrics. What makes you say that btw?
this guy, hamid al shaeri, is so good
.bm 828879934097195018 listen after my mother finishes cooking
its the grinder which is the loudest thing in the house.
but now its the frying pan with oil.
lol
but you have water available right?:eyes
yeah
go drink it smh.
I've had my laziness take over me when I was thirsty in the past.
thats a lot of work -_-.
using teabag is a cheating act.
na
na
I don't do tea
also... what about milk?
teabags are cool
for making tea fast
tea is just hot leaf juice 🥴
Green tea is the best
add milk to tea smh
coffee is ground bean juice
how do i add these folders under git?
not green tea
that is an objectively wrong statement
black tea is better than milk tea imo
by adding milk to tea
I like how green tea is portrayed in adverts as tasty whenever they drink it... I wanted to know what the fuss was about and it tastes horrible.
I love it
oh yeah nvm.
it has an intresting taste
yes
interesting
Concentration + 10
Health + 10
Warmness + 10
I prefer coffee at this point.
its been more than 5 months since I've had a cup of coffee.
Coffee is awesome
that's the point
Tho i put too much milk in my coffee
coffee is awesome in terms of taste.
Green tea is my sweet spot for caffeine
Its basically milk and caffeine
Enough to make you concentrate better, but not enough to start buzzing
same.
I'm not a huge fan of coffees taste either
I didn't feel energised when I drank coffee.
i have coffee when i run out of tea
I want to like tea but I just don't
I drink tea twice a day. Atleast I'm made to drink twice.
Idk if I suck at brewing it or if it's supposed to taste like dirt water
I just drink water since I quit soda a few months ago
soda is quite terrible
Yeah I was addicted for awhile so I decided to quit it
by soda.. are you referring to that soda water thing? carbon dioxide as a liquid.
aee congrats on quitting.
I understand there are no sugar versions now
It's a lot cheaper and healthier to live without
but those no sugar versions ain't that great either
They use other sweeteners and chemicals that are bad for you
exactly
once in a while its fine
I don't understand why everyone I say that to has such a hard time understanding
its not really tasty if u drink it a lot
I might have it with alcohol but I don't drink often at all
and I was like it's terrible for you
lol
I'm not even legally old enough to drink 🤓
for someone so concerned with science and scientific procedures
I find it funny how you think a sample size of one confirms results
Certainly isn't good for you
it would have long term effects = speed up death r8.
my parents are debating making me drink for my 21st bday
🥴 I said no
I don't like alcohol
nice.
I'm not a huge fan of it either
damn you're cool.
🥴
I think drinking is hella overhyped tbh
It's kinda fun for social events
But just getting drunk is pretty meh
And not as much socializing in a pandemic
but all movies be like...Drinking = gotta do it for looking cool.
but that's smoking.
Yeah media paints this silly picture of hard guys handling their liquor
designate myself as the non-drinking person so I can drive people home
I think beer tastes awful no clue why anyone does that besides having drank beer to stop hating it
I'll have the tasty mixed drink that fucks me up in one glass thanks
oof.
also you had to pay like $20 to go to a college party
and the only way to not pay $20 is to have a really high girls to guys ratio
Wtf
If someone told me I had to pay to be somewhere I'd say fuck that
bc of cops
Let me guess, girls get in free
yes
and the parties weren't in a nice place necessarily
some really hot crowded basement
For $20
yes
Imagine
in a basement for that much?
Who pays to go to a party wtf
I am just too stingy to spend $20 to go to a party
Thats not how that works
rich college students apparently
why would u pay for parties
god knows
to spend on decoration? xD
Just show up and BYOB
yeah that's how it should be
also once you reach a certain age
no one really parties in their 30s 🥴
more like past 25??
23
the partying crowd tends to be young
I've never been into partying
I don't see the point
Losing precious coding time
lol
Can't be listening to shitty music around sweaty people
ew.
better to listen to loud music while coding 😎
What music do you guys like?
Harry Styles.
literally everything
but rn I like alternative/indie music
I'm into indie rock
I really don't have a particular interest.
do you like Cage The Elephant?
I'll check it out on spotify
any song that I find cool, I listen to it.
they're great
Cage the Elephant has some bangers
yes indeed
hm. Never heard of it.
Catch me blastin Cigarette Daydreams
From the album Melophobia
Lyrics:
Did you stand there all alone?
Oh I cannot explain what's going down
I can see you standing next to me
In and out somewhere else right now
You sigh look away
I can see it clear as day
Close your eyes so afraid
Hide behind that baby face
You can drive all night
Looking for answers in the pouring rain
You wanna ...
I don't know what indie music is. Btw what is it?
man spotify is spot on in finding what i like
music made by non-mainstream artists, ig
None of their other music really shone to me
imagine using this algo for dinner
oh.
Rn I'm into a band called The Happy Fits. Indie rock with a cello on bass?? Yes please
indie music is tough to qualify like if a band all of a sudden gets a record label
are they suddenly not considered indie anymore?
I would consider their lesser known works indie
oh ok
people who say they know indie music
and then recommend me songs with tame impala
🥴
When I think indie I think of the sort of experimentalism that a lot of these bands go for
I'd call TI pretty indie before Less I Know The Better blew up
lol
I sent someone a song
and they were like
yeah this is too indie
what does that even mean
🥴
Music is an art everyone interprets it differently
Maybe you classify rock as just fast jazz on guitars
I'm not sure what too indie means
Reject lyrical music
what
Embrace instrumental downtempo lounge music
no
Youre just hurting your own ears
those hotel lobby music? 🤔
Hanz Zimmer = instrumental downtempo lounge music?
the one who made a lot of soundtracks for movies.
yes
interstellar
yeah exactly.
https://youtu.be/kDXnPfA_5pY
Have some actually decent music
I liked this https://www.youtube.com/watch?v=RxabLA7UQ9k
Soundtrack of Inception. Music by Hans Zimmer.
The movie name is Inception! :)
Mhm, will listen to it later.
.bm 828890553915539466
Hans Zimmer makes some bangers
Provided to YouTube by WaterTower Music
Is She With You? (Wonder Woman Theme) · Hans Zimmer · Junkie XL
Batman v Superman: Dawn Of Justice (Original Motion Picture Soundtrack)
℗ 2016 Warner Bros. Entertainment Inc.
Writer: Hans Zimmer
Writer: Junkie XL
Auto-generated by YouTube.
Zimmer reuses a lot of his music
I just love that theme song
the Wonder Woman theme song is so badass
I'll check em out whensoever I get off work
.topic
1 year and 1 month
A year and a half
Started in python but I have fallen in love with rust
I stick around here to keep my python fresh
I come here to learn
and get help with whatever problems I'm having
which is also learning
and I come here to talk with like minded people 🥴.
that wasn't the case initially tho. I thought I could help people and ended up realising that I don't have a clue as to what people are talking about (which is why I don't step in #python-discussion or #internals-and-peps that much)
then decided to come here with my own problems 🤓
I'm pretty fluent in python I just wish it was more packageable
Not gonna make my friends install python to check out my code
off topic asf but can u guys vote for osbourn park in this contest were in the finals and i rly wanna win if u dont vote its cool but if u do much appreciated :) https://www.instagram.com/stories/hot995/2545168058063232155/
what
what
!rule 6
6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.
bruh
lol
!rule 1
1. Follow the Discord Community Guidelines and Terms Of Service.
!rule 2
2. Follow the Python Discord Code of Conduct.
!rule 3
!rule 4
4. This is an English-speaking server, so please speak English to the best of your ability.
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.
!rule 6
6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.
!rule 7
!rule 8
:x: Invalid rule indices: 8
!rules is a full list
The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.
okaie
!rules
The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.
man, slitherlink needs actually smart algorithms, the default prolog search is far too slow
may be in part due to no hashmaps, but eh
"a day at the zoo" lol it reminds me of the first youtube video 
The cat's been sniffing something
(not really, she just touched blooming willow branches)
lol
cat ❤️
more of a rabbit guy
- cats can be ungrateful
- can't scold them in any way
^ anything you do is seen as a positive reinforcement
unless ofcourse you smack them, throw them or even kick 'em
I have 2 cats about 1 year old
one of them squeaks
instead of meowing
the other one wakes u up to feed her
they’re sisters btw
weird
