Spyke

Replies

Comment on

If you've ever interacted with someone who speaks a different language, what is the funniest misunderstanding you've had?

My Dutch friend. We were on discord playing guild wars and the topic of alcohol came up. The majority of the group are british and we were talking about different drinks like whisky, gin etc and the question came up "so what famous dutch spirits are there?".

There was a bit of silence before he said, "I don't know, William of Orange?". Turns out he had never heard of the word 'spirit' to refer to high proof alcohol before so selected a famous historical dutch figure.

Comment on

Happened to me multiple times

Reply in thread

This is the problem, making the fork known to the userbase of the original software. When the Atom text editor was killed by Microsoft we decided to fork it as Pulsar but it was an uphill struggle to really get the word out. We got a massive boost when the youtuber Distrotube featured us in an episode and again with an itsfoss article but we still routinely find people who have been using Atom without knowing we even exist.

Comment on

FOSS programmers, what do you think of horrible people using your software?

The moment you exclude any group or persons from your licence, it is, by definition, no longer open source.

Of course that doesn't sit well with some people and there are some initiatives to try to account for that, for example the Hippocratic License that allows you to customise your licence to specifically exclude groups that might use your software to cause harm or the Do No Harm license with similar goals.

Honestly, I find it hard to object to the idea. Some might argue it is a slippery slope away from the ideals of software freedom (as has been the case with some of the contraversial licenses recently like BSL and Hashicorp. I'm not a hardline idealist in the same way and if these more restrictive licenses that restrict some freedoms still produce software that might otherwise not exist then I'm happy they are around.

Would I use one? Probably not, for me, whilst I like the idea, I think the controversy generated by using a non-standard licence would become its defining feature and would put off a lot of people from contributing to the project.

Comment on

What (free and open-source) applications do you use on a daily basis?

Somewhat self promoting for the first two of these items as I'm directly involved. Leaving out the more obvious ones (Linux distro etc.) as they will have been mentioned. I'll stick to some of the less known things I use.

linux

Comment on

Inkscape Flatpak is looking for a maintainer!

Reply in thread

From the conversation it seems to be a similar situation to the project I'm with is in. The flatpak is essentially community maintained rather than being directly supported by the team. To become verified it needs to be done so by a representative of the maintainers of the software. To be verified it doesn't have to have a team member involved in it but this is a requirement Inkscape seem to have imposed.

For us we just aren't in a position to want to support it officially just yet, we have some major upgrades coming to our underlying tech stack that will introduce a whole bunch of stuff that will allow various XDG portals etc. to work properly with the Flatpak sandboxing model. To support it now would involve tons of workarounds which would need to be removed later.

linux

Comment on

anti-snap stance is anti-consumer

I think a lot of the flak directed towards snap would be mitigated if they made the backend open source. I know there are some efforts to produce alternative backends (although the one I knew about lol / lol-server seems to have gone dark).

Another issue is Canonical's rather strong armed and forceful approach to making people use snaps rather than the OSs native packaging system, again, not something that should be an issue in theory but when people already have a negative view of the format to start with...

Personally I don't really have an issue with Snaps. I've had more luck with them and fewer issues than Flatpaks (which I also tend to avoid like the plague) but that is probably just because I prefer to use appimages or native packages rather than having to fight the sandbox permissions and weird things it can do to apps that don't take Snaps and Flatpaks properly into account.

Comment on

Mastodon and free speech

I find this a very odd take... You are free to say whatever you want, however people are also free to not listen to you. Why is the freedom to not listen seen as a "lesser" freedom than the freedom to say what you want?

The main benefit of federation like Mastodon and Lemmy is that if you and like-minded people in your community don't wish to listed to vitriol being spewed then you don't have to. Don't like it? Go and find an instance that does tolerate it and does want to listen.

Comment on

Isn't defederating with lemmygrad being as censorship as USSR is accused of ?(NO SIDE TAKEN, READ BEFORE COMMENTING)

There is a difference between censorship and the right to not have to listen to somebody. Being banned from having a platform to speak from could count as censorship (for example being banned from Reddit). However with Lemmy those on lemmygrad are free to say whatever they want, the difference is that everyone else is just as free to not have to listen. The idea of the Lemmy instances is that they have the ability to curate content - an instance catering to an LGBT community is not going to want to have to listen to right wing evangelicals and you join up on that knowledge. If you want to have the option to hear every single voice then join an instance with that mindset or just host your own.

cat

Comment on

I think my human might be an idiot

Reply in thread

I've got two cats who are sisters and they indeed have very different meows, not just sound but how they use them. One has a very distinct greeting meow literally only reserved for when she hasn't seen me in a few hours that is isn't in any way replicated by her sister.

Comment on

Visual Studio Code alternatives for Linux?

I've been keeping a list of alternatives for a while now that I really like:

  • Pulsar - An actively developed fork of Atom once Microsoft killed it off. Disclosure: I'm on the Pulsar team so I'm more than a little biased here but if you want to get involved we are always after people who want to contribute and we have a very friendly and active Discord server. First thing we did was re-implement the package backend and migrate it so we were able to keep the thousands and thousands of community packages for download.
  • Lite-XL - A really lightweight and fast editor written in C and Lua that is very actively developed. I use this on some less powerful systems.
  • Lapce - Another lightweight and very fast editor written in Rust and is in the middle of moving to their own UI framework. Not that extensible at the moment but supports LSP plugins.

Then for terminal based editors I really like Helix which is vim-like but uses a selection -> action model (like Kakoune). I really like it because it requires almost no configuration.