

- I was sure the bike was going to get hit by the first bus.
- A man just stepped off the bus in the middle is everything.
Who are we taking about?
I believe @dustyData@lemmy.world is reading separate as in when a married couple decide to not live together while still being married.
Which one did you buy?
So a var can start as a string and later be an integer?
What’s up with that syntax? Why the use of var here?
Why would they not unlock the victims data if they pay? Doesn’t that defeat the whole purpose of ransomware?
The article even points this out:
However, it also ruins negotiations when victims realize that Anubis has already deleted their files for good.
You see the same with people who use fillers or get tattoos. They start small, only one tattoo or a minor increase in lip size. Then they get another and another tattoo, or get bigger and bigger lips. My hypothesis is that they get used to the new appearance or becomes desensitized to it.
Problem solved.
Case closed.
The title made me think 244 children (and not offenders) were arrested.
THANKS! I will try to do this this weekend (kids and all, might not have the time. :-) )
Haha! Could be it. 😂
“hands-on” graduation project
Does hand-on mean supervised?
It is still probably one of the better ways to manage your passwords short of using a password manager. I don’t know any hackas but it feels like a lot of effort, finding patterns in a list of passwords. When you have found a pattern, you must also figure out what the pattern is.
On the other hand, it could be a viable way given that there are some huge leaks with a lot of data. Perhaps someone is selling datasets of hacked patterns, it could be another way to find someones paypal password.
The OS crasching before Firefox seems weird. The OS should kill the offending process to free up memory for its own use. I wonder what went wrong.
This link has more information that looks relevant: https://askubuntu.com/questions/89219/is-there-a-difference-between-swap-and-cache-memory
Disk Cache memory: This are chunks of the physical memory, the RAM, used to store files. That way when a program needs to read the file, it’s fetched from memory instead of the hard disk. This is done because memory is way faster.
Swap: This is a place on the hard disk (usually a dedicated partition) that is used to store programs or data that can’t fit in memory, like when a program grows more than the available memory. SWAP is way slower than RAM, so when you hit swap the computer gets slower, but at least the program can work. In linux swap is also used to hibernate, or to move low used program out of memory to allow more space to the disk cache.
https://man7.org/linux/man-pages/man5/proc_meminfo.5.html
Cached %lu
In-memory cache for files read from the disk (the page cache). Doesn’t include SwapCached.
Cached should be memory stored on HDD and not RAM.
That sounds like a memory leak.