• 1 Post
  • 45 Comments
Joined 8 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
    ·
    4 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 for source code related versioning, but some use cases involving large binary files with partial updates aren’t well covered by Git (I’ve gone into some detail in my reply to @vvv@programming.dev).

    There’s also the lack of svn:externals in Git. Git submodules can only point to a whole different repository as far as I’m aware.


  • 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.




  • 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.


  • Linux Unix since 1979: upon booting, the kernel shall run a single “init” process with unlimited permissions. Said process should be as small and simple as humanly possible and its only duty will be to spawn other, more restricted processes.

    Linux since 2010: let’s write an enormous, complex system(d) that does everything from launching processes to maintaining user login sessions to DNS caching to device mounting to running daemons and monitoring daemons. All we need to do is write flawless code with no security issues.

    Linux since 2015: We should patch unrelated packages so they send notifications to our humongous system manager whether they’re still running properly. It’s totally fine to make a bridge from a process that accepts data from outside before even logging in and our absolutely secure system manager.

    Excuse the cheap systemd trolling, yes, it is actually splitting into several, less-privileged processes, but I do consider the entire design unsound. Not least because it creates a single, large provider of connection points that becomes ever more difficult to replace or create alternatives to (similarly to web standard if only a single browser implementation existed).




  • The article says they used volunteers and AI to count the number of people who voted from video feeds:

    after counting votes and comparing them with the official turnout, the software found discrepancies in 11 regions so huge that it made it impossible for the election result to have been accurate

    based on volunteer analysis of video footage from 233 polling stations in 17 regions revealed a discrepancy in turnout equivalent to 81,731 voters. Based on election statistics, analyst Sergey Shpilkin estimated that 10 million additional votes had found their way into ballot boxes nationwide.

    So they have strong evidence for around 10 million forged votes, but not which party they were cast for. Then again, when you consider that all political parties except Putin’s come in below 10 million votes, the selection of who might have benefited from it becomes rather small :)



  • I have a Windows VM that runs Visual Studio and a small number of developer tools so I can test my code on Windows. And another windows VM that runs Daz3D, Clip Studio Paint and the Epic Launcher (to download stuff from the Unreal Engine Marketplace).

    Sometimes I misuse either VM by creating a snapshot and installing Garmin Connect so I can update the music library on my watch :)


  • Is it innocent collect and parade around only things that conservatives have been conditioned to hate? To provide no public service but to generate a distorted image and fan the flames? Note: I know nothing about the bank part (but WTF, is she getting paid for her rabble rousing?)

    In the notorious Nazi tabloid “The Sturmer” (published in Germany from 1923 to 1945), every issue had a similarly “innocent” page:

    This page had a headline at the top: “We the People Want to Know…”

    And below it was a list of statements: “- why company owner X.Y. is employing the Jew A.B. in city C,” or “- why person Y.X. smiled and shook hands with former communist party member Y.Z. in Saturday in C.” or “- why baker B.A. in city W. hung off their Fuhrer portrait from the wall opposite the entrance.”

    And just so people could view it, the latest issue including these “harmless facts” would be shown in public town squares: