• 0 Posts
  • 60 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • 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.



  • 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.





  • 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.



  • thepiguy@lemmy.mltoLinux@lemmy.mlNixOS for gamedev
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago
    1. Jetbrains toolbox is proprietary and I can still run it. You do have to explicitly state that you want proprietary software. You can even run random binaries if you setup nix-ld.
    2. The preferred way to do this is by creating a shell.nix for each of your projects with the dependencies defined within.
    3. Not sure about passthroughs, but qemu worked fine for me.

    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.



  • thepiguy@lemmy.mltoMemes@lemmy.mlFlux pricing
    link
    fedilink
    arrow-up
    7
    ·
    5 months ago

    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.



  • 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.



  • I used Linux on my jailbroken Chromebook during school before and I slowly started using more and more of wsl when that came out.

    Then one day a windows update which started automatically on my laptop ended up wiping the encryption keys, I lost all my data including a lot of organised financial documents. This happened while I was having trouble with wsl where it would just delete itself on my pc. Then there was the issue of my pc having an English international keyboard which I was unable to remove and windows kept switching me to it every 2 minutes. Which makes programming harder due to how it handles inverted commas. I ended up doing some regedit to remove it, but then all windows system apps stopped working, including settings. And guess what, there was now an update ready which I could not skip because settings won’t open. And did I mention my laptop wiped itself again?

    I did not have a single issue since I switched about 4 years ago, I never looked back. Not even for gaming, I exclusively use Linux and I am proud of it. And this is saying a lot, because I always mess up my system when doing random experiments for fun, but there is also always a clear way out. (I use arch btw, and rtfm really helps a lot)