this post was submitted on 31 Mar 2025
404 points (97.4% liked)

Technology

68244 readers
4075 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

A notable mention is https://ubports.com/en/ which is different from postmarketos in a sense that ubports uses old kernels with heavy patches. That means: good support for things, but difficult future.

PostmarketOS uses the newest kernels and tries to integrate their patches into mainline kernel, so that the reliability is maintained with all kernel developers.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ryukendo@lemmings.world 3 points 1 day ago (1 children)

What reason, they are doing this?

[โ€“] idunnololz@lemmy.world 1 points 12 hours ago

In the current world when they are done with a release they have to reconcile their internal trunk (main branch) to the external trunk which is the one that everyone can see. This is because currently google do some development internally while other development is done on the public trunk. This reconciliation process can be annoying due to things like "merge conflicts" (ie. A disagreement between two versions of changes about what the final change should be). By doing all work on the internal trunk it should make this reconciliation process much simpler.