Nobody tell her about daemons.
“Hacker folklore that pays homage to ‘wizards’ and speaks of incantations and demons has too much psychological truthfulness about it to be entirely a joke.”
—The Jargon File
time.sleep() not found. Deamon exited. Child p_id=29 killed.
Damn, that child with a weird name got obliterated.
When you habe so many children that you don’t know any more names and start numbering them using PIDs
Wait till she learns about zombie children
I hear they like turtles.
Is that TV just a CentOS box running VLC‽
probably. this doesn't surprise me one bit.
If you have a smart TV, it probably runs an ARM-architecture Linux or Android (which amounts to a bunch of extra stuff piled onto Linux) to drive the logic and ui to support connecting to the internet and downloading and updating streaming apps and other smart TV crap.
most of the time they'll run some minimal stripped-down version of these operating systems to support only features needed for the TV and it's functions. buildroot is an open source project that specializes in producing hyper slim Linux OS installation images for devices like these.
if I had to guess, they had a USB full of shows plugged in and the smart tv's solution was to just boot up the linux version of VLC in a bare x session when the user hits play on "totally_not_pirated_smallville_s01e03.mkv" on their thumbdrive. not a terrible solution, honestly: VLC just plays anything.
The old kernel is because a lot of low level hardware has available drivers written for it that are intended to be loaded into old versions of the Linux kernel (at time of release perhaps) and are then just never updated lol, at least not for ARM. sometimes there are breaking changes with kernel apis and stuff as the kernel version increases over time, so the easier solution for someone trying to make a TV, over begging and/or paying the hardware developers to update their drivers, is to just run an old kernel version.
everything is a hack. nearly all these smart devices are just general-purpose computers with ancient (predictable, cheap) software and inescapable interfaces taped over the front, and a whole lot of digital duct tape on the back.
I wouldn't really call this a hack, electronic devices would cost twice as much of every OEM had to come up with their own hardware, drivers, frontend etc. Besides, this allows hobbyists to play with their hardware much more easily
Hack with benefits!
Running an absolutely ancient kernel.
I mean... sacrifice child is a whole new one to me! Clearly whoever programmed that in knew what they were doing.
Yeah lol I'm familiar with "kill child" in a process management context, but I've never seen the word "sacrifice" come up. Is that a thing?
/*
- If any of p's children has a different mm and is eligible for kill,
- the one with the highest oom_badness() score is sacrificed for its
- parent. This attempts to lose the minimal amount of work done while
- still freeing memory. */
Nice. Imagine the lady in the post's face when she learns that "oom badness" is how they decide which child to sacrifice.
What's that from?
From the source file oom_kill.c in the linux kernel. But it seems this has been reworded or changed since 2019. That's the commit that removed this.
It sounds funny but it's not an uncommon phrase.
At this stage kernel 2.6 is ancient culture.
I love that she sees a screen of text she doesn't understand, finds a few parts she does and freaks out, but turns out she doesn't understand those either.
CentOS is coming for your children!!!1
this lady is joking, right? right??
I mean she does have a t-shirt that says "~~white~~ american privilege"
hope that answers to your question
I'm not even sure I understand what that means. is it a diss on America for being too privileged?
I take it as patriotic america first -slogan. the woman is some patriotic nutjob who has her podcast called truth uncensored of something like that so it's pretty safe to assume she is one of those christian maga idiots who would definetly lose their shit for seeing "sacrifise child" in their tv
I'm guessing it's like ironic and she thinks that white people are actually oppressed?
So is this the Linux version of Blu screen?
That would be an excellent band name.
Or a terrible name for a military commander.
Colonel Panic. Different spelling though.
That name would be a major ~~pain~~ Payne
He's in General Error's unit.
That's one of the two reasons it would be a terrible name for a military commander.
My band is currently searching for a name. I will add this one to the list.
No, the equivalent would be a kernel panic that the other user had linked. This is a situation where the RAM is fully used and a program's request for memory cannot be fulfilled. This is still a very bad situation because pretty much everything will grind to a halt. The Linux kernel thus makes a decision to kill a process (or multiple) until enough RAM is available again. Usually it kills the process with the most used RAM, but there's methods to influence the decision.
Nope, this is "Your system ran out of memory and now this program isn't reacting anymore (it's trying to allocate memory but there is no free memory left). Please stop the program or try to get rid of some of its subprocesses to free up memory."
Not yet. It can lead to that point, but this is just the kernel handling an "out of memory" situation. The kernel in the screenshot is configured to run its OOM reaper / OOM killer.
The OOM reaper checks all running processes and looks for the one that causes the least disruption when killed. It does that by calculating a score which is based on the amount of memory a process uses, how recently it was launched and so on. Ideally, a Linux desktop user would simply see their video game, browser or media player close.
This smart TV is in real trouble, though, it probably already killed its OSD, still didn't even have enough memory to spawn a login shell and is now making short work of strange VLC instances that probably got left behind by a poorly written app store app :)
I'm not even at the point of processing if this is satire or not. Is the context that killing a process is offensive? I mean I get 'sacrifice child', but 'kill process'?
Kill, process, or sacrifice child
The process that's used to kill, or in short, the 'kill process'.
(though I like the other answer better)
All those old school (former) linux devs used to play DnD back in the 80s, right? Hmm. Satanic panic 2.0?
Still do, in all likelihood.
Honestly, some people could use living without a TV (or many parts of the internet)
Ain't that the god damn truth!
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!