Emily (she/her)

I am several hundred opossums in a trench coat

  • 147 Posts
  • 255 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle



  • Emily (she/her)OPMtoTransPost-Election Message
    link
    fedilink
    English
    arrow-up
    21
    ·
    15 days ago

    I’m on my phone right now so sorry for the short reply. Will expand when I get the chance (other people please pitch in).

    TransLifeline used to offer microgrants until they ran into financial issues, giving them some donations would go a long way.

    Both they and The Trevor Project also offer crisis support lines. I’m sure they’re busy right now and you should consider giving them your support as well.


  • Emily (she/her)OPMtoTransPost-Election Message
    link
    fedilink
    English
    arrow-up
    123
    ·
    15 days ago

    This message was prepared ahead of time, along with one for Kamala Harris. I am sorry that this is the one we had to post. We will be monitoring the community closely over the next few days to redirect anyone in need to appropriate resources.











  • Not every change is going to completely overhaul the app. More than likely, the changes are a fix to some obscure bug not caught in testing that only affects a small percentage of devices. Just because you don’t encounter it with your workflow and device doesn’t mean it isn’t a critical bug preventing someone from using the app. It could also be a new feature targeting a different use case to yours. It could even be as simple as bringing the app into compliance with new platform requirements or government regulations (which can happen a couple times a year, for example Android often bumps the minimum SDK target such that apps are forced to comply with new privacy improvements).










  • After a certain point, learning to code (in the context of application development) becomes less about the lines of code themselves and more about structure and design. In my experience, LLMs can spit out well formatted and reasonably functional short code snippets, with the caveate that it sometimes misunderstands you or if you’re writing ui code, makes very strange decisions (since it has no special/visual reasoning).

    Anyone a year or two of practice can write mostly clean code like an LLM. But most codebases are longer than 100 lines long, and your job is to structure that program and introduce patterns to make it maintainable. LLMs can’t do that, and only you can (and you can’t skip learning to code to just get on to architecture and patterns)