Skip Navigation
cark cark @beehaw.org

just a 2d boy living in a 3d world

Posts 1
Comments 11
Favorite Note Taking/Markdown Preview Plugin
  • Alright, tried to give it a go but I encountered the same build issues that are filling up the issues tracker. I tried making the same changes locally that are in the PR and that didn't work. Given that it seems like this isn't being maintained, and relies on deno which I guess is making breaking API changes, I'm going to pass on peek.

  • Favorite Note Taking/Markdown Preview Plugin
  • Thanks! I'll give peek a try and report back.

  • Favorite Note Taking/Markdown Preview Plugin

    Hey all. I recently made the jump to using neovim as my full-time editor of choice using a modified version of LazyVim. I'm looking for a plugin that shows Markdown preview (preferably within a buffer and not by opening a browser page, if that's possible). This is primarily for taking notes at work, although I don't need the most heavyweight note taking app (for that I usually use Notion, which unfortunately doesn't seem to have a read-write neovim plugin). Do you have any recommendations?

    5
    Reddit habit is hard to break.
  • For me, once Apollo officially stops working I won't have any ingrained habit for reaching out to reddit. I stopped using the website years ago except for reading search results that point there.

  • Your favorite board games?
  • I bought Gloomhaven right at the beginning of the pandemic, and my roommates and I spent basically that whole summer playing together. We still keep in touch by playing the digital version as our schedule allows. So that one has a special place in my heart.

  • What's everyone's thoughts on split or tented keyboards?
  • I don't, but a coworker uses an ergodox and I've been eyeing it lately

  • When did you last see a stage play or performance? What was it? How often do you go?
  • Went a month or two ago to see Peter Pan Goes Wrong and it was hilarious, highly recommend. Before that, probably Hamilton circa 2019.

  • Is Lemmy your first time on the Fediverse?
  • Yes it is. While I'd heard of Mastodon in the context of Elon's Twitter dumpster fire, I had no idea it was federated or what the fediverse was. I like it so far, with the obvious caveats that there's plenty of room for improvement. I'm hoping to learn more about how the platform works technically so that I can contribute a bit.

  • What does your merge/code review process look like?
  • Current place:

    • Work is done on a feature branch on a personal fork of the repo
    • Codebase requires 100% functional coverage, and you're responsible for writing the tests for your code and including that in the same PR
    • Run pre-commit hooks for style auto-formatters before you can commit and push your code to your origin fork
    • Ideally run local tests as well
    • Create a PR to pull feature branch into the upstream repo's main branch, which triggers the CI pipeline for style and tests
    • At least 1 other person must review the code before a PR can be approved and merged into upstream main
    • There's a separate CI pipeline for testing of publishing the packages to TestPyPI
    • Releases to PyPI are currently done manually
  • Is anyone else beginning to mourn reddit?
  • I agree that Lemmy could end up filling the same negative voids that reddit does. I suppose my hope is that by restricting the conversation and limiting bad-faith arguments, there will be less toxicity here relative to reddit.

    In the end, addicting us with anger and outrage in order to drive participation and clicks is the end-stage of all social media, and that cat is out of the bag. But perhaps there's a little temperance that can be found if we don't see social media foremost as an opportunity to harvest data but as a way to interact and share ideas.

  • Is anyone else beginning to mourn reddit?
  • I feel like reddit dying could be a positive thing for me. For years now I have felt the negative influence that its toxic environment - fueled by impersonal, discordant interactions - had on me. Not to mention the complete destruction of my ability to concentrate caused by the micro dopamine hit targeting of social media UX. I'm hoping that moving to a smaller platform will help with some of that pervasive anger I feel as a result of constant reddit usage.

  • Can you code? We need your help to improve lemmy
  • I'd be happy to help contribute as best I can. I don't have much Rust experience but I'd like to learn more. One thing I'm noticing: I like that there are a good deal good first issue tags for the backend repo, but only one for the frontend. I'm not sure if there's really that far fewer intro tasks for the frontend or if they're just not tagged as thoroughly.