Saturday, March 2, 2024

Show HN: I made a simple portfolio builder https://ift.tt/CFideEq

Show HN: I made a simple portfolio builder https://ift.tt/kAKIwZj March 2, 2024 at 06:09AM

Show HN: Payme, a library and CLI to generate QR codes for SEPA payments https://ift.tt/4WHjQcN

Show HN: Payme, a library and CLI to generate QR codes for SEPA payments I built this library and tool several years ago. Some event where I was a co-organizer needed pre-payment for the orders, and to make this easy without going the path of an online payment service, I sent automatic mails with payment QR codes included. The CLI also (by default) generates QR codes in the terminal, which I use often when an invoice needs to be paid: copy all necessary fields as CLI flags, generate the QR in the terminal, scan with the phone, double check everything and go! Maybe paying should not be this easy... https://ift.tt/z0phQJk March 1, 2024 at 11:01PM

Show HN: Mojo Language Syntax Highlighting for Vim https://ift.tt/KqSzJdW

Show HN: Mojo Language Syntax Highlighting for Vim https://ift.tt/ZWh5Aiv March 2, 2024 at 01:35AM

Friday, March 1, 2024

Show HN: Pipedream now has 1700 integrated APIs https://ift.tt/ar3d0Ng

Show HN: Pipedream now has 1700 integrated APIs https://ift.tt/0YEvrWf February 29, 2024 at 11:26PM

Show HN: PyAirbyte – We built a lightweight Python library for ELT https://ift.tt/nEIP4BZ

Show HN: PyAirbyte – We built a lightweight Python library for ELT https://ift.tt/QRjvFMI February 29, 2024 at 11:21PM

Thursday, February 29, 2024

Show HN: CriticalPath – Advanced Profiler for Android https://ift.tt/6sEGSVk

Show HN: CriticalPath – Advanced Profiler for Android I am excited to announce the project I am working on: an advanced mobile app profiler for Android. Its primary purpose is to optimize app performance and make it faster. Additionally, it serves as an excellent debugging tool. The main distinction between existing tools, such as Perfetto and the Android Studio Profiler, is the ability to synchronize the trace with a video recording of your app. This allows you to see the app's UX alongside what's occurring within the app to identify what's causing slowdowns. Another key feature is the ability to click on any slice and view the cross-thread execution path of function calls, tracing from a user action to the selected slice. This makes it easier to identify performance regressions: slow functions, suboptimal network calls, or functions clogging the main thread. Additionally, we have implemented smart code instrumentation that has a minimal impact on performance. I am one of the developers of this tool. The project is in active development and are eager for feedback from Android developers. You can try it out at https://crpath.app https://crpath.app February 29, 2024 at 02:22AM

Show HN: Finetune a Gemma 2B model for codegen https://ift.tt/hQix0Ll

Show HN: Finetune a Gemma 2B model for codegen Sharing a prototype of finetuning Gemma2b for a codegen usecase! https://ift.tt/5CyuE02 February 29, 2024 at 01:57AM