Skip Navigation
Recommended something to a co-worker yesterday
  • Depends on how cool they are

  • Jack Dorsey claims Bluesky is 'repeating all the mistakes' he made at Twitter
  • I hate the term web5 but the tech stack described here is much better than anything else I've seen. https://developer.tbd.website/projects/web5/

  • NSFW Removed Deleted
    XXX
  • He's never even set foot in a gym!

  • How do you find the source of an infinite re-render?
  • Sometimes you do want state variables in the dep array. Not super often but it does happen.

    And you shouldn't just always use an empty array. That creates fragile components. Even for effects that you want to just run once. Always follow the eslint rule

  • How do you find the source of an infinite re-render?
  • You're updating state, that your effect hook depends on, within the hook. So every time the state is updated the effect is run, which updates states which runs the effect etc.

    You should use something like react query to handle async data

  • why are some movies/ shows not released in UHD?
  • I feel like x-files is like that too. It mostly looks great on Blu-ray but the CGI shots don't hold up lol

  • Unixporn @lemmy.ml beefsquatch @programming.dev
    [KDE] Updated my wallpaper to prep for Plasma 6

    Void + KDE + Wayland

    3
    Think pad vibes
  • I also put my trackball between my split keyboard! Don't see that setup too much, I really like it

  • [Fresh Album] J Mascis - What Do We Do Now

    > What Do We Do Now is the fifth solo studio LP recorded by J Mascis since 1996. This is obviously not a very aggressive release schedule, but when you figure in the live albums, guest spots, and records done with his various other bands (Dinosaur Jr., The Fog, Heavy Blanket, Witch, Sweet Apple, and so on), well, to paraphrase Lou Reed, “J's week beats your year.”

    0
    Music Piracy Is Back in a Big Way
  • I never thumbs up or down and I find the recommended albums and "Mixed for your" playlists are pretty accurate. I hate that my grandfathered price went up last December tho

  • Brought to you by the vertical mouse gang
  • Ploopy Classic, it's a modern version of that. Open source software (QMK) and hardware

  • [Julia Evans] Combining Branches
  • Agreed, I see that as a win. Easy to revert a whole branch/PR

  • GitHub Desktop or Git CLI?
  • Sublime Merge, for most items in the UI it tells you the git command it will use

  • IRS wants him for his big bill
  • Just the one pelican, actually

  • Driving an AE86 apparently feels just like using wayland with NVIDIA
  • I've been using Wayland for about a year on and off with Voidlinux on the framework 13. Everything's pretty much worked from the start besides screen sharing which was a void specific issue that's been patched

  • ESLint announces deprecation of formatting rules
  • I've been using prettier from eslint, with eslint-plugin-prettier. Then I just need to run eslint and have the eslint vscode extension

  • around my neighborhood

    These pop up in this spot every year around this time. They get huge and there's probably about half a dozen clumps like this

    (reposting because of the federation issues getting resolved)

    0
    Best trackpad for Linux?
  • Check out trackballs, for an alternative to trackpads!

  • Does anyone use Suspense?

    I haven't had a need for suspense, I use react query without suspense just using the data, error, isLoading etc state directly. And I don't see Suspens as a simpler pattern necessarily. What does it get you that other patterns don't? I'm curious to know your use cases!

    1
    Not Fully Federated?

    From here the stats are far lower than viewing from lemmy.world. is it just me?

    ! !

    6
    beefsquatch beefsquatch @programming.dev
    Posts 8
    Comments 29