Pierre-Yves Lapersonne
Software crafter and digital punker keen on open source, iOS and Android apps. Interested in software ecodesign, privacy and accessibility too. pylapersonne.info
- 38 Posts
- 20 Comments
Maybe you should have a look in Kotlin Multiplaform or Compose Multiplatform. However they rely on low-level layers, so you won’t be able to use SwiftUI maybe. Such cross-platform frameworks won’t be able to use directly system UI frameworks at least for iOS due to compilation limitations.
Pierre-Yves Lapersonne@programming.devOPto
Open Source@lemmy.ml•GitHub provides feature for immutable releases
2·5 months agoTitle yes, but not tag.
Pierre-Yves Lapersonne@programming.devOPto
Open Source@lemmy.ml•GitHub provides feature for immutable releases
13·5 months agoYou can delete a release. But you can’t change the associated tag and the attached artefacts.
Pierre-Yves Lapersonne@programming.devOPto
Open Source@lemmy.ml•We need to talk about your Github addiction
5·6 months agoDo you have some comparison documentation or benchmark to share comparing for example GitHub, GitLab, SourceHut and Codeberg?
I did not succeed in finding something comparing these forges about: -CI/CD
- runners
- issues
- project management
- wiki
- releases management
- third-party tools
I am used to GirHub and GitLab but not Codebeg 🤔
Pierre-Yves Lapersonne@programming.devto
Privacy@lemmy.ml•Briar alternative between Android and iOS?
1·7 months agoWhat about Bitchat?
Pierre-Yves Lapersonne@programming.devto
Privacy@programming.dev•KeepassXC-compatible password manager that supports passkeys on mobile?
3·7 months agoIf you use iOS Strongbox does support passkeys.
Yup, I meant Mozilla Public License
Yes indeed the Apple App Store is not compatible with GNU GPL v3 licence. Maybe
MOLMPLcan suits your needs.However plenty of open source apps under GPL v3 or AGPL v3 are available on the App Store and Apple does not care.
For example:
- https://github.com/Dimillian/IceCubesApp (Mastodon client)
- https://github.com/mlemgroup/mlem (Lemmy client)
- https://github.com/CovidTrackerFr/vitemadose-ios (COVID vaccines app)
Pierre-Yves Lapersonne@programming.devto
Programming@programming.dev•Programming.dev instance: Sponsors neededEnglish
2·8 months agoWe should support our fediverse admins and instances 💪 Support by sending money (for people who can), moderating content, submitting issues or helping the team and project ✌️
It is complicated. He says true. And maybe your need to use GrapheneOS is relevant. If you have a smartphone without cellular connection, for a daily usage, FMPOV it is a non-sense in case of emergency. It is a risk you will have to take, I can’t disagree your dad. And what about your solution but with a SIM card with very few data and SMS available, through a SIM card you can keep aside your phone and insert when needed?
Did you have a look on Cake Wallet app? Open source under MIT license and available on F-Droid.
Pierre-Yves Lapersonne@programming.devOPto
Open Source@lemmy.ml•Petition Attempts to Force OSI to Release Complete Vote Count
1·11 months agoIt seems the “radical” organisations like the FSF or the OES were right and more legitimate in the end.
Pierre-Yves Lapersonne@programming.devto
Programming@programming.dev•How do i ask for contributors to my open source projects?
7·1 year agoBe sure also the issues you have in your project have the suitable labels to help future contributors to pick easily some of them, i.e. labels like “help wanted” or “good first issue”.
You can also refer to best practices listed and explained for example in Advent of Open Source so as to have a nice and user-friendly repo: https://adventofopensource.com/
Pierre-Yves Lapersonne@programming.devto
Programming@programming.dev•Is there a way to hide dependabot commits in the history of a repo?
21·1 year agoBTW I hope any project won’t increase the Z version only by including Dependabot commits, it would be insane. Release must be documented, tested, with CHANGELOG updated. If some maintainers just accept Dependabot commits without checking, move away. That’s just simple crappy auto-merge.
Pierre-Yves Lapersonne@programming.devto
Fediverse@lemmy.world•Blogger Alternative for the FediverseEnglish
3·2 years agoInteresting. Thank you for sharing, didn’t know openhub!
Pierre-Yves Lapersonne@programming.devto
Fediverse@lemmy.world•Blogger Alternative for the FediverseEnglish
11·2 years agoWhy did you say Write Freely seems to be dead? According to their GitHub organisation repositories, the backend has a release tagged 4 months ago and the iOS app 3 months ago.



















WebRTC is a protocol, you can use it in both web apps and mobile apps.
If I remember well it was used as a trick from Facebook to leak personal data using the SDP.