Architects - Animals, specifically this drop. Makes sure I’m awake when I start talking.
Havatra
- 1 Post
- 15 Comments
I think you’re right on all these points, though it depends a bit on what part of the Fediverse you’re exposed to.
On the point of anti-capitalism, I agree, but (again, depending on the part of the Fediverse) there’s also an incredibly high amount of open-minded people here, compared to other more mainstream social media (like Reddit). I speak much from my perspective of being from lemmy.zip, which I’m impressed by the healthiness of the community since I joined. But there are also less “healthy” instances like lemmy.ml which is considered by many to be infested with tankies (anti-capitalism?).
And yes, the average age seems to be around mid-30s to me, based solely on how people speak and what they reminisce about.
It’s an interesting thought, one that has crossed my mind a time or two.
I think in reality, we don’t have anything that is “absolute” mind control, but we come pretty close through long-term exposure to biased information (propaganda). You asked for this to be an exception, so I won’t go into details there.
There is a famous study done by Olds and Milner in the world of psychology, where they hooked up rats’ reward center in the brain to some electrodes, resulting in incredible change of behavior. The rats were stimulated by them pulling a lever, and this felt so rewarding to them that they couldn’t think of anything else. After the stimuli was given, they kept pulling the lever to exhaustion, not even prioritizing food or sleep anymore. The scientists also attempted the reverse; to inhibit the reward system. The rats became lethargic, and didn’t have motivation to do anything at all, not even eat.This is, to much smaller degree, effectively the same that happens with humans that are addicted. Whether it’s to gambling, porn, drugs, gaming, or social media.
So if one can spontaneously create an addiction in someone, you’re one step closer to mind control.One show that caused a bit of a psychological unease with me was first season of Jessica Jones, where David Tennant makes an excellent performance of a character who can make anyone do exactly as he says. I think this is the kind of mind control that we fear, where we are completely aware of ourselves, but cannot help but do what we have been commanded to do.
Edit:
I forgot to answer your question: Yes, I think it will be invented (and to some degree already has), and total mind control is probably at least 50 years away, as we research the psychological basis that was found with the aforementioned research.
Havatra@lemmy.zipto Ask Lemmy@lemmy.world•if you could go back in time, when? What for?2·2 months agoTrue, but I think if the book is given to the right (group of) people, their curiosity to figure out of the book will likely lead them to it being translated rather fast.
Havatra@lemmy.zipto Ask Lemmy@lemmy.world•if you could go back in time, when? What for?1·2 months agoThat’s quite the plan - sounds like it could be a good movie (I feel like we already have movies like these, but can’t recall any on top of my head).
Havatra@lemmy.zipto Android@lemmy.world•Unless users take action, Android will let Gemini access third-party appsEnglish1·2 months agoIf it has the potential to generate clicks and revenue: Print it! /s
But I’m happy that they at least contribute to the awareness.
Havatra@lemmy.zipto Ask Lemmy@lemmy.world•Are you learning another language? How far along are you?31·2 months agoЗдравствуйте все!
I’ve been actively trying to learn Russian for about two years now, and I’m still not very capable of having even simple conversations, due to the great difficulty of constructing sentences in my head. I guess I let the grammar get to me, with all the various prefixes and suffixes, so I choke. That, and the positioning of the words in a sentence. And also the concept of cases (all 7 of them). I know English and Norwegian from before, none of which has this slavic sentence logic/rules, so I find it incredibly difficult to remember/associate words/variations with their use.I use Duolingo, Babbel, and sometime Rocket Language, in addition to trying to expose myself to having to read/listen/reply to other native speakers, but man am I having a hard time. Any suggestions?
Havatra@lemmy.zipto Ask Lemmy@lemmy.world•Are you learning another language? How far along are you?31·2 months agoЗдравствуйте друг студент! I’ve been trying to learn it as well over the past 2-ish years, and it has proven to be a much slower progress than I had hoped for. How are you faring? And what methods do you use to learn?
Havatra@lemmy.zipto Linux@lemmy.ml•GUI/App to automate key presses in linux waylandEnglish3·2 months agoDoes Actiona suit your needs?
Havatra@lemmy.zipOPto Free and Open Source Software@beehaw.org•Looking for: Browser extension for intercepting and modifying HTTP req/resEnglish2·2 months agoYeah, a bit of an xy problem, I’ll admit. My ultimate goal would be invisible blocking/hiding from certain expected behaviors like the ones anti-adblockers employ. I’m not sure if what I have in mind specifically exists or not, but I find it fun to tweak and experiment with these kind of things. So I don’t necessarily have a problem I’d like to solve, it’s more an ask for directions/experiences.
I have tried Fiddler before, and it almost has the capabilities I’m looking for (it replaces an entire file; nothing granular), but it was a bit of a hassle to get working well last time I tried it, with the CA certificate, decrypting the TLS and stuff.
Havatra@lemmy.zipOPto Free and Open Source Software@beehaw.org•Looking for: Browser extension for intercepting and modifying HTTP req/resEnglish1·2 months agoI haven’t heard of ZAP before, so this is new and intriguing! Thanks!
Havatra@lemmy.zipOPto Free and Open Source Software@beehaw.org•Looking for: Browser extension for intercepting and modifying HTTP req/resEnglish3·2 months agouBlock Origin I very much like, and I think it’s near-impossible for me to use a browser without it installed anymore. But as far as I know, it’s only used for blocking (dropping network requests) and hiding (CSS-like rules), but no manipulation?
The monkeys I’ve also used a little bit of, but I wasn’t aware that they supported being run ahead of the rest of the page like how I wanted, so this is definitely worth looking into, I appreciate it!
For reference, I found this answer on StackOverflow, which is promising.
Havatra@lemmy.zipOPto Free and Open Source Software@beehaw.org•Looking for: Browser extension for intercepting and modifying HTTP req/resEnglish1·2 months agoI most likely am going a bit to the obscure/convoluted solution, yes.
My goal is to do something to the effect of uBlock Origin, but instead of just blocking/hiding, either replace with local files, or intercept req/res in order to manipulate them favorably, without being detected. I don’t know what uBlock does under the hood though, apart from its resource blocking and CSS-derived hiding.
Example:
Watching a video on youtube, an ad is about to get loaded, but instead of the hiding/blocking strategy uBlock uses, intercept the GET/POST, save the important flags that are uniquely served to your device that would indicate that you have successfully been served the ad, drop the rest, and then answer with what would be a valid response for “I have watched the ad in its entirety”.
So the server basically saying “Here, I give you this page and this script with both vital and ad contents. I now expect you to provide the corresponding hash that these two files will create through a series of functions. If you don’t, I will assume you’re blocking me, and I won’t provide further contents.”, and I’ll simply respond with “Here’s your hash! *wink*”.Essentially, I wish to experiment with trying to be completely invisible in the blocking, by providing responses as if I have loaded and watched the ad, with all anti-adblock implementations through scripts and dynamic loading “intact” and unaware.
You’re quite right, I should include my goal in the post - editing it in now.
Havatra@lemmy.zipto Buy European@feddit.uk•Can you drop the American tech giants? By the Danish public broadcasterEnglish18·4 months agoIt’s impressive to see that they save in the money they spend on licenses this quickly! It’s a little bit of work to transfer the current systems and get used to a different system, but it’s very doable it seems (albeit over years of work), as well as economically attractive. I hope this inspires the rest of the country!
You should contact as many as you can bother, really, regardless of whether they’re the “right” person. It will increase the perceived magnitude of concern, even if just by a little. And every little bit counts.
If it’s the wrong person, ask who you should contact, and keep going!