Skip Navigation
recursive_recursion [they/them]
recursive_recursion [they/them] @ recursive_recursion @programming.dev

🍀Help me help you is my motto💖

Alt Acc(s):

Please consider donating, as it helps fund moderation and future FOSS projects!🤗

Posts
106
Comments
635
Joined
2 yr. ago

thePerfectTechStack

  • This post will be locked as it violates our TOS 1.1 and 3.5.

    1.1. Remember the human: When interacting with other people on the site they should be interacted with as if they are a human, that is with respect and in a way that you would want to be treated.

    3.5. Hate Speech: Do not make remarks directed at sex, gender, ethnicity, orientation, disabilities, etc.

    This is your first warning.
    We ask that you use language free from derogatory slurs when posting to our communities.

  • Heads up, UlrikHD🙌 brought this post up within our internal mod team chat and so we've just started discussions about this.

    Once we feel like we've settled around some poential solutions we'll keep yall updated here🤗

    As such I'll temp pin this post so more people can add their thoughts here

  • Just a guess but it may be due to "RTFM" in

    RTFM. // Edit: I missspelled. LKML. I edited my post. Appreciated.

    We don't endore that kind of behaviour here so that might be why.


    Either way I believe that the rest of your comment and post seems good and informs the public as it's your experience with the ARM laptop so I gave you my upvotes for those parts👍

  • Can I ask what you mean by “post/comment sorting”: how could it be improved?

    Post/comment sorting is a feature that allows users to sort other user's posts and comments.

  • I think most users use the mobile apps like Voyager and Raccoon.

    Racoon is currently ahead in that they do display profile pics, animated/static banners, user bio info, moderation responsibilities, etc. Although Voyager is ahead in neat/useful features such as user tagging, user post/comment sorting🤌

    @[email protected] @[email protected]

  • This post will be locked. [email protected] has been temporarily banned for 7 days for violating our TOS.

    Specifically 3.9:

    Illegal Content: Do not post things that are illegal in the United States including: CSAM, Copyright Infringement, Lolicon.

  • This post will be locked.
    [email protected] has been temporarily banned for 7 days for violating our TOS.

    Specifically 3.9:

    Illegal Content: Do not post things that are illegal in the United States including: CSAM, Copyright Infringement, Lolicon.

  • Thank you for the references and receipe~🤗

    I'll replace the cashew cream with soy milk and olive oil for coconut since we just ran out

    Reads the rest of your comment
    oh wait a minute...most of my ingredients aren't exactly the same but maybe it'll still turn out ok?

    eh, I'll give it a try anyways and hopefully provide an update sometime this week✊

  • Vegan @sopuli.xyz
    recursive_recursion [they/them] @programming.dev

    Anyone Know any Good Vegan Butter Alternatives?

    As someone that's trying to become vegan, I've stopped eating red meat since about 2018 and I've been trying to cook with more veggies and tofu.

    I'm an amatuer when it comes to cooking but I'm slowly gaining traction, the one thing I'd like to improve on is replacing butter with a vegan option if there is any so I thought I might as well ask here if that's alright🤗

  • Please mark this as nsfw~

  • Linux @programming.dev
    recursive_recursion [they/them] @programming.dev

    The AMD Framework Laptop 13 is a dream with Linux!

  • Looking online it looks like everyone's dunking on this half-assed attempt of..something🤔

  • This might be a dumb question but is Winamp still FOSS?

    As far as I know the WCL isn't known as being an OSI approved license

  • Vaping

  • please mark your posts as NSFW

  • PIZZA???????

    What in the hell
    THAT'S ALLOTTA DAMAGE PIZZA

  • for me I thought it was a smaller cat lying on a bigger cat (with somehow the same color and coat style😂)

    looking again 90° counter clockwise it could also look like she's flexing on everyone💪😸

  • the attempted wafting 😂
    and Moxxi is very cute🤗❤️

  • Capitalism: steal first, apologize with no real repurcussions later

  • Technology @beehaw.org
    recursive_recursion [they/them] @programming.dev

    This Case is a Disaster | Tryx LUCA L70 Review

    $240 USD for an expensive piece of junk
    sheeesh

    Canada @lemmy.ca
    recursive_recursion [they/them] @programming.dev

    https://www.cbc.ca/news/politics/air-canada-labour-dispute-1.7321527

    Obligatory fuck the CEOs and Shareholders

    "We are bargaining. We are committed to reaching a deal. But we are saying that if that fails, the government should be ready to intervene and avoid the disruption," - Christophe Hennebelle (Air Canada’s vice-president of corporate communications)

    this is not what a company that's negotiating in good faith does


    NDP won't support interference

    NDP Leader Jagmeet Singh said Thursday morning the party would not support efforts to force pilots back to work.

    "We're going to send a clear message again that we are opposed to Justin Trudeau and the Liberals, or any government, interfering with workers," said Singh.

    Montréal @lemmy.ca
    recursive_recursion [they/them] @programming.dev

    Pourquoi cette élection partielle fédérale ne ressemble à aucune autre et pourquoi les Montréalais de la circonscription devraient voter

    Les Montréalais ont la possibilité de voter pour le candidat de leur choix (le Lundi Septembre 16, 2024) pour les représenter à la Chambre des communes en tant que député

    https://www.elections.ca/content.aspx?section=ele&dir=2024%2F24037%2Freg&document=index&lang=e

    Games @sh.itjust.works
    recursive_recursion [they/them] @programming.dev

    Denmark is the 5th country to pass the #StopKillingGames EU threshold - 340K out of 1M signatures in total!

    cross-posted from: https://slrpnk.net/post/13094630

    Link to sign EU initiative: https://eci.ec.europa.eu/045/public/#/screen/home

    Guides on how to sign EU initiative: https://www.stopkillinggames.com/eci

    Technology @lemmy.world
    recursive_recursion [they/them] @programming.dev

    How 4 People Destroyed a $250 Million Tech Company

    Linux @programming.dev
    recursive_recursion [they/them] @programming.dev

    Encrypted Partition Unlock via Root Unlocking

    cross-posted from: https://programming.dev/post/19007507

    For context:
    I've encrypted the swap partition with:

     bash
        
    cryptsetup -v luksFormat /dev/${DEVICE}
    cryptsetup luksOpen /dev/${DEVICE} swap
    
      

    And what I want is for the user to be able to enter their password only once to decrypt their root partition which would contain a keyfile to then decrypt their swap partition.

    Does anyone know if this is possible?
    Just thought I'd ask to see if anyone's done this already

    Links:

    Arch Linux @programming.dev
    recursive_recursion [they/them] @programming.dev

    Encrypted Partition Unlock via Root Unlocking

    For context:
    I've encrypted the swap partition with:

     bash
        
    cryptsetup -v luksFormat /dev/${DEVICE}
    cryptsetup luksOpen /dev/${DEVICE} swap
    
      

    And what I want is for the user to be able to enter their password only once to decrypt their root partition which would contain a keyfile to then decrypt their swap partition.

    Does anyone know if this is possible?
    Just thought I'd ask to see if anyone's done this already

    Links:

    EthosLab @lemmy.ca
    recursive_recursion [they/them] @programming.dev

    Hermitcraft S10#10: Finishing Touches

    I'm gonna leave out and remove [EthosLab] from the posts I've made here as it should be obvious that these are Etho's vids

    Linux @programming.dev
    recursive_recursion [they/them] @programming.dev

    Where is Naomi Wu?

    ofb.biz Where Is Naomi Wu?

    It was such a cute gadget. A tiny computer, brushed aluminum on the outside, with a decent keyboard (albeit with chicklet keys), a Thinkpad-ish pointing stick that would even take a grippy Thinkpad “cat’s tongue” insert. A fairly fast X86 Intel processor, enough storage, and 8 gigs of memory. And no...

    Where Is Naomi Wu?

    cross-posted from: https://beehaw.org/post/15787798

    Archived version

    Naomi Wu has disappeared. Perhaps she has been disappeared. That’s not rare in China.

    [...]

    The proximate cause of her apparent disappearance, as Jackie Singh explains in detail here, was a discovery that Naomi Wu, an experienced coder, had made. It seemed that the cute little cellphone keyboard applications developed by the Chinese company Tencent, and used by just about everyone, were spyware. They could log keystrokes, and did it outside of even very secure applications such as Signal, so things that were sent securely could be “phoned home” by the keyboard app itself.

    It seems, though the evidence is coincidental, that this was one too many cats let out of the bag, and the Chinese communist government of Winnie Xi Pooh acted quickly, with the results (probably understated) in the Tweet quoted above.

    [.

    Linux @programming.dev
    recursive_recursion [they/them] @programming.dev

    Mono is Dead. Long live... Wine?

    Technology @lemmy.world
    recursive_recursion [they/them] @programming.dev

    AMD Ryzen 7 9700X vs. 7700X: 40+ Game Benchmark

    cross-posted from: https://lemmy.blahaj.zone/post/15873568

    holy shit

    if this is true AMD gamers just got a huge free boost in gaming performance

    Windows was very unoptimized for Ryzen

    Linux @programming.dev
    recursive_recursion [they/them] @programming.dev
    Game Development @programming.dev
    recursive_recursion [they/them] @programming.dev

    Game Creators Mega Bundle - GameMaker | Godot | RPG Maker | Unity

    Programmer Humor @programming.dev
    recursive_recursion [they/them] @programming.dev

    Rocket Science

    What my friends think when I tell them it's not that hard to switch to Linux nowadays

    Technology @lemmy.world
    recursive_recursion [they/them] @programming.dev
    Linux @programming.dev
    recursive_recursion [they/them] @programming.dev

    FINALLY, Linux on a Tablet that doesn't SUCK

    It's the MinisForum V3


    Pros:

    • Touchscreen (currently works best on KDE Plasma)
    • AMD CPU (Ryzen 7 8840U) [8 cores, 16 threads] + GPU (Radeon 780M)
    • Power button + Fingerprint reader (built into the tablet portion thankfully)
    • 3.5mm audio jack
    • 65W PD power adapter (likely to be GaN)
    • Magnesium alloy body
    • the inclusion of gyroscopes means display auto-rotation is supported
    • 1x stylus pen included
      • [4096 level pressure, up to MPP 2.6 SLA]
        • (I have no idea what any of that means, hopefully it's useful to yall)
    • Keyboard that is/has:
      • Detachable
      • Backlight LED lighting
      • Even-surface actuation pressure touchpad
      • an optional purchase (which can be deselected before checkout)

    Alt text: An image of the purchase checkout options for the MinisForum V3 Tablet with

    Imaginary Fairies @lemmings.world
    recursive_recursion [they/them] @programming.dev

    Eternity Larva

    cross-posted from: https://lemmy.world/post/18444029

    Source | Author: 寿喜烧九原 | Character: Eternity Larva

    Anime @ani.social
    recursive_recursion [they/them] @programming.dev

    Copium Suicide From Eureka Seven Movie - Pocketful of Rainbows

    in my attempt to satiate my desire to keep the series alive in my heart after binging the og episodes 1-50 and hitting postanime depression..

    I made the mistake of watching Pocketful of Rainbows

    and holy hell is it bad:

    18mins in and you can easily tell Bones skimped out on the animation budget and the story is incredibly weak


    seeing all the characters I adore being reanimated but at what cost

    right now it feels as if I'm watching my cherished members become zombies; husks of their former selves


    23mins in
    why
    someone looked at this storyboard and thought yup, good to go

    this is pure cringe, they turned E7 a series with so much depth and thoughtful meaning behind many elements blended into the themes, characters, hidden plot points into a Shonen hype series that falls so flat that you couldn't fool yourself into thinking that they could stick the landing let alone standing upright

    I'm going to bed and I'll rethink about whether I should finish this or not