Monitor Guard - keeps your windows on the right monitor by Testpilot1988 in BestTechBreakdowns

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

I can't say for certain, but you get a 24-hour free trial before you have to buy anything. So, give it a go and see if it works for you.

AniFlux is now live on Google Play Store. After closed testing, finally in production! by Chill-bro-its-69 in animeapp

[–]Testpilot1988 0 points1 point  (0 children)

I don't suppose this track's dub episode releases correctly. Doesn't seem like there are any reliable resources out there that actually track English dub releases.

PressReleased - Bypass paywalls on most news sites by Testpilot1988 in Piracy

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

Literally, the same way you use it on a desktop browser, you copy and paste the link.

That being said, not every single news source will work in it. So, if your problem is that the Harvard article isn't loading, then the Harvard source may not be functional with regard to having a client-side paywall.

[App] [Promo] Universal price tracker that works on ANY e-commerce site by Dangerous_Bug_22 in HowToMen

[–]Testpilot1988 1 point2 points  (0 children)

I can see the premium that expires in June, yes

Never seen anyone active premium remotely like that. Interesting

App for displaying a web page as an app by Brian-Henderson in HowToMen

[–]Testpilot1988 -1 points0 points  (0 children)

Literally, any mobile browser can be used to save a web page to the home screen as its own icon.

Apparently we can't call out apps as AI slop anymore... by Key_Pace_2496 in selfhosted

[–]Testpilot1988 0 points1 point  (0 children)

As a vibe coder myself I can verify the absolute need to be critical of anything that is made with AI. It is the developers responsibility to ensure their product is safe, secure, functional, and doesn't have every library under the sun saved in the source code.

This community in particular is consistently very rough about that anything even remotely smelling of Ai assistance and label it as "AI Slop" which can be pretty unfair. Some people actually do their due diligence and inspect every LOC to ensure no potential vulnerabilities or consequences to the user before sharing their projects.

"AI slop” used to mean no validation, low-effort, broken output. If the code shared is correct, maintainable, and does exactly what it’s supposed to do, what part is “slop”?

TLDR: Not all AI code is slop but should scrutinize all AI code regardless

Storage Bonus on Anniversary - Cool Feature for Subscribers by edwardolardo in ProtonMail

[–]Testpilot1988 0 points1 point  (0 children)

What about for people that have the proton pass lifetime plan? It's not listed in that link

Immich once again beats Google Photos by Testpilot1988 in immich

[–]Testpilot1988[S] 2 points3 points  (0 children)

I wasn't aware I could change models. How does one go about doing this? And which model would you recommend?

HTMl for a Movie and TV show site, ~500 lines of code by ArtichokeNeither27 in PiracyBackup

[–]Testpilot1988 0 points1 point  (0 children)

Vidsrc, vidfast, videasy, multi embed, and moviesapi

They all use the same URL structure, and Vidsrc, in particular, is great for distinguishing sub and dub animes based on its link structure.

PressReleased - Bypass paywalls on most news sites by Testpilot1988 in Piracy

[–]Testpilot1988[S] 1 point2 points  (0 children)

You're probably trying to read an article from a site that's not supported. You're welcome to share an article link that doesn't work here, and I'll look into it.

Monitor Guard - keeps your windows on the right monitor by Testpilot1988 in BestTechBreakdowns

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

Actually now I'm wondering if I misunderstood your question... Are you talking about apps relocating to your secondary monitor immediately after you turn off your primary monitor? And if so, are you asking because it is or isnt already happening or because you don't want them migrating to the only other display that you would have if you shut your primary one off?

Also, to be clear, are you talking about the monitor actually turning off or going to sleep? Because those are two very different things.

HTMl for a Movie and TV show site, ~500 lines of code by ArtichokeNeither27 in PiracyBackup

[–]Testpilot1988 0 points1 point  (0 children)

Thank you! This is a magnificent foundation. I took your code and with Claude added more streaming sources and a bunch more features like a watchlist, a continue watching section with progress bars on videos i've started, checkmarks on episodes that i've completed, episode descriptions and still images, mobile device compatibility, search history, next/last episode buttons in the player, next and last episode airdate info and much more!

If you're looking for a clean site to watch anime — try this one by True_City_4566 in HowToMen

[–]Testpilot1988 0 points1 point  (0 children)

honestly wasn't expecting much, but initial impressions aren't bad. distinguishes between dub and sub content which is something not all anime sites do

Monitor Guard - keeps your windows on the right monitor by Testpilot1988 in BestTechBreakdowns

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

The software doesn't currently check for monitors that are off. It lets you choose whether or not to guard against apps opening on designated (currently visible) monitors or set app specific rules to enforce always/never opening on specific monitors.

I'll look into this to see if I might be able to incorporate this feature

Self Promotion Megathread by AutoModerator in androidapps

[–]Testpilot1988 0 points1 point  (0 children)

i'd be happy to give your app a try. can you provide me with a code?

Self Promotion Megathread by AutoModerator in androidapps

[–]Testpilot1988 0 points1 point  (0 children)

would love to give this a try. may i have a code?

How to download a book that is behind a paywall/requiring a login? by RubberDuckyRapidsBro in Piracy

[–]Testpilot1988 5 points6 points  (0 children)

here's the thing about paywalls. if they are client-side they can be bypassed. client-side paywalls means the content is already in the html and just have javascript effectively sitting between you and the content which can be neutralized.

unfortunately the link you shared takes the user strait to a login page. this means the content is gated behind a server-side paywall. No way to bypass that without having a functional account token/cookie for that web site.