olenkoVD

joined 10 months ago
[–] olenkoVD@lemmy.dbzer0.com 1 points 13 hours ago (1 children)

Keep up the good work my friend!

[–] olenkoVD@lemmy.dbzer0.com 7 points 1 day ago* (last edited 1 day ago)

In Greek it is: στου διαόλου τη μάνα, which means "at the Devil's mom"

[–] olenkoVD@lemmy.dbzer0.com 6 points 3 days ago

Mayybe, the regex matching was case insensitive?

[–] olenkoVD@lemmy.dbzer0.com 1 points 4 days ago

The system user is part of Dos like root is part of Unix. I don't think DOS supported multiple users, nor some kind of ACL. The system user is only part of Windows, after 98 I think.

[–] olenkoVD@lemmy.dbzer0.com 1 points 4 days ago

They're not hardcoded, you can take ownership of the files with commands (takeown and icacls). As some other user already mentioned, there are ways to start a command prompt as the SYSTEM user. Windows will still not let you delete them however, because most of them are being used by processes.

[–] olenkoVD@lemmy.dbzer0.com 6 points 5 days ago

Username checks out.

[–] olenkoVD@lemmy.dbzer0.com 3 points 1 week ago

Exactly the same thing had been done in this very interesting video I had watched some time ago. Did you get the idea from there?

[–] olenkoVD@lemmy.dbzer0.com 1 points 1 week ago* (last edited 1 week ago) (1 children)

Well, most men are objectively stronger than an average woman, are they not? It’s not about superiority, it’s about a fact you need to keep in mind before picking a fight.

Of course this is true, but it this combined with the other points teaches girls that it's normal for men to use violence and therefore they should fear them.

You wouldn’t want every anti-vax and Holocaust/Holodomor denier teacher to teach only their point of view, right? They should make clear, at least in a neutral way, what the government/societal consensus thinks.

