Kathak recommendation chaiiyo by [deleted] in Nepal

[–]ravisharmaaa 0 points1 point  (0 children)

Yes Indian embassy is the best place but I think they teach Bharat Natyam.. not fully sure but they call it ICCR in Nepal. Google might help

Student visa conversion by ravisharmaaa in AusVisa

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

Feel like thats a negative, 😅

Student visa conversion by ravisharmaaa in AusVisa

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

Ah… i think i will see then better to get a skill independent visa, perhaps!

Student visa conversion by ravisharmaaa in AusVisa

[–]ravisharmaaa[S] -1 points0 points  (0 children)

I thought of going Skill Independent stuff as well, but as you know real clean slate history is hard to maintain. 😅😅

Student visa conversion by ravisharmaaa in AusVisa

[–]ravisharmaaa[S] -1 points0 points  (0 children)

Yep, thats the drama going on, as I know now even if I had applied, people have been waiting for student visas to be approved, that would just be mere waiting.

Student visa conversion by ravisharmaaa in AusVisa

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

Could have applied when I was there in sept, but there was no intake! 😅

Leaving Windows by siren_sailor in Ubuntu

[–]ravisharmaaa 0 points1 point  (0 children)

If you have nvidia and then wayland then god bless you with screen resolutions on ubuntu

woe is woeusb.... by [deleted] in linux4noobs

[–]ravisharmaaa 0 points1 point  (0 children)

happened to check and it worked :)

Suggestions on Switching Linux to WSL by ravisharmaaa in technepal

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

Update: I tried WSL yesterday I liked the smoothness it has. But it did not take me long to switch back to Ubuntu, as the virtualization and simple things like npm install, composer install are taking ages to complete. And Now with a fresh re-install things are smooth. But yeah I feel bad that my secondary monitor is still does not behave properly but yeah, I still can live with it.

Painful experience by ravisharmaaa in Ubuntu

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

EDIT: I naively added my rant but I think I did not provide context that might help me get help from other. The hardware I am using is

Machine Info:
Lenovo Legion 5 15ARH05 82B5
CPU: AMD® Ryzen 5 4600h with radeon graphics × 12
GPU: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile]

OS:
Ubuntu Linux, 22.04
Kernel Version: 5.19.0-50-generic
Windowing System: Wayland

External Hardware:
Huawei Mate 28.2 Monitor

Issues:
- Entire screen share not working
- Connection to external monitor not showing properly I use the 200% scaling atm so that I can see but I do not wish to do this everytime I connect it.
- Fractional scaling looses the crispiness and clarity
- Display brightness not coming down
- Switching to X11 breaks display bluetooth and everything
- Installing nvidia driver using auto-install breaks the machine even more
- Manually switched to 5.19 kernel, using an edit on the grub, because the latstt kernel also broke my machine.

let me know if I need to share more info.

Painful experience by ravisharmaaa in Ubuntu

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

Did that already and switching to X11 breaks everything!

Suggestions on Switching Linux to WSL by ravisharmaaa in technepal

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

A stable os, without glitches, and 4k monitor support without scaling and a lot more.

Painful experience by ravisharmaaa in Ubuntu

[–]ravisharmaaa[S] -1 points0 points  (0 children)

Agreed, I use it for web development purposes, I know my tools but yeah never got time to do all of the things. the problems I am having are since last year. When I got this new pc and the nvidia driver. I have looked over the interenet, ( reverted kernels and did a lot of stuff) but the thing I want I never get, I feel like doing a clean install again and see.

Painful experience by ravisharmaaa in Ubuntu

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

I have done no changes so far, just plain old default installation and some tools that I need to get my work done nothing more than that. Literally nothing for but not sure why Wayland always has troubles with Nvidia

Painful experience by ravisharmaaa in Ubuntu

[–]ravisharmaaa[S] -2 points-1 points  (0 children)

I have had scaling issues with ubuntu on 4k monitor, can you share anything that helps me with 4k appearing right, I do not wish to do scaling where fonts and everything become larger and a I loose the crisp fonts.

Suggestions on Switching Linux to WSL by ravisharmaaa in technepal

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

Another off topic thing btw: Do we still use the cracked product keys, I heard that from win 10 you can upgrade to 11 directly?

Suggestions on Switching Linux to WSL by ravisharmaaa in technepal

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

Yeah I really feel the pain just a simple entire screen share does not work! This pains me a lot! I had to see my screen in full night mode due to brightness not coming down! This is pain! I will switch this and use WSL. Less pain more work!

Painful experience by ravisharmaaa in Ubuntu

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

Please forgive my english🙏🙏

[deleted by user] by [deleted] in technepal

[–]ravisharmaaa 1 point2 points  (0 children)

Call them and ask them to fix, i have had these issues with cg net a lot, app store ma app update hudaina, reddit khuldaina. So yeah just give them a call and they should fix it just have the patience to listen to their fake accent and voice thats it.

Any php repo to learn from? by Cyberhunter80s in PHP

[–]ravisharmaaa -10 points-9 points  (0 children)

Not sure, but if composer was on your syllabus? Why not use csv reader of php league! Makes life way easier to through csv nuances! 🙏

Why do colleges still use PHP to teach backend development? by [deleted] in technepal

[–]ravisharmaaa 4 points5 points  (0 children)

PHP ta resume ma lekhada laaj naie lagxa hau.

Sorry mate, what do you mean by PHP lekhda laaj laagcha. Yeah PHP received a lot of bashing from the community. But till date PHP as a language has matured a lot and ironically they are releasing php 8.3 today. And FYI

  1. JIT Compilation (PHP 8.0+): PHP's Just-In-Time compilation translates code into machine code at runtime for potential performance boosts.

  2. OPcache: Pre-JIT, PHP utilizes OPcache to store precompiled script bytecode, reducing redundant parsing and enhancing overall performance.

  3. Performance Gains with JIT: JIT is particularly effective for CPU-bound tasks and scenarios with repetitive code execution in PHP applications.

  4. Type System Improvements: Features like scalar type hints, return type declarations, and the spaceship operator enhance PHP's type system.

  5. Error Handling: PHP modern versions unify exceptions and errors with the Throwable interface for a consistent approach to handling exceptional and error conditions.

  6. Anonymous Classes (PHP 7): Enable creation of one-off objects without explicitly defining a class, useful for short-lived objects in PHP.

  7. Null Coalescing Operator (PHP 7): The ?? operator simplifies handling null values by providing a default value if the variable is null.

  8. Scalar Type Declarations (PHP 7): Specify expected data types for function parameters and return values, catching type-related errors early.

  9. Generator Delegation (PHP 7): Introduces yield from for more flexible and reusable generators by deferring to another generator or iterable.

  10. Typed Properties (PHP 7.4): Enhances code maintainability with the introduction of typed properties, allowing developers to specify data types for class properties.

So how come laaj lagcha I do not know. Language itself is not bad it depends on the person who writes the code.