#ot1-perplexing-regexing
1 messages · Page 622 of 1
Elephanto
Premium Wallpaper
rich people
the internet is great because you can be picky with who you hang out with, irl normies in my area can't go 3 min without saying a slur
Phone looking weird
Me who doesn't have any normal people around: 😐
unweirdify it
But yea, I found some really good friends only Totally not talking about Eevee and the others
lol
Thanks for giving the permission
that's why no friends for me
Hmm no comments
good boy
uh
🤣
I'll walk the dog, I'm good
I hate the theme ngl
I dont have a dog lol
Parents scared 🤷♂️
nice
O
oof
"I'll walk the dog" is a way of saying I'll be okay
This do be looking good ngl
My English sucks ngl
what even is this
I'll use more complicated words then
Reeeeeeeee okay
Wallpaper and Theme
I meant, what "is" the wallpaper
Damn my fonts tho
Colors
interesting
smh
Welp time to revert back to normal theme
,-,
Phew unwierdyfied it
I'll just spam cringe GIFs everytime now
Lmao the bunny do be cute
And get muted? Seems like a good plan!
I'll pass

okay
alright
Hie! I have a very off topic question:
void ft_draw_pixel(t_data *data, int x, int y, int color)
{
char *dst;
dst = data->addr + (y * data->line_length + x * (data->bits_per_pixel / 8));
*(unsigned int *)dst = color;
}```
I have this piece of C code in my file but how does it even workkkk?
This function is supposed to put a pixel on the screen but you see, it does not return anything nor even changes the parameters passed to it! WTH?
PS: I saw this code here: https://harm-smits.github.io/42docs/libs/minilibx/getting_started.html#:~:text=endian%3B } t_data%3B void-,my_mlx_pixel_put,-(t_data%20*data%2C%20int
@prisma geyserit calculates the pointer for dst from t_data *data, then writes the color to it
Ah okay! So it actually is changing something?
yup
But there is no pointer called dst in t_data
It is just declaring it in the code right?
indeed, that is a local variable
it creates a variable for a pointer, assigns it some address calculated form t_data
then writes to that address it just computed
some value near the data->addr pointer
Ye
yes sir
happy new identity
Magnus is almost invincible
I tho think alireza will take the crown soon
hes just too good
Firouzja is good and i like him too but magnus is just unfair to play against
He can and will draw the game as soon as he feels uncomfortable winning
In all his championship matches he only dropped 2 games
love Firouzja
i wouldn't think it's something to celebrate. correct me if i'm wrong
ik
Why? Splits may be traumatic but they also might be needed for personal development or for functioning properly
I'd actually love a split. Maybe not a full split. I functioned some time a few years back as median system (basically something not fully single but not split either). I hate the mess my mind is now...
If we compare singlets to single process with single thread.
Then median system/median is basically as if you have multiple threads in one process.
Plural system/multiple is multiple processes.
(Median is basically "I have multiple though processes, slightly independent, but they are still inherently part of me, just different sides of me". Personas in median systems are usually called facets because of that.)
I'm in this between singlet and median state right now and it's confusing af. .-.
yeah, understood. my concern was the idea of celebrating the root source for a split in the first place
Celebrating new persona vs celebrating source of split. They don't have to be the same thing. If the split already happened, it's better to accept the new alter than to fight it.
couldn't agree more
nepo kinda had some chances in the first 4-5 games
I was hoping for him to win to make the championship kinda interesting
but magnus did magnus things
yes agreed. i have no personal experience or stake in the matter, but my heart kind of breaks at the thought of the suffering that someone must be going thru
so regardless of whatever that person meant, I think there's risk of it being misconstrued in a way that dismisses said suffering
I kinda accidentally got into plural community when I was looking for mastodon servers XD the time I was median I didn't even know this existed. We did it as a different concept back then, but basically fitting the median concept
they needed? 
Splits might be needed for functioning properly, yes. Splits may happen as response to something traumatic but it's a kind of defense mechanism. It's not like it happens because your mind goes "let's do this"
ok i mean that they kinda happen but i believe there's other ways to do coping 
You can't control subconscious. It's not like you do "let's split" consciously to cope. It just happens
So it's hard to call that a coping mechanism
More like automatic trauma response
mmmm
While coping mechanism is what you do yourself to cope with emotions/feelings
is this code going to work with youtube links?
video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
THIS IS HTML!
how many relationships were u in @eternal wing >:(
Just the one haha
either you're trying to scrub the one from your memory, or you're saying that what we have isn't special.
Smh fisher might give up on you but I never will
Wait I didn't mean it like... that
Chily's never gonna give you up
never gonna let you down
god I hate that song
i dont hate the song, but sometimes it is over referenced
Damn
@latent scaffold @broken dew I saw a great linguistics meme about that song earlier
it's funny because everyone knows the rules of their native languages even if they can't enumerate what they are.
I've seen in the comments of a video about adjectival order that some people find it easier to order adjectives without knowing the order explicitly
I don't think it's against the rules, but here: https://youtu.be/mTm1tJYr5_M
http://tomscott.com - @tomscott - The order of adjectives is one of those wonderful linguistic things that no-one really notices until it's pointed out to them.
Filmed at YouTube Space, London, and directed by Matt Gray (http://mattg.co.uk - @unnamedculprit)
To be honest nobody knows the real rules of French 
Interestingly enough we speak English in the headspace
the Académie Francais have what they think the "real rules" of French are, but until they develop mind control capabilities, they're just meaningless pronouncements.
lol
(just to cover my bases, I recognize that their pronouncements are meaningful to the extent that they influence how French is formally taught or what goes into style guides, but they can't control what French-speaking people say and understand in their actual lives.)
banned
blue ice is rubbish
fishy
Guys how can I send mails using smtplib or pywhatkit
only aboo can use "Lies". otherwise, ban!
I tried but t doesn't work for me
With di i have to do to send emails
Can som1 please tell me
Thanks
alr
The Red Ape Family | S01 E01
Director & Co-founder: Hashem Zaini (https://twitter.com/Wizard_reborn)
Executive Producer & Co-founder: TheBlessedSon (https://twitter.com/theblessedson17)
It’s 2130. Humans fucked up, and a family of Bored Apes have had enough.
Our heroes are leaving Earth to start a new life on Mars. But all is not as it...
wdm
@coral void
So I benchmarked the inbuilt sort (as well as sorted) and an insertion sort for a nearly sorted list
As we were discussing
And in some cases upto 3 times faster
the inbuilt sort is much faster
I checked with 50 elements too, as that is the most for my use case but yeah I can check for higher
The inbuilt sort is incredibly fast
\🤯
Why not compare with something better
Quicksort or mergesort
Or having a monkey type numbers into a pc until the numbers are sorted
anyone remembers joe's old pfp ?
hi, are there any drawing softwares that are free and offer to transform artwork to svg, if there is none im going to make my own because that is going to be fun
pong me when respond, tysm
Inkscape is specifically vector art and has some basic "convert to vectors" feature
i just googled,that is a cool software
thanks a lot
going to play with it for some time
Gimp?
gj
nice
I had the worst dream of my entire life
Dream was so nasty that I had to put mouthwash in my mouth 10 times in the dream
anyways, what's popping?
lol
bruh, I was in ot1 this whole time
lol
yoh, not sure if this is allowed but may as well try. my pm is open in case anyone would like to try being RL friends. currently employeed as soft dev w/o title doing NLU stuff. i'm pretty sure someone someone may be in the same spot after uni and school, without any worthwhile friends.
anyone here good at haskell I've got a problem i cant solve
just ask the question
Is the question coming? Kinda curious
yes, you can use modmail to communicate with the whole moderation team. unless i'm misunderstanding your question ?
If you want to talk to a moderator you should message modmail
if you want to talk to them as a server member, you should message them
Uh did we forget about ot0?
no
bruh
am i allowed to talk about makeup and purses, hair products shoes and stuff? 
seemed appropriate for offtopic but oh well
don't start here please. give us a few minutes
Im trying to create a haskell function that creates a flat pattern depending on two values one specifies the height of the flag and the other how many flags get repeated
the flag is basically just a text based flag with asterix
like
*-
* -
* -
*. -
*. -```
etc
so if anyone could help me start it id appreciate it
If staff vote to make a computer vision channel I humbly request to name it #pillow-talk
i don't see it happening, tbh. it's such a niche topic
although, that is a great name
Yeah, I asked about it over a year ago in community-meta. There just aren't enough questions about the topic to warrant a new channel.
but yeah, fun name
hmmm this otn feels romantic
this ot didn't age well 😳
akarys is my mod and im proud of it!
Song list:
ORIGINAL GAME
0:01 - Space Cruise (Title Theme)
3:57 - Milky Way (Explore)
6:33 - Milky Way (Battle)
9:13 - Civil (Explore)
11:53 - Civil (Battle)
14:32 - Cosmos (Explore)
18:53 - Cosmos (Battle)
23:13 - Deepspace (Explore)
26:21 - Deepspace (Battle)
29:27 - Debris (Explore)
32:19 - Debris (Battle)
35:11 - Mantis (Explore)
38:12 - Man...
getting the coding mood
The soundtrack to the award-winning 2001 PC strategy game Sid Meier's Civilization III plus its expansions, Play the World and Conquests, ripped straight from the game's files. I do not own the music and images shown here, I simply put them into one video.
Composed by Mark Cromer.
TRACK LIST :-
Civilization III:
*Menu1 0:00 - 1:54
*AncECfull 1...
Ot renamed?
Have you listened to pep8 though?
ive drank it all
I love that civ song with the African singers. At least I think its African
Abuwetttooo wetttooo wettoooo saaawet
And also FTL's sound track
!otn a pillow-talk
:ok_hand: Added pillow-talk to the names list.
Whichever off-topic channel gets that name will be the computer vision channel on the day that it happens, and now we have fulfilled your request. You are welcome 
lmao
i miss the old uncomfy, straight from the go uncomfy
chop up the soul uncomfy, set on his goals uncomfy
i don't know if i should give too many freedom to the users
but yet, no one uses my unfinished software thing
i'm struggling with this menu thing, i don't know should i let users adding stuff they want to the menu
then i need to store stuff to database or smth
might be heavily bloated
bruh
lmfao
@mossy mango it's actually very manageable if you pick the right editor
Hey anyone know of a Python-like language for the JVM that runs decently fast?
Like, the same speed as Java itself at least
Yeah Jython isn't viable for me sadly, if i wanna use Python on the JVM it'd have to be python 3.6+ mainly for comfort
F that's fair enough
Use java
I don't like the syntax, I've learnt the language and am fairly confident at it, but it makes me feel tired in a way that just reaches my bones-
Java and kotlin are closer to python than scala or clojure
Fair enough then, thanks anyway guys, guess I'll learn Kotlin later
@agile summit what's your personal plan for pytest-sugar, the library that I shall now treat as deprecated?
I've got zero plans for it because it failed the pep 451
i meant like, maintaining a fork or something
Project to be claimed pytest-sugar: https://pypi.org/project/pytest-sugar Your PyPI username Thomas.Grainger: https://pypi.org/user/Thomas.Grainger Reasons for the request It's a popular pr...
pytest-aspartame?
?
I just got a push notification saying that I can get another push notification to let me know if I'm ever covid exposed
and tbh I want to get infected just to own the libs.
what libraries are we owning?
all of them
if libs came from libraries then why do we still have libraries?
I find it funny that the day I get diagnosed with COVID, I get a notification on my phone for the same thing
some "NM Notify" app
I can't tell if you've called Stelercus a grandma or...
Py-Cer-eal-Ob-ject
Ste-ler-cus
grand-mas
glass-es
hey
in the server video razorface is the bad dude right

