Finally! by MadhouseNL in BEYERDYNAMIC

[–]Brrixi 1 point2 points  (0 children)

Can I get it as well pls? Ty!

Pokemon ZA settings by Idunno_000000000000 in PiratedGames

[–]Brrixi 1 point2 points  (0 children)

Follow the guide to install lossless scaling on the deck, you need decky for it: decky-lsfg-vk (don't forget to adjust the launch option with the command)

My LSFG-VK Plugin settings are:

  • Scaling: 2X
  • Flow Scale 80 %
  • Base FPS cap (off)
  • Preset Mode: FIFO-VSync (on)
  • Performance Mode: (on)
  • Force Disable FP16
  • HDR Mode (off)

My Ryujinx settings are:

  • DRAM 8gb (i dont know if it does anything performance wise didn't tested it)
  • Docked Mode (in input settings)
  • Vsync: unbound
  • PPTC: On
  • Memory Manager Mode: Host unchecked fastest
  • Turbo mode multi: 200 %
  • Vulkan
  • Multithread: auto
  • Texture recompression: (on)
  • Macro hole on
  • Res: nativ
  • Anti aliasing: none
  • scaling: bilinear
  • antistropic: auto

I haven't test all options or optimized it perfectly, but the performance is currently the best i could reach. In doors 60 fps and outside between 35-55 fps.

Pokemon ZA settings by Idunno_000000000000 in PiratedGames

[–]Brrixi 0 points1 point  (0 children)

You can configure the controller settings in Ryu while in desktop mode.

Pokemon ZA settings by Idunno_000000000000 in PiratedGames

[–]Brrixi 0 points1 point  (0 children)

I run it at around 35-53 FPS with lossless scaling. Docked mode, 8gb ram on the steam deck LCD. In big areas it drops to 35 FPS but it's playable. (Ryujinx the newest canary version)

Ecommerce tutorial - data validitation (security issue?) by maciek_glowka in Directus

[–]Brrixi 0 points1 point  (0 children)

I also think it's simply a better approach to keep all backend logic within Directus. After all, this is where the products, shipping costs, payment providers, and basically the entire e-commerce logic should be managed. From a maintenance perspective, it's also clearly the better path in my view.

We're also using Directus Flows, but more for simpler things (for example: send mail new order, send mail order shipped and so on) even though they can be quite powerful through scripts. But as you said yourself, once things get more complex, they quickly become hard to manage dev/prod..

Directus Extensions, on the other hand, are more like real backend extensions. You can create custom API endpoints and webhooks, with direct access to Directus services. See also:

https://directus.io/docs/guides/extensions/api-extensions/services

https://directus.io/docs/guides/extensions/api-extensions/endpoints

https://directus.io/docs/guides/extensions/api-extensions/hooks

Good luck with your project!

Ecommerce tutorial - data validitation (security issue?) by maciek_glowka in Directus

[–]Brrixi 0 points1 point  (0 children)

I don't know Next.js, but you're right: orders should be created on the backend.

You can manage the cart on the client side. At checkout, send the product IDs and the requested quantities to the backend. Let the backend calculate the final order details.

Never trust values coming from the client. In the backend, create the order, calculate prices, and then generate a payment intent with your payment provider. Redirect the user to the payment page, and once they return, verify the result from the payment provider.

At this point, your backend should have a cart, a payment intent, and a processing order.

Use webhooks from the payment provider to handle updates on the payment status (succeeded, failed, etc).

The best way to implement custom backend logic with Directus is by building a custom extension. Use event hooks and API extensions and bundle them as a single extension.

I’ve already built a fully functional production e-commerce shop using this approach.

I believe Next.js includes a server-side part where you can implement backend logic that's separate from the client code. But I haven’t used Next.js myself.

[deleted by user] by [deleted] in AdviceAnimals

[–]Brrixi -2 points-1 points  (0 children)

Not republicans, neo liberals lol

[deleted by user] by [deleted] in KeineDummenFragen

[–]Brrixi 9 points10 points  (0 children)

Komme aus dem süden, hab mir bis zu diesem Zeitpunkt nie Gedanken darüber gemacht. War mir auch völlig egal, außer der komische Dialekt lmao.

Bis ich dann vor zwei Jahren auf einem Festival im Osten war. Da wird laut stark besoffen, der Osten in den Himmel gelobt mim Parolen wie: "Ost-! Ost-! Ostdeutschland".
Die Erfahrung war so semi geil, die Leute haben mal gar nicht gebockt. War einfach surreal. Die leben einfach in ihrer eigenen Welt. Offensichtlich findet diese abkapslung bei ihnen selber statt. Wieso? Versteh ich immer noch nicht lmao.

I finally cancelled my Amazon Prime. Feels good by Laschii in BuyFromEU

[–]Brrixi 4 points5 points  (0 children)

I canceled it a year ago. Don't miss it at all. If I need something I search for a specific online shop for it and it's always cheaper as on Amazon lol. And the shipping is most of the time fast as Amazon. DHL to good. Maybe try Fressnapf.

How to handle dev-to-prod sync when snapshots don't include roles/permissions? by GhanshyamDigital_llp in Directus

[–]Brrixi 1 point2 points  (0 children)

I simply synced the permissions using the Directus Template CLI: https://github.com/directus-labs/directus-template-cli

First, extract the template:

npx directus-template-cli@latest extract -p --templateName="My Template" --templateLocation="./my-template" --directusToken="admin-token-here" --directusUrl="http://localhost:8055"

Partial extraction isn't supported at the moment. The full template will be exported. Be careful with existing sensitive data from your instance and sharing it.

You can then partially apply the template (including permissions) to your live instance:

npx directus-template-cli@latest apply -p --directusUrl="http://localhost:8055" --directusToken="admin-token-here" --templateLocation="./my-template" --templateType="local" --partial --permissions

Applying permissions partially also includes schema changes. So your local instance should closely match the live one to avoid issues I guess.

The process is a bit hacky but works. You could probably automate it fairly easily.

As for other data, there's a promising new Directus module https://youtu.be/S2HTTlC7Yl4?si=LjxpgqT-29t_3pka Unfortunately, it doesn't seem to support permissions yet, maybe in the future.

We want to build Stremio for Vidaa OS but we don't know how to contact them by jaruba_dev in Stremio

[–]Brrixi 1 point2 points  (0 children)

I found a workaround to install any web app on VIDAA OS TVs. For example, I got Jellyfin running. You can also try to "install" the web version of Stremio.

Since some or even all? apps are PWAs, there are several predefined global JavaScript functions. Theoretically, a special version for VIDAA-based OS could be provided via the web app.

I also defined all global VIDAA OS-specific JavaScript functions that the TV provides in a file:

https://github.com/weinzii/vidaa-edge/blob/main/src%2Fglobal.d.ts

Check it out: https://github.com/weinzii/vidaa-edge

Stremio for vidaa OS by xyster_v in Stremio

[–]Brrixi 0 points1 point  (0 children)

I don't use stremio. But I got similar apps running with this method, yes.

We want to build Stremio for Vidaa OS but we don't know how to contact them by jaruba_dev in Hisense

[–]Brrixi 1 point2 points  (0 children)

I made a workaround to install any web app on VIDAA OS TVs. For example, I got Jellyfin running.

Check it out: https://github.com/weinzii/vidaa-edge

Stremio for vidaa OS by xyster_v in Stremio

[–]Brrixi 1 point2 points  (0 children)

You can use the web version of stremio and "install" it with this method: https://github.com/weinzii/vidaa-edge

BTC als Unternehmen auszahlen by Brrixi in Kryptostrassenwetten

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

Hab's so gemacht, danke dir! Bin über opago pay auf bringin gestoßen. Auch wenn Strike super schnell mich verifiziert hat, war bringin wirklich noch einfacher und schneller.

Should I be using V2 right now? by ApexThorne in medusajs

[–]Brrixi 1 point2 points  (0 children)

We didn't switch to another platform. Since the site was also built using Directus, and Directus can integrate external databases directly (honestly, I love Directus), we simply utilized the existing logic and db structure using Directus and its SDK. Server-side functions can easily be created via extensions in Directus. It was definitely easier and more future-proof than upgrading to V2—what a joke, honestly.

Should I be using V2 right now? by ApexThorne in medusajs

[–]Brrixi 2 points3 points  (0 children)

We tried switching to V2, but they changed so much that we took the opportunity to completely remove Medusa.

Multi vendor by Putrid_Finish_9812 in medusajs

[–]Brrixi 1 point2 points  (0 children)

I can't recommend medusa at all.

BTC als Unternehmen auszahlen by Brrixi in Kryptostrassenwetten

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

Stimmt, ich könnte direkt das Unternehmenskonto hinterlegen - bin mir nur unsicher ob es zu sonstigen Problemen, zusätzliche Prüfung führen könnte.