This is a pretty interesting idea! And I do agree that the feature to aggregate comments from multiple posts would be useful.
This is a pretty interesting idea! And I do agree that the feature to aggregate comments from multiple posts would be useful.
I’m annoyed to see you getting down voted - I had a similar issue years ago with my work MacBook (couldn’t run a custom WM because any modification to the Finder was blocked without putting the machine into “unsafe” mode).
I love OSS, but without a verifiable way to distribute it large swaths of the workforce won’t be able to use it.
F-Droid is great, but sadly it isn’t enough.
Mine is in 6 days, oh boy.
You: [ copy pastes link ]
Others: Hey, can you also tell us what that link points towards?
You: wHaT iS tHiS, a BoLsHeViK LaBoR CaMp?
You know what you sounded like.
It’s a small text addition for context, not a big ask. Most of these upgrade posts in this community have people asking the same thing, so they can discover new software.
Ultimately, though, it’s your choice.
I use Navidrome myself, and I still think it would be nice for people to know a little bit about the software in an update announcement post.
Seems like a very reasonable request, I don’t grok the vitriol in your response.
Ooh, I’ll tell them to try it out - looks cool, cheers!
Conduit sounds very exciting - but my synapse installation (and its concomitant database) is too old and big for me to make a switch to anything else just yet.
But I’m hoping Dendrite will one day allow me to migrate over - I don’t like how one of my most mission critical programs is a Python program running out of a packaged venv. 😅
This is the correct answer, IMO.
I loved using XMPP back in the day, but I struggled talking with people who weren’t on the same server as me because of spec and client variations.
While Synapse is a resource hog, it (and Element) - to a certain degree - does the job. Can’t wait until sync v3 lands in the main server.
The only issue I have is with one friend who insists on deploying his own version of Synapse, but can’t figure out coturn and - as a result - we can’t voice chat properly.
Goddammit. Two steps forward, one step backward. 😅
This section of the tutorial you followed shows how you enable registration.
This section shows how you add a user.
The official Prosody documentation for adding users and opening registration can be found here.
I use Fantastical; pretty decent for an iOS App - if not a bit pricey.
Edit: As an important note, while I’ve used Fantastical for years, it’s really only for the Mac ecosystem so I’m looking to move away from it.
Nowadays Morgen is my Calendar app of choice, but its iOS app isn’t feature complete yep. It’s fantastic on desktop, though.
Read the quote:
They only see one thing: we have come here and stolen their country.
It implies that they - the Arabs - see it as their land was stolen, from their perspective. It’s not a statement of fact.
Edit: Also, not a news article - looks like you’re just trying to rile people up by posting incendiary Wikipedia links. Seems like a violation of rule #1 to me.
Vote’s done, now - CHP cinched it. Good times.
But what happens if you don’t use an IDE? That was the original point. Even if it isn’t statically typed, a python IDE can also do its best to guess the type of an object.
The point is to have code that’s legible without dependence on large, third party tools.
True true!
Yep, I was specifically talking about C#'s implementation.
I worked with some large C# code bases, and you could always see the point in time in which an individual developer would finally get comfortable with var
- it’s when the code would start getting unreadable. 🤣
Nope, was added to dot Net after the fact. Normally you declare each type by hand, e.g.
ArrayList myCoolList = new ArrayList();
vs
var myCoolList = new ArrayList();
The second example is why the keyword was added, but now imagine you have a function call returning an unknown type, and then things will start to get super funky.
E.g.
var myCoolBook = BuildBookData(input);
…one step forward and then the same step back 😂 (disclaimer: I do actually like C#, though)
Just you wait until your developers learn about the var
keyword - it’s going to be Python 2.7 PTSD incidents all over again 😂
Yep, check out yabai.