mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Fri 19 Nov 19:37:21 EET 2021
This commit is contained in:
parent
18c82ce166
commit
ad708c1bcd
3 changed files with 94 additions and 3 deletions
80
page/blog/blogs/Don't-ask----google-it_1253034870.html
Normal file
80
page/blog/blogs/Don't-ask----google-it_1253034870.html
Normal file
|
@ -0,0 +1,80 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||
<title>
|
||||
Ari::web -> Blog
|
||||
</title>
|
||||
<meta content="website webdev linux programming ari terminal dark blog javascript opensource free" name="keywords"/>
|
||||
<meta content="Blog on 2021-11-19 19:35:59 EET - Don't ask -- google it" name="description"/>
|
||||
<meta content="follow" name="robots"/>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1>
|
||||
Don't ask -- google it
|
||||
</h1>
|
||||
<p>
|
||||
2021-11-19 19:35:59 EET |
|
||||
<a href="..">
|
||||
back
|
||||
</a>
|
||||
|
|
||||
<a href="/">
|
||||
home
|
||||
</a>
|
||||
|
|
||||
<a href="/git">
|
||||
git
|
||||
</a>
|
||||
</p>
|
||||
<hr/>
|
||||
<p>
|
||||
I see SO MANY people asking basic things about linux like "how do I use apt?" or something
|
||||
and they don't even look it up and when I tell them to "please look it up" or "google it" they
|
||||
get offended and REFUSE to even google it, some of them are like "ew I don't use google" and
|
||||
I literally don't give a shit what search engine you usually use and on the internet it's usually used
|
||||
as "search it up".
|
||||
</p>
|
||||
<p>
|
||||
Some people also have the audacity to come to a help/support group of some distro
|
||||
and claim that it's there so people would not need to google stuff.
|
||||
Every time I see someone like them it's just annoying, I ask them to google it
|
||||
and they just refuse...
|
||||
</p>
|
||||
<p>
|
||||
Please before asking for any support online search it up and even if you join
|
||||
some help community -- don't be a leech, if people help you, please give back
|
||||
to the community.
|
||||
</p>
|
||||
<p>
|
||||
Developing the skill to use search engines is important, being a support leech,
|
||||
refusing to search it up and/or in general being lazy.
|
||||
</p>
|
||||
<p>
|
||||
And on the topic of "being lazy", this also relates to support, if you're giving support
|
||||
to a person or you're the person who's accepting there is and should never be such thing as "being lazy".
|
||||
If you're giving support for a person who just asked "how to i remove /home/trash?" you should not tell them
|
||||
</p>
|
||||
<blockquote>
|
||||
<p>
|
||||
rm -rfvi /
|
||||
</p>
|
||||
</blockquote>
|
||||
<p>
|
||||
And when they run it you just go "ughhhhh I'm so lazy to type /home/trash" or the opposite,
|
||||
if you're accepting help and want clearification on something, for example "how do I install bat?"
|
||||
and the person answers "sudo pacman -S bat" and you just say '
|
||||
<code>
|
||||
pacman s bat?
|
||||
</code>
|
||||
' the person will ofc say no
|
||||
and like 5 minutes later you say "ughhh I am lazy to type it whole", please be specific or something could
|
||||
go wrong or you would waste someone's time.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!-- this is automatically generated by scripts/add_blog -->
|
|
@ -83,9 +83,18 @@
|
|||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/page/blog/blogs/Thinking-about-switching-to-a-fully-minimalistic-gentoo-system_3546056102.html">
|
||||
Thinking about switching to a fully minimalistic gentoo system
|
||||
</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/page/blog/blogs/Don't-ask----google-it_1253034870.html">
|
||||
Don't ask -- google it
|
||||
</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -13,3 +13,5 @@
|
|||
* [Chrome/Chromium or firefox? Why I prefer firefox over Chromium based browsers](/page/blog/blogs/Chrome_Chromium-or-firefox_-Why-I-prefer-firefox-over-Chromium-b_9105582045.html)
|
||||
* [Fixing xorg screen tearing on intel graphics](/page/blog/blogs/Fixing-xorg-screen-tearing-on-intel-graphics_4520111675.html)
|
||||
* [Thinking about switching to a fully minimalistic gentoo system](/page/blog/blogs/Thinking-about-switching-to-a-fully-minimalistic-gentoo-system_3546056102.html)
|
||||
|
||||
* [Don't ask -- google it](/page/blog/blogs/Don't-ask----google-it_1253034870.html)
|
Loading…
Add table
Reference in a new issue