I'm referring to this link that showed the active monthly users for lemmy as a whole across all instances trending downward
I'm referring to this link that showed the active monthly users for lemmy as a whole across all instances trending downward
Yeah I think it's pretty clear at this point that 99% of reddit users don't care about this, which is why reddit continues to thrive while lemmy is facing lower and lower user numbers
Vue feels like the good parts of angular boiled down into a much easier to use package similar to React. I actually really like it, but I think I do prefer react over both of them at this point. The states and effects just make a lot more sense to me at a baseline than Observables and whatnot
I've been maintaining a website that I built for a local nonprofit the last few days so it really hits close to home haha. I originally built it on Angular a few years ago because it's all I knew at the time. Since then I've used both Vue and React which makes going back and maintaining the Angular project such a pain
Sorry I can't hear you over all those observables
We must've had different experiences with it. I also wouldn't say it's better than almost anything you can make at home with an automatic coffee maker - just a lot of it. I'd take it over any of the more common supermarket brands of coffee grounds (Folgers, Starbucks, Great Value, Dunkin, Peet's, and Maxwell House in particular)
You can usually get it for a dollar with the app and it's better than a lot of the stuff that can be made at home with an automatic coffee maker. I used to get it a lot until I could afford to support smaller coffee places
If I recall correctly, it got overturned by a Federal Court before Trump took office. Trump WOULD have undone it - but he didn’t have to.
It got overturned by a Federal Court before Trump took office. Trump WOULD have undone it - but he didn’t have to.
It’s not the best, but you can group the other player characters with your character so they just follow you around the same way the origin characters do. You still lose the slot, but it’s otherwise the same as using an origin character.
My wife left early last night while we were playing and her character ended up coming in clutch in many combats. Figuring out I could get her to follow me was a game changer
It’s looking like I will only get to play around 3 hours a week with friends and I’m ready. Last night’s session was fantastic. It felt like meeting up once a week for a more simplified DnD session. We got through a fair chunk of content.
You may never be able to reach the end of the game, but I think if you enjoy the base gameplay then it’ll still be very worthwhile
I discovered speak with animals last night and my friends and I were having a riot hearing what the animals had to say. A cow talked shit at me, a rat led me to treasure. Fantastic
I remember hearing the older CRPGs served as a platform for modders to add some insane content so I really hope we see a lot of that with Baldurs Gate 3
Aaaah I feel that. I’ve been sitting on it trying to make time to play it. It’ll be great once you get the chance!
Thanks for the heads up, I’m currently avoiding the main community for spoilers but I plan to join and communicate when I get farther in
I only see this community when I’m browsing all and it feels like a good chunk of these posts aren’t actually about Linux - they’re about how Windows is bad
Thank you! I appreciate your help
I see! I definitely feel that Senior would be applicable for this given position. All of my hang ups were in thinking there was a more defined requirement to be a “Senior”. Between you and my discussions with others, I’ve learned to not worry about that and instead focus more on my knowledge-level and my direct contribution to the Org - both of which I would say are appropriate in this environment.
I did not know that! I was really getting hung up on the “not having any non-seniors” point.
The use cases definitely do come up where you want the logic inside the loop to execute at least once. One common use case I have is validating user input in console applications. Put the instructions for validating the user's inputs inside a do while and then run logic to validate it at the end - that way you can easily loop back to the start and re-prompt them for the user input again.