XD yea. scrcpy --video-source=camera --no-audio --v4l2-sink=/dev/video0 --no-playback
this is the command I use. There are a few more config options for orientation and to select the camera.
XD yea. scrcpy --video-source=camera --no-audio --v4l2-sink=/dev/video0 --no-playback
this is the command I use. There are a few more config options for orientation and to select the camera.
I just use scrcpy. They have instructions on their github.
I use KeePassXC. I have shared the keys with someone I trust in person in case of death. I sync by manually copying the database between my devices.
What was the last version of Windows you used before hopping on over?
Windows 10. But I knew that I won’t have issues adjusting to Linux because I used WSL everyday and I had gallium os sideloaded on my chromebook.
So what’s your reasoning for the change to the reliable and funni penguin OS?
A series of unfortunate events in the span of a month or two along with long persisting issues that made me crack.
I had 2 machines then, a hp laptop and a PC. I used my laptop for school and financial stuff (which was shared with my father) and my PC for programming.
The first issue. The laptop had an update for a long while which it would randomly start and I was not able to put it off. But it always kept failing. It was basically a tradition for me to start my laptop on the tram to school so if there is a pending update, it will try and fail before I need it for schoolwork. I finally cracked, googled the issue and tried to trouble shoot it. The first step was to run a system integrity check. This never finished because when I went back to check up on it, an update had been started. My laptop didn’t boot after that because bitlocker couldn’t find the keys, even after I would manually input them on the prompt.
The second issue was with my PC. I used WSL everyday. But it would randomly just fail to boot. This was annoying, so I had a script to delete WSL, install it again and install all the packages I needed.
The third issue was also with my PC. I use a us keyboard layout despite not being from the us. This is because the international English keyboard does not input quotation marks when you type them, which makes it difficult to use for programming. But windows switched me to the international keyboard every now and then which made it annoying to code. I tried removing it, but I was not allowed to for whatever reason. What I did was admittedly stupid, but I used regedit and some online help to remove the international keyboard. That didn’t work, but all system apps stopped working. I kept using it like this for a bit. Eventually, I got an update. Now I was terrified because I was not able to open settings to postpone this update. I didn’t wanna have a repeat of my laptop incident.
So I just finally broke and installed Linux mint. Never looked back, ever. I use arch BTW.
TLDR: laptop got wiped due to a windows update and windows was forcing me to use an international keyboard.
Using or IDE or vim is entirely up to preference. True skill lies in being able to ike out every bit of productivity you can when using it. And I am saying this as a hardcore neovim user.
I won’t go to a mechanic who uses imperial measurements for their tools and rant about how they should use metric. As long as they get the job done, it’s all good.
Just because someone does not copy you does not mean they are in the wrong.
Fish shell. I switched to fish ages ago, back when I didn’t know much bash scripting. Now I am just so used to it that I don’t wanna switch back. Plus it just works.
I put lineageos on my old OnePlus, which had started to lag so much that even the password prompt would take a minute to register my key presses. The moment I put lineage on it, it started working as if it was new and finally had security updates for the first time in 2 or so years. I now use it as a backup device, and also as a webcam for my pc using scrcpy.
I won’t be pirating manga if I can actually pay for them. Some apps exist, like mangaplus, but they pale in comparison to something like tachiyomi. And then there is webtoon which shoves an ad in my face even though I purchase content weekly to read. And webnovel is atrocious with how I have to wait 5 seconds for an ad before they show me yet another ad every time I open the app. I just use koreader now for novels. I do buy physical volumes to show some support back. But a Korean series that I am reading does not have a novel published overseas, kind of a bummer.
It shouldn’t matter if the user is leaning or jumping or whatever. If the variable says “is_person_standing” then the only information I get out of it is whether the person is standing or not. It would be much simpler to use enums to represent the state if there are such other options. If you don’t have enums in your language, then use constants.
Your best option would be to use onlyoffice. Not sure what you mean by copilot. Copilot is available in vscode, vim, jetbrains, all of which are cross platform. You can also try using bavarder if you want something like chatgpt.
I personally use a small tool called mods to access gpt 4 using an openai API key in my terminal, but this option is only great if you have a terminal heavy workflow.
“oh we think your privacy is worth nothing to us. So here, take this email with the bare minimum that we are legally required to provide. We would have never let you know of these changes if it was not legally required”
The closest I got was by just using avalonia. I had to use winforms for my uni and convincing my teachers to allow my team to use avalonia was not easy. Avalonia is not even remotely similar to winforms. You can try setting up a VM, but I understand that it is not a real solution. I found some docs for an old version of mono which referenced some of the winforms API, but I had no luck running it.
If you are using davinci on your system a lot, you can try their pre-packaged iso. They recommend rocky Linux nowadays and also provide an iso for it.
As for nix Vs arch, I still prefer arch. This is not because nix is bad, but because I have used arch for a long time. I use nix on my laptop because I want that reliability, but I will probably never switch to nix on my desktop. I still find that I can debug my mistakes easier on arch, but with nix I can just git checkout oldcommit
. With that being said, I do have a distrobox container with arch in my nix machine, if I really wanna install something quickly.
Yeah. I use quite a few windows exclusive programs. I know it is a long list but can’t be helped. Good support and stability beats ideology and these apps provide me that. Here is the list:
I hope this list is helpful to others as well ☺️
Oh wow, that’s really bad wtf. I would not mind it if it meant that the employees also get paid that much extra. But by looking at another comment here, it looks to me as if that is not the case. Really sad how undeserving of our support this system is, especially in the USA.
That’s great to hear! Always nice more new programmers. Minecraft modding is great, and it also provides you with a platform with a lot of reach and a lot of really amazing devs willing to help. My most successful project to date has been a simple Minecraft mod. Keep it up and good luck on your modding adventures!
I mostly use shell-gpt and ask it trivial questions. Saves me the time for switching to a browser. I have it always running in a tmux pane. As for code, I found it helpful for getting started when writing a functionality, but the actual engineering part should be done manually imo. As for spending money on it, depends on how you benifit from it. I spend about 50c on my openai API key, but I know a friend who used ollama (I think with some mistral derivative) locally on a gaming laptop with decent enough results.
If you used manjaro before, then I will recommend endeavour. It is arch Linux (same as manjaro) with an installer. I found their support forums to be helpful as an arch user.