Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DA
Posts
4
Comments
238
Joined
2 yr. ago

Permanently Deleted

Jump
  • I'm not certain if it can work with third party apps but Tuta (previously Tutanota) is a great alternative to protonmail. They also make their client open source so it would be possible to build email clients or bridges fairly easily.

  • I have an Thinkpad X380 Yoga running stock Fedora with GNOME and it works pretty damn well. The pen works and it recognises the buttons, the auto appearing keyboard works and so does the auto rotate. Basically very few problems at all, I don't use it all that extensively outside of GIMP though.

  • Yup, we even had a new release the other day. It will still be familiar to you as very little has otwardly changed, most of the updates have been behind the scenes - electron upgrades, a modern tree sitter implementation etc. We also have working package management thanks to a from scratch implementation of a new package backend. The blog section on the website has most of the backstory and is regularly updated.

  • Waw got an undeserved bad reputation I feel. People were waiting for an improved cod4 then waw came out and people werent too keen on going back to ww2. Then they killed the series for many people with MW2. Blops1 was OK but the magic had been lost.

  • Non fiction: Physical all the way Fiction: Whilst I like physical books I rarely make myself time to read them so I mostly consume them in audiobook format.

    I've never really got on well with ebooks, I had a cheap kindle about 8 years ago and I think I maybe read about 3 or 4 books on it - in fact I think it was Hugh Howey's Silo series and nothing else.

  • Entirely accidental. I'm not a developer and at most I had dabbled with a Linux in the past but nothing beyond a couple of VirtualBox VMs, I just didn't see or have a need for it.

    Around late 2020 the note taking app Evernote changed a bunch of stuff. I had been using Evernote for years and suddenly they updated to a new feature-poor app and placed a bunch of restrictions on the free accounts. That prompted me to look at "free" (free as in money, not as in freedom) alternatives. I stumbled upon Joplin and really liked it. I noticed a few things I thought could be improved as well as a few bugs so I joined and started hanging around on the forums. At some point I realised I could probably fix one of these small issues myself (without any programming knowledge beyond some SQL) and, with some help and encouragement from some of the maintainers, was able to build the app from source, fix the issue and create a PR. I then got more involved with the community and started to improve the documentation.

    That is when the open source bug bit me. I installed Linux as it just seemed (and was) easier than doing this kind of thing on Windows. I was invited to the Joplin team, got involved with Google Summer of Code as a mentor for Joplin and otherwise really got into it.

    Then it all stepped up massively last year when GitHub announced they were killing off the Atom text editor. Whilst looking for alternatives I got involved with atom-community which then split off to create a fork of Atom, Pulsar which was a mad rush to get everything together. Not only save what we could of Atom (the package repository wasn't open source) but also to keep momentum going and make sure that those people using Atom still had somewhere to go and try to gather some sort of community whilst it was still somewhat relevant.

    And yeah, otherwise now almost exclusively use open source stuff and try to get involved with the communities of other open source projects.

  • I almost see Pulsar as the anti-VSCode/Microsoft in a way. Microsoft slowed development and killed Atom in order to promote use of VSCode. Instead of letting it die we decided to keep it alive and offer it as a viable alternative. So in some sense it almost exists just to spite Microsoft's attempts to kill it.

  • I've been wanting to get more and more thematic with naming things but my efforts haven't come to fruit just yet. Like we have "regular" and "rolling" releases but those are boring (although descriptive), I was proprosing something like Nebula and Quasar, you know, something that ties in with the space name.

  • It absolutely isn't "another electron app" in that sense. Atom (and now Pulsar) literally invented Electron, it is the original Electron app to the point where even thinking about de-coupling it isn't really possible. Electron literally used to be called "Atom-shell".