Fugitive is a common git plugin for Vim. If you’re not using vim, not much to check out. If you are, highly recommend it!
Fugitive is a common git plugin for Vim. If you’re not using vim, not much to check out. If you are, highly recommend it!
Thank you. I’ve found one of the communities with the search functionality.
You’re awesome tho!
This is the same (based) judge that previously ruled that the GAC ban for minors was unconditional.
The new ruling overturns the part of the ban that restricted Medicaid funding for going to GAC for adults.
Does anyone know what parts of the bill are still active? I’m guessing the requirement for informed consent is still required, but I don’t know what else
Currently in Florida, don’t have immediate plans to move. My mother-in-law is recently widowed, so we want to stay close.
I’m trans, but I also live with a lot of personal privilege (well paying job with non-state insurance, white, married, liberal city, no kids, haven’t faced direct discrimination). The particular set of laws that Florida has passed are limited in how they affect me.
That’s not to say i don’t care – I’m actually livid with my state government. Many of my trans/queer friends have rightly left the state already, but I personally can stay around for longer to push back as I can
I’ve spoken to my brother in Illinois, and if worse comes to worse, i have somewhere I can go if Florida becomes unlivable
Perhaps [email protected]?
Only created a week ago, but it has a few active subscribers, could be worth checking out
I don’t think it makes a “good story”, but my parents have accepted me.
My uncle is an established child psychology reaearcher (had been “chief psychologist” and “assistant director” at multiple children’s hospitals. When I came out, they reached out to my uncle to ask for advice (especially for how sudden it appeared to them, when it was literally since I was a young teen for me), which he basically replied “if [dead name] is talking to you about this, it’s something they’ve been dealing with for a long time”. I think this helped them a lot
My parents took some time to come to terms with my transition. They struggled with my new name and using the right pronouns, but they put in the work, and we have a fairly solid relationship now. We were never super close (still aren’t), but I have no qualms giving them a call sometimes, or spending holidays with them.
I think the concept is intuitive and interesting, but the implementation/interface isn’t.
Always fun to learn something new. I’ve primarily used vim since 2016, and i never knew g_
to jump to last non-space character in the line
Separate frustration.
I was commenting on a post that got deleted, wrote a technical comment about the same length as this comment, but it turns out the post was deleted, so i just wasted a bunch of time.
I’ve had the same issue in the past with Reddit, so it’s not any different than usual, but just another pain point that would be nice to resolve
Thanks for the reply.
I’ve been playing around a bit, and I was able to subscribe to communities in non-beehaw instances, and they are showing up in my feed. That’s now working as expected.
I made a comment in another instance ([email protected]) in the “Bold Predictions?” thread. I can see the comment in my profile, and the thread shows 13 comments when I view it in Beehaw, but going directly to the 1337lemmy.com website, shows 12 comments and my comment is missing.
This doesn’t make sense to me. It’s not clear what’s causing the two views to appear differently. I’m assuming the two instances aren’t federating the user properly or something. I would expect an error message or warning if I’m not allowed to post.
Any thoughts what’s going on here?
My overall journey was the GameFAQS message boards -> Digg -> Reddit (via RIF) -> Lemmy
Lemmy has filled my content aggregation desires while boycotting Reddit. Overall, I could see being here to stay
I’m still having minor issues, but they aren’t deal breakers. Like, I’ve had issues with my up votes not saving (press it, turns blue, wait a second, then it changes back), so I need to press it multiple times before it saves. On the whole, these errors will be resolved with time, so it doesn’t bother me much
Main issue I’m trying to figure out now is: how to use federated users for other Lemmy instances. If I’m using the website for beehaw, then go to another instance, it appears I need to sign in, but I can’t see how to use my beehaw account. I started using Jerboa and it seems to handle it, but the comments I’m making don’t show up (when I checked in a browser), so it might be in the UI only, or I’m missing something
You have :vim:
in your user’s “tags” (flair? desc? Idk). I haven’t found a good vim community on Lemmy, so I’m interested if you have a recommendation.
I guess that would make “community discovery” as a particular thing I’m having some difficulty with. Getting better as I’m getting more familiar with everything, but it is a pain point
Groovy. Thank you
It’d be nice if we could have RIF open-sourced then expanded for Lemmy, especially expanding to different hosts
I’m looking for something like this (queer/trans memes). Could you link the community?
I don’t think it’s explicitly an issue with capitalism itself (although capitalism does use it to it’s advantage). Decision Paralysis is well-known, and i don’t see why abolishing capitalism would make it universally easier to make uninformed decisions
This makes a lot of sense to me (as an Operations Engineer).
I could imagine the architecture team has low watermark triggers to rescale the architecture, kill and restore hosts, or other changes based on expected user load. When that load just… isn’t there, the automated tooling just loops the same actions causing site instability.
I’ve had similar issues before, so it seems like a feasible explanation
Orlando is objectively a queer friendly city, but they don’t have any pride events in June.
There’s an unofficial event each June called “Disney World Gay Days” (not affiliated with Disney themselves, who just treat it like any other summer day), so Orlando moved their pride celebration to October instead. I think it’s understandable, but it always sucks to feel left out from the rest of the queer community.
I’ve actually have never been to Pride, since other things tend to conflict, and social anxiety in general. This year, I will definitely participate (motivated by the phrase: “Pride is a Protest”). I’ve been “openly queer” for the last 5ish years, but I haven’t been “openly trans”, but I’m taking steps to own that identity, at least more openly. Perhaps people can clock me as trans, but no one ever says anything, so i think I might currently qualify as “stealth”, but I feel like I don’t pass. Just in that weird superposition.
I have at least one symbolic gesture I want to make this June. I play Women’s Flat Track Roller Derby, and I want to fly the trans flag during my player intro. It’s a very small thing to do, but trans athletics has been under attack, so I feel like choosing to be a visible trans athlete is something i need to do
Neovim is a rewrite of the vim project. From a high level (or from the perspective of a beginner to both), there’s not much difference between the two. That is, basic usage will be the same regardless of which ones you choose. Like, the model philosophy and default key bindings are basically identical.
You start seeing major differences with more advanced usage and under the hood.
Neovim is built to support async processing, while Vim is entirely synchronous
Neovim offers native Language Server support while Vim requires plugins to do so. (Language Server Protocol is part of what makes VSCode so powerful)
Vim plugins are written with a custom script called “vimscript” while Neovim plugins are written in Lua but also supports vimscript.
There are more differences, but this should cover the basic differences. I haven’t used neovim in an age, so I’m up for any corrections if anyone has any