• 102 Posts
  • 2.51K Comments
Joined 3 years ago
cake
Cake day: September 1st, 2023

help-circle





  • If you hate having information delivered as text, you are never going to love mailing lists.

    Wdym? I’m reading text right now. We are interacting with text right now. It has formatting, has linking, has syntax highlighting, all depending on the client.

    key: value
    object:
      key: value
    

    All this exists in lemmy and I love it.

    A lot of other metadata exists in emails too:

    • identities
    • timing
    • person being responded to

    Even reactions could be implemented via email e.g if the response body is a single emoji --> reaction.





  • And what have PRs got to do with mailing lists per se?

    I posted in the programming community. Mailing lists are used for submitting patches.

    a good email client will have some functionality that improves things a bit

    I’ve tried Thunderbird, KMail, and whatever the Gnome one is called. Frankly, it doesn’t really improve on legibility. It’s a bit better, yes, but even hackernews looks better. It’s a far cry from lemmy’s UI. If they had markdown support, that would be an improvement.






  • I’m not sure how that would work without something around git. It would require push rights to your git instance: you’d need to add a bunch of tooling to protect yourself:

    • stop people from pushing junk to your server e.g large files, endless while loop that pushes issues filled with random characters or just counting endlessly
    • stop people from pushing malicious stuff that can infect you by running the git hook that checks the content
    • ensure you have protected branches (again probably a git hook?)

    You’d need notifications that somebody has create and issue and PR, or a web interface around git so you can see it.

    radicle has made something that works, but it required a gossip protocol to do a lot of work. There’s git-bug, but that also runs into the problem of allowing others access to your git.

    A simple standard won’t cut it. There is way more that has to be considered besides a simple file format. That’s exactly why git-forges exist. I’m not saying it’s impossible, but way more difficult than a git forge (IMO).







  • The person I was responding to was equating their experience as a leader to being an expert in software development. And even if they had been a good developer 5, 10, or 15 years ago, that doesn’t make them stay an expert. Either you’re working in the field with the relevant experience, and position, or you’re not.

    Your qualifications as a software developer don’t magically increase to say “far exceed the required qualifications” just because you lead a team, a division, or a company. Otherwise Satya Nadella, Bill Gates, and Jeff Bezos would be the best software developers in the world.