• 1 Post
  • 30 Comments
Joined 7 months ago
cake
Cake day: January 19th, 2024

help-circle
  • Tankies make liberals uncomfortable because liberals believe they are the furthest left you can go

    Without trying to be combative, but that sounds like one of those tidbits which one side believes about the other, circulated only to divide. At least I don’t have the impression that it is a view with any footing amongst liberal-minded people.

    2021 PEW poll showing that 89% of liberals and 24% of conservatives support tuition-free college.

    Most liberals want to move further left, ideas like free college and public education, public transport, less corporate power and splitting up large corporations, even unconditional basic income, etc. are popular with the majority. Just violent revolution and authoritarianism won’t roll, after all, liberal means “live and let live.”

    As a mixed-ideology lefty (maybe I fit within your definition of liberal), I’m not worried about tankies being too far left, not at all, rather, I am tempted to think of them as confused right wingers believing themselves to be “the left.”


  • cygon@lemmy.worldtoFediverse@lemmy.worldLemmy.ml tankie censorship problem
    link
    fedilink
    English
    arrow-up
    63
    arrow-down
    4
    ·
    2 months ago

    Thanks for bringing this up, it’s really needed.

    Your example is just one of many I’ve seen. The entire instance seems to be engaged in an opinion shaping campaign where only this gross mix of Western doomerism with Russia/China-glorifying fascism is allowed to thrive.

    I don’t know how to best deal with such indoctrination chambers. Their members become completely divorced from reality and there’s no way to pull them back from the brink because anything you could say to that effect gets moderator-deleted. Yet vice versa, they can freely spread their propaganda and engage in “raids” on other instances.



  • I don’t know why that comment is collecting downvotes. They are referencing George Orwell’s “Animal Farm.”

    Context: “Animal Farm” is a story about how communism can devolve into dictatorship. In the story, the animals on a farm drive out their tyrannical drunkard farmer. They write on the barn wall: “all animals are equal” and live in communist utopia. But some animals, too, hunger for power and status. Rather than overturn the system, they undermine it by adding “…but some animals are more equal than others” to the barn wall, legitimizing a ruling class (themselves) because they are “more equal.”


  • Disclaimer: I wondered the same, since 2014, and this is what I puzzled together for myself, read it with that in mind!

    I believe a lot of it can be traced back to the wealthy and to conservative think tanks / media control by right wing moguls.

    Back in the 1960s and 1970s, conservatives were perceived as well-off business people trying to protect their own wealth (I’ve read that people used to say things like “I’m not rich enough to vote Republican” or children shouting “last one in the house is a dirty Republican”). You can even see old movies dunk on conservatives (i.e. take Stanley Kubrick’s “2010: The Year we Make Contact” (1984), at the beginning, with the satellite dish tower, the protagonist noses off about reactionaries being in control of congress, thus leading the country towards war).

    This is the rather extreme election result from 1964:

    Political map of the US in 1964

    Because liberals mostly were Democratic Party voters, Republicans and their wealthy donors tried to alter public perception of liberals (i.e. make it undesirable for their Republican indoctrinatees to be liberal). This included taking over the media (and Reagan conveniently cancelling the Fairness Doctrine in 1987, which gave political bias in the media some guard rails), then painting liberals as all things undesirable: arrogant, weak, clueless, leeches, etc.

    Having a “hate object” worked so well that they kept capitalizing on it. Much of it was/is just slinging sh*t against the wall and looking what sticks, but think tanks are indeed looking at what sticks, so successful patterns get repeated. Some of these successful patterns I can see are: installing a victim complex in conservatives (feeling their back against the wall, they lash out easier, ensuring anyone talking about conservatives is conditioned to use very soft gloves) and the two-year bogeyman, often trying to capture, redefine and vilify some prior existing concept (thus, when the campaign hits, indoctrinatees can find lots of “proof” online of this thing existing).

    For example, social justice used to be universally agreed on as a good thing, woke used to mean remaining aware of systemic inequalities, now they make conservatives pop an artery. This has been going for a while (the “hate object” over time has been rock music, hippies, metal music, supposed satan worshippers, pen and paper games, paganism+atheism, video games, social justice activists, cancel culture, black lives matter, critical race theory, wokeness, …)

    And I think, yes, your perception is spot on. This is, for example, what I get when I search for “anti-conservative t-shirts” (if it’s too tiny, try it yourself - they’re all anti-liberal):

    Search result on DuckDuckGo for anti-conservative t-shirts, all results showing anti-liberal t-shirts

    TL;DR: conservatives are intentionally made and kept angry. It keeps them unified against a bigger enemy (see Genghis Gambit), drives them to go vote and prevents voters from switching sides even if they do not like some things the conservatives are doing. Add to that Russia amplifying this division like there’s no tomorrow. They’re installing this hate for liberals both in tankies and in far-right bigots (and, as far as I can tell, anti-liberal sentiment is pushed into Russian society, too).


  • Just some thoughts:

    • Current LLMs (chat AIs) are “frozen brains.” (Over-)Simplified, the synapses on the AI’s input neurons are given the 2048 prior words (the “context”) and the AI’s output synapses mean a different word each, so the synapse that lights up most strongly is the next word the AI will say. Then the picked word is added to the “context” and the neural network is executed once more for the next next word.

    • Coming up with the weights of the synapses takes insane effort (run millions of books through the “context” and look if the AI t predicts the next word correctly, if not, change a random synapse). Afaik, GPT-4 was trained on more than 2000 NVidia A100 GPUs for somewhere around 4 to 7 months, I think they mentioned paying for 7.5 Megawatt hours.

    • If you had a super computer that could keep running the AI with live training, the AI’s ability to string up words would likely, and quickly, degrade into incoherence because it would just ingest and repeat whatever went into it. Existing biological brains have these complex mechanisms of distilling experiences and evaluating them in terms of usefulness/success of their own actions.

    .

    I think that foundation, that part that makes biological brains put the action/consequence in the foreground of the learning experience, rather than just ingesting, is what eludes us. Perhaps at some future point in time, we could take the initial brain structure that grows in a human as the seed for an AI (but I guess then we’d likely have to simulate all the highly complex traits of real neurons, including mixed chemical and electrical signaling and possibly even quantum-level effects that have been theorized).




  • That’s what I meant when I wrote “Git submodules can only point to a whole different repository” - they can’t point to a path inside a repository, only to another repository root. That unfortunately renders them useless for me (I’d have to set up in the order of hundreds of small repositories for the sets of shared data I have).



  • I’m already using Git, thus my experience with Gitea. I am well versed with svndumpfilter and git-svn to extract and migrate individual Subversion repositories to Git.

    I’m not only hosting code, but I have several projects involving large binary files with binary changes. Git’s delta compression algorithm for binary files is so-so. Git LFS is just outsourcing the problem. Even cloning with --depth 1 --single-branch gives me abysmal performance compared to Subversion.

    So I’m still looking for a nice WebUI to make my life with the Subversion repositories I have easier.




  • There’s a hard sci-fi novel (1970s or 1980s) called “Tau Zero” that features this idea.

    Book summary (spoils all of it)

    A colony ship with a Bussard Ramjet on each end (debunked theoretical spaceship drive that uses interstellar hydrogen for propulsion, i.e. the faster you go, the more medium you hit and the harder you accelerate) suffers an accident that destroys the deceleration engine. They keep accelerating because they need the engine’s magnetic field to protect them from interstellar dust. First they try reach the void between galaxies to safely repair the ship, when the interstellar medium is still too “dense,” they go for the void between galaxy clusters, then superclusters, then they just stay on the throttle until the big crunch, at which point, in the nothingness after the universe collapsed in on itself, they can finally fix their ship and begin decelerating into the bounce-back big bang of the forming next universe and colonize a planet.


  • Reading that formed an interesting question in my (also non-physicist) mind:

    If we can, at most, take advantage of relativity to slow down our own time frame, then time could just be our way to describe the pace of how space changes around us following simple causality.

    But if, on the other hand, it is possible to move backwards through time, wouldn’t the universe have to necessarily exist not only as a giant block of eternally changing 3D space, but as a giant block of 4D spacetime one could move around in? And would that mean predetermined past and future, or would that 4D block of spacetime change, too, advancing through meta-time, continually changing future and past of the universe?

    ScienceClic has a cool video, stipulating that we live in 4D spacetime and are bound to always move forward at light speed. If we stand still in 3D space, we move forwards in time at light speed. If we accelerate in 3D space, we change out motion vector from only pointing forwards in time to pointing slightly sideways (up to completely sideways, i.e. time stops, if we were able to move at light speed). But there may be now way to do a 180 involving the time axis like we could do involving the other 3 axes.


  • When you have a bunch of computers networked, each of them is assigned a unique number, so when other computers send data on the wire, they can say who it is meant for (imagine each blurb of data starting out like: “yo, I’m sending these next 500 bytes for computer 0A123FBC32, here they come”).

    Now the right computer will listen, but it doesn’t know what program the data is for - is it a chunk of a file your browser is downloading? Or the email your email app wants to display? Or perhaps a join request from your buddy’s computer for the Minecraft game you’re hosting?

    So in addition to the unique number of the target computer, the data also specifies a “port number”, which tells the computer which of its running programs the data is meant for (programs ask the computer’s operating system: “if any network data arrives on port XY, give it to me”). Some ports have become standards - for example, a program that serves web pages to other computers would typically ask the operating system that any data arriving on the computer that indicates port numbers 80 and 443 should be given to it, and when a web browser wants to fetch a web page, it will send a request to the computer serving the page, defaulting to port 80 o 443.

    If you dig deeper, you’ll find that there are even more unique numbers involved and routers/firewalls let data through not only by port number but also by distinguishing between data that is the initial request to another computer’s port number and data that is an answer to an earlier seen request – and more.


  • That’s how the Earth got destroyed in “The Forge of God.” :)

    Plot (spoils about 50% of the book)

    A hostile alien probe discovers Earth, builds/grows three wildly different alien races, has them crash one each in the world’s three largest superpowers (one claiming to bring knowledge, one warning of an impending attack, one claiming to seek conquest), while robot ships plant explosives along the Mariana trench, but the primary attack is two singularities, circling earth in a decaying orbit, by the time anyone even begins to theorize about the cause of the anomalous gravity measurements across the world, both are already circling deep under Earth’s crust.


  • Regarding the “novelty wears off” thing, another side: I’ve been running for two decades, starting from a sedentary lifestyle, but it only became fun later on. I started running shortly after a friend, probably out of some youthful ambition or inferiority complex, so I ran alone and picked routes where as few people as possible would see me struggle. I don’t know why I didn’t drop it like so many other things, but I learned to yearn for it and it’s part of my identity now.


  • Yes, in various ways.

    One part is immediate. When I’m nervous or keep worrying about something, going for a run almost certainly resets my flow of thoughts. It also burns off most of the tension, at least I have a much easier time relaxing after a workout.

    The other part is more long-term. Despite many, many years of running, it merely helped keep my weight in check rather than give me a dream body, but it seems to have changed my thinking a bit – not like some motivation guru’s story where someone forces themselves through hardship to develop a warrior mentality stuff, though. It’s more like becoming aware, long after the change happened, that, woah, I may have skills now.

    As in, there is no mental talk-back or willpower needed for me to run up a steep mountain trail in my area, the gist is more: no question that I can do it, it will be cool to experience it again. For a long time, I wasn’t even aware that it’s not always been that way. It also doesn’t seem to rub off on other areas of life like one would hope, but just having proof in myself that I may have built up to something is a small confidence booster.


  • I had a gig as a software developer at a company that tried to organize its software development with… the most horrid call center ticketing system I’ve ever seen.

    The software was named “TANSS” (an acronym for “transaction action notification solution system” which… says a lot… in a certain way). It couldn’t handle UTF-8 and the company had Asian customers, it placed the signature of a different company under each message sent to a customer and project management might as well have been non-existent (supposedly the crapper of a ticketing system had “projects” but it was just a super naive lining up of tasks without buffer times, burndown/velocity chart or anything).

    The expensive p.o.s. was strong-armed into the company, probably because one of the company owners had a background in tech support crap where you’re generally chasing billable minutes.

    I don’t know if it was unprofessional by me, but I quickly refused to interact with the whole thing and handed in my notice (and I had actually liked the company and my tasks up until that point). Even Jira, which many consider a highly unpleasant system to work with, felt lean, responsive and fun after that experience.

    It’s been over 6 years, but I can state with certainty, if I see that system in use anywhere, my respect is gone and whether customer or employer, they’ll be a hot potato in my hands form that moment on :)


  • I think the main principle behind it is what conservatives call “virtue signaling” - associating with things that make them appear pious, strong or respectable to signal to others how virtuous they themselves are.

    • Running around with “God Wins” flags and spouting bible quotes online both gives them an edge in discussion (in the “if you disagree with me you’re going against god” sense) and makes them appear pious
    • Similarly, carrying around guns and posting pictures of their guns and tacticool gear is an attempt to appear strong and dangerous
    • Same with flags or flag-themed clothes, calling themselves patriots and so on once again hits into the same notch.

    From my PoV your observation seems spot on. A good portion of Amerca’s religious community these days is just appropriating religion for the respect and authority it brings while practicing almost none of its virtues.

    I think, as a big picture view, any religion is very prone to drift. If you demand utter reverence and obedience to a god that is at the same time also the weakest possible being (one that doesn’t exist), you get a plaything that stands for everything and for nothing - aka whatever the general mood of the population wants or what those who are most adept at assuming its authority want it to be.

    Consider “Prosperity Theology,,” popular in Nigeria, for example, where an entire subculture has assumed the belief that the god from Christianity rewards the pious with material wealth, thus, the richer one is, the more faithful and holier they must be.