#ot1-perplexing-regexing
1 messages · Page 111 of 1
proctology
You know Encyclopedia etymologically means circle of learning right?
Not "circle of", encyclo means "in the circle", because in Greece the youth was taught in the circle - in a group around a teacher.
I literally already gave you explanation that encyclo was a direct translation from enkuklios 🤦
And not "learning" but childrearing/education of children
παιδείᾱ
so encyclopedia almost translates to human centipede
Lol
Wikipedia, the free online human centipede
please otn the clause after the comma
Doesn't mean "cycl" is a word.
I said it is an etymon
!otn a free online human centipede
:ok_hand: Added free-online-human-centipede to the names list.
It's not
what does the cycl etymon, if it is one, come from?
It’s in “bicycle” , “cyclone” and “cyclops”
Please link me a reliable source listing it as etymon
How is it not an etymon
the etydex doesn't say it is
Nope. First has full root word cycle
Then you have cyclo that comes from cycle
Cycl- exists only as a prefix that comes from prefix cyclo-, for when it's put before a vowel
This is not a reliable source XD
mem bean
this is probably a product of word stemming
And this exactly shows the prefix thing I said
good resource
Cycl- exists only as a prefix that comes from prefix cyclo-, for when it's put before a vowel
Literally what I said before
Again, they are exceptions
Wew everyone dog piling on keezy
Sometimes the exception is more like the rule
So “Hydr” is not an etymon also?
No; that's a Pokemon
Theres no pokemon named that
hydr is not a pokemon
Theres a hydreigon
Clearly you're not familiar with gen13
🤨
Hydro- is a prefix. Hydr- is again a shortened prefix for when a word to which you want to add it already starts with a wovel.
"Hydro" as a word actually comes from the prefix! Because depending on context, you could just ditch the long root word. Like hydroelectricity -> in the context talking about electricity, power plants, etc, you'd just say "hydro" and everyone would know what you mean.
hail hydra
hydro
guess it wasnt about censorship or fallacies 
I think etymonposting is cool
hydreezy
where does the word mar come from?
It's the singular form of mars
From mario
.wa etymon of mario
L
yeah it's cool, but the premise of knowing the meaning of words just from word roots is not a thing
Pretty sure its mare, italian for sea
why are you sea
Because sea is life
.wa etymon of luigi
Mario is not my name
source?
My name is infinitely cooler
You know already
Theres legendary greek warriors named after me
alex
leaked
or maybe jason
jason doesn't sound like a warrior name
Jason of the Argonauts doesnt sound like a warrior name?
Argonauts or something
Well the prefix of Keesy is Ke- which is nonsense. And the prefix of enraged is en- which is a unit of measurement.
Therefore KeezyEnraged is a nonsensical unit of measurement
who are argonauts
nauts of the argo
I see
Accurate
.wiki argonauts
Argonauts
one of the Argonauts. Jason, along with his other 49 crew-mates, sailed off from Iolcus to Colchis to fetch the golden fleece. The Argonauts first stopped
Toronto Argonauts
The Toronto Argonauts (officially the Toronto Argonaut Football Club and colloquially known as the Argos) are a professional Canadian football team competing
so it's a football team
The argonauts are probably the only reason sailors are romanticized at all
The original reason anyway
please do not the sailor
Jump on a ship with the broskies
Crush some mermaid, uh, cloaca?
Kill some beasties
As guydudes do
pop open some brewskies
allegedly
So I suppose I wasn’t posting any etymons this whole time then
The prefix “Tele” means to or at a distance so if you have never read of heard of a word before that starts with that prefix, you already know that word would have something to do with distance
Examples:
televangelists
teleshopping
telegraphic
did you even read what I wrote
You said it’s a not a thing but that doesn’t mean you can’t know meaning of some words that way
If someone know what “scope” means and what “tele” means, they would know right away what “telescope” means if they haven’t heard of that word before
sure, it works sometimes
but you don't know if it works unless you know the exceptions
It works if you know all the words
Today I learned. 
Python 3.12.4 (main, Jun 8 2024, 18:29:57) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> [1, 2] + [3, 4]
[1, 2, 3, 4]
>>>
Welcome to Node.js v20.14.0.
Type ".help" for more information.
> [1, 2] + [3, 4]
'1,23,4'
>
Today you learned node.js is broken?
Its fine, just dont add arrays
It does exactly what I should have thought it would do. Yet I'm still giggling with entertainment.
yey type coersion
how 😭
i dont understand the logic behind that operation and its design
- is string concatenation, so it gets coerced to string on either side and concatenated
it can also be number addition
Yup
or coorceon to a number (both +"" and +[] result in 0)
Not the best decision
That's unary + at least
Raku and Lua do better here, + is always addition, and ~ or .. do string concat
php uses . for concat
ohh
julia uses * 🥴
so when the two things arent integers it becomes string concat
because of this you can write all of js with just 6 different characters
[, ], (, ), !, and +
thats just plain js
nah, this constructs a new array, js lets you append things without copying the array
try it in plain js, you'll see it works
oh thats what you meant, it does work ofc, i just meant that this is the preferred way to do it in react

