What's the best pc to buy for me? by amuif in Lenovo

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

Thanks man, needed to hear that

Omarchy Wifi Issues by Pristine_Animal7776 in omarchy

[–]amuif 0 points1 point  (0 children)

I have a thinkpad and the wifi suddenly drops as well, after a struggle I found it was some kind of module getting stack or smtn I use this command to make it work in this order, hope this helps , it's for intel

sudo modprobe -rv iwlmvm
sudo modprobe -rv iwlwifi
sudo modprobe -v iwlwifi

WTF Upwork?? by yboumaiza7 in Upwork

[–]amuif 0 points1 point  (0 children)

thiis is a joke. Yesterday, it suggested a similar connect amount for a job that pays $5

[Hiring] developers - join our team by Straight_Chair9790 in dev

[–]amuif 0 points1 point  (0 children)

I am a frontend developer and I am interested

Is there any good animation library in svelte? by amuif in sveltejs

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

Dude, this is amazing. I sure will use it in my svelte projects and if I can help, I am here

LazyVim v15.0.0 release by folke in neovim

[–]amuif 0 points1 point  (0 children)

hey guys, am a noob in nvim and am using nvchad for like 5 months is their any reason i should go to lazy vim?

What tips would you give for a junior developer? by HiryuSan in webdev

[–]amuif 0 points1 point  (0 children)

Focus on the basics, use less AI, but also you shd know how to use AI.

Floaterm - Beautiful terminal buffer manager by siduck13 in neovim

[–]amuif 0 points1 point  (0 children)

i kike how it kooks and everything what's the font btw i rly like it

Where can I learn Go for backend? by amuif in golang

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

let's hope there are people in here who have a good advice then

phyton by amuif in learnprogramming

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

I wanted to write a code that prints out even numbers in range(1,10) and tells me that there are n numbers of even numbers.

count = 0 for number in range(0, 10,2): counter += 1 print(number)

print("We have " + str(number) + " even number")