Daeraxa

@Daeraxa@lemmy.ml

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

Daeraxa,

I’m using Fedora on a second hand x380 Yoga and it works rather nicely.

Daeraxa,

It is only really in the states where ‘liberal’ means left wing. Nearly everywhere else liberalism is centre or centre-left.

Daeraxa,

Unfortunately it is relative. On reddit this probably wouldn’t even be noticed, it would just likely be buried and never seen by the vast majority of people. Problem is people bring the same posting habits to Lemmy as they are used to on Reddit (opening lots of posts over multiple communities which is necessary in order to be seen) and it creates a lot of extra noise and perceived spam.

Daeraxa,

I think they mean “watch out” as in “keep an eye out for” rather than “be careful of”.

On a different note I love that you have Pulsar on there :), I’m one of the team working on it so its always nice to see it mentioned in places.

Fanfiction Community Rocked By Etsy Sellers Turning Their Work Into Bound Books (www.404media.co)

Etsy sellers are turning free fanfiction into printed and bound physical books, and listing them for sale on online marketplaces for more than $100 per book. It’s a problem that’s rattling the authors of those fanfics, as well as their fans and readers....

Daeraxa,

Magazines are Kbin’s name for communities

Daeraxa,

On the plus side, the fact they stopped Atom development has allowed our community fork of Pulsar to flourish and it has seen loads of active development over the last year. I do find it hard to blame the original team, it was clearly a Microsoft thing to make sure they put all focus on VSCode.

Daeraxa,

Worcestershire sauce… use on and in anything you want.

Daeraxa,

When I was working in the Barnsley area I used to pick it up to bring it home to the south. The last time I was there I made sure to stock up on it, now you can just get it anywhere - they sell it in my local Sainsbury’s and Waitrose now.

Daeraxa,

The technology is nothing alike though. Atom is Electron and Javascript where Zed is Rust with its own custom UI toolkit.

And on the current version of Pulsar (the only real community fork of Atom seeing active development), startup time to point of the editor being usable is actually slightly faster than VSCode.

Daeraxa, (edited )

Forgejo itself is hosted on Codeberg, dogfooding itself
Foot terminal emulator
Tenacity Audacity fork
xmobar status bar written in (and configured in) Haskell
Redox Unix-like OS written in Rust
RISC OS Open the original ARM OS, still seeing active development

Daeraxa,

Not a method I’d ever recommend to anybody but depression did it. Just stopped eating, like, almost entirely, had no appetite whatsoever, would force myself to eat at least something around dinner time, around 50g of carbs (when dry) like pasta, rice or noodles. Drank tea during the day for some caffeine. Combined with some exercise - started walking then running about 5k every few days.

Things got a bit more normal after a while and just kind of went with watching calories. Mostly just kept an eye on carbs - no more than 100g per day, used less fat or oil in cooking, picked slightly (but not excessively) leaner cuts of meat, more veggie dishes, skimmed milk, no sugary drinks. Never was one for eating breakfast, my day would normally be some kind of lunch time thing like a couple of crumpets with some jam, an afternoon snack - usually rice cakes, japanese-style crackers, pickled stuff (gherkins, onions, sauerkraut) then dinner as I mentioned above. There was a few brands of ice cream that did low calorie versions I would buy for dessert, or I would have fat-free yoghurt and a couple of squares of chocolate.

I found this pretty easy to do during covid (started this all maybe mid 2020). It was easy to hide the fact you were eating strangely if people aren’t aware. The bit that I found (and still find) hardest is the intention to start or cut portion sizes. I never intended to do it but I found that when I stopped eating because I had no appetite, it was like a kind of reset that allowed me to build up to a more appropriate diet. I can’t say I think this is a good idea for a whole host of reasons but that is what happened to me.

A Valentine's release bursting with love, Pulsar 1.114.0 is available now! (github.com)