anyone of you ever used the empty slots for arrays? I always found those to be odd
all js arrays r just associative arrays lol
Its kinda the only way to do it in react
They use identity checks when deciding if state has changed
some state managers actually let you mutate
i think some newer versions of redux let u mutate in react
useState doesnt tho, gotta be careful
eg you cant setState(arr.sort())
Will not work
during my grad project i had one of my team mates ship me a PR with with state mutations after he claimed he was good at react and i immediately declined the pr

I didn't get into webdev untill after the react days
i was in middle school when react dropped so uhhhhhhh
You can use the immer Library
I don't dabble in any js... And that includes ts stuff. Because I had to use AngularJS elements at some point and I don't want to touch any js or js-adjacent thing since then
I think it's hilariously fun.
js sucks but I think ppl complain about it too much
I wish i could work on the js parts at work some more
Something something only two kinds of programming languages, the ones people complain about and the ones nobody uses
I hate on js a lot. All the time. But I know that most websites use it and we can't just get rid of it + if someone actually knows it, it means they have magical powers (had such person in my group at uni). Basically black magic and must've sold your soul. I respect the skill.
Still hate the lang tho
Angular was historically uniquely terrible tbf
I think i'd rather hate unreasonable business demands/requests and requirements forced on me for no reason
I admire JS peeps for constantly innovating on UI making
Only language where UI making didn't feel like a legitimate usecase for a UML diagram or PHD bait.
oh no i didnt mean that, i meant that most of the weird stuff like concatenation and stuff can just be solved with a type checker, not even TS, just some JSdoc
I thought “problemo” was an acceptable answer
There’s feminine and masculine words in Spanish. Like “Roja” and “Rojo” for Red for instance so I don’t see how my answer is a typo
duo lingo sucks so fucking much at dealing with gender man
90% of my mistakes are just gender
i feel like giving ppl excercises to remember gender is stupid, it feels like the kind of thing that should be learned passively, via reading, not actively, via exercise
Google says problema is masculine but is an exception which is why it ends in -ma
least insane javascript code
words of greek origin in romance languages tend to conserve their greek genders
problema is a greek word, therefore it's masculine even though it ends with A
True. Still made me cackle.
in arabic, the gender can change the meaning of the word
tahan = verb that means "grounded"
tahini = fem direct object for that verb, means the condiment
tahin = male direct object for that verb, means flour
(just adding based on the languages i know lol)
Its not masculine in greek tho
Its neutral
το πρόβλημα
Casual spanish L
romance languages aka latin neutral collapsed into masculine a long long time ago
so Neutral = Masculine
Thats weird
it's just how it goes when a language is around for 2000 years lol
Just have neutral gender, whats the problem
but yeah neuter got absorbed by masculine and genders died out in favor of prepositions
tbh this is better
idek how would that work at this point lol
decoupling :3
yeah, it doesnt
it makes german suck a lot more
even tho most of the time u can just ignore it, but apps like duo lingo and pedants like to stick to it
Too late now, should have been built better literally
in arabic, to make a noun female, most of the time u just add ة
to the end of it
tho id rather just use neuter, we dont have that in arabic 
usually masc is used instead of neuter
honestly I have a big beef with german, they say its "logical" but to me its very chaotic lmao
it does have some nice structures to it here and there
usually they use time then place
for example
ich will am sonntag im park grillen " i want to grill at the park on sunday"
but most spoken german doesnt seem to follow this
duolingo kinda sucks tbh
I feel like just jumping straight into it without knowing much about the language will slow u down greatly
everytime a friend sends me a meme in german, its a mashed up sentence 
yeahhh it falls off real fast but the thing is, its really good at gamification
but the exercises suck
that app is a game not a learning app lol
also, i fucking hate how linear it is
what I don't like with german is that gender has very intricate rules for guessing them
and word order varies greatly depending on what word u choose
in the languages I know word order is much more fixed
learning is a tree, not a line, learn from every game with a technology tree ever ffs
yeah the gender thing just sucks
discord has 40 chars for pronouns in bio but those arent enough for like 2 pronouns in german
die/deine/ihre/seine/siev iasnsfp iasnfip [oasdjkfg oiasji nsaig nag
cases are a bitch
I'm glad romance languages (except romanian) lost cases tbh
genetive case, dative case, whatever whatever
In grammar, the dative case (abbreviated dat, or sometimes d when it is a core argument) is a grammatical case used in some languages to indicate the recipient or beneficiary of an action, as in "Maria Jacobo potum dedit", Latin for "Maria gave Jacob a drink".
the who here is a case technically
thats kinda useful tbh
whom as a recipient of an action is informative
most languages that used to have cases seem to still have remnants here and there
i see dative a lot in german and its weird asf
in languages like portuguese and spanish you have tu fuiste fue para ti
tho not that hard, but unusual for the english speaker
the tu and ti here is remnants of the old latin cases
idk if we have this in arabic, its too different to be compared to english toe to toe 
words in arabic are veryyyyyy different
I don't know much about arabic besides the fact that it has an interesting grammar system
yeah I'm aware, but I'm fairly ignorant to it
which is basically a bunch of consonants
and you give it meaning by picking which vowels to put around them
my favorite language (don't kill me plz) is japanese, at least for grammar
fun fact: arabic didnt not have diacritics until relatively recently (like 100s of years ago)
so before that, the words "count" and "casterate" were written the same
our arabic teacher once told me a story about someone sending his worker a letter telling him to "count the goats"
but since its written the same as "casterate"
¯_(ツ)_/¯
sooooo thats how diacritics were added
before diacritics, all those are the same word
they have the same consonants, but no vowels, the diacritics are the vowels
that's fucked up
i like to mess with ppl when they dont add diacritics and i intentionally misspell the word
japanese also has this tbh
but not that bad
and usually they're written differently and sound different
they look exactly the same if you write in hiragana
i tried jp on duo lingo but 🤮 they have improved the course a lot but it still sucks the rear of end of a horse
but if you use kanji it's different
lmao
kanji just sucks
I got my start with japanese on tae kim's grammar guide
once u get stockholmed u learn to love it
tbh i just wanna learn it cause i consume a lot of japanese music
kinda picked up german partly because of rammstein lol
I was learning german but got fed up
I can't get motivated by languages that there's no music in it I like
rammstein 👍 if u like metal
besides idk maybe rammstein which I wouldn't listen to that often either way
there's no good music
imo
i have german speakingfriends so even if i hate it i still can practice it with them
so thats a big advantage
and jp is just cause i consume jp media a lot
I like metal, but it's more of a side quest for me, I listen to it every now and then
yeah, japan really does produce a lot of stuff
there's a niche for everything
my fav touhou music circle
they produce a wiiiiiide variety of stuff
東方ボサノバアレンジCD TOHO BOSSA NOVA 2より
タイニーリトル・アジアンタム
原曲 今昔幻想郷 ~Flower Land
Arrange.Shibayan
Lyric.milka
Vocal.3L
Spotify https://open.spotify.com/track/09UAi1gYdutGj4AbDApUki?si=fb2909ba801b4ae9
iTunes https://music.apple.com/jp/album/タイニーリトル-アジアンタ�...
their most iconic song:
the comfiest song to ever exist
japanese bossa nova sounds so weird to me as a native portuguese speaker lmao
never met a portu speaker before, interesting 
they have that song, u know the one :P
My Venezuelan co-worker said there’s genders to words in Spanish because it flows properly in the sentence you are speaking
that's nonsense
which one? 
I'm not brazilian btw lol
東方ボサノバアレンジCD TOHO BOSSA NOVA 2より
タイニーリトル・アジアンタム
原曲 今昔幻想郷 ~Flower Land
Arrange.Shibayan
Lyric.milka
Vocal.3L
Spotify https://open.spotify.com/track/09UAi1gYdutGj4AbDApUki?si=fb2909ba801b4ae9
iTunes https://music.apple.com/jp/album/タイニーリトル-アジアンタ�...
weird
it showed the other one first
now the preview is this one
but yeah I like these chill japanese songs
I also like city pop way too much idk why
oh that
it is great
Provided to YouTube by Label Worx Ltd
就寝御礼 (Original Mix) · PSYQUI
STYLEY! vol.2
℗ Loquartz
Released on: 2018-10-28
Composer: KO3,Shion Hinano,Tanchiky,Mizuki Ohkawa,PSYQUI,Soleily
Auto-generated by YouTube.
psyqui is also great imo
they have some chill stuff and some non chill stuff
sounds cool
btw
do u have any good resources to learn JP if you consume a lot of audio? i have no intention of reading JP
unless its romaji ofc lol
Think about it
The table is expensive – La mesa es cara (“mesa” is a feminine and singular noun)
So you say “cara” (which is feminine) instead of “caro” (which is masculine) because mesa is a feminine word. So you say cara to make the sentence flow.
I don't really consume a lot of audio unless music counts ig
no, you say cara because caro meaning expensive
nothing makes it less nice to say "lo meso es caro" simply that's not the words used by the language
also there's nothing about "sounding better" in it, spanish is a language that has been evolving from latin for millennia, it naturally uses constructs based in latin and latin does things the way it does cause of it's antecessors, it's not logical
it sounds normal if you're used to saying those words, there's nothing more to it
Meso is not a Spanish word
I'm aware
So that defeats everything you just said
You’re using an example that doesn’t exist in the language
yeah I'm convinced
I'm convinced that keezy either is a big big troll or he really is that neurodivergent
I know it sounds rude, but it's the truth

yep
only thing ik about hispanic culture and spanish is some food and dragon ball
dragon ball?
also portogeez idk how to write this
portuguese
bruh
its a meme pay it no mind
Pick an example that actually makes actual sense in Spanish
reread what was said, I have nothing more to say
nothing makes it less nice to say "lo meso es caro" simply that's not the words used by the language
if you lack reading comprehension, I suggest you put in 30 minutes every day to practice reading
If it’s not used by the language, why the fuck would you pick that as an example?
you can't even troll right, next!
Your argument lost all credibility
That I didn’t even bother reading the rest of it the first time
yeah I'm not aware of that meme but I thought hispanic culture is kinda big bc of how much US media tends to blast it
And admins told me to be more charitable in showing empathy the other day
And then I get this guy using senseless Spanish examples
the logical fallacy decimater has been put back in its
uhhh
whats this called again
sheath
Sheath
sheet 🤣
Can you pick a better example that actually makes sense in Spanish?
I’ll give you constructive feedback in making better counterarguments Raph.
In order for your examples in your counterarguments to hit hard in debates, those examples need credibility and be verifiable; Your Spanish example made absolutely no sense. I don’t know what prompted you to use that. It has no credibility because that’s not how you write Spanish.
Come back when a proper Spanish example that actually makes sense and then your counter argument will have some credibility.
it is a hypothetical about what it would sound like if the noun was masculine
you can't pick an example that exists because nouns that have gender have one gender
why are you wasting your time? he created a strawman so he could "debunk" me and went as far as say my argument was invalid so he didn't even bother on reading the rest of it
train ride
lol
hes definetely been mewing
r/hardimages went private for some reason :((((((((((((((((((((((
cause he tries to make everything into one
cc @quasi blaze
Your Spanish made no sense
There’s no “meso” for table
It’s “mesa”
You’re trying to change the spelling of a word where the spelling of that word in Spanish doesn’t exist to fit your counterargument
Why should one be charitable to that?
do you just ignore things that you can't address
No
source?
if he just read it instead of going on this huge strawman
but he doesn't value his time
Exactly. This actually helps my initial argument
no... it makes your argument unverifiable. how do you know it sounds better at all
raph tried to introduce a hypothetical
A hypothetical that will never exist in reality because “meso” isn’t a word in Spanish
bro...
I’m not your bro after you used that example
disowned 😭
so? there is no other way to check if the argument is true
I'm glad I'm not lol
It’s just how the Spanish language is constructed. If there’s a feminine word in the beginning of a sentence, you use a feminine version of a word at the end. That’s just how it is.
And I think it’s better that way because it remains consistency in the sentence if you use words that are the same gender
huh? you said it was because of how it sounds
el problema
el agua
It sounds good because of the consistency
I’m still a student of the language. It’s best to ask more native Spanish speakers
u're the one arguing with me
I took four years of spanish 🥺
Are you fluent?
puede ir al bano 🥺 🥺
nah, lol
I managed to pass the class, but that's where my knowledge ends

surely there are
hasty generalization
there might not be any in this conversation, but I can all but guarantee there's people who speak spanish here.
donde está la biblioteca
That’s my argument
Spanish gender termination vowels lol
Y'all, I would like to remind people to be respectful and to keep things in English
what my reply didnt work
Not always, there's specific words that're always one way or the other
There's a bunch of American college students telling Spanish natives that their language is "offensive" because gendered words "imply standing"
I wrote this
and he gave me this
imply standing?
standing as in like, social standing?
basically ill mannered "debate"
They specified that it doesn't exist, they made up a word for their example
So why use that if it doesn’t exist
whats the argument here? 
@hearty violet@quasi blaze This is me warning both of you to be respectful. Both of y'all have crossed the line throughout whatever discussion is above and haven't been in line with our code of conduct.
If you can't be respectful and assume good faith in arguments, then it's not an argument to have on this server or with each other.
I get a warning for someone attempting to troll me by miscontruing my argument?
he also repeatedly talks about "debates", debate ethics and fallacies but goes and does this
doesn't seem fair to me, but sure go ahead
I warned both of you. You are still responsible for your actions and words, regardless of what the other person is saying.
That's what they were saying
IIRC the examples they used were cars and keys
"cars use the masculine ending so they're viewed as big and manly"
"but keys use the feminine ending so they're viewed as soft and little"
"and that's discrimination and that's not okay"
IMHO, it's a bunch of bullshit, I can barely remember which ending a word uses, much less influence my perceptions of objects
👍
I never disrespected the man. Idk what you’re talking about @honest star
I am telling you you have. Particularly this message was unnecessarily aggressive and rude: #ot1-perplexing-regexing message
You have been warned explicitly about following our #code-of-conduct. If this trend continues, you will be banned from this server.
it's definitely bullshit
grammatical gender is just grammar, it's only function is to tell u how the sentence is structured
but rationalizations are human's best accomplishment
If you'd like to discuss in detail, then you can DM ModMail.
people are very good at adding things after the fact
I gave him constructive feedback
Your feedback was not constructive but was instead aggressive and rude. Re-think how you interact with others if you'd like to stay in this server. If you'd like more of an explanation then DM ModMail.
Sorry that you completely misinterpreted my message once again
it was definitely aggressive

if many people think it comes off as aggressive, it probably is aggressive, regardless of whether you actually typed it in good faith or not.
(😔 you already know what's coming next)
You need examples with actual credibility to substantiate your arguments in a debate. That was constructive
I stand on that.
you kind of just missed their point, but I suppose it's sort of moot now; best to move on.
A core component of debate is the capacity to communicate and convey ideas effectively. If you find that people are misunderstanding you constantly, it might be time to revise your communication style.
I asked him to rephrase a better example that actually makes sense in Spanish
Your point is correct, your justification is not.
You match the genera of the verb and the noun(?), but not because it "sounds better", but because the rules say "match the genders".
Which is exactly what @hearty violet was saying, he just made up an example on the spot, and now you're telling him that his argument is invalid because his example on things that don't make sense... doesn't make sense.
You're both in agreement here, unless a word always uses a specific gender, match the genders.
You're just talking past each other
they gave you examples after.
debate is often useless and just trying to understand what the other person is saying is usually better way to start, debate should be the last resort because it requires both parties to be in sync, think of it as a an elaborate handshake.
All right. Thanks for clearing it up and understanding both sides
billy why are you slapping me
he didn't want to resort to debate
he's leftward_hand_tone1ing you
@hexed sierra @dry raft if you're awake, I'd love an RAE link to help me back up my statements
if you disagree with someone it's easier to slap them than it is to debate with them.
tbh that also works
Slap them with a glove then dual it out in the ring
honestly, i can just accepted that most of the time, debate is not efficient 
hmm, that's deep wisdom. Entering a conversation looking for a debate is (equivalent to?) the same as walking up and slapping them.
I thought it was half of that "elaborate handshake"
no, its very obvious aggression, i want a solid argument as to why it isnt
"TCP me, I dare you"
syn
... Or by the curent reaction, I guess it's rock-paper-scissors
syn ack
syn ack
syn syn syn syn syn syn syn syn syn
I do stand on that when I gave him constructive feedback though. You need credible examples to substantiate any argument you give. That’s constructive feedback and nobody is going to tell me otherwise.
formal and informal logical fallacies are fun, but its like discussing design patterns and monads and shit, very cool in theory but lets be real we dont apply most of those abstract things as much as we would like to
just my take 
grote isn't it syn / syn ack / ack?
Isn't it syn/syn ack/syn ack/ack
UDP 💪💪💪💪💪💪💪💪💪
Too long ago
No, it's 3 packets
synful
SYN into SYN+ACK into ACK
syn to send sequence number, syn ack to ack and send sequence number, ack to ack
3 packets total, not per side
i wonder what grote's proposed syn/syn ack/syn ack would result in
remember to enable HTTP2 on ur apache webserver or whatever cause its sometimes off by default :3
true rustacians know it's syn + quote
why is this compressed as fuck
damn you yt community posts
yt community posts are so stupid
this is vile. they took a bad jpeg and converted it to png
I don't want a stream of memes in my yt feed
google just loves to add new things just to kill them i dont even know why they do that
Enough of them make it to be profitable I guess
do they not hire anyone who doesnt have ADHD and drops things after working on them for 3 weeks
what if i exorcised you in the google payment circle
That's their policy afaik, just do things and see if it sticks, if not put it on life support until people give up
you get promoted for new shiny things, not maintaining existing stuff
like likes? 
ok but how do you end up with 9 payment apps
wdym
Everything here is "is not", boring
also how are there two google pays with different logos with different but overlapping durations
facebook is like that too
their messenger app is the most buggy unstable piece of garbage on earth
they change the UI every year but the bugs stay there for years and years
IFKR?
I meant dislikes my bad
i keep telling people to stop using that horse shit
its worse than horse shit, i can bury horse shit under a tree to feed it, if i bury my phone the lithium will poison the tree
kindaaa makes sense i guess 
Instagram that does a-b testing on prod, then most people get the feature, then again almost no one sees it for a few weeks, then it becomes seen like 99.99% of the time but is still buggy af at times
Please
Sus
you would've thought the biggest "tech" companies on earth would be able to write good code
Honestly google has gotten so bad that bing and DDG are about on par
bing is genuinely better now, i find stuff easier with it
ddg is just a bing wrapper anyway
like sometimes i spend 2 mins looking for someting on the goog, i look it up on bing, boom its right there
Does anyone except MSFT and google have a proper index of the internet?
openai?
sorry it has to pass through their comically large keypad prediction service first
i should call LLMs that more often actually
The ig thing I mentioned was literally what the polls on regular posts looked like.
Don't get me started on gui that pushed reels as main thing, then changed to something that didn't allow nice reel browsing... But only on one account. On the same device I had two completely different ui, one with shittier ux. For a year or more. Then the shitty one became the old one (that the other account had always had) and I could watch reels again
there are some with their own indexes, typically paid ones like https://kagi.com/, but not sure how much % they cover compared to Google / Bing
@quasi blaze have I invited you to the https://discord.gg/spanish-english yet?
also weren't Bing and Google caught stealing from each other a few times?
the case in particular I remember is just mapping a city that does not exists
A trick as old as the first maps
Showing roads in cities that don't exist to catch copiers
I want to kill all mosquitos within a certain range. I think I killed like 10 before coming to bed, then several more... 😭
build a mosquito trap with yeast as bait
yeast lets off CO2
they eat it up
we made one and it caught hundreds
I heard of so many methods but I don't trust any, mosquitos seem to prefer my blood over anything else 😭 they don't even bite my partner, my partner ends up only with few bites each season 😭 me? Last year at some time I had like 7 bites on my foot alone, then several more on my calf... And similar number on my other leg.
What blood type are you?
But i might try the yeast trap, since it's not some anonymous source telling me about it
Idk, based on parents I'm either A or 0. I guess 0 because my father also complained about mosquitos?
That'd make sense
😭
Good luck out there
We're having rat problems of our own ☹️
They keep sabotaging our dishwasher
I wouldn't care as much if they let me sleep, but nooo, they gotta buzz near my ears or near my phone if I'm reading something... One night I tried to fall asleep and only used my phone as flashlight to hunt mosquitos when I heard them. According to my watch, I fell asleep after 2am :c
They stink :x and certainly not using them above my bed.
And I can't really fumigate a room either. It's too big area to spray and then air out (without letting more bugs in) as it's basically living room (hopefully when we renovate and get a real bedroom, it will be easier?). They don't sit in one place, they just notice me in the corner of the room and fly towards me... Not all at the same time either, that's why it's a cycle of almost falling asleep -> hear buzzing -> flashlight -> try to kill it, maybe notice two more and try killing them as well -> try falling asleep
what's a CXO
X as a generic letter
It’s a catch-all for the various positions
Skill issue
is this linkedin?
linkedin applicant numbers are entirely fudged to get you to buy premium
we do what we must
and we must search for better opportunities
i've started using otta recently
its not as big
but its also not a social media
so it cant turn into facebook the way linkedin has
nifty UI and I think im getting more ads by smaller companies and startups
feels pretty US centric though
lmao
microsoft can afford it
laws need to start taking kneecaps before mega corps start caring
take their kneecaps
theyre right there
anyway otta seems to have an actual functioning "remote" only filter
so thats neat
I'm trying to come up with actual words that fit that, but idk if english even has any
if C and O were flipped you could have ORC
Do you know if such a word in another language?
not off the top of my head
cro magnon
(arguably not english)
if we allow onomatopoeia there is coo
isn't that already a thing

chief operating officer or something
That’s the title my boss gave himself
@rain marsh Charts beta is live in the PyDis workspace btw
Alright y'all, what are some reasonable rules for uwu-ifying something? Nothing too drastic, but still a clear uwu-ification?
.uwu
awwight y'aww, nyani awe some weasonyabwe wuwes fow u-uwu-ifying s-something? nyothing too dwastic, but stiww a cweaw uwu-ification?
I'm with "awwight"
- turnings Ls into Ws
- turning Rs into Ws
- stuttering Us
?
Still iconic line from Zig: "You should be grateful .uwu is turning all your Ls into Ws"
Great start. Personally I'd avoid the nani-fication of "what". Bit much.
could be a good start: https://github.com/letsbuilda/imsosorry/blob/main/src/imsosorry/uwuification.py
I'd find it acceptable if it matched what(?:[.!?]|$)
.uwu
gweat stawt. pewsonyawwy i'd avoid the nyani-fication o-of "nyani". bit much.
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu [horse]
mods can see deleted messages btw
👍
💀
no, audit logs can only see what happened in the server and not the text. Based on ToS, no bots can store public text. Also, if the public text got deleted, only discord can see it, they still store the deleted messages but no one else can see except them.
them (context from last word) = Discord
!src bb
Monitors users by relaying their messages to the Big Brother watch channel.
If the deleted messages are still in cache then we can access them. We store deleted messages in a discord channel so it still abides by Discord ToS very easily.
Most moderation bots store a log of all messages sent, so once you send it its stored - doesn't matter if you've deleted it. This is not against ToS.
Having on edit and on delete events post to a separate channel is pretty standard for moderation bots - made it clear when someone tries to hide their abusive talk vs when a mod deletes it
youtube UI keeps getting worse
Yes, well, they're having a tantrum, so you can't expect them to make the best decisions.
at this point I feel like you have to have a special talent to make not only bad but terrible decisions
it's like they're actively trying to annoy u
they're trying to push aside comments so bad
you scroll down and it's just a sea of garbage videos
go into incognito
oh wtf
i swear it showed that layout for me last time i did it
Thats awful
If thats how its gonna go then I feel less stupid about a project im currently developing
the new top notch UI the youtube UX team came up with
youtube releases updates in batches, it's always been like that
A/B testing
yay
i mean thats kinda the point of A/B testing isnt it
if it sucks at least it only affects a small amount of users
sure, but all the new UIs they've released are utter garbage
in fact, this one is even worse than the one they showed me last month
so I think they're actually "optimizing" it for shittier experience
.... Do I gamble with a 47 minute layover in ATL?
If its that or 4 hours, probably
I've managed a few 45 minute layovers, but its never a relaxing time lol
more like runover
I think I know ATL well enough that I can probably do this if delays don't fuck me over......
did this not age well? or is this planning for like a month away?
if hem is a gem
hem I am coming for you, I am gonna steal you and sell you to become rich
Planning for travel month+ away
tbf, I should also start looking at flights for summer at some point
hi
what happened here?
YouTube UX Team got bored
Ah goodness. I'm in a work classroom at the moment for GitHub Copilot 101 training. So much build up for how using copilot to write unit tests is a great productivity booster. First test written for a base flask app with a single route: copilot builds a unit test that doesn't use the imported app, builds a new app with the same route, then asserts it works. 
I love technology.
uganda
you don't need to be that polar
This was taken during the g5 solar storm
like a month ago
so as far down as michigan
yeah, that means it can be pretty darn south
i took some lackluster long exposure shots with my phone
it's not as visible with your bare eyes
meta data for what?
for this?
webcam image from one of the tallest peaks in switzerland
yo!
Its just some mountains 🙊
Mountains boring, coastal best
If you have both thats great but thats pretty much just Hawaii?
Whenever i go back home i make it a ritual to have early sunday morning coffee by the sea
it's lots of parts of the US west coast
Any geoguesser here
it's standard for social media to clean up metadata
metadata is way too dangerous, can result in easy stalking and doxxing online
that has to be the worst geoguessing game ever cause there's almost nothing here to tell me where this might be
sounds like a skill issue
that's a dominos pizza box. odds are pretty high it's in the US
typical american be like:
Domino's has stores in over 83 countries and 5,701 cities worldwide.
not enough pizzas to feed that many americans
there's a stack on the ground
the fairly nice weather indicates it's not in the UK
exactly
huh, only a bit over 1/3rd of all dominos locations are in the US. That is less than I would've guessed
I'd have confidently guessed more than 2/3rds
Dominos is better outside the US tbh
But sometimes you miss the taste of cardboard pizza
It's kinda like how KFC is popular in China
there are too many good or interesting pizzas across the world to miss cardboard ones
Fun fact: most Mexican restaurants in Hong Kong are... Not of high quality.
At the same time, chinese restaurants in india have developed their own twist
looks to me like that picture is taken from the southern shore of a lake, facing west
that's the extent of my geoguessing skills
Indochinese is low-key weird
beauty is in the eyes of the beholder
Sometimes you miss home
dude indo Chinese food is the best
can't go wrong with two peak cuisines
Indo Mexican when?
I low key want a chicken vindaloo burrito
that...doesn't sound that bad
I think we have one here
Text me the address; I'll check it out sometime
KFC in Beijing had the best daahn taat and po taat I've ever had
I believe my hosts in China were trying to kill me with the amount of food I was expected to eat.
hi
if this was minecraft i'd build my house here
narrowed it down to earth
source?
those appear to be "humans", the creatures that mostly inhabit earth
this is a shore, its probably in this area
somewhere
flip a more-than-2-sided-coin™️ and find guess the location
was that picture taken right then
the area looks like its far out in the wild, which means the trees are likely native there, so if we identify the plants, thatll give us a hint 
anyone know what tree that is?
It's probably a northern coast, somewhere in a warm country.
people look Western, I'm guessing US American
Yes
Did I miscalculate the UTC offsets? Or that website is a bit stupid?
additional sunlight map for reference later
website changes time zone to wherever you click automatically + probably miscalculated UTC offsets
i find my time zone reliable as a base measurement for the fact that it doesn't do DST
since we're looking at white people here (no offense) it could be
- north UK
- somewhere along australia
- an island (worst case)
o yea this about covers other uncovered areas
Seems way too green for Australia
well i'm not a geoguesser :p
I would guess they invaded an island.
there's also the cloud pattern
True, could be AWS
australia is huge and biologically diverse
yeah at the coasts it's not just outback lol
I looked at satellite footage in the part where it would match up, seems way too brown
whereas Suriname even had similar trees.. but I don't find that peninsula
i've looked at the eastern part of australia and found green-ish beaches
but i'm quite a lazy person so i stopped looking for it :p
makes sense makes sense
..that doesn't match up does it
Hi, would you like to ask if it is possible to have different avatars for each server?
with nitro yeah
i wonder which clouds match up more
bot?
?
bot's icon
Can it be different for each server?
but like- colombia doesn't have a shoreline at the part where it's supposed to be sunrise/*set so iuno :p
probably not
idk people in #discord-bots probably know
maybe its like in twitch , your bot also needs "nitro"
ok
yes, has
but i need icon!!
idt ive ever seen a bot do that tbh
mee6
I wanted to do it only after seeing that
if you're trying to do something like Dyno:
they are different discord bots
with different pfps
i found a 2y old reddit post and it wasnt possible then at least
dyno just invites the other bot, the other bot kicks the old dyno
damn
where
tough life
mee6 is can user upload icon
what
mee6 It is user-customizable
oh do you mean the custom bot feature
icon
or the "bot personalizer"
i don't know icon
i'm pretty sure you mean the bot personalizer
you can't change your avatar based on the server
ok
the way it works is that you have the user create a bot, then your bot uses that token
it's kinda complex
y'all got any show to watch?
i couldnt finish s1 because.. my site of choice stopped giving subtitles
bruh
i cant understand what they're saying
and my speakers are unbalanced so if i increase the volume the boom sfx will hurt my ears
although it makes my ears bleed if i forget to turn it off before listening to music
putting the l in linux as usual
i think the L is no subtitles
||thered be subtitles if you watched legit||
||
||
this is why i stick to kdrama and anime
they've always got subs
anyways
ooo im gonna watch kaiju no 8
i think they're doing a good job on the animation
it's actually better than I expected
it's too expensive and MFW: some of the shows i specifically paid a sub to watch, dont have subtitles
If you have a good computer, you can use the openai's whisper to generate subs,
Probably a bit hit and miss, though
Why would you need a good computer for that? Don't they have a API for it?
i had read about 20-40 chapters of the manga, the only problem i had was the "stupid mc" troupe
like bro isnt even stupid or doing anything wrong - its so fucking badass that he can convert into a kaiju, but he's always being looked down upon :/
yeah I guess that's fair
but that makes it that much cooler when he turns into a kaiju
Well you can do it for free cause they have released thier models for free, run in your computer
ah yes let me wait while my computer does that and my food gets cold 
ive actually used aiitra for this - https://www.aiitra.com/, but that was for making subs for some songs and i needed the timestamps cause i wanted to use them in my amv platformer
Oh they did? That's cool, didn't know that
That's one of the ways how illegal anime sharing platforms get thier subtitles cause they don't wanna spend money
yeah, it was really cool iirc
I meditate too
just slap on some audio equalization or whatever filters in easyeffects
ez
wonderful timing
This week he got arrested 😔 (kaiju lives matter)
dont you love it when the connection to the origin web server was made, but the origin web server timed out before responding. The likely cause is an overloaded background task, database or application, stressing the resources on your web server. To resolve, please work with your hosting provider or web development team to free up resources for your database or overloaded application. Additional troubleshooting information here.
skill issue
increased skill is not gonna help me 😭
i just wanna access a website
solution: just go to another website
what's up pydis
i'm on the penguin OS now
text rendering is ass compared to Windows lol
mac?
Old mac os hada polar bear as their icon
oh i was joking lol
Old old actually, which was that?
linux seems cool
what is the difference between dev firefox and normal firefox?
cuz i heard that dev firefox is better
firefox developer edition?
yea
devtools
it's a faster release channel
what are the devtools
like beta
That VPN is doing nothing for sketchy sites lol
ff dev edition used to have newer devtools, but these days there isn't anything new
Any free VPN is logging everything you do and selling the data
yeah ik everybody talks about opera being a scam or smth
free is doing a bit in that sentence, but not much
It's not a scam it's just another chrome like every other browser
I use edge cause it's the fastest I've used and that's about it
I used to use Vivaldi but it started having issues and got REALLY slow
Worse than Firefox slow and Firefox is slow as fuck
i like the performance limiter on opera
so then my laptop doesn't explode
from the extra 1mb
lol
I use edge on the laptop too. Never had an issue despite it being pretty old
i think opera uses maybe like 200gb less than edge
but idk
i haven't tried it out this new laptop i got
200 gigabytes less?
bruh
Homie running 512tb of RAM
Oh my God
I'm going to always read "mb" as megabyte now whenever people clearly mean "my bad"
Why didn't I think of that before
see i always knew edge was inefficient
kb
mb
gb
tb
and whats the other one i forgot
im lmao now that i re read it
there are about 30 or so, but the next-biggest one is petabyte
yotta
Yottabyte
LMFAO I WAS ACTUALLY CLOSE
Exabyte
i was joking
.wiki si prefix
Metric prefix
introduction in the 1790s. Metric prefixes have also been used with some non-metric units. The SI prefixes are metric prefixes that were standardised for use
International System of Units
the SI provides twenty-four prefixes which, when added to the name and symbol of a coherent unit produce twenty-four additional (non-coherent) SI units
i feel like being a lil skid
if anyone needs a googolbyte, everyone else is in severe danger
It's actually crazy to think about
isn't there that thing u can do to make ur internet suuuuuuupppppeeeer fast
When I was a kid, we had like, megabytes of storage lol. I remember the first laptop we had was 160GB
now single hands are bigger than that
Games*
Dude resetting my keyboard was a mistake
bro what thats a big game
i wonder how much storage that jedi fallen order takes up. cuz thats prolly the most performance intensive game i've bought
We're getting to the point where having a petabyte of storage at home isn't an unthinkable thing
It's still expensive but steadily getting cheaper
oh it only takes about like 60gb
that might be due to your mailbox
nah data is like 50MB on top of that
bro i got like 500 emails in my inbox
it’s just the actual app size
i don't read any emails if they arent from like my grandma or something important
mostly just confirmation emails
yeah steam says installed size for me is 55
15 Grand for a petabyte at home
Right now.
Cheaper in reality, you'd get volume pricing on drives
That's assuming 0.014 USD/GB
bro $0.01 for a gb is crazy
Which in reality you'd be paying way less if you're buying that many drives
for a moment there wolfie, i thought you might've been mentioning how much you paid for a petabyte you already have 
what do yall think i should make in batch?
Nothing
nothing
ok
No no I have uh
9TB in my main system
gahdam
1TB in my bedroom system and 1.5TB on the laptop
bro i have like only 550gb on this laptop
The streaming rig will have 1TB too
i have 19.5 terabytes over 5 drives and 3 are getting full but i don't have any more space in my computer 😭
I intend to do a cleanup of a lot of my data
also wtf kind of cruel monster removed the :sobmeltdown: emoj. typical arch users 😡
I'm using like 2TB from old videos that are not needed from old projects that never went anywhere
I also want to do away with spinning disks
i just searched up colored text in batch on edge and bing ai just starts yappin
@echo off
setlocal EnableDelayedExpansion
:: Define a backspace variable
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do (
set "BS=%%a"
)
:: Function to print colored text
:ColorPrint
echo off <nul set /p ".=%BS%" > "%~2"
findstr /v /a:%1 /R "^$" "%~2" nul
del "%~2" > nul 2>&1
goto :eof
:: Usage of the function to print "hello" in different colors
call :ColorPrint 0a "hello" & echo(
call :ColorPrint 0C "hello" & echo(
call :ColorPrint 0b "hello" & echo(```
like wtf is this
Oh actually I was wrong I have 10TB not 9
The cash symbol is pretty common in programming lol
have you ever seen haskell code
i used it in my calculator on C# i believe
nah
Haskell is a great language for learning functional concepts
good keep it that way
It's an awful language to actually write code in
whoa
I got some hold on
python is just fun and simple
idk it seems pretty nice to write in too
cuz i can usually make any simple program i want but then i procrastinate and never get it done
probably annoying if youre fighting a deadline or sthn
