HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Daeraxa

no profile record

comments

Daeraxa
·2 lata temu·discuss
Seeing as it is (after a quick google) an American holiday, the answer is, unsurprisingly, no.
Daeraxa
·2 lata temu·discuss
Does the author understand that ZeroVer is satire?
Daeraxa
·2 lata temu·discuss
Yeah I get that markdown is included in its own block, was just thinking about the non-markdown syntax and really what the plan is in general - i.e. are you looking to keep pod6 compatibility or are you looking to use the overall style but maybe deviate from the some of the basic standards.
Daeraxa
·2 lata temu·discuss
This is pretty neat, my only real gripe (and I know it is inherited from pod) is that the formatting tags can make it a bit difficult to read compared to plain Markdown, especially in the middle of text.

For example the line in the online editor:

This I<is> a B<text>

I find a little difficult to read at a glance.

The list items are also a bit visually "noisy" with every item needing its own "=itemX".

Is the plan to stick to the existing pod style rigidly or is there any potential flexibility for the syntax in the future?
Daeraxa
·2 lata temu·discuss
I'm on the team working on Pulsar, the community fork of Atom. You have no idea how much we hear "Atom is slow", "are you making it fast?" etc. I have honestly yet to work out exactly what is meant by it. Startup times, sure, you are never going to get Pulsar/Atom or VSCode to launch as fast as a terminal editor or a super lightweight native one but that isn't how I personally use that kind of editor - once it is open it stays open for a long time. Keystrokes, context menus, highlighting performance, I honestly don't see where this perceived slowness is.

I'm not saying it isn't valid criticism but I guess the way I work with an editor just isn't the same as others who experience this.
Daeraxa
·2 lata temu·discuss
Absolutely, they won't even accept donations.
Daeraxa
·2 lata temu·discuss
What is it? The website and github org give no indication other than it is something that interacts with some JS related tools?
Daeraxa
·3 lata temu·discuss
Blazingly fast
Daeraxa
·3 lata temu·discuss
There is actually another project called NeoSurf (https://github.com/CobaltBSD/neosurf/) which is a fork of NetSurf with the stated goals of "various privacy-focused improvements and additions, and a revamped build system." as well as other improvements.
Daeraxa
·3 lata temu·discuss
Even more with RISCOS which, amazingly, still sees development. I think it was the original platform for NetSurf too.
Daeraxa
·3 lata temu·discuss
Yeah I know it will work with the git backend, still not sure what the native backend can/will bring, documentation on it seems to be pretty sparse.
Daeraxa
·3 lata temu·discuss
Re: GitHub alternatives, I've been looking at this for a while as I'm keen to not have everything centralised and Microsoft are hardly the most trustworthy...

There are some GithHub-alikes, the most obvious is GitLab which you can also host yourself but all (or at least some of) the extras you get for free with GitHub are behind payment walls.

My current favourite is Codeberg, it uses Forgejo underneath (which is a fork of Gitea itself a fork of Gogs - all of which you can self host). Codeberg is run by a non-profit and are very much aligned with my ideals. They are also slowly adding nice features like their Woodpecker CI.

One that is growing in popularity and is a little less "GitHub-y" is SourceHut (which also has Mercurial support).

The main issue is that GitHub has really cornered the market. They give so much out for free that is difficult for others to compete with and it has become the de-facto place to host your project. This can mean that hosting anywhere other than GitHub will limit discoverability and contributions from people if they don't want to make an account or work out how to deal with whatever forge you are using.

However one thing that is coming that may help alleviate some of that is forge federation which will allow you to interact with various forges from your "home" forge - which hopefully prevents the need to make an account to make PRs or raise issues.

Edit: I see your other comment now, what could a better GitHub be that supports a better-than-git VCS. Well there did used to be places to host Darcs projects like the Darcs Hub but I don't know if some of the newers ones like Pijul or Jujutsu have any forge support yet.

Edit2: Oh it seems Pijul has "The Nest" for hosting.
Daeraxa
·3 lata temu·discuss
No, its yet another flavour of Chrome.
Daeraxa
·3 lata temu·discuss
LBRY? It does have a currency element for tipping purposes but it isn't its raison d'être
Daeraxa
·3 lata temu·discuss
Because it predates JSON by over a decade?
Daeraxa
·3 lata temu·discuss
I've been using a file based database at work for years. Data is stored in 1024 byte "blocks" with each file containing 1000 blocks. Each block refers to a single record and the data is delimited by the positions within those 1024 bytes (e.g. date/time created might be at position 38 in the block and run for 14 bytes so we reference it by its "token" of 380014). Each file will be the first 4 characters of the 8 character long primary IDs of each block. E.g. file 1020.dat would contain records 10200000 -> 10209999. We then have all kinds of other files used for indexing and data locations that are built by tools over those files as well as overflow data files when those 1024 bytes just weren't enough.

I should point out this is a legacy system and for very good reasons we moved to an actual database a long time ago.
Daeraxa
·3 lata temu·discuss
I'm just so bored that 90% of all tech news seems to be AI related. I'm just not that interested in the difference between Bard, chatGPT, llama and whatever else is going on and it is getting really hard to filter it all out.
Daeraxa
·3 lata temu·discuss
Zed is currently doing this, still pre-open source: https://zed.dev/blog/open-sourcing-zed-on-zed

Same with Ghostty: https://mitchellh.com/ghostty

Atom had a delayed open sourcing but I don't know if this was planned, they had already open sourced some parts of it but not the whole editor: https://atom-editor.cc/blog/2014/05/06/atom-is-now-open-sour...
Daeraxa
·3 lata temu·discuss
As somebody who is working on an active editor project... the more editors the better! Yeah, actually surprised by the fact there isn't, I was asked recently if we were able to or planned to support Sublime syntax v1 & v2 in addition to the textmate & tree-sitter grammars we already support and wasn't really able to find anything that supported them at all.
Daeraxa
·3 lata temu·discuss
I'm a microbiologist too and yeah, nah. I do all of these and yet the vast majority of the time I've been ill has been from restaurant prepared food. And am I about to stop eating out? No. Utter rubbish and scaremongering.