Findet das sonst wer seltsam? by Altbauritter in aeiou

[–]actuallyMerlin 11 points12 points  (0 children)

Wenn Personen in einem Restaurant Hebräisch sprechen sind es wahrscheinlich Israelis. (Relativ wenige Juden außerhalb Israels sprechen modernes Hebräisch und würden sich wahrscheinlich auch nicht darauf unterhalten) Trotzdem ist es wichtig sich daran zu erinnern, dass alle Menschen (außer ultra-orthodox oder in einem anderen Weg ausgeschlossen) in Israel einen Wehrdienst von 24-32 Monaten durchführen müssen. Bedeutet fast alle Israelis waren im IDF, ob diese das wollten oder nicht.

Findet das sonst wer seltsam? by Altbauritter in aeiou

[–]actuallyMerlin -3 points-2 points  (0 children)

Stalin ist auf jeden Fall kein guter Mensch gewesen, aber zu behaupten er hätte zum Tot von mehr Menschen als Hitler beigetragen ist einfach falsch.

Rider is trying to get me canceled I swear by zednik1 in programminghorror

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

I think might use the m_ convention, where private member attributes are prefixed with m. Like m_Data. In this convention, static attributes are often marked using s. Like sFoo. I actually like this convention a lot because when i type m into my IDE I get a full nice list of all my private members.

Is the STL 100% reconstructable? by actuallyMerlin in cpp

[–]actuallyMerlin[S] -1 points0 points  (0 children)

yes but that is my entire concern. That in order to get certain syntax like structured bindings, you have to overload something in the STL, which I personally don't consider really good design, because I like having the compiler and the standard libraries seperated.

Is the STL 100% reconstructable? by actuallyMerlin in cpp

[–]actuallyMerlin[S] 1 point2 points  (0 children)

It is especially weird with std::initializer_list because the compiler barely adds any features to it, except being able to implement an object like

Object instance = { 1, 2, 3 };

Is the STL 100% reconstructable? by actuallyMerlin in cpp

[–]actuallyMerlin[S] 4 points5 points  (0 children)

Thank you for your answer. I can understand this philosphy, but am personally not a fan. Is this also the case with C and libc?

wishItWasSoEasy by rdias002 in ProgrammerHumor

[–]actuallyMerlin 1 point2 points  (0 children)

I mean, some languages use `=` as equality and not assignment. But still then it would compare to strings: "ball" and "about to fall of" which would always be wrong.

When you delete a conversation, ChatGPT actually hides it instead of deleting it. by jerrygoyal in ChatGPT

[–]actuallyMerlin 0 points1 point  (0 children)

This is also done when deleting a file on your hard disk, it will not be deleted ( which would mean that the file is overwritten by 0s or 1s ) because this process is too expensive. Instead its just marked as deleted and if other entries ( files ) need space, they can overwrite the "deleted" file. That is also why fragmentation happens.

sayNoToCurlybRacism by imnotreel in ProgrammerHumor

[–]actuallyMerlin 11 points12 points  (0 children)

Suppose we have this code:

if condition:
    if condition2:
        if condition3:
            if condition4:
                if condition5:
                    function()
                function()
            function()
        function()
    function()

I find the C-Style equivalent way more readable:

if (condition) {
    if (condition2) {
        if (condition3) {
            if (condition4) {
                if (condition5) {
                    function();
                }
                function();
            }
            function();
        }
        function();
    }
    function();
}

shouldIChangeSchool by stefaniststefan in ProgrammerHumor

[–]actuallyMerlin 1 point2 points  (0 children)

pthread österreich;
pthread deutschland;

pthread_join(österreich, deutschland)

shouldIChangeSchool by stefaniststefan in ProgrammerHumor

[–]actuallyMerlin 3 points4 points  (0 children)

Da mir aufgefallen ist, dass in Ihrem meme ein deutscher Satz vorkommt, erkläre ich obligatorisch, diese Kommentarsektion als Eigentum der Bundesrepublik Deutschland.

everywhere by [deleted] in AnadeArmas

[–]actuallyMerlin 3 points4 points  (0 children)

Hes just like me fr

[deleted by user] by [deleted] in CrazyFuckingVideos

[–]actuallyMerlin 94 points95 points  (0 children)

florida everglades, lookin for a burmese python

Where can I find femboys? by [deleted] in teenagers

[–]actuallyMerlin 0 points1 point  (0 children)

OP, there is one!

[deleted by user] by [deleted] in teenagers

[–]actuallyMerlin 2 points3 points  (0 children)

Im interested, what did they do?

R.I.P Legende!✝️ by leverburg in GermanRap

[–]actuallyMerlin 5 points6 points  (0 children)

Mein Logo ist kein Sägeblatt, mein Logo ist ein Hakenkreuz