This profile is from a federated server and may be incomplete. Browse more on the original instance.

Daeraxa,

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.

Daeraxa,

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.

Daeraxa,

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.

Daeraxa,

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.

Linux on a 2in1 for Uni (lemmy.world)

Hello linix@lemmy, I got fixed on the idea of replacing my iPad with a 2in1 like the thibkpad X13 for uni since I use the keyboard with my iPad a lot. The only time I need to take handwritten notes is in chemistry, mathematics and to annotate PDFs. Does anyone here have experience with convertibles running Linux? What would be...

Daeraxa,

I have a thinkpad yoga x380 and although I dont use the stylus or tablet mode very often, it works really well when I do. Running fedora 38.

Daeraxa,

I have to admit I probably would have read yellow in that context to mean ‘cowardly’ rather than with racist connotations but I can see how it could be taken that way.

Daeraxa,

“British petroleum” hasn’t been a thing for over two decades. …

Distro for experienced Linux user

Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible...

Daeraxa,

I always wonder why GUIX seems to get left out vs NixOS

Daeraxa,

I’ve not used either, just look on as a curious spectator, I’ve yet to leave the more idiot proof distros of mint and fedora. What makes it so hard to deal with vs nix?

Daeraxa,

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.

Daeraxa,
  • Helix for terminal editing because I never got on well with the order you had to do things in Vim, Helix (and Kakoune) make more sense to me.
  • Lite-XL for a lightweight GUI editor. I just think its neat.
  • Pulsar for everything else (mainly because I’m involved with it, come visit us on Lemmy at !pulsaredit /shill). Literally over 10k packages for install and an awful lot of active development.

Edit: Using this to give a shout out to other projects I’ve come across on my travels:

  • Brackets/Phoenix - A community effort to keep the abandoned Adobe Brackets editor going, has a web version now, linux version still in the works after Adobe removed support for it.
  • CudaText - Pretty fast and supports a huge number of languages
  • eCode - Not used it in a while but is part of the eeep GUI project, lightweight and pretty interesting with lots of active development on both eCode and eeep.
  • Bitters - Very much an oddball here, inspired by the Canon CAT word processor/computer from the 80s with a really interesting “leaping” way of navigating text.
  • Aura Text - Interesting little editor written in Python

And some terminal ones:

  • Zee - an emacs-like editor written in Rust. Main repo seems to be dead but one of the Lapce devs is working on a fork of it - git.panekj.dev/pj/zee
  • Amp - another Rust based editor with some interesting ways to navigate text
  • dte - Just a nice terminal editor
  • moe - Vim-like editor written in Nim (not to be confused with GNU Moe)
  • Feather - Specifically for opening huge files
  • Tilde - Curses type interface, can be used with a mouse in some terminals
Daeraxa,

I like the idea of Howl, its just a shame that interest and development seem to have dried up. The use of Moonscript might put people off rather than just using Lua.

Daeraxa,

Yay, always nice to see people mention it (outside of myself just shouting it into the void :P) - we are active on Lemmy now at !pulsaredit too.

Daeraxa,

Glad you found us at least :) Those were the exact reasons we wanted to keep it alive, I tried but I just can’t get used to VSC having used Atom for so long.

Daeraxa,

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”.

Daeraxa,

It is indeed, we picked up where Atom left off. And yeah, not just “one of” but the og electron app.

Daeraxa, (edited )

Open source hardware is a thing, there are tons of projects on places like Hackaday but it feels to me like it will never quite reach the same level of success as open source software simply because it is much harder to do.

The main exception to this is obviously 3d printing where people happily share their designs and things for people to print and “remix” (i.e. fork) under CC licences.

The problem I think is that electronics is difficult and expensive (especially for “one off” orders for things like PCBs) for the most part which is why you seem to end up with two camps.

  1. Hobbyists making their own electronics at their own cost and making stuff available. If you are lucky there might be a company willing to make batch orders of the custom parts along with the rest of the components as a DIY kit (which, depending on your soldering skill might be easy or extremely difficult with the possibility of ruining it) or they might pre-assemble the kit for you.
  2. Companies making OSH products but there is little appetite for anyone to fork it or create a competing version in such a niche space. ClockWorkPi come to mind here with some neat little hand held computers they sell but also make the plans available for. To date I don’t think I’ve heard of anyone making a clone from scratch or forking it to make their own modified version as the cost would be so extreme compared to just ordering the original.

So yeah, I think there is appetite for open source hardware but the high costs, practical electronic skills and ease of damaging expensive parts means that I think things will stay less active in that space. I’d love to see more, for example if super cheap prototype PCBs and pre-assembled kits could be ordered at far cheaper prices than are currently possible. Or an easy and cheap “PCB printer” with associated parts picker/placer/soldering machine to make the process of prototyping a project as easy as just ordering a bunch of generic and off the shelf parts then downloading a file or two to send to the machines. I can dream can’t I?

Edit: Seems desktop PCB printing may be possible for a cool $5k (www.voltera.io/v-one) or £11.5k (www.fortex.co.uk/product/sv2-pcb-printer/). Maybe we might see a revolution in this space in the not to far future like we saw with 3d printing that brought the technology to the masses.

Edit 2: Somewhat meta - a hackaday project for a pick and place machine - hackaday.io/project/9319-diy-pick-and-place

What are some FOSS programs that you think are a far better user experience than their counterparts? (sh.itjust.works)

