Salamander
- 3 Posts
- 80 Comments
Salamander@mander.xyzto Asklemmy@lemmy.ml•Why did a guy walk into the mud when he saw me coming down the sidewalk?2·11 days agoGo team grass! 😁
Ah, well, if he was wearing sneakers then the boots theory does not apply. I am not sure. You have many possible answers already… The actual answer might end up being quite simple though. He may have realized the grass was wet a second too late, and by that point chose to commit as he was wet already.
Salamander@mander.xyzto Asklemmy@lemmy.ml•Why did a guy walk into the mud when he saw me coming down the sidewalk?6·11 days agoI walk a lot through grass and mud. Most of the times I am wearing water-repellent boots, but there have been times when I am wearing sneakers and I step into some wet mud or grass by habit and get them all wet. This person may be used to walking in grass/mud. Perhaps they work in the field, or enjoys hiking through wet grass and mud to find amphibians. So, that is one thing to consider: people experience different levels of discomfort when walking through mud.
You mention that he was wearing sneakers. Are you sure about that? Water-resistant boots make one extra comfortable about walking through wet terrain.
If the sidewalk was so broad that you could have two people side by side comfortably with extra space, then it is a bit weird but it could still be a habitual reaction to giving way to others.
Since I like walking on grass and I know that others might not, it is not uncommon for me to walk into grass to get out of the way. I also do this on the bike when the bike path is narrow because I am driving either a hybrid or an mountain e-bike and I know these handle the grass better than many other bikes.
Our relationship is built on tiny hills to die on. Of course, it is always playful 😜
She will use a common grammatical construction in Spanish (“a por”) that became technically correct in Spain (where she is from) long after the conquest. I am from Mexico, where that construction is not used (we don’t insert the “a” before “por”). So, when she uses “a por” I act like I don’t understand and argue that it is not in the spanish her ancestors taught mine.
I will know what they mean, but if I notice it is 12:01 I will absolutely take the opportunity to respond as if they meant 1 minute ago
The split between “Today” and “Tomorrow” is at midnight, not when one sleeps/wakes up.
This comes up often after midnight when my girlfriend asks me about “tomorrow”. Why discuss breakfast for tomorrow when we still haven’t had breakfast today??
I think the difference in time is too big. Also, in the talk page’s archive it is stated that the wikipedia was updated because of this meme, and not the other way around. This is from the talk page:
Looking through the archived history of the talk page, I can confirm that the claim on the wiki page is derived from the viral post, and not the other way around: https://en.wikipedia.org/wiki/Talk:Gulf_of_Mexico/Archive_3#Chalchiuhtlicueyecatl
How did I miss that?!
My timeline is incorrect then. Since the post from sassymetischick.bsky predates the wiki edit, it is more likely that the wiki edit was made in response to this meme, and not the other way around. This pretty invalidates what I said above…
I still can’t find any evidence of this being an actual trend, but I no longer have a good guess about the origin.
Cuando quieras! 😁
Yes, but that version is in German. That website also has one in English: https://annas-archive.org/slow_download/24154814bfe1e676d79509c3db1f74a4/0/0
Let’s see…
Woah, interesting. The author is José López Portillo. I thought he shared the name with a former Mexican president, but, nope, the author is a former Mexican president.
The title of the English version is a bit different, but the text appears to be the same. It is a novel, and I can find no mention of the gulf of Mexico or of Chalchiuhtlicueyecatl in this book. To me it looks like a mistake in the citation.
The claim appears to come from this text (citation 1): https://www.scribd.com/document/703207646/Dioses-prehispanicos-de-Mexico-mitos-y-deidades-del-panteon-Fernandez-Adela-1992-Mexico-D-F-Panorama-Editorial-9789683803061-cbee5
Unfortunately, that book does not contain references nor is it stated where this claim comes from.
EDIT: As indepndnt mentioned in a comment below, the OP was posted on February 14, which pre-dates the wikipedia edits. So, my conclusions below about the timeline are not valid.
Hah, sure, let’s investigate 🕵️♂️
The term ‘Chalchiuhtlicueyecatl’ was added as a potential Aztec name to the English wikipedia page on February 15, 2025, by user ‘Mxn’.
The description of the edit is the following:
Frum says the Aztecs had no specific name for the gulf, which is plausible in a practical sense, but Fernández gives a specific religious name and is more of a reliable source on this topic
If we investigate a bit further, we can see that the term Chalchiuhtlicueyecatl is described to be a name for the ‘Gulf of Mexico’ in the spanish Wikipedia: https://es.wikipedia.org/wiki/Chalchiuhtlicueyecatl
This page was updated to include the description of Chalchiuhtlicueyecatl as the ‘Gulf of Mexico’ in September 16, 2018. I don’t have access to the citation so I don’t know if the citation specifies if this term is still known/used.
If you check the history you will find that the same ‘Mxn’ fixed a typo in this page on February 15, 2025.
So, from this sequence of events it is highly likely that the term ‘Chalchiuhtlicueyecatl’ was included into the Gulf of Mexico wiki page as a result of the user Mxn performing an active search for Aztec names for the Gulf of Mexico, and finding this connection between the term an the gulf by searching on Wikipedia. This information did not come from recent news about the term being used by natives.
I can find no evidence of native people referring to the gulf of Mexico as ‘Chalchiuhtlicueyecatl’ more frequently or at all. I can find no mention of this becoming viral in Mexico.
I find it highly unlikely that:
- User Mxn added an obscure Aztec term to the Wiki page two weeks ago
AND
- This same obscure Aztec term coincidentally began being used by Mexican natives, and this trend became popular enough to be noticed by foreign media but not by Mexican media
More likely…
- Mxn actively looked for a term and updated the English wiki
- Someone read the English wiki, thought this would be a nice story, made the meme
And this concludes my little investigation 🧐
Salamander@mander.xyzto Asklemmy@lemmy.ml•What if there was a health tracking device that you swallow?3·3 months agoThese are being developed by a Dutch company: https://www.oneplanetresearch.com/innovation/ingestibles-for-gut-health/
Salamander@mander.xyzto Asklemmy@lemmy.ml•What's the weirdest defense you've seen used to justify belief in God?1·3 months agoOnly those who complete life without believing in a God pass into the next stage of the simulation.
I have used XMPP for some time now and I tried Matrix for a bit, but have stuck with XMPP until now.
I found it practically very easy to set up a prosody XMPP server in a raspberry pi. In XMPP you have the core standard that is kept quite minimal and then you can extended your implementation using XMPP extension protocols (XEPs) in a highly modular fashion. This approach of building on top of a light core using well-documented extensions I like very much.
With Matrix, JSON is used instead of XML. I think that JSON is a nice format when trying to look under the hood at how the message data is structured. XML is a bit of a pain to look at in my opinion. And I think JSON might be more efficient in how it moves the data around. So, that is a big positive for me. But I Matrix appears to be more focused on being feature rich than on having a flexible modular structure. While it does have extensions, successful extensions do have a chance of being eventually integrated into the core protocol. This makes the core feel bloated to me, because I have very minimal requirements.
In terms of security, in XMPP you start with the core and then you select the type of encryption that you like (OpenPGP, OMEMO, etc). OMEMO encryption has plausible deniability built into its design, and for me, plausible deniability is a property that I consider important for messaging. The modular approach to XMPP also means that these are choices that one gets to make in an active manner, and the protocols are open protocols that come from outside of XMPP. With Matrix you get their encryption protocol as part of the core - it is a protocol that they designed and that you need to accept to use their tool with encryption. It is probably a good protocol, but I don’t think it has plausible deniability built in, and that’s a choice you did not get to make.
As for moderation, I don’t know. Do they mean moderation tools, or the actual absence of moderators and unmoderated communities? Because the latter is more a property of the people using the tool that the tool itself. You can have your own private communities.
If someone asks me, I could recommend Matrix but would rather recommend XMPP, depending on what they are looking for specifically.
Salamander@mander.xyzto Asklemmy@lemmy.ml•What's the last straw that made you quit commercial social medias (Meta,TwitterX, etc...)?5·3 months agoSnowden’s Permanent Record book was a strong motivator for me.
Salamander@mander.xyzto Programmer Humor@programming.dev•The government doesn't use SQL811·3 months agoSomeone needs to explain to Musk how to debug with the JSON so that the ipv6 GUI does not overflow into the git API front-end
Salamander@mander.xyzto Asklemmy@lemmy.ml•Ask my guinea pig anything, and I will let her crawl on the keyboard to answer.23·3 months agoTeach me a new tongue twister
Salamander@mander.xyzto Asklemmy@lemmy.ml•Is it too late to develop a social life in your mid 20s if you never had one prior?5·3 months agoNo, not at all! As you grow older, it may not be as automatic as when you are in school. Many of the people that you interact with might be focused on their own stuff (work, partner, family, hobbies, finance) and not too motivated to expand or even have a “social life” in whatever free time they have (if they even do). But this is not everyone. There is still a lot of people at every age that do want a social life, you just need to put in a bit of effort to connect with them.
And, a tip, do not consider failed attempts at socializing as a “failure” on your side. Perceived rejection often boils down to people being very attached to their free time, and socializing not being on their list of priorities. If you keep this in mind then you do not need to feel discomfort from rejection, and you can be active in your search for like-minded people without worry.
Xni’pek
In the Netherlands I use adjuma pepper instead of habanero and mix sweet orange juice + lime as the sour orange replacement.