Who else think that it would be nice if hexbear and lemmygrad could use each other's emoji?
  • sparkingcircuit sparkingcircuit Now 100%

    Maybe you could write a feature request on the Lemmy Repository for the ability to use other instance's emotes.

    17
  • Worlds largest Hyperloop Company GOES BANKRUPT!
  • sparkingcircuit sparkingcircuit Now 100%

    Fantastic video! Do keep in mind however, that Thunderf00t is a very socially and economically conservative person of which you should watch with caution. I mostly keep to watching his Elon dunk videos and his pseudo-scientific-Kickstarter de-legitimizing videos.

    10
  • I'm back
  • sparkingcircuit sparkingcircuit Now 100%

    100%, to go out and touch grass on occasion really helps keep the depressive states at bay.

    4
  • I'm back
  • sparkingcircuit sparkingcircuit Now 100%

    Welcome back! Glad to see how much better your doing.

    5
  • www.youtube.com

    [https://www.youtube.com/watch?v=9ndytFy5-vc&t=504](https://www.youtube.com/watch?v=9ndytFy5-vc&t=504)

    41
    5
    TFU
  • sparkingcircuit sparkingcircuit Now 100%

    TFU!

    13
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGA
    Games Now
    Jump
    Mobile Games
  • sparkingcircuit sparkingcircuit Now 100%

    Shattered pixel dungeon is a rogue-like dungeon crawler that is beginner friendly and still fun to long time players. It is offline, with no advertisements, and open source. You can get it from:

    4
  • Question to My Fellow Amerikkan Comrades
  • sparkingcircuit sparkingcircuit Now 100%

    Oh, that explains it! Thank you!

    5
  • Question to My Fellow Amerikkan Comrades
  • sparkingcircuit sparkingcircuit Now 100%

    YouTube application on a Vizio smart tv.

    2
  • Question to My Fellow Amerikkan Comrades
  • sparkingcircuit sparkingcircuit Now 100%

    Normally I do too, unfortunately I've been forced to use some miserable smart tv as of late.

    4
  • Had anyone else noticed a sharp uptick in military recruitment ads as of the past few days?

    27
    16
    Japanese protesters gather to slam dumping of nuclear-contaminated wastewater into sea
  • sparkingcircuit sparkingcircuit Now 100%

    China's take on the Japanese government's handling of the situation, largely due to some of the isotopes they haven't filtered out. Particularly the strontium, iodine, and carbon variants. These have leaked into said wastewater due to the meltdown in several of Fukushima's reactors.

    6
  • *Permanently Deleted*
  • sparkingcircuit sparkingcircuit Now 100%

    @sparkingcircuit:genzedong.xyz

    1
  • ignore this post
  • sparkingcircuit sparkingcircuit Now 100%

    I'll try.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPR
    Help with C [Closed | Problem patched]

    I've been working on re-implementing a board game in C. However, when running the players positions don't increment.\ **Current output:** ``` 6, 9, 7, 6, 5, 5, 8, 7 6, 9, 7, 6, 5, 5, 8, 7 ``` **Expected output:** ``` 6, 9, 7, 6, 5, 5, 8, 7 14, 15, 19, 16, 13, 13, 14, 17 ``` **Code:** ``` #include <stdlib.h> #include <stdio.h> // Define types here: typedef enum {false, true} bool; // Define constants here: const unsigned char MAXPLAYERS = 7; //Game has max of 8 players const unsigned char SPACES = 40; //Board has 40 spaces const unsigned int SEED = 51732; //Seed for random numbers const unsigned int DIE = 6; //Number of sides of die // Define variables here: unsigned char player = 0; unsigned char player_position [] = {0, 0, 0, 0, 0, 0, 0, 0}; unsigned char die = 0; // Define functions here: // Moves player Input spaces. void move_player (char moves) { player_position [player] += moves; if (player_position [player] > SPACES) { player_position [player] -= SPACES; } } // Switches active player in order. void increment_player () { player ++; if (player > MAXPLAYERS) { player = 0; } } // Returns random number between 1 - Input. unsigned char rand_num (unsigned char max) { unsigned char i; i = rand () % max + 1; return (i); } // Sets dice variable && returns 1 if double. bool roll_dice () { unsigned char a = rand_num (DIE); unsigned char b = rand_num (DIE); die = a + b; return (0); } // Main logic int main () { char input = 0; srand (SEED); printf ("Game client started.\n", "Press enter to iterate turns.\n"); while (1) { scanf ("%c", &input); for (unsigned char i; i <= MAXPLAYERS; i++) { roll_dice (); move_player (die); increment_player (); } printf ("%2i, %2i, %2i, %2i, %2i, %2i, %2i, %2i\n", player_position [0], player_position [1], player_position [2], player_position [3], player_position [4], player_position [5], player_position [6], player_position [7]); } return (0); } ```

    8
    3
    www.patreon.com

    You weren't an ML, but made some excellent communist content none the less. Hope they're alright.\ `EDIT:` Upon looking around, I found their Patreon. It appears she's taking a brake from and or retiring from YouTube due to mental health complications.

    32
    17
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearME
    meta sparkingcircuit Now 100%
    MetadataTest

    This is a test as to whether or not Lemmygrad strips metadata from images when uploaded.

    7
    5

    cross-posted from: https://lemmygrad.ml/post/589515 > Under the name [@Academicproletarian](https://lemmygrad.ml/u/Academicproletarian) he sent me this message: > >Hey, comrade! I see you are an editor on ProleWiki, that's super great! > > > >Let's get down to brass-tacks. I'm the Chief Commissar of the Internal Security Group of ProleWiki. I myself have banned millions of people from our great echo-chamber. > > > >I've just been ordered personally by our great founder Forte to improve our [page on Stalinism](https://en.prolewiki.org/wiki/Stalinism). It turns out that Stalinism, or more fully, Marxism—Leninism—Stalinism (MLS) [really does exist as an ideology](https://anasintaxi-en.blogspot.com/2007/10/it-is-absolutely-correct-and-adoptable.html). > > > >As such, he wants us to rewrite our incorrect page on Stalinism to indicate that it really does exist. He also told me to use [this excellently-written writing on MLS as a reference.](https://wisconsincommunist.blogspot.com/2023/03/what-is-stalinism.html) This writing was made by a genius pioneer of Wisconsinite Marxist-Leninist-Stalinist theory. Thus it is a VERY good source. > > > >Thank you! > > It seems that they're going after [ProleWiki](https://en.prolewiki.org/wiki/ProleWiki:Main_page) again, (in this case attempting to have the *"Stalinism"* page *"corrected."*

    18
    4

    Under the name [@Academicproletarian](https://lemmygrad.ml/u/Academicproletarian) he sent me this message: >Hey, comrade! I see you are an editor on ProleWiki, that's super great! > >Let's get down to brass-tacks. I'm the Chief Commissar of the Internal Security Group of ProleWiki. I myself have banned millions of people from our great echo-chamber. > >I've just been ordered personally by our great founder Forte to improve our [page on Stalinism](https://en.prolewiki.org/wiki/Stalinism). It turns out that Stalinism, or more fully, Marxism—Leninism—Stalinism (MLS) [really does exist as an ideology](https://anasintaxi-en.blogspot.com/2007/10/it-is-absolutely-correct-and-adoptable.html). > >As such, he wants us to rewrite our incorrect page on Stalinism to indicate that it really does exist. He also told me to use [this excellently-written writing on MLS as a reference.](https://wisconsincommunist.blogspot.com/2023/03/what-is-stalinism.html) This writing was made by a genius pioneer of Wisconsinite Marxist-Leninist-Stalinist theory. Thus it is a VERY good source. > >Thank you! It seems that they're going after [ProleWiki](https://en.prolewiki.org/wiki/ProleWiki:Main_page) again, (in this case attempting to have the *"Stalinism"* page *"corrected."*

    26
    24
    https://www.marxists.org/reference/archive/einstein/

    > "I came to America because of the great, great freedom which I heard existed in this country. I made a mistake in selecting America as a land of freedom, a mistake I cannot repair in the balance of my life." *-Albert Einstein*

    33
    0
    https://en.wikipedia.org/wiki/Editor_war

    What side of the editor war do you lie? vi, Emacs, or maybe something newer like neovim, nano, or VS-Codium?

    1
    14
    https://en.prolewiki.org/wiki/Library:Simple_Sabotage_Field_Manual

    The [Simple Sabotage Field Manual](https://en.prolewiki.org/wiki/Library:Simple_Sabotage_Field_Manual) was a document created by the United States, for advice on how to sabotage (primarily) socialist nations, much of which is still relevant today. Even if you can't, or don't want to read the whole thing I'd advice you at least read the section titled "[General Interference with Organizations and Production](https://en.prolewiki.org/wiki/Library:Simple_Sabotage_Field_Manual#(11)_General_Interference_with_Organizations_and_Production)" for examples of how a saboteur may attempt to infiltrate and disrupt an organizational or productive group.

    12
    2
    https://en.prolewiki.org/wiki/Library:Simple_Sabotage_Field_Manual

    The [Simple Sabotage Field Manual](https://en.prolewiki.org/wiki/Library:Simple_Sabotage_Field_Manual) was a document created by the United States, for advice on how to sabotage (primarily) socialist nations, much of which is still relevant today. Even if you can't, or don't want to read the whole thing I'd advice you at least read the section titled "[General Interference with Organizations and Production](https://en.prolewiki.org/wiki/Library:Simple_Sabotage_Field_Manual#(11)_General_Interference_with_Organizations_and_Production)" for examples of how a saboteur may attempt to infiltrate and disrupt an organizational or productive group.

    12
    0
    youtu.be

    Just a joke I came across about the complacency of libs.

    7
    5
    youtube.com

    Mostly curious to see how the TankyReplyBot handles shorts.

    6
    8

    Just showing off my desktop. For those curious, I use the XFCE desktop, and ULauncher tied to the windows key. I'm also experimenting with animated wallpapers using hidimari.

    24
    54
    youtu.be

    It isn't exactly a pro-soviet source, but it contains a decent wealth of information that isn't readily available in mainstream works.

    14
    4
    https://www.youtube.com/@prolewiki

    cross-posted from: https://lemmygrad.ml/post/503084 > As it turns out, the other day I was looking through recent edits on [ProleWiki](https://en.prolewiki.org/), and I found, under the social-media section of the [ProleWiki page](https://en.prolewiki.org/wiki/ProleWiki), I found a [Youtube link](https://www.youtube.com/@prolewiki).

    6
    0
    https://www.youtube.com/@prolewiki

    As it turns out, the other day I was looking through recent edits on [ProleWiki](https://en.prolewiki.org/), and I found, under the social-media section of the [ProleWiki page](https://en.prolewiki.org/wiki/ProleWiki), I found a [Youtube link](https://www.youtube.com/@prolewiki).

    15
    0

    Revisionist rats! I did nothing but good for your project, yet you banned me for my ideology in haste! I gave you many chances to unban me, I could have made thousands of edits, yet you rejected me. Now… you have forced me to go THERMONUCLEAR!

    1
    0

    # Simple Guide for the Installation and Configuration of RetroArch ## Preamble This guide assumes the use of the [flatpak](https://www.flatpak.org/) version of the software as found through [flathub](https://flathub.org/), and that you are using a Debian base (such as Ubuntu, Linux Mint, or ElementaryOS). ## Part One - Installation ### Configure and Installation of flatpak *NOTE: This can be skipped if flatpak is already installed and configured for use with flathub* First and foremost, run `sudo apt install flatpak`. After that, all that is left is configuring for operation with flathub. This can be done by running `flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo`. ### Installation of RetroArch From this point the installation is rather simple. Just run `flatpak install org.libretro.RetroArch` in your terminal *In some cases you may have to restart your session (logout and in again), in order for the application to show in your application menu.* ## Part Two - Configure Controls Upon first launch of the application, the need to configure a controller is likely. To accomplish this, go to `Settings > Input > Port'ControllerPortNumber'Controls`. At this point, all that is needed is selecting `SetAllControls`. After doing this, press the buttons displayed on screen via the controller, ignoring any buttons the controller lacks. This can be repeated for any other controllers you want to add. ## Part Three - Downloading Cores From this point, cores (emulators) will need to be downloaded. To do this, go to `MainMenu > OnlineUpdater > CoreDownloader` in the menu system. From here download the cores you wish to install, this is done via left click or the enter key. ## Part Four - Importing ROMs ### Standard Import Now, the need to import the ROMs (games) is imminent. First, go to `ImportContent > ScanDirectory > 'Where/ever/you/keep/your/ROMs' > ScanThisDirectory`. This should automatically import all of your ROMs into the program. If this does not work, it will be necessary to import the ROMs manually. ### Manual Import Manual import is useful for when more manual control is required. An example of this would be if the ROMs are stored in archive files. First, go to `ImportContent > ManualScan`. From here, select the directory the ROMs are stored in, the console those ROMs are for, a default core for their execution *(not necessary)*, the file extensions those ROMs are stored as, and whether or not to scan inside archive files (such as zips). ## Part Five - Adding BIOSes *NOTE: Only needed for newer consoles (a good rule of thumb is optical drive era and later).* All that is needed here is the downloading of the various [BIOS files](https://archive.org/download/retroarchbiospack1.0312020/Retroarch%20BIOS%20Pack%20%2806-28-2022%29.zip) into the correct location. The location in question being `~/.var/app/org.libretro.RetroArch/config/retroarch/system`. The prior link contains a zip file with the various BIOS files needed for every system (as of 2020).

    6
    3
    sparkingcircuit Now
    43 335

    sparkingcircuit

    lemmygrad.ml

    For bio go to my ProleWiki. Mastodon