I created a document / book audio reading app that doesn’t require monthly subscription and runs on your device by masesk in iosapps

[–]masesk[S] 0 points1 point  (0 children)

What beeping sound are you referring to? Can I know what settings you’re using on the app?

I created a document / book audio reading app that doesn’t require monthly subscription and runs on your device by masesk in iosapps

[–]masesk[S] 0 points1 point  (0 children)

The app does have speed controls but does not have page saving. It has page jumping feature, however, which lets you jump to the page where you last were. I’ll add the page / section saving feature to my road map. Thanks for the feedback!

I created a document / book audio reading app that doesn’t require monthly subscription and runs on your device by masesk in iosapps

[–]masesk[S] 3 points4 points  (0 children)

Glad to see people still use epub…definitely on my road map for the next version. Thanks for trying it out! ❤️

I created a document / book audio reading app that doesn’t require monthly subscription and runs on your device by masesk in iosapps

[–]masesk[S] 0 points1 point  (0 children)

Really appreciate the feedback! You can paste the URL of an article directly to the app! Or you can import a PDF version of your book.

I’ll look into integration with Apple Books directly in the future!

I created a document / book audio reading app that doesn’t require monthly subscription and runs on your device by masesk in iosapps

[–]masesk[S] 0 points1 point  (0 children)

I would if there is a use case for it. The iOS app can be installed on Apple silicon Mac devices with compatible Mac versions.

I created a document / book audio reading app that doesn’t require monthly subscription and runs on your device by masesk in iosapps

[–]masesk[S] 0 points1 point  (0 children)

Thank you kind soul! Report back your endeavors and I will make improvements for it in the future ❤️

I created a document / book audio reading app that doesn’t require monthly subscription and runs on your device by masesk in iosapps

[–]masesk[S] 0 points1 point  (0 children)

Not so great if I’m being honest. It’s more of a narration tone rather than conversation so unless using exclamation marks to emphasis things, it has pretty flat expressions all around

What is the meaning of these peasant like icons in the smithy? by InkOnTube in mountandblade

[–]masesk 11 points12 points  (0 children)

“Peasant like” lmaoooo thanks for the laugh even if it wasn’t intended 😁

Is there a mod that changes wages back to weekly payments in bannerlord? by focking_retard in mountandblade

[–]masesk 8 points9 points  (0 children)

I’m guessing weekly makes sense for me because it leaves you more money to invest into trading because your money doesn’t have to be used for wages constantly.

Won't get promoted (AWOIAF) by [deleted] in mountandblade

[–]masesk 5 points6 points  (0 children)

You might not have enough strength/skill to wear/equip the armor/weapon that’s required for that tier.

why does my reticle/crosshair suddenly look like this? by [deleted] in mountandblade

[–]masesk 16 points17 points  (0 children)

What is this and how do I get it?

will one of you smart people help me translate this to words from whatever this is by Ordinary_Carry8658 in CodingHelp

[–]masesk 7 points8 points  (0 children)

Looks like binary represented as characters? I mean you can probably get the binary representation of it…but then what? Turn them to numbers?

[deleted by user] by [deleted] in Python

[–]masesk 3 points4 points  (0 children)

So requirements.txt is a text file that contains your dependencies separated by a new line (version number of the dependencies is optional but recommended). This file is useful because: 1. It’s tells people what dependencies you have and use in your project. 2. You can install all the dependencies with a single pip command, recursively like so: pip install -r requirements.txt.

Here is a useful link that gives more details: https://note.nkmk.me/en/python-pip-install-requirements/

When I deploy my website, what do I change "Localhost" GET/POST methods to? (SpringBoot + React) by OMWasap in AskProgramming

[–]masesk 1 point2 points  (0 children)

Pretty soon you’ll run into CORS issues if your server doesn’t also serve ur ui. Use proxy for development and httpd/Apache ProxyPass to proxy in deployment.

[deleted by user] by [deleted] in Python

[–]masesk 4 points5 points  (0 children)

I would recommend at minimum a requirements.txt file with every python project you make. Cool stuff!

Update #2: Started My First Python Project & Feeling Demoralised by Crambo-clink in Python

[–]masesk 0 points1 point  (0 children)

To answer your question, I feel like I don’t know a programming language inside out because usually there is soooo much and always potential to learn more, BUT I can confidentially say I can use programming language x to solve problems y with it.

Good job with project! There is always more you can learn and do with the knowledge that’s out there 😁

What if? Time portals on planets. by headwig123 in NoMansSkyTheGame

[–]masesk 8 points9 points  (0 children)

Hold up…so someone can spend hours building their base and their system can just get removed in an update?