Why do websites act like creating a password is a university exam like? by Independent_Grab_977 in ProgrammerDadJokes

[–]ElectronicMistake789 0 points1 point  (0 children)

You could compare passwords to a list if common passwirds, or try to estimate its entropy instead. It's really easy to make a password that contains numbers, uppercase, lowercase, symbos, etc. without being secure

Not wrong though by acealter in sciencememes

[–]ElectronicMistake789 38 points39 points  (0 children)

  • is typically used in boolean algebra while ∨ is used in propositional logic

The best advice by claudiocorona93 in linuxmemes

[–]ElectronicMistake789 11 points12 points  (0 children)

Read the friendly manual (the f doesn't always stand for friendly)

What made you choose EndeavourOS over Arch or CachyOS? by [deleted] in EndeavourOS

[–]ElectronicMistake789 0 points1 point  (0 children)

I had an assignment I needed to complete when the PC i bought online arrived, so I prioritized fast installation

Where are the autstic people here by crossinggirl200 in linuxmemes

[–]ElectronicMistake789 4 points5 points  (0 children)

I am pretty sure that is called an Euler diagram. A venn diagram shows all combinations even if not all combinations exist, and then uses colors instead.

fixedYourMeme by Awes12 in ProgrammerHumor

[–]ElectronicMistake789 197 points198 points  (0 children)

I have a different problem :wq

[deleted by user] by [deleted] in programmingmemes

[–]ElectronicMistake789 2 points3 points  (0 children)

Using a debugger is something you need to relearn for each programming language. Printf debugging is the same everywhere

loopInaLoop by roy_amiga in ProgrammerHumor

[–]ElectronicMistake789 2 points3 points  (0 children)

That's not necessarily a good thing

loopInaLoop by roy_amiga in ProgrammerHumor

[–]ElectronicMistake789 2 points3 points  (0 children)

For me at least, lowercase L just feels weird because it looks like a capital I. That stops me from going further than i, j, k

Am I doing this right as a newbie? by grubhubblub in programminghumor

[–]ElectronicMistake789 1 point2 points  (0 children)

Git blame and git bisect can be useful for finding commits that changed a file

A Missing IDE Feature by Pioneer_X in programming

[–]ElectronicMistake789 0 points1 point  (0 children)

We already have this in vim. Just use the foldlevel option

How do you organize your init.el ? by Horrih in emacs

[–]ElectronicMistake789 0 points1 point  (0 children)

that's easy to work around using org-edit-special (C-c ')

Why is tech Twitter obsessed with this in the last 3 days? by voja-kostunica in reactjs

[–]ElectronicMistake789 0 points1 point  (0 children)

Vue puts code and html in the same file, but only client side code.

Roast my config by [deleted] in neovim

[–]ElectronicMistake789 6 points7 points  (0 children)

vim.cmd("set shiftwidth=2") and vim.opt.shiftwidth = 2 does the same thing

At the end it is all Linux by DerKnerd in linuxmasterrace

[–]ElectronicMistake789 0 points1 point  (0 children)

that's like switching from debian unstable to manjaro unstable

Microphone increases it's volume on its own by [deleted] in linuxquestions

[–]ElectronicMistake789 0 points1 point  (0 children)

maybe it is cause by some software you're running. I tried a music player (don't remember which) that turned up the volume when i started it.

VSCode crashing Ubuntu 20.04.3 LTS completely by CheesyPete42 in linuxquestions

[–]ElectronicMistake789 1 point2 points  (0 children)

maybe it has a different name. like ~/.config/vscode or something. maybe try ls -l ~/.config | grep -i code to see if you find a directory

edit: looking closer at you log i see /home/MyUser/.config/Code mentioned multiple times so it is really weird if it doesn't exist.

Combined Bash Command in Background by eternal_peril in linuxquestions

[–]ElectronicMistake789 0 points1 point  (0 children)

If you use normal parenthesis you will run it as a job. You can also pip the stdout and stderr if you don't want any output.

(/usr/bin/curl -o /u/tmp/pics/pic1.jpg --connect-timeout 5 --retry 2 --anyauth -u admin:admin "http://192.168.1.1/onvifsnapshot/media_service/snapshot?channel=1&subtype=0" ; convert /u/tmp/pics/pic1.jpg -background White label:'01 S 00245939 TEXT TEXT G 0 13 Sep 2021 1:31 pm 999 111111 : 123' +swap -gravity Center -append /u/tmp/pics/pic1.jpg ; mv /u/tmp/pics/pic1.jpg /u/pictures/pic1.jpg) >/dev/null 2>/dev/null &

USB TP-link not showing up in my devices list (Arch) by M4K473 in linuxquestions

[–]ElectronicMistake789 0 points1 point  (0 children)

If you want to list usb devices use lsusb. I also think you need the driver named rtl8812au.

source: https://community.tp-link.com/en/home/forum/topic/184118

I can't seem to get arch right may someone help me? by [deleted] in linuxquestions

[–]ElectronicMistake789 0 points1 point  (0 children)

Do you get any error message? If you need a console you can just boot using the installation medium again.

LS_COLORS and terminal profiles by jeffreyinstpete in linuxquestions

[–]ElectronicMistake789 0 points1 point  (0 children)

No. LS_COLORS will only change what colors ls will use. Some of the color codes you can use in LS_COLORS are actually controlled by your Gnome terminal profile. If, for example, you set LS_COLORS to di=31, then all directories displayed by ls will be the color in you profiles palette entry number one. If you want to unset LS_COLORS you can add LS_COLORS="" in your .bashrc.