- 13 Posts
- 20 Comments
trymeout@lemmy.worldOPto Linux@lemmy.ml•Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR GlassesEnglish1·1 month agoYou 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.
trymeout@lemmy.worldOPto Linux@lemmy.ml•Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR GlassesEnglish3·1 month agoWhat 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.
trymeout@lemmy.worldOPto Rust@programming.dev•Bash Script to compile a single rust script, execute the binary and delete the binaryEnglish2·8 months agoThank 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?
trymeout@lemmy.worldOPto Rust@programming.dev•Bash Script to compile a single rust script, execute the binary and delete the binaryEnglish2·8 months agoIt 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.
trymeout@lemmy.worldOPto Open Source@lemmy.ml•FluxTube | Flutter/Dart YouTube Client! | This could be the new NewpipeEnglish1·9 months agoI knew of Grayjay but did not know it was open source now. A lot of the app is written in Kotlin which is promising for cross platform
trymeout@lemmy.worldOPto Open Source@lemmy.ml•FluxTube | Flutter/Dart YouTube Client! | This could be the new NewpipeEnglish1·9 months agoCross platform
trymeout@lemmy.worldOPto Open Source@lemmy.ml•FluxTube | Flutter/Dart YouTube Client! | This could be the new NewpipeEnglish1·9 months agoNone of the are available for both mobile and desktop
trymeout@lemmy.worldOPto Open Source@lemmy.ml•FluxTube | Flutter/Dart YouTube Client! | This could be the new NewpipeEnglish2·9 months agoIt can be cross platform. On mobile and desktop
trymeout@lemmy.worldOPto Open Source@lemmy.ml•FluxTube | Flutter/Dart YouTube Client! | This could be the new NewpipeEnglish2·9 months agoTrue. I did make a feature request to have the Newpipe Extractor in the app
VSCodium > VSCode
trymeout@lemmy.worldOPto Golang@programming.dev•VSCode: Debugging Attached Process does not workEnglish1·11 months agoI’ll look up my notes tomorrow and post more details.
Thank you. Been struggling to get my IDE setup for go development.
trymeout@lemmy.worldOPto Golang@programming.dev•VSCode: Debugging Attached Process does not workEnglish1·11 months agoThis solution does with when using a launch request in the config. Thank you
Do you have a simple guide by chance on how to get debugging to work inside a docker container using VSCode?
trymeout@lemmy.worldOPto Web Development@programming.dev•Do we need Live Reload (Watch) in bundlers?English2·1 year agoWhy could a build take 5 minutes? Is it due to the size of your project or the language the bundler is written in (JavaScript being a slower option over Rust)?
trymeout@lemmy.worldto Programmer Humor@programming.dev•FLOSS communities right nowEnglish521·1 year agoDiscord is the worst. Requires a phone number, does not allow email aliases and logs your chats.
Matrix and SimpleX is way better
trymeout@lemmy.worldOPto Web Development@programming.dev•End-To-End Encrypted (EE2E) Websites?English11·1 year agoI may not have a domain name, and therefore no HTTPS, just HTTP only and can only connect by knowing the IP address and port number.
trymeout@lemmy.worldOPto Web Development@programming.dev•End-To-End Encrypted (EE2E) Websites?English11·1 year agoI may at times only have access to HTTP only (No HTTPS) which is one of the reasons why I want another form of encryption.
Encryption with most VPNs are more secure than HTTPS. Yes, the connection between the VPN server and the web server is not encrypted with the VPN and only HTTPS. However the encryption between the VPN and personal device is superior, not because it is relayed. My understanding is that HTTPS is “secure” for basic use, just like Windows 11 is secure. But not secure from five eye agencies unlike VPNs and other like systems like Tor and I2P.
My goal is to have a user connect to a web server and have it not possible for the web server to know what is going on, nor can anyone snooping the packets in transit know what is going on. Not know the HTML structure, form field data, etc.
trymeout@lemmy.worldOPto Web Development@programming.dev•End-To-End Encrypted (EE2E) Websites?English11·1 year agoMega is a good example of what I want to learn to create. Not just to transfer files, but for what text is displayed on the page and the form field values and have it so that the server admins cannot decrypt and is encrypted this data in transit.
trymeout@lemmy.worldOPto Linux@lemmy.ml•Any distros like linux mint with gnome desktop?English2·2 years ago
trymeout@lemmy.worldOPto Linux@lemmy.ml•Any distros like linux mint with gnome desktop?English1·2 years agorun unsnap?
Agreed.
I also use this VSCode extension which formats my bash code using
shfmt
https://open-vsx.org/extension/foxundermoon/shell-format