#ot1-perplexing-regexing
1 messages ยท Page 85 of 1
that's what i'm sayin!
mfs have no taste
I hear high fiber helps in longevity, there's tribes of people living til 100 and stuff like that
Cut it out anyway, its bad for the environment
My diet has 0 fiber
@pulsar heart probably lifestyle too wrt those tribes
You talking hunter gatherer tribes?
Nomad tribe life is actually super healthy and stressless
stressless?
I think there are stressors.
I think we're not in a place to appreciate them because we might as well live on a different planet.
Not really, they hunt food, eat it, and then just chill all day
Really?
They don't make clothes or tend to their livestock or build homes?
They don't rear their children?
No
what happens if they get an infection
So nomads just make babies and leave them?
๐
No, they make less babies
Which is why civilization was selected for
Settlers make more babies
No that's not true. There is a tribe in Amazon that I saw on xiomanyc's channel and dude went to a witch doctor with an eye infection. witch doctor said dude needed antibiotics
But there's no inherent advantage
so your idealized view of tribal life not assimilating bits of outside society is kind of misguided
Idk what you are talking about
There are nomads in Mongolia who sell their art on Insta
Makes sense
That's stressful
Yeah, coming from us civ normies
k
Nomads have at times destroyed civilizations
let me know when nomads get a nuke
Like I said, they weren't selected for due to less baby making
Otherwise nomadic life style would've developed high tech as well
Possibly
hypothetical schmypothetical
It's actually not hypothetical
They have indeed developed technology, but it was adapted to their set of problems
Like better bows and stuff like that
Piercing right through roman armor
Are you talking about the Zulu?
Zulu ?
sorry am misremembering
I don't recall all the details, but obviously they were tribes coming from the Russian planes
haha I played too much civ 5
Only way how they'd clash with the Romans
yeah and rumors of the lost Romans
But what tribes are you thinking of versus Romans? Like Germanic?
Uhm, no like the mongols
oh Holy Roman Empire
they had planes back then?
I have bookmarks.
I don't, just scattered stuff in the brain
But I have like thousands.
extra snow leopard of the day
Snep (snep) Snep (snep)
I've been sniffed
ok i like this rework so far
the more rules i add the more nervous i get
LEMON'S BEARD IS PEP8!!!
i can now say "python" can be rewritten as "ppajthoughkn" from ```
pp - appraisal
aj - aja
though - thought
kn - knight
what are you reworking
syllabifier for the advanced uwuifier
wtf is aja
uwuifier 2.0 syllabifier 2.0
no clue but it's pronounced "ay-aa"
ppajthoughkn
ppajthoughkn ฯ
Learn how to build a responsive timeline for your website in this quick tutorial using only HTML and CSS.
Get The Source Code From All Of My Videos:
https://www.buymeacoffee.com/webcode/posts
Project Dependencies:
Background image:
https://unsplash.com/photos/xXA2-Cp9yvo
Don't hesitate to ask for help if y...
trying to build this but can t use divs
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Opdrachten</title>
<link rel="mainpage" href="homepage.html">
<script src="website.js"></script>
<link rel="stylesheet" href="opdrachten.css">
</head>
<body>
<nav><a class="terugknop" href="homepage.html">Home</a></nav>
<article><h1>Tijdlijn</h1></article>
<details>
<summary>Opdrachten</summary><nav>
<ul class="disclosure_element">
<li class="listlijn"><a class="timeline" href="tijdlijnPF/1_opdracht_styleguides.pdf" target="_blank">1 Ontwerp van de site</a></li>
<li class="listlijn"><a class="timeline" href="tijdlijnPF/opdracht_2_onderbouwing_ontwerp.pdf" target="_blank">2 Onderbouwing ontwerp indivuduele website</a></li>
<li class="listlijn"><a class="timeline" href="tijdlijnPF/opdracht_4_gannt_chart.xlsx" target="_blank"> 4 Gannt-chart</a></li>
<li class="listlijn"><a class="timeline" href="tijdlijnPF/opdracht_5_plan_van_aanpak.pdf" target="_blank">5 Plan van aanpak</a></li>
<li class="listlijn"><a class="timeline" href="tijdlijnPF/Opdracht_6_brainstormdocument.pdf" target="_blank">6 Brainstormdocument</a></li>
<li class="listlijn"><a class="timeline" href="tijdlijnPF/opdracht_7_vergaderdocumentatie.pdf" target="_blank">7 vergaderdocumentatie</a></li>
<li class="listlijn"><a class="timeline" href="tijdlijnPF/opdracht_8_proffesionele_email.pdf" target="_blank">8 proffesionele email</a></li>
<li class="listlijn"><a class="timeline" href="tijdlijnPF/opdracht_9_feedbackdocument.pdf" target="_blank">9 feedback document</a></li>
<li class="listlijn"><a class="timeline" href="tijdlijnPF/opdracht_12_individueel_gesprek.pdf" target="_blank">12 individueel gesprek</a></li>
</ul></nav>
</details>
</body>
</html>
pls help๐ฅน
#python-discussion message
a variant of chess where you lose all your pieces(or stalemate yourself) to win.
if you can capture a piece you're forced to, and no checks or castling and stuff like that
@stone zealot
what about en passant?
ofc it's allowed ๐
holy hell
if en passant is not a thing, is it really chess?
new response just dropped
Hi,
I have a problem with a github workflow.
In my workflow, I install mkvtoolnix on ubuntu, mac, windows.
But, on windows, I don't know why, the program isn't in the environnement variable when I run my python test, but it is just after it has installed it.
Like you can see in the Install platform-specific requirements (Windows) step, I printed the $PATH var and we can see that C:\Program Files\MKVToolNix is in it. But, in the step Run tests, C:\Program Files\MKVToolNix is not in $PATH.
Why and how can I correct that?
Here is the run: https://github.com/moi15moi/FontCollector/actions/runs/7646578247/job/20835676430?pr=34
Here is the workflow: https://github.com/moi15moi/FontCollector/blob/Back_up-V3-on-going/.github/workflows/run_test.yml
Each step is a unique image spun up to run the commands you've given. Environment vars won't carry between them.
Then, why on ubuntu the test pass ?
I have no idea what this means
It means I was reading the config for github with a different platform in my head.
Yes, that what I mean previously
I don't understand why it happen
You modifications to PATH aren't being carried across steps
You said
the environnement variable
You system has dozens of environments variable
We're just confirming the specifics to make sure we understand correctly
I would just add it to your PATH manually
You could try running refreshenv again, but that might not be present either
I don't have the control where C:\Program Files\MKVToolNix will be installed.
choco automatically installed it in that directory, but I guess it could be in another one, so I don't see how I can add it manually to PATH
Like, I guess choco could also put it in: C:\Program Files (x86)\MKVToolNix
It wouldn't do that
AFAIK the app developers choose where to put their files
And a 64bit app wouldn't magically become 32bit
Unless you're Adobe
How could I set the PATH only for windows?
All the platform execute Run tests
You would have to have multiple run tests steps
Just like you split up the installation per OS
That seems hacky
urrghhhhh
english is so irregularly pronounced
i have a 66-line list of special cases and it's still growing
Bow.
what?
Bow and arrow. Bow to your Queen.
๐น
Bow - baw
Bow -bOw
"ough" can also be pronounced as both "aw" and "ow"
Close the door. Open, it's too close to your legs.
Why do we use this language
idk
i have no clue how my mind read that correctly
The windfarm winds the spring.
Neither did I
fun fact: it can also be pronounced as "up"
The sow sowed the seed.
"Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo" is a grammatically correct sentence
so "ououghz ough" is a valid respelling of "what's up"
john while james had had had had had had had; had had had had a better effect on the teacher
You can abstract from the abstract.
The decision to appropriate was appropriate.
I attribute my decision to the attribute.
I hate graphs. I will take axes to my axes.
After he was set, he set a set of sets down to set them up.
The fish choir's bass was a bass.
The strong winds caused a buffet buffet.
Food everywhere.
strong winds buffeted Buffet's buffet
The sorting algorithm was a sort of a sort in some sort.
Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo
The Shi shi shi one.
The medium-bore bore borer bore a bore while boring a bored borer.
The corps' core was a cor of a coir solution.
police police police police police police
Bare bear bears bare bears bearing bears.
i was out to grab lunch and it's still happening
Bare armed bears barely bearing arms bearably
vsauce jingle
an armed unarmed man
what do i do when i find this man
well he's cereal's armed unarmed man, and in this case a murdering armed unarmed man, so be careful at least
is he like, someone who bear arms but has no arms, or someone who has arms but no arms
Be advised this man is highly armed, he has like eight arms
someone with bear arms is an armed armed man since bear arms are dangerous
so it can't be that
armed bears huh?
that's an armed armed bear
i am my name
it's either a normal person or an armed person with no arms
wait
do biologically unarmed people deserve the right to bear arms?
give them unarmed unarmed bear arms bearing bear arms
human hands
PATHETIC
Highly armed bear bearing arms
highly armed highly armed bear bearing arms bearing arms
unarmed with bear arms
now i understand why sometimes we call some other people 'dicks'
It's an old timey nickname for someone named Richard
how does that turn into
with no hand, you can have arm; with no arm, you can't have hand
can't apply that logic to my example since i'll become a misogynist
i just ate tf is wrong with english
Can't do much appropriate wordplay with that as a prompt ๐
or "off"
Richard, Rick, Dick.
should i be worried?
okay ```
ceausescu
BEFORE [[['CH'], ['AW'], []], [['CH'], ['EH'], []], [['S', 'K', 'Y'], ['UW'], []]]
FAILED [[['CH'], ['AW'], []], [['CH'], ['EH'], []], [['S', 'K', 'Y'], ['UW'], []]]
[['c', ['CH']], ['e', ['']], ['au', ['AW']], ['sescu', ['CH', 'EH', 'S', 'K', 'Y', 'UW']]]
Traceback (most recent call last):
File "C:\Users\user\word_syllabifier_new.py", line 911, in <module>
assert not remaining, (i, word, remaining, words[word])
^^^^^^^^^^^^^
AssertionError: (18417, 'ceausescu', 5, [[[['CH'], ['AW'], []], [['CH'], ['EH'], []], [['S', 'K', 'Y'], ['UW'], []]]])
@small coral Hey if you have time and know how to fix this simple yet annoying issue could you @ me?
idk
i don't work with pypi stuff
or whatever that is
fair enough
is this real?
oh yeah, i forgot... january is the favorite time to kick off people
if you dont get kicked off in janaury, the chance of being kicked off reduces by 40% (I heard somewhere)
Well I was kicked off my contract with Shell last month on the 15th
honestly, I'm a little shocked that people don't call a spade a spade and label layoffs as an abusive tactic
google too
well google has been laying off since the year started
What is going on here?
Hmmm
No
additionalProperties doesn't take that much detail IIRC
You're looking for plain properties
But even then, it wouldn't be right.
even though the object can have arbitrary keys?
If the object can have arbitrary keys, you just define the value type.
For the actual schema-required properties, you specify them outside of additionalProperties.
schema-required, as in, known properties, required or optional
Yes, that worked.
Wack.
The full schema btw https://paste.pythondiscord.com/FN2A
Do you have a sample JSON?
Can you settle for a JDAUGHTER?
{
"$schema": "./labmaps.schema.json",
"some location": {
"rowNames": ["A", "B", "C", "D", "E", "F", "G", "H", "J", "K", "L", "M"],
"rackCount": 30,
"hallwaySeparator": [15, 16],
"missing": ["G4", "G15", "G22"]
}
}
๐ญ
It's declaring the schema for rendering a datacenter.
Ah, because the top-level key is arbitrary
Yeah, that seems right.
You don't need the top-level type and properties properties
But then the $schema key will be validated using additionalProperties
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": {
"type": "object",
"properties": {
"rowNames": {
"type": "array",
"items": {
"type": "string"
}
},
"rackCount": {
"type": "number"
},
"hallwaySeparator": {
"type": "array",
"items": [
{
"type": "number"
},
{
"type": "number"
}
]
},
"missing": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"rowNames",
"rackCount",
"hallwaySeparator",
"missing"
]
}
}
Yeah, that's okay.
best I can do is MySQL
Is My a common name?
not unheard of in sweden/finland
Huh
Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language.
DB lore
Interesting.
https://upload.wikimedia.org/wikipedia/en/a/a9/Moomin_kuva.JPG
Moomins has a My
what the fuck
which means y'all are pronouncing it wrong 
me squeal
I don't think the correct vowel sound even exists in English 
So it's perfectly fine to butcher the pronunciation.
as english speakers usually do
we clearly should pronounce mysql as swedish myskul
"cozy fun"
So if you were named My now you're going into third person if you ever want to say My in a sentence? ๐ค
What if rome WAS built in a day and people are simply lazy
What if both?
My and Maria have a brother btw, the Max in MaxDB.
https://www.amazon.com/Manga-Guide-Databases-Mana-Takahashi/dp/1593271905/ref=sr_1_2? speaking of DBs
whos looking for a text book here
im in a good mood
https://vxtwitter.com/soranitsukibear/status/1749965809831878928.mp4
extra snow leopard of the day (today's snep: #ot0-psvmโs-eternal-disapproval message)
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
why tf does that embed now
so eepy
I just learned about the disown bash builtin
basically you can do firefox & disown
That will launch firefox while also allowing you to exit the terminal without having it kill firefox
unless Firefox tries to write to stdout
then it will fail
@cobalt remnant man nohup
You can exit the terminal without the process dying though
with nohup, yes.
But sometimes you forget nohup and still want to close the terminal.
with disown you'd be okay until the process tried out write to std*
then it would die
in that case, you can do ctrl+z, bg then disown
well don't forget nohup
or just write an alias
(if it's something you do a lot I mean)
otherwise if I was in X and wanted to start a non-terminal program I'd just bind a shortcut.
save the hassle
also nohup is posix
I still like the idea of disowning child processes
There's also firefox &! which disowns the process right away
the bash info page is really informative too
probably find it online somewhere
manpages are easier to use IMO
Sometimes I used to run non-terminal programs from the terminal using strace so I could see what they were doing.
that's fun
That's how I found out how nosy Discord was.
yea so, if you take commerce, you're cutting short a lot of courses that require pcm. do you have an idea of what you wanna do yet?
what are you currently doing rn?
in 12th
I have 2 things in my mind an game dev or ethical hacker
But game companies are usually located far + salary is less same for ethical hacking
So the Yotsuba &! anime is about disowning Yotsuba
how?
bruhhh what if I do JEE like what rankings I have to get and what can i do after it
you're going to have to work your ass off for 2 years if you want to get into anything decent
170-180+/300 will get you into some decent college
what?
170/180 marks?
the paper is of 720 marks right?
170-180 out of 300
that's for neet
oh i see
that's easier said than done though
achievable, if you work for it
What if I get it like what after that
you get into some nit/iiit(not iit, iiit)
i didnt get
colleges
why so many i's
What do I have to do to get a high package
Indian Institute of Information Technology
I dont get why do i have to learn chemistry and biology and all the other shit if I just wanna focus on CS
have good grades in clg, do decent in the interview, beyond that idk, coz uk, I'm stillin 12th
u did JEE
you don't need bio if you're deadset on cs
I have my first attempt on monday
can you tell me a way in which I have to only do CS and still crack a high package
๐คทโโ๏ธ
OMG best of luck broโจ
not gonna happen easily
I'm not sure even if you could get a high package right of the bat if you did it like that
what if i go to other country
I haven't looked into foreign unis
but still how?
what's better NIT or IIIT
but the fees but be in lakhs? how much is it
depends
6-7 in iits and nits
~13-15 in gov run iiits double that in private run nits
not more than you pay for school though
for eg, nit trichy fees is 96k per year
tution, hostel, food inclusive
this is more than what you pay for school
so that means NIT is best?
how much
ur applying for it so u must know right?
no
to get into iit
you need to clear jee mains, write advanced, clear that and then apply
I'm 6 months away from applying to iits or even knowing if I'm eligible to apply for iits
anyway, I only know a limited amount of stuff, there's tons of info online though if you wanna search it up
how much do you think you will score on monday's exam
what's the avg time people take for complete this JEE and getting into these colleges
ppl prep side by side
along with 11th/12th
150+ for sure I'm confident I won't go lower than that, hoping I don't do any silly mistakes and get 170+
how much have u worked for it?
a lot
and what are you gonna do after getting 150+
no idea
probably prepare for the 2nd attempt in april
I'm hoping I won't have to
bruh
why?!
150+ won't land you anywhere good
wtf?!
so much of hardwork in vain?
there's worse things than that
what
oh yea
that's exactly why I dont wanna do JEE and NEET
just take it easy
prep for it
put in work
I feel JEE and NEET is moh maya
but it's not like jee is the end of the world
That's something else that the test is called NEET.
I want a way in which I only study through CS and achieve
kota is the place to go if you want to dedicatedly preapare for both JEE and NEET
jee is for (mostly) engineering courses, neet is medicine
it is
what do you want to become? @marble bay
a memory
we don't have enough good colleges for the population that graduates every year
so hell of a lot of competition for the good colleges
You don't have enough land for your population, I am not surprised.
I wanna go study in foreign easy less competition
I can't imagine how stressful administering programs must be there.
It's got to be more expensive though.
you got to be made of money to study abroad
Where would you go? US? UK?
hopefully get into atleast an nit with cse
idk somewhere good
worst case I have is some top priv unis with scholarship
what is CET?
no idea
Really great doctors.
Because if they did poorly in school their parents would probably have killed them. :P
bro is lost.
I am
jee has been the only academic related thing that has made me cry
oof
it's fucking stressfull man
I believe you.
JEEโ
depression
why do B tech when u can do diploma
You have to find healthy ways to get rid of stress.
I'm thankful my parents are atleast fine with whatever I can do
Better to learn healthy coping mechanisms now when you are young.
So you don't have to fight your stubbornness in old age to learn them.
Jobs usually have minimum requirements and some mention B Tech at the same level as an MCA with work experience.
That's a few years of difference as-is
how tf am i supposed to get work experience if i am in college
I don't know what it's like in India but here in the US the recruiters often put ridiculous demands in their job advertisements.
like?
Like entry level jobs requiring 3-5 years experience.
I said some jobs
same here bro
if I end up feeling like it's too much atm just shut off everything and take a break for the day, made that a habit after my first sort of breakdown
That's not all jobs
They also treat bachelor's degrees like high school diplomas.
"Oh, you have a bachelor's? You are qualified to operate the coffee machine."
That sounds like an exaggeration based on a few egregious samples
It is.
xD
It really depends on the location.
Me on my way to open my own starbucks
But it's more than just "a few" egregious examples.
They do exist.
At least in my experience. And I've scoured lots of job boards.
Statistically few
this is one of the reasons you wanna get into a relatively decent clg, if you do well enough in clg and make a good impression in the on campus interview, it's more likely than not that you'll get hired with a salary that is worst case, one you can live off of for the time being
What's your sample size?
I am too scared for my future for JEE and NEET shit is the last option cuz lakhs of students apply for it and so many fail and do reattempt so much years of hardwork goes in pain
LinkedIn "entry-level" jobs
LinkedIn isn't the only place to find job postings.
Sure
I can't really speak to it because I haven't had an account there in actual years.
But I do have a Windows shortcut to open the web page.
Lol
Thanks Microsoft.
is CET easier than JEE
what is cet?
exam
do you mean cuet?
What is MHT-CET ? | Know all about MHT-CET | Eligibility, Exam pattern, Syllabus, Perfect score |
In this video, you will see what is MHT-CET. This video will help you to know more about MHT-CET, Eligibility, Exam pattern, Syllabus, Perfect score. This video is basically for those students who are preparing for entrance exam. Other students who ...
Should have called it cute
my friend did this exam and is now doing some AI machine learning course with fees of 13000 I was shocked AF
all of us pronounce it cute so close enough
seems like an exam for clgs in mh only
13000 INR?
yesss
๐คทโโ๏ธ haven't heard of it so I don't know much
156.41USD
sure you didn't miss a 0
yes I looked it up.
I didnt
Is it a reputable program?
She* its DY patil college pune
idk i havent heard of it
What sort of things does the program teach? I am wary of the recent explosion of AI stuff.
but she must have worked dead hard to get hard to get that scholarship
What is MHT-CET ? | Know all about MHT-CET | Eligibility, Exam pattern, Syllabus, Perfect score |
In this video, you will see what is MHT-CET. This video will help you to know more about MHT-CET, Eligibility, Exam pattern, Syllabus, Perfect score. This video is basically for those students who are preparing for entrance exam. Other students who ...
Ig its this one
I am not sure
I am gonna talk with her once on how she did I am gonna do the same
That'sโฆ the exam
and that college is litreally walking distance away from me
They're asking about the course
I am talking about the exam only
they're asking about the course itself
Its a state level exam
D. Y. Patil in Mumbai is well-known though. Not sure about Pune
there are 2 in pune and they are well known too
singhad and 1 in dhanori
I see. The most I've heard of is CoEP lol.
probably something like CS +AI as a subj, those courses have been popping up recently. just a guess
I am not sure about this exam I am still half knowledged okay so dont trust it
coep is OG
I am gonna ask her today about it
My university was trying to capitalize on hacker hype and started offering some cybersecurity program that was a collaboration between some of the different colleges.
I wish I was born in US to get these facilities
I think there are advantages to being born where you are.
I think often we wish things like we were born elsewhere but take for granted the things we have because we are in the place we are in.

if you were born in the us you might be wishing you were somewhere else, because of what you see as inconveniences caused by living in the us
in the end, no country is perfect
just accept where you are and try to make the best of it
Also you're not going to find good Indian food everywhere in the US.
the UK doesn't have that problem
The UK made their own Indian food.
Well
I remember one time John Oliver almost said the Uk has the best Indian food and then stopped himself mid sentence ๐
Well I should say it was created by Indian chefs to cater to UK tastes.
let me see if I can find it
I think it's like Americanized Chinese food.
With chicken tikka you wouldn't have so much tomato sauce would you?
I don't think so, but honestly no idea, I'm vegetarian ๐
Tomato sauce? 
My boss today tried to tell me that vegetarians eat chicken and fish
I was like ???? No????
Lol
yes chicken tikka masala has a tomato sauce
I was eating a plate full of chicken and she straight up asked if I was vegetarian
That's the British dish we're talking about in a roundabout way.
I'm like ?? What?
Order! Order! Food court is now in session! Watch as the honorable John Oliver presides over the case of British Cuisine v. The World! Catch "Last Week Tonight" with John Oliver every Sunday night on HBO.
Subscribe To "The Late Show" Channel: http://bit.ly/ColbertYouTube
Watch full episodes of "The Late Show": http://bit.ly/1Puei40
Listen to "...
Some people just think of meat as the stuff that comes from four-legged animals.
Which is an odd, older thing I guess.
Like they don't consider fish to be meat at all. It's in its own category.
Seafood I guess.
iirc, there's one community in west bengal(? somewhere round there) that, though they're supposed to be vegetarian(without detail, bcoz culture) but eat fish because fishing was a much larger thing there than say, rice farming
Everything is meat
Vegetables? Meat of plants
Bread? Meat of plants
/s
In pain or?
they're into that ๐
They release chemicals to warn other plants.
Well we can look for the biological markers of what we think might indicate that they feel pain.
imagine there was an alien humanoid species that used photosynthesis to live (just like plants)
and they saw vegans on here ๐
But we don't know.
๐
then we gotta redefine cruelty and vegan food and such ๐
In physiology, nociception (/หnษสsษชหsษpส(ษ)n/), also nocioception; from Latin nocere 'to harm/hurt') is the sensory nervous system's process of encoding noxious stimuli. It deals with a series of events and processes required for an organism to receive a painful stimulus, convert it to a molecular signal, and recognize and characterize the sign...
i dont think photosynthesis is what vegans care about
(nor what an intelligent alien species would primarily identify with)
yea , but they say eat plants coz they dont feel pain
now I'm imagining predator 1, unchanged, but predator 2 is just full of the predator being tired and walking like a sloth from the lack of sunlight
Superman uses photosynthesis
faceless creatures are fair game then?
wait wha-
Jk
Superman is strong because of our sun.
so if we eat superman is it cannibalism or vegan diet ?
but that's not photosynthesis
correct
neither, he's a different species but meat so not vegan either
Superman is fish -- ot1
I like how this went from jee -> abroad is better -> not really -> indian food -> superman? edible? cannibalism?
Is that how you mark what you guys want the ot channel names to be?
bruh I was typing the same lol
If so I won't even charge you royalties.
!otn a superman is seafood
:ok_hand: Added superman-is-seafood to the names list.
Sometimes
but what if
imagine superman being served in a plate and cutlery made of kryptonite
๐ค
what are the rules here
That sounds dark
no rules , last man standing
not darker than snyder
anyone here recently switched from windows 10 to 11? im switching rn any tips so i dont mess up? i did this long ago so ive forgotten how to do this
haven't switched myself, but if you don't have backups, for the love of god, make one
yes i just did, im done
now i just want to switch to windows 11
how would i do that?
no idea, I don't use windows
LOLL OKAY
im sorry but i found this hilarious 
whats so funny about it
im guessing macOS
just use linux
you use linux?
i do
linux
aya
arch btw
I use arch btw
but why linux
how riced are you
windows sucks
feels more like a hobby project nowadays
cant argue with that...
which brand is linux from
linux is linux
like windows from microsoft
masOS from apple
there's a variety of distros(distributions) built upon that kernel
and linux is from kernel?
there's tons of companies
kernel is a piece of software haha
for example ubuntu is maintaned by cannonical
debian by debian
im so unfamiliar with linux nor ubuntu nor debian
(literally the same name)
The Linux Foundation might be what you're looking for. But it's not a 1-to-1 correspondence.
it's ok to have gaps in knowledge :)
to make it clear, linux is not an os
it's a piece of software that multiple oses use
^
oh I'm stupid, android uses the linux kernel
eh?
it does
okay so software is what makes oses?
a kernel is a program that is like a messenger between hardware and software
those who have made OS pls enlighten us
windows has a kernel, mac has one, and all the groups of oses that fall under linux use the linux kernel
albeit they use different versions of it
basically, your app/game whatever tells the kernel, hey I need to use the cpu/gpu etc.. for so and so thing
and the kernel tells your app, ok cool, and it goes to the cpu/gpu whatever and tells it, hey this thing needs your resources for a bit
jesus christ im so high
software is what makes oses though
so you are right about that
in fact os itself is a software of sorts
and so does your phone
it just happens to be that android uses the linux kernel as well
technology boomer here
so you can now say you use linux
(don't though, the people who actually use linux will whoop your ass /j)
*everything is created with sand
we just put lots of it in a specific manner and make electrons go wee in it
and bam
computers
everything is created from big bang
Great A'Tuin's desire?
what's voice verified btw
See #voice-verification , it allows you to talk in voice channels
not confident with my accent lol
dont concern yourself with it, just chat :d
though I myself have never talked in VC
aint nobody gonna understand the gibberish i talk about
(I use kde, so pretty much 0%)
though I'm debating getting hyprland atm
youre the chess player
the only things I'll miss about kde are krunner and the beautiful window switching animation
mittens is pure evil
try martin
that shit is like 3500 elo or something
its a meme
a well-mmarketed meme
whats that
being an antichess player and being a bad chess player are very different things ๐
Losing chess (also known as antichess, the losing game, giveaway chess, suicide chess, killer chess, must-kill, take-all chess, take-me chess, capture chess or losums) is one of the most popular chess variants. The objective of each player is to lose all of their pieces or be stalemated, that is, a misรจre version. In some variations, a player ma...
I'm both
I'm decent at anti, while being bad at chess
me too
i haven't really tried kde, it does look clean
we should all play skribble or smth sometime
hyprland then?
i giveaway my pawns while im also bad at chess
wait maybe because im bad at chess that i sacrifice my pawns
good players sacrifice pawns
blundering != sacrificing
bad blayers blunder pawns
in sacrifice , you lose material but gain advantage
in blunder , you just lose material
and probably give advantage
mhm
i sacrifice my king to eat queen
assert blundering != sacrificing 
because my king is useless
2.0 chess
grasshopper chess ๐
๐
chess 2.0 when
fogg chess
there's tons of variants
when we solve chess 1.0
solving chess 1.0 will take eternity
print (hello world)
the last like few moves of chess is solved
hmm I wonder how powerful a quantum computer you'd need
you forgot the " buddy
NameError: Undefined Variable hello
that is like nothing compared to total possible combinations
a lot of endgames are solved tho , yes
I know
but it is solved, for those last moves
you're talking about the tablebase
ye
"print(hello world)" more like it
that's already like trillions if I'm not wrong
yeaap
but if you are in the middle game , how would you know what move to play so that you eventually get there ? there are insanely incomrpehnsible moves to play
hey, atleast it won't raise an error
Now iam learning html
oh im not saying humans know all of them
not even computers know what moves in the middle game lead to an objectively winning endgame
they take extremely educated guesses is all
then yeah
a lot of endgames are solved (like king + 3 pawns , individual piece +king and so on)
yee
not just a lot of end games, like n specific pieces or less is solved, it's called the tablebase
lemme link it 1 sec
ikik , thats why there is so on in there ๐
way less sad
ah lol
aaaaaaa this song
gimme your playlist
did you just download the entire radio song lists
most?
yes
most out of 4013?
not really there's about 300 jazz songs in there
so 3700
๐
keyword being some amount there
I only know the entire song for about 30-50
others I know the starting and/or chorus
and here i thought chess players are scary
bro spent 17 years listening to these infinite song
nah
anyway that makes us the same age
tho im turning 18 at april
it feels like yesterday that I was 13
I literally still feel like I was in 8th grade just yesterday
oh how so naive I was
I miss that
miss being care free
without stress
theres no moment in my life where i was carefree
you most definitely need a break
turning 18 on april, gotta think about what work should i have
a country with million islands
close to a country with "a" letter
Hello people I'm new here and I'm learning Python and only 13 ๐
ok rapid fire
argentina
prolly not
you said it already
i think it was sweden or something
no im indonesian
? when did sweden become an island nation lol
no but have too much island
This is a list of countries by number of islands, with figures given for the numbers of islands within their territories. In some cases, this figure is approximate and may vary slightly between sources depending on which islands are counted. The criteria for inclusion appear to differ considerably between the countries so they are not necessaril...
by number of islands, seems to be
that can be said about nearly every country though
Tru
the fall of indonesia, internal conflict in indonesia, or the bankrupcy of indonesia
without getting into too much detail, the fact that the current ruling party supports an organazation whose founder supported the n*zis didn't sway my parents opinion of the ruling party
uh oh
I'm Indian, and from that you can piece the rest together with a couple google searches
I doubt that fact would sway more than like 10% of the supporters of the ruling party
indians, underrated fr
just to be clear that organization itself isn't made up of n*zis, but they are pretty fcking radical
and so is the ruling party
people laugh at indians but indians are smart
*some
smarter than my homies
I eagerly await the day the current generation is old enough to gain a majority in parliament
dont forget to regularly get out of your kursi and stretch
oh I strech plenty
I have to to be able to flexible enough to do daily tasks
whats kursi in your language
Drink chai โ
that's in urdu
which'd make sense
since you guys have a significant muslim population
wait do you guys speak urdu or is indonesian a thing?
๐ค
indonesian
idk but al'quran language
that's in arabic if I'm not wrong
I do believe in some higher power
I'm unsure as to who or what that is
but I do believe in one
will i get banned if i said i dont believe in gods
Lol
nah aethism isn't extreme enough to get you banned
Nah ๐ I don't think so
well, just like how we control people in game
i do believe that someone from some other dimension have control over us
though i wouldnt call them god
just like some games that breaks the fourth walls, but that's scripted right?
then wouldn't be surprising if there's also some higher above who scripted us to believe
so yeah me too
Why
Do you have power over things in other dimensions
Why would you believe others have over you
Define "other dimensions"

you can manipulate a 2d plane
or a 1d line
Its whatever they meant in this post
How, and i dont mean theoretically
it's me. i live in people's walls and have power over them.
a few thousand years ago i trolled some small town so hard they started worshipping me. good times.
did you take a break for 3 days perchance?
maybe
well I have nothing to offer you
but if you're looking for a logical argument beyond that, I don't know what to tell you
Beyond what
you can't really prove why you have faith in a higher power you've never seen
How do you manipulate 2d things in this universe
you just do, or you don't
I had that conversation a few months back
took up a whole day
but in short
๐ฉ this short is longer than you thought
I don't know, there's some stuff here and there, but I truly have no idea. maybe it sooths my mind to know it's not 1 in bajillion chance that we came to exist here, but someone or something is looking over us, while we still have control, or some semblance of it, perhaps I(or humanity as a whole) can't comprehend that that 1 in a bajillion chance could happen on accident, and someone orchestrating it made more sense.
I really like the idea of stacked universes, there is no real universe, it's all just an infinite stack of fiction.
I'm shrinking 7 hours into 1 paragraph give me a break 
I dont think the idea of "someone looking over us" is a good one
Theres a great deal of injustice happening in the world
If someone really was looking over us why would there be injustice?
Or are they only looking over some of us
That just means its back to the 1 in a bajillion chance to have someone look over you again
Who is to say whoever this person is wants a happy story, we write fiction where terrible stuff happens, and we enjoy it
I dont the people in the story would be happy someone outside their reality is making their life so
Ofc they wouldn't, but they don't have any power to change that, who is to say the same deal isn't happening with us
Why would you believe that someone with no power is watching over you
How does that help with your mental
"they" as in all of us
People believe because the power they believe in has the power
Why would i believe some powerless being from another reality is watching me
they don't have any power to change that
sounds like a skill issue. reverse-engineer your author's lifestory from the details of your environment and blackmail them ๐
Fuck them
That was "you" as in "you all"
At least if you believe in a "higher power" that means you think they can change things in your life
Whats some weakling god gonna do
๐คท
sheesh
this is where some of the things in the religion I was raised into explains in what I'd think is a pretty neat manner. I suppose you've heard of karma. In hindu mythology, it's repeatedly shown that not even incarnations of god are exempt from karma, you do wrong, you pay for it.
I have my faiths, you have yours, let's just leave it at that
Im not trying to change your faith lol
aren't they like exempt of karma and curses but they just respect them and accept them?
Anyway i dont think some abstract concept like karma counts as "being watched over"
they aren't, there's multiple instances where incarnations were cursed, and faced(? idk what's the word to use) karma from their previous incarnations wrong doings so to speak
sheesh, ty for letting me know
as far as made-up things go, karma is pretty great.
Yea
Ideally we punish bad actions in the same lifetime they were committed but nobody's perfect
aka constipation lol
"should I let this go or not"
a
true
yo
yea
what's the solution
i tried using the other caches.default.cache thing also
so sketch solution would be:
have a cron worker fetch the api every X minutes which can keep retrying until it succeeds and store the response in CF KV
for your worker that needs the data, it can just pull it from CF KV, and you could have that cached so you dont get too many reqs to CF KV
eh, kinda
cause its globally distributed
LMAO
i just got throttled on coingecko api
after making 1 request
cloudflare moment
hey @wheat lynx can my new brother @charred flower be unbanned? i think we were just very excited to meet another cloudflare lover, i mean the circumstances were beautiful. he was simply seeking some advice about his code, and i suddenly received multiple dms and pings from friends to unite us for our shared love for cloudflare. i dont think @charred flower had any bad intentions. i personally think hes had an appropriate cooling off period now, dont you agree?
Contact @polar knoll
this is a personal message
directed at my good friend wookie
Which should go into mod mail. Since the action was an moderation action
you can hardly call that moderation, that was brute force
๐
It was moderation after repeated warnings and requests to stop, contact @polar knoll
Or just have him come back tomorrow
Hi guys can someone help me with some code ?
brother, he cannot come back tommorow ๐ญ
Please reach out to @polar knoll that way the whole moderation team can take a look.
Why not?
he is banned
5 days ๐ญ
