Comment on
Assassins [Skeleton Claw]
Of course. No way they are going to poison themselves without poisoning everyone else around them alongside.
Comment on
Assassins [Skeleton Claw]
Of course. No way they are going to poison themselves without poisoning everyone else around them alongside.
Comment on
I got a new job. whatsapp group (20 people) is migrating to signal because I don't use it.
I have a feeling B wanted to use Signal, but expected it to be difficult to make others shift. When OP gave the opportunity, B came in and swyped it right away,
Comment on
Canada declares Flipper Zero public enemy No. 1 in car-theft crackdown
Sure, go ahead and blame the tool.
Then blame the science.
Then blame the scientists who developed it.
Blame everything but the thief.
\s
Then blame free will for all crime in the world and all wars waged.
Comment on
military industrial publishing complex
Reply in thread
The reason is tradition.
Because they got money in turn for publishing and distributing the books in the past, now they want to continue getting exorbitant fees even though they are not providing any real value any-more.
Comment on
Linux Inventor Says He Doesn’t Believe in Crypto
I actually considered a non-governmental, community regulated currency as a pretty good idea.
Problem is, crypto is too ecologically expensive and wasteful to fit the bill.
While there were some interesting ones, that actually used the processing power for something useful, most are not. So for now, I'll just go with governmental currencies.
Comment on
Cords
No problem.
I got these baddies
Comment on
Something strange is going on
Reply in thread
My bicycle also fits in a lane. And I can cover its width with a single arm.
Comment on
DeCENC is yet another way to beat Amazon, Netflix video DRM
Should've Open Sourced the CENC. Now they pay the price.
Everyone* saw it coming.
Comment on
It's time to mentally prepare yourselves for this
All we need is a single universal Space-Time map that will tell the time (in any and all formats) at any point in space, taking into consideration, all the events caused by all the forces that cause existence, from the start of this universe. Then it can take the place of both, maps and clocks.
Just make sure it is memory safe. Oh and properly escape all queries. And also ...
That should last us until we start exploring the space outside the universe.
Comment on
The world just ended.
Reply in thread
Shakes hand in FOSS and reusing disconnected cables to create neighbourhood LAN.
Comment on
Linux only has 0.3% market share in Antarctica unfortunately
Wise Mac users move to Antarctica to prolong the life of the badly cooled devices.
Comment on
Austrian woman is found guilty of fatally infecting her neighbor with COVID-19
So, unless you die of it, there are no repercussions to someone blatantly coughing at your face, again and again, despite protests.
I don't feel sorry for anyone doing that.
Comment on
Actions speak louder than words
You forgot the "right now".
The "speech" as in a separate message, which likely came after she stopped being speechless.
Comment on
a git cheat sheet - Julia Evans
Comment on
New Linux user here. Is this really how I'm supposed to install apps on Linux?
"I have no idea what I’m doing here" <- Happens in the beginning. How about you start by trying to know what exactly you are doing? Let me give you a fasttrack...
The first command you get in the instructions is curl. It is generally used to download stuff from a networked server.
1.1. To understand the -fsSLo in the command, I strongly advise you to check out the manual of curl using man curl in a terminal.
The second command in the instructions is echo "something" | sudo tee some/file
2.1 Here you see 3 commands echo , sudo and tee.
2.1.1 Again, you can use man command-name to check the manual pages for these commands
2.2 There is a | symbol over here. It is called the "pipe symbol", which is what you can use to search for it. It is usually difficult to search for the symbol itself and I haven't found a man page for it, but open man bash and look for "Pipelines" and you'll know what it is about. Use Link, Link and Link to help yourself understand this.
The commands in "Install the package" use the apt program. This is a Package Manager. Its job is to read package information that package developers have made and try to not let the system become unusable.
The gist of what the instructions are making you do is, telling the Package Manager that there is another place from where you want it to look for packages.
To understand man pages better, check out this link.
Don't think too badly of people dissing you in the comments. They are tired and fed up of help vampires. Hopefully, you can try not to become one.
Comment on
Debian security amirite?
Reply in thread
https://upvote.au/comment/818245
Nah, I'd say the chap was pretty unsloppy.
Just that we were lucky that someone found it.
It's a good thing that xz is a type of program that people may want to profile.
But this is an eye opener for people saying that Linux is "secure" (not more secure, but just secure .) because the code has many eyes on it. --> jump to digression.
This confirms my suspicion that we may be affected by the bystander effect, so we actually have less eyes than required for this.
digression:
My point being, tell the whole truth. The newbie that's taking your advice will thank you for that later on.
Comment on
Grant's wisdom
Except that both sides will call themselves patriotic and intelligent.
So anyone just looking at the situation with their peripheral vision, will not know which one they are looking at.
Comment on
Chuckles, I'm in Danger
One of my previous employers once told me (abridged)
It's not like old times when we could slowly work to get a perfect result.
Nowadays, we need perfect results, fast.
They were asking me to do technical content writing for their website.
I quickly realised that it's actually the threshold for calling something "perfect", that has lowered over time.
Clearly, I was not fit for that work, because instead of just plagiarising and paraphrasing stuff from other websites, I insisted on reading up on material from multiple sources, understanding it well and then writing it down myself. That makes it pretty slow.
That was a year before ChatGPT, or I would just have used that thingy.
Comment on
Touch a file in Linux
Reply in thread
It is to use along with split.
e.g.
split to break it into multiple files of 4GBcat to combine all files into the original file. (preferably accompanied by a checksum)Comment on
Is it illegal to download things that aren't meant to be downloaded?
viewable for free online
If you are viewing it on your computer, you have already downloaded it.
Don't let anyone tell you otherwise.
already downloaded onto your computer and can be found in the browser cache
Exactly.