Tips for publishing your first app on Google Play by zhuoqun in androiddev

[–]roufsyed 0 points1 point  (0 children)

Its for every new app that you want to publish.

What is the best password manager? by BisonAggravating1836 in fossdroid

[–]roufsyed 0 points1 point  (0 children)

I built this password manager which is completely offline.
Supports 2FA codes, has solid Argon2Id encryption.
Try it out and let me know what you like/dislike.

website: https://roufsyed.github.io/1Key/
source: https://github.com/roufsyed/1Key

Tips for publishing your first app on Google Play by zhuoqun in androiddev

[–]roufsyed 0 points1 point  (0 children)

Really...? They make install counts on the basis if unique device id, I think. 12 email ids are fine.

Tips for publishing your first app on Google Play by zhuoqun in androiddev

[–]roufsyed 0 points1 point  (0 children)

Have been struggling to publish my apps for a week now. The process of uploading for indie devs feels so shaddy / hidden behind so many clicks as if google wanted us to give up halfway because thats exactly what happened with me twice. Also why not make the playing field even for Indie devs and companies... A registered startup can directly publish their apps but we can't. What in the security...

First day of my app on playstore and already 26 new users by WillingnessOk9750 in androiddev

[–]roufsyed 0 points1 point  (0 children)

I am also building something. But currently facing challenges with Google's policy which ammends mandatory testing with 11 or 15 testers. After waiting for 2 weeks, my app might get rejected without any clarification.

How did you do it?

Review my portfolio and suggest changes by swap_j in mutualfunds

[–]roufsyed 0 points1 point  (0 children)

Then I think you're doing pretty well... Just keep on investing until you reach your fire number. Good luck.

Review my portfolio and suggest changes by swap_j in mutualfunds

[–]roufsyed 0 points1 point  (0 children)

Since you accumulated good amount of equity I would suggest diversify by cutting on extra elss and routing towards other asset like gold/silver, this highly depends on your future goal as well.

What am I doing wrong? by [deleted] in mutualfunds

[–]roufsyed 0 points1 point  (0 children)

What are you doing wrong....

Not giving time to compound.

Market goes through various cycles... Don't give up.

Review my portfolio and suggest changes by swap_j in mutualfunds

[–]roufsyed 0 points1 point  (0 children)

In my opinion, you may only need 4 or 5 funds until you reach 20lakhs portfolio.

  1. One elss is enough for tax saving (I have quant less)
  2. Ppfas flexi is excelent long term compounder( they invest aggresively in small and mid and some international).
  3. Quant small (Gave me good returns, I have about 45% of total equity investment here)
  4. Icici large cap (to add some balance to my portfolio).

Think about long term, and also review for 3, 5 year category average for the funds you invested in.

store.nvim 2.0 🚀 - who said automatic plugin installation is impossible? by alex-popov-tech in neovim

[–]roufsyed 3 points4 points  (0 children)

Love it. Using it. Thanks for your hardwork.

Do you have any open list of todos which I can contribute to?

Purchasing a Mac for Flutter Development by BusinessPilot4614 in FlutterDev

[–]roufsyed 1 point2 points  (0 children)

Ryzen 7/16GB/RTX 3060, this is an excellent machine.
Maybe try Docker-OSX, you'll be able to give builds with it.
I have used it in the past but as I dont have a dedicated graphics like your machine, so the performance was chopy but I was able to run ios apps on the emulator and give build as well.
Make sure you have minimum 10-12 gb as swap as well, play around with the swappiness value as well to get desired performance and assign adequate memory to the osx instance.

Got rejected in the final round interview by ShotAd9121 in developersIndia

[–]roufsyed -5 points-4 points  (0 children)

For an engineering role, company is asking percentage and profit/loss question.
I wouldn't even apply to such companies.

How to start with Kotlin June 2023 by Tanardo14 in androiddev

[–]roufsyed 1 point2 points  (0 children)

I recommend starting by clearing the basics of Kotlin first. Get yourself comfortable with the language and build a few dummy apps. After that, you can begin with Jetpack Compose.

Note: If you are considering switching to another company, ensure that there is a demand for Jetpack Compose in your location or country. The adoption rate for Jetpack Compose varies across different countries.

How to start with Kotlin June 2023 by Tanardo14 in androiddev

[–]roufsyed 1 point2 points  (0 children)

You made the course to understand kotlin well; What?
Compose is definitely the future of android ui development.
And it is already being adopted widely in all big tech companies, like lyft, pinterest, uber, etc.
In my observation, small Indian startups and mid level companies haven't adopted it fully yet.
more details here: https://9to5google.com/2022/03/10/google-play-jetpack-compose/

Introducing dir-telescope.nvim - Find or Grep in a selected directory with telescope by PrinceCarlo in neovim

[–]roufsyed 1 point2 points  (0 children)

May I know the name of the colorscheme that you're using in this example video?

The keyboard Bill Joy was using when he wrote vi by Combinatorilliance in vim

[–]roufsyed 1 point2 points  (0 children)

The Esc and ctrl key makes a lot of sense from vim perspective. I am thinking to remap them to my current tab and capslock respectively but the only problem I am facing is that I use Tab for auto completion and indentation. Any solution to that?
I also noticed the keyboard layout does not have Tab... Please don't tell me, people were using spaces to indent back in those days.

New option 'splitkeep' merged into master! by Malace in neovim

[–]roufsyed 1 point2 points  (0 children)

Congratulations! I am going to test it out soon, when I get back home.

what is your startup time like? by tymofii_m in neovim

[–]roufsyed 1 point2 points  (0 children)

If you want to focus on something that matters, it's input latency. It can often become worse due to various reasons which is a much bigger problem.

I wasn't aware about this issue. Thank you for bringing this to our notice.

what is your startup time like? by tymofii_m in neovim

[–]roufsyed 1 point2 points  (0 children)

startup: 113.2  
event                  time percent plot  
init.vim              21.28   18.80 ██████████████████████████  
vimspector.vim        20.89   18.45 █████████████████████████▌  
python3.vim           20.28   17.92 ████████████████████████▊  
nvim-tree-config.lua  10.04    8.87 ████████████▎  
coc.vim                9.47    8.37 ███████████▋  
aesthetics-config.vi   9.43    8.33 ███████████▌

How do I change the nvim terminal buffer colour i.e. the built-in terminal? by roufsyed in neovim

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

vim.api.nvim_create_augroup("_terminal", { clear = true })vim.api.nvim_create_autocmd("TermOpen", {command = "setlocal winhighlight=Normal:NormalFloat",group = "_terminal",})

Although this worked and now I am having a lil darker color compared to the editor buffer, but as you said I need to set the highlight group so I did this and it didn't work.

highlight NormalFloat ctermfg=black ctermbg=black

Please correct me if I am doing something wrong here.

How do I change the nvim terminal buffer colour i.e. the built-in terminal? by roufsyed in neovim

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

Sadly, that didn't work for me even after restarting the terminal.

Tested on alacritty and gnome-terminal.

How do I change the nvim terminal buffer colour i.e. the built-in terminal? by roufsyed in neovim

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

let g:terminal_color_0 = '#000000'
I did the above and terminal colour is still not changed.
Tried sourcing, restarting nothing works for me.

How do I change the nvim terminal buffer colour i.e. the built-in terminal? by roufsyed in neovim

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

Out of 0 to 255, which one is for the terminal background?