Yes, but what if the government is the one supporting these ideologies. In my opinion this is to protect children from the teachers that lean left on the political spectrum, not to protect them from misinformation. (Although you're right, in your specific case it helps)

[–] olenkoVD@lemmy.dbzer0.com 2 points 1 week ago

Hey, I translated the text myself, with a little help from Google translate.

[–] olenkoVD@lemmy.dbzer0.com 1 points 1 week ago

Unix ONLY uses CR. Older macs ONLY used LF.

You have that backwards, Unix is using only LF and the older macs used only CR. Source

 

From this year and on, schools in Greece will have more than one book available for each subject for the teachers to teach from, that will be chosen by the teachers. This is the so called "Multi-Book" (Πολλαπλό Βιβλίο). There are pros and cons with this new approach that our government decided to enforce, but this post is not about them.

A friend recently sent me some screenshots of excerpts from the new textbook of "Social and Political Education", a subject for the 9th grade. The excerpts have been chosen and highlighted by the Instagram account @sexismproject.

I have translated the more important parts to English. In each expert, besides my translation, you will be able to find my opinion on the ideas that the text promotes and the original screenshot of the text (in Greek, as taken from the Instagram account).

Let's begin!

People are not born equal. From nature, they have different development abilities, since nature grants them different abilities and skills. (emphasis mine)

This is not too bad but I think it promotes the idea that people are unequal, and therefore some people should are superior or they should have more rights, "from nature" as the text says.

Screenshot of text

Self-improvement requires self-awareness and self-assessment. If these exist, the improvement process is relatively easy. Of course, there shouldn't be any anxiety or rush. We should want our improvement. And if we want it, we can succeed at it. There is no "I can't", there is only "I don't want to". So: if I want something, I can get it.

This is literally wrong. If people got something because they just wanted it, I suppose there wouldn't be any homeless people, because I'm sure that they want to own a house. Or maybe they don't want it hard enough I guess? This just promotes the grind mindset to kids and teaches them things that are just not true.

Screenshot of text

The teacher's role is important. This important role requires important people, meaning teachers that will have, in theory and practice, vision and passion for a better education system and society. Teachers that can enlighten the students and contribute to the improvement of the education system. Attention: not with their own and personal, political, ideological criteria, but with the criteria of the society, as they are expressed by the education policy of the current government. (emphasis mine)

This is the worst of all in my opinion. So the teachers should always teach the students only whatever the government believes, and nothing else. And we'll be teaching the students that this is "the perfect teacher", a teacher that repeats all the propaganda that is served to them by television and social media, making the kids of the new generation perfect government-supporting machines. What else can I say? Literally 1984.

Screenshot of text

However, young girls should be informed from a young age for the biological and mental differences that they have from men. A few practical pieces of advice for facing men are:

  • Remember that men are bigger in volume and in strength.
  • Avoid "dangerous places".
  • Avoid violent, aggressive, arrogant, narcissist, manipulative men, those who don't have empathy.
  • Stop your relationship, if your partner uses violence, because even if they apologize a thousand times, he will use violence again.

This promotes that men are superior to women, they may use violence against them and women will just have to protect themselves. So now young girls learn that they will have to fear men, and just tolerate the sexism. Also the last bullet point looks like it was written by Donald Trump himself.

Screenshot of text

@sexismproject has uploaded more screenshots of more similiar texts from the same books, talking about marriage and drugs, I just couldn't bother to manually translate them.

Anyway, if you made it to the end thanks for reading, sorry for any grammar errors you may find, I will try to correct them as soon as possible.

Big thanks to @sexismproject for pointing all these out! I'm not affiliated in any way with them, I just saw them, I got mad and now I'm trying to get more people to know about the stuff our government is pushing to the new generation.

[–] olenkoVD@lemmy.dbzer0.com 8 points 2 weeks ago (4 children)

The response starts with "I cannot believe you're asking this again" and then I think ChatGPT is roasting OP.

A few more pixels and this would have been comedy gold

[–] olenkoVD@lemmy.dbzer0.com 22 points 2 weeks ago (1 children)

What in the LLM is this

 

And at least get lots of upvotes, that's what I am talking about

 
483
[REDACTED] (lemmy.nz)
submitted 7 months ago* (last edited 7 months ago) by olenkoVD@lemmy.dbzer0.com to c/lemmyshitpost@lemmy.world
 

There are some times that I make something and the terminal isn't enough. I want to make it user-friendly and add buttons and dropdowns and stuff. I mainly write C, so I want a well-known and good GUI library for C. I have tried learning Qt but the documentation was awful and all the examples were for C++ or Python. I also am aware about libraries like imgui but it's more for debugging UIs I think and not for normal applications that end users use.

I also would like the library to be platform-agnostic, or at least just work with Linux because that's what I am using.

If you also code in C, what do you use to make GUIs? What do you suggest me to use?

Thanks in advance.

Also, if anyone suggests Electron or anything involving a browser, I will find them and remove one electron from each atom of theirs, turning them into smoke.

 

I've been watching him since I think 2020. He made some of the best tech content of YouTube and I've never seen another individual have more knowledge of Windows internals than him. He was accused by Youtube in the past many times for spreading viruses in the description of some of his videos.

This time it was a copyright violation of some random Japanese channel, with no relation to his channel. It is very possible this error was made by the new AI YouTube copyright detection bots.

Please help spread this. RIP Enderman 2016-2025

Cross-post from mildlyinfuriating@lemmy.world

 

I've been watching him since I think 2020. He made some of the best tech content of YouTube and I've never seen another individual have more knowledge of Windows internals than him. He was accused by Youtube in the past many times for spreading viruses in the description of some of his videos.

This time it was a copyright violation of some random Japanese channel, with no relation to his channel. It is very possible this error was made by the new AI YouTube copyright detection bots.

Please help spread this. RIP Enderman 2016-2025

UPDATE: The channel is back up again.

 

I've been watching him since I think 2020. He made some of the best tech content of YouTube and I've never seen another individual have more knowledge of Windows internals than him. He was accused by Youtube in the past many times for spreading viruses in the description of some of his videos.

This time it was a copyright violation of some random Japanese channel, with no relation to his channel. It is very possible this error was made by the new AI YouTube copyright detection bots.

Please help spread this. RIP Enderman 2016-2025

view more: next ›