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
- 22 Posts
- 25 Comments
Pierre-Yves Lapersonne@programming.devto Android@lemmy.world•What is the best way to create an android app in 2025?English5·1 month agoAnticipate technical debt and follow what Google recommends. In few words, use Kotlin and Compose.
However you should really have a look on Google guidelines. In more worlds:
- by default Kotlin and Compose
- if some logic to share between other projects in other environments: Kotlin Multi Platform (KMP)
- if shared UI: Flutter (but Google reduced Flutter teams and KMP is being better and better, so we can suppose Flutter will join the Google Graveyard
Pierre-Yves Lapersonne@programming.devMto Opensource@programming.dev•Which collaborative localization service would you recommend?2·1 month agoI do not know if the solutions I listed below are open source ; however as an open source contributor I am used to work with some tools depending to choice of the projects:
About credits, I don’t think these tools exposes in some automated way the contributors identities. However, nothing prevents you to use these web UI tools to find who contributed and list people for example in your CONTRIBUTORS files. Another way could be to edit the automated commits these tools submit to your Git repos by adding credits to the translators (with for example Co-authored-by field).
Did you have a look on Cake Wallet app? Open source under MIT license and available on F-Droid.
Pierre-Yves Lapersonne@programming.devto Open Source@lemmy.ml•Is there still no open source alternative to replacing Google Play Services?6·1 month agoAn app? Nope. For notifications, there is open source alternatives to Google and Apple services but it is used in the apps side, not users side. Have a look on microG and Open GApps to flash in your Android device; it might help you.
Pierre-Yves Lapersonne@programming.devOPto Open Source@lemmy.ml•Petition Attempts to Force OSI to Release Complete Vote Count14·2 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 DeGoogle Yourself@lemmy.ml•*Permanently Deleted*4·2 months agoIf you are worried about your privacy, yes, you must get rid of Google Play Services. However a majors part of your apps may be broken as too much rely on this services and only in those services.
If you want apps to based on this layer of Google mess, have a look on some open spruce alternatives of your favorite apps. Maybe some of them won’t embed Google Play Services. But keep in mind you may lose some features like notifications from Google devices or fine tunes location.
You can have a look on microG or Open GApps for alternatives. However you may need to hack your device to flash them.
What you can do, for example:
- check if you can flash alternatives (possible to root and before unlock the boot loader)
- maybe check if you can flash another ROM ; projects list the compatible devices. Have a look on LineageOS, GrapheneOS or also /e/OS
Pierre-Yves Lapersonne@programming.devto Android@lemmy.world•What Keepass client do you use?English1·2 months agoYep, it seems it is, but it can manage KDBX files. Just wanted to share 😄
Edit: sorry, didn’t see this thread is in Android community, my comment is not relevant for this platform.
Pierre-Yves Lapersonne@programming.devto Android@lemmy.world•What Keepass client do you use?English11·2 months agoYou can use also for example Strongbox (https://github.com/strongbox-password-safe)
Edit: sorry, didn’t see this thread is in Android community, my comment is not relevant for this platform. For Android I am used to Keepass2Android (https://github.com/PhilippC/keepass2android). Simple, still maintained, under libre licence GPL 3.0.
Pierre-Yves Lapersonne@programming.devto Privacy@lemmy.ml•Is Signal safe and still private on an IPhone?31·2 months agoIt is always the same issues in fact. You should consider your threat model before all. Then, consider the Signal app, then your iPhone supposed to be updated, trusted, with ADP enabled, biometric lock with erasure after 10 failures, etc. Then consider your ISP, then your country. Etc, etc. You should also compare the contexts. Is an iPhone “better” than a low or middle ranges Android-powered smartphones? For sure, yes. Is it better than high-range expansive smartphones with Android ? Or Pixel ones? Not that sure. And compared to GrapheneOS or /e/? Pretty sure not that much. You can also compare messaging solutions. Is Signal better than WhatApp? Of course yes. But what about XMPP and Matrix for example?
And what are your use cases? Remember your threat model. If you are an activist, a journalist or a whistleblower your needs may be different than a “commons citizen worried about its privacy.
In few words, the only pain point I see is the fact than iOS is proprietary and runs non libre source code and Apple devices than APN. But Android devices are not so much different. It does not mean the solution is not private or efficient, if we succeed in defining a definition of “private or efficient”.
In a nutshell, it could be considered as good. But not perfect.
Pierre-Yves Lapersonne@programming.devto Privacy@lemmy.ml•Apple Removes iCloud E2EE in UK: What You Need to Know6·4 months agoAny ideas for E2E encrypted storage alternatives?
Pierre-Yves Lapersonne@programming.devto Open Source@lemmy.ml•Alternative open source frontend for Instagram?2·6 months agoEnshitification made third-party apps disappeared. Prefer true open source project instead like Pixelfed for example.
Pierre-Yves Lapersonne@programming.devto Privacy@lemmy.ml•Looking for a FOSS maps app. (iOS)8·7 months agoHave a look on Organic Maps (https://organicmaps.app) or OSMAnd for example (https://osmand.net/).
Pierre-Yves Lapersonne@programming.devto Open Source@lemmy.ml•Best Alternatives to GitHub?6·8 months agoWhatever the solution behind is, if you have the resources, move to something self-hosted. Open core or not, if that topic matters to you, you might need something you can own and control. BTW, have a look on Forgejo, Codeberg and Gitea: these are the solutions I see when people look for something FLOSS, not open core, and maybe self-hostable.
It depends of the project in fact. You should reach the community and maintainers by joining them in their Discord / Slack / Matrix / whatever. They may be able to help you.
You can create first an issue, asking for improvements and create a discussion airy the maintainers so as to know which languages are not managed yet and if they are interested in new support. Explains also why you can bring good translations (e.g. native speaker, teacher, etc). It sill help to bring confidence.
Then create a pull / merge request with the updated files. For example, strings.xml ob Android, .strings in iOS, etc. But beware, localisation is not only a matter of translations. You may have also to support new languages and formats for figures, currencies, or dates for example.
Do not use translations services. Project maintainers are able to use them, and in plenty of cases the translations are not good at all or loose details.
Pierre-Yves Lapersonne@programming.devto Open Source@lemmy.ml•Alternative to Discord ?13·8 months agoI would have said in fact Matrix or XMPP-based solutions but it seems you already have spotted them. Maybe Mattermost?
It seems yet Bluesky has an Android app according to their GitHub repository (https://github.com/bluesky-social/social-app). However indeed nothing mentioned about F-Droid ; maybe some alternative Mastodon clients can also deal with Bluesky?
Pierre-Yves Lapersonne@programming.devto Open Source@lemmy.ml•What GitHub alternative do you use?16·8 months agoGitLab because for CI/CD is it far, far much user friendly and comfortable to use with GitLab CI compared to GitHub Actions and flows.
In addition I can integrate templates for CI/CD pipelines already defined with the To Be Continuous project (which is open source).
Pierre-Yves Lapersonne@programming.devto Open Source@lemmy.ml•Question about donating to open source7·9 months agoVery interesting topic in fact, I am not sure a unique and perfect solution exists.
In fact, it depends to how much you earn, how matter does for you the project, how big it is, etc. It is a question of feelings after all.
For example you may want to donate $20 one time to a useful tool you use, but for an app you enjoy using which match your own values you may want to send each year $50. But for some people it is complicated to give money, they need to satisfy their own needs before and people don’t have all the same incomes.
FMPOV, if the project is “just a tool” it can be a $20 one shot. If I use the software daily, it can be $50 per year. Maybe more if I feel it will help.
About the transaction medium, it depends. Projects can use Liberapay, others PayPal or Open Collective, or also in-app purchases. I don’t use cryptocurrencies because of the transactions fees.
Hope it helps!
Pierre-Yves Lapersonne@programming.devMto Programmer Humor@programming.dev•How big is your desk?4·1 year agoThat is the reason why some developers are “full stack”. All computers are stacked 🤪
Did you have a look on ethical licenses? For example, Coraline Ada Hemke who created the Contributor Covenant (famous code of conduct) started few years ago the Organisation for Ethical Source promoting “ethical” licenses defined by seven principles.
So in fact this third family of licenses is not open source nor free (as defined by OSI and FSF), nevertheless I feel some needs or willings in your side to go, let’s say, “one step further”.
In ethical licenses you can find for example 999 ICU, ACAB, Anti-Capitalist, Peer Production, Hippocratic or some BSD 3-Clause variants about nuclear topics.
You can also have a look on that slidedeck (in French, sorry).