▲ 2 r/infosysmysore+1 crossposts

Require Guidance on Infosys Campus Interview

So i got selected for on campus interview for Infosys. FYI only 200 got selected out ouf 2000 and above, i mean 200 is way more but less than TCS. so now they have two roles DSC and SP, so if we do well in interview then there is chance to go up SP2 so please consider me as your brother and guide me on how to be there and what type of questions they will ask!! Thanks in advance.(If there is any mistake in this post please help me to rectify it)

reddit.com
u/Weekly-Alfalfa6440 — 3 days ago

stucked and sked in login loop (linkedin)

so i signed out from linkedin from browser and android app at a time (to reset mobile and change os in laptop) so now if i need to sign in it is asking to "check your mobile app" but how, for that i want to login in app right, to login in app itself it is asking like that. if any one knows please help me (currently i am studying final year ug and you all know that how much important to me)

reddit.com
u/Weekly-Alfalfa6440 — 2 months ago

I want to delete 1password account (i don't have recovery key or secret key, i only have master password)

See i have 1password account in only my laptop and my mobile so now i clean installed os in my laptop and did reset my mobile at same time so i lost access to 1passowrd but i remember the master password, i dont have any problem to delete my account permanently but i cant i mailed them but no response and i search in internet all are saying to go here https://start.1password.com/support and place your mail then you will get a mail and then you can delete, yeah i got mail and but when i opened this is showing up here if i click on sing in with this account then it is asking for secret key or down there is use recovery code but i dont have any so what to do!!

https://preview.redd.it/tk563hl7977h1.png?width=467&format=png&auto=webp&s=86dfd052f93f86eb74dd6e58ba69fb6d3d5a41e4

reddit.com
u/Weekly-Alfalfa6440 — 2 months ago
▲ 169 r/masterhacker+1 crossposts

Is my pc got hacked or something

Guys can anyone help me by saying what is this

I am getting this in arch with hyprland, I installed just this evening and set my all waybar and things so can anyone help me with this

u/SweetPotato975 — 2 months ago

I want only quick picks in first place

Guys I don't want all this things in my home page i want only quick picks at first place so can anyone help me on this below quick picks I don't care it will be. Thanks in advance

u/Weekly-Alfalfa6440 — 2 months ago

LCRLIB not loading even though kept at first place

In archivetune (i know this is metrolist page but archivetune page not their so posting here)i kept lcrlib lyrics at first place but it is not shownig that one, it is either showing just plane(not syncing) yt lyrics or lyrics from other sources i am using archivetune arm64 version, so how to get that and this is the only problem i am facing remaining entire app was awesome and excelling thanks in advance

reddit.com
u/Weekly-Alfalfa6440 — 2 months ago
▲ 1 r/typing

I memorize all the keys but not speed(require help)

you see i know all the keys where are placed but i am not able to type fast, i am practicing from last jan(2026) but still now i am at my 55 to 59 wpm so anyone guide me or give any tips and one important thing is see in my mind when i want to type where i will type "wehre" in fast i now where the "w", "e", "h","r", "e" are placed but i am not pressing them at a sequence and space button too

reddit.com
u/Weekly-Alfalfa6440 — 2 months ago

Home (middle) button issue

i set up another launcher for android but sometime home button(middle button) wont work. i mean some times it will freeze and remaining all mobile work properly when i open whatsapp and click back button or recent button they will work but on home button actually it need to come to home directly but sometimes it wont, is this problem same in all other launchers or only in this one

reddit.com
u/Weekly-Alfalfa6440 — 3 months ago
▲ 1 r/googlephotos+1 crossposts

S*ck with uploading pics in Google Photos and required help

I am trying to backup all my photos in google photos i have 5TB and used only around 16gb now when i am backing up there are not even moving, i kept at yesterday afternoon till now atleast 100 photos also not got backed up and i have around 2561 photos!!! and my data speed is upto 15 to 20 mb/s (if i keep anything download in playstore or in anywhere it will get download upto 17to20 mb/s) so are there any tools or things to upload

reddit.com
u/Weekly-Alfalfa6440 — 3 months ago

Process of adding event in Google calendar is like hell!!

so i integrated gc with ticktick and now it shows all the events in ticktick but when i want to add the event i need to click on my gc below and type the event and select all the time and things from dialog box, is there option like in how in gc we add an event i mean just click on somewhere it will keep that start time and then drag the bottom line of the event to extend the event!! i just want this

reddit.com
u/Weekly-Alfalfa6440 — 3 months ago
▲ 2 r/neovim

Parameters problem!! please solve it

fig 1

Fig 2

fig 3

I am facing one issue in LazyVim related to auto inserted function parameters/snippets.

Example:
When I select an auto-completion item for a function/method and press Enter, LazyVim automatically inserts the parameters/placeholders.

Something like:

foo(TypeName tp)

The problem is:

  • For the first placeholder, if I start typing, it gets replaced correctly.
  • But from the second placeholder onward, I have to manually delete the existing placeholder text before typing my own value/type.

Example:
If it inserts:

foo(TypeName tp, AnotherType val)

and I want:

foo(int x, string name)

I can replace the first placeholder normally, but for the second and remaining placeholders I must manually delete the text first instead of directly typing over it.

This becomes very annoying for functions with many parameters.

I think this is related to snippets/autocomplete placeholder jumping, but I could not solve it.

Things I already tried:

  • Checking blink.cmp settings
  • Checking LuaSnip behavior
  • Different Enter key mappings
  • Disabling auto-pairs temporarily
  • Looking through LazyVim discussions/issues

But the issue still remains.

Can someone explain:

  1. Which plugin is actually responsible for this behavior?
  2. How to make all placeholders replace normally when typing?
  3. Is this expected behavior or a configuration issue?

I attached 3 images showing the problem clearly.I am facing one issue in LazyVim related to auto inserted function parameters/snippets.Example:
When I select an auto-completion item for a function/method and press Enter, LazyVim automatically inserts the parameters/placeholders.Something like:foo(TypeName tp)
The problem is:For the first placeholder, if I start typing, it gets replaced correctly.

But from the second placeholder onward, I have to manually delete the existing placeholder text before typing my own value/type.Example:
If it inserts:foo(TypeName tp, AnotherType val)
and I want:foo(int x, string name)
I can replace the first placeholder normally, but for the second and remaining placeholders I must manually delete the text first instead of directly typing over it.This becomes very annoying for functions with many parameters.I think this is related to snippets/autocomplete placeholder jumping, but I could not solve it.Things I already tried:Checking blink.cmp settings

Checking LuaSnip behavior

Different Enter key mappings

Disabling auto-pairs temporarily

Looking through LazyVim discussions/issuesBut the issue still remains.Can someone explain:Which plugin is actually responsible for this behavior?

How to make all placeholders replace normally when typing?

Is this expected behavior or a configuration issue?I attached 3 images showing the problem clearly.

this in lazyvim : see when i am using a method or importing anything which have any parameters (it will auto import thats not a problem) here the parameters will get on screen automatically when i click on enter now for first if i write, it will get deleted that not a problem but from second onwards i need to manually delete that entire thing and write my own lets say here i need to delete typename tp and write int there what if there are many parameters this is the only problem i am facing in lazyvim please solve this

and i tried all the methods but not working

reddit.com
u/Weekly-Alfalfa6440 — 3 months ago
▲ 0 r/Fedora

How do save battery on fedora?

I am a fedora lover who recently converted to arch then again came back to fedora but now it is taking too much battery it was drinking like water so how to save it? Thanks in advance

reddit.com
u/Weekly-Alfalfa6440 — 3 months ago

Buttons bug

I dont know why after the update my volume buttons and brightness buttons are not working so then when i asked chatgpt it told to add this line exec-once = nohup swayosd-server >/dev/null 2>&1 &

in this file ~/.config/hypr/autostart.conf so then it started working, and this is working now but my doubt is till before updating it worked properly but not now why?????????????

reddit.com
u/Weekly-Alfalfa6440 — 3 months ago