just a 2d boy living in a 3d world
- 1 Post
- 9 Comments
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.
cark@beehaw.orgto Free and Open Source Software@beehaw.org•What do you think about Apple and its ecosystem? (And a little conversation I had with a colleague)1·2 years agoI’ll admit I’m not the biggest FOSS evangelist, so this comes with a grain of salt. From a right to repair standpoint, I don’t care for Apple’s policies at all. But from a security and (perhaps counterintuitively) user experience standpoint, I agree with Apple’s walled garden approach, locked down OS, and single app store. We see the alternatives in Android, and we see how much worse its security is.
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.
cark@beehaw.orgto Technology@beehaw.org•What's everyone's thoughts on split or tented keyboards?1·2 years agoI don’t, but a coworker uses an ergodox and I’ve been eyeing it lately
cark@beehaw.orgto Entertainment@beehaw.org•When did you last see a stage play or performance? What was it? How often do you go?2·2 years agoWent a month or two ago to see Peter Pan Goes Wrong and it was hilarious, highly recommend. Before that, probably Hamilton circa 2019.
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.
cark@beehaw.orgto Programming@beehaw.org•What does your merge/code review process look like?1·2 years agoCurrent 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
cark@beehaw.orgto Technology@beehaw.org•Can you code? We need your help to improve lemmyEnglish1·2 years agoI’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.
That is not true. Many attacks (e.g. the recently revealed Operation Triangulation) do not have persistence.