- 182 Posts
- 85 Comments
trymeout@lemmy.worldOPto
Open Source@lemmy.ml•WebSpace - Web Apps, Websites And PWAs Manager!English
11·3 months agoI prefer to have PWAs not in my preferred browser and others would as well.
trymeout@lemmy.worldOPto
Linux@lemmy.ml•Simple Nushell Script To Always Disable Laptop Internal Monitor When Using AR GlassesEnglish
5·3 months agoIf 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.
trymeout@lemmy.worldOPto
Android@programming.dev•How do you fully 100% uninstall an app?English
1·4 months agoI never noticed an app were I uninstalled it and reinstalled it were the data from the app remained after reinstalling the app
trymeout@lemmy.worldOPto
Linux@lemmy.ml•Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR GlassesEnglish
2·1 year agoAgreed.
I also use this VSCode extension which formats my bash code using
shfmt
trymeout@lemmy.worldOPto
Linux@lemmy.ml•Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR GlassesEnglish
1·1 year 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 GlassesEnglish
3·1 year 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 binaryEnglish
22·2 years 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 scriptto run single rust scripts?
trymeout@lemmy.worldOPto
Rust@programming.dev•Bash Script to compile a single rust script, execute the binary and delete the binaryEnglish
22·2 years 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 NewpipeEnglish
1·2 years 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 NewpipeEnglish
1·2 years agoCross platform
trymeout@lemmy.worldOPto
Open Source@lemmy.ml•FluxTube | Flutter/Dart YouTube Client! | This could be the new NewpipeEnglish
1·2 years 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 NewpipeEnglish
2·2 years 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 NewpipeEnglish
2·2 years agoTrue. I did make a feature request to have the Newpipe Extractor in the app
Would like to see an Android version as well that has its own F-Droid repo
trymeout@lemmy.worldOPto
linux4noobs@programming.dev•Is it possible to debug a bash script using a debugger in attached mode? For debugging scripts on the host machine and scripts inside a docker container?English
1·2 years agohttps://marketplace.visualstudio.com/items?itemName=rogalmic.bash-debug
This is the extension I am using.
VSCodium > VSCode
trymeout@lemmy.worldOPto
Golang@programming.dev•VSCode: Debugging Attached Process does not workEnglish
1·2 years 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
Go programming language discussion@lemmy.ml•VSCode: Debugging Attached Process does not workEnglish
1·2 years ago"console": "integratedTerminal"also works! Thank you?Do you have a simple setup guide on how to get debugging to work with Go inside a docker container?
trymeout@lemmy.worldOPto
Golang@programming.dev•VSCode: Debugging Attached Process does not workEnglish
1·2 years 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?






















https://github.com/theoden8/webspace_app/issues/426