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
- 76 Posts
- 15 Comments
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 ✌️
Pierre-Yves Lapersonne@programming.devto
Android@lemmy.world•What is the best way to create an android app in 2025?English
5·10 months 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.devto
DeGoogle Yourself@lemmy.ml•*Permanently Deleted*
4·11 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?English
1·11 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?English
11·11 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
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.devMto
Programmer Humor@programming.dev•How big is your desk?
4·2 years agoThat is the reason why some developers are “full stack”. All computers are stacked 🤪
Pierre-Yves Lapersonne@programming.devto
DeGoogle Yourself@lemmy.ml•(Cat) Smartphone OS Replacement options
4·2 years agoYes you should definitely check before whether or not the device is supported. You can find it for LineageOS here: https://wiki.lineageos.org/devices/
You may also have a look on /e/OS: https://doc.e.foundation/devices
Pierre-Yves Lapersonne@programming.devto
Programming@programming.dev•What's the biggest change you would like to see in computing/tech?
131·2 years agoThe disappearance of all these tech peacocks and web turkeys who focus on their number of followers and the quantity of talks rather than quality. The dev rel advocates made the atmosphere toxic
Pierre-Yves Lapersonne@programming.devOPto
Programming@programming.dev•Hurl, run and test HTTP requests with plain text
1·2 years agoFeel free to share your feedback to the team behind the project, they are awesome 😄
Pierre-Yves Lapersonne@programming.devto
Programming@programming.dev•What I Learned from Maintaining a Repo During Hacktoberfest and Merging 356 PRs (November 2, 2022)
41·2 years agoSo annoying. It is useless to bring gamification to open source projects. It won’t enhance quality nor bring reliable contributors. People should contribute to FLOSS projects without such things IMO.
Pierre-Yves Lapersonne@programming.devto
Programming@programming.dev•What I Learned from Maintaining a Repo During Hacktoberfest and Merging 356 PRs (November 2, 2022)
7·2 years agoI still don’t understand why Hacktoberfest get so much hype. I don’t even understand Hacktoberfest meanings. Is it to get shiny badges on GitHub accounts?













That’s vibe coding.