trymeout

Symfony Mailer - Encrypted Messages?

17h 16m ago in php@lemmy.ml

Symfony Mailer - Encrypted Messages?

17h 16m ago in php@programming.dev

Symfony Mailer - Encrypted Messages?

17h 17m ago in symfony@programming.dev

WebSpace - Web Apps, Websites And PWAs Manager!

6d 21h ago in opensource from github.com

WebSpace - Web Apps, Websites And PWAs Manager!

6d 21h ago in androidapps from github.com

WebSpace - Web Apps, Websites And PWAs Manager!

6d 21h ago in android@lemmy.ml from github.com

WebSpace - Web Apps, Websites And PWAs Manager!

6d 21h ago in opensource@lemmy.ml from github.com

I prefer to have PWAs not in my preferred browser and others would as well.

Linux: Run Nushell Scripts From File Manager

6d 21h ago in nushell@programming.dev

If it cannot detect the glasses or if they are disconnected, it will restore the other displays. I have been using a similar version of the script for about a year that was written in Bash https://lemmy.world/post/29660071,I decided to rewrite it in Nushell since I prefer Nushell over Bash.

Improvements are welcomed as this code is free for all to modify, share, and use.

How do you fully 100% uninstall an app?

27d 13h ago in android@programming.dev

I never noticed an app were I uninstalled it and reinstalled it were the data from the app remained after reinstalling the app

Try PlainApp, it is an alternative to KDE Connect

Agreed.

I also use this VSCode extension which formats my bash code using shfmt

https://open-vsx.org/extension/foxundermoon/shell-format

You should not need an else if statement to re-enable the internal display. When no displays are enabled, it will enable the internal display. This was the case when I tested it.

What company do you work for in XR?

I got the XReal One as a portable ergonomic monitor and I may use them as my main monitor going forward. I have a sit/stand desk with monitor arms which I can adjust the height and position for an ergonomic design to always look straight at the monitor and not looking down.

From my research currently the XReal Ones are the best AR/XR glasses on the market due to the chip built into them, not needing any other devices or software to run, just plug in play. The XReal One Pros which I think are coming out soon have some better specs but to me, not worth the extra money.

I been using them for regular desktop/laptop task and coding and I prefer to use the anchor mode when doing this. I sometimes also use the ultra-wide mode to simulate 2 monitors. I also been using them for gaming and I will either have it in follow or anchor mode but never use ultra-wide mode for gaming.

Thank for sharing rust-script which is basically what I made but written in Rust and seems to store the binary in another directory when the binary is exexuted.

Is the RFC trying to introduce a command cargo script to run single rust scripts?

It could be done with a one liner in the terminal but adding arguments when running the binary will be in the middle of the command, not at the end of the command.

Also the usecase for me is for sample scripts I have. This makes it easy to compile, run and delete the binary.