Welcome to a brand new Pulsar release!This release features a lot of updates and fixes for our modern Tree-sitter implementation, an assorted bag of bug fixes and some new features to introduce, such as restoring compatibility with older Linux distributions and a new ppm command.

Daeraxa,

Pulsar (i.e. active fork of Atom) has a pretty comprehensive snippets package that comes bundled with the editor. Can be configured with some fairly simple cson, for example with Markdown:


<span style="color:#323232;">'.source.gfm':
</span><span style="color:#323232;">  'Hello Lemmy':
</span><span style="color:#323232;">    'prefix': 'helem'
</span><span style="color:#323232;">    'body': 'Hello Lemmy!'
</span>

You type helem then press tab and it will expand to Hello Lemmy! when using the Markdown grammar (source.gfm).
It can handle custom tab stops too so you can make a longer preformatted sentence with gaps to insert words which you can just tab through (the $1, $2, $3).


<span style="color:#323232;">'.source.gfm':
</span><span style="color:#323232;">  'My custom snippet':
</span><span style="color:#323232;">    'prefix': 'mcs'
</span><span style="color:#323232;">    'body': 'My snippet stops here $1 and then here $2 and then continues $3'
</span>

You can even do multi-line snippets. For anyone wanting to try it out the docs are here

Daeraxa,

I understand the mentality but depending on the project it can be a struggle. If I was going to set up a brand new software project then sure, I’d be going all in on Fediverse and open source platforms. Forge? Codeberg. Chat? Matrix. Forum? Discourse/Flarum or maybe just Lemmy. Microblog? Mastodon.

However it isn’t easy to be that idealistic all the time and sometimes there is a degree of needing to do stuff against your ideals. I’m part of the Pulsar editor team which is a fork of the Atom text editor that got discontinued and we had to get things moving as quickly as possible in the time period that GitHub set until they pulled their services completely (along with their package backend). We needed the least friction possible to get things in motion and get as many people from the community involved as possible.

We needed GitHub - unsurprisingly Atom had close ties with GitHub anyway so moving away wasn’t ever going to be quite that simple and we would have needed to migrate an awful lot of repos within the org. The entire Atom package system relies on GitHub - people published their packages to atom.io but the actual code was on GitHub - something not fixable in the short period we had. We also needed it because this is where the Atom community was gathered around - at a period where we needed things to be as simple as possible for people to find out about and get involved with the project, moving to another forge may have just been the end of it.

We also use GitHub Discussions for our forum - as we are already tied to GitHub for the time being we might as well use that platform as well - it is a lot easier than trying to maintain our own forums which wouldn’t be seeing that much activity. The team behind Zed found this out; they set up a Discourse forum and barely anyone used it so they just went back to GitHub Discussions.

We needed Discord because it was simply the most commonly used platform. Pulsar split off from Atom-community which was already on Discord so it was a natural move that meant little disruption or friction to anyone wanting to get involved with the new project. We have been looking to make a Matrix bridge but honestly there doesn’t seem to be all that much desire for it - we had some initial enthusiasm to create a Lemmy community but when we did it barely sees any activity (other than me posting updates there).

Would I love to move off of these platforms? Absolutely. However we simply have bigger fish to fry at this point in time for the project itself so it is going to be slow.

So whilst I love to be idealistic about what platforms we should be using I also heavily sympathise with those who use those “less than ideal” ones - there could well be some very good reasons behind it that might not be obvious to you.

Daeraxa,

I don’t think much in this is specific to Discord so much as it is to chat/IM in general. Honestly we use both chat (yes via Discord although I’d love to move to Matrix) and forums. They just serve completely different roles. Traditional style forums (whatever it is, Discourse, Flarum, Github Discussions) work really well for “long form” topics and asynchronous conversations. i.e. if there is something to discuss that is complex and can attract valid conversation over the course of days/weeks/months then it is ideal.

Chat on the other hand is great for co-ordinating and asking quick one-off questions that will get you an answer really quickly. We use it all the time to just discuss general plans, ideas etc. and answer simple questions like “how do I do x?”.

