• 13 Posts
  • 201 Comments
Joined 3 years ago
cake
Cake day: April 1st, 2022

help-circle

  • for a service/site/mom-and-pop shop to be sustainable without unending growth.

    I’ve been on somewhat niche sites which have lasted decades, with waves of people coming in whenever related sites screw up and trickles of people leaving when an alternative community becomes more popular. It’s a comfy, slow existence, which works for some communities, but not for ones like this which thrive on diversity and chattiness, rather than really well thought-out replies days apart from each other. On reddit-like sites, time penalizes how high a post goes (unlike a forum where years-long threads are very normal to see on a front page) so there is an inherent benefit in having consistent activity. That doesn’t imply boundless growth, but at least sustaining a decent level of activity. We’re not chasing ad revenue, growth for growth’s sake is not what we want or need.

    But with that said, a community with no new visitors can only lose them. That can be a slow process, but it’s inevitable. Been there, done that. Again, doesn’t imply that pointless growth is a good thing.






  • Personally, I suspect the bigger problem for their platform will be handling the contrasting values of Western social media norms against their own.

    Even sinophobic reactionaries have been pointing out for years that “[Douyin] Chinese TikTok is Wholesome, American TikTok is Corrupting our Youths!” with product influencers/grifters, rampant sexualization up to and including pornography, etc., albeit the reactionaries are interpreting the difference from a conspiratorial moral-panic viewpoint claiming it’s weaponization by The Chinese Government to corrode Western society, rather than the difference being that the US TikTok is social media with liberalist freedoms combined with the capitalist pursuit of profit above society, and is in line with the content on Xitter, reddit and other familiar social media.

    The point being, that people rise to the top of TikTok through sexual suggestion, flashing symbols of wealth and other normalized habits which I’ve heard are banned on Lil’RedBook (which sounds like a great decision!).





  • This reminds me of a comic, which obviously should be taken playfully with a pinch of salt:

    • Two Italian men are joined by a visitor trying to ask a question in Italian. “Ah, they’re trying to speak Italian!” and so they turn to the visitor and welcome them in Italian.
    • Two German men are joined by a visitor trying to ask a question in German. “Ah, they’re trying to speak German!” and so they turn to the visitor and welcome them in English.
    • Two Parisian men are joined by a visitor trying to ask a question in French. “Ah, they’re trying to speak French!” and so they turn away and ignore them.


  • While I doubt the concept is unique, the script is: a keyboard shortcut will check the clipboard for a YouTube link and then show launcher options for mpv or yt-dlp, including launch arguments for lower quality format and audio only. It launches that in a terminal for easier handling when yt-dlp doesn’t work properly (much more common if using proxies, but also if a video is age-restricted or deleted).

    So when I see a yt link here, I can just copy it, keyboard shortcut and then it’s playing in my local video player.

    edit: here’s the script. It assumes xsel (clipboard access), rofi (menu creator), gnome-terminal (terminal) and notify-send (system notification on failure) are installed and working, you’ll need to replace any which don’t match your system. My DE just runs it in bash when the shortcut is entered.

    Code (click to expand)
    #!/bin/bash
    
    ARR=()
    ARR+=("mpv full")
    ARR+=("mpv medium")
    ARR+=("yt-dlp")
    
    NORMAL_URL=`xsel -ob | sed -r "s/.*(v=|\/)([a-zA-Z0-9_-]{11}).*/https:\/\/youtube.com\/watch?v=\2/"`
    
    CHOICE=$(printf '%s\n' "${ARR[@]}" | rofi -dmenu -p "mpv + yt-dlp from clipboard")
    DOWNLOAD="false"
    MPV="false"
    OPTIONS=""
    
    if [ "$CHOICE" = "mpv full" ]; then
    	MPV="true"
    fi
    
    if [ "$CHOICE" = "mpv medium" ]; then
    	MPV="true"
    	OPTIONS+="'--ytdl-format=bv*[height<721]+ba' "
    fi
    
    if [ "$CHOICE" = "yt-dlp" ]; then
    	DOWNLOAD="true"
    fi
    
    if [ $MPV == "true" ]; then
    	COMMAND="mpv $OPTIONS $NORMAL_URL"
    	gnome-terminal --title "$NORMAL_URL" -- bash -c "echo $COMMAND;$COMMAND;if [ \$? -ne 0 ]; then notify-send 'yt-dlp failed' $NORMAL_URL; bash; fi;"
    elif [ $DOWNLOAD == "true" ]; then
    	COMMAND="yt-dlp $OPTIONS $NORMAL_URL"
            gnome-terminal --title "$NORMAL_URL" -- bash -c "echo $COMMAND;$COMMAND;if [ \$? -ne 0 ]; then notify-send 'yt-dlp failed' $NORMAL_URL; bash; fi;"
    fi
    







  • comfy@lemmy.mltoMemes@lemmy.mlPatience is a virtue
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    11 days ago

    I’m not sure what I am any more.

    Political labels are pretty junk, especially after centuries of mass media and propaganda in the mix. I find it helps to learn to convey your values specifically if you want to avoid that whole mess.

    • The ‘left-right spectrum’ is subjective and relative which makes it pretty useless without having a ton of context. “Leftist”, by itself, is mostly a meaningless term. To socialists, a progressive liberal is usually considered center or even right wing. Some socialists even call other socialists right-wing. It’s just pointless.
    • What the US mass media calls ‘liberals’ is a progressive liberal in political science. What the US mass media calls a conservative is usually a conservative liberal aka right-liberal, that’s why they constantly prize liberty and freedom. The US libertarian is simply a classical liberal. They’re all liberals!

    Useful video: https://www.youtube.com/watch?v=9nPVkpWMH9k - “Why the political compass is wrong”, explaining how vague and ultimately ineffective the left-right auth-lib models of politics are.


  • comfy@lemmy.mltoMemes@lemmy.mlPatience is a virtue
    link
    fedilink
    arrow-up
    14
    arrow-down
    2
    ·
    edit-2
    11 days ago

    That assumption isn’t true. Socialists aren’t born that way, most come out of the status quo ideology of liberalism. By abandoning all liberals with blanket statements, we’d simply self-fulfill that prophecy. Even US libertarian militias, a peak of liberalist ideology, have sometimes sided with antifascists over fascists (see: Redneck Revolt lines of affiliation with American Pit Vipers).

    You’re referencing a real trend, and there’s a kernel of truth behind it, however it’s harmful to the socialist movement to assume that as a universal inevitability.


  • comfy@lemmy.mltoMemes@lemmy.mlPatience is a virtue
    link
    fedilink
    arrow-up
    10
    ·
    11 days ago

    You want violence rather than solutions

    Violence is a tool which can, and in the past has, created solutions when used appropriately. It’s how we dissolve the fascist groups in my area.

    The problem with extremist right wingers isn’t merely that they’re violent, the issues are:

    • Their demands and rationale (based on their values as a ‘right winger’)
    • *Their ill-conceived, anti-social use of violence *(e.g. race war PotD envisioned by neo-Nazi terrorists, a strategy that history has demonstrated simply doesn’t work. They’re not even achieving their goals, just slaughtering innocent citizens)

    Look at prominent cases of whoever you declare to be ‘left wing extremists’. They’re typically targeting specific atrocious people or groups like neo-Nazis or heads of state or capitalist industrialists, not just terrorizing citizens.