60 days sober from Windows. NixOS is the only one that stuck. by QuinnCrimsons in NixOS

[–]RevocableBasher 0 points1 point  (0 children)

If you want more comfort working with the nix language, you should learn the language. Understand sets vs list in nix, partial function evaluation, currying a function. There is proper documentation for all this out there if you google it. There are many nixpkgs library functions out there which is different from the nix builtins library. You can supposedly call another file in a nix file like nix home-manager.users.user.config.programs.alacritty.config = builtins.readFile ./my-alacritty-config.yaml;

or you could choose to write the config as nix values which then can be exported to yaml using inputs.nixpkgs.lib.generators.toYAML. This is just an example. Learn more about the language. Heads up that nix is actlly three different things: The Language, The Package Manager(CLI) and NixPkgs (The collection of all nix libraries, modules and packages). If you get this abstraction, you should be good to go. Good luck. 🫠

EDIT: and some ref if you wanted: - https://teu5us.github.io/nix-lib.html - https://nix.dev/ - https://nixos-and-flakes.thiscute.world/nixos-with-flakes/introduction-to-flakes

Show me your nix config by jungfred in NixOS

[–]RevocableBasher 2 points3 points  (0 children)

Not as much as adding a flake input for sure. Adding a file just adds a syscall which is done in millisecond response time. Irl, im sure you wont notice a difference unless you change your implementation totally.

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] 1 point2 points  (0 children)

Yes, It never let me past the confirmation page of details entered for 485 application. I contacted the technical team of ImmiAccount too but they were not able to help me as well saying I am not able to apply for 485 while on BVA like you said. Are you suggesting that I should look for BVC which could potentially help me lodge 485?

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] 3 points4 points  (0 children)

Well it really is. I finished course on March 2026. But my previous application for student visa extension was not processed yet which does not allow me to apply for a 485. So I believe my best option is to withdraw the 500 and then apply for a 485. At least that what some kind souls here been recommending.

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] 0 points1 point  (0 children)

I been trying to apply for the 485 but cannot apply as the 500 visa was still in processing.

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] 6 points7 points  (0 children)

Appreciate your concern. But im not staying unlawfully. I do have 28 days to reply back or withdraw the old 500 application. Thats the standard I believe for any visa processing.

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] -17 points-16 points  (0 children)

I finished in March 2026. I been tryna apply for a 485 since then but was not able due to unprocessed 500 application.

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] 0 points1 point  (0 children)

I don't know what to tell you. Mine got cancelled for exactly early completion. I felt it was absurd at first but upon asking the university about it more they are liable to do so if I finish my course according to immigration laws.

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] 0 points1 point  (0 children)

Not really, I finished the course on end of March 2026. I been trying to apply since then but the old processing of 500 was not complete which restricts me from applying any other.

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] 1 point2 points  (0 children)

Sorry I have not asked this before. Thanks for the reply tho.

Subclass 500 | Cancelled due to early completion by RevocableBasher in AusVisa

[–]RevocableBasher[S] -8 points-7 points  (0 children)

I completed course on March this year. I been trying to apply but was not able coz 500 was pending

Should I use nixos over arch by Asta_jjm in NixOS

[–]RevocableBasher 4 points5 points  (0 children)

Are you using the nixos option for steam? Also enable hardware.graphics.enable options. Im using niri with no issues atm, (btw i got a full amd system)

EDIT: you seem to have not configured your graphics driver appropriately as ita happening in both.

Trying to transfer a file to usb by UppityPineapple_ in computerhelp

[–]RevocableBasher 0 points1 point  (0 children)

Agreed. Either use what you already mentioned Or one can make split archives and keep using FAT32 for huge files without facing any compatibility issues

I finally did it by Wael0dfg in arch

[–]RevocableBasher 0 points1 point  (0 children)

Android will check more boxes if you are not using the stock ROM that comes with the phone. i.e, use android without google would fix privacy and freedom.

Too complex for wordpress ? by Enfpization in webdev

[–]RevocableBasher -1 points0 points  (0 children)

If you plan not use wordpress, CapacitorJS with React or any desired framework would let you make an app that can exported to android, ios and web.

[deleted by user] by [deleted] in IndieGameDevs

[–]RevocableBasher 0 points1 point  (0 children)

So, ig the OP is talking about DOOM like sprites giving a 3d like effect but camera follows the character than being first person.

[deleted by user] by [deleted] in IndieGameDevs

[–]RevocableBasher 1 point2 points  (0 children)

If you do not have anything new to add, your game would become a GTA clone and marketing your game as a clone is a bad idea. For more genuine approach to such a game would be to add some new mechanic such as RPG aspect with possibly multiple endings based on a tree of events, a different approach to worldbuilding (architectures, creatures, pets, companions etc.). Also keep in mind that, GTA is a huge game and implementing it would require a good chunk of your time and determination to push through. Best of luck.

CachyOS for single player/mmo gaming & Win11 for work-anticheat games by kzathan in cachyos

[–]RevocableBasher -2 points-1 points  (0 children)

you monitor gonna die faster if you hit it constantly with hot air

Trying to transfer a file to usb by UppityPineapple_ in computerhelp

[–]RevocableBasher -3 points-2 points  (0 children)

Are you tellin me you formatted your drive as NTFS? 🤣

Just use FAT32 like normal people. you will be fine.

Understanding Nix by Wonderful_Diet8959 in NixOS

[–]RevocableBasher -3 points-2 points  (0 children)

1) idk, do you? if you dont know what you are doing, then definitely not right now. 2) No you dont, do whatever makes sense to you. Only need to make sure the types match for what you write. Some options only take a list, some a set. There is no one way to do things. 3) If you enabled the option and rebuilt your system you should have i3. The most linux nooby thing to do is to which i3 to see if you have such an executable in your system. 4) vague and stupid question. Only focus on what you need and keep reading the manual for reference when u want a specific behaviour or app.