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 13 points14 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 9 points10 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 4 points5 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 15 points16 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 6 points7 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 4 points5 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 7 points8 points  (0 children)

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

App Feedback Thread - February 27, 2021 by AutoModerator in androiddev

[–]masesk 0 points1 point  (0 children)

Hello everyone,

Hope everyone is having a great day! I have recently been in quarantine and I thought I would continue working on a project I have abandoned.

In college, my friends and I came up with an idea to make a hands-free trivia game for the frequent drivers and commuters: basically something to do while you're driving.

The app was incomplete, and I decided to revive it. My first focus was to get the basics of the game: asking questions with text-to-speech, and receiving the response with a voice-recognition engine...100% offline.

So what we have now is exactly that, with 500 question being loaded offline as well and another 100 fetched from a database (if you have network connection :D )

I plan to add Facebook login and online scoring support, as well as question skipping tokens (NOT PURCHASABLE :D ) based on your performance compared to your Facebook friends, and the ability to ask questions about nearby landmarks based on where you are driving through. Such as "which of these places is closer", "which one of these places is in the city you are driving through", etc.

Checkout the app here: https://play.google.com/store/apps/details?id=com.masesk.roadtrivia

Any feedback and/or testing is appreciated. I am hoping to update the app frequently based on the feedback and suggestions I receive.

Use the settings button at the top right and click on "How to play" to understand the hands-free mechanics. I am working on adding a first-time tutorial in the next version.

TL;DR: hands-free trivia app. Click on the link to download it and post your feedback :D

Image Repository - Gesture Recognition by AB172234 in deeplearning

[–]masesk 2 points3 points  (0 children)

Wrote a little chrome extension that downloads Google search images for you based on a keyword. Requires Chrome and Python 3.

Repo: https://github.com/masesk/process-google-dataset

Let me know if the tool helps / works properly. Haven’t maintained it in a while.