yeah. he likes to call people noobs to make himself feel better

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
🔨
just telling the truth to them
haha
JustARandomDude is a noob and should lern Python lol
I agree
I have sapoters alr
I dont need to make myself "feel better"
do you know my skill level with this programming language?
!e
print ("Hello World!")
@rough sapphire :white_check_mark: Your eval job has completed with return code 0.
Hello World!
see?
flawless.
I can do the most difficult program in python history.
Just.Like.That.
now write a program that can tell you if any given program will finish
I cannot host the power of the great razorface for a long span of time , sorry
: )
razorface can solve the halting problem??? o_o
Lord razorface can do anything
I can only host the power of great razorface
no
I am not razorface anymore
his power has left me for now
By the way @frozen crane is razorface A he or a she or a they
I dunno, watch the video and listen for pronouns
Ah
"in order to make himself feel better"
this line is a lie but I guesss razor face is a he
is this razorface like a cult thing?
You dont know lord razorface?
What is Python Discord?
We're a large Discord community focused around the Python programming language. We believe anyone can learn to code, and are very dedicated to helping novice developers take their first steps into the world of programming. We also attract a lot of expert developers who are seeking friendships, collaborators, and who wish...
OHH MY GOD I KNEW I RECOGNIZED THEM
noob.
now ban me 😔
if u dont ban me i ban u :3
?
what is this?
I was spitballing a fork name
ahh
hm, doesn't that sound familiar
no, it doesn't
the halting problem is an entirely new concept, wym
for a subset of programs you can determine that
but not for any program
an arbitrary program
yeah
that means that out of all possible programs, you can tell if some of them will halt, but not for any of them
in other words, there exists such a program where you can't determine whether it will halt
I need advice
so basically
i was learning, and decided to make an api
now, i'm making the api public, so should i just put in on my own website, api.dhravya.me or make another website using one of those free domain websites
if you own a domain, I would put it there
alright....................
also
do i just name it to my own name (Spacedoggo api or smhting)
or make another name
im terrible at this
name the API according to what data it provides
I don't really want to limit it by naming it only qr api or something, because I do plan to add stuff like OCR, emotion detection, etc.
a simple one is given itself, determine whether it halts. If it does, never halt, if it doesn't halt, halt
could just do image-utils-api or sth
mhmhmhm yes
or you could go the fun way and name it something random and funny kinda like github does with new repos
ah yes, the Overeager Bobcat
is that how go got its name
github proposed something like Conservative Gopher and Rob Pike goes "Hmmmmmmmmmm yes"
exquisite-broccoli
gentlemanly-octopus
i love this feature
i wish there was a way to cycle through names without having to refresh the page
I love how we moved from UUID to sequences of words
gh mascot in a nutshell
gentlemanly-octopus
if i want to write a function which basically returns 0.2 for 1, 0.3 for 2 and 0.5 for 3 or whatever, how would i mathematically write it?
wdym or whatever, whats the relationship between these values
that's all. like basically from X to R(real number system.) i took X as {1,2,3}
like
1 => 0.2
2 => 0.3
3 => 0.5
i want to somehow show this mathematically, in a report.
yea but how do you get to 0.2 from 1
is it just a mapping
are there transformations involved
yeah, we can consider this as just a mapping.
@rough sapphire
should that be valid tho? like I'm confused.
why would it be invalid?
well I mean it is a mapping. but i mean, does that introduce a function?
a function is defined as an image, generally to the set of reals
image is not the english word
regardless, mathematically, it is just a set
yeah that's what i thought, and i mean i need to write it in a report, so it kinda needs to be, more mathematical.
a piecewise function is perfectly mathematical
yeah I'm just doing it.
$\signal$ on $\mathfrak{P}$.
i.e. $\signal$ =\[ \begin{cases}
0.2 & 1\\
0.3 & 2 \\
0.5 & 3
\end{cases}
\]
uhm why can't i put these in $$
@graceful basin
sweet lord nvm
$\signal(x) = \begin{cases}
0.2 & x=1\\
0.3 & x=2\\
0.5 & x=3
\end{cases}
$
done! thanks lakm!!
I do
lakmactiol
lacticmiol
yes. source: i installed pyenv 1 day ago on my mac
but i'm new to python on macos in general
so i just took my cues from everyone else
when i saw that function my brain was like f(x) = P(x)/10 where P(x) is the xth number prime
@gritty zinc since you helped me with that linalg problem last time i decided to reward you with a cool linalg problem i was given ! (that i solved 🎉)
also, you introduced me to the 🥴 emote and for that i thank you
it will be my most used emote within a week 🥴
hmm, interesting
Nice
I wish I remembered more from linear algebra
it's such a fun class
One of my fav classes
Even though I understood some stuff like a week after the test XD but it just clicked into place
I like those eureka moments. My brain just goes "wait, I get it now"
Wouldn't be a night that ends with "y" if I didn't make at least one git commit -m "fixed speling" 
Wait a second, Christmas is in 10 days
15
Hey there! I need some help if possible:
I have a C program that has an executable called client.c which takes a string and sends it to a server:
#include "minitalk.h"
static void char_to_bin(char chr, int server_pid)
{
int i;
i = 0;
if (chr < 0)
return ;
while (i < 8)
{
if (chr % 2 == 1)
kill(server_pid, SIGUSR1);
else if (chr % 2 == 0)
kill(server_pid, SIGUSR2);
chr /= 2;
usleep(100);
i++;
}
}
void send_str(char *str, int server_pid)
{
int i;
i = -1;
while (str[++i])
char_to_bin(str[i], server_pid);
char_to_bin(0, server_pid);
}
int main(int argc, char **argv)
{
int server_pid;
if (argc == 3)
{
server_pid = ft_atoi(argv[1]);
if (!server_pid)
{
put_str_in_color(TEXT_COLOR_RED, "ERROR: invalid PID\n");
return (EXIT_FAILURE);
}
send_str(argv[2], server_pid);
return (EXIT_SUCCESS);
}
put_str_in_color(TEXT_COLOR_RED, "WRONG ARGUMENT\n");
put_str_in_color(TEXT_COLOR_RED, "Usage: ./client [server pid] ");
put_str_in_color(TEXT_COLOR_RED, "\"text to send\"\n");
return (EXIT_FAILURE);
}```
However, I don't quite understand how it sends the string to the server
I know it converts every char of the string to binary and sends it to the server but can anyone please explain me in brief that how is it converting? 🙃
PS: I run the executable like this:
./client PID MessageToSend
that's assembly code
so on Discord it'd be asm
or wait...
maybe it's just s
okay wait what on Earth is it
!raw 920658383898570772
You are not allowed to use that command here. Please use the #bot-commands channel instead.
oh hey, that works
please dont spam or do anything otherwise annoying just to get banned
you can always just leave the server
bruh, thats a classroom link
Can anyone open https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/?
I get this:
Error code: MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING
The web page?
oh wait, it works now
I've been getting TLS errors for a while
giggles
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
Hey guys what's 9//4 in python?
!e print(9//4)
@wraith hound :white_check_mark: Your eval job has completed with return code 0.
2
Thanks
// is floor division, so it does the division and rounds down to an integer
so since 9/4 is 2.25, it rounds that down to 2
So i want to do the star thing in latex in which you like put a star on a sentence and at the end of page you write explanation.
anyone knows how to do it?
a footnote?
wait it was that simple??
is there a * earlier in the text?
fnsymbol apparently
can't i just put * directly
compare just typing the asterisk versus using the latex ... i would think the footnote styling is a bit different
yay!!!
yeah thanks. this makes more sense. the intuition at the bottom gives more cleanliness at the top!!
oh colab gives that.!
anyways thanks a lot :D
lol no problem, i just knew the word you were looking for
indeed, now i know more about TeX!
helllo?????
hello
henlo
nice. now that i think about it, i guess i should learn how to write tex again and rewrite my paper lol
what are u working on 👀
Oh that is not mine.
That's mine. I'm writing a report for rps.
yeb
hey
how can i remove this shot
so @tepid bloom give us some more detail
like how did you get the file? did windows defender say anything? whats the file messing up?
i got avira app and it connected to yandex i dont know how then the python out of nowhere doesnt start
Does the antivirus think Python is a virus?
what
Some kind of same issue happened with mee
yeb look he got the same like me
Doesn't start how? It instantly crashed? Shows a security warning? Blocks access to file? Something els?
In my desktop a file is shown but when I try to delete it, it always says me that the file doesn't exist in the location
it apears like this
wait a sec
Happened to me too. Thats not a bug¹. Refresh your desktop; somehow it didnt automatically refresh when you deleted/moved it the first time.
¹Its the settings.
I am unable to remove it from there so is there any way to fix this?
I want to remove that file
I mean the folder is just annoying
Even after deleting I don't get deleted
But why
Window sucks
That file/folder isnt there anymore. Refresh your desktop, and it should get updated.
It never gets updated
I tried it many times
The file don't exist but the folder always shows up
Is it some sort of bug or something else?
among
Funny
Get the year?
true raise TypeError would do
i really wanna do that but idk how :(
@onyx mist :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 4, in <module>
003 | __main__.MyError: 1
thinking
ill do MissingRequiredArgument as a custom error
wanna work on this as a replit?
you know that?
replit?
it's basically like an online ide
which also supports multiple people coding
Errr
prob cus your on phone
Nahhh
I code on a computer
Replit isn’t good enough
Use PyCharm code together
i don't use pycharm
Or whatever it’s called
i use vsc
I think Google Colab does, but it’s not really an IDE
VSCode, emacs, the upcoming jetbrains Fleet support this afaik
wait vscode supports collaboration?
Indirectly
Also existing JB IDEs
Fleet and the Jetbrains IDEs have stuff built-in, the others require 3rd party extensions
worth noting that you'll likely not get access to Fleet for a long while
well, could be pog
I hope to heck that it's free
or at least on the student license
I've got only a year left to abuse it
or maybe I can squeeze in another
me as well, but how will they ever plan to compete with VSCode D:
the apple way, just get a cult following ez
VS too afaik
I don't think they need to compete with vscode
IMO their IDEs are strong enough to be competitive as paid applications, and Fleet will definitely find a large enough audience without going free
:( i really really really want fleet to be free so that i can atleast try it out
did they decide pricing model for fleet yet?
Not sure if any of the early testers got access yet, but they don't have a pricing plan or even an alleged release date yet
some have, yes. I've seen some Tweets
usually old professional guys tho
the type you quote on your website
and the one's with profile pictures that look like they should be on real estate billboards
that's to be expected
most if not all early copies will be given to experienced and influential devs
hi guys
wassup
lets go 18 streak kahoot
the last time I was on Kahoot was during a driver's ed class
after the kahoot game
which I won
:^^^
I got every single answer correct
it was neck and neck for me and some guy
same rn
he missed 1 eventually, though >:)
im in a kahoot rn im concnetrating
I always win the damn Kahoots
good ego boost, I guess
I always have my username as "Dang it, Mikel"
so it says stuff like "Dang it, Mikel is in 1st place"
lmao
lol
I just got my report card and all my teachers told me I can work harder even tho I have an A in every class besides one...
grats on the good grades 👍
grab the champagne
Smh encouraging underaged drinking
maybe in a few years smh giving alcohol to minors
I'm going to have to report you to mod mail now, sorry.
😔
minor consumption of alcohol tbh is messed up
yeah, major consumption of alcohol is where its at
Champagne is terrible either way
indeed
champagne feels weird
i didn't like drinking it
Its a well known fact that alcohol tastes bad when you are underaged, as a preventative measure against underaged drinking ||\s||
yes
good
If it still tastes bad maybe you have alcohol from a region with an older drinking age
yeah imported alcohol might have a timezone mismatch as well
there was a proposal to produce all alcohol in utc, but yes
16 lol
let's be real every other drinking age is hypocritical
cue Epstein moment
hypocritical how?
i understand the arguments for it being 16, but how is that hypocritical
i mean every other age
how are they hypocritical
very many reasons
such as
i don't feel like discussing about this didn't expect it to be a thing that would happen
just make alcohol illegal, smh
||I'm only half joking, it's insane how normalized this drug is, to the point it's not something people think of when you say "drug" - either permit recreational drugs in general, or ban alcohol, treating it as somehow special is dumb.||
🤔
i mean, you have a habit of dropping unsupported claims, eventually someone's gonna take you up on one
often highly controversial claims, i might add
whose support do i need then dad

I'm confused where is the approved takes office

sometimes when someone asks you to back up your opinion, they, you know, actually want to hear your opinion
rather than are saying it to silence you
i like to think i can go to the supported approved takes office instead so i don't need to have a conflicting discussion when i just wanted to drop a meme comment
😩
can go to what
the office where they approve your takes
or i can just be a sigma and refuse to elaborate 😩
what
Hm
Any higher than other 'adult' ages (usually 18) is bad. Like most of the US has it at 21 - you can enlist to military and die, but you cannot drink alcohol.
It's 18 where I am and it seems pretty good, tbh. Teens will get their hands on alcohol anyway, one way or another, but as they cannot buy it by themselves, the amount they consume and the frequency of drinking is limited. 16 feels okay with other restrictions in place (like only to some %, I think Germany has it?). But 18 seems pretty good if we understand that no matter the age, people younger than it will somehow try alcohol anyway (to think: if we lower legal drinking age, won't that also lower first drink average? because there will always be young people who want to feel more "mature" or try something illegal for their age)
It's almost 3am for me and I'm tipsy. Company Christmas party was good :D I'm waiting at the hotel for my roommie to leave the bathroom
i wonder if it's because of how widespread the culture behind alcohol is. pretty much every civilization seems to have a tradition of making alcohol
At some point of history, drinking alcohol was basically the safest thing to drink
"We drink this poison because it kills other things." 🤘
Or rather... During the fermentation, other stuff died
and kept other things from growing
Nicky you're polish right? Is Wigilia supposed to be celebrated on Christmas Eve or Christmas Day
"We drink the corpses of our enemies."
You drink their corpse 👀
Bacteria.
Viruses.
Glug glug. Good times. People do it for parties.
Alcohol is metal like that.
Yeasts...
yeah like in Michigan back in the old age of today
oh wait a minute
either way i like the cope of ppl that supposedly aren't allowed to drink alcohol when you ask them about vinegar lol
or cooking with wine/beer
dang white wine makes everything taste good
accoorat
@surreal rover dropping poems calling yourself and others idiots isn't productive or on topic for the channel. please study our #rules and #code-of-conduct
Wigilia literally means "eve". :) Evening 24th, traditionally when first star appears.
Then if you're religious, after the dinner you get to church for midnight mass. Because it's Christmas and Jesus is born.
Even though traditionally we celebrate on 24th, it's not formally a holiday (not formally a day off work)
it's such a good movie
I don't get the roundhay garden scene thing
My PayPal: https://www.paypal.me/oldfilmsandstuff
The first true film, shot on a 60mm movie camera by Louis Le Prince around 1888. I've added in a couple of extra surviving frames to give an idea of how the footage would have originally looked.
what is that?
Come on man
Yes, precisely.
you think I'm young because I don't know something recorded in 1888? 😄
Yes, precisely.
okay then, think that
Yes, precisely.
does anyone has a ruby extention for vsc
Nice username
Thank you
lmao
btw turns out that pfsense resets interface assignments if an interface goes down
last hour moving cables around, goodbye 100+ day uptime
it still refuses to disobey me
@onyx mist
i doubt that's right
no, that's obeying :P
enjoy
bruh
😳
just felt like i needed to share
wait dennis, how'd your things go 👀
97% by EA wow
i only have one more app to submit
did you ea or ed anywhere 👀
yeaaah, but was not accepted unfortunately
i wasn't expecting to be accepted anyway though
same 🎉
carnegie mellon university for computer science
😳 ||same||
lmaoo, actually?
ya
let's gooo
hell yeah
tizzy is right
how you have so good of tag without nitro
bruteforce
you have 1/9999 chance to get that
same as any other tag
maybe that is just luck
trying 10000 time should have that
@fringe quarry unmute me

Tf is that supposed to mean unmute me I did nothing wrong

:incoming_envelope: :ok_hand: applied mute to @river burrow until <t:1639896352:f> (9 minutes and 58 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
!tempban 707025288416067685 2w this is not the place where you settle off-server drama. do not spam-ping members to harass them
:incoming_envelope: :ok_hand: applied ban to @river burrow until <t:1641105429:f> (13 days and 23 hours).
hsp going stonks
there is, @royal lake had a choice of rules to enforce in this case
damn
is this chat considered dead
thanks
<@&831776746206265384> funny token grabber
(I think I was supposed to ping moderators)
I open up this channel and this is what I see. Thank you.
Handled, thanks 👍
I'm having a small issue with latex and beamer.
I have to add a citation but its going out of page.
here is the relevant code.
\caption{Example of coarser relationship\footfullcite{ACL}}
please let me know if anyone can help. I'm looking to making font smaller or something
that’s a secret :)
bruh
dlsclaimer: I use, contribute to, and endorse disnake which I started doing before I completed my investigation
pycord has done some questionable things, but discord-interactions is no better
nextcord is somewhat just... inactive, at this point
The main concern here is why I endorse never using pycord, but in conclusion, I have established that pycord's existence is somewhat beneficial to disnake
What's happened with pycord?
Can confirm. Nextcord's help section has been dwindling in activity and slowly ticking up in toxicity over the past few months
First off, there was a pypa name request, which was pycord (known as py-cord on pypi) requesting the pypi pycord name.
As pep 541 defines how to request a name, they tried requesting, but pep 541 stresses 1000 times over, if the author is reachable, it will not be done. TLDR the request was made after the author was reached, and said no. long form: pypa/pypi-support#1438
I heard about that in #dev-contrib
Features
Second off, the code structure of pycord leaves something to be desired. There's discord.Client, discord.Bot, discord.ext.commands.Bot...
Interactions are only usable on discord.Bot and subclasses, and not Client so aaaaaaaa
Additionally, they do not have many new features, they still barely support slash commands, if at all.
CORRECTION: see #ot1-perplexing-regexing message
general maintainer feeling
👀 if the moderators/developers of the library don't like it...
brb trying to find a link
this comment is by a pycord maintainer https://github.com/discord/discord-api-docs/pull/4251#issuecomment-997063511 ;-;
there's a nice mess by them left on that pull
Extremely rude and unhelpful responses with someone who could have benefited from teaching
Usability
To give pycord a fair shake, I once tried to use it, but when reading the documentation to find out how to use it, that's when I came across discord.Bot and the multiple classes, of which I gave up trying to use it
.bm gonna read the rest of this later, I'm invested in the story now 😂
I believe that pycord is not a good library to use, for the aforementioned reasons, but I do not fault anyone for using it, even after presented with this information.
For starters, part of the reason pycord is so big is it was created the night of the archive. Additionally, the creator is a youtuber, who makes discord.py tutorial videos. So by making a library, and videos about it, more people will use theirs. It doesn't help that they already have a 5000 member server for their channel, and now have one for pycord, too (which discord has partnered!)
This ends up resulting in the majority of pycord users being beginners, which may have used a different library if not for the pull of pycord
I should write a gist
The currently top forks are disnake and pycord, although disnake has more features developed, more people use pycord. There's also nextcord, but that mostly fallen out.
wow
Now, I haven't looked more into this, but I believe that pycord's existence is good for the discord.py ecosystem.
This was true to me as of a few days ago, may not be super true after I look into this again
Even though I don't like the fork that much, pycord seems to be providing a net-benefit for disnake. Its not super common for disnake to need to provide help, and the people needing help are not typically python beginners. (I hope this will eventually change)
Additionally, the issue tracker for disnake is not really people needing help, as they use the server when needed. This is not true for pycord, which has a fairly active help channel and general chat.
This loops back to where pycord gets their users-- tutorial youtube videos. Most people, after using python for a while, don't seem to be using youtube for learning, seems like mostly only beginners use youtube tutorial videos.
As pycord is drawing in the majority of the beginner crowd, that allows other forks to get more features now, while pycord does not. In fact, pycord development is slow, they still have not implemented many features.
TLDR: pycord users are made up of mostly beginners, which tend to not be using other forks. This lets the maintainers and contributors of other forks able to focus on adding features to the library.
IN SUMMARY:
pycord has an odd structure, nor does it implement slash commands. Few changes made since discord.py.
Maintainers who go against the community guidelines of the platforms they use (pypi request, comments above)
youtube following to get their users
very slow development
@sterile grail
I've dug way too far into these
I like how far you dug into it tho
Learned a lot
I must say when using pycord, discord.Bot confused me
resource dump:
Note: not all forks are listed in all sections as some were too small or inactive to continue investigating
pulses
https://github.com/DisnakeDev/disnake/pulse/monthly
https://github.com/nextcord/nextcord/pulse/monthly
https://github.com/Voxel-Fox-Ltd/Novus/pulse/monthly
https://github.com/Pycord-Development/pycord/pulse/monthly
comparisions to the last discord.py commit
These were taken from a few days ago
https://github.com/iDevision/enhanced-discord.py/compare/45d498c1b76deaf3b394d17ccf56112fa691d160...2c7d3c0f89d781fd420db291d0938c2e9422fea6
https://github.com/DisnakeDev/disnake/compare/45d498c1b76deaf3b394d17ccf56112fa691d160...a18f8ebf10210a5bd65fd27e693a48cfb214da15
https://github.com/Pycord-development/pycord/compare/45d498c1b76deaf3b394d17ccf56112fa691d160...d4f5576680a5632573c0af2078f934143fc87121
https://github.com/nextcord/nextcord/compare/45d498c1b76deaf3b394d17ccf56112fa691d160...a49e834f374861328be230a947172ad5f65344c2
pycord founder youtube channel
https://www.youtube.com/c/CodeWithSwastik/videos
Documentation what's new:
disnake: https://docs.disnake.dev/en/latest/whats_new.html
nextcord: https://nextcord.readthedocs.io/en/latest/whats_new.html
novus: https://novus.readthedocs.io/en/latest/whats_new.html
py-cord: https://docs.pycord.dev/en/master/whats_new.html
How big did the embeds get lol
before you had to remove them
I wrapped every link above with <> lol
so I don't know
...I'll go make that gist now
Ah
yeah, I took one look and that and didn't want to figure out that mess
is this what you and bast were discussing that day 👀
I've uh, explained this to more than just them lol
CORRECTION: pycord has had slash commands since august, they do not have autocomplete.
Because they have not updated their changelog, I did not dig deep enough to see this. 🥲 https://docs.pycord.dev/en/master/whats_new.html
I've since rechecked their github, and will attempt to make a few slash commnads with pycord to be more fair.
aight its still very much a draft but i did gist what I did above
link
dm
Stop
Moderatelygeek is a nice name. It also has an 'o' like godly wants!!
'o's look like....
I’m making a simple game in scratch but I’m not having my creative juices running in lore/graphic design
It’s basically a survival game where you have to dodge attacks with a shield you’re given
I don’t know what scenario it’s suitable for
Any ideas?
Fantasy, Sci-Fi are the big, obvious genres, but I'm sure there would be some abstract ones... Rap Battle?
Within Fantasy you (kinda) have Historical like Eastern, Medieval (Arthurian), Viking...
Sci-Fi has Space Opera (e.g. Flash Gordon), Cyberpunk, ... Tron.
I reckon we're getting into a Cold War Revival, so games like Twilight Struggle are gonna get some interest. You could make the shield to be like an intelligence network and use some of the cards from Twilight Struggle to inspire attacks.
Bugs could be cool. Not sure who the final boss would be out of Stag Beetle, Dragonfly or Praying Mantis.
Maybe depends on where your shield carapace is.
@sterile grail so I'm looking back into pycord, and well...
its even more confusing. discord.Permission and discord.Permissions are both objects.
huh, so one's just plural and the other isn't?
nope
singular one is for application commands, plural one is for role permissions and such
i wish 🥲
whatt
your summary is amazing
👀
yknow
I might as well just leave this here: https://pycord.dev/
god I hate that site so much
If I need info, I'm not waiting 20s to see it
some people might feel differently, but I hate it
I could write a whole gist on why I don't like pycord and why you shouldn't use it, OR, I could link the website ;-;
lol particles.js
the website apparently makes 99% of my case for me
also the mouse doesn't even show unless it's not showing
it's a custom one
it's a little #_ t thing
I hate it so much
yeah
vco made the disnake website, and I thought that was bad on mobile initially 😂
A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.
I mean
All the text shows up in minus two seconds
so I'm fine with that
But I'm not waiting a half-minute for pycord
oh yikes
but in comparsion, its fine
it's a nice website though
and I mean, not many people are going to be browsing docs/code on their phones
lol I thought this was gonna say like "A modern, easy-to-use, feature-rich method of installing disnake"
lol
I mean.... it is 🤷♂️
smh
huh
that's been there since dpy
It's not semantic versioning since discord themselves update the api often, so what may have worked on one version one day might not work the very next day, so a patch release may be used to fix that.
Oh thank you!
Sorry for the late response
I asked my friend a couple hours ago and she recommended a WW1 survival game slightly based on fiction
I just hope I have the capacity to code it haha
this is for java, can i ask why my code gives an error
import java.util.Arrays;
class Main {
public static void main(String[] args) {
public static int[] reverse(int[] A) {
int len = A.length;
int[]store = new int[len];
for (int i = len - 1; i >= 0; i--) {
store[len - 1 - i] = A[i];
}
return store;
}
int[] x = {1, 2, 3};
System.out.println(reverse(x));
}
}```
```<source>:4: error: illegal start of expression
public static int[] reverse(int[] A) {
^
<source>:13: error: <identifier> expected
System.out.println(reverse(x));
^
<source>:13: error: <identifier> expected
System```
move the declaration of the reverse function outside main
class Main {
public static void main(String[] args) {
...
}
public static int[] reverse(int[] A) {
...
}
}
Java 😔
i just need 2 more non misses
😩
i want full combo 
anyone else here playing phigros
omg I never even noticed
Got to intervene here, pycord does implement all application command types and had a lot of changes since dpy (as you could check the repo)
Going to be replaced soon, under work
^
Pycord does have autocomplete, along with every other application command field
The changelog part is true, we'll be doing that soon
Yes, sounds very credible to me
the typo
oh
@rough sapphire In linux those package managers are a way to install things from the command line / terminal interface
ohh
and others
What do you mean others
this---> curl ;-;
Curl is the same thing, but I think it works for Windows / PowerShell as well
Or Mac, I don't really remember
But I use apt all the time for Ubuntu linux / WSL
and one moreee!! difference btwn- Cmd and powershell
yea what that
Different ways to interact with the Windows OS, and they have different commands. Essentially they are different applications that can both handle "command line" controls
apt is a package manager
.wiki $pkg
Church of God Preparing for the Kingdom of God
The Church of God, Preparing for the Kingdom of God (COG-PKG) is an apocalypticist splinter sect of the Worldwide Church of God (WCG) that claims to provide
OpenPKG
OpenPKG is an open source package management system for Unix. It is based on the well known RPM-system and allows easy and unified installation of packages
pkg is also a package manager
oh but they are kinda same :/
There are some fine differences, but I don't use Power Shell enough to tell you exactly
hmm i see
you should always use powershell if you can
why
Windows Terminal has just been so nice to me recently, and using WSL2 on it has been 🤌 💯
XD
because cmd is a bad, ancient, shell
batch executes in O(n^2) for one egregious example
but isnt pwrshell and cmd same?? as both runs same cmd in same way no diff
no
.
they are entirely different programs
both shells, but that's where the similarities end
.
ok and
and what
WEAWN POWEWSHEWW
we what
oh they're deleted now
just a tad
canary broke
Its yalda night yay
@sinful mantle https://www.reddit.com/r/badcode/comments/rlif6p/found_copy_pasted_throughout_multiple_python/
how is this bad?
@mellow spire it's your otn!
Just wondering, but is there any way to compile gentoo linux in vs code? because Id feel a lot more comfortable doing so...
woah, i don't remember when was this even put lol
Heyo
heyo
ayo
Can any Rustacean here help me with some problems challenges that I'm facing trying to implement a compiler...
lies, i have plenty of baz's pics - explain that
cos i sent them to you
i have more baz pics 💀
What's the question?
rusty
rooty
I added function prototypes and lambda annotations to python. Trying to gauge how other people feel about it.
https://www.reddit.com/r/Python/comments/rmc6gk/lambda_annotations_and_function_prototypes/
@eager cliff
📌 Remember to:
1.
||• Ask your question, not if you can ask or if there's an expert who can help.||
2.
||• Show a code sample as text (rather than a screenshot) and the error message, if you got one.||
3.
||• Explain what you expect to happen and what actually happens.||
![]()
Is this also offensive or can I send this?
You could just copy and paste the help embed as a quote
ik, but its apparently offensive to use formats and idk, I just wanna use formats to make it look pretty
Remember to:
• Ask your Python question, not if you can ask or if there's an expert who can help.
• Show a code sample as text (rather than a screenshot) and the error message, if you got one.
• Explain what you expect to happen and what actually happens.
werent u the one complaining tho?
or who was it
if it was not u sry for the ping
i mean i did say it was unnecessary.
yeah, just copy paste what brad sent.
i see no reason to make it more complex.
true
I usually send it when someone posts in the channel like "hey I am looking for help" and then don't follow up with another message for a few minutes
@eager cliffbtw sorry about that from earlier, if you get more targeted messages please report them via modmail
haha no issue



