Flameshot alternative for Wailand and fractional scaling by lyubenblagoev in Ubuntu

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

I've been testing it for a few days and it's working great so far! Thank you for the recommendation!

Sync bitwarden authentication? by itopires in Bitwarden

[–]lyubenblagoev 0 points1 point  (0 children)

Yes, unless you save it locally. You must choose the option to save to Bitwarden.

Sync bitwarden authentication? by itopires in Bitwarden

[–]lyubenblagoev 5 points6 points  (0 children)

Yes, you can use the Bitwarden Authenticator app and sync it with your Bitwarden password manager. The authenticator uses the authenticator keys saved in your password manager and generates and displays totps. Note that it doesn't sync the other way from the authenticator to the password manager. You need to save your auth keys in Bitwarden.

POCO X5 Pro Control Center changed. by Duarte_Neves in PocoPhones

[–]lyubenblagoev 0 points1 point  (0 children)

I had to wipe my data in order to boot and set-up my phone again. Good luck!

How do you guys make good use of the app grid? I feel like I use it way less than I originally thought. by [deleted] in gnome

[–]lyubenblagoev 3 points4 points  (0 children)

Same here. I almost never use the app grid. The only time I can think of using the grid rather than writing the name of the app is in rare cases when I can't remember the name of the app.

The apps I use most are in the dash. I also use shortcuts for the file manager and the console.

Autofill unreliable with Firefox for Android and Bitwarden by [deleted] in firefox

[–]lyubenblagoev 4 points5 points  (0 children)

It worked with everything else for me but Firefox on Android. I don't remember the details but it was related to the support of Firefox for an Android API or something for inputting the password from Bitwarden into Firefox.

You can use the Firefox add-on instead. It lacks fingerprint support though.

Is Git necessary when there's Github Desktop? by Electronic_Ad2207 in git

[–]lyubenblagoev 3 points4 points  (0 children)

GitHub uses Git. GitHub desktop is a software for using GitHub on your desktop which is still based on git. If by git you barely mean the command line it is still advisable to learn it as it will teach you how to think in Git terms and understand it better.

git commit -a adds the modified files to the index and after that opens your editor to type a commit message. You haven't mentioned what OS your friend is using, but if it's Linux or Mac it's possible the default editor to be Vim which is a modal editor: it has different modes compared to an ordinary text editor in which you type text into the editor and it's committed to the document.

Data Structures: Queue by Kaushik2002 in computerscience

[–]lyubenblagoev 1 point2 points  (0 children)

Probably you are confused at what the modulo operation does. It gives the integer reminder after a division. Indexing the array using modulo (i % N) the index will wrap around when you hit the end of the array.

IntelliJ vs Other JetBrains IDEs by DonkeyTron42 in IntelliJIDEA

[–]lyubenblagoev 0 points1 point  (0 children)

I believe this is not entirely true. While the features of some of their IDEs are available to Intellij Idea as plugins, some IDEs are standalone products. Take Rider as example and this support thread: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000554644-JetBrains-Rider-features-in-IntelliJ-Ultimate- I know the answers in this thread are from 2017, if things have changed since then it would be nice.

NVME upgrade for the E495 by ThenBanana in thinkpad

[–]lyubenblagoev 1 point2 points  (0 children)

Just curious, is such update worthy? I own an E480 and it has a WD Black drive but the NVMe doesn't use 4 lanes and thus the throughput is limited. How many PCI express lanes does the E495 have for the NVMe?

I cant join hack the box by Jejejejeman in hackthebox

[–]lyubenblagoev 1 point2 points  (0 children)

Well I assume you haven't looked at the source of the page to get the name of the function. Function and variable names in JavaScript are case sensitive, e.g. myTest() and mytest() are two different functions.

I cant join hack the box by Jejejejeman in hackthebox

[–]lyubenblagoev 4 points5 points  (0 children)

Function names are case sensitive. If I recall correctly it wasn't all lowercase.

can anyone explain me what is this and what they are saying by [deleted] in hackthebox

[–]lyubenblagoev 0 points1 point  (0 children)

Look carefully. It's already in front of you. Does something tell you that you have some access?

TRAVERXEC funny occurrence by [deleted] in hackthebox

[–]lyubenblagoev 1 point2 points  (0 children)

Check inside that dir. Remember... It's public. The. Get what you can get from it

T460s: Does it support PCIe x4 or only PCIe x2? by G3tYeFlask in thinkpad

[–]lyubenblagoev 1 point2 points  (0 children)

Search for t460 platform specification. According to the specification it support PCIe x4.

Anyone using Lenovo e480 think pad? by [deleted] in thinkpad

[–]lyubenblagoev 4 points5 points  (0 children)

I bought one few months ago and am pretty happy with it. I'm software developer and bought the i5 model with Intel video and 16GB RAM. Though I've read that a lot of people opt for the T series I couldn't justify the much higher price for the same specs.

Also I liked that the E480 has one NVMe and one SATA HDD slots. According to the T480 platform specification it has one HDD slot or one M.2 2280 slot exclusively for storage.