I used Plex for my home media for almost a year, then it stopped playing nice for reasons I gave up on diagnosing. While looking at alternatives, I found Jellyfin which is much more responsive, IMO, and the UI is much nicer as well....

Daeraxa,

Pandoc. I’m not even sure there is a decent alternative.

Daeraxa,

At least for the moment I’m doing it because it is fun. The main project I’m involved with is a fork of something that was pushed to the side and killed off by the big corporation developing it. Are there other tools that do the same job? Yes. But the fact that a small community came together to save the application they liked and is having fun working on it is the only justification I need.

Daeraxa,

Literally nobody in Britain says ‘fifteen September’…

Daeraxa,

I made a similar post a while ago if you want to see some more answers - lemmy.ml/post/1990593

Daeraxa,

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.

Daeraxa,

No its a very high pitched ‘weeoooweeeeeee’. Her sister does more of soft mew followed by a brrp.

Daeraxa,

Marktext is my favourite app that is very typora-like

Daeraxa,

It isn’t quite correct. Darwin is actually an open source operating system at the heart of macOS which is based mostly on a bunch of BSD and nextstep stuff. The actual kernel is XNU, based on the Mach kernel.

Daeraxa,

Sounds like Plymouth. I think i counted 15 Turkish barbers

Daeraxa,

Not Linux but there are still a of Unix System V systems out there too. AIX, Solaris and HP-UX. Harder to learn as very much not open source software (although there is the Illumos project with distros like OpenIndiana).

Daeraxa, (edited )

Unfortunately AIX in particular is very much still in use in my industry. Its slowly being phased out but is very much still there.

Daeraxa,

Healthcare. People keep systems for decades.

Daeraxa,

I like a lot of pre-customised versions of GNOME like with Ubuntu or Pop!_OS but (and I’m currently using this on Fedora) the default “out of the box” GNOME experience is a bit rough and unfriendly. Sure I’ve got it customised now with some fancy top panel stuff but its still clear I just shoehorned in a bunch of GNOME extensions - and I’m still yet to find a tray that is 1) still supported and 2) to my liking.

Daeraxa,

Linux Mint (and I say this as a Linux Mint user) and its store has caused so many issues for users on one project I’m involved with and probably with another too.

Basically we don’t yet support flatpak for a number of reasons and the ‘community’ flatpak option shown in the store comes with a bunch of broken features (if you dont want to get into flatseal etc) as well as a less then obvious way for users to upgrade versions.

For a particular application i would go what they actually support and have as an installation option.

Daeraxa,

I’ve had my starfive visionfive 2 for a while now and Debian is (or at least was) the main supported distro.

Daeraxa,

How about a Sporty Lifestyle Utility Truck?

Daeraxa,

As one of the Pulsar team, thanks for the support! Always nice to see it being recommended on these kinds of threads.

Daeraxa,

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.

Daeraxa,

We are going through a bit of a rework for the website and docs site as a whole but yeah, I agree that we should have some.

Daeraxa,

No, it would require an awful lot of development, there are quite a few native modules. For a browser ide i would check out phcode.dev which is a development of Adobe’s brackets editor.

Daeraxa,

Oh god, have we really come around to screenshotting bash.org?

Any closer to getting Linux on old iPads?

I know there was some project about this but haven’t heard of anything for a while. Ewaste is such a crime; all of my devices are used or older purchases that are past their “cool by” date. I have an iPad 2 and iPad mini that function perfectly but aren’t supported by apple anymore. Would love to get a second life for...

Daeraxa,

Wouldn’t be surprised if some XDA madman has created all the tooling and has Arch ready to go…

Daeraxa,

Pretty sure Budgie is developed independently of Solus now

Daeraxa,

I totally understood what you meant in this case I meant “mastodon” referring to the “flagship” mastodon instance - mastodon.social. What I’m saying is that the fosstodon instance is thriving - about 90% of the things I follow comes from there and not mastodon.social. Sure in the general scheme of things it hasn’t worked well on the federation front (although there was that period where mastodon.social shut down registrations - not sure if they opened up) but certainly for some groups and interests (in this case FOSS) it worked out just fine.

Daeraxa,

Not that I think necessarily the left/right wing divide as we currently know it can be applied to history like that but I’m not so sure we can categorise the hyper-religious separatists as not being right wing at all. Either way, history isn’t the point here, the association many have of the kinds of people that tout “1776” everywhere tends to be the wife-beater wearing, massive pickup toting, 2fa enthusiasts obsessed with tramping people’s rights in the name of “muh freedums”.

Daeraxa,

Well yeah… but these were people who thought the church reforms weren’t enough for them and wanted to make the entire country more “godly” by purging all traces of catholicsm and then leaving to cross an entire ocean to set up a new godly society.

Daeraxa,

Correct, I’m describing the puritans. Either way it has nothing to do with the current association of what “1776” looks like to outside parties which is what this is about - not a discussion on who did what a couple of hundred years ago.

Daeraxa,

No thanks

Daeraxa,

For my own sake? All I did was state my opinion on the matter (and mention of others that I know share this same opnion) of what kind of mental imagry 1776 brings up as opposed to what the company seem to intend. What on earth do I get out of sharing such an opinion? It isn’t like I have shares in a competing brand where I will benefit from swaying people’s opnions on System 76.

Daeraxa,

Sharing an opinion?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines