

In that case it may be to keep birds away (to have them not nest on the balcony)
Programming and reading.


In that case it may be to keep birds away (to have them not nest on the balcony)
VBA can be used in place of scripts on Windows through the use of wscript.exe, so you might want to find any small thing you want to automate and figure out how to do that
64-bit machines are not able to run 8-bit and 16-bit code while 64-bit mode is active. You can install a 32-bit OS, where this works, but if you want the advantage of 64 bits, you lose those very old (DOS and pre-DOS) programs.
I don’t know of a distro that does.
You can start remmina from the terminal, it should spit out an error. I believe, you need to install additional libraries for full rdp support, but it should tell you


I says TRY, not dollar…
Pretty certain it says “fags”
Our bodies never stopped evolving. Where do you think lactose intolerance (or lack thereof) is coming from? Originally it was just a few that could drink milk, now it’s a significantly higher percentage of the population.


Steam does not dictate what is standard on Linux. Just because they have not tested with this setup does not mean it isn’t standard.


There is no single standard DE on Linux. KDE and Gnome are the biggest ones, and most distros ship with flavors for either. So is KDE non-standard if I install it on regular Ubuntu (which ships with Gnome)? And besides, as the commenter above said, wlroots is one of the few big participants in deciding the wayland protocols, so they are most certainly standard, as standard as any wayland compositor.
Opening a new terminal should work, since those commands you posted affect just the running shell. If not, you broke something else.
Edit: Assuming you pit that export line into ~/.bashrc, just remove it. You might need to enable showing hidden files in your file explorer, them edit it as a text file.


Basically anything low level. When you need a byte, you also don’t use a int, you use a uint8_t (reminder that char is actually not defined to be signed or unsigned, “Plain char may be signed or unsigned; this depends on the compiler, the machine in use, and its operating system”). Any time you need to interact with another system, like hardware or networking, it is incredibly important to know how many bits the other side uses to avoid mismatching.
For purely the size of an int, the most famous example is the Ariane 5 Spaceship Launch, there an integer overflow crashed the space ship. OWASP (the Open Worldwide Application Security Project) lists integer overflows as a security concern, though not ranked very highly, since it only causes problems when combined with buffer accesses (using user input with some arithmetic operation that may overflow into unexpected ranges).


Very often you need to choose a type based on the data it needs to hold. If you know you’ll need to store numbers of a certain size, use an integer type that can actually hold it, don’t make it dependent on a platform definition. Always using int can lead to really insidious bugs where a function may work on one platform and not on another due to overfloe
Ternary, and inline switch (match expressions), as found in functional languages
Of course it won’t do anything, you need to update (refresh the index) before you upgrade (download and install updates), silly you
You replied to the wrong comment I believe
Did you really mirror the image part to repost this? Even the watermark is flipped
The person you are replying to said it’s fine in a “best friend”-relationship, implying it can be problematic in more intimate relationships. You then said that the person in question is “the son’s best friend though”, which can be interpreted as “there is no potential for a more intimate relationship” in the context (as in male-male friends can’t be more than that).
I’m just telling you how it can be interpreted and where the answer is coming from.
Straight as in not queer, i.e. not gay. Your comment sounded like you thought that only in a couple’s relationship would such petty behavior emerge
If you need finer control than recursive chmod (see other replies), you can also use find to match precisely which files/folders you want and use the -exec parameter to run chmod on those
Not quite right. An existing model can and is tweaked during its lifetime, but these are minor changes to the weights and not worthy of a new version, but they can significantly reduce (or increase) certain outputs.