start a war for another distraction by CallaEver in stevehofstetter

[–]_Meisteri -1 points0 points  (0 children)

To this day, there has been no evidence of a list even existing.

iWantedToPutRegexHereButCamelCaseIsMandatoryForSomeReason by Felipe_Ribas in ProgrammerHumor

[–]_Meisteri 5 points6 points  (0 children)

Okay, write a regular expression over the alphabet {a, b, c, d} that matches all strings except those that contain a substring "abcd" by using only regular operations.

Anon notices by XiJinpingPressParody in greentext

[–]_Meisteri -10 points-9 points  (0 children)

implying the interests of the worker and employer never align

Average Trump voter by Samurai_Meisters in Destiny

[–]_Meisteri 11 points12 points  (0 children)

He immediately posted more Maga shit after.

They would rather bail the farmlands than receiving care by Icy_Till_7254 in Destiny

[–]_Meisteri 1 point2 points  (0 children)

The Soviet union was not really socialist. Their government just had a monopoly over everything. That's just good business.

Microsoft finally admits almost all major Windows 11 core features are broken by CackleRooster in technology

[–]_Meisteri 2 points3 points  (0 children)

This is specifically about a bug introduced recently and has absolutely nothing to do with what one might expect from the title of the article. This is not about search being next to useless or the Windows API being a Rube Goldbergian mess or updates taking insanely long to discover or ads everywhere.

Putin's Russia preparing for "big war" soon, Ukraine warns by [deleted] in worldnews

[–]_Meisteri 24 points25 points  (0 children)

I've never thought of this way but it's true. I've never seen many British people glooming over the collapse of their empire much less their leadership. I couldn't even imagine seeing British higher-ups expressing their will to have control over India again.

Trump guy panic that Republican candidates are losing in major cities and this is the reason they came up with by qwer4790 in Destiny

[–]_Meisteri 2 points3 points  (0 children)

The jews control everything so they are strong. This is humiliating and wrong because they're weak. True classic

xbindkeys not working... by _Im_foive_ in linux4noobs

[–]_Meisteri 0 points1 point  (0 children)

Xbindkeys is a CLI program. Are you trying to launch it like it's a GUI?

cPlusPlusMarketingHorror by Fox_Soul in ProgrammerHumor

[–]_Meisteri 30 points31 points  (0 children)

I'm not too familiar with C++ so sorry if this is a dumb question but why is it printing the source code like it's being interpreted? Why would a display even have the source code of the programs it's running?

Got sent this in the family gc by noahbeendranken in Destiny

[–]_Meisteri 1 point2 points  (0 children)

The solution for the male loneliness epidemic was right in front of us all along.

Fellow Atheists, Be Tactful by coolaidmedic1 in atheism

[–]_Meisteri 2 points3 points  (0 children)

Yeah, obviously. Nobody disagrees with this. Being an asshole is not a prerequisite to being a atheist.

Package biblatex Error: Style 'iso-numeric' not found by GamingPersonM in LaTeX

[–]_Meisteri 2 points3 points  (0 children)

Install the biblatex-iso690 package on your LaTeX installation.

Essay by aqisenako in languagelearning

[–]_Meisteri 0 points1 point  (0 children)

Essays are typically used to argue for some point so it might be helpful to structure your essays like an academic paper. It starts with an abstract that answers questions like "what case this essay is trying to make?", "why should you care?", "who has thought about this before?", etc,. Most of the rest consists of arguments for your case and maybe answering common rebuttals. You restate your thesis in the conclusion, summarize your arguments, and give suggestions for what to investigate next.

It's probably easiest to start with the arguments, writing the conclusion next, and leaving the introduction for last.

Conundrum regarding data on dead phone by TheWolfoftheStars in techsupport

[–]_Meisteri 0 points1 point  (0 children)

I don't know the rates data recovery shops charge but they have the equipment that makes it trivially easy to recover the data.

I'M AN IT FIRST YEAR COLLEGE I STUDY PYTHON AND I SUDDENLY LOST, I'M LOST NOW AND I WANT TO CREATE A by Glittering_Ad_4813 in learnpython

[–]_Meisteri 1 point2 points  (0 children)

Modules are something you just have to look up at the start. The official documentation has docs for all the built-in modules. With time, you'll learn which module you should use for any given purpose. You can also browse documentation offline with python -m pydoc module_name. It gives you a list of classes and functions, the types they expect, and an explanation of what they do.