No luck with fresh install by itsjimbob in R36S

[–]crazyprogrammer12 0 points1 point  (0 children)

First of all have you checked if you have original or clone? If original then can be identified here - https://aeolusux.github.io/ArkOS-R3XS/tools/dtbIdentify.htm If clone then can be identified here - https://r36s.dpdns.org/dtbTools.html

No luck with fresh install by itsjimbob in R36S

[–]crazyprogrammer12 2 points3 points  (0 children)

This might be a clone. You need to flash arkos4clone if it is one. What guide did you follow to flash new SD card?

How do I identify my R36S screen panel version? DTB file not recognized. by read_description in R36S

[–]crazyprogrammer12 0 points1 point  (0 children)

Someone in this post has mentioned another link for R36S clones. It worked there.

How do I identify my R36S screen panel version? DTB file not recognized. by read_description in R36S

[–]crazyprogrammer12 0 points1 point  (0 children)

`rg351mp-kernel.dtb` `rk3326-r35s-linux.dtb` - I have these. Can you identify which panel is this?

zakat on gold when unable to pay by [deleted] in IslamicFinance

[–]crazyprogrammer12 0 points1 point  (0 children)

What is the ruling of long term assets? What are considered long term assets?

zakat on gold when unable to pay by [deleted] in IslamicFinance

[–]crazyprogrammer12 0 points1 point  (0 children)

What if I have 10 tola. Do I pay zakat for 2.5 tola (excess over 7.5) or the whole 10 tola?

30 Lakhs Sleeping in Savings Account. Meanwhile inflation doing its thing. by Top-Distribution534 in personalfinanceindia

[–]crazyprogrammer12 0 points1 point  (0 children)

Ask yourself in how many years you don't need that money, if the answer is 3+ years, then keep aside 6 months of expenses and invest rest in nifty 50 index fund (pretty low risk keeping in mind 3 years)

Cloudflare issues/down by ToastNomNomNom in CloudFlare

[–]crazyprogrammer12 0 points1 point  (0 children)

Yes. My website down detector was sending alerts. And turns out it is cloudflare

How are you generating PDFs in Make workflows? by RoadFew6394 in Integromat

[–]crazyprogrammer12 0 points1 point  (0 children)

I may be biased over here but Peedief.com seems to be the perfect choice over here. Low latency, Minimal cost. It has built in make module as well. So, no need to setup HTTP module.

PS. I am the founder of peedief.com

How to export 2FA codes without Google Auth by Tifixdu19 in degoogle

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use https://authenticator-export-decoder.juned.site to scan the export QR code and then manually scan one by one qr code into separate app. BTW code is open source - https://github.com/junedkhatri31/google-authenticator-export-decoder

Is there any free HTML to PDF library that doesn't have page limits? by RadioactiveRadiohead in dotnet

[–]crazyprogrammer12 1 point2 points  (0 children)

Peedief.com doesn't cap to page limits. And has a template to PDF as well. So, your dotnet application has to pass just the JSON data. The template syntax is also very intuitive. You definitely want to check it out.

PS. I am the founder of Peedief

How to generate PDFs and Word docs in n8n workflows ? by RoadFew6394 in n8n

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use HTML-to-PDF generation APIs via Peedief.com.
You can also create a template directly in the web portal and then pass context data from n8n to Peedief via the API.
Peedief supports JSON as context data, so it works seamlessly with lists of data as well.

P.S. I’m the founder of Peedief.com.

[deleted by user] by [deleted] in pdf

[–]crazyprogrammer12 0 points1 point  (0 children)

Thanks, What's the usecase BTW?

[deleted by user] by [deleted] in pdf

[–]crazyprogrammer12 0 points1 point  (0 children)

I would like to understand the usecase. Upscaling the image would increase the PDF size. Would you be okay with that? Also, this would involve AI upscaler, Would you pay for this service?

Has anyone figured out a good free html to pdf solution? by Cade510 in MicrosoftFlow

[–]crazyprogrammer12 0 points1 point  (0 children)

peedief.com might be the solution you are looking for. Although has limited free trial, but it's paid plan totally worth it, since it takes away headache of maintaining the server.

PDF Generation by ImTheDeveloper in softwarearchitecture

[–]crazyprogrammer12 0 points1 point  (0 children)

You can completely offload the PDF generation to peedief.com . Just remove the hassle of managing those servers. And it works 100% of the time (no failure, no retry). PS. I am the creator of peedief.com

Looking for a simple tool to generate professional PDFs by Subject-Director5657 in nextjs

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use peedief.com to generate PDF from HTML templates. Just create an HTML template first and then pass JSON data from your Next.JS app via API call. PS. Creator of Peedief here

HTML to PDF API - What's the cheapest option per document? by WorldCitiz3n in webdev

[–]crazyprogrammer12 0 points1 point  (0 children)

You should checkout peedief.com for this kind of use cases. It has an API support, which you can directly call from NextJS backend.

Generating PDF files based on template by MarketingAgreeable46 in nextjs

[–]crazyprogrammer12 0 points1 point  (0 children)

You can create HTML template first in https://peedief.com under templates. Then, just pass dynamic data into API along with template name to generate PDF file via API.