Jump to content
Banner by ~ Ice Princess Silky

SasQ

User
  • Posts

    996
  • Joined

  • Last visited

Everything posted by SasQ

  1. SasQ

    Hi there! Long time no see :J

    1. SCS

      SCS

      Hi SasQ, so great to see you again! How have you been? I always loved your in-depth mathematical analysis threads from back in the day.

  2. Ah, geometry, my favorite :> The answer seems to be correct, although using trigonometry for such a problem is kinda like picking a sledgehammer to crack a nut Notice that the line connecting the centres of the circles (the double radius) is parallel to the hypotenuse, so if you project these points on the other two legs, you'll get a smaller triangle which has the same shape as the original one (i.e. they're similar, and hence their sides are in proportion). From that you should be able to construct an equation for `r` in terms of the sides.
  3. I'd rather say that the error is in the silly notation that confuses the operation with its operands. But even the great Leonhard Euler fell into this trap, which shows that even the greatest minds can err if the notation they use is deceiving. The actual error is right there in the middle, because this is an identity only for real numbers.
  4. Reminds me when my father asked me once to calculate a compound interest on his investment, and when I said "Hmm… the 12th power of 21/20 is…", he yelled: "12th POWER?! ARE YOU MAD?! THIS WOULD BE AN ASTRONOMICALLY LARGE NUMBER!" "Yeah, but it's a 12th power of number just a wee bit larger than 1" – I replied He still didn't get it, so I left him in the hands of other "experts" :J
  5. I'll try to answer in such a way that you know that I know, but without spoiling the fun to others 1. That's a rather trivial one 2. That's a prime example of what a certain Eratosthenes would ponder upon while carrying a sieve 3. I think that it's perfectly possible to square that circle 4. This question might be quite divisive, depending on whether one likes a proper answer or improper I'd go with improper though. OK, but to add some more fun, let me add another question: 5. Which box will contain the biggest number of marbles and why?
  6. More like "Die Hard 3" challenge
  7. Browser? Pfft! Why not in the entire desktop? Although such virtual assistants seem to be a cool idea, and they shouldn't be too much hard to make, the hardest part of it is actually the "A.I." part, because there's no such thing as A.I. as of yet. There are Artificial Neural Networks (ANNs) and Machine Learning (ML) models, but they are far from intelligent. They just learn to mimic the way we talk/write, and with a knowledge database large enough they might seem intelligent, but they're not, because they don't really understand what they're talking about. Just ask them about something that requires using imagination, or knowledge about the laws of physics, or something absurd, or fictional, or that requires a sense of humor (another thing that machines don't have and probably never will), and see them struggle E.g. "If it takes an hour for 10 buckets of paint to dry, how many hours will it take for 30 buckets of paint to dry?" (the ANNs usually reply with 3 hours, because they don't understand that buckets of paint can dry in parallel). Or "What's the best way to pick a coin that lies on the bottom of an upside-down glass?" (the ANNs reply with some complex procedures because they don't understand that when the glass is upside down, the only way for a coin to lie on its bottom is to lie on the top of the glass where it can be easily picked). Or "Tell me the funniest joke that you heard, but in such a way that isn't actually funny" (that's a cruel one, because it joins sense of humor with logical reasoning and contradictory commands A real "A.I." breaker, because machines can't get paradoxes, due to the Halting Poblem, and they go into an infinite loop, while a human can recognize the paradox transcend from it). So long story short, such a virtual assistant would be a cool toy at most, and perhaps something of a kind of a search engine on steroids. But I doubt it would be much useful beyond that, I'm afraid. Also, language models for such ANNs are usually HUMONGOUS, and require a lot of computational power and other resources on your machine if they are to be of any use. Unless they're a cloud service, but in this case there's a lot of risk of having your machine exposed to such a service and knowing every single detail not only about your machine, but also about you (from all the things that you tell it during conversations). As if Facebook and Google weren't spying on you enough
  8. Well then I must be a cyborg, because the numbers often reach 500 My absolute record so far is 575 tabs from last year until I started a new session But I use an extension for tab management, so I can flush them into a file as a list of URLs and reload the entire session later. Why that many? Because I often do research, and I open every single page that I can find on a particular subject, and then I go through all of them, closing the chaff and leaving only the good ones. Then I start reading them. And I often have to jump between them to connect all the dots that are scattered here and there. I also do programming, so I often need to have a lot of documentation pages opened and navigate through them while coding. Organization is the key I often reorder the tabs, group them together by subjects so that related stuff is next to each other, etc. And after ordering them, I save the session and dump all the URLs to a file, so that I could organize them further there, with headings, tags & stuff. Although I must admit that, even with browser extensions and my own organization skills, web browsers these days aren't very well suited for such workflow as mine, and there's still a lot of room for improvement One of them being memory usage, obviously. (Even though I compress memory and call the garbage collector pretty often, my 12 GB of RAM is still filled to the brim most of the time Welp, at least I make a good use of it, i guess… )
  9. Anyone who thinks Chrome is so cool, think again. Wanna hear about the day I uninstalled Chrome forever? :q Here it goes… My parents called me one day, because their laptop with Windows 7 was constantly grinding the hard disk and everything was working horribly slow. They thought that it might be some sort of a virus. But they had an antivirus installed and it didn't detect anything. (I actually suspected that it might be the antivirus slowing everything down, so I uninstalled it to check that, but it didn't solve the problem the slightest.) So I launched Filemon (a File Monitor, a program that monitors every access to the hard drive and logs it to a file) and, to my surprise, the log window has been immediately flooded with thousands of disk accesses, all from one single executable file: software_reporter_tool.exe :q It seemed to be greedily going through every directory and every file on the disk, hence the grinding. Delighted that I found the "virus", I did a web search to see what they write about this executable, what it is and where it comes from, an… that was even a bigger surprise, because it turned out to be an integral part of Google Chrome! And it's not a bug, it's a feature! According to them, this program is supposed to go through your every directory, scan all your files, and report them to Google for whatever reason (sic!) Yeeeeeahhhh… isn't this what every malware does, by definition? It was impossible to delete this file, because it was protected by the system. Even if I deleted it "the hacker way" (with some low-level system tools), it soon reappeared again with the next regular update of Google Chrome! They detect that this file is missing, and forcefully reinstall it! If you do a Google search, you will find threads about this malware on Google tech support forums that are being immediately locked by Google, or even removed (those ones you'll rather be unable to find, obviously :q you can only know that they're deleting such threads by starting such a thread yourself and seeing it disappear, or asking other people who tried the same). Here's one example I could still find: https://support.google.com/chrome/a/thread/99323901/the-software-reporter-tool-exe-is-malware-admins-need-control-back-over-this-unwanted-software or another thread from Super User (which is not under Google's control, so they can't remove it there, but apparently there are still people there who claim that this piece of malware is "normal" and "innocuous" and you shouldn't bother your little mind with it ): https://superuser.com/questions/957332/what-is-the-software-reporter-tool-downloaded-by-google-chrome Anyway, once I deleted this file, all the disk grinding stopped and the machine became perfectly usable again. So this was indeed the cause. And knowing that they will reinstall this file back with the next update and the problem will return, I decided to uninstall Google Chrome completely and replace it with Firefox. My parents don't have any problems with this machine anymore since then. That was the day I stopped using Google Chrome altogether, forever, and I advise you to do the same and replace Google Chrome with another browser of your choice (Firefox, Brave, LibreWolf etc.) that doesn't grind your hard disk to go through your every file and rat to Google about it
  10. Forget YouTube and its annoying ads, use it through Invidious instead. It is a YouTube proxy that allows you to watch videos from YouTube and read YouTube comments (as well as comments from other platforms for those videos) without any ads or other annoying distractions through one of multiple independent Invidious instances that you can choose from. And you can even run your own instance locally, since they're all free and open-source. It's like YouTube, only suckless
  11. Well, it would have been be a debate if you provided any arguments on your side first :q Otherwise it looks very much as if you were trying to troll people into providing you the arguments for the contrary. In a debate, you must provide your point of view and your arguments first, so that other people could either agree with you or refute your arguments if they spot any mistakes, false statements or contradictions in them. But there's nothing to refute in your original post, except for the title, which (from what I've seen) has been immediately refuted by @TomDaBombMLP :q In debates (and logic), the burden of proof is upon the one who makes a claim, so it is on you in this case. Making a claim like the one from the title, you should have started from providing your arguments first. It's not other people's responsibility to prove you wrong, or to provide arguments for you (that would be another mistake on their side: a strawman argument, because they would then be trying to refute arguments that wasn't yours.) Also keep in mind that it's rather hard (if not impossible) to disprove negative statements, because it requires having the full complement known, which might be possible in mathematics, but not in real life. If you don't understand why, then I claim that there are invisible fairies in my basement. Prove me wrong. and Playing the devil's advocate a bit: The fact that Twilight Sparkle or Fluttershy say something about Spike, doesn't necessarily mean that they are correct They themselves might have been mistaken, or fooled by his appearances.If some of the ponies said that Spike is a potato, should we immediately believe them? So maybe the first thing we should do, is to think a bit about what would constitute a valid, conclusive proof in this matter, either for one side or another? If we can't take ponies' opinions on this as conclusive, what proofs can we accept? Can a Dragon be considered an expert on this subject? (E.g. if Smolder or Ember said that Spike is a baby dragon, could we take that as a "yes"?) Now that's just plain denial, if I ever saw one :J I mean, come on! He's in almost every canonical episode! (As well as in previous generations.) How can he not be a canonical character?
  12. If you're wondering whether she might do it, then she probably wouldn't. And if you have some doubts about it, then your reader will most likely have similar doubts when reading it. This doesn't necessarily mean that Rainbow Dash couldn't possibly do that – everyone is capable of doing all sorts of things in certain circumstances. So the real question here is why would Rainbow Dash do it, and what circumstances could make her do it. It is your job as a writer to discover her motivation (if you really want to write a story in which she does that, that is). The reader must understand her position well enough in order to still be on her side when she does it, or at least understand what motivated her to that, even if the reader is not very fond of her actions. Motivation of the character is everything in such cases.
  13. Sure thing, but you see, this argument can be twisted the other way around as well (and I've already seen it twisted around that way a couple of times before): One might argue that saying that most MLP fans are nice and friendly people is a generalization as well, and that it "misrepresents" the fandom in some way, because it paints it with more colour than there really is; that saying that, for example, cloppers, or people who enjoy pony gore, or people "from the spectrum" (choose your favourite spectrum here), are "just the minority", is a "misrepresentation of the fandom", or that it "offends" those people by denying their existence or their tastes, because apparently being a fan is just a matter of self-proclaiming oneself to be one, and it doesn't matter what the rest of the fandom thinks about it. Imagine that some really bad person publicly announced that he's a MLP fan. Can a pedo be a fan? Can a serial killer be a fan? Where's the boundary? If there's none, then we have a problem, because this means that nasty people will always be found in the fandom, and their behaviour will be generalized on the entire fandom. If we wanted to stop it from happening, we would have to put boundaries somewhere, and then we're back to square one with that "tolerance" and "inclusiveness" thing :q That's the gist of the paradox right here.
  14. Well, although the whole thing sure is on the border of funny and cringe, the person who made that petition does have a point: there are pretty messed up people in the fandom (as in pretty much any fandom). And the real question here should rather be: what should we do about it? Or can we do anything about it, for that matter? :q One possible solution might be to disclaim such people from the fandom, by setting some conditions one has to meet in order to call oneself a fan. I mean, I'm not saying that we should put the bar very high, it doesn't necessarily have to be something strict, but… oh, I don't know… at least having watched the actual show wouldn't hurt :q I find it rather weird when people call themselves a fan of something and yet they never watched the source material, and all they want is to belong somewhere because they think it's cool. But if we wanted to really clean the air, we would have to require people to follow the moral standards that can be found in the show if they want to call themselves true fans. (Something that I personally call a "Harmony Brony" – someone who lives up to those moral standards and life lessons from the show, and does his/her best to implement them in his/her life.) Then, if someone accused us of the fandom being nasty, we could always say: "But look, we have this here moral code, and those people are not following it, which means that they are not real fans, they're impostors." Unfortunately, there are some problems with this approach, and I'm pretty sure you already thought of them: "Love and tolerate" – anyone remembers that? If you're new in the fandom, I'd like to remind you that this was once our slogan. And that's precisely the thing that would be contradicted when we assumed the approach from the previous paragraph: One could argue that we're not as tolerant and inclusive as we claim, if we don't allow certain people to call themselves fans or refuse them right to do so :q I've already heard this argument multiple times before, every time something nasty happened in the fandom and some people were condemning it – there always was another group who claimed that we have to allow such nasty behaviours in the fandom, because we don't have the right to refuse anyone the right of calling themselves fans; that such people are fans too, and we have to tolerate it, because we're tolerant, aren't we? It's in our motto after all :q The problem is much broader, though, and I even think that it's the predominant problem in our modern society these days. It is a so-called "Tolerance Paradox", which says, that if you want to be really tolerant, you have to also tolerate intolerant people :q Or people who misbehave, or misrepresent your community. The notion of tolerance has been blown up so much these days, and became so much political, that it lose any meaning whatsoever. If you disagree with something, or have a different opinion that a certain group of people, they will call you intolerant. And often it doesn't stop at that – they will also do what they can to stop you from expressing this world view, which… paradoxically, contradicts the very definition of tolerance :J They want you to be tolerant towards them, but they're unwilling to tolerate you if you're not. Sounds familiar? This also reminds me when a couple of years ago, a couple of my friends had enough of censorship in the media, so they started their own medium, an internet radio, whose sole motto was "no censorship whatsoever". They wanted it to be a platform in which everyone could come and say whatever they have to say, and no world views would be excluded. At first, it worked pretty well, and there was a lot of interesting podcasts, interviews, talks etc. But soon after it started to attract all sorts of messed up people with crazy ideas. UFO-catchers, Flat Earthers, lunatics, cult leaders, or people propagating extremism or totalitarianism. All these things started to scare off both listeners who weren't interested in such crazy stuff, as well as guests who didn't want to show up in such company and didn't want to be associated with it. So after a couple of months, crazy woo stuff was the only thing that remained on the platform, because woo people aren't afraid of other woo people and they were the only ones who didn't scare each other. But even among them there was a lot of disagreement about the subjects that should be presented on the platform, so in the end, the platform rot and died with natural death :q So what's the moral of this story? I'm sure you're thinking now: "Well, it means that SOME censorship is required. Isn't it what all the big platforms are doing right now?" Or, if you're more on the libertarian side, you may think: "The fact that such things happen surely doesn't mean we should relinquish our freedoms and censor everything, now does it?" And you've probably guessed that these views seem to be contradictory: We can only have one or another, we can't have both, can we? Well, if you're like me, you would rather try to see past the paradox and find a solution that would satisfy both sides. Because if anything I learned about the paradoxes in my life is this: The only way to escape a paradox is to surpass the limits in which the paradox emerged in the first place. In this case, on one hand, we want to be able to express ourselves freely without anyone telling us what's the right or wrong way of doing it. On the other hand, we don't want other people's views to mess with ours. There are things that are either too disturbing for us, or simply not interesting to us, and we don't want to be forced to deal with them in our lives (that is, we don't really want to tolerate something that we don't accept, and as you know, or should know, tolerance cannot be compelled). And even if we do, we don't want to do that all the time. For example, I don't mind to see some pr0n from time to time (I'm an adult after all), but it doesn't mean that I want to see it all the time. I don't like pony gore, though, and I don't want to have anything to do with it, but I don't mind other people liking it, as long as they keep it to themselves and don't have me watch it, especially unexpectedly. But I can't stop them from doing it, and – to be frank – I should't. So how can we solve this paradox? Well, I'll give you a hint: the solution evolves around what I wrote in another thread some time ago. The problem with the fandom still stands though. And I think it might be harder to solve than the problem with freedom of expression vs. censorship, or the Tolerance Paradox, without introducing some subdivisions in the fandom, or setting some rules / boundaries that I'm pretty sure most people won't be happy with. But creating "safe spaces", forcing tolerance, or increasing censorship, is NOT the way, I can tell you at least that much. And neither is the opposite: just letting everyone do whatever they want, even at the cost of putting the entire fandom in bad light. And what are your thoughts?
  15. There are also ships Or you can visit South American countries too, they're connected with land with North America. Another possibility is to use the fact that the Earth is round, and travel through Canada, then Alaska, and from there, there's a short water gap to Kamchatka in Russia (or perhaps a short trip in a ship to Japan ). Then you can travel through Russia or China, and finally get to Europe without the need of using a plane Once you're in Europe, there are several ways to get to Afrika in case you wanted to visit it too: either a short boat trip through the Strait of Gibraltar, or through Sinai Peninsula around the Mediterranian Sea (which might be a better choice if you're approaching from the East).
  16. So what is it that you would be missing the most? Well, there are trains in Equestria, as well as hot air balloons and zeppelins. But even travelling "on foot" (if I may say so) might be easier if you're a horse and you have 4 legs instead of just 2 For sure BTW I think that you might like "Dr. Stone" (in case you haven't watched it yet). It's an anime about restarting the civillization from scratch with science after a global cataclysm. The first steam engine? Didn't you hear about Heron's aeolipile? It's been described by Heron of Alexandria in 1st century A.D., but the design might be even older than that. Well, as I said, there already are steam engines and trains in Equestria: Sure, there were some misconceptions at first about how it should be used But ponies figured out the right way rather quickly. True. You can take shortcuts like that if you already know where it all goes and understand the end result, and not having to depend on luck and trial and error. There's a risk of making something that you don't quite understand if you only know the end result though and not with all the intermediate steps that led to it. But I'm pretty sure you're aware of that. You seem to have obsession about those guns ;> So let me ask: Why do you think that it would be a good idea to bring guns to Equestria, a peaceful country with not much crime and violence? Don't you think that guns might introduce some of the problems that exist in the Human World? (To be clear, I'm not against guns myself – they have their uses. But it's a technology that gives a lot of power, so if this power doesn't come with responsibility and reason, and if its availability is monopolized by certain groups who gain power over others that way, it might also be very dangerous and destructive to the society, as we often observe in the Human World. People have to be mature enough for certain technologies to be used properly by them.) Welp, if that's what floats your boat?… I mean, that's one way to live your life, for sure. And there's nothing wrong with it as long as that's how you like it. Like the Snufkin from Moomins. In Equestria, such life is definitely easier than in the Human World, because you can just walk around and live in the woods etc., and no one would tell you away or arrest you. There's also more ways to get food in the wild: berries on shrubs, apples on wild apple trees, mushrooms in the forest (just avoid the poisonous ones :q ). Heck, there's also grass. Ponies can eat grass, even if it's not very civilized at their current level of development, but it's still a viable option for a poor homeless pony :q There's also water in rivers and lakes, rain water is also much cleaner than in the Human World (no pollution etc.). You can also collect stuff in the woods and bring it to the town market to sell in exchange for bits that you can then use to buy food. There's definitely more options available than in the Human World where you are pretty much forced to live in a certain way, and once you don't, they make your life as hard as possible to force you to comply :q True that. I'm rather poor myself, and life without much of money taught me to look at things that surround me and think how can I use, reuse, or repurpose them it in a different way for my needs. I look for how can I use the stuff that surrounds me, or make stuff myself instead of buying a ready-made one. So for me, it's definitely a catalyst for creativity. Dunno about spiritual things though, I'm not into this kind of things. Materialism is not necessarily a bad thing – our bodies are material, our world is material, so ignoring this fact won't get you too far in a material world :q (hey, maybe that's the reason for your poverty?) Materialism is bad when it consumes you, when you focus more on material stuff and its value rather than on other, more abstract / spiritual stuff like friendship, love, being a good person etc. But it all depends on what you do with material things. Take a look at Rarity: she's pretty materialistic if you ask me ;> She loves shiny things, sophisticated things, high-class stuff. And he might be greedy at times But she balances it with her Generosity, giving back to the society and supporting other ponies whenever she can. It wouldn't be possible for her if she wasn't a business pony, would it? :q Even if she still could be generous, her gifts and help couldn't be as significant. Well, that could be arranged… :J Remember those trees at the bayou that give you Swamp Feaver? :q Hahah this probably wasn't supposed to make me laugh, but it did I wonder if Fluttershy considered that when she said that she would like to be a tree :q
  17. Well, I never saw any pony eating grass straight from the ground in the series, nor even talking about some pony doing it off-camera, so I'd go with the assumption that they don't. But of course I wouldn't be me if I didn't look for any reasonable explanation and reasons for why they don't do that. As @Batbrony correctly noticed (emphasis mine): Being ponies, they most likely can eat grass, especially if they can eat hay (which has been canonically confirmed multiple times). I.e. they stomachs are capable of digesting it. So do they eat grass? Well, not in the series, and most likely not off-camera either (as I mentioned already). So the question that remains is: WHY? Here's my attempt at answering it: Notice that ponies are the most sentient beings in Equestria. Sentience probably allows them to connect the dots: they poop on grass :q so the thought of eating raw grass straight from the ground might remind them of this fact and… well, let's say that it doesn't bring very tasty perceptions to their minds :J Also, there's usually some dust and other dirt on it, which adds to the picture. Humans have a similar sort-of taboo about eating food straight from the ground, or when it has fallen to the ground. They consider it "dirty" and usually don't attempt eating it. Probably because it's one of the first thing parents teach toddlers: to not put in their mouths the things that they grab from the floor. Although it usually wouldn't kill them nor make them sick that easily, it's still considered bad, because the floor is where they put their feet. So it's like putting your foot (or someone else's foot) in your mouth :J When people are poor and out of other options, and very hungry, they're more willing to eat food that fell to the ground, or even go through people's dumpsters :q But it's not something that a Human would do unless having no other options. So I can imagine that similar reasons might work for ponies: they don't want to get their food from the same place on which they put their hooves, and at which they (or other creatures) poop, and where there's dust & other badly-tasting stuff, unless they really have no other choice because of poverty, hunger etc. Because of that, eating raw grass straight from the ground might be considered brute and uncivilized. Ponies would rather not do that, to avoid getting shunned or ridiculed by other ponies. Another factor adding to the picture might be that, contrary to ponies & horses in Human World, Equestrian ponies do have access to other types of food, because they are sentient enough to have agriculture. They can grow their own food that might taste better than raw grass, or even unprocessed hay. They have vegetables (like carrots, turnips, potatoes, etc.), they have fruits (in particular: apples), they have grains (and with that, they can make bread & cakes), and they have eggs & milk. Having the choice, they may prefer food that tastes better than raw grass. Especially fruits & sweets. They definitely can process their food, and there's quite a lot of evidence of that in the show. There's of course a possibility that they eat processed grass, or even raw grass, but after they cut it and properly clean it from all the dust and other bad-tasting things. Even in the wild, with no other sources of food, I can imagine them taking the grass and putting it in a cauldron with water and heat it over a bonfire to make a grass soup instead of just eating raw grass directly from the ground. This would kill the bacteria and parasite eggs for sure, so it's healthier that way. But if they had to, having no other options, they would probably eat grass in the wild, having no other sources of food. (BTW even in the wild, there's not always grass out there :q In the rocky mountains, or on the beach, or a desert, or during the winter, there's good chances that there's no grass around. So it would be rather risky and unwise to depend only on wild grass when going on a trip.) So yeah, I think that answer the question rather thoroughly. Eggs are meat products? Where's the meat then?
  18. Then why is it that so many Humans want to go there anyway? :J An unused cave, that's an interesting idea… That's a really good idea! Of course that depends on how much do you know about how Human technology actually works Because, unfortunately, not many Humans do, which is rather sad :q Also, knowing how something works is one thing, but knowing how to actually manufacture it (i.e. the production technology and know-how, the tools needed, the materials) is another. I know how a car works, but I don't think I'd ever be capable of making one, even a crappy replica, let alone having all the tools required. And that's another thing: Many people don't think about how much thought and complexity went into their everyday objects, and because of that, they don't appreciate it. Take a drinking glass, for example. Do you know the formula for glass? Do you know what all the ingredients are and what's their purpose? Do you know the process of making glass? Once I've seen one dude on YouTube who tried to make glass, and all he managed to get is a solid piece of ugly crystal that wasn't even transparent, let alone forming it into a desired shape. So yeah, restoring civilization from scratch is not an easy thing, my dude ;J No, we definitely don't want guns in Equestria But yeah, it's quite interesting to think about why there aren't ones already. The gunpowder formula seems to be rather simple for anyone who knows basic chemistry / Alchemy after all, right? And it seems that ponies already have it, because they have fireworks. There's also Pinkie's party cannon. So why aren't there any guns? I was asking myself the same questions one day, when I was brainstorming for one of my stories, and did a bit of research on the subject, and it turns out that there's actually a long road from knowing the ingredients of gunpowder to inventing guns that work. First, knowing the ingredients are not enough, you also need to know their correct proportions. But even then, gunpowder is just highly combustive, but not an explosive yet. The first uses of gunpowder were for setting things on fire. Like, burning arrows, fire lances etc. It took another century or two before someone put gunpowder into a clay pot and it exploded instead of burning, because of the increased pressure of gases that had nowhere to go. So another step in this development was explosives and grenades. Then someone else figured out that explosion of the gun powder can set heavy objects, like rocks or cannon balls, into motion. So cannons were the next step (and this was actually the biggest turning point in military history, because it changed how forts were designed, going from straight walls of castles to star-shaped forts ). The first actual guns evolved from fire lances, things like muskets & stuff. Modern guns don't use black gunpowder though, because it produces too much smoke and pollutes the barrel. Modern guns use white gunpowder which has a completely different formula, based on nitrocellulose. Finally, someone gets it! I was facepalming so much when in "Turnabout Storm" Phoenix was like: "What would I do with all of that Equestrian money? It's useless in my world! I need USDs!", and I was like: "Dude! It's pure gold! You have an entire bag full of gold! And you want to exchange it for some worthless paper instead? That's why you're poor" :q Nice plan But I think that you need to flesh it out some more. I mean, where will you live in Ponyville, exactly? How will you pay for your room? What will you do to get those bits? True that :> That was the entire point of my question However, not all worlds are created equal. In some of them it's less hard to survive. I mean, you don't see many hobo ponies digging through people's dumpsters in Equestria, do you? There must be some reason behind that. Maybe it's easier in Equestria to get a nice job and earn them bits than in Human World? I mean, just go to the Rock Farm and farm some rocks for a while. It worked for Trixie Or go to the mines and try digging up some gemstones and selling them to Rarity, there seems to be plenty of them sprinkled all over Equestria (gemstones, not Rarities ). Or maybe do the other thing that Trixie did and arrange some street performance? Working on Applejack's farm and helping her with her work also might be a good idea to get some bits, or at least some fresh food. Now try any of that in Human World. It wouldn't be so easy, would it? :q Even street performances seem to be unwelcome, there's immediately police around, confiscating your bits and scaring you away Almost as if the entire Human society was designed to be as unwelcoming and hard as possible for people to be able to support themselves, isn't it? And what would you like to do? Are there any particular jobs you would be interested in? What are the things that you're good at? (I mean, as your ponysona) I thing you might have misread the title It's not about your first day in Equestria, but about what would you do after your first day, being stuck in Equestria for the rest of your life THAT'S ILLEGAL! ;o Nice try though ;>
  19. There's a couple of threads on this forum in the lines of "You've been teleported to Equestria, what's the 1st thing you do?" or "If you could visit equestria for 1 day, what would you do?", etc. But I couldn't find any thread that would ask what would you do AFTER that first day, when you've got all your wishes and dreams of meeting your idol ponies come true, did all those things that you ever wished to do, etc., and now you are about to stay in Equestria for the rest of your life :J What would be the NEXT thing that you do? I mean, you'll stay here for a while, so you need some place to live, right? But it's not that the ponies you met will let you stay in their house forever :q Even Fluttershy will finally tell you that you have to move out, as she did with the Breezies. So you need some place to live that would be your own. Where would you like to live? In Ponyville? In Starlight's village? In Canterlot? In the Everfree Forest? Someplace else? If you want to have your own house, will you build it yourself? In that case, where will you find all the construction materials? If you plan to buy a house ready made for you by some construction ponies, or rent a house, how will you afford it? So yeah, bits. You need bits… How will you get your bits? I don't suppose you have much to sell? You've just been teleported here with some magical spell, you most likely don't even have a shirt on your back, neither you own any other belongings (at least not yet). Where will you get your stuff? How do you buy it? Or maybe you can make it? But where will you get all the resources? Or maybe there's some special talent that you could use to get bits? Maybe you're a maker? Or you can fix stuff? Or maybe you can sing? What would your everyday life in Equestria look like? What would you do for a living? What would you do for fun? Maybe you want to be a farmer and grow some food, as Earth Ponies do? Do you have any experience with that? Or maybe you have some idea of how could you get such experience? Or maybe you're a Pegasus and you could help other Pegasi with the weather? Do you know how to do that? Will they see you as competent enough to let you do that? Or maybe you want to become a magic student, like some of the Unicorns? Do you think that you would be good at magic? Reading books, studying spells, experimenting with potions? These are all valid questions that I don't see many people asking themselves when they talk about being teleported to Equestria. Most of the time they talk about their dreams and wishes, but not very often do they talk what would they do after they accomplished all those dreams, and faced the plain-ness of ordinary, everyday life. (Which ponies in Equestria also have, you know?) So what are your thoughts? What would YOU do in your next days in Equestria? What you do to not end up as a homeless, hobo pony? :J
  20. This might actually be the reason why there's not much conflict between these races. Let me explain why. When each race has their own cities or countries dominated by that particular race or species, they always have a place where they can go (or go back) when they want to find others who are like them. It's their "safe space" (ugh, I hate that word), a place where they can feel comfortable and belong. But they still can mingle with representatives of other races or species, by just going to their place, or to some "common ground" where they can mix. Places such as Ponyville, where all three races coexist, or places like town squares, marketplaces etc. This balance between "safe space" and "common ground" is what makes them so peaceful, because they can always choose in which of these states they want to exist at a particular moment, and it is solely their choice. People in the Human World often believe nowadays that "segregation" is always a bad thing. They want to diminish it at all costs, by making everything "multi-cultural", "inclusive", "diverse", choose your own zing word. But the problem is, it doesn't quite work that way, and everyone with a half brain can see it with their own eyes, just look around. Why? Because it's FORCED. It's not natural. Segregation is bad when it's forced (e.g. when certain people can't go to certain places or meet with certain people), and mixing together is bad when it's forced as well (when people cannot avoid each other when they want). When you mash together in one room people that are different, either by their beliefs, or nationality, or skin colour, or culture, or religion, or politics (choose your own divisive factor), and they don't want to be mixed, it increases frictions and irritation, and slowly but steadily they start hating each other and fighting, because they can't stand each other, but they don't have any "safe space" to which they could escape and relax. That's why there's so many tension in multi-cultural spaces if they are not balanced by segregated spaces. Let me use a rainbow as an example (y'all like rainbows, don't you?). The rainbow has bands of colours, which are beautiful on their own, each of the colours has its own special features that make it unique. And they create beautiful Harmony (i.e. the rainbow) when put side by side, because then they complement each other perfectly, reinforce each other by contrast, etc. But if you try mashing them together, you either get an ugly brown-ish goop (when you use pigments of paint), or a dull shade of gray, or somewhere between black and white (if you use light). Either way, you get something that is ugly, dull, and devoid of colour. Why? Because now all the colours mix up and cancel each other (yes, I used this particular word deliberately). Instead of Harmony, you get cacophony. It's like playing all the notes of music at the same time – it makes an ugly noise instead of melody. Harmony comes from diversity, but only when the things that are diverse are put side by side, not when they're mashed together and clashing. Each colour of the rainbow needs to have its own space to breathe, its own place in the greater whole, where it belongs and fits. Only then the colours can interact with each other constructively and reinforce each other, creating Harmony of the Rainbow. (BTW that's one of the things that rainbow activists got wrong – they don't even understand the ideas behind their own flag; the flag tells them what to do to live in Harmony, and yet they do the opposite, trying to forcifully mix all the colours, making more harm to people and ideas that they're claiming to represent.) This is also why Equestria worked so well for so many years throughout the show: because every species and every type of ponies have their own places where they could find ponies (or creatures) that are alike, and live there peacefully and undisturbed, yet still being able to meet other species or races on "common grounds". But once I saw what happened in the series finale – with Canterlot becoming flooded with all sorts of creatures, all crowded in one place – I thought to myself: "Well sh%, ladies and gentlecolts, we're just seeing the beginning of the end of Equestria". And G5 movie kinda confirms that :q It was cool to see Griffons, Dragons, Changelings, Hippogriffs, etc. from time to time, either visiting the pony realms, or when ponies were visiting theirs. But when I saw them all mashed together in one picture, it started to look like Pony.Town (if you know what I mean): with shorks, borks, shadows, statues, wolves, skeletons from Undertale, lizard ponies, virus ponies, blob ponies, bat ponies, snowponies, but not many actual ordinary ponies :q (And as you probably know, even in Pony.Town, each nationality has their own corner of the map where they gather, i.e. segregation occurs naturally even there, because similar attracts similar, and dissimilars repel each other.) Such mixup is a perfect way to induce frictions and tensions in the society, and I'm pretty sure that's what happened to Equestria after season 9. Most likely ponies of different kinds, and different species of creatures, started to get on each other's nerves and driving each other crazy, due to their differences that they couldn't simply accept, but also couldn't escape. There was more harmony in Equestria when each of them had their own place to live, and interacted with others only when they wanted to, to solve common problems, exchange some ideas or goods, etc. When each of them could retain their own culture without pushing it on others or having it pushed upon them. Culture kinda implies a separate group of people, living together, having their own traditions, clothes, beliefs etc. Mixing everything in one cauldron is a good way to lose any culture whatsoever. So yeah, if there is a lesson to learn from this show for Humans about how to live in peace and harmony, this might be it.
  21. Yes, there is: the life itself. Life is a wonderful experience, in which you can learn a lot, visit different places, enjoy wonderful adventures, meet amazing people and spend your time with them. Sure, there are some downsides as well, as well as suffering. But they are experiences too, and they have their place in life as well – without shadows, you wouldn't appreciate the light. Your life also matters for other people, even if you might not realize it. Even the smallest things you do or say, can influence other people and their lives. And that's also part of the meaning of life: that you are part of a bigger whole, and you are here in this world not just for yourself, but for other people as well. If you deconstruct any idea (life included) into pieces, it will always lose all of its meaning, because any of the pieces on its own doesn't have any meaning. The meaning arises from the composition. Our lives mean as much as we all mean to each other. If you want a nice explanation of this idea, I remember seeing a good one in one of the episodes of "Power Corrupts" on DarkMatter2525's channel, the one with Adam in a simulated reality. (But the entire series is pretty interesting and thought-provoking )
  22. @TBD Funny you mention it, because recently I heard pretty much the same amount of bad stuff about "High Guardian Spice", and yet I watched it and enjoyed it a lot, definitely more than some other lauded shows from Netflix or CN that bored me to death after a couple of episodes. Sure, it's loaded with animation errors, poor quality background art, lousy writing, etc. (not to mention the hectolitres of wokeness). But if you disregard all those deficiencies of that show, and if you can read between the lines, there is some more depth into this show, and some more mature subtexts, for those who like overthinking things and theorizing. Things don't always have to be epic, perfectly animated or tightly written to be enjoyable. I mean, many similar things could be said about MLP, and yet here we are
  23. @ExplosionMare in case you wanted to know how the simplest polynomial curve going through your points looks like: just for fun I found it (with the help of Mr. Lagrange) Here it is, along with its formula: You can play with it yourself here: https://www.desmos.com/calculator/ehgi7ngaor Try moving the red points to some other coordinates by clicking and dragging them The curve should then rearrange itself to still fit through all those points. The original curve you started with will still be visible as a dashed line, for comparison. Notice however that in my curve, points B and E aren't local minima, and point C is not a local maximum. Your problem had these requirements, so I can try come up with a curve that satisfies these requirements as well, but something tells me that its formula might end up even more complicated Interestingly, if it wasn't limited to the [-3, 5] domain, there would be one more point at which it crosses the X axis at roughly 6.559 (if you're curious, I can tell you the exact formula for that point's X coordinate too ).
  24. Lack of knowledge is not something to be ashamed of – there is no person on this planet who would know everything; there will always be things that you don't have knowledge of. And the only way to gain knowledge is to ask people who have it and learn from them. It doesn't hurt And learning stuff this way is usually much more fun than in schools. The more damaging is not asking, because then you remain ignorant and it piles up. The most dangerous are those people who don't want to learn even if you give them knowledge on a silver plate, because they think that they already know everything. Because they usually don't, and their stubbornness makes them incapable of learning. That's how people get stupid. And this is a reason to be ashamed. Yup, you pretty much got them right, except one: the (-3 , 5) one, because the problem says that [-3, 5] is the DOMAIN of this function, so it's not supposed to be a point. It is a RANGE (along the X axis) in which this function has values. If you pick any point within this range on the X axis, and move straight up or down, you should be guaranteed to find a point of the graph there, representing the value of that function for that particular argument X. But if you pick some point outside of that range and move straight up or down, you shouldn't be able to find such a point, because outside of that domain, function is supposed to have no values. But other than that, your points seem to be ok. Now you just need to connect them, and @Pentium100 showed you one possible way of doing it. Keep in mind though that these lines don't necessarily have to be straight (in fact, they don't even have to be continuous curves). As long as the problem doesn't specify what kind of function you are supposed to draw, you can pretty much draw any squiggle that goes through those points, provided that it meets all the required conditions. E.g. from x = -3 to x = -2 they require it to decrease, so you can move down (either slow or fast), but no up. If the problem required it to be a polynomial curve of the lowest degree that goes through these points, this question would get much more interesting And in that case we would need to ask Mr. Lagrange for help
  25. Looks like Sawtooth Waves made a video about my theory: Interestingly, I can find a couple of my other ideas & theories in some of his other videos too. An odd coincidence if you ask me :q
×
×
  • Create New...