I think most of the (justified) hatred is to those projects that only have a community via chat which is valid - on big projects it can be somewhat difficult to get a word in and get noticed if you have a “simple” question which wouldn’t be a problem on a forum.

Daeraxa,

The moment I see the same question popping up more than a couple of times is an indication that it should be documented by somewhere that is actually indexed by search engines, normally the website/faq/docs/wiki as it is clear there is something missing.

To me, as part of a small team/project, it feels so much better to be able to use chat for every day communication just as I would at work. It allows a lot more expression in communication than forum posting. It has really helped us have a good sense of community and teamwork we might have not otherwise had.

Daeraxa, (edited )

No but I do understand where they are coming from. Can I read it? Yes. Is it hard to read? No. However for me it is oddly… uncomfortable… to read. Thats the best way I can describe it. I normally scan read the text and the way I understand it is that when people read like this they are looking for the overall shapes of words, not the individual letters, which is why it is possible to misspell the middle letters of words without causing too much issue with comprehension. However for me the way the letters are ‘weighted’ in the font is like a visual speedbump, they draw attention to themselves in a way which, for me, is unwanted and causes me to slow and change how I read each word.

I’ve noticed it before but I can’t say I particularly care, it isn’t like I’m reading prose. If this helps others then I think it is great that it is being used.

Daeraxa, (edited )

When MS killed Atom we forked it as Pulsar (pulsar-edit.dev). It is under active development, entirely community-led and everything is as open and transparent as possible. We have downloads for various Linux distros (x86 and arm), macOS and Windows. Might be worth a look if that is the kind of editor you are interested in.

Seppo: Personal Social Web (seppo.social)

#Seppo empowers you to publish short texts (and images yet to come) and to network in the Social Web. By renting commodity web space and dropping a single file. Without being subject to terms and conditions. Without having to fret about small print or tech lore. And without the need for an IT-consultant. But rather having a...

Daeraxa,

UK too, particularly common in the forces.(For those unaware it is rhyming slang - seppo = septic tank = yank). Somtimes just “septics” too.

February Community Update! (pulsar-edit.dev)

Last month was our biggest update to Pulsar we have had in quite a while, so in this blog we will be addressing some of the issues people have seen and what you can expect in terms of fixes and updates. Outside of that, we have some big changes to the Pulsar Package Registry backend that give (and document) a bunch of new...

Daeraxa,

Jerboa, I’ve looked at a few but Jerboa was the first one and I’ve got used to it.

Daeraxa,

A bit of gratuitous self promotion but just to let people know if you liked Atom and are still using it or maybe you migrated to a new editor and still miss Atom, it was forked as Pulsar which is entirely community-led and is seeing a lot of active development to bring it up to date. We also have a lemmy community at !pulsaredit

Daeraxa,

None of those by default, Pulsar tends to stick to being an editor with as much as you need but not more by default. However one good thing about forking Atom was that we kept all the packages that were published to atom.io (more than 10k of them). You can browse them the PPR (Pulsar Package Registry) which was reverse engineered from Atom’s closed source backend from scratch before they took down the site - web.pulsar-edit.dev.

Specifically there are a bunch of remote edit packages that work over SSH, a ton of Docker packages and there are plenty of debugging packages both generic and language specific and there are indeed test runner packages.

I won’t say I guarantee all of these will work but our Discord channel in particular is rather active so people more knowledgeable than I might well be able to help out, its a friendly place. We have other social channels as well should you prefer them.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • rosin
  • Durango
  • osvaldo12
  • khanakhh
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • cubers
  • Youngstown
  • slotface
  • kavyap
  • JUstTest
  • GTA5RPClips
  • anitta
  • tacticalgear
  • modclub
  • ethstaker
  • cisconetworking
  • InstantRegret
  • everett
  • provamag3
  • normalnudes
  • Leos
  • tester
  • lostlight
  • All magazines