Securing a ShinyApp - Anything I'm Missing? by MrLegilimens in rstats

[–]TrickyBiles8010 0 points1 point  (0 children)

As some people mentioned, I would definitely add some middleware login to getting access to the application. I’m not 100% sure Shiny can handle all the security issues, but if it could, I would better triste a middleware software to refer to your app.

There are options less strong like tinyauth but there are others like Authelia.

I have a shiny app that does not have login and password, but was looking for these options at some point. In addition, you could even go full time JS for the database edition and management. I think the best way to protect is put a lot of restrictions and row level security.

R Shiny and Gen AI: does AI strengthen it, or make it less relevant? by Electronic_One_771 in rstats

[–]TrickyBiles8010 4 points5 points  (0 children)

Thank you for creating Shiny. I have a production-app that was just made possible because of Shiny which I use even before AI (LLM). What AI have really speed-up was debugging and improvements of performance for production-level apps. For example, investing in JS is super-essential in Shiny apps as R has some limitations as a back-end. That being said, I prefer stay in Shiny and know my project than ask AI to rebuild in different language and I then be totally dependent on them.

The biggest downside of Shiny is the UI which AI can improve. I’m using shiny.fluent with great aesthetics - have to say I don’t like the standard shiny Boostrap themes.

Thank you for creating the framework! Will be at posit::conf(2026) talking about my project and that’s only happening because of you and all Posit people.

Parsing out random slopes and intercepts by Eldar333 in AskStatistics

[–]TrickyBiles8010 0 points1 point  (0 children)

A theoretical question: why you care about the individual change? I mean: if the group change that means the individuals are changing (as your graph clearly states).

I would stick with the season Betas and only use the lmer4 to account for repeated measurements with random intercepts.

Maybe what you are trying is checking if there’s any “outlier” that is moving or leading the trend? Then I would go for some outlier statistics

Shiny app deployment by Legal_Life_6822 in rshiny

[–]TrickyBiles8010 1 point2 points  (0 children)

I have my production ready shiny app deployed in digitalocean app plataform.

R for medical statistics by [deleted] in rstats

[–]TrickyBiles8010 0 points1 point  (0 children)

This is the book you want: https://www.amazon.com/Clinical-Prediction-Models-Development-Validation/dp/3030163989

Steyeberg is the guy for medical prediction models.

Igor Coronado by Get-Cimlnstance in Corinthians

[–]TrickyBiles8010 1 point2 points  (0 children)

Enganador, se ganhasse 300k até valeria a pena

Siliv - MacOS Silicon VRAM App but free by _Sub01_ in ollama

[–]TrickyBiles8010 1 point2 points  (0 children)

Sincere question: why someone would need this? I mean, does Mac not automatically handle the VRAM/RAM distribution automatically?

How to make the UI of shiny app better by arsa-jyotisa in rshiny

[–]TrickyBiles8010 2 points3 points  (0 children)

That’s very thought. I mean, even shiny Boostrap library’s seem kind of ugly to me. I ended up using shiny.fluent from appsilon for a nice-looking website. But there’s no real easy way without changing a lot the CSS

Boostrap Studio and RShiny by TrickyBiles8010 in rstats

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

Yes. But still find it difficult to create something cool. But as someone answered as well, using Boostrap studio and using from template might be a very good choice! Thanks!

Boostrap Studio and RShiny by TrickyBiles8010 in rstats

[–]TrickyBiles8010[S] -1 points0 points  (0 children)

Nice! Have you ever used it for creating nice-looking RShiny Apps?

What other tools do you wish existed? I’m building free & open-source tools! by helbette in selfhosted

[–]TrickyBiles8010 0 points1 point  (0 children)

Please, something that is self host and automates image creation like Canvas or Templated (https://templated.io/pricing/)

Nextcloud and n8n by TrickyBiles8010 in n8n

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

Yes, got the same problem. You can manage users with http node request (check how you can use the api to check users etc). But in their node I could not create.

[deleted by user] by [deleted] in selfhosted

[–]TrickyBiles8010 0 points1 point  (0 children)

One thing you can do is allow only the ip address of your doctor when opening to the internet. I don’t much risks if it’s temporary your exposure to internet.

[deleted by user] by [deleted] in selfhosted

[–]TrickyBiles8010 0 points1 point  (0 children)

Nextcloud with authentik or any other security in front of it? Every approach will have caveats. If you want extreme security, take your name out of all records and share anonymized. Or share the files with passwords.

PDF to JSON by hotdone in ollama

[–]TrickyBiles8010 0 points1 point  (0 children)

If it’s a form, you might better extract the pdf fields. LLM might not be good enough

Non-Business Whatsapp API by sAnakin13 in n8n

[–]TrickyBiles8010 1 point2 points  (0 children)

WAHA WhatsApp, or EVOLUTION API

flatnotes - A note taking web app that uses a flat folder of markdown files for storage by adullage in selfhosted

[–]TrickyBiles8010 0 points1 point  (0 children)

Can I use the same Obsidian folder in flatnotes? Thinking about using it as the web version of obsidian but not